summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordigitalone2019-07-22 14:32:53 +0200
committerdigitalone2019-07-22 14:32:53 +0200
commit1cc2c9af1539ed9ee47c010cb598c511f3da4986 (patch)
treebb24126ee2acddbada823da5a17510555cbab35d
parent7c64b949302bd0c9673219c4575207ebeae2a7b0 (diff)
downloadaur-1cc2c9af1539ed9ee47c010cb598c511f3da4986.tar.gz
new 1.1.5 release
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
-rw-r--r--korla-icon-theme-git.install1
3 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2e0160d2542..beee6df3c6cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = korla-icon-theme-git
pkgdesc = SVG icon theme suitable for every desktop environment (dark and light versions, HiDPI support, git version)
- pkgver = 1.1.4.r286.a450e7c3
+ pkgver = 1.1.5.r295.23613054
pkgrel = 1
url = https://github.com/bikass/korla
install = korla-icon-theme-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 0e18d1c18b83..d0aa0ec0fbcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Giusy Margarita <kurmikon at libero dot it>
-_relver=1.1.4
+_relver=1.1.5
pkgname=korla-icon-theme-git
-pkgver=$_relver.r286.a450e7c3
+pkgver=$_relver.r295.23613054
pkgrel=1
pkgdesc="SVG icon theme suitable for every desktop environment (dark and light versions, HiDPI support, git version)"
arch=("any")
@@ -33,12 +33,14 @@ pkgver() {
package() {
cd "$srcdir/korla"
-
+
# Delete useless files from source folder
rm -f "korla/create-new-icon-theme.cache.sh"
rm -f "korla/$_iconcache"
rm -f "korla-light/create-new-icon-theme.cache.sh"
rm -f "korla-light/$_iconcache"
+ rm -f "korla-light-panel/create-new-icon-theme.cache.sh"
+ rm -f "korla-light-panel/$_iconcache"
install -dm755 "$pkgdir/$_iconpath"
install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
@@ -49,11 +51,13 @@ package() {
# any issue because he installed the theme under the local icon folder on his system.
cp -dr --no-preserve=mode "korla" "$pkgdir/$_iconpath/korla"
cp -dr --no-preserve=mode "korla-light" "$pkgdir/$_iconpath/korla-light"
+ cp -dr --no-preserve=mode "korla-light-panel" "$pkgdir/$_iconpath/korla-light-panel"
# Create empty icon cache files, they will be filled during post_install and
# post_upgrade scripts
touch -a "$pkgdir/$_iconpath/korla/$_iconcache"
touch -a "$pkgdir/$_iconpath/korla-light/$_iconcache"
+ touch -a "$pkgdir/$_iconpath/korla-light-panel/$_iconcache"
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
diff --git a/korla-icon-theme-git.install b/korla-icon-theme-git.install
index e3e460d00470..e18490867545 100644
--- a/korla-icon-theme-git.install
+++ b/korla-icon-theme-git.install
@@ -3,6 +3,7 @@ _iconpath=usr/share/icons
_gtk_icon_cache() {
gtk-update-icon-cache -f -t "/$_iconpath/korla/"
gtk-update-icon-cache -f -t "/$_iconpath/korla-light/"
+ gtk-update-icon-cache -f -t "/$_iconpath/korla-light-panel/"
}
post_install() {