compile locale & fltk14 bug fix

This commit is contained in:
bach
2025-10-02 10:06:40 +02:00
parent 21d50c3532
commit 50ad83b47b
3 changed files with 28 additions and 2 deletions
+8 -2
View File
@@ -13,13 +13,19 @@ license=('GPL2')
url="https://danielnoethen.de/butt/"
depends=('fltk' 'dbus' 'portaudio' 'portmidi' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate' 'libdatachannel')
source=("${pkgname}-${pkgver}.tar.gz::https://danielnoethen.de/${pkgname}/release/${pkgver}/${pkgname}-${pkgver}.tar.gz"
'add-required-time-header.patch')
'add-required-time-header.patch'
'fix-locale.patch'
'fix-fltk14.patch')
sha256sums=('88498510946c4ef1de28662f9e1cd85d20bfab40d2c3467f6202b86ee0ed8364'
'a4d8f0fbde457366467b5ae0d2b31ad0f733cb1154a18e84a36a106c7301b5d8')
'a4d8f0fbde457366467b5ae0d2b31ad0f733cb1154a18e84a36a106c7301b5d8'
'0e18d826db9e6a1d542bb9934c61209ca63f4f9fc3f9ccc54fbd4a143a516e9d'
SKIP)
prepare() {
cd "${pkgname}-${pkgver}"
patch -Np1 -i ../add-required-time-header.patch
patch -Np1 -i ../fix-locale.patch
patch -Np1 -i ../fix-fltk14.patch
}
build() {