aboutsummaryrefslogtreecommitdiff
path: root/x11/nwg-launchers/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-07-19 17:10:29 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-09-17 11:40:01 +0000
commit6e65b4ee053a124035fb1977fc03167aa0364ba8 (patch)
tree49c97c9056d38be82d0af86827f954659ee91f8f /x11/nwg-launchers/Makefile
parent7e2eb7307f78c8da9260bf8c47815e0e82d12937 (diff)
downloadports-6e65b4ee053a124035fb1977fc03167aa0364ba8.tar.gz
ports-6e65b4ee053a124035fb1977fc03167aa0364ba8.zip
x11/nwg-launchers: update to 0.6.1
Diffstat (limited to 'x11/nwg-launchers/Makefile')
-rw-r--r--x11/nwg-launchers/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/x11/nwg-launchers/Makefile b/x11/nwg-launchers/Makefile
index 6113ac77bbaa..3de49403f486 100644
--- a/x11/nwg-launchers/Makefile
+++ b/x11/nwg-launchers/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nwg-launchers
DISTVERSIONPREFIX= v
-DISTVERSION= 0.5.0
+DISTVERSION= 0.6.1
CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org
@@ -16,17 +16,21 @@ USE_GITHUB= yes
USE_GNOME= gtkmm30
GH_ACCOUNT= nwg-piotr
-OPTIONS_DEFINE= GLS
-OPTIONS_DEFAULT=GLS
+OPTIONS_DEFINE= GLS LIBRSVG2
+OPTIONS_DEFAULT=GLS LIBRSVG2
+OPTIONS_SUB= yes
GLS_DESC= Layer-shell support
GLS_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell
GLS_MESON_ENABLED= layer-shell
+LIBRSVG2_USE= GNOME=librsvg2
+LIBRSVG2_MESON_ENABLED= support-svg
+
post-patch:
# Respect PREFIX when looking for .desktop files
@${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \
- ${WRKSRC}/common/nwg_tools.cc \
+ ${WRKSRC}/common/nwg_classes.cc \
${WRKSRC}/grid/grid_tools.cc
.include <bsd.port.mk>