
commit 6ed61ca5078f6e7f1759918f97ed9a06fd519ec9 Author: Tim Biermann <tbier@posteo.de> Date: Sun Nov 5 14:55:06 2023 +0100 papirus-folders: 1.12.1 -> 1.13.0 diff --git a/papirus-folders/.footprint b/papirus-folders/.footprint index d1a7ca7d4..f287d4074 100644 --- a/papirus-folders/.footprint +++ b/papirus-folders/.footprint @@ -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 diff --git a/papirus-folders/.signature b/papirus-folders/.signature index af0d4027c..88fb99ac2 100644 --- a/papirus-folders/.signature +++ b/papirus-folders/.signature @@ -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 diff --git a/papirus-folders/Pkgfile b/papirus-folders/Pkgfile index 99756e170..178d6fed3 100644 --- a/papirus-folders/Pkgfile +++ b/papirus-folders/Pkgfile @@ -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/...) 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 }