summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsclapion2015-06-16 13:40:03 +0200
committerEsclapion2015-06-16 13:40:03 +0200
commit4b7531a67c55430d919acaca99a3f2d8ac5fc880 (patch)
tree6a8642009ca7f852dd8a9af7f457dc8c5d6509a2
downloadaur-db-silver-icons.tar.gz
Initial import
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..03941c89c2c2
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = db-silver-icons
+ pkgdesc = Icon theme gray for Lxqt and Kde containig part of oxygen
+ pkgver = 1.3
+ pkgrel = 1
+ url = http://kde-look.org/content/show.php/DB+Silver+Icons?content=157154
+ arch = any
+ license = GPL
+ source = http://esclapion.free.fr/AUR/db-silver-icons-1.3.tar.gz
+ md5sums = 5ed30430313e60efff21b5dbea8bedfe
+
+pkgname = db-silver-icons
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7aa34e584586
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Contributor: Esclapion <esclapion@gmail.com>
+
+pkgname=db-silver-icons
+pkgver=1.3
+pkgrel=1
+pkgdesc="Icon theme gray for Lxqt and Kde containig part of oxygen"
+arch=('any')
+license=('GPL')
+url=('http://kde-look.org/content/show.php/DB+Silver+Icons?content=157154')
+source=(http://esclapion.free.fr/AUR/${pkgname}-${pkgver}.tar.gz)
+md5sums=('5ed30430313e60efff21b5dbea8bedfe')
+
+package() {
+ mkdir -p ${pkgdir}/usr/share/icons/
+ cp -a ${srcdir}/${pkgname} ${pkgdir}/usr/share/icons/
+}
+