Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / fluidsynth
Commits: 511989fe by Brett Cornwall at 2025-04-17T19:49:13-07:00 Include tmpfile; upgpkg: 2.4.5-2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = fluidsynth pkgdesc = A real-time software synthesizer based on the SoundFont 2 specifications pkgver = 2.4.5 - pkgrel = 1 + pkgrel = 2 url = https://www.fluidsynth.org/ arch = x86_64 groups = pro-audio ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=fluidsynth pkgver=2.4.5 -pkgrel=1 +pkgrel=2 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" arch=(x86_64) url="https://www.fluidsynth.org/" @@ -79,6 +79,7 @@ package() { DESTDIR="$pkgdir" cmake --install build install -vDm 644 build/$pkgname.service -t "$pkgdir/usr/lib/systemd/user/" + install -vDm 644 build/$pkgname.tmpfiles -t "$pkgdir/usr/lib/tmpfiles.d/" install -vDm 644 build/$pkgname.conf "$pkgdir/etc/conf.d/$pkgname" install -vDm 644 $pkgname-$pkgver/{AUTHORS,{CONTRIBUTING,README}.md,THANKS,TODO} -t "$pkgdir/usr/share/doc/$pkgname/" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fluidsynth/-/commit/511989fe72c4733f730d2b5148241015411c1227 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fluidsynth/-/commit/511989fe72c4733f730d2b5148241015411c1227 You're receiving this email because of your account on gitlab.archlinux.org.