Package Details: joyosc-git 0.4.0.r14.g5caf4ac-2

Git Clone URL: https://aur.archlinux.org/joyosc-git.git (read-only, click to copy)
Package Base: joyosc-git
Description: None
Upstream URL: None
Submitter: sebleblanc
Maintainer: sebleblanc
Last Packager: sebleblanc
Votes: 0
Popularity: 0.000000
First Submitted: 2016-10-08 19:46 (UTC)
Last Updated: 2016-10-08 19:56 (UTC)

Latest Comments

aggraef commented on 2024-12-17 05:47 (UTC)

@sebleblanc, if you don't have the time, add me as a co-maintainer, then I can update the package myself.

aggraef commented on 2024-12-17 05:45 (UTC)

This is outdated. I brushed it up a little so that it builds from the latest in the main branch, and added an application icon:

diff --git a/PKGBUILD b/PKGBUILD
index 11742c2..fa898cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
 pkgname=joyosc-git
 _name=joyosc

-pkgrel=2
-pkgver=0.4.0.r14.g5caf4ac
-source=("git+https://github.com/danomatika/joyosc.git")
-md5sums=('SKIP')
+pkgrel=1
+pkgver=0.7.0.r113.gb2831c0
+source=("git+https://github.com/danomatika/joyosc.git"
+   "joyosc.desktop")
+md5sums=('SKIP'
+         'b248fa4f95676dddec8c650a6b96e274')

 depends=('sdl2' 'liblo' 'tinyxml2')
 makedepends=('sdl2' 'liblo' 'tinyxml2')
@@ -28,14 +30,15 @@ cd "$srcdir/$_name"

 sh autogen.sh
 ./configure --prefix=/usr
-make PREFIX=/usr
+make
 }

 package () {
 cd "$srcdir"/"$_name"

 make DESTDIR="$pkgdir" install
+install -d "$pkgdir/usr/share/applications"
+install ../joyosc.desktop "$pkgdir/usr/share/applications"

 cd "$pkgdir"
-rm usr/share/test.xml # why is this here?
 }
diff --git a/joyosc.desktop b/joyosc.desktop
new file mode 100755
index 0000000..b4285b9
--- /dev/null
+++ b/joyosc.desktop
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Comment[en_US]=
+Comment=
+Exec=joyosc -e
+GenericName[en_US]=
+GenericName=
+Icon=/usr/share/doc/joyosc/joyosc.png
+MimeType=
+Name[en_US]=Joyosc
+Name=Joyosc
+Path=
+StartupNotify=false
+Terminal=true
+TerminalOptions=
+Type=Application
+X-KDE-SubstituteUID=false
+X-KDE-Username=