forked from ports/contrib
papirus-icon-theme: initial commit, version 20200602
This commit is contained in:
parent
75432fd382
commit
08d46b9711
papirus-icon-theme
87915
papirus-icon-theme/.footprint
Normal file
87915
papirus-icon-theme/.footprint
Normal file
File diff suppressed because it is too large
Load Diff
5
papirus-icon-theme/.signature
Normal file
5
papirus-icon-theme/.signature
Normal 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
|
15
papirus-icon-theme/Pkgfile
Normal file
15
papirus-icon-theme/Pkgfile
Normal 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 '{}' \+
|
||||
}
|
8
papirus-icon-theme/post-install
Executable file
8
papirus-icon-theme/post-install
Executable 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
|
Loading…
x
Reference in New Issue
Block a user