[arch-commits] Commit in (5 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Fri Dec 13 11:11:04 UTC 2013


    Date: Friday, December 13, 2013 @ 12:11:04
  Author: alucryd
Revision: 102534

Add numix-themes

Added:
  numix-themes/
  numix-themes/trunk/
  numix-themes/trunk/PKGBUILD
  numix-themes/trunk/src/
  numix-themes/trunk/src/numix-themes-2.0.tar.gz

-----------------------------+
 PKGBUILD                    |   24 ++++++++++++++++++++++++
 src/numix-themes-2.0.tar.gz |    1 +
 2 files changed, 25 insertions(+)

Added: numix-themes/trunk/PKGBUILD
===================================================================
--- numix-themes/trunk/PKGBUILD	                        (rev 0)
+++ numix-themes/trunk/PKGBUILD	2013-12-13 11:11:04 UTC (rev 102534)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: alucryd <alucryd at gmail dot com>
+# Contributor: Diego <cdprincipe at gmail dot com>
+
+pkgname=numix-themes
+pkgver=2.0
+pkgrel=2
+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=('46d178b1a2c08f5ec839f66e73814ed3dfbeb444cff812d8b586526a889df012')
+
+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:


Property changes on: numix-themes/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: numix-themes/trunk/src/numix-themes-2.0.tar.gz
===================================================================
--- numix-themes/trunk/src/numix-themes-2.0.tar.gz	                        (rev 0)
+++ numix-themes/trunk/src/numix-themes-2.0.tar.gz	2013-12-13 11:11:04 UTC (rev 102534)
@@ -0,0 +1 @@
+link /home/alucryd/AUR/src/numix-themes-2.0.tar.gz
\ No newline at end of file


Property changes on: numix-themes/trunk/src/numix-themes-2.0.tar.gz
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property



More information about the arch-commits mailing list