pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk3 Register dependency on graphics/adwaita-icon-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20f0bd1c363e
branches:  trunk
changeset: 347652:20f0bd1c363e
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Thu May 26 14:25:22 2016 +0000

description:
Register dependency on graphics/adwaita-icon-theme

This fixes missing icons in applications using Gtk+ 3.

Bumps PKGREVISION.

diffstat:

 x11/gtk3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 4251c06448a5 -r 20f0bd1c363e x11/gtk3/Makefile
--- a/x11/gtk3/Makefile Thu May 26 14:14:20 2016 +0000
+++ b/x11/gtk3/Makefile Thu May 26 14:25:22 2016 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.77 2016/04/24 10:48:06 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2016/05/26 14:25:22 khorben Exp $
 
 DISTNAME=      gtk+-3.20.3
 PKGNAME=       ${DISTNAME:S/gtk/gtk3/}
+PKGREVISION=   1
 CATEGORIES=    x11 gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -18,6 +19,7 @@
 PTHREAD_AUTO_VARS=     yes
 BUILD_DEPENDS+=                gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 TOOL_DEPENDS+=         gettext-tools>=0.19.4nb1:../../devel/gettext-tools
+DEPENDS+=              adwaita-icon-theme-[0-9]*:../../graphics/adwaita-icon-theme
 # There is no logic in gettext.mk to detect the native version of xgettext,
 # and we do need it to be compiled with Glade support.
 _TOOLS_USE_PKGSRC.xgettext=yes



Home | Main Index | Thread Index | Old Index