summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Zamarin2015-06-08 11:42:35 +0300
committerArthur Zamarin2015-06-08 11:42:35 +0300
commitca5170197a45b1a7bfa101c5f895889a17957aa5 (patch)
tree50daed2c2b3fd93afae6feda19ed428d3ae6097a
downloadaur-ca5170197a45b1a7bfa101c5f895889a17957aa5.tar.gz
Initial Commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD22
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..72cb1b0324b8
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = xcursor-double3d
+ pkgdesc = Double3D cursor theme.
+ pkgver = 1.0
+ pkgrel = 2
+ url = http://xfce-look.org/content/show.php/Double3D?content=106574
+ arch = i686
+ arch = x86_64
+ license = Artistic 2.0
+ source = http://xfce-look.org/CONTENT/content-files/106574-Double3D.tar.gz
+ md5sums = f3c9a33889aa873aed4d829fb10fae0c
+
+pkgname = xcursor-double3d
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4562ab6c082e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+#Contributor: Jarred Leonardo <jarredleonardo at googlemail dot com>
+#Maintainer: Arthur Zamarin <arthurzam@gmail.com>
+
+pkgname=xcursor-double3d
+pkgver=1.0
+pkgrel=2
+pkgdesc="Double3D cursor theme."
+arch=(i686 x86_64)
+url="http://xfce-look.org/content/show.php/Double3D?content=106574"
+license=('Artistic 2.0')
+depends=()
+source=("http://xfce-look.org/CONTENT/content-files/106574-Double3D.tar.gz")
+md5sums=('f3c9a33889aa873aed4d829fb10fae0c')
+
+build() {
+ cd $startdir/src/Double3D
+ install -d -m755 $startdir/pkg/usr/share/icons/double3d/cursors
+ cd $startdir/src/Double3D/cursors
+ for i in * ; do
+ install -D -m644 $i $startdir/pkg/usr/share/icons/double3d/cursors
+ done
+} \ No newline at end of file