summaryrefslogtreecommitdiff
path: root/elementary-usu-icons
diff options
context:
space:
mode:
Diffstat (limited to 'elementary-usu-icons')
-rw-r--r--elementary-usu-icons/.SRCINFO13
-rw-r--r--elementary-usu-icons/PKGBUILD18
2 files changed, 31 insertions, 0 deletions
diff --git a/elementary-usu-icons/.SRCINFO b/elementary-usu-icons/.SRCINFO
new file mode 100644
index 0000000..cfe2952
--- /dev/null
+++ b/elementary-usu-icons/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = elementary-usu-icons
+ pkgdesc = Elementary icon theme from USU
+ pkgver = 8.0.7
+ pkgrel = 1
+ url = http://opendesktop.org/content/show.php?content=148128
+ arch = any
+ license = GPL
+ depends = librsvg
+ source = http://art.learnfree.eu/elementary_usu-8.0.7.tar.gz
+ sha256sums = 67cfe9216ef6333bf55ce7848f125a1f3d6cba08a3782af0ae3ef27600fff7c8
+
+pkgname = elementary-usu-icons
+
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/"
+}