pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/arc-theme Fix build with gtk-3.24.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72bd59f38171
branches:  trunk
changeset: 324991:72bd59f38171
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Nov 05 16:58:32 2018 +0000

description:
Fix build with gtk-3.24.

Bump revision.

diffstat:

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

diffs (22 lines):

diff -r 7cc8bccf3e97 -r 72bd59f38171 graphics/arc-theme/Makefile
--- a/graphics/arc-theme/Makefile       Mon Nov 05 16:50:48 2018 +0000
+++ b/graphics/arc-theme/Makefile       Mon Nov 05 16:58:32 2018 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2018/05/13 20:34:45 youri Exp $
+# $NetBSD: Makefile,v 1.11 2018/11/05 16:58:32 bsiegert Exp $
 
 DISTNAME=      arc-theme
 PKGNAME=       arc-theme-20170302
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=horst3180/}
 
@@ -22,6 +23,8 @@
 pre-configure:
        ${LN} -s 3.20 ${WRKSRC}/common/gtk-3.0/3.22
        ${LN} -s 3.20 ${WRKSRC}/common/gnome-shell/3.22
+       ${LN} -s 3.20 ${WRKSRC}/common/gtk-3.0/3.24
+       ${LN} -s 3.20 ${WRKSRC}/common/gnome-shell/3.24
        cd ${WRKSRC} && autoreconf --verbose --force --install
 
 .include "../../x11/gtk2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index