diff --git a/papirus-libreoffice-theme/.footprint b/papirus-libreoffice-theme/.footprint new file mode 100644 index 000000000..127310ba3 --- /dev/null +++ b/papirus-libreoffice-theme/.footprint @@ -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 diff --git a/papirus-libreoffice-theme/.signature b/papirus-libreoffice-theme/.signature new file mode 100644 index 000000000..82171a665 --- /dev/null +++ b/papirus-libreoffice-theme/.signature @@ -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 diff --git a/papirus-libreoffice-theme/Pkgfile b/papirus-libreoffice-theme/Pkgfile new file mode 100644 index 000000000..8fe10cd0a --- /dev/null +++ b/papirus-libreoffice-theme/Pkgfile @@ -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 +}