Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
gettext


Commits:
44872786 by Tobias Powalowski at 2024-05-08T12:48:35+02:00
upgpkg: 0.22.5-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = gettext
        pkgdesc = GNU internationalization library
-       pkgver = 0.22.4
+       pkgver = 0.22.5
        pkgrel = 1
        url = https://www.gnu.org/software/gettext/
        arch = x86_64
@@ -18,13 +18,13 @@ pkgbase = gettext
        depends = libxml2
        optdepends = git: for autopoint infrastructure updates
        options = !docs
-       source = https://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.4.tar.gz
-       source = https://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.4.tar.gz.sig
+       source = https://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.5.tar.gz
+       source = https://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.5.tar.gz.sig
        source = gettext-0.22-disable-libtextstyle.patch
        validpgpkeys = 462225C3B46F34879FC8496CD605848ED7E69871
        validpgpkeys = 68D94D8AAEEAD48AE7DC5B904F494A942E4616C2
        validpgpkeys = 9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D
-       sha256sums = 
c1e0bb2a4427a9024390c662cd532d664c4b36b8ff444ed5e54b115fdb7a1aea
+       sha256sums = 
ec1705b1e969b83a9f073144ec806151db88127f5e40fe5a94cb6c8fa48996a0
        sha256sums = SKIP
        sha256sums = 
a28a27192f336f0b0908bdbf840d3b19d7b587c4ac52cad635cb43e95eb3c78d
 


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer:
 
 pkgname=gettext
-pkgver=0.22.4
+pkgver=0.22.5
 pkgrel=1
 pkgdesc="GNU internationalization library"
 url="https://www.gnu.org/software/gettext/";
@@ -13,7 +13,7 @@ optdepends=('git: for autopoint infrastructure updates')
 options=(!docs)
 source=(https://ftp.gnu.org/pub/gnu/gettext/$pkgname-$pkgver.tar.gz{,.sig}
         gettext-0.22-disable-libtextstyle.patch)
-sha256sums=('c1e0bb2a4427a9024390c662cd532d664c4b36b8ff444ed5e54b115fdb7a1aea'
+sha256sums=('ec1705b1e969b83a9f073144ec806151db88127f5e40fe5a94cb6c8fa48996a0'
             'SKIP'
             'a28a27192f336f0b0908bdbf840d3b19d7b587c4ac52cad635cb43e95eb3c78d')
 validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871'  # Daiki Ueno
@@ -22,7 +22,7 @@ validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871'  # 
Daiki Ueno
 
 prepare() {
   cd $pkgname-$pkgver
-
+  automake
   # Do not build libtextstyle, as it depends on libcroco
   # which is now unmaintained and has known security bugs.
   # patch from Fedora  
@@ -31,19 +31,14 @@ prepare() {
 
 build() {
   cd $pkgname-$pkgver
-LTOFLAGS=""
-  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
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/commit/4487278640bdda6af09e233261d00654148ba189

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/commit/4487278640bdda6af09e233261d00654148ba189
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to