gettext: update to 0.18.3.1
This commit is contained in:
parent
1c65b61719
commit
69b0785096
@ -1,27 +0,0 @@
|
|||||||
PACKAGE DETAILS
|
|
||||||
---------------
|
|
||||||
Name: %%PKGNAME%%
|
|
||||||
Version: %%SOURCE_AND_VER%%
|
|
||||||
Vendor: %%VENDOR%%
|
|
||||||
Packager: %%PKGEDBY%%
|
|
||||||
|
|
||||||
Source (sha1sum):
|
|
||||||
%%SOURCE_SHA1SUM%%
|
|
||||||
|
|
||||||
BUILD DETAILS
|
|
||||||
-------------
|
|
||||||
Compiler:
|
|
||||||
%%COMPILER%%
|
|
||||||
|
|
||||||
Environment:
|
|
||||||
%%ENVIRONMENT%%
|
|
||||||
|
|
||||||
Configure:
|
|
||||||
%%CONFIGURE%%
|
|
||||||
|
|
||||||
KNOWN DEPENDENCIES
|
|
||||||
------------------
|
|
||||||
%%DEPENDENCIES%%
|
|
||||||
|
|
||||||
ERRORS/MISCELLANEOUS
|
|
||||||
--------------------
|
|
@ -6,9 +6,9 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=gettext
|
topdir=gettext
|
||||||
version=0.17
|
version=0.18.3.1
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=$topdir-$version.tar.gz
|
source[0]=ftp://ftp.sunet.se/pub/gnu/gettext/$topdir-$version.tar.gz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
@ -18,7 +18,9 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
||||||
configure_args+=(--with-libiconv-prefix=$prefix --disable-java --disable-openmp)
|
configure_args+=(--with-libiconv-prefix=$prefix --disable-java --disable-native-java --disable-openmp)
|
||||||
|
|
||||||
|
gnu_link autopoint envsubst gettext gettext.sh gettextize msgattrib msgcat msgcmp msgcomm msgconv msgen msgexec msgfilter msgfmt msggrep msginit msgmerge msgunfmt msguniq ngettext recode-sr-latin xgettext
|
||||||
|
|
||||||
reg prep
|
reg prep
|
||||||
prep()
|
prep()
|
||||||
@ -43,6 +45,8 @@ install()
|
|||||||
{
|
{
|
||||||
generic_install DESTDIR
|
generic_install DESTDIR
|
||||||
doc NEWS README COPYING
|
doc NEWS README COPYING
|
||||||
|
compat gettext 0.17 1 1
|
||||||
|
compat gettext 0.18.2 1 1
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
4
gettext018/meta/ChangeLog
Normal file
4
gettext018/meta/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
CHANGELOG
|
||||||
|
---------
|
||||||
|
* Thu Nov 07 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 0.18.3.1-1
|
||||||
|
- Initial build
|
@ -7,15 +7,19 @@ pkgdesc="Tools to produce multi-lingual messages"
|
|||||||
pkgver="$pkgver"
|
pkgver="$pkgver"
|
||||||
files(-,root,bin)
|
files(-,root,bin)
|
||||||
default_docs
|
default_docs
|
||||||
$_bindir/envsubst
|
$_bindir/genvsubst
|
||||||
$_bindir/ngettext
|
$_bindir/gngettext
|
||||||
$_bindir/gettext
|
$_bindir/ggettext
|
||||||
$_bindir/gettext.sh
|
$_bindir/ggettext.sh
|
||||||
|
$_gnudir/envsubst
|
||||||
|
$_gnudir/ngettext
|
||||||
|
$_gnudir/gettext
|
||||||
|
$_gnudir/gettext.sh
|
||||||
$_libdir/libintl.so.8*
|
$_libdir/libintl.so.8*
|
||||||
$_libdir/libasprintf.so.0*
|
$_libdir/libasprintf.so.0*
|
||||||
$_mandir/man1/envsubst.1*
|
$_mandir/man1/genvsubst.1*
|
||||||
$_mandir/man1/ngettext.1*
|
$_mandir/man1/gngettext.1*
|
||||||
$_mandir/man1/gettext.1*
|
$_mandir/man1/ggettext.1*
|
||||||
$_sharedir/locale/*/LC_MESSAGES/gettext-runtime.mo
|
$_sharedir/locale/*/LC_MESSAGES/gettext-runtime.mo
|
||||||
$_sharedir/locale/locale.alias
|
$_sharedir/locale/locale.alias
|
||||||
$_sharedir/doc/gettext/envsubst.1.html
|
$_sharedir/doc/gettext/envsubst.1.html
|
||||||
@ -30,22 +34,27 @@ pkgvendor="http://directory.fsf.org/gettext.html"
|
|||||||
pkgdesc="Tools to produce multi-lingual messages"
|
pkgdesc="Tools to produce multi-lingual messages"
|
||||||
pkgver="$pkgver"
|
pkgver="$pkgver"
|
||||||
files(-,root,bin)
|
files(-,root,bin)
|
||||||
$_bindir/autopoint
|
$_bindir/gautopoint
|
||||||
$_bindir/gettextize
|
$_bindir/ggettextize
|
||||||
$_bindir/msg*
|
$_bindir/gmsg*
|
||||||
$_bindir/recode*
|
$_bindir/grecode*
|
||||||
$_bindir/xgettext
|
$_bindir/gxgettext
|
||||||
|
$_gnudir/autopoint
|
||||||
|
$_gnudir/gettextize
|
||||||
|
$_gnudir/msg*
|
||||||
|
$_gnudir/recode*
|
||||||
|
$_gnudir/xgettext
|
||||||
$_includedir
|
$_includedir
|
||||||
$_libdir/*.a
|
$_libdir/*.a
|
||||||
$_libdir/libgettext*.so*
|
$_libdir/libgettext*.so*
|
||||||
$_libdir/libasprintf.so
|
$_libdir/libasprintf.so
|
||||||
$_libdir/libintl.so
|
$_libdir/libintl.so
|
||||||
$_libdir/gettext
|
$_libdir/gettext
|
||||||
$_mandir/man1/msg*.1*
|
$_mandir/man1/gmsg*.1*
|
||||||
$_mandir/man1/gettextize.1*
|
$_mandir/man1/ggettextize.1*
|
||||||
$_mandir/man1/autopoint.1*
|
$_mandir/man1/gautopoint.1*
|
||||||
$_mandir/man1/recode*.1*
|
$_mandir/man1/grecode*.1*
|
||||||
$_mandir/man1/xgettext.1*
|
$_mandir/man1/gxgettext.1*
|
||||||
$_mandir/man3
|
$_mandir/man3
|
||||||
$_sharedir/aclocal
|
$_sharedir/aclocal
|
||||||
$_infodir
|
$_infodir
|
Loading…
x
Reference in New Issue
Block a user