Mon Nov 5 16:58:32 2018 UTC ()
Fix build with gtk-3.24.

Bump revision.


(bsiegert)
diff -r1.10 -r1.11 pkgsrc/graphics/arc-theme/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/graphics/arc-theme/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/arc-theme/Makefile 2018/05/13 20:34:45 1.10
+++ pkgsrc/graphics/arc-theme/Makefile 2018/11/05 16:58:32 1.11
@@ -1,29 +1,32 @@ @@ -1,29 +1,32 @@
1# $NetBSD: Makefile,v 1.10 2018/05/13 20:34:45 youri Exp $ 1# $NetBSD: Makefile,v 1.11 2018/11/05 16:58:32 bsiegert Exp $
2 2
3DISTNAME= arc-theme 3DISTNAME= arc-theme
4PKGNAME= arc-theme-20170302 4PKGNAME= arc-theme-20170302
 5PKGREVISION= 1
5CATEGORIES= graphics 6CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_GITHUB:=horst3180/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=horst3180/}
7 8
8MAINTAINER= youri@NetBSD.org 9MAINTAINER= youri@NetBSD.org
9HOMEPAGE= https://github.com/horst3180/arc-theme/ 10HOMEPAGE= https://github.com/horst3180/arc-theme/
10COMMENT= Arch theme for GTK2, GTK3 and desktops 11COMMENT= Arch theme for GTK2, GTK3 and desktops
11LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
12 13
13GITHUB_PROJECT= arc-theme 14GITHUB_PROJECT= arc-theme
14GITHUB_TAG= 20170302 15GITHUB_TAG= 20170302
15 16
16GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 18USE_LIBTOOL= yes
18USE_TOOLS+= automake pkg-config intltool autoreconf 19USE_TOOLS+= automake pkg-config intltool autoreconf
19DEPENDS+= gtk2-engines-murrine-[0-9]*:../../x11/gtk2-engines-murrine 20DEPENDS+= gtk2-engines-murrine-[0-9]*:../../x11/gtk2-engines-murrine
20DEPENDS+= gnome-themes-standard-[0-9]*:../../graphics/gnome-themes-standard 21DEPENDS+= gnome-themes-standard-[0-9]*:../../graphics/gnome-themes-standard
21 22
22pre-configure: 23pre-configure:
23 ${LN} -s 3.20 ${WRKSRC}/common/gtk-3.0/3.22 24 ${LN} -s 3.20 ${WRKSRC}/common/gtk-3.0/3.22
24 ${LN} -s 3.20 ${WRKSRC}/common/gnome-shell/3.22 25 ${LN} -s 3.20 ${WRKSRC}/common/gnome-shell/3.22
 26 ${LN} -s 3.20 ${WRKSRC}/common/gtk-3.0/3.24
 27 ${LN} -s 3.20 ${WRKSRC}/common/gnome-shell/3.24
25 cd ${WRKSRC} && autoreconf --verbose --force --install 28 cd ${WRKSRC} && autoreconf --verbose --force --install
26 29
27.include "../../x11/gtk2/buildlink3.mk" 30.include "../../x11/gtk2/buildlink3.mk"
28.include "../../x11/gtk3/buildlink3.mk" 31.include "../../x11/gtk3/buildlink3.mk"
29.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"