summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorreplabrobin2015-08-01 16:32:31 +0100
committerreplabrobin2015-08-01 16:32:31 +0100
commitb4cd3dbb7ba13cc6ec2b1eda59b0bfdbff74fc19 (patch)
treeab109b0434291caa59003cb8a24f2ef2c487b91c
downloadaur-b4cd3dbb7ba13cc6ec2b1eda59b0bfdbff74fc19.tar.gz
Initial import with version=1.0.3
-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..1af8c380bbb5
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = xcursor-neutral++
+ pkgdesc = Icon set based on Neutral and jaguarx themes.
+ pkgver = 1.0.3
+ pkgrel = 1
+ url = http://gnome-look.org/content/show.php/Neutral%2B%2B?content=108142
+ arch = any
+ license = Artistic 2.0
+ source = http://gnome-look.org/CONTENT/content-files/108142-Neutral++-1.0.3.tar.xz
+ sha256sums = 23ec4fa3f7b62c023b8726b70d7a822ecd1f3cf90515b302d988f6fe58bce426
+
+pkgname = xcursor-neutral++
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5df6a958177d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Alexander De Sousa <archaur.xandy21@spamgourmet.com>
+
+pkgname=xcursor-neutral++
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Icon set based on Neutral and jaguarx themes."
+arch=('any')
+url="http://gnome-look.org/content/show.php/Neutral%2B%2B?content=108142"
+license=('Artistic 2.0')
+source=(http://gnome-look.org/CONTENT/content-files/108142-Neutral++-$pkgver.tar.xz)
+sha256sums=('23ec4fa3f7b62c023b8726b70d7a822ecd1f3cf90515b302d988f6fe58bce426')
+
+build() {
+ true
+ }
+
+package(){
+ cd $srcdir
+ mkdir -p $pkgdir/usr/share/icons
+ cp -r Neutral++ $pkgdir/usr/share/icons
+ }