[arch-commits] Commit in (9 files)

Maxime Gauduin alucryd at archlinux.org
Sun Feb 26 11:49:54 UTC 2017


    Date: Sunday, February 26, 2017 @ 11:49:54
  Author: alucryd
Revision: 213850

Rename numix-themes to numix-gtk-theme

Added:
  numix-gtk-theme/
  numix-gtk-theme/repos/
  numix-gtk-theme/repos/community-any/
  numix-gtk-theme/repos/community-any/Gemfile
  numix-gtk-theme/repos/community-any/PKGBUILD
  numix-gtk-theme/trunk/
  numix-gtk-theme/trunk/Gemfile
  numix-gtk-theme/trunk/PKGBUILD
Deleted:
  numix-themes/

------------------------------+
 repos/community-any/Gemfile  |    2 ++
 repos/community-any/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 trunk/Gemfile                |    2 ++
 trunk/PKGBUILD               |   34 ++++++++++++++++++++++++++++++++++
 4 files changed, 71 insertions(+)

Added: numix-gtk-theme/repos/community-any/Gemfile
===================================================================
--- numix-gtk-theme/repos/community-any/Gemfile	                        (rev 0)
+++ numix-gtk-theme/repos/community-any/Gemfile	2017-02-26 11:49:54 UTC (rev 213850)
@@ -0,0 +1,2 @@
+source "https://rubygems.org"
+gem "sass"

Added: numix-gtk-theme/repos/community-any/PKGBUILD
===================================================================
--- numix-gtk-theme/repos/community-any/PKGBUILD	                        (rev 0)
+++ numix-gtk-theme/repos/community-any/PKGBUILD	2017-02-26 11:49:54 UTC (rev 213850)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 213539 2017-02-22 18:22:05Z bgyorgy $
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Diego <cdprincipe at gmail.com>
+
+pkgname=numix-themes
+pkgver=2.6.6
+pkgrel=1
+pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, Xfce)'
+arch=('any')
+url='http://numixproject.org/'
+license=('GPL3')
+makedepends=('gdk-pixbuf2' 'ruby-bundler')
+optdepends=('gtk-engine-murrine: for gtk2 theme')
+_commit='f9b4a5ba3cc08eb649053e9e0d9ce0f2026675ff'
+source=("numix-themes-${pkgver}.tar.gz::https://github.com/numixproject/numix-gtk-theme/archive/${pkgver}.tar.gz"
+        "Gemfile")
+sha256sums=('5ee5ed54bea10fe23c99f1fcc614cbf593764b6310cdf889723f8c251abf0856'
+            'b1061ba7ce09c9eb3e41f59362aa8c21d27073b0658f13fb5eabdaea654afe2c')
+
+build() {
+  cd numix-gtk-theme-${pkgver}
+
+  bundle install --path .
+  make SASS="bundle exec sass"
+}
+
+package() {
+  cd numix-gtk-theme-${pkgver}
+
+  make SASS="bundle exec sass" DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Added: numix-gtk-theme/trunk/Gemfile
===================================================================
--- numix-gtk-theme/trunk/Gemfile	                        (rev 0)
+++ numix-gtk-theme/trunk/Gemfile	2017-02-26 11:49:54 UTC (rev 213850)
@@ -0,0 +1,2 @@
+source "https://rubygems.org"
+gem "sass"

Added: numix-gtk-theme/trunk/PKGBUILD
===================================================================
--- numix-gtk-theme/trunk/PKGBUILD	                        (rev 0)
+++ numix-gtk-theme/trunk/PKGBUILD	2017-02-26 11:49:54 UTC (rev 213850)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Diego <cdprincipe at gmail.com>
+
+pkgname=numix-gtk-theme
+pkgver=2.6.6
+pkgrel=1
+pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, Xfce)'
+arch=('any')
+url='http://numixproject.org/'
+license=('GPL3')
+makedepends=('gdk-pixbuf2' 'ruby-bundler')
+optdepends=('gtk-engine-murrine: for gtk2 theme')
+replaces=('numix-themes')
+_commit='f9b4a5ba3cc08eb649053e9e0d9ce0f2026675ff'
+source=("numix-gtk-theme-${pkgver}.tar.gz::https://github.com/numixproject/numix-gtk-theme/archive/${pkgver}.tar.gz"
+        "Gemfile")
+sha256sums=('5ee5ed54bea10fe23c99f1fcc614cbf593764b6310cdf889723f8c251abf0856'
+            'b1061ba7ce09c9eb3e41f59362aa8c21d27073b0658f13fb5eabdaea654afe2c')
+
+build() {
+  cd numix-gtk-theme-${pkgver}
+
+  bundle install --path .
+  make SASS="bundle exec sass"
+}
+
+package() {
+  cd numix-gtk-theme-${pkgver}
+
+  make SASS="bundle exec sass" DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: numix-gtk-theme/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list