pkgsrc-WIP-changes archive

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

wip/zenity: Remove gtk2 dependency



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Mon Jul 20 18:48:19 2020 +0200
Changeset:	5ff5de96c5661ae0dae9652602184853688a7eb3

Modified Files:
	zenity/Makefile

Log Message:
wip/zenity: Remove gtk2 dependency

Doesn't seem like gtk2 is required, gtk3 must be enough

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5ff5de96c5661ae0dae9652602184853688a7eb3

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

diffstat:
 zenity/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/zenity/Makefile b/zenity/Makefile
index 7e1240fe01..06c08496aa 100644
--- a/zenity/Makefile
+++ b/zenity/Makefile
@@ -2,7 +2,7 @@
 #
 
 DISTNAME=	zenity-3.18.1
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	x11 gnome
 MASTER_SITES=	${MASTER_SITE_GNOME:=sources/zenity/3.18/}
 EXTRACT_SUFX=	.tar.xz
@@ -34,5 +34,4 @@ BUILDLINK_API_DEPENDS.glib2+=	glib2>=2.8.0
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"
 .include "../../mk/omf-scrollkeeper.mk"
 .include "../../www/webkit-gtk/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index