[arch-commits] Commit in numix-themes/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Oct 28 13:51:18 UTC 2014
Date: Tuesday, October 28, 2014 @ 14:51:18
Author: alucryd
Revision: 121525
archrelease: copy trunk to community-any
Added:
numix-themes/repos/community-any/PKGBUILD
(from rev 121524, numix-themes/trunk/PKGBUILD)
Deleted:
numix-themes/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-28 13:51:08 UTC (rev 121524)
+++ PKGBUILD 2014-10-28 13:51:18 UTC (rev 121525)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Diego <cdprincipe at gmail.com>
-
-pkgname=numix-themes
-pkgver=2.3
-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')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz")
-sha256sums=('98bfdfddddb4f8e88340c0c8e500e19de5db23d24961bab4a8a04eaae8eeaac5')
-
-package() {
- cd Numix-${pkgver}
-
- 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 121524, numix-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-10-28 13:51:18 UTC (rev 121525)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Diego <cdprincipe at gmail.com>
+
+pkgname=numix-themes
+pkgver=2.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')
+source=("numix-themes-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz")
+sha256sums=('a9a4e896884da34dbfdbc45dbea849dc332b5f8a22b253f77b8344fd0caec367')
+
+package() {
+ cd Numix-${pkgver}
+
+ 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