summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortheFerdi2652016-09-19 16:36:04 +0200
committertheFerdi2652016-09-19 16:36:04 +0200
commit07032256a6eaa929f289c5d2dac2e6c9508f9292 (patch)
tree22bd1d47bc75997d8fd02b4969aacf30d7802d16
parentd16331abfb921800144a6e3d5c70bcd8462d60bd (diff)
downloadaur-07032256a6eaa929f289c5d2dac2e6c9508f9292.tar.gz
move from old_master, use rebuild of theme
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD22
2 files changed, 20 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2575c47dfa7b..41fed36a8547 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
+# Generated by mksrcinfo v8
+# Mon Sep 19 14:35:58 UTC 2016
pkgbase = gtk-theme-numix-solarized
- pkgdesc = Solarized versions of Numix GTK2 and GTK3 theme
- pkgver = 20151122
- pkgrel = 2
- url = http://bitterologist.deviantart.com/art/Numix-Solarized-417575928
+ pkgdesc = Solarized versions of Numix GTK2 and GTK3 theme, compatible with GTK 3.20
+ pkgver = 20160918
+ pkgrel = 1
+ url = https://github.com/Ferdi265/numix-solarized-gtk-theme
arch = any
license = GPL3
+ makedepends = make
depends = gtk-engine-murrine
- source = https://github.com/corebob/numix-solarized/archive/v0.2.zip
- md5sums = 920102c90ae0bb59a0b6799010d5934f
+ source = https://github.com/Ferdi265/numix-solarized-gtk-theme/releases/download/20160918/NumixSolarized.tar.gz
+ md5sums = SKIP
pkgname = gtk-theme-numix-solarized
diff --git a/PKGBUILD b/PKGBUILD
index 741009bbfc17..87319feaa841 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
-# Maintainer: dag.robole at gmail dot com
-# Contributor: defendor at riseup dot net
+# Maintainer: theferdi265 at gmail dot com
pkgname=gtk-theme-numix-solarized
-pkgver=20151122
-pkgrel=2
-pkgdesc="Solarized versions of Numix GTK2 and GTK3 theme"
+pkgver=20160918
+pkgrel=1
+pkgdesc="Solarized versions of Numix GTK2 and GTK3 theme, compatible with GTK 3.20"
arch=('any')
-url="http://bitterologist.deviantart.com/art/Numix-Solarized-417575928"
+url="https://github.com/Ferdi265/numix-solarized-gtk-theme"
license=('GPL3')
depends=('gtk-engine-murrine')
-source=('https://github.com/corebob/numix-solarized/archive/v0.2.zip')
-md5sums=('920102c90ae0bb59a0b6799010d5934f')
+makedepends=('make')
+source=('https://github.com/Ferdi265/numix-solarized-gtk-theme/releases/download/20160918/NumixSolarized.tar.gz')
+md5sums=('SKIP')
package() {
- mkdir -p ${pkgdir}/usr/share/themes/
- cp -r ${srcdir}/numix-solarized-0.2/Numix\ Solarized ${pkgdir}/usr/share/themes/
- cp -r ${srcdir}/numix-solarized-0.2/Numix\ Solarized\ Light ${pkgdir}/usr/share/themes/
+ mkdir -p $pkgdir/usr/share/themes
+ cp -r NumixSolarized $pkgdir/usr/share/themes
}
+