pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/paper-icon-theme



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Apr 25 09:29:58 UTC 2021

Modified Files:
        pkgsrc/graphics/paper-icon-theme: Makefile distinfo

Log Message:
paper-icon-theme: various fixes

- needs explicit tool dependency on python3
- remove dead patches from distinfo
- set ICON_THEMES


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/paper-icon-theme/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/paper-icon-theme/distinfo

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

Modified files:

Index: pkgsrc/graphics/paper-icon-theme/Makefile
diff -u pkgsrc/graphics/paper-icon-theme/Makefile:1.17 pkgsrc/graphics/paper-icon-theme/Makefile:1.18
--- pkgsrc/graphics/paper-icon-theme/Makefile:1.17      Mon Aug 17 20:19:06 2020
+++ pkgsrc/graphics/paper-icon-theme/Makefile   Sun Apr 25 09:29:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/08/17 20:19:06 leot Exp $
+# $NetBSD: Makefile,v 1.18 2021/04/25 09:29:58 nia Exp $
 
 DISTNAME=      paper-icon-theme-1.5.0
 PKGREVISION=   3
@@ -13,15 +13,19 @@ LICENSE=    gnu-gpl-v3
 
 WRKSRC=                ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
 
-REPLACE_PYTHON+=       meson/post_install.py
+ICON_THEMES=   yes
 
-PYTHON_FOR_BUILD_ONLY= tool
+REPLACE_PYTHON+=       meson/post_install.py
 
 CHECK_WRKREF_SKIP+=            share/icons/*/*/*/*
 CHECK_INTERPRETER_SKIP+=       share/icons/*/*/*/*
 
+PYTHON_FOR_BUILD_ONLY=         tool
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../devel/meson/build.mk"
 .include "../../graphics/adwaita-icon-theme/buildlink3.mk"
+.include "../../lang/python/tool.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/paper-icon-theme/distinfo
diff -u pkgsrc/graphics/paper-icon-theme/distinfo:1.3 pkgsrc/graphics/paper-icon-theme/distinfo:1.4
--- pkgsrc/graphics/paper-icon-theme/distinfo:1.3       Mon Nov  4 23:21:57 2019
+++ pkgsrc/graphics/paper-icon-theme/distinfo   Sun Apr 25 09:29:58 2021
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/11/04 23:21:57 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/04/25 09:29:58 nia Exp $
 
 SHA1 (paper-icon-theme-1.5.0.tar.gz) = 1a91245113971687a12f8fb2bc2e9ceae1e705f8
 RMD160 (paper-icon-theme-1.5.0.tar.gz) = 73c229340a81311542aa37e22f315c28beabb0d0
 SHA512 (paper-icon-theme-1.5.0.tar.gz) = be84bc332eba0e9c216435a130d3eed180fe1807d81ff7b3aadb3914fc130c9e243fb7fccef8febae1da6655f8e8a1bcf9420afb429e11e4c79bcbbb5bcd291b
 Size (paper-icon-theme-1.5.0.tar.gz) = 48464220 bytes
-SHA1 (patch-Makefile.am) = e226403d94702e043548f75aabd676f460da0404
-SHA1 (patch-autogen.sh) = 8c6ab8f8a622b9c4a3eae3a56263e87a19366390



Home | Main Index | Thread Index | Old Index