upg gettext
This commit is contained in:
parent
ca8aec1631
commit
4e98a90177
3 changed files with 7 additions and 11 deletions
|
@ -7,12 +7,11 @@
|
|||
|
||||
pkgname=gettext
|
||||
pkgver=0.21.1
|
||||
pkgrel=04
|
||||
pkgrel=05
|
||||
pkgdesc="GNU internationalization library"
|
||||
url="https://www.gnu.org/software/gettext/"
|
||||
#depends=(gcc-libs acl sh glib2 libunistring libcroco)
|
||||
depends=(gcc-libs acl sh libunistring)
|
||||
makedepends=(gettext emacs-git git libxml2)
|
||||
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}
|
||||
|
@ -52,6 +51,7 @@ check() {
|
|||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
depends=(gcc-libs acl sh libunistring libxml2)
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
|
@ -69,6 +69,4 @@ sha256sums=(e8c3650e1d8cee875c4f355642382c1df83058bd5a11ee8555c0cf276d646d45 #
|
|||
f51d7e1764fc3355d842da5e91e2dfb842dfcf7f81382a901dafb0009593d7d2 # gettext-0.21.1.tar.gz.sig
|
||||
544ce0589e9c70f4f75d77c76fd36f88d009ac9cfecb4812a67f878e38ac6418) # gettext-0.21-disable-libtextstyle.patch
|
||||
|
||||
|
||||
## ef80e4d8161ef00b8fb98f48857b40a44adce430a701e3ce85078b091ed139d8 gettext-0.21.1-04-x86_64.pkg.tar.lz
|
||||
|
||||
## 571b69203c6b2359ab3fe1739f5a24f1518b6aee13a3c8325de8230c74be8a87 gettext-0.21.1-05-x86_64.pkg.tar.lz
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
pkgname=gettext
|
||||
pkgver=0.21.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="GNU internationalization library"
|
||||
url="https://www.gnu.org/software/gettext/"
|
||||
arch=(x86_64)
|
||||
license=(GPL)
|
||||
depends=(gcc-libs acl sh libunistring)
|
||||
makedepends=(gettext emacs git libxml2)
|
||||
depends=(gcc-libs acl sh libunistring libxml2)
|
||||
makedepends=(gettext emacs git)
|
||||
optdepends=('git: for autopoint infrastructure updates')
|
||||
options=(!docs)
|
||||
source=(https://ftp.gnu.org/pub/gnu/gettext/$pkgname-$pkgver.tar.gz{,.sig}
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
libxml2
|
||||
gettext
|
||||
emacs-git
|
||||
git
|
||||
autoconf
|
||||
automake
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue