summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Kugel (Latebil)2015-06-19 22:35:34 +0300
committerAlbert Kugel (Latebil)2015-06-19 22:35:34 +0300
commitfb6462a82d9d843228cba5a46fc62d25744ec327 (patch)
treeb8dd74b4c6120d9b73b69f32357721b626b933f2
downloadaur-xcursor-green-apparatus.tar.gz
Initial import
- identical to previous package before git aur process
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD30
2 files changed, 44 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e9cb1615e914
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = xcursor-green-apparatus
+ pkgdesc = Green (Blue, Red, and Yellow) Apparatus X Cursor Theme
+ pkgver = 0.7.3
+ pkgrel = 1
+ url = http://s0ury.deviantart.com/art/J-Aroche-s-G-A-Converted-88491633
+ arch = i686
+ arch = x86_64
+ license = GPL
+ depends = libxcursor
+ source = http://fc02.deviantart.net/fs30/f/2008/164/0/1/J_Aroche__s_G_A__Converted_by_s0ury.zip
+ md5sums = 6d59a65d1d84f68ba458932c41291b29
+
+pkgname = xcursor-green-apparatus
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..6add02c8f705
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,30 @@
+# Maintainer: Albert Kugel (Lastebil) (lastebilaur@trebel.org)
+# Contributor: MariHahn (don't contact me)
+
+pkgname=xcursor-green-apparatus
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="Green (Blue, Red, and Yellow) Apparatus X Cursor Theme"
+url="http://s0ury.deviantart.com/art/J-Aroche-s-G-A-Converted-88491633"
+depends=('libxcursor')
+license=('GPL')
+arch=(i686 x86_64)
+source=(http://fc02.deviantart.net/fs30/f/2008/164/0/1/J_Aroche__s_G_A__Converted_by_s0ury.zip)
+
+md5sums=('6d59a65d1d84f68ba458932c41291b29')
+
+package() {
+ mkdir -p "$pkgdir/usr/share/icons"
+
+ tar -xzf "$srcdir/RedApparatus.tar.gz"
+ tar -xzf "$srcdir/GreenApparatus.tar.gz"
+ tar -xzf "$srcdir/BlueApparatus.tar.gz"
+ tar -xzf "$srcdir/YellowApparatus2.tar.gz"
+
+ cp -r \
+ "$srcdir/RedApparatus" \
+ "$srcdir/GreenApparatus" \
+ "$srcdir/BlueApparatus" \
+ "$srcdir/YellowApparatus2" \
+ "$pkgdir/usr/share/icons"
+}