to fix current build:
diff --git a/PKGBUILD b/PKGBUILD
index cf7b23c..05db2e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=('GPLv3')
url="https://github.com/gbevin/ShowMIDI"
depends=('alsa-lib' 'freetype2' 'libxrandr' 'libxinerama' 'libxcursor')
makedepends=('pkg-config' 'cmake' 'git')
-source=("$_pkgname::git+https://github.com/gbevin/$_pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
+source=("$_pkgname::git+https://github.com/gbevin/$_pkgname.git#tag=$pkgver" "showmidi.desktop")
+md5sums=('SKIP' 'SKIP')
prepare() {
cd "$srcdir/$_pkgname"
@@ -41,7 +41,7 @@ package() {
# want to load a theme in the setup dialog.
# Desktop entry & pixmaps
- install -Dm644 "$srcdir/../showmidi.desktop" "${pkgdir}/usr/share/applications/showmidi.desktop"
+ install -Dm644 "$startdir/showmidi.desktop" "${pkgdir}/usr/share/applications/showmidi.desktop"
install -Dm644 "$srcdir/$_pkgname/Assets/appicon.png" "${pkgdir}/usr/share/pixmaps/showmidi.png"
# Themes
Pinned Comments
aggraef commented on 2023-11-15 10:17 (UTC)
This is a cool new graphical MIDI monitor program, available as both standalone app and plugins. This build includes the standalone, LV2 and VST3 plugins, desktop file and icon, and the factory themes (the latter can be found under /usr/share/ShowMIDI/Themes).
The author of this program is Geert Bevin (LinnStrument, Moog synths, etc., you know the guy). There's not much documentation at present, but the app is pretty self-explanatory and a pointer to a YT video can be found on the GH page. Open the sidebar on the left for various configuration options.