pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/xfce4-mousepad



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Dec 31 01:21:46 UTC 2021

Modified Files:
        pkgsrc/editors/xfce4-mousepad: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/editors/xfce4-mousepad/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/xfce4-mousepad/Makefile
diff -u pkgsrc/editors/xfce4-mousepad/Makefile:1.60 pkgsrc/editors/xfce4-mousepad/Makefile:1.61
--- pkgsrc/editors/xfce4-mousepad/Makefile:1.60 Wed Dec  8 16:04:13 2021
+++ pkgsrc/editors/xfce4-mousepad/Makefile      Fri Dec 31 01:21:46 2021
@@ -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"



Home | Main Index | Thread Index | Old Index