Fri Oct 13 23:40:57 2017 UTC ()
xfce4-gtk2-engine: requires glib-mkenums which is now in py-glib2-tools


(prlw1)
diff -r1.39 -r1.40 pkgsrc/x11/xfce4-gtk2-engine/Makefile

cvs diff -r1.39 -r1.40 pkgsrc/x11/xfce4-gtk2-engine/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xfce4-gtk2-engine/Attic/Makefile 2017/06/20 14:59:54 1.39
+++ pkgsrc/x11/xfce4-gtk2-engine/Attic/Makefile 2017/10/13 23:40:57 1.40
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.39 2017/06/20 14:59:54 youri Exp $ 1# $NetBSD: Makefile,v 1.40 2017/10/13 23:40:57 prlw1 Exp $
2 2
3PKGREVISION= 4 3PKGREVISION= 4
4.include "../../meta-pkgs/xfce4/Makefile.common" 4.include "../../meta-pkgs/xfce4/Makefile.common"
5 5
6VERSION= 3.2.0 6VERSION= 3.2.0
7DISTNAME= gtk-xfce-engine-${VERSION} 7DISTNAME= gtk-xfce-engine-${VERSION}
8PKGNAME= xfce4-gtk2-engine-${VERSION} 8PKGNAME= xfce4-gtk2-engine-${VERSION}
9CATEGORIES= x11 9CATEGORIES= x11
10MASTER_SITES= http://archive.xfce.org/src/xfce/gtk-xfce-engine/3.2/ 10MASTER_SITES= http://archive.xfce.org/src/xfce/gtk-xfce-engine/3.2/
11 11
12HOMEPAGE= https://wiki.xfce.org/howto/gtk_theme 12HOMEPAGE= https://wiki.xfce.org/howto/gtk_theme
13COMMENT= Xfce GTK2 themes 13COMMENT= Xfce GTK2 themes
14 14
15MAKE_DIRS+= ${PREFIX}/share/themes/Xfce 15MAKE_DIRS+= ${PREFIX}/share/themes/Xfce
16 16
17CONFIGURE_ARGS+=--enable-gtk3 17CONFIGURE_ARGS+=--enable-gtk3
18 18
 19.include "../../devel/glib/buildtools.mk"
19.include "../../x11/gtk2/buildlink3.mk" 20.include "../../x11/gtk2/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"