summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta2016-05-05 05:30:49 -0300
committerPablo Lezaeta2016-05-05 05:30:49 -0300
commit941bfd42b71e4f47b64fbbab95b0d394c775d57c (patch)
tree22757a7f740af368e0d9e5376b5b90641e48040e
downloadaur-941bfd42b71e4f47b64fbbab95b0d394c775d57c.tar.gz
Maia cursor
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
-rw-r--r--.SRCINFO21
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD26
-rw-r--r--thumbnail.pngbin0 -> 803 bytes
4 files changed, 57 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1a0a74e490f0
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,21 @@
+# Generated by mksrcinfo v8
+# Thu May 5 08:23:07 UTC 2016
+pkgbase = xcursor-maia
+ pkgdesc = Cursor theme - part of the Manjaro Maia set
+ pkgver = 20160417
+ pkgrel = 1
+ url = https://github.com/manjaro/maia-cursor
+ arch = any
+ license = GPL3
+ makedepends = binutils
+ makedepends = git
+ depends = libxcursor
+ optdepends = menda-icon-theme: Official icon theme
+ optdepends = menda-gtk-theme: Official theming
+ source = git+https://github.com/manjaro/maia-cursor.git
+ source = thumbnail.png
+ md5sums = SKIP
+ md5sums = 0a7352c3d38d4670fb38393ea4ac555c
+
+pkgname = xcursor-maia
+
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..cf7c42461b86
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*.pac.*
+*.xz
+*.part
+src
+srcdir
+pkg
+pkgdir
+*.gz
+xcursor-maia*
+maia-cursor
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..daf7df958346
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,26 @@
+# Maintainer: Philip Müller <philm@manjaro.org>
+# Contributor: Lane Wiscombe <assassin.anex@gmail.com>
+# Submiter to AUR: Pablo Lezaeta <prflr 88 (arro'a) gmail puntocom>
+
+pkgname=xcursor-maia
+_gitname=maia-cursor
+pkgver=20160417
+pkgrel=1
+pkgdesc="Cursor theme - part of the Manjaro Maia set"
+arch=('any')
+url="https://github.com/manjaro/$_gitname"
+license=('GPL3')
+depends=('libxcursor')
+optdepends=("menda-icon-theme: Official icon theme"
+ "menda-gtk-theme: Official theming")
+makedepends=('binutils' 'git')
+source=("git+$url.git"
+ 'thumbnail.png')
+md5sums=('SKIP'
+ '0a7352c3d38d4670fb38393ea4ac555c')
+
+package() {
+ mkdir -p $pkgdir/usr/share/icons
+ cp -a $srcdir/maia-cursor/Maia-Cursor/ $pkgdir/usr/share/icons/
+ cp $srcdir/thumbnail.png $pkgdir/usr/share/icons/Maia-Cursor/cursors/
+}
diff --git a/thumbnail.png b/thumbnail.png
new file mode 100644
index 000000000000..1ed5fbe833ca
--- /dev/null
+++ b/thumbnail.png
Binary files differ