From 886c150d574836bb38d9b5dcd1a3ba267922738a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 6 Feb 2013 08:39:04 +0000 Subject: testing/faenza-icon-theme: remove due to duplicate we have it in main already --- testing/faenza-icon-theme/APKBUILD | 50 -------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 testing/faenza-icon-theme/APKBUILD (limited to 'testing') diff --git a/testing/faenza-icon-theme/APKBUILD b/testing/faenza-icon-theme/APKBUILD deleted file mode 100644 index 7a17bdc8af..0000000000 --- a/testing/faenza-icon-theme/APKBUILD +++ /dev/null @@ -1,50 +0,0 @@ -# Contributor: Carlo Landmeter -# Maintainer: - -pkgname=faenza-icon-theme -pkgver=1.2 -pkgrel=0 -pkgdesc="Icon theme designed for Equinox GTK theme" -url="http://gnome-look.org/content/show.php/Faenza?content=128143" -license="GPL3" -arch="noarch" -depends="" -makedepends="$depends_dev" -install="" -subpackages="" -_themes="Faenza Faenza-Ambiance Faenza-Dark Faenza-Darker Faenza-Darkest Faenza-Radiance" -source="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/${pkgname}/${pkgname}_${pkgver}.tar.gz" - -_builddir="$srcdir/$pkgname-$pkgver" - -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -package() { - cd "$_builddir" - mkdir -p "${pkgdir}"/usr/share/icons - local theme - for theme in $_themes; do - cp -rf $theme "${pkgdir}"/usr/share/icons/ - done; - # set the Linux Dristributor and start menu logo - for theme in Faenza 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.png distributor-logo-alpinelinux.png - ln -sf start-here.png start-here-alpinelinux.png - done; - cd "${pkgdir}"/usr/share/icons/${theme}/places/scalable/ - ln -sf distributor-logo.svg distributor-logo-alpinelinux.svg - ln -sf start-here.svg start-here-alpinelinux.svg - ln -sf start-here.svg start-here-alpinelinux-symbolic.svg start-here-synbolic.svg - done; -} -md5sums="eae3e09a92c4dfd2749b3c46355194fb faenza-icon-theme_1.2.tar.gz" -- cgit v1.2.3