From c0ac35ad0f06c2e9a9f1263caea279cb9f8fc423 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 14 Nov 2012 17:29:34 -0300 Subject: Update --- ~fauno/faenza-icon-theme/PKGBUILD | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) (limited to '~fauno') 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 +# Maintainer: Elia Notarangelo +# Contributor: Frikilinux # Contributor: graysky # Contributor: Samsagax # Contributor: simongmzlj 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; } + -- cgit v1.2.3-54-g00ecf