[arch-commits] Commit in numix-themes/repos/community-any (4 files)
Maxime Gauduin
alucryd at archlinux.org
Mon Sep 19 13:16:41 UTC 2016
Date: Monday, September 19, 2016 @ 13:16:40
Author: alucryd
Revision: 189984
archrelease: copy trunk to community-any
Added:
numix-themes/repos/community-any/Gemfile
(from rev 189983, numix-themes/trunk/Gemfile)
numix-themes/repos/community-any/PKGBUILD
(from rev 189983, 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-09-19 13:16:34 UTC (rev 189983)
+++ Gemfile 2016-09-19 13:16:40 UTC (rev 189984)
@@ -1,2 +0,0 @@
-source "https://rubygems.org"
-gem "sass"
Copied: numix-themes/repos/community-any/Gemfile (from rev 189983, numix-themes/trunk/Gemfile)
===================================================================
--- Gemfile (rev 0)
+++ Gemfile 2016-09-19 13:16:40 UTC (rev 189984)
@@ -0,0 +1,2 @@
+source "https://rubygems.org"
+gem "sass"
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-09-19 13:16:34 UTC (rev 189983)
+++ PKGBUILD 2016-09-19 13:16:40 UTC (rev 189984)
@@ -1,33 +0,0 @@
-# $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:
Copied: numix-themes/repos/community-any/PKGBUILD (from rev 189983, numix-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-09-19 13:16:40 UTC (rev 189984)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Diego <cdprincipe at gmail.com>
+
+pkgname=numix-themes
+pkgver=2.6.2
+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=('383a4df7c35355b51fc8a35ee5bd7393f17f54f9e75da9e704d852e620850854'
+ '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