summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraitorpazos2015-08-09 12:17:22 +0200
committeraitorpazos2015-08-09 12:17:22 +0200
commit026602e52cefbd564633fe5f941b8015e2fcdbcd (patch)
tree3e47e2f8eb5a7b23c9c70f500d169cb20780e3b0
parentd26598cedd33aa6e15ee0cba84064a0318deb389 (diff)
downloadaur-026602e52cefbd564633fe5f941b8015e2fcdbcd.tar.gz
Remove light Breeze theme installation as it's already included in libreoffice-fresh package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5bb0f0c3f72..59fd1c5eacb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libreoffice-breeze-icons
- pkgdesc = Breeze icons set for Libreoffice. You should select it under Tools->Options->View
+ pkgdesc = Breeze dark icons set for Libreoffice. You should select it under Tools->Options->View
pkgver = 2015.8.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/NitruxSA/plasma-next-icons
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 791105c9e834..08fe5a7d063f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=libreoffice-breeze-icons
pkgname=('libreoffice-breeze-icons')
pkgver=2015.8.8
-pkgrel=1
-pkgdesc="Breeze icons set for Libreoffice. You should select it under Tools->Options->View"
+pkgrel=2
+pkgdesc="Breeze dark icons set for Libreoffice. You should select it under Tools->Options->View"
arch=('any')
url="https://github.com/NitruxSA/plasma-next-icons"
license=('LGPL')
@@ -21,7 +21,6 @@ package() {
LO_DIR=/usr/lib/libreoffice/share/config
mkdir -p $pkgdir$LO_DIR
- cp $srcdir/images_breeze.zip $pkgdir$LO_DIR/
cp $srcdir/images_breeze_dark.zip $pkgdir$LO_DIR/
chmod o+r $pkgdir$LO_DIR/*.zip
}