pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-settings



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Dec 31 01:25:10 UTC 2021

Modified Files:
        pkgsrc/x11/xfce4-settings: Makefile

Log Message:
xfce4-settings: 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.66 -r1.67 pkgsrc/x11/xfce4-settings/Makefile

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

Modified files:

Index: pkgsrc/x11/xfce4-settings/Makefile
diff -u pkgsrc/x11/xfce4-settings/Makefile:1.66 pkgsrc/x11/xfce4-settings/Makefile:1.67
--- pkgsrc/x11/xfce4-settings/Makefile:1.66     Wed Dec  8 16:07:16 2021
+++ pkgsrc/x11/xfce4-settings/Makefile  Fri Dec 31 01:25:10 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.66 2021/12/08 16:07:16 adam Exp $
+# $NetBSD: Makefile,v 1.67 2021/12/31 01:25:10 gutteridge Exp $
 
-PKGREVISION= 1
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
 VERSION=       4.16.2
+PKGREVISION=   2
 DISTNAME=      xfce4-settings-${VERSION}
 CATEGORIES=    x11
 MASTER_SITES=  https://archive.xfce.org/src/xfce/xfce4-settings/${VERSION:R}/
@@ -53,6 +53,7 @@ MAKE_DIRS+=   ${PKG_SYSCONFDIR}/menus \
 BUILDLINK_API_DEPENDS.xfce4-exo+=      xfce4-exo>=4.16.2
 .include "../../x11/xfce4-exo/buildlink3.mk"
 .include "../../x11/xfce4-garcon/buildlink3.mk"
+.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index