Skip to content

Commit

Permalink
devel/wf-config: update to 0.8.0
Browse files Browse the repository at this point in the history
Changes:	https://github.com/WayfireWM/wf-config/releases/tag/v0.8.0
Reported by:	GitHub (watch releases)
  • Loading branch information
jbeich committed Oct 7, 2023
1 parent 2ad5941 commit 56ecf72
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
3 changes: 1 addition & 2 deletions devel/wf-config/Makefile
@@ -1,7 +1,6 @@
PORTNAME= wf-config
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.1
PORTREVISION= 2
DISTVERSION= 0.8.0
CATEGORIES= devel

MAINTAINER= jbeich@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions devel/wf-config/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1618996393
SHA256 (WayfireWM-wf-config-v0.7.1_GH0.tar.gz) = 9c212f85bfb26d135610f45865b4401e0c33a0ab3577ac65042eb23ebfe91bdb
SIZE (WayfireWM-wf-config-v0.7.1_GH0.tar.gz) = 46354
TIMESTAMP = 1691507819
SHA256 (WayfireWM-wf-config-v0.8.0_GH0.tar.gz) = 5b69ab8886e2b0e9c5bffa65c5c676c2848fbcc0e67201886a5f2fdd354e25fb
SIZE (WayfireWM-wf-config-v0.8.0_GH0.tar.gz) = 48539
3 changes: 1 addition & 2 deletions devel/wf-config/pkg-plist
Expand Up @@ -7,11 +7,10 @@ include/wayfire/config/option.hpp
include/wayfire/config/section.hpp
include/wayfire/config/types.hpp
include/wayfire/config/xml.hpp
include/wayfire/nonstd/optional.hpp
include/wayfire/util/duration.hpp
include/wayfire/util/log.hpp
include/wayfire/util/stringify.hpp
lib/libwf-config.so
lib/libwf-config.so.0.7.1
lib/libwf-config.so.0.8.0
lib/libwf-config.so.1
libdata/pkgconfig/wf-config.pc
2 changes: 1 addition & 1 deletion x11-wm/wayfire/Makefile
Expand Up @@ -15,7 +15,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wf-config>=0.7.0<0.8.0:devel/wf-config \
wf-config>=0.7.0<0.9.0:devel/wf-config \
${LOCALBASE}/include/xf86drmMode.h:graphics/libdrm \
wayland-protocols>=1.12:graphics/wayland-protocols \
glm>=0.9.8:math/glm \
Expand Down
13 changes: 13 additions & 0 deletions x11-wm/wayfire/files/patch-wf-config-0.8
@@ -0,0 +1,13 @@
Dependency wf-config found: NO found 0.8.0 but need: '<0.8.0' ; matched: '>=0.7.0'

--- meson.build.orig 2022-12-01 15:12:48 UTC
+++ meson.build
@@ -31,7 +31,7 @@ wlroots = dependency('wlroots', version: ['>=0.
threads = dependency('threads')
xkbcommon = dependency('xkbcommon')
wlroots = dependency('wlroots', version: ['>=0.16.0', '<0.17.0'], required: get_option('use_system_wlroots'))
-wfconfig = dependency('wf-config', version: ['>=0.7.0', '<0.8.0'], required: get_option('use_system_wfconfig'))
+wfconfig = dependency('wf-config', version: ['>=0.7.0', '<0.9.0'], required: get_option('use_system_wfconfig'))

use_system_wlroots = not get_option('use_system_wlroots').disabled() and wlroots.found()
if not use_system_wlroots

0 comments on commit 56ecf72

Please sign in to comment.