pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Nov 30 16:42:33 UTC 2018

Modified Files:
        pkgsrc/graphics: Makefile
Added Files:
        pkgsrc/graphics/papirus-folders: DESCR Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.809 -r1.810 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/papirus-folders/DESCR \
    pkgsrc/graphics/papirus-folders/Makefile \
    pkgsrc/graphics/papirus-folders/PLIST \
    pkgsrc/graphics/papirus-folders/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/Makefile
diff -u pkgsrc/graphics/Makefile:1.809 pkgsrc/graphics/Makefile:1.810
--- pkgsrc/graphics/Makefile:1.809      Thu Nov 29 05:29:55 2018
+++ pkgsrc/graphics/Makefile    Fri Nov 30 16:42:33 2018
@@ -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-cairo-gobject
 SUBDIR+=       p5-clutter
 SUBDIR+=       panomatic
 SUBDIR+=       paper-icon-theme
+SUBDIR+=       papirus-folders
 SUBDIR+=       papirus-icon-theme
 SUBDIR+=       pdiff
 SUBDIR+=       pear-Image_Canvas

Added files:

Index: pkgsrc/graphics/papirus-folders/DESCR
diff -u /dev/null pkgsrc/graphics/papirus-folders/DESCR:1.1
--- /dev/null   Fri Nov 30 16:42:33 2018
+++ pkgsrc/graphics/papirus-folders/DESCR       Fri Nov 30 16:42:33 2018
@@ -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).
Index: pkgsrc/graphics/papirus-folders/Makefile
diff -u /dev/null pkgsrc/graphics/papirus-folders/Makefile:1.1
--- /dev/null   Fri Nov 30 16:42:33 2018
+++ pkgsrc/graphics/papirus-folders/Makefile    Fri Nov 30 16:42:33 2018
@@ -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"
Index: pkgsrc/graphics/papirus-folders/PLIST
diff -u /dev/null pkgsrc/graphics/papirus-folders/PLIST:1.1
--- /dev/null   Fri Nov 30 16:42:33 2018
+++ pkgsrc/graphics/papirus-folders/PLIST       Fri Nov 30 16:42:33 2018
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/11/30 16:42:33 nia Exp $
+bin/papirus-folders
Index: pkgsrc/graphics/papirus-folders/distinfo
diff -u /dev/null pkgsrc/graphics/papirus-folders/distinfo:1.1
--- /dev/null   Fri Nov 30 16:42:33 2018
+++ pkgsrc/graphics/papirus-folders/distinfo    Fri Nov 30 16:42:33 2018
@@ -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