pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/paper-icon-theme paper-icon-theme: various fixes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ba26798e305
branches:  trunk
changeset: 451289:1ba26798e305
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Apr 25 09:29:58 2021 +0000

description:
paper-icon-theme: various fixes

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

diffstat:

 graphics/paper-icon-theme/Makefile |  10 +++++++---
 graphics/paper-icon-theme/distinfo |   4 +---
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r f2224c2b2408 -r 1ba26798e305 graphics/paper-icon-theme/Makefile
--- a/graphics/paper-icon-theme/Makefile        Sun Apr 25 09:16:16 2021 +0000
+++ b/graphics/paper-icon-theme/Makefile        Sun Apr 25 09:29:58 2021 +0000
@@ -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 @@
 
 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"
diff -r f2224c2b2408 -r 1ba26798e305 graphics/paper-icon-theme/distinfo
--- a/graphics/paper-icon-theme/distinfo        Sun Apr 25 09:16:16 2021 +0000
+++ b/graphics/paper-icon-theme/distinfo        Sun Apr 25 09:29:58 2021 +0000
@@ -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