Date: Tuesday, April 26, 2016 @ 14:36:24 Author: bgyorgy Revision: 171888
archrelease: copy trunk to community-any Deleted: numix-themes/repos/community-any/PKGBUILD ----------+ PKGBUILD | 41 ----------------------------------------- 1 file changed, 41 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2016-04-26 12:36:18 UTC (rev 171887) +++ PKGBUILD 2016-04-26 12:36:24 UTC (rev 171888) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin <[email protected]> -# Contributor: Diego <[email protected]> - -pkgname=numix-themes -pkgver=2.5.1.r154.9c9bf64 -pkgrel=2 -pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, Xfce)' -arch=('any') -url='http://numixproject.org/' -license=('GPL3') -depends=('gtk-engine-murrine') -makedepends=('git' 'ruby-bundler') -_commit='9c9bf64389b7a700bed72e1515cbb01595a76986' -source=("git+https://github.com/shimmerproject/Numix.git#commit=${_commit}" - "Gemfile") -sha256sums=('SKIP' - 'b1061ba7ce09c9eb3e41f59362aa8c21d27073b0658f13fb5eabdaea654afe2c') - -pkgver() { - cd Numix - - git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./' -} - -build() { - cd Numix - - bundle install --path . - make SASS="bundle exec sass" -} - -package() { - cd Numix - - 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/ -} - -# vim: ts=2 sw=2 et:
