pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/arc-theme Run configure only once. Deal with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b2393680fdc
branches:  trunk
changeset: 358710:0b2393680fdc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Feb 18 23:16:26 2017 +0000

description:
Run configure only once. Deal with Gnome 3.22.

diffstat:

 graphics/arc-theme/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r d5709bf4dfaf -r 0b2393680fdc graphics/arc-theme/Makefile
--- a/graphics/arc-theme/Makefile       Sat Feb 18 20:19:27 2017 +0000
+++ b/graphics/arc-theme/Makefile       Sat Feb 18 23:16:26 2017 +0000
@@ -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+=      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