summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authori3-Arch2016-11-13 14:37:58 -0500
committeri3-Arch2016-11-13 14:37:58 -0500
commit549fc226d5d68d770ace63c97956b3488c4ad704 (patch)
tree884a1ce57beceb8a89a98631f64cd47ea18c0b05
downloadaur-xcursor-mayaserie-green.tar.gz
Maya Serie Green cursor theme
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD21
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..efc554631e9a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = xcursor-mayaserie-green
+ pkgdesc = Maya Serie Green cursor theme
+ pkgver = 2016.11.13
+ pkgrel = 1
+ url = https://store.kde.org/p/999900
+ arch = any
+ license = LGPL
+ source = https://raw.githubusercontent.com/i3-Arch/PKGBUILD/master/Maya-Serie/Maya-Green.tar.gz
+ md5sums = 1f87e7aeca07691b1055199914e0a64c
+
+pkgname = xcursor-mayaserie-green
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..685ea95f3a9c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+#Maintainer: Jeremy Marlow <i3_arch[at]archlinux.info>
+#Contributor: Author: Marko Haro - Found theme via MARKITOS66
+
+pkgname=xcursor-mayaserie-green
+pkgver=2016.11.13
+pkgrel=1
+pkgdesc="Maya Serie Green cursor theme"
+arch=('any')
+license=('LGPL')
+source=("https://raw.githubusercontent.com/i3-Arch/PKGBUILD/master/Maya-Serie/Maya-Green.tar.gz")
+md5sums=('1f87e7aeca07691b1055199914e0a64c')
+url="https://store.kde.org/p/999900"
+
+package() {
+ install -dm755 "$pkgdir"/usr/share/icons/
+ cp -dR --no-preserve=ownership Maya-Green "$pkgdir"/usr/share/icons/Maya-Green
+ find "$pkgdir" -type f -exec chmod 644 {} +
+ find "$pkgdir" -type d -exec chmod 755 {} +
+}
+
+