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

Balló György bgyorgy at archlinux.org
Tue Apr 26 12:36:45 UTC 2016


    Date: Tuesday, April 26, 2016 @ 14:36:45
  Author: bgyorgy
Revision: 171889

archrelease: copy trunk to community-any

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

----------+
 Gemfile  |    4 ++--
 PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+), 2 deletions(-)

Deleted: Gemfile
===================================================================
--- Gemfile	2016-04-26 12:36:24 UTC (rev 171888)
+++ Gemfile	2016-04-26 12:36:45 UTC (rev 171889)
@@ -1,2 +0,0 @@
-source "https://rubygems.org"
-gem "sass"

Copied: numix-themes/repos/community-any/Gemfile (from rev 171888, numix-themes/trunk/Gemfile)
===================================================================
--- Gemfile	                        (rev 0)
+++ Gemfile	2016-04-26 12:36:45 UTC (rev 171889)
@@ -0,0 +1,2 @@
+source "https://rubygems.org"
+gem "sass"

Copied: numix-themes/repos/community-any/PKGBUILD (from rev 171888, numix-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-26 12:36:45 UTC (rev 171889)
@@ -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.r233.a6be634
+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' 'ruby-bundler')
+_commit='a6be63453516d3be718ddffc9f791ecc34da70bf'
+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