[arch-commits] Commit in (4 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Thu Feb 28 09:59:24 UTC 2013


    Date: Thursday, February 28, 2013 @ 10:59:24
  Author: alucryd
Revision: 85250

Add faience-icon-theme

Added:
  faience-icon-theme/
  faience-icon-theme/repos/
  faience-icon-theme/trunk/
  faience-icon-theme/trunk/PKGBUILD

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

Added: faience-icon-theme/trunk/PKGBUILD
===================================================================
--- faience-icon-theme/trunk/PKGBUILD	                        (rev 0)
+++ faience-icon-theme/trunk/PKGBUILD	2013-02-28 09:59:24 UTC (rev 85250)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+# Contributor: Sander Deryckere  <sanderd17 at gmail.com>
+
+pkgname=faience-icon-theme
+pkgver=0.5.1
+pkgrel=2
+pkgdesc="An icon theme based on Faenza"
+url="http://tiheum.deviantart.com/art/Faience-icon-theme-255099649"
+license=('GPL3')
+arch=('any')
+depends=('faenza-icon-theme')
+options=('!strip')
+source=("http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/${pkgname}/${pkgname}_${pkgver}.tar.gz")
+sha256sums=('da4e6e921c465caeb8904d4fc6a183b173c8000c08abce625b5b6739f5a0867a')
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver%.*}
+
+# Install
+  install -dm 755 "${pkgdir}"/usr/share/icons
+  cp -dr --no-preserve=ownership Faience* "${pkgdir}"/usr/share/icons/
+
+# Fix permissions
+  find "${pkgdir}" -type d -exec chmod 755 {} +
+  find "${pkgdir}" -type f -exec chmod 644 {} +
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: faience-icon-theme/trunk/PKGBUILD
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list