diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-13 21:57:26 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-13 21:59:18 +0000 |
commit | f8c828c5716d8e9741cb9f2844f213cd0a39484a (patch) | |
tree | aa5fd4c23707fb6d6d18b609bd1e60a4d6c89e54 /testing/hylafaxplus/APKBUILD | |
parent | 0fd2e2566d7d4bcc65eabdc816b1744a9db22e37 (diff) | |
download | aports-f8c828c5716d8e9741cb9f2844f213cd0a39484a.tar.bz2 aports-f8c828c5716d8e9741cb9f2844f213cd0a39484a.tar.xz |
testing/hylafaxplus: improve utf8 and locale support, cleanup not used patches
Thanks to Robert Boisvert. Patches applied in his behalf with the following comments by him:
- Removed musl-reg-startend.patch since it is no longer used
- Adjusted util/dictionary.sh.in not to use the locale command since that doesn’t work in Alpine Linux
- Adjusted util/dict/* files to use utf-8 since they do not work correctly with iso-8859-1
Diffstat (limited to 'testing/hylafaxplus/APKBUILD')
-rw-r--r-- | testing/hylafaxplus/APKBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/testing/hylafaxplus/APKBUILD b/testing/hylafaxplus/APKBUILD index 4b58eefbed..9cb02a69eb 100644 --- a/testing/hylafaxplus/APKBUILD +++ b/testing/hylafaxplus/APKBUILD @@ -3,7 +3,7 @@ pkgname=hylafaxplus _pkgname=hylafax pkgver=5.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="Making the Premier Open-Source Fax Management System Even Better" url="http://hylafax.sourceforge.net" arch="all" @@ -18,6 +18,8 @@ source="https://downloads.sourceforge.net/hylafax/${_pkgname}-${pkgver}.tar.gz $pkgname.initd $pkgname.confd common-functions-busybox-awk.patch + no-locale.patch + utf8-dictionary.patch " builddir="$srcdir"/$_pkgname-$pkgver @@ -91,6 +93,8 @@ package(){ } sha512sums="c86c33dc9e8feec4e265156fa3bbda18cf187feeef5c812ff3d3c7857de048a688bb979fcd3494ee8fe58a004a384a2a161d05245c86d0c304311d63f62a9eb1 hylafax-5.6.1.tar.gz -9a5be82e98a7220402142ac85f0f54989e6110280b35ead6e32d84ac48377f0ab5d1cfbec8cae5b72949e6cc97cdb06c76a044e7d176fb94cd08d027fbb33491 hylafaxplus.initd +54025c3ee3683476fa947f1e29cda7cc61027e2cbb0be1d400c7f715b4087a5c7693e0e3f8fdb1a8ecf56f48c03e4f0d82d12a2d6ae93707b13d08569510c917 hylafaxplus.initd a2117eddc8f0ff70a23a90f2001dcb88c5bddee46ffa021d6d1701cc5cfc3bcb0362ead2b1b1ce2b288992728053c5947466d08916649f45e7dfb1876576e50f hylafaxplus.confd -6131e45b3b8b8ff22ba1d740bd5571b59c1347e6d80b00aa9b6404c7f38571b598002c4457b54ccd15320448c111ee900ff89a832d6c7df3c530b517c8621927 common-functions-busybox-awk.patch" +7b8a2038d7855a169bb7dee8a96045bd9fe8ae96fe4cb2a2c60475c5d6f906bb2eff5d36c516f83ddd3e198200af542dac5b468995dd512a57bb4ed556b154eb common-functions-busybox-awk.patch +4a1243daff9904e6395c3e28aa4a78a74de99f5aa9dbf5055a3781acfcd9b1b3db42b1569409b27e3ef9b0e55272dc99122436a79a08c9a1c140c2547c5a2c15 no-locale.patch +f5f1e33897a91b8297311c033d50e7ea2f9088568264a5b9224285066a504da8cc4296f973dd0a70e09abca538cef26964c6181f4f67f76400783d0697f05e61 utf8-dictionary.patch" |