Balló György pushed to branch main at Arch Linux / Packaging / Packages / calf
Commits: d63ce1da by Balló György at 2025-11-12T21:37:35+01:00 upgpkg: 0.90.8-6: Remove the .desktop file since the GUI was disabled Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/calf/-/issues/4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = calf pkgdesc = LV2 plug-in suite pkgver = 0.90.8 - pkgrel = 5 + pkgrel = 6 url = http://calf-studio-gear.org arch = x86_64 groups = lv2-plugins ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=calf pkgver=0.90.8 -pkgrel=5 +pkgrel=6 pkgdesc='LV2 plug-in suite' arch=(x86_64) url='http://calf-studio-gear.org' # http only @@ -31,4 +31,7 @@ build() { package() { DESTDIR="$pkgdir" cmake --install build install -Dm644 $pkgname/{AUTHORS,ChangeLog,README.md} -t "$pkgdir/usr/share/doc/$pkgname" + + # Remove the .desktop file since the GUI was disabled + rm -r "$pkgdir"/usr/share/applications/ } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/calf/-/commit/d63ce1daa331e7f1d291a8270e70662a7e2ba530 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/calf/-/commit/d63ce1daa331e7f1d291a8270e70662a7e2ba530 You're receiving this email because of your account on gitlab.archlinux.org.
