summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbasigur2018-12-09 17:00:44 +0500
committerbasigur2018-12-09 17:00:44 +0500
commit575f58c0580f007c518f946e858e2d921a8740db (patch)
treeb64e78ca44c7a596436127b414001fc7f98b6cd4
parentb0fcbd71ca05523016641cacf8f211ad25b5529e (diff)
downloadaur-575f58c0580f007c518f946e858e2d921a8740db.tar.gz
v2.4-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD15
2 files changed, 16 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eb152b2408a..95936eb20938 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.1.1
-# Sun Dec 9 00:47:42 UTC 2018
+# Sun Dec 9 11:55:10 UTC 2018
pkgbase = neru-icon-classic-theme
pkgdesc = Classic theme icons Neru
pkgver = 2.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chistota/neru-icon-classic-theme
arch = any
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index cfea9cee90c2..ac98e7c08cc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=neru-icon-classic-theme
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc="Classic theme icons Neru"
arch=('any')
url="https://github.com/chistota/neru-icon-classic-theme"
@@ -20,6 +20,19 @@ package() {
install -d "$pkgdir/usr/share/icons"
install -d "$pkgdir/usr/share/doc/${pkgname}"
install -d "$pkgdir/usr/share/licenses/${pkgname}"
+
+ ln -s document-viewer.svg neru-classic-light/32x32/apps/graphics-viewer-document.svg
+ ln -s document-viewer.svg neru-classic-light/32x32/apps/org.gnome.Evince.svg
+ ln -s document-viewer.svg neru-classic-light/32x32/apps/xpdf9.svg
+ ln -s document-viewer.svg neru-classic-light/32x32/apps/accessories-document-viewer.svg
+
+ gtk-update-icon-cache neru-classic-light/
+ gtk-update-icon-cache neru-classic-dark/
+ gtk-update-icon-cache neru-classic-light-green/
+ gtk-update-icon-cache neru-classic-dark-green/
+ gtk-update-icon-cache neru-classic-light-yellow/
+ gtk-update-icon-cache neru-classic-dark-yellow/
+
cp -r {'neru-classic-light','neru-classic-dark','neru-classic-light-green','neru-classic-dark-green','neru-classic-light-yellow','neru-classic-dark-yellow'} "$pkgdir"/usr/share/icons/
cp -r LICENSE "$pkgdir"/usr/share/licenses/"${pkgname}"/
cp -r {README.md,AUTHORS} "$pkgdir"/usr/share/doc/"${pkgname}"/