summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordigitalone2018-12-10 14:10:13 +0100
committerdigitalone2018-12-10 14:10:13 +0100
commitd1e5a129866286a0212b0dc657dd12f3ab582491 (patch)
tree42780b7a7d4f75238ec8a3a855e2e63b9a17e161
parent294e9468781f336f741bee550d3de58ac66952c0 (diff)
downloadaur-d1e5a129866286a0212b0dc657dd12f3ab582491.tar.gz
new version - updated and added icons
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD18
2 files changed, 12 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83e0e425476e..e14b848da240 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = korla-icon-theme
pkgdesc = Korla icon theme suitable for every desktop environment – made by bikass
- pkgver = 0.7.7
- pkgrel = 3
+ pkgver = 0.7.8
+ pkgrel = 1
url = https://github.com/bikass/korla
arch = any
license = custom:CC BY-SA 4.0
depends = gtk-update-icon-cache
+ optdepends = hicolor-icon-theme: fallback Freedesktop.org Hicolor icon theme
optdepends = breeze-icons: fallback Breeze icon theme
optdepends = gnome-icon-theme: fallback Gnome icon theme
- optdepends = hicolor-icon-theme: fallback Freedesktop.org Hicolor icon theme
- source = https://github.com/bikass/korla/archive/v0.7.7.tar.gz
- md5sums = 4e239bd25167badcdf0078224edcf0ec
+ source = https://github.com/bikass/korla/archive/v0.7.8.tar.gz
+ md5sums = 6acf720b05a2addf92ea44e9e7cda7d1
pkgname = korla-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 84ca60d0ca26..dcf2023dbfb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,23 @@
# Maintainer: Giusy Margarita <kurmikon at libero dot it>
pkgname=korla-icon-theme
-pkgver=0.7.7
-pkgrel=3
+pkgver=0.7.8
+pkgrel=1
pkgdesc='Korla icon theme suitable for every desktop environment – made by bikass'
arch=('any')
url='https://github.com/bikass/korla'
license=('custom:CC BY-SA 4.0')
depends=('gtk-update-icon-cache')
-optdepends=('breeze-icons: fallback Breeze icon theme'
- 'gnome-icon-theme: fallback Gnome icon theme'
- 'hicolor-icon-theme: fallback Freedesktop.org Hicolor icon theme')
-
+optdepends=('hicolor-icon-theme: fallback Freedesktop.org Hicolor icon theme'
+ 'breeze-icons: fallback Breeze icon theme'
+ 'gnome-icon-theme: fallback Gnome icon theme')
source=("https://github.com/bikass/korla/archive/v$pkgver.tar.gz")
-md5sums=('4e239bd25167badcdf0078224edcf0ec')
+md5sums=('6acf720b05a2addf92ea44e9e7cda7d1')
package() {
mkdir -p "$pkgdir/usr/share/icons/"
- cp -r "$srcdir/korla-$pkgver/korla" "$pkgdir/usr/share/icons/korla"
-
- chmod 755 $(find "$pkgdir/usr/share/icons/korla" -type d)
- chmod 644 $(find "$pkgdir/usr/share/icons/korla" -type f)
+ cp -drf --no-preserve=mode,ownership "$srcdir/korla-$pkgver/korla" "$pkgdir/usr/share/icons/korla"
}
post_install() {