diff options
author | nia <nia@pkgsrc.org> | 2018-11-30 16:42:33 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-11-30 16:42:33 +0000 |
commit | 769361e16e9a488af860160da7fc29391ec1b779 (patch) | |
tree | 41876990cd2f5b51812f69393f248f3278f9268f /graphics/papirus-folders | |
parent | 06ddc283bafab2690deb94f5002410993e98839d (diff) | |
download | pkgsrc-769361e16e9a488af860160da7fc29391ec1b779.tar.gz |
graphics/papirus-folders: Import version 1.0.0
papirus-folders is a bash script that allows changing the color of
folders in graphics/papirus-icon-theme and its forks (which are based
on version 20171007 and newer).
Diffstat (limited to 'graphics/papirus-folders')
-rw-r--r-- | graphics/papirus-folders/DESCR | 3 | ||||
-rw-r--r-- | graphics/papirus-folders/Makefile | 35 | ||||
-rw-r--r-- | graphics/papirus-folders/PLIST | 2 | ||||
-rw-r--r-- | graphics/papirus-folders/distinfo | 6 |
4 files changed, 46 insertions, 0 deletions
diff --git a/graphics/papirus-folders/DESCR b/graphics/papirus-folders/DESCR new file mode 100644 index 00000000000..9a4a6fed3ae --- /dev/null +++ b/graphics/papirus-folders/DESCR @@ -0,0 +1,3 @@ +papirus-folders is a bash script that allows changing the color of +folders in the Papirus icon theme and its forks (which are based +on version 20171007 and newer). diff --git a/graphics/papirus-folders/Makefile b/graphics/papirus-folders/Makefile new file mode 100644 index 00000000000..6d78d41fff3 --- /dev/null +++ b/graphics/papirus-folders/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1 2018/11/30 16:42:33 nia Exp $ + +DISTNAME= papirus-folders-1.0.0 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_GITHUB:=PapirusDevelopmentTeam/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= nia@NetBSD.org +HOMEPAGE= https://github.com/PapirusDevelopmentTeam/papirus-folders +COMMENT= Script for modifying the Papirus Icon Theme +LICENSE= mit + +EXTRACT_USING= bsdtar +USE_LANGUAGES= # none +USE_TOOLS+= bash +NO_BUILD= yes + +DEPENDS+= bash-[0-9]*:../../shells/bash +DEPENDS+= papirus-icon-theme-[0-9]*:../../graphics/papirus-icon-theme + +REPLACE_BASH+= papirus-folders + +SUBST_CLASSES+= prefix +SUBST_STAGE.prefix= pre-install +SUBST_MESSAGE.prefix= Add PREFIX to search path. +SUBST_FILES.prefix+= papirus-folders +SUBST_SED.prefix+= -e "s,/usr/local/share:,/usr/local/share:${PREFIX}/share:,g" + +INSTALLATION_DIRS+= bin + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/papirus-folders \ + ${DESTDIR}${PREFIX}/bin/papirus-folders + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/papirus-folders/PLIST b/graphics/papirus-folders/PLIST new file mode 100644 index 00000000000..7bcac5b99f8 --- /dev/null +++ b/graphics/papirus-folders/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2018/11/30 16:42:33 nia Exp $ +bin/papirus-folders diff --git a/graphics/papirus-folders/distinfo b/graphics/papirus-folders/distinfo new file mode 100644 index 00000000000..b6493766cb1 --- /dev/null +++ b/graphics/papirus-folders/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/11/30 16:42:33 nia Exp $ + +SHA1 (papirus-folders-1.0.0.tar.gz) = 2c13408f5aed0df53ed1a53cf4d40b044b3c4af7 +RMD160 (papirus-folders-1.0.0.tar.gz) = 66b76d2907f13fdd1f5b2c7ec11591c46cf2e936 +SHA512 (papirus-folders-1.0.0.tar.gz) = 2d19c9ef5615ab8d51badce190871fbb0632633b55725943fa934dbc8893fa240f77af1e38355eb80b2cf1b2693807134e662672c4499f6579ce1d42e09538b3 +Size (papirus-folders-1.0.0.tar.gz) = 8808 bytes |