changeset 831:ae55d9077f70

vanilla: add runtime depend on core/gettext
author David Demelier <markand@malikania.fr>
date Fri, 23 Aug 2019 08:24:47 +0200
parents c080ec1c5226
children f1dc1bbc7afc
files audio/pulseaudio/pulseaudio.sh compression/xz/xz.sh core/acl/acl.sh core/attr/attr.sh core/coreutils/coreutils.sh core/cpio/cpio.sh core/diffutils/diffutils.sh core/e2fsprogs/e2fsprogs.sh core/findutils/findutils.sh core/gawk/gawk.sh core/grep/grep.sh core/grub/grub.sh core/kbd/kbd.sh core/procps/procps.sh core/rhash/rhash.sh core/sed/sed.sh core/tar/tar.sh core/texinfo/texinfo.sh core/tmux/tmux.sh core/util-linux/util-linux.sh crypto/gcr/gcr.sh dev/binutils/binutils.sh dev/bison/bison.sh dev/gcc/gcc.sh dev/help2man/help2man.sh dev/make/make.sh dns/libidn/libidn.sh dns/libidn2/libidn2.sh editors/nano/nano.sh editors/vim/vim.sh games/wesnoth/wesnoth.sh graphics/gtk/gtk.sh graphics/gtk2/gtk2.sh graphics/gtksourceview/gtksourceview.sh graphics/libexif/libexif.sh lib/popt/popt.sh mail/neomutt/neomutt.sh mate/mate-calc/mate-calc.sh mate/mate-desktop/mate-desktop.sh mate/mate-menus/mate-menus.sh misc/iso-codes/iso-codes.sh misc/shared-mime-info/shared-mime-info.sh multimedia/gst-plugins-good/gst-plugins-good.sh multimedia/gstreamer/gstreamer.sh network/ntp/ntp.sh network/wget/wget.sh perl/p5-locale-gettext/p5-locale-gettext.sh security/libsecret/libsecret.sh security/linux-pam/linux-pam.sh security/shadow/shadow.sh shells/bash/bash.sh system/upower/upower.sh text/aspell/aspell.sh text/hunspell/hunspell.sh x11/xkeyboard-config/xkeyboard-config.sh xfce/exo/exo.sh xfce/garcon/garcon.sh xfce/libxfce4ui/libxfce4ui.sh xfce/libxfce4util/libxfce4util.sh xfce/mousepad/mousepad.sh xfce/parole/parole.sh xfce/ristretto/ristretto.sh xfce/thunar-volman/thunar-volman.sh xfce/thunar/thunar.sh xfce/xfce4-appfinder/xfce4-appfinder.sh xfce/xfce4-notifyd/xfce4-notifyd.sh xfce/xfce4-panel/xfce4-panel.sh xfce/xfce4-screensaver/xfce4-screensaver.sh xfce/xfce4-screenshooter/xfce4-screenshooter.sh xfce/xfce4-session/xfce4-session.sh xfce/xfce4-settings/xfce4-settings.sh xfce/xfce4-terminal/xfce4-terminal.sh xfce/xfconf/xfconf.sh xfce/xfdesktop/xfdesktop.sh xfce/xfwm4/xfwm4.sh
diffstat 75 files changed, 75 insertions(+), 75 deletions(-) [+]
line wrap: on
line diff
--- a/audio/pulseaudio/pulseaudio.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/audio/pulseaudio/pulseaudio.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -85,7 +85,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/compression/xz/xz.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/compression/xz/xz.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "${NLS:-yes}" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/acl/acl.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/acl/acl.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/attr/attr.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/attr/attr.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/coreutils/coreutils.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/coreutils/coreutils.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -40,7 +40,7 @@
 	with_gmp="--without-gmp"
 fi
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/cpio/cpio.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/cpio/cpio.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/diffutils/diffutils.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/diffutils/diffutils.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/e2fsprogs/e2fsprogs.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/e2fsprogs/e2fsprogs.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/findutils/findutils.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/findutils/findutils.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/gawk/gawk.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/gawk/gawk.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -31,7 +31,7 @@
 : ${LIBS:=}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/grep/grep.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/grep/grep.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/grub/grub.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/grub/grub.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -44,7 +44,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/kbd/kbd.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/kbd/kbd.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/procps/procps.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/procps/procps.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/rhash/rhash.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/rhash/rhash.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -32,7 +32,7 @@
 : ${SSL:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-gettext"
 else
 	with_nls="--disable-gettext"
--- a/core/sed/sed.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/sed/sed.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -39,7 +39,7 @@
 	with_acl="--without-acl"
 fi
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/tar/tar.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/tar/tar.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -40,7 +40,7 @@
 	with_acl="--without-acl"
 fi
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/texinfo/texinfo.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/texinfo/texinfo.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/core/tmux/tmux.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/tmux/tmux.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="BSD ISC"
 PKGSUMMARY="terminal multiplexer"
 PKGDOWNLOAD="https://github.com/tmux/tmux/releases/download/$PKGVERSION/$PKGNAME-$PKGVERSION.tar.gz"
-PKGDEPENDS="core/gettext:build lib/libevent lib/ncurses"
+PKGDEPENDS="core/gettext lib/libevent lib/ncurses"
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
--- a/core/util-linux/util-linux.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/util-linux/util-linux.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -58,7 +58,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/crypto/gcr/gcr.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/crypto/gcr/gcr.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -52,7 +52,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/dev/binutils/binutils.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/dev/binutils/binutils.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -42,7 +42,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/dev/bison/bison.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/dev/bison/bison.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -35,7 +35,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/dev/gcc/gcc.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/dev/gcc/gcc.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -36,7 +36,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/dev/help2man/help2man.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/dev/help2man/help2man.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	PKGDEPENDS="perl/p5-locale-gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
--- a/dev/make/make.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/dev/make/make.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -42,7 +42,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/dns/libidn/libidn.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/dns/libidn/libidn.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/dns/libidn2/libidn2.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/dns/libidn2/libidn2.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/editors/nano/nano.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/editors/nano/nano.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -140,7 +140,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/editors/vim/vim.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/editors/vim/vim.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -77,7 +77,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/games/wesnoth/wesnoth.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/games/wesnoth/wesnoth.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -48,7 +48,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="-DENABLE_NLS=On"
 else
 	with_nls="-DENABLE_NLS=Off"
--- a/graphics/gtk/gtk.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/graphics/gtk/gtk.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -42,7 +42,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/graphics/gtk2/gtk2.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/graphics/gtk2/gtk2.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -53,7 +53,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/graphics/gtksourceview/gtksourceview.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/graphics/gtksourceview/gtksourceview.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -36,7 +36,7 @@
 : ${VALA:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/graphics/libexif/libexif.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/graphics/libexif/libexif.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/lib/popt/popt.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/lib/popt/popt.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/mail/neomutt/neomutt.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/mail/neomutt/neomutt.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="GPLv2+"
 PKGSUMMARY="mutt fork with more features"
 PKGDOWNLOAD="https://github.com/neomutt/neomutt/archive/$PKGNAME-$PKGVERSION.tar.gz"
-PKGDEPENDS="core/gettext:build lang/tcl:build lib/ncurses text/libxslt:build www/w3m:build"
+PKGDEPENDS="core/gettext lang/tcl:build lib/ncurses text/libxslt:build www/w3m:build"
 PKGOPTIONS="IDN2 NLS NOTMUCH SSL"
 PKGPROTECT="etc/neomuttrc"
 
--- a/mate/mate-calc/mate-calc.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/mate/mate-calc/mate-calc.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/mate/mate-desktop/mate-desktop.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/mate/mate-desktop/mate-desktop.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/mate/mate-menus/mate-menus.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/mate/mate-menus/mate-menus.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/misc/iso-codes/iso-codes.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/misc/iso-codes/iso-codes.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="LGPLv21"
 PKGSUMMARY="ISO codes and their translations"
 PKGDOWNLOAD="https://salsa.debian.org/iso-codes-team/$PKGNAME/uploads/049ce6aac94d842be809f4063950646c/$PKGNAME-$PKGVERSION.tar.xz"
-PKGDEPENDS="core/gettext:build"
+PKGDEPENDS="core/gettext"
 
 build()
 {
--- a/misc/shared-mime-info/shared-mime-info.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/misc/shared-mime-info/shared-mime-info.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/multimedia/gst-plugins-good/gst-plugins-good.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/multimedia/gst-plugins-good/gst-plugins-good.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -94,7 +94,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="-D nls=enabled"
 else
 	with_nls="-D nls=disabled"
--- a/multimedia/gstreamer/gstreamer.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/multimedia/gstreamer/gstreamer.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -38,7 +38,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="-D nls=enabled"
 else
 	with_nls="-D nls=disabled"
--- a/network/ntp/ntp.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/network/ntp/ntp.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -48,7 +48,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/network/wget/wget.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/network/wget/wget.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -35,7 +35,7 @@
 : ${UUID:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/perl/p5-locale-gettext/p5-locale-gettext.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/perl/p5-locale-gettext/p5-locale-gettext.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="GPLv1 ART10"
 PKGSUMMARY="gettext localization functions for Perl"
 PKGDOWNLOAD="http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/Locale-gettext-$PKGVERSION.tar.gz"
-PKGDEPENDS="perl/perl core/gettext:build"
+PKGDEPENDS="perl/perl core/gettext"
 
 : ${CC:=clang}
 : ${CFLAGS:=}
--- a/security/libsecret/libsecret.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/security/libsecret/libsecret.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -43,7 +43,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/security/linux-pam/linux-pam.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/security/linux-pam/linux-pam.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -46,7 +46,7 @@
 : ${SELINUX:=no}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/security/shadow/shadow.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/security/shadow/shadow.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -67,7 +67,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/shells/bash/bash.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/shells/bash/bash.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -32,7 +32,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/system/upower/upower.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/system/upower/upower.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -38,7 +38,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/text/aspell/aspell.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/text/aspell/aspell.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -43,7 +43,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/text/hunspell/hunspell.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/text/hunspell/hunspell.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -44,7 +44,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/x11/xkeyboard-config/xkeyboard-config.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/x11/xkeyboard-config/xkeyboard-config.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/exo/exo.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/exo/exo.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -22,7 +22,7 @@
 PKGSUMMARY="Xfce extension library for application development"
 PKGDOWNLOAD="http://archive.xfce.org/xfce/4.14/src/$PKGNAME-$PKGVERSION.tar.bz2"
 PKGOPTIONS="INTROSPECTION NLS VALA"
-PKGDEPENDS="core/gettext:build
+PKGDEPENDS="core/gettext
             graphics/gtk
             lib/glib
             perl/perl
--- a/xfce/garcon/garcon.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/garcon/garcon.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -40,7 +40,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/libxfce4ui/libxfce4ui.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/libxfce4ui/libxfce4ui.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -48,7 +48,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/libxfce4util/libxfce4util.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/libxfce4util/libxfce4util.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -42,7 +42,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/mousepad/mousepad.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/mousepad/mousepad.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -41,7 +41,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/parole/parole.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/parole/parole.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -55,7 +55,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/ristretto/ristretto.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/ristretto/ristretto.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -41,7 +41,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/thunar-volman/thunar-volman.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/thunar-volman/thunar-volman.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -40,7 +40,7 @@
 : ${NOTIFICATIONS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/thunar/thunar.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/thunar/thunar.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -69,7 +69,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/xfce4-appfinder/xfce4-appfinder.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/xfce4-appfinder/xfce4-appfinder.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -38,7 +38,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/xfce4-notifyd/xfce4-notifyd.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/xfce4-notifyd/xfce4-notifyd.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -38,7 +38,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/xfce4-panel/xfce4-panel.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/xfce4-panel/xfce4-panel.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -52,7 +52,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/xfce4-screensaver/xfce4-screensaver.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/xfce4-screensaver/xfce4-screensaver.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -53,7 +53,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/xfce4-screenshooter/xfce4-screenshooter.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/xfce4-screenshooter/xfce4-screenshooter.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -43,7 +43,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/xfce4-session/xfce4-session.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/xfce4-session/xfce4-session.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -41,7 +41,7 @@
 : ${POLKIT:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/xfce4-settings/xfce4-settings.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/xfce4-settings/xfce4-settings.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -49,7 +49,7 @@
 : ${NOTIFICATIONS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/xfce4-terminal/xfce4-terminal.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/xfce4-terminal/xfce4-terminal.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -38,7 +38,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/xfconf/xfconf.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/xfconf/xfconf.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -44,7 +44,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/xfdesktop/xfdesktop.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/xfdesktop/xfdesktop.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -41,7 +41,7 @@
 : ${NOTIFICATIONS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"
--- a/xfce/xfwm4/xfwm4.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/xfce/xfwm4/xfwm4.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -49,7 +49,7 @@
 : ${STARTUP:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"