Date: Monday, April 11, 2016 @ 05:04:35 Author: bgyorgy Revision: 170299
upgpkg: numix-themes 2.5.1.r154.9c9bf64-2 Add generated content (FS#48883) Added: numix-themes/trunk/Gemfile Modified: numix-themes/trunk/PKGBUILD ----------+ Gemfile | 2 ++ PKGBUILD | 17 +++++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) Added: Gemfile =================================================================== --- Gemfile (rev 0) +++ Gemfile 2016-04-11 03:04:35 UTC (rev 170299) @@ -0,0 +1,2 @@ +source "https://rubygems.org" +gem "sass" Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-11 03:04:19 UTC (rev 170298) +++ PKGBUILD 2016-04-11 03:04:35 UTC (rev 170299) @@ -4,16 +4,18 @@ pkgname=numix-themes pkgver=2.5.1.r154.9c9bf64 -pkgrel=1 +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') +makedepends=('git' 'ruby-bundler') _commit='9c9bf64389b7a700bed72e1515cbb01595a76986' -source=("git+https://github.com/shimmerproject/Numix.git#commit=${_commit}") -sha256sums=('SKIP') +source=("git+https://github.com/shimmerproject/Numix.git#commit=${_commit}" + "Gemfile") +sha256sums=('SKIP' + 'b1061ba7ce09c9eb3e41f59362aa8c21d27073b0658f13fb5eabdaea654afe2c') pkgver() { cd Numix @@ -21,6 +23,13 @@ git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./' } +build() { + cd Numix + + bundle install --path . + make SASS="bundle exec sass" +} + package() { cd Numix
