summaryrefslogtreecommitdiff
path: root/pcr/gtk-theme-numix
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-02 15:56:44 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-02 15:56:44 +0100
commitf154d6fddac3482caea2ecfaad751f3d3f8d3647 (patch)
treef470f8a233de6dfefe37a7876ec226775086a7d4 /pcr/gtk-theme-numix
parent51d8403f95495b3a14ffd108927fce5c84d81ae8 (diff)
pcr/gtk-theme-numix: bumped pkgrel and rebuilt for arm
Diffstat (limited to 'pcr/gtk-theme-numix')
-rw-r--r--pcr/gtk-theme-numix/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/pcr/gtk-theme-numix/PKGBUILD b/pcr/gtk-theme-numix/PKGBUILD
index eaa99cc22..09978b3f0 100644
--- a/pcr/gtk-theme-numix/PKGBUILD
+++ b/pcr/gtk-theme-numix/PKGBUILD
@@ -1,21 +1,23 @@
# Mantainer: Diego
# Contributor (Arch): Aleessio Sergi
+# parabola changes and rationale:
+# upstream pkgbuild is gone, but we keep maintaining this.
+
pkgname=gtk-theme-numix
-_theme=Numix
+_theme=numix-gtk-theme
pkgver=1.4
-pkgrel=1
+pkgrel=1.1
pkgdesc="A flat and light theme with a modern look"
arch=('any')
url="http://satya164.deviantart.com/art/Numix-GTK3-theme-360223962"
license=('GPL3')
depends=('gtk-engine-murrine')
-source=(https://github.com/shimmerproject/${_theme}/archive/v${pkgver}.tar.gz)
-md5sums=('323ce459ebf9ee30bf920d18fab3645a')
+source=($pkgname-$pkgver.tar.gz::https://github.com/shimmerproject/${_theme}/archive/v${pkgver}.tar.gz)
+md5sums=('0f8f73afb957f22d5f10e8b65b9ed442')
package() {
install -d "$pkgdir/usr/share/themes/${_theme}"
cp -rv ${srcdir}/${_theme}-${pkgver}/* "$pkgdir/usr/share/themes/${_theme}/"
}
-md5sums=('323ce459ebf9ee30bf920d18fab3645a')