[arch-commits] Commit in gettext/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-08-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 4, 2020 @ 07:53:46
  Author: arojas
Revision: 393115

archrelease: copy trunk to testing-x86_64

Added:
  gettext/repos/testing-x86_64/
  gettext/repos/testing-x86_64/PKGBUILD
(from rev 393114, gettext/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: gettext/repos/testing-x86_64/PKGBUILD (from rev 393114, 
gettext/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-04 07:53:46 UTC (rev 393115)
@@ -0,0 +1,45 @@
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.21
+pkgrel=1
+pkgdesc="GNU internationalization library"
+url="https://www.gnu.org/software/gettext/;
+arch=(x86_64)
+license=(GPL)
+groups=(base-devel)
+depends=(gcc-libs acl sh glib2 libunistring libcroco)
+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})
+sha256sums=('c77d0da3102aec9c07f43671e60611ebff89a996ef159497ce8e59d075786b12'
+'SKIP')
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871'  # Daiki Ueno
+  '68D94D8AAEEAD48AE7DC5B904F494A942E4616C2'
+  '9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open 
Source Development)
+
+build() {
+  cd $pkgname-$pkgver
+  ./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
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gettext/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 06:53:55
  Author: arojas
Revision: 380350

archrelease: copy trunk to testing-x86_64

Added:
  gettext/repos/testing-x86_64/
  gettext/repos/testing-x86_64/PKGBUILD
(from rev 380349, gettext/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: gettext/repos/testing-x86_64/PKGBUILD (from rev 380349, 
gettext/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-15 06:53:55 UTC (rev 380350)
@@ -0,0 +1,45 @@
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.20.2
+pkgrel=1
+pkgdesc="GNU internationalization library"
+url="https://www.gnu.org/software/gettext/;
+arch=(x86_64)
+license=(GPL)
+groups=(base-devel)
+depends=(gcc-libs acl sh glib2 libunistring libcroco)
+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})
+sha256sums=('ecb9d0908ca41d5ca5fef974323b3bba6bec19eebba0b44f396de98cfcc089f1'
+'SKIP')
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871'  # Daiki Ueno
+  '68D94D8AAEEAD48AE7DC5B904F494A942E4616C2'
+  '9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open 
Source Development)
+
+build() {
+  cd $pkgname-$pkgver
+  ./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
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gettext/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-08-09 Thread Felix Yan via arch-commits
Date: Friday, August 9, 2019 @ 10:42:42
  Author: felixonmars
Revision: 359370

archrelease: copy trunk to testing-x86_64

Added:
  gettext/repos/testing-x86_64/
  gettext/repos/testing-x86_64/PKGBUILD
(from rev 359369, gettext/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: gettext/repos/testing-x86_64/PKGBUILD (from rev 359369, 
gettext/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-08-09 10:42:42 UTC (rev 359370)
@@ -0,0 +1,44 @@
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.20.1
+pkgrel=1
+pkgdesc="GNU internationalization library"
+url="https://www.gnu.org/software/gettext/;
+arch=(x86_64)
+license=(GPL)
+groups=(base base-devel)
+depends=(gcc-libs acl sh glib2 libunistring libcroco)
+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})
+sha256sums=('66415634c6e8c3fa8b71362879ec7575e27da43da562c798a8a2f223e6e47f5c'
+'SKIP')
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871'  # Daiki Ueno
+  '68D94D8AAEEAD48AE7DC5B904F494A942E4616C2') # Bruno Haible (Open 
Source Development)
+
+build() {
+  cd $pkgname-$pkgver
+  ./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
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gettext/repos (testing-x86_64)

2011-03-07 Thread Stéphane Gaudreault
Date: Monday, March 7, 2011 @ 06:38:12
  Author: stephane
Revision: 112868

archrelease: copy trunk to testing-x86_64

Added:
  gettext/repos/testing-x86_64/



[arch-commits] Commit in gettext/repos (testing-x86_64)

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 10:51:08
  Author: ibiru
Revision: 112759

db-remove: gettext removed by ibiru

Deleted:
  gettext/repos/testing-x86_64/



[arch-commits] Commit in gettext/repos (testing-x86_64)

2011-03-05 Thread Stéphane Gaudreault
Date: Saturday, March 5, 2011 @ 14:05:06
  Author: stephane
Revision: 112650

archrelease: copy trunk to testing-x86_64

Added:
  gettext/repos/testing-x86_64/



[arch-commits] Commit in gettext/repos (testing-x86_64)

2010-06-09 Thread Tobias Powalowski
Date: Wednesday, June 9, 2010 @ 15:27:26
  Author: tpowa
Revision: 82271

archrelease: copy trunk to testing-x86_64

Added:
  gettext/repos/testing-x86_64/



[arch-commits] Commit in gettext/repos (testing-x86_64)

2010-05-14 Thread Tobias Powalowski
Date: Friday, May 14, 2010 @ 06:47:26
  Author: tpowa
Revision: 80270

archrelease: copy trunk to testing-x86_64

Added:
  gettext/repos/testing-x86_64/



[arch-commits] Commit in gettext/repos (testing-x86_64)

2010-04-18 Thread Allan McRae
Date: Sunday, April 18, 2010 @ 06:06:27
  Author: allan
Revision: 77826

archrelease: copy trunk to testing-x86_64

Added:
  gettext/repos/testing-x86_64/