papirus-libreoffice-theme: initial commit, version 20170228

This commit is contained in:
Tim Biermann 2020-06-02 23:16:15 +02:00
parent 8d272e6ec7
commit 06c2d0defe
3 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/libreoffice/
drwxr-xr-x root/root usr/lib/libreoffice/share/
drwxr-xr-x root/root usr/lib/libreoffice/share/config/
-rw-r--r-- root/root usr/lib/libreoffice/share/config/images_epapirus.zip
-rw-r--r-- root/root usr/lib/libreoffice/share/config/images_papirus.zip
-rw-r--r-- root/root usr/lib/libreoffice/share/config/images_papirus_dark.zip

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31fIlbxGjc97Gb8ukqdjc2TR/SP0bee35E5mEdGhcNDBZKx0V3Eyps8fdKA8ZEfFPnzlyNB++1kBFcJ25mBXWQs=
SHA256 (Pkgfile) = 6369e9db1bd2edf7aac150b2a860431752ef326768cbb873568285406b1aec5c
SHA256 (.footprint) = 7c9f2e5b5398968a209cc82b06f85dbefae9046c8faa1688af15772217837d1c
SHA256 (papirus-libreoffice-theme-20170228.tar.gz) = 396402c9327506a729d3c01e339528dd5b5f9b205cb3edabca4eb85b5db5df6d

View File

@ -0,0 +1,14 @@
# Description: Papirus theme for LibreOffice
# URL: https://github.com/PapirusDevelopmentTeam/papirus-libreoffice-theme
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libreoffice
name=papirus-libreoffice-theme
version=20170228
release=1
source=(https://github.com/PapirusDevelopmentTeam/papirus-libreoffice-theme/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
make DESTDIR=$PKG PREFIX=/usr/lib install
}