gettext: update to 0.18.
This commit is contained in:
parent
622c398a66
commit
218482d3e9
6 changed files with 6 additions and 34 deletions
|
@ -5,8 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run gettext-libs
|
||||
|
||||
do_install()
|
||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains the ${sourcepkg} shared libraries."
|
||||
|
||||
revision=2
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run ncurses-libs
|
||||
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
Do not install the examples.
|
||||
|
||||
--- gettext-tools/Makefile.in.orig 2009-02-19 02:26:59.754316493 +0100
|
||||
+++ gettext-tools/Makefile.in 2009-02-19 02:27:22.192981123 +0100
|
||||
@@ -724,7 +724,7 @@ top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
|
||||
ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 -I libgettextpo/gnulib-m4
|
||||
-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples
|
||||
+SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests
|
||||
|
||||
# Allow users to use "gnulib-tool --update".
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- gettext-tools/src/write-catalog.c.orig 2009-04-29 15:59:51.212345437 +0200
|
||||
+++ gettext-tools/src/write-catalog.c 2009-04-29 16:00:26.023855357 +0200
|
||||
@@ -220,7 +220,7 @@ message catalog has plural form translat
|
||||
/* Open the output file. */
|
||||
if (!to_stdout)
|
||||
{
|
||||
- fd = open (filename, O_WRONLY | O_CREAT);
|
||||
+ fd = open (filename, O_WRONLY | O_CREAT, 0755);
|
||||
if (fd < 0)
|
||||
{
|
||||
const char *errno_description = strerror (errno);
|
|
@ -1,14 +1,13 @@
|
|||
# Template build file for 'gettext'.
|
||||
pkgname=gettext
|
||||
version=0.17
|
||||
revision=1
|
||||
version=0.18
|
||||
distfiles="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-java --disable-native-java --disable-csharp
|
||||
--disable-libasprintf"
|
||||
--disable-libasprintf"
|
||||
short_desc="Internationalized Message Handling Library and tools"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=209638bb8e162f22c281145a34e220c66f1f6e9ff5e4c50c6f2ef2ded59537ba
|
||||
checksum=02342c1de18c03c601f8b91cbd896b70486a4b945bd816f34541e0d7b5a96fe5
|
||||
long_desc="
|
||||
GNU gettext provides the necessary tools and libraries for handling
|
||||
messages in different languages, as one of the steps to
|
||||
|
|
|
@ -150,8 +150,8 @@ libdb-4.8.so db db-devel
|
|||
libdb_cxx-4.8.so db db-devel
|
||||
libperl.so perl
|
||||
libgdbm.so gdbm gdbm-devel
|
||||
libgettextsrc-0.17.so gettext-libs gettext-devel
|
||||
libgettextlib-0.17.so gettext-libs gettext-devel
|
||||
libgettextsrc-0.18.so gettext-libs gettext-devel
|
||||
libgettextlib-0.18.so gettext-libs gettext-devel
|
||||
libgettextpo.so gettext-libs gettext-devel
|
||||
libattr.so attr attr-devel
|
||||
libacl.so acl acl-devel
|
||||
|
|
Loading…
Reference in a new issue