summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLara Maia2015-06-12 00:35:38 -0300
committerLara Maia2015-06-12 00:35:38 -0300
commit36768864c3927fa046ef50c4418c2cbed58944ae (patch)
tree7b484334151d7024d8767dcdd0d00a27780a7a72
downloadaur-36768864c3927fa046ef50c4418c2cbed58944ae.tar.gz
Initial import
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD22
2 files changed, 36 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5ef30411b2b4
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = buuf-icon-theme
+ pkgdesc = An icon theme for Gnome based on the Buuf iconset by Mattahan
+ pkgver = 3.10
+ pkgrel = 2
+ url = http://buuficontheme.free.fr
+ arch = any
+ license = cc-by-nc-sa
+ depends = hicolor-icon-theme
+ replaces = buuficontheme
+ source = http://buuficontheme.free.fr/buuf3.10.tar.xz
+ md5sums = 1d8c9c16557252bfe9b090076988503a
+
+pkgname = buuf-icon-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b15c357d6ba7
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Lara Maia <lara@craft.net.br>
+# Contributer: Jean-Alexandre Anglès d'Auriac <jagw40k@free.fr>
+
+pkgname=buuf-icon-theme
+pkgdesc="An icon theme for Gnome based on the Buuf iconset by Mattahan"
+pkgver=3.10
+pkgrel=2
+
+arch=('any')
+url="http://buuficontheme.free.fr"
+license=('cc-by-nc-sa')
+
+depends=('hicolor-icon-theme')
+replaces=("buuficontheme")
+
+source=(http://buuficontheme.free.fr/buuf$pkgver.tar.xz)
+md5sums=('1d8c9c16557252bfe9b090076988503a')
+
+package() {
+ mkdir -p "$pkgdir"/usr/share/icons/$pkgname/
+ cp -rf "$srcdir"/buuf$pkgver/* "$pkgdir"/usr/share/icons/$pkgname/
+}