summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Weber2018-06-08 08:59:32 +0200
committerSteffen Weber2018-06-08 08:59:32 +0200
commit094aade115f5531f1d3b8502347319a63c12243a (patch)
tree42e495f1efd5b42e62bf9b574b3587d90554dc3d
parent19f176e148680b7cf639507435b101f5e1265c51 (diff)
downloadaur-094aade115f5531f1d3b8502347319a63c12243a.tar.gz
Use sources from github
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD17
-rw-r--r--fix-blueberry-icons.patch10
3 files changed, 9 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03e17e7a8870..c2dbbcfce952 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Oct 16 14:17:51 UTC 2017
+# Fri Jun 8 06:56:46 UTC 2018
pkgbase = clarity-icon-theme
pkgdesc = Vector icons in 9 colourthemes for GTK
pkgver = 0.4.7
- pkgrel = 2
+ pkgrel = 3
url = https://www.gnome-look.org/p/1012535
arch = any
license = CCPL:by-sa
@@ -11,10 +11,8 @@ pkgbase = clarity-icon-theme
makedepends = librsvg
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
+ source = clarity-icon-theme-0.4.7.tar.gz::https://github.com/jcubic/Clarity/releases/download/0.4.7/clarity-icon-theme_0.4.7.tar.gz
+ md5sums = 530abb6a7dee6a3cc389dfe0279a5b8d
pkgname = clarity-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index f5c657af4237..46c0f9aaa94e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,15 @@
pkgname=clarity-icon-theme
pkgver=0.4.7
-pkgrel=2
+pkgrel=3
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
- fix-blueberry-icons.patch)
-md5sums=('2d889963e20263a6fcfdc82ad0de4129'
- '9b8d4a00f03df24bcd90158ff0ecc076')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jcubic/Clarity/releases/download/$pkgver/${pkgname}_${pkgver}.tar.gz)
+md5sums=('530abb6a7dee6a3cc389dfe0279a5b8d')
##############################################################
#Put the themes you want to build in _buildtheme array below.#
@@ -33,14 +31,9 @@ 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
+ cd "${srcdir}/Clarity"
make ${_theme}
make arch
install -d themes/${_theme}
@@ -52,7 +45,7 @@ build() {
package() {
for _theme in ${_buildtheme[*]}; do
install -d "${pkgdir}/usr/share/icons/clarity-${_theme}"
- cp -r ${srcdir}/Clarity/themes/${_theme}/{scalable,16x16,index.theme} \
+ cp -r "${srcdir}/Clarity/themes/${_theme}/"{scalable,16x16,index.theme} \
"${pkgdir}/usr/share/icons/clarity-${_theme}"
cd "${pkgdir}/usr/share/icons/clarity-${_theme}"
diff --git a/fix-blueberry-icons.patch b/fix-blueberry-icons.patch
deleted file mode 100644
index 82b8bc8486f5..000000000000
--- a/fix-blueberry-icons.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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