summaryrefslogtreecommitdiff
path: root/elementary-usu-icons/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'elementary-usu-icons/PKGBUILD')
-rw-r--r--elementary-usu-icons/PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/elementary-usu-icons/PKGBUILD b/elementary-usu-icons/PKGBUILD
new file mode 100644
index 0000000..f82a8de
--- /dev/null
+++ b/elementary-usu-icons/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Mark Weiman <mark dot weiman at markzz dot com>
+# Contributer: JokerBoy <jokerboy at punctweb dot ro>
+
+pkgname=elementary-usu-icons
+pkgver=8.0.7
+pkgrel=1
+pkgdesc="Elementary icon theme from USU"
+url="http://opendesktop.org/content/show.php?content=148128"
+license=('GPL')
+arch=('any')
+depends=('librsvg')
+source=("http://art.learnfree.eu/elementary_usu-${pkgver}.tar.gz")
+sha256sums=('67cfe9216ef6333bf55ce7848f125a1f3d6cba08a3782af0ae3ef27600fff7c8')
+
+package() {
+ install -d "${pkgdir}/usr/share/icons"
+ cp -r "${srcdir}/elementary_usu" "${pkgdir}/usr/share/icons/"
+}