#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname" # Website : https://pozol.eu #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=gettext pkgver=0.21.1 pkgrel=05 pkgdesc="GNU internationalization library" url="https://www.gnu.org/software/gettext/" #depends=(gcc-libs acl sh glib2 libunistring libcroco) makedepends=(gettext emacs-git git) optdepends=('git: for autopoint infrastructure updates') #options=(!docs) source=(https://ftp.gnu.org/pub/gnu/gettext/$pkgname-$pkgver.tar.gz{,.sig} gettext-0.21-disable-libtextstyle.patch) prepare() { cd $pkgname-$pkgver # Do not build libtextstyle, as it depends on libcroco # which is now unmaintained and has known security bugs. # patch from Fedora patch -p1 -i $srcdir/gettext-0.21-disable-libtextstyle.patch } build() { cd $pkgname-$pkgver autoreconf --force ./configure \ --prefix=/usr \ --enable-csharp \ --enable-nls \ --with-xz \ --without-included-gettext sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \ -i gettext-{tools,runtime,runtime/libasprintf}/libtool make } check() { cd $pkgname-$pkgver make check } package() { cd $pkgname-$pkgver depends=(gcc-libs acl sh libunistring libxml2) make DESTDIR="$pkgdir" install } #---- arch license gpg-key & sha256sums ---- arch=(x86_64) license=(GPL) validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871' # Daiki Ueno '68D94D8AAEEAD48AE7DC5B904F494A942E4616C2' '9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open Source Development) sha256sums=(e8c3650e1d8cee875c4f355642382c1df83058bd5a11ee8555c0cf276d646d45 # gettext-0.21.1.tar.gz f51d7e1764fc3355d842da5e91e2dfb842dfcf7f81382a901dafb0009593d7d2 # gettext-0.21.1.tar.gz.sig 544ce0589e9c70f4f75d77c76fd36f88d009ac9cfecb4812a67f878e38ac6418) # gettext-0.21-disable-libtextstyle.patch ## 571b69203c6b2359ab3fe1739f5a24f1518b6aee13a3c8325de8230c74be8a87 gettext-0.21.1-05-x86_64.pkg.tar.lz