From 51fb11eea8bcfac2bb3867d1e97a3d78810f1e35 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 16 Dec 2010 20:16:53 +0000 Subject: testing/faenza-icon-theme: new aport --- testing/faenza-icon-theme/APKBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 testing/faenza-icon-theme/APKBUILD diff --git a/testing/faenza-icon-theme/APKBUILD b/testing/faenza-icon-theme/APKBUILD new file mode 100644 index 000000000..a74e17290 --- /dev/null +++ b/testing/faenza-icon-theme/APKBUILD @@ -0,0 +1,25 @@ +# Contributor: William Pitcock +# Maintainer: William Pitcock +pkgname=faenza-icon-theme +pkgver=0.8 +pkgrel=0 +pkgdesc="icons designed to go in tandem with equinox themes" +arch="noarch" +url="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" +license="GPL" +depends= +makedepends="wget" +install= +subpackages= +source="https://launchpad.net/~tiheum/+archive/equinox/+files/faenza-icon-theme_$pkgver.tar.gz" + +_builddir="$srcdir"/$pkgname-$pkgver + +package() { + cd "$_builddir" + + mkdir -p "$pkgdir"/usr/share/icons + cp -dpRf Faenza* "$pkgdir"/usr/share/icons +} + +md5sums="c4f87cf4105d2330a259296f8e73e709 faenza-icon-theme_0.8.tar.gz" -- cgit v1.2.3