From 4e98a901774129718468449b296d0403411e16b1 Mon Sep 17 00:00:00 2001 From: Joe Bo Run Date: Sat, 1 Apr 2023 12:22:02 +0300 Subject: [PATCH] upg gettext --- gettext/PKGBUILD | 10 ++++------ gettext/PKGBUILD-arch | 6 +++--- gettext/deps | 2 -- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/gettext/PKGBUILD b/gettext/PKGBUILD index becaa1f..c422d5a 100644 --- a/gettext/PKGBUILD +++ b/gettext/PKGBUILD @@ -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 diff --git a/gettext/PKGBUILD-arch b/gettext/PKGBUILD-arch index 5ba3806..e375d90 100644 --- a/gettext/PKGBUILD-arch +++ b/gettext/PKGBUILD-arch @@ -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} diff --git a/gettext/deps b/gettext/deps index c41af70..6a5e486 100644 --- a/gettext/deps +++ b/gettext/deps @@ -1,8 +1,6 @@ -libxml2 gettext emacs-git git autoconf automake -