summaryrefslogtreecommitdiff
path: root/x11/nwg-launchers/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-09-23 05:32:09 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-09-25 17:45:47 +0000
commit851357855dad20cb60bf4878586ff154d98aea48 (patch)
treecb30ad3db165e468cb1b90f67d780cf144557f3a /x11/nwg-launchers/Makefile
parentmultimedia/mpv: prefer yt-dlp by default if installed (diff)
x11/nwg-launchers: update to 0.6.2
Changes: https://github.com/nwg-piotr/nwg-launchers/releases/tag/v0.6.2 Reported by: GitHub (watch releases)
Diffstat (limited to 'x11/nwg-launchers/Makefile')
-rw-r--r--x11/nwg-launchers/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/nwg-launchers/Makefile b/x11/nwg-launchers/Makefile
index 3de49403f486..926823ce999e 100644
--- a/x11/nwg-launchers/Makefile
+++ b/x11/nwg-launchers/Makefile
@@ -1,8 +1,11 @@
PORTNAME= nwg-launchers
DISTVERSIONPREFIX= v
-DISTVERSION= 0.6.1
+DISTVERSION= 0.6.2
CATEGORIES= x11
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= 7dc2a48e79a0.patch:-p1 # https://github.com/nwg-piotr/nwg-launchers/pull/187
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= GTK-based launchers: application grid, button bar, dmenu for sway and other window managers
@@ -16,17 +19,13 @@ USE_GITHUB= yes
USE_GNOME= gtkmm30
GH_ACCOUNT= nwg-piotr
-OPTIONS_DEFINE= GLS LIBRSVG2
-OPTIONS_DEFAULT=GLS LIBRSVG2
-OPTIONS_SUB= yes
+OPTIONS_DEFINE= GLS
+OPTIONS_DEFAULT=GLS
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},' \