summaryrefslogtreecommitdiff
path: root/~fauno/faenza-icon-theme
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-11-14 17:29:34 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-11-14 17:29:34 -0300
commitc0ac35ad0f06c2e9a9f1263caea279cb9f8fc423 (patch)
tree2addd1efadb9a5a93f781838521b6f9418d50c87 /~fauno/faenza-icon-theme
parentd60b5bd6f778cd9c7ea5bb4412aba9ac101ddf9d (diff)
Update
Diffstat (limited to '~fauno/faenza-icon-theme')
-rw-r--r--~fauno/faenza-icon-theme/PKGBUILD26
1 files changed, 8 insertions, 18 deletions
diff --git a/~fauno/faenza-icon-theme/PKGBUILD b/~fauno/faenza-icon-theme/PKGBUILD
index f79704510..484764c73 100644
--- a/~fauno/faenza-icon-theme/PKGBUILD
+++ b/~fauno/faenza-icon-theme/PKGBUILD
@@ -1,35 +1,25 @@
-# Maintainer: Frikilinux <frikilinux at frikilinux.com.ar>
+# Maintainer: Elia Notarangelo <elia.notarangelo AT gmail DOT com>
+# Contributor: Frikilinux <frikilinux at frikilinux.com.ar>
# Contributor: graysky <graysky AT archlinux DOT us>
# Contributor: Samsagax <samsagax AT gmail DOT com>
# Contributor: simongmzlj <simongmzlj AT gmail DOT com>
pkgname=faenza-icon-theme
-pkgver=1.2
-pkgrel=2
+pkgver=1.3
+pkgrel=1
pkgdesc="Icon theme designed for Equinox GTK theme"
url="http://gnome-look.org/content/show.php/Faenza?content=128143"
license=('GPL3')
arch=('any')
makedepends=()
options=(!strip)
-source=("http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/${pkgname}/${pkgname}_${pkgver}.tar.gz")
-sha256sums=('171332a31993be9aacd1e270b78af75e22c02e0c744b64b2efa6c7d4fca89016')
+source=("http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz")
+md5sums=('763e0450b0853bd11f04c970ba3fd49f')
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}"
mkdir -p "${pkgdir}"/usr/share/icons
cp -rf Faenza{,-Dark,-Darkest,-Darker} "${pkgdir}"/usr/share/icons/
- # set the Arch Linux Dristributor and start menu logo
- for theme in Faenza{,-Dark}; do
- for size in 22 24 32 48 64 96; do
- cd "${pkgdir}"/usr/share/icons/${theme}/places/${size}/
- ln -sf distributor-logo{-archlinux,}.png
- ln -sf start-here{-archlinux,}.png
- done;
- cd "${pkgdir}"/usr/share/icons/${theme}/places/scalable/
- ln -sf distributor-logo{-archlinux,}.svg
- ln -sf start-here{-archlinux,}.svg
- ln -sf start-here{-archlinux-symbolic,-symbolic}.svg
- done;
}
+