papirus-icon-theme: initial commit, version 20200602

This commit is contained in:
Tim Biermann 2020-06-02 22:28:15 +02:00
parent 75432fd382
commit 08d46b9711
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 87943 additions and 0 deletions

87915
papirus-icon-theme/.footprint Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36ZdPeLPSESoEtWzcEFKAJNBA1NXSKUUMDyW6qpt4B8n7VyPNjxvVjbg6Fgyy5tXaNUnj5rb8RvZq1Cg9lm0rAU=
SHA256 (Pkgfile) = b56fc0a6b0b48e9677c7adaea4c25d5e98d9be75c11913f46adccb80964114de
SHA256 (.footprint) = f4310159368de58cb839277703f58e9ab2407d49b9eec9c1607ca7d7f1dbab68
SHA256 (papirus-icon-theme-20200602.tar.gz) = 8f2d81fdfb44d7702c3142bd6d2bc69df191f0f70e4bdb1d2e335e0715a5dfb1

View File

@ -0,0 +1,15 @@
# Description: Papirus Icon Theme
# URL: https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=papirus-icon-theme
version=20200602
release=1
source=(https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
make DESTDIR=$PKG install
find $PKG -name AUTHORS -name README -exec rm '{}' \+
}

View File

@ -0,0 +1,8 @@
#!/bin/sh
/usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/Papirus-Dark
/usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/Papirus-Light
/usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/ePapirus
/usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/Papirus
# EOF