[arch-commits] Commit in numix-themes/repos/community-any (4 files)
Maxime Gauduin
alucryd at archlinux.org
Sun Oct 30 15:04:23 UTC 2016
Date: Sunday, October 30, 2016 @ 15:04:22
Author: alucryd
Revision: 194011
archrelease: copy trunk to community-any
Added:
numix-themes/repos/community-any/Gemfile
(from rev 194010, numix-themes/trunk/Gemfile)
numix-themes/repos/community-any/PKGBUILD
(from rev 194010, numix-themes/trunk/PKGBUILD)
Deleted:
numix-themes/repos/community-any/Gemfile
numix-themes/repos/community-any/PKGBUILD
----------+
Gemfile | 4 +--
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
2 files changed, 35 insertions(+), 35 deletions(-)
Deleted: Gemfile
===================================================================
--- Gemfile 2016-10-30 15:04:15 UTC (rev 194010)
+++ Gemfile 2016-10-30 15:04:22 UTC (rev 194011)
@@ -1,2 +0,0 @@
-source "https://rubygems.org"
-gem "sass"
Copied: numix-themes/repos/community-any/Gemfile (from rev 194010, numix-themes/trunk/Gemfile)
===================================================================
--- Gemfile (rev 0)
+++ Gemfile 2016-10-30 15:04:22 UTC (rev 194011)
@@ -0,0 +1,2 @@
+source "https://rubygems.org"
+gem "sass"
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-30 15:04:15 UTC (rev 194010)
+++ PKGBUILD 2016-10-30 15:04:22 UTC (rev 194011)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Diego <cdprincipe at gmail.com>
-
-pkgname=numix-themes
-pkgver=2.6.4
-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=('f70cad6608d9a1b4819eaf6b51fc03d5c75971ff8f08080ac2eb9a5d8e386e6f'
- '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:
Copied: numix-themes/repos/community-any/PKGBUILD (from rev 194010, numix-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-30 15:04:22 UTC (rev 194011)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Diego <cdprincipe at gmail.com>
+
+pkgname=numix-themes
+pkgver=2.6.5
+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=('0511b9a183324e81a72118016844726bd965e5a763490383dda539d56b44f1b7'
+ '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