summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2021-12-31 01:21:46 +0000
committergutteridge <gutteridge@pkgsrc.org>2021-12-31 01:21:46 +0000
commit4a74b7f24afc66440e520cbb03366b3627dff851 (patch)
tree3c2138f3f9dcd5093250a63857e01a2487fb9041
parent02737e75d0d8a011b6773154b2179a7f7a599be3 (diff)
downloadpkgsrc-4a74b7f24afc66440e520cbb03366b3627dff851.tar.gz
xfce4-mousepad: add adwaita-icon-theme dependency
Now that this package uses client-side decorations, it depends (inconsistently it seems) on Adwaita icons for particular elements.
-rw-r--r--editors/xfce4-mousepad/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xfce4-mousepad/Makefile b/editors/xfce4-mousepad/Makefile
index bd3de0a23e5..6026385c414 100644
--- a/editors/xfce4-mousepad/Makefile
+++ b/editors/xfce4-mousepad/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.60 2021/12/08 16:04:13 adam Exp $
+# $NetBSD: Makefile,v 1.61 2021/12/31 01:21:46 gutteridge Exp $
-PKGREVISION= 1
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 0.5.8
+PKGREVISION= 2
DISTNAME= mousepad-${VERSION}
PKGNAME= xfce4-mousepad-${VERSION}
CATEGORIES= editors
@@ -17,6 +17,7 @@ CONFIGURE_ARGS+= --enable-gtksourceview4
.include "options.mk"
.include "../../devel/glib2/schemas.mk"
+.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtksourceview4/buildlink3.mk"