[arch-commits] Commit in numix-themes/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Jul 4 11:23:22 UTC 2016
Date: Monday, July 4, 2016 @ 11:23:22
Author: alucryd
Revision: 182170
upgpkg: numix-themes 2.6.1-1
Modified:
numix-themes/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-04 11:13:41 UTC (rev 182169)
+++ PKGBUILD 2016-07-04 11:23:22 UTC (rev 182170)
@@ -3,7 +3,7 @@
# Contributor: Diego <cdprincipe at gmail.com>
pkgname=numix-themes
-pkgver=2.5.1.r233.a6be634
+pkgver=2.6.1
pkgrel=1
pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, Xfce)'
arch=('any')
@@ -12,19 +12,13 @@
depends=('gtk-engine-murrine')
makedepends=('git' 'ruby-bundler')
_commit='a6be63453516d3be718ddffc9f791ecc34da70bf'
-source=("git+https://github.com/shimmerproject/Numix.git#commit=${_commit}"
+source=("numix-themes-${pkgver}.tar.gz::https://github.com/numixproject/numix-gtk-theme/archive/${pkgver}.tar.gz"
"Gemfile")
-sha256sums=('SKIP'
+sha256sums=('7d81fb0fe7a50f933ae8016154a6da8ea4f6c12d988f735db277424af344a5bf'
'b1061ba7ce09c9eb3e41f59362aa8c21d27073b0658f13fb5eabdaea654afe2c')
-pkgver() {
- cd Numix
-
- git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./'
-}
-
build() {
- cd Numix
+ cd numix-gtk-theme-${pkgver}
bundle install --path .
make SASS="bundle exec sass"
@@ -31,11 +25,9 @@
}
package() {
- cd Numix
+ cd numix-gtk-theme-${pkgver}
- install -dm 755 "$pkgdir"/usr/share/themes/Numix
- rm -rf .git .gitignore CREDITS LICENSE README.md
- cp -dr --no-preserve='ownership' * "$pkgdir"/usr/share/themes/Numix/
+ make SASS="bundle exec sass" DESTDIR="${pkgdir}" install
}
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list