summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-02-06 08:39:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-02-06 09:02:01 +0000
commit886c150d574836bb38d9b5dcd1a3ba267922738a (patch)
tree7c8acca9f46b3db40eb7b3f255c2a01bab58003e /testing
parent1021edd4a9498cbbe4773b899c3057f36cae9475 (diff)
downloadaports-fcolista-886c150d574836bb38d9b5dcd1a3ba267922738a.tar.bz2
aports-fcolista-886c150d574836bb38d9b5dcd1a3ba267922738a.tar.xz
testing/faenza-icon-theme: remove due to duplicate
we have it in main already
Diffstat (limited to 'testing')
-rw-r--r--testing/faenza-icon-theme/APKBUILD50
1 files changed, 0 insertions, 50 deletions
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 <clandmeter@gmail.com>
-# 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"