summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Behrendt2016-12-07 18:15:41 +0100
committerMarcus Behrendt2016-12-07 18:15:41 +0100
commitdd74bef05f6d14c72c7ba1c9bfcd91791b8cbe3b (patch)
treeffa489e22028cc979010960efd6d5514116f9361
parent737aa3adef3d4071083dfa0c21201d44ca9f3b88 (diff)
downloadaur-dd74bef05f6d14c72c7ba1c9bfcd91791b8cbe3b.tar.gz
now only compatible with LibreOffice
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 676c3cd771b6..ef8dbcd280db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Aug 3 19:54:05 UTC 2016
+# Wed Dec 7 17:15:06 UTC 2016
pkgbase = papirus-libreoffice-theme-git
pkgdesc = Papirus theme for LibreOffice (git version)
- pkgver = 20160803
+ pkgver = 20161127
pkgrel = 1
url = https://github.com/PapirusDevelopmentTeam/papirus-libreoffice-theme
arch = any
license = GPL
makedepends = git
- makedepends = make
- depends = plasma-desktop
- optdepends = libreoffice
- optdepends = libreoffice-fresh-rpm
+ depends = libreoffice
conflicts = papirus-libreoffice-theme
conflicts = libreoffice-papirus-theme
conflicts = libreoffice-papirus-theme-git
diff --git a/PKGBUILD b/PKGBUILD
index ce02a2eb3b13..3218494ed67e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
-# Maintainer: FadeMind <fademind@gmail.com>
+# Maintainer: Marcus Behrendt <marcus dot behrendt dot eightysix(in numbers) at bigbrothergoogle dot com
pkgname=papirus-libreoffice-theme-git
-pkgver=20160803
+pkgver=20161127
pkgrel=1
pkgdesc="Papirus theme for LibreOffice (git version)"
url="https://github.com/PapirusDevelopmentTeam/${pkgname%-git}"
arch=('any')
license=('GPL')
-depends=('plasma-desktop')
-makedepends=('git' 'make')
+depends=('libreoffice')
+makedepends=('git')
conflicts=('papirus-libreoffice-theme' 'libreoffice-papirus-theme' 'libreoffice-papirus-theme-git')
-optdepends=('libreoffice' 'libreoffice-fresh-rpm')
options=('!strip')
source=("${pkgname}::git+${url}.git")
sha256sums=('SKIP')
@@ -21,5 +20,7 @@ pkgver() {
}
package() {
- make -C "${pkgname}" install DESTDIR="$pkgdir"
+ cd ${pkgname}
+ mkdir -p ${pkgdir}/usr/share/libreoffice/share/config
+ cp --no-preserve=mode,ownership -r images_papirus.zip images_papirus_dark.zip ${pkgdir}/usr/share/libreoffice/share/config
}