[arch-commits] Commit in faience-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at nymeria.archlinux.org
Wed Jul 2 09:40:44 UTC 2014


    Date: Wednesday, July 2, 2014 @ 11:40:44
  Author: alucryd
Revision: 114622

archrelease: copy trunk to community-any

Added:
  faience-icon-theme/repos/community-any/PKGBUILD
    (from rev 114621, faience-icon-theme/trunk/PKGBUILD)
Deleted:
  faience-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-02 09:40:38 UTC (rev 114621)
+++ PKGBUILD	2014-07-02 09:40:44 UTC (rev 114622)
@@ -1,30 +0,0 @@
-# $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:

Copied: faience-icon-theme/repos/community-any/PKGBUILD (from rev 114621, faience-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-02 09:40:44 UTC (rev 114622)
@@ -0,0 +1,28 @@
+# $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=3
+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')
+source=("http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/${pkgname}/${pkgname}_${pkgver}.tar.gz")
+sha256sums=('da4e6e921c465caeb8904d4fc6a183b173c8000c08abce625b5b6739f5a0867a')
+
+package() {
+  cd ${pkgname}-${pkgver%.*}
+
+  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:




More information about the arch-commits mailing list