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:   bsiegert
Date:           Mon Nov  5 16:58:32 UTC 2018

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

Log Message:
Fix build with gtk-3.24.

Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/graphics/arc-theme/Makefile:1.11
--- pkgsrc/graphics/arc-theme/Makefile:1.10     Sun May 13 20:34:45 2018
+++ pkgsrc/graphics/arc-theme/Makefile  Mon Nov  5 16:58:32 2018
@@ -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 @@ DEPENDS+=     gnome-themes-standard-[0-9]*:.
 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