mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
gettext: Simplify PROVIDES and increment revision
Previous changes forgot to bump revision...
This commit is contained in:
@@ -18,7 +18,7 @@ LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1998, 2010 Free Software Foundation, Inc."
|
||||
SRC_URI="http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz"
|
||||
CHECKSUM_SHA256="93ac71a7afa5b70c1b1032516663658c51e653087f42a3fc8044752c026443e9"
|
||||
REVISION="5"
|
||||
REVISION="6"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -37,56 +37,29 @@ PROVIDES="
|
||||
lib:libgettextlib_0.18.1$secondaryArchSuffix = $portVersion
|
||||
lib:libgettextpo$secondaryArchSuffix = 0.5.1 compat >= 0
|
||||
lib:libgettextsrc_0.18.1$secondaryArchSuffix = $portVersion
|
||||
cmd:autopoint$secondaryArchSuffix
|
||||
cmd:envsubst$secondaryArchSuffix
|
||||
cmd:gettext$secondaryArchSuffix
|
||||
cmd:gettext.sh$secondaryArchSuffix
|
||||
cmd:gettextize$secondaryArchSuffix
|
||||
cmd:msgattrib$secondaryArchSuffix
|
||||
cmd:msgcat$secondaryArchSuffix
|
||||
cmd:msgcmp$secondaryArchSuffix
|
||||
cmd:msgcomm$secondaryArchSuffix
|
||||
cmd:msgconv$secondaryArchSuffix
|
||||
cmd:msgen$secondaryArchSuffix
|
||||
cmd:msgexec$secondaryArchSuffix
|
||||
cmd:msgfilter$secondaryArchSuffix
|
||||
cmd:msgfmt$secondaryArchSuffix
|
||||
cmd:msggrep$secondaryArchSuffix
|
||||
cmd:msginit$secondaryArchSuffix
|
||||
cmd:msgmerge$secondaryArchSuffix
|
||||
cmd:msgunfmt$secondaryArchSuffix
|
||||
cmd:msguniq$secondaryArchSuffix
|
||||
cmd:ngettext$secondaryArchSuffix
|
||||
cmd:recode_sr_latin$secondaryArchSuffix
|
||||
cmd:xgettext$secondaryArchSuffix
|
||||
|
||||
cmd:autopoint$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:envsubst$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:gettext$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:gettext.sh$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:gettextize$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:msgattrib$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:msgcat$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:msgcmp$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:msgcomm$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:msgconv$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:msgen$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:msgexec$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:msgfilter$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:msgfmt$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:msggrep$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:msginit$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:msgmerge$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:msgunfmt$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:msguniq$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:ngettext$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:recode_sr_latin$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:xgettext$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
PROVIDES="$PROVIDES
|
||||
cmd:autopoint = $portVersion compat >= 0
|
||||
cmd:envsubst = $portVersion compat >= 0
|
||||
cmd:gettext = $portVersion compat >= 0
|
||||
cmd:gettext.sh = $portVersion compat >= 0
|
||||
cmd:gettextize = $portVersion compat >= 0
|
||||
cmd:msgattrib = $portVersion compat >= 0
|
||||
cmd:msgcat = $portVersion compat >= 0
|
||||
cmd:msgcmp = $portVersion compat >= 0
|
||||
cmd:msgcomm = $portVersion compat >= 0
|
||||
cmd:msgconv = $portVersion compat >= 0
|
||||
cmd:msgen = $portVersion compat >= 0
|
||||
cmd:msgexec = $portVersion compat >= 0
|
||||
cmd:msgfilter = $portVersion compat >= 0
|
||||
cmd:msgfmt = $portVersion compat >= 0
|
||||
cmd:msggrep = $portVersion compat >= 0
|
||||
cmd:msginit = $portVersion compat >= 0
|
||||
cmd:msgmerge = $portVersion compat >= 0
|
||||
cmd:msgunfmt = $portVersion compat >= 0
|
||||
cmd:msguniq = $portVersion compat >= 0
|
||||
cmd:ngettext = $portVersion compat >= 0
|
||||
cmd:recode_sr_latin = $portVersion compat >= 0
|
||||
cmd:xgettext = $portVersion compat >= 0
|
||||
"
|
||||
fi
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
@@ -103,6 +76,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:find
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
|
||||
Reference in New Issue
Block a user