summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Weber2017-10-16 16:18:51 +0200
committerSteffen Weber2017-10-16 16:18:51 +0200
commit19f176e148680b7cf639507435b101f5e1265c51 (patch)
treed41d2a0673c3e063991dade160d37b90d2ac53ba
parent5665f6311f0f4007e3cc74fcf5e4b51522dccf27 (diff)
downloadaur-19f176e148680b7cf639507435b101f5e1265c51.tar.gz
fix blueberry icons
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
-rw-r--r--fix-blueberry-icons.patch10
3 files changed, 24 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7c5de2badd8..03e17e7a8870 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Oct 12 09:30:58 UTC 2017
+# Mon Oct 16 14:17:51 UTC 2017
pkgbase = clarity-icon-theme
pkgdesc = Vector icons in 9 colourthemes for GTK
pkgver = 0.4.7
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnome-look.org/p/1012535
arch = any
license = CCPL:by-sa
@@ -12,7 +12,9 @@ pkgbase = clarity-icon-theme
options = !strip
options = !zipman
source = https://dl.opendesktop.org/api/files/download/id/1502786869/clarity-icon-theme_0.4.7.tar.gz
+ source = fix-blueberry-icons.patch
md5sums = 2d889963e20263a6fcfdc82ad0de4129
+ md5sums = 9b8d4a00f03df24bcd90158ff0ecc076
pkgname = clarity-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 18e3e55b15e7..f5c657af4237 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,17 @@
pkgname=clarity-icon-theme
pkgver=0.4.7
-pkgrel=1
+pkgrel=2
pkgdesc="Vector icons in 9 colourthemes for GTK"
arch=('any')
makedepends=('imagemagick' 'librsvg')
url="https://www.gnome-look.org/p/1012535"
license=('CCPL:by-sa')
options=(!strip !zipman)
-source=(https://dl.opendesktop.org/api/files/download/id/1502786869/${pkgname}_${pkgver}.tar.gz)
-md5sums=('2d889963e20263a6fcfdc82ad0de4129')
+source=(https://dl.opendesktop.org/api/files/download/id/1502786869/${pkgname}_${pkgver}.tar.gz
+ fix-blueberry-icons.patch)
+md5sums=('2d889963e20263a6fcfdc82ad0de4129'
+ '9b8d4a00f03df24bcd90158ff0ecc076')
##############################################################
#Put the themes you want to build in _buildtheme array below.#
@@ -31,6 +33,11 @@ md5sums=('2d889963e20263a6fcfdc82ad0de4129')
_buildtheme=(violaceus lux_violaceus canus dark_canus caeruleus lux_caeruleus viridis luteus albus)
+prepare() {
+ cd ${srcdir}/Clarity/src
+ patch -p0 -i ${srcdir}/fix-blueberry-icons.patch
+}
+
build() {
for _theme in ${_buildtheme[*]}; do
cd ${srcdir}/Clarity
diff --git a/fix-blueberry-icons.patch b/fix-blueberry-icons.patch
new file mode 100644
index 000000000000..82b8bc8486f5
--- /dev/null
+++ b/fix-blueberry-icons.patch
@@ -0,0 +1,10 @@
+--- symlinks 2017-08-15 10:47:28.000000000 +0200
++++ symlinks-patched 2017-10-15 14:03:16.170050270 +0200
+@@ -1988,5 +1988,5 @@
+ redo.svg scalable/actions/edit-redo.svg
+ ../apps/bluetooth.svg scalable/status/blueberry.svg
+ ../apps/bluetooth.svg scalable/status/blueberry-tray.svg
+-../apps/bluetooth-tray-disabled.svg scalable/status/blueberry-disabled.svg
+-../apps/bluetooth-tray-active.svg scalable/status/blueberry-active.svg
++blueberry-tray-disabled.svg scalable/status/blueberry-disabled.svg
++blueberry-tray-active.svg scalable/status/blueberry-active.svg