pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/arc-theme



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Feb 18 23:16:26 UTC 2017

Modified Files:
        pkgsrc/graphics/arc-theme: Makefile

Log Message:
Run configure only once. Deal with Gnome 3.22.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/arc-theme/Makefile

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

Modified files:

Index: pkgsrc/graphics/arc-theme/Makefile
diff -u pkgsrc/graphics/arc-theme/Makefile:1.5 pkgsrc/graphics/arc-theme/Makefile:1.6
--- pkgsrc/graphics/arc-theme/Makefile:1.5      Sun Feb 12 06:25:23 2017
+++ pkgsrc/graphics/arc-theme/Makefile  Sat Feb 18 23:16:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/02/12 06:25:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2017/02/18 23:16:26 joerg Exp $
 
 DISTNAME=      arc-theme
 PKGNAME=       arc-theme-20160605
@@ -21,7 +21,9 @@ DEPENDS+=     gtk2-engines-murrine-[0-9]*:..
 DEPENDS+=      gnome-themes-standard-[0-9]*:../../graphics/gnome-themes-standard
 
 pre-configure:
-               cd ${WRKSRC} && ./autogen.sh
+       ${LN} -s 3.20 ${WRKSRC}/common/gtk-3.0/3.22
+       ${LN} -s 3.20 ${WRKSRC}/common/gnome-shell/3.22
+       cd ${WRKSRC} && autoreconf --verbose --force --install
 
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index