Date: Friday, December 13, 2013 @ 12:12:05
  Author: alucryd
Revision: 102536

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: numix-themes/repos/community-any/PKGBUILD (from rev 102535, 
numix-themes/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD                                (rev 0)
+++ repos/community-any/PKGBUILD        2013-12-13 11:12:05 UTC (rev 102536)
@@ -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:

Reply via email to