summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOle Ernst2015-06-08 12:16:17 +0200
committerOle Ernst2015-06-08 12:16:17 +0200
commitb245fd520ee2835d706a138eb2e34cd218354979 (patch)
tree1d8c10038ee29430b1a87527240178ad17ac9cc5
downloadaur-b245fd520ee2835d706a138eb2e34cd218354979.tar.gz
migrate to aur4
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD25
-rw-r--r--jcatgui-9kw.desktop8
-rw-r--r--jcatgui-9kw.pngbin0 -> 1156 bytes
-rw-r--r--notify.wavbin0 -> 6624 bytes
5 files changed, 52 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..240a56b424f6
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = jcatgui-9kw
+ pkgdesc = An application written to solve jobs or rather to earn credits on 9kw.eu in more comfortable way than in a browser.
+ pkgver = 1.1.6.b
+ pkgrel = 1
+ url = https://sites.google.com/site/jcatgui9kw/
+ arch = any
+ license = unknown
+ depends = java-runtime
+ source = https://sites.google.com/site/jcatgui9kw/jCatGUI_9kw.zip
+ source = notify.wav
+ source = jcatgui-9kw.desktop
+ source = jcatgui-9kw.png
+ md5sums = 28ffa0b7d05cf8945422f815525b65fa
+ md5sums = 73bbae9aa821442121b423d32cacdc70
+ md5sums = dddc2627da8cfdcbb0bdd03729145a2b
+ md5sums = a4f5f45962d237882135aa652cbd5418
+
+pkgname = jcatgui-9kw
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..86cd1f1aecce
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: Ole Ernst <olebowle[at]gmx[dot]com>
+pkgname=jcatgui-9kw
+pkgver=1.1.6.b
+pkgrel=1
+pkgdesc='An application written to solve jobs or rather to earn credits on 9kw.eu in more comfortable way than in a browser.'
+arch=('any')
+url='https://sites.google.com/site/jcatgui9kw/'
+license=('unknown')
+depends=('java-runtime')
+source=('https://sites.google.com/site/jcatgui9kw/jCatGUI_9kw.zip'
+ 'notify.wav'
+ 'jcatgui-9kw.desktop'
+ 'jcatgui-9kw.png')
+md5sums=('28ffa0b7d05cf8945422f815525b65fa'
+ '73bbae9aa821442121b423d32cacdc70'
+ 'dddc2627da8cfdcbb0bdd03729145a2b'
+ 'a4f5f45962d237882135aa652cbd5418')
+
+package() {
+ cd "${srcdir}"
+ install -Dm644 jCatGUI_9kw.jar "${pkgdir}/usr/share/${pkgname}/jCatGUI_9kw.jar"
+ install -Dm644 notify.wav "${pkgdir}/usr/share/${pkgname}/notify.wav"
+ install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+ install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}
diff --git a/jcatgui-9kw.desktop b/jcatgui-9kw.desktop
new file mode 100644
index 000000000000..2970ebe76426
--- /dev/null
+++ b/jcatgui-9kw.desktop
@@ -0,0 +1,8 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Name=jCatGUI
+Exec=java -jar /usr/share/jcatgui-9kw/jCatGUI_9kw.jar
+StartupNotify=false
+Icon=jcatgui-9kw
+Type=Application
+Categories=Network;
diff --git a/jcatgui-9kw.png b/jcatgui-9kw.png
new file mode 100644
index 000000000000..3e433131fcd2
--- /dev/null
+++ b/jcatgui-9kw.png
Binary files differ
diff --git a/notify.wav b/notify.wav
new file mode 100644
index 000000000000..0e33bd94bffa
--- /dev/null
+++ b/notify.wav
Binary files differ