pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/geany geany: note explicit dependency on adwaita...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b6a3ad31183
branches: trunk
changeset: 332107:8b6a3ad31183
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Thu Apr 04 04:13:51 2019 +0000
description:
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.
diffstat:
devel/geany/Makefile | 4 ++--
devel/geany/options.mk | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r d853127314d2 -r 8b6a3ad31183 devel/geany/Makefile
--- a/devel/geany/Makefile Thu Apr 04 02:24:40 2019 +0000
+++ b/devel/geany/Makefile Thu Apr 04 04:13:51 2019 +0000
@@ -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
diff -r d853127314d2 -r 8b6a3ad31183 devel/geany/options.mk
--- a/devel/geany/options.mk Thu Apr 04 02:24:40 2019 +0000
+++ b/devel/geany/options.mk Thu Apr 04 04:13:51 2019 +0000
@@ -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 @@
.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