pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics graphics/papirus-folders: Import version 1.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b89fb663910
branches:  trunk
changeset: 315831:4b89fb663910
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Nov 30 16:42:33 2018 +0000

description:
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:

 graphics/Makefile                 |   3 ++-
 graphics/papirus-folders/DESCR    |   3 +++
 graphics/papirus-folders/Makefile |  35 +++++++++++++++++++++++++++++++++++
 graphics/papirus-folders/PLIST    |   2 ++
 graphics/papirus-folders/distinfo |   6 ++++++
 5 files changed, 48 insertions(+), 1 deletions(-)

diffs (79 lines):

diff -r 80f70a8f1159 -r 4b89fb663910 graphics/Makefile
--- a/graphics/Makefile Fri Nov 30 16:33:37 2018 +0000
+++ b/graphics/Makefile Fri Nov 30 16:42:33 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.809 2018/11/29 05:29:55 jnemeth Exp $
+# $NetBSD: Makefile,v 1.810 2018/11/30 16:42:33 nia Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -410,6 +410,7 @@
 SUBDIR+=       p5-clutter
 SUBDIR+=       panomatic
 SUBDIR+=       paper-icon-theme
+SUBDIR+=       papirus-folders
 SUBDIR+=       papirus-icon-theme
 SUBDIR+=       pdiff
 SUBDIR+=       pear-Image_Canvas
diff -r 80f70a8f1159 -r 4b89fb663910 graphics/papirus-folders/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/papirus-folders/DESCR    Fri Nov 30 16:42:33 2018 +0000
@@ -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 -r 80f70a8f1159 -r 4b89fb663910 graphics/papirus-folders/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/papirus-folders/Makefile Fri Nov 30 16:42:33 2018 +0000
@@ -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@localhost
+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 -r 80f70a8f1159 -r 4b89fb663910 graphics/papirus-folders/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/papirus-folders/PLIST    Fri Nov 30 16:42:33 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/11/30 16:42:33 nia Exp $
+bin/papirus-folders
diff -r 80f70a8f1159 -r 4b89fb663910 graphics/papirus-folders/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/papirus-folders/distinfo Fri Nov 30 16:42:33 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index