1
0
forked from ports/contrib

papirus-folders: initial commit, version 1.7.0

This commit is contained in:
Tim Biermann 2020-06-02 23:01:16 +02:00
parent 08d46b9711
commit 59de872a7c
3 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/papirus-folders
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/bash-completion/
drwxr-xr-x root/root usr/share/bash-completion/completions/
-rw-r--r-- root/root usr/share/bash-completion/completions/papirus-folders

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/19te71ukOD9ZNClEzuPpDKBZ5KhBmG2oekhztP6kRH3six2Xn1gs7RQXirJ8daIfFRhPPyZ1AYfkKAFXp25A4=
SHA256 (Pkgfile) = be7c646888aba0e7c174e8f2e8960013b533934a6f334899d0669171616c5715
SHA256 (.footprint) = 2cc769830869a461aa9fabea8ff6885f5634009d847ed7dd8fe8d5af96840ade
SHA256 (papirus-folders-1.7.0.tar.gz) = 8ba3ebd98b077ea45133bbccbf5751160f47303f951fce7d48e2772a1469ba82

15
papirus-folders/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: allows to change the color of folders
# URL: https://github.com/PapirusDevelopmentTeam/papirus-folders
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: papirus-icon-theme
name=papirus-folders
version=1.7.0
release=1
source=(https://github.com/PapirusDevelopmentTeam/papirus-folders/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
make DESTDIR=$PKG install
[ ! -d /lib/zsh || ! -d /usr/lib/zsh ] && rm -r $PKG/usr/share/zsh
}