From 307bc83ad777adf5abd28c7ff6564acabe87dd76 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 14 Nov 2012 17:19:06 -0300 Subject: Missing PKGBUILDs --- ~fauno/faenza-icon-theme/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 ~fauno/faenza-icon-theme/PKGBUILD (limited to '~fauno/faenza-icon-theme/PKGBUILD') diff --git a/~fauno/faenza-icon-theme/PKGBUILD b/~fauno/faenza-icon-theme/PKGBUILD new file mode 100644 index 000000000..f79704510 --- /dev/null +++ b/~fauno/faenza-icon-theme/PKGBUILD @@ -0,0 +1,35 @@ +# Maintainer: Frikilinux +# Contributor: graysky +# Contributor: Samsagax +# Contributor: simongmzlj + +pkgname=faenza-icon-theme +pkgver=1.2 +pkgrel=2 +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') + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + 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