summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authori3-Arch2016-11-13 14:09:56 -0500
committeri3-Arch2016-11-13 14:09:56 -0500
commit0ef0478b413bd96c87b499e182adda247e634448 (patch)
treea798e9de434c07bdf0e3db80bc0b0fe150becd8c
downloadaur-0ef0478b413bd96c87b499e182adda247e634448.tar.gz
Maya Serie Orange 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..663a1599e6fa
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = xcursor-mayaserie-orange
+ pkgdesc = Maya Serie Orange cursor theme
+ pkgver = 2016.11.10
+ 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-Orange.tar.gz
+ md5sums = 642110d97fc08256cf976e4e15a2c746
+
+pkgname = xcursor-mayaserie-orange
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..bd6b35924c53
--- /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-orange
+pkgver=2016.11.10
+pkgrel=1
+pkgdesc="Maya Serie Orange cursor theme"
+arch=('any')
+license=('LGPL')
+source=("https://raw.githubusercontent.com/i3-Arch/PKGBUILD/master/Maya-Serie/Maya-Orange.tar.gz")
+md5sums=('642110d97fc08256cf976e4e15a2c746')
+url="https://store.kde.org/p/999900"
+
+package() {
+ install -dm755 "$pkgdir"/usr/share/icons/
+ cp -dR --no-preserve=ownership Maya-Orange "$pkgdir"/usr/share/icons/Maya-Orange
+ find "$pkgdir" -type f -exec chmod 644 {} +
+ find "$pkgdir" -type d -exec chmod 755 {} +
+}
+
+