wok-next rev 19827
Fix slitaz-tools-boxes, tazinst, tazpanel-extra.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Aug 01 03:09:08 2017 +0300 (2017-08-01) |
parents | 35faee9ea669 |
children | 0f38eda21e70 |
files | slitaz-tools-boxes/receipt tazinst/receipt tazpanel-extra/receipt |
line diff
1.1 --- a/slitaz-tools-boxes/receipt Tue Aug 01 02:25:02 2017 +0300 1.2 +++ b/slitaz-tools-boxes/receipt Tue Aug 01 03:09:08 2017 +0300 1.3 @@ -15,7 +15,7 @@ 1.4 1.5 GENERIC_MENUS="no" 1.6 DEPENDS="slitaz-tools gettext-base yad" 1.7 -BUILD_DEPENDS="tzdata" 1.8 +BUILD_DEPENDS="tzdata gettext" 1.9 SIBLINGS="slitaz-tools tazdrop" 1.10 1.11 # Rules to configure and make the package.
2.1 --- a/tazinst/receipt Tue Aug 01 02:25:02 2017 +0300 2.2 +++ b/tazinst/receipt Tue Aug 01 03:09:08 2017 +0300 2.3 @@ -1,4 +1,4 @@ 2.4 -# SliTaz package receipt. 2.5 +# SliTaz package receipt v2. 2.6 2.7 PACKAGE="tazinst" 2.8 VERSION="89" 2.9 @@ -7,13 +7,11 @@ 2.10 MAINTAINER="domcox@slitaz.org" 2.11 LICENSE="GPL3" 2.12 WEB_SITE="http://www.slitaz.org/" 2.13 -TAGS="slitaz" 2.14 -SUGGESTED="syslinux syslinux-extra syslinux-modules grub4dos-linux tazpanel" 2.15 2.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.17 WGET_URL="http://hg.slitaz.org/tazinst/archive/$VERSION.tar.bz2" 2.18 2.19 -DEPENDS="util-linux-blkid lzma parted" 2.20 +BUILD_DEPENDS="gettext" 2.21 SIBLINGS="tazinst-gui" 2.22 2.23 # Rules to configure and make the package. 2.24 @@ -39,4 +37,7 @@ 2.25 for lang in *; do 2.26 rm -f $lang/*/installer.mo 2.27 done 2.28 + DEPENDS="util-linux-blkid lzma parted" 2.29 + SUGGESTED="syslinux syslinux-extra syslinux-modules grub4dos-linux tazpanel" 2.30 + TAGS="slitaz" 2.31 }
3.1 --- a/tazpanel-extra/receipt Tue Aug 01 02:25:02 2017 +0300 3.2 +++ b/tazpanel-extra/receipt Tue Aug 01 03:09:08 2017 +0300 3.3 @@ -12,6 +12,7 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.5 WGET_URL="http://hg.slitaz.org/tazpanel/archive/$VERSION.tar.bz2" 3.6 3.7 +BUILD_DEPENDS="gettext" 3.8 DEPENDS="tazpanel" 3.9 SIBLINGS="tazpanel" 3.10