[arch-commits] Commit in numix-themes/repos/community-any (4 files)

Maxime Gauduin alucryd at archlinux.org
Mon Jul 4 11:23:35 UTC 2016


    Date: Monday, July 4, 2016 @ 11:23:34
  Author: alucryd
Revision: 182171

archrelease: copy trunk to community-any

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

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

Deleted: Gemfile
===================================================================
--- Gemfile	2016-07-04 11:23:22 UTC (rev 182170)
+++ Gemfile	2016-07-04 11:23:34 UTC (rev 182171)
@@ -1,2 +0,0 @@
-source "https://rubygems.org"
-gem "sass"

Copied: numix-themes/repos/community-any/Gemfile (from rev 182170, numix-themes/trunk/Gemfile)
===================================================================
--- Gemfile	                        (rev 0)
+++ Gemfile	2016-07-04 11:23:34 UTC (rev 182171)
@@ -0,0 +1,2 @@
+source "https://rubygems.org"
+gem "sass"

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-04 11:23:22 UTC (rev 182170)
+++ PKGBUILD	2016-07-04 11:23:34 UTC (rev 182171)
@@ -1,41 +0,0 @@
-# $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:

Copied: numix-themes/repos/community-any/PKGBUILD (from rev 182170, numix-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-04 11:23:34 UTC (rev 182171)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Diego <cdprincipe at gmail.com>
+
+pkgname=numix-themes
+pkgver=2.6.1
+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=("numix-themes-${pkgver}.tar.gz::https://github.com/numixproject/numix-gtk-theme/archive/${pkgver}.tar.gz"
+        "Gemfile")
+sha256sums=('7d81fb0fe7a50f933ae8016154a6da8ea4f6c12d988f735db277424af344a5bf'
+            '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:



More information about the arch-commits mailing list