From ec35a37cd63a2d16976847eacd7a2daeff0b2a33 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 19 May 2014 20:42:39 -0300 Subject: faenza-icon-theme: fix rebranding --- libre/faenza-icon-theme-libre/PKGBUILD | 42 ---------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 libre/faenza-icon-theme-libre/PKGBUILD (limited to 'libre/faenza-icon-theme-libre/PKGBUILD') diff --git a/libre/faenza-icon-theme-libre/PKGBUILD b/libre/faenza-icon-theme-libre/PKGBUILD deleted file mode 100644 index cf87a3cd3..000000000 --- a/libre/faenza-icon-theme-libre/PKGBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Elia Notarangelo -# Contributor: Frikilinux -# Contributor: graysky -# Contributor: Samsagax -# Contributor: simongmzlj - -pkgname=faenza-icon-theme -pkgver=1.3.1 -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') -options=(!strip) -source=("http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz") -md5sums=('b5339b70cbb821b583499e725957b150') - -package() { - cd "$srcdir/$pkgname-1.3" - mkdir -p "$pkgdir/usr/share/icons" "$pkgdir/usr/lib" "$pkgdir/usr/share" - - cp -rf Faenza{,-Dark,-Darkest,-Darker,-Ambiance,-Radiance} "$pkgdir/usr/share/icons/" - cp -rf rhythmbox "$pkgdir/usr/lib/" - cp -rf emesene "$pkgdir/usr/share/" - - # set the Arch Linux Distributor 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/" - # no distributor-logo for Faenza-Dark - [[ $theme == Faenza ]] && ln -sf distributor-logo{-archlinux,}.png - ln -sf start-here{-archlinux,}.png - done - cd "$pkgdir/usr/share/icons/$theme/places/scalable/" - # no distributor-logo for Faenza-Dark - [[ $theme == Faenza ]] && 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