[arch-commits] Commit in numix-themes/repos/community-any (Gemfile PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Mon Apr 11 03:04:40 UTC 2016


    Date: Monday, April 11, 2016 @ 05:04:40
  Author: bgyorgy
Revision: 170300

archrelease: copy trunk to community-any

Added:
  numix-themes/repos/community-any/Gemfile
    (from rev 170299, numix-themes/trunk/Gemfile)
  numix-themes/repos/community-any/PKGBUILD
    (from rev 170299, numix-themes/trunk/PKGBUILD)
Deleted:
  numix-themes/repos/community-any/PKGBUILD

----------+
 Gemfile  |    2 +
 PKGBUILD |   73 ++++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 43 insertions(+), 32 deletions(-)

Copied: numix-themes/repos/community-any/Gemfile (from rev 170299, numix-themes/trunk/Gemfile)
===================================================================
--- Gemfile	                        (rev 0)
+++ Gemfile	2016-04-11 03:04:40 UTC (rev 170300)
@@ -0,0 +1,2 @@
+source "https://rubygems.org"
+gem "sass"

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-11 03:04:35 UTC (rev 170299)
+++ PKGBUILD	2016-04-11 03:04:40 UTC (rev 170300)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Diego <cdprincipe at gmail.com>
-
-pkgname=numix-themes
-pkgver=2.5.1.r154.9c9bf64
-pkgrel=1
-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')
-_commit='9c9bf64389b7a700bed72e1515cbb01595a76986'
-source=("git+https://github.com/shimmerproject/Numix.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd Numix
-
-  git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./'
-}
-
-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:

Copied: numix-themes/repos/community-any/PKGBUILD (from rev 170299, numix-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-11 03:04:40 UTC (rev 170300)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Diego <cdprincipe at gmail.com>
+
+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:



More information about the arch-commits mailing list