summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2015-12-20 16:57:18 +0200
committerGordonGR2015-12-20 16:57:18 +0200
commit70afbbb0331eadd246f84b19674136484962bc75 (patch)
tree139df776bc4ec206bc95e86c57cb0fa4bba81855
downloadaur-70afbbb0331eadd246f84b19674136484962bc75.tar.gz
Initial import
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD21
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..7570b6f51896
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+# Generated by mksrcinfo v8
+# Sun Dec 20 14:57:01 UTC 2015
+pkgbase = xcursor-mirrunde
+ pkgdesc = mirRunde cursor theme
+ pkgver = 0.5.0
+ pkgrel = 1
+ url = http://opendesktop.org/content/show.php/mirRunde?content=81843
+ arch = any
+ license = GPL
+ source = http://opendesktop.org/CONTENT/content-files/81843-mirRunde.tar.gz
+ md5sums = 24eda74893129dbc71aca6e35bd8b322
+
+pkgname = xcursor-mirrunde
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..68a2662ef021
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Karol 'Kenji Takahashi' Woźniak <kenji.sx>
+# Contributor: Jarred Leonardo <jarredleonardo at googlemail dot com>
+
+pkgname=xcursor-mirrunde
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="mirRunde cursor theme"
+arch=('any')
+url="http://opendesktop.org/content/show.php/mirRunde?content=81843"
+license=('GPL')
+depends=()
+source=("http://opendesktop.org/CONTENT/content-files/81843-mirRunde.tar.gz")
+md5sums=('24eda74893129dbc71aca6e35bd8b322')
+
+package() {
+cd ${srcdir}
+install -dm755 ${pkgdir}/usr/share/icons/
+cp -vR mirRunde ${pkgdir}/usr/share/icons/
+}
+
+