aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-08-08 15:16:59 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-10-07 14:44:03 +0000
commit56ecf72515b7a1de33270cb0dd4b11f40e1fd2d1 (patch)
treedece0f232bf6ed466f457d40aff8af433279279c
parent2ad5941baa2d11dd6d8b7fb08c53ac09ea3dc3f3 (diff)
downloadports-56ecf72515b7a1de33270cb0dd4b11f40e1fd2d1.tar.gz
ports-56ecf72515b7a1de33270cb0dd4b11f40e1fd2d1.zip
devel/wf-config: update to 0.8.0
Changes: https://github.com/WayfireWM/wf-config/releases/tag/v0.8.0 Reported by: GitHub (watch releases)
-rw-r--r--devel/wf-config/Makefile3
-rw-r--r--devel/wf-config/distinfo6
-rw-r--r--devel/wf-config/pkg-plist3
-rw-r--r--x11-wm/wayfire/Makefile2
-rw-r--r--x11-wm/wayfire/files/patch-wf-config-0.813
5 files changed, 19 insertions, 8 deletions
diff --git a/devel/wf-config/Makefile b/devel/wf-config/Makefile
index 2a90f520ea2b..1930c3e8a942 100644
--- a/devel/wf-config/Makefile
+++ b/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
diff --git a/devel/wf-config/distinfo b/devel/wf-config/distinfo
index c82d73485ac0..6b22237d4571 100644
--- a/devel/wf-config/distinfo
+++ b/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
diff --git a/devel/wf-config/pkg-plist b/devel/wf-config/pkg-plist
index ecab956ecd80..92e3a236a2fe 100644
--- a/devel/wf-config/pkg-plist
+++ b/devel/wf-config/pkg-plist
@@ -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
diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile
index 378f2baa4edd..4dffb82d045b 100644
--- a/x11-wm/wayfire/Makefile
+++ b/x11-wm/wayfire/Makefile
@@ -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 \
diff --git a/x11-wm/wayfire/files/patch-wf-config-0.8 b/x11-wm/wayfire/files/patch-wf-config-0.8
new file mode 100644
index 000000000000..9ddb792c0f0d
--- /dev/null
+++ b/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