summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD19
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..9e0c2f784408
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = faenza-fresh-icon-theme
+ pkgdesc = FaenzaFresh icon theme
+ pkgver = 0.2
+ pkgrel = 3
+ url = http://gnome-look.org/content/show.php/Faenza+Fresh?content=141003
+ arch = i686
+ arch = x86_64
+ license = GPL
+ depends = faenza-cupertino-icon-theme
+ source = http://dl.dropbox.com/u/4109351/soft/faenza-fresh-icon-theme/Faenza-Fresh_v0.2.tar.bz2
+ md5sums = 65e3613a7db3808e0635c882519d2942
+
+pkgname = faenza-fresh-icon-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..08056c13b3ae
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Max Gonzih <iam@gonzih.org>
+
+pkgname=faenza-fresh-icon-theme
+pkgver=0.2
+pkgrel=3
+pkgdesc="FaenzaFresh icon theme"
+arch=('i686' 'x86_64')
+url="http://gnome-look.org/content/show.php/Faenza+Fresh?content=141003"
+license=('GPL')
+depends=('faenza-cupertino-icon-theme')
+filename='Faenza-Fresh_v0.2.tar.bz2'
+source=("http://dl.dropbox.com/u/4109351/soft/faenza-fresh-icon-theme/$filename")
+md5sums=('65e3613a7db3808e0635c882519d2942')
+
+build() {
+ icons_path="$pkgdir/usr/share/icons"
+ mkdir -p "$icons_path"
+ tar -xjf "$srcdir/$filename" -C "$icons_path"
+}