summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Manfredi2018-06-17 12:29:03 -0300
committerFernando Manfredi2018-06-17 12:29:03 -0300
commitf2467fd6e401bcb0ba1b0ee9ab66351f3b09af64 (patch)
tree2ec37c5b79742a189114766bade1a8678ebdc8ee
downloadaur-f2467fd6e401bcb0ba1b0ee9ab66351f3b09af64.tar.gz
:boom: XCursor theme from Wii - an reup
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD20
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8fb7625cf4ba
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+# Generated by mksrcinfo v8
+# dom jun 17 15:28:45 UTC 2018
+pkgbase = xcursor-theme-wii
+ pkgdesc = Complete port of the 'Wii Cursors' theme by allewun
+ pkgver = 0.3.1
+ pkgrel = 1
+ url = https://www.gnome-look.org/content/show.php/Wii+Cursors?content=100367
+ arch = any
+ license = GPL
+ source = https://dl.opendesktop.org/api/files/downloadfile/id/1460735332/s/5f5dde1d18c509f44e421936bd3a772c/t/1529250171/u//100367-WiiCursors-0.3.1.tar.bz2
+ md5sums = 3fa928f448f974bc1bea15e30777bca6
+
+pkgname = xcursor-theme-wii
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..678888b4204b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Acidhub <dev@acidhub.click>
+
+pkgname=xcursor-theme-wii
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Complete port of the 'Wii Cursors' theme by allewun"
+arch=('any')
+url="https://www.gnome-look.org/content/show.php/Wii+Cursors?content=100367"
+license=('GPL')
+conflicts=('')
+source=('https://dl.opendesktop.org/api/files/downloadfile/id/1460735332/s/5f5dde1d18c509f44e421936bd3a772c/t/1529250171/u//100367-WiiCursors-0.3.1.tar.bz2')
+md5sums=('3fa928f448f974bc1bea15e30777bca6')
+
+package() {
+ # Create installation directories
+ install -d -m755 "${pkgdir}/usr/share/icons/"
+ # Install the cursor theme
+ cp -rf "WiiCcwCursorTheme" "${pkgdir}/usr/share/icons/"
+ cp -rf "WiiCursorTheme" "${pkgdir}/usr/share/icons/"
+}