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).
This commit is contained in:
parent
ce29131f26
commit
cbdb7cd33c
5 changed files with 48 additions and 1 deletions
|
@ -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
|
||||
|
|
3
graphics/papirus-folders/DESCR
Normal file
3
graphics/papirus-folders/DESCR
Normal file
|
@ -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).
|
35
graphics/papirus-folders/Makefile
Normal file
35
graphics/papirus-folders/Makefile
Normal file
|
@ -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"
|
2
graphics/papirus-folders/PLIST
Normal file
2
graphics/papirus-folders/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2018/11/30 16:42:33 nia Exp $
|
||||
bin/papirus-folders
|
6
graphics/papirus-folders/distinfo
Normal file
6
graphics/papirus-folders/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue