pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/geany



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Apr  4 04:13:51 UTC 2019

Modified Files:
        pkgsrc/devel/geany: Makefile options.mk

Log Message:
geany: note explicit dependency on adwaita-icon-theme

If GTK3 is selected (now the default), we must explicitly depend on
adwaita-icon-theme, otherwise various fundamental toolbar icons will be
missing (unless, of course, another package has already installed it,
which is why I didn't notice before). Bump PKGREVISION to note this
fix.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/geany/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/geany/options.mk

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

Modified files:

Index: pkgsrc/devel/geany/Makefile
diff -u pkgsrc/devel/geany/Makefile:1.59 pkgsrc/devel/geany/Makefile:1.60
--- pkgsrc/devel/geany/Makefile:1.59    Thu Feb  7 05:10:11 2019
+++ pkgsrc/devel/geany/Makefile Thu Apr  4 04:13:51 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2019/02/07 05:10:11 gutteridge Exp $
+# $NetBSD: Makefile,v 1.60 2019/04/04 04:13:51 gutteridge Exp $
 
 DISTNAME=      geany-1.34.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  http://download.geany.org/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/devel/geany/options.mk
diff -u pkgsrc/devel/geany/options.mk:1.2 pkgsrc/devel/geany/options.mk:1.3
--- pkgsrc/devel/geany/options.mk:1.2   Thu Feb  7 05:10:11 2019
+++ pkgsrc/devel/geany/options.mk       Thu Apr  4 04:13:51 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2019/02/07 05:10:11 gutteridge Exp $
+# $NetBSD: options.mk,v 1.3 2019/04/04 04:13:51 gutteridge Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.geany
 PKG_OPTIONS_REQUIRED_GROUPS+=  toolkit
@@ -10,6 +10,7 @@ PLIST_VARS+=  gtk2 gtk3
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mgtk3)
+.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-gtk3
 PLIST.gtk3=            yes



Home | Main Index | Thread Index | Old Index