wok rev 18922

Up slitaz-boot-scripts(426), remove glibc-extra-samba
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 24 23:14:23 2016 +0200 (2016-02-24)
parents 0b07c031c9db
children 2f38aa1ac249
files glibc-extra-samba/receipt glibc-locale/receipt glibc/receipt samba-pam/receipt samba/receipt slitaz-boot-scripts/receipt slitaz-toolchain/receipt smbclient/receipt
line diff
     1.1 --- a/glibc-extra-samba/receipt	Wed Feb 24 22:42:08 2016 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,23 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="glibc-extra-samba"
     1.7 -VERSION="2.14.1"
     1.8 -CATEGORY="base-system"
     1.9 -SHORT_DESC="GNU libc extra gconv modules for samba."
    1.10 -WEB_SITE="http://gcc.gnu.org/"
    1.11 -MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -LICENSE="GPL2"
    1.13 -
    1.14 -DEPENDS="glibc-base"
    1.15 -WANTED="glibc"
    1.16 -
    1.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 -#
    1.19 -genpkg_rules()
    1.20 -{
    1.21 -	mkdir -p $fs/usr/lib/gconv
    1.22 -	# already in glibc-base - remove package?
    1.23 -	#for i in IBM850.so IBM437.so; do
    1.24 -	#	cp $install/usr/lib/gconv/$i $fs/usr/lib/gconv/$i
    1.25 -	#done
    1.26 -}
     2.1 --- a/glibc-locale/receipt	Wed Feb 24 22:42:08 2016 +0200
     2.2 +++ b/glibc-locale/receipt	Wed Feb 24 23:14:23 2016 +0200
     2.3 @@ -6,10 +6,10 @@
     2.4  SHORT_DESC="The GNU C libraries locale files and utilities (see also locale-*)."
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  LICENSE="GPL2"
     2.7 -WANTED="glibc"
     2.8  WEB_SITE="http://www.gnu.org/software/libc/"
     2.9  
    2.10 -DEPENDS="glibc-base glibc-extra-samba"
    2.11 +DEPENDS="glibc-base"
    2.12 +WANTED="glibc"
    2.13  
    2.14  LOCALE_PACK="cs de es fr hu id it pt ru sl zh_CN zh_TW"
    2.15  
    2.16 @@ -34,14 +34,6 @@
    2.17  		rm -f ${fs}$file
    2.18  	done
    2.19  	status
    2.20 -	
    2.21 -	# Rm glibc-extra-samba files.
    2.22 -	echo -n "* Removing extra samba files..."
    2.23 -	for file in `cat $WOK/glibc-extra-samba/taz/glibc-extra-samba-$VERSION/files.list`
    2.24 -	do
    2.25 -		rm -f ${fs}$file
    2.26 -	done
    2.27 -	status
    2.28  
    2.29  	# Rm files provided by locale-pack.
    2.30  	for i in $LOCALE_PACK
     3.1 --- a/glibc/receipt	Wed Feb 24 22:42:08 2016 +0200
     3.2 +++ b/glibc/receipt	Wed Feb 24 23:14:23 2016 +0200
     3.3 @@ -14,8 +14,8 @@
     3.4  BUILD_DEPENDS="linux-api-headers autoconf bash"
     3.5  
     3.6  # Genpkg order for tazwok.
     3.7 -COOK_OPT="genpkg=glibc-base:glibc-extra-samba:glib-locale:glibc-dev"
     3.8 -	
     3.9 +COOK_OPT="genpkg=glibc-base:glib-locale:glibc-dev"
    3.10 +
    3.11  # Rules to compile & install the temporary toolchain.
    3.12  cook_tmp_toolchain()
    3.13  {
     4.1 --- a/samba-pam/receipt	Wed Feb 24 22:42:08 2016 +0200
     4.2 +++ b/samba-pam/receipt	Wed Feb 24 23:14:23 2016 +0200
     4.3 @@ -17,7 +17,8 @@
     4.4  BUGS="Open directory needs MIT kerberos support (krb5)"
     4.5  
     4.6  BUILD_DEPENDS="libldap openldap openldap-dev cups cups-dev pam pam-dev krb5"
     4.7 -DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib cifs-utils acl pam perl cups krb5"
     4.8 +DEPENDS="libldap samba-common glibc-base ncursesw popt zlib cifs-utils acl pam \
     4.9 +perl cups krb5"
    4.10  
    4.11  # Rules to configure and make the package.
    4.12  compile_rules()
     5.1 --- a/samba/receipt	Wed Feb 24 22:42:08 2016 +0200
     5.2 +++ b/samba/receipt	Wed Feb 24 23:14:23 2016 +0200
     5.3 @@ -14,9 +14,10 @@
     5.4  CONFIG_FILES="/etc/samba"
     5.5  BUGS="Open directory needs MIT kerberos support (krb5)"
     5.6  
     5.7 -BUILD_DEPENDS="openldap openldap-dev libcomerr-dev cups-dev talloc-dev pkg-config libldap krb5"
     5.8 -DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib cifs-utils 
     5.9 -acl krb5 cups"
    5.10 +BUILD_DEPENDS="openldap openldap-dev libcomerr-dev cups-dev talloc-dev \
    5.11 +pkg-config libldap krb5"
    5.12 +DEPENDS="libldap samba-common glibc-base ncursesw popt zlib cifs-utils acl \
    5.13 +krb5 cups"
    5.14  
    5.15  # Rules to configure and make the package.
    5.16  compile_rules()
     6.1 --- a/slitaz-boot-scripts/receipt	Wed Feb 24 22:42:08 2016 +0200
     6.2 +++ b/slitaz-boot-scripts/receipt	Wed Feb 24 23:14:23 2016 +0200
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="slitaz-boot-scripts"
     6.7 -VERSION="425"
     6.8 +VERSION="426"
     6.9  CATEGORY="base-system"
    6.10  SHORT_DESC="Provide all the initialisation scripts used at boot time."
    6.11  MAINTAINER="pankso@slitaz.org"
     7.1 --- a/slitaz-toolchain/receipt	Wed Feb 24 22:42:08 2016 +0200
     7.2 +++ b/slitaz-toolchain/receipt	Wed Feb 24 23:14:23 2016 +0200
     7.3 @@ -49,7 +49,7 @@
     7.4  	cook linux-api-headers --install
     7.5  	
     7.6  	# 4. glibc
     7.7 -	for i in glibc glibc-base glibc-extra-samba glibc-locale glibc-dev
     7.8 +	for i in glibc glibc-base glibc-locale glibc-dev
     7.9  	do
    7.10  		echo "cook: $i: $(date '+%Y-%m-%d %H:%M')" >> $tmplog
    7.11  		cook $i --install
     8.1 --- a/smbclient/receipt	Wed Feb 24 22:42:08 2016 +0200
     8.2 +++ b/smbclient/receipt	Wed Feb 24 23:14:23 2016 +0200
     8.3 @@ -7,10 +7,10 @@
     8.4  MAINTAINER="pascal.bellard@slitaz.org"
     8.5  LICENSE="GPL3"
     8.6  WEB_SITE="http://samba.org/"
     8.7 -WANTED="samba"
     8.8  
     8.9  DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \
    8.10 -libcomerr3 libkrb5 attr samba-common glibc-extra-samba"
    8.11 +libcomerr3 libkrb5 attr samba-common glibc-base"
    8.12 +WANTED="samba"
    8.13  
    8.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    8.15  genpkg_rules()
    8.16 @@ -25,4 +25,3 @@
    8.17  	mkdir -p $fs/usr/lib/cups/backend
    8.18  	ln -sf /usr/bin/smbspool $fs/usr/lib/cups/backend/smb
    8.19  }
    8.20 -