papirus-folders: 1.12.1 -> 1.13.0

This commit is contained in:
Tim Biermann 2023-11-05 14:55:06 +01:00
parent 9e983ecbaf
commit 6ed61ca507
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 12 additions and 10 deletions

View File

@ -1,7 +1,3 @@
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

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zULrCZl06FeihHjOsKlrztSmytvEYVsZv/LE1Smwrhmti0VjLJ/eoVzA8qhPlOywIzKWSsgutUWCcZwIrSyEgQ=
SHA256 (Pkgfile) = f0bf764b8ea229544a7c842457ce2046ddfb4bb2f9bd8bac8935fb8d22b74190
SHA256 (.footprint) = 2cc769830869a461aa9fabea8ff6885f5634009d847ed7dd8fe8d5af96840ade
SHA256 (papirus-folders-1.12.1.tar.gz) = e0079af92ffc1b16eebd0f182d740e85aa2e34450cf0f191c229a568fcc5bee0
RWSagIOpLGJF3+G3/JPk47m1e1vk1iKmpn94p4G/ewi5rKwmCGobcjRapUwQRzIJu26Kch2deNxKBeMzPN277IwlIjv1M65DAwM=
SHA256 (Pkgfile) = c10f40f9994f0d27cf40d7c1e9a38bde543f151d4022669a86b031ddef542400
SHA256 (.footprint) = 4f29f77ed4e312f5665deb0761ea9b048e285654099df049896eefb129ab9b11
SHA256 (papirus-folders-1.13.0.tar.gz) = a1a80aa8fe2d9cb5c9d56b8f3beef8eb98fffa36870c7c7a37e355831b833ced

View File

@ -2,14 +2,20 @@
# URL: https://github.com/PapirusDevelopmentTeam/papirus-folders
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: papirus-icon-theme
# Optional: bash-completion zsh
name=papirus-folders
version=1.12.1
version=1.13.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
! prt-get isinst bash-completion && rm -r $PKG/usr/share/bash-completion/
! prt-get isinst zsh && rm -r $PKG/usr/share/zsh
rmdir $PKG/usr/share || true
}