wok rev 24444

updated cups packages (2.3.1 -> 2.4.1)
author Hans-G?nter Theisgen
date Mon Feb 14 10:09:02 2022 +0100 (2022-02-14)
parents c644ecfbd345
children af8d823a3077
files cups-dev/receipt cups-doc/receipt cups-lang/receipt cups-pam/receipt cups/description.txt cups/receipt libcups/receipt
line diff
     1.1 --- a/cups-dev/receipt	Mon Feb 14 07:50:21 2022 +0100
     1.2 +++ b/cups-dev/receipt	Mon Feb 14 10:09:02 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt."
     1.5  
     1.6  PACKAGE="cups-dev"
     1.7 -VERSION="2.3.1"
     1.8 +VERSION="2.4.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Common UNIX Printing System - development files."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -13,8 +13,6 @@
    1.13  
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -
    1.18 -	cp -a $install/usr/include	$fs/usr
    1.19 -	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.20 +	cook_copy_folders	include
    1.21 +	cook_copy_files		*.*a
    1.22  }
     2.1 --- a/cups-doc/receipt	Mon Feb 14 07:50:21 2022 +0100
     2.2 +++ b/cups-doc/receipt	Mon Feb 14 10:09:02 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cups-doc"
     2.7 -VERSION="2.3.1"
     2.8 +VERSION="2.4.1"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="Documentation for cups."
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12 @@ -14,6 +14,6 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr/share
    2.16 -	# We need the doc for CSS, images and help in the web interface.
    2.17 +	# We need the documentation for CSS, images and help in the web interface.
    2.18  	cp -a $install/usr/share/doc	$fs/usr/share
    2.19  }
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/cups-lang/receipt	Mon Feb 14 10:09:02 2022 +0100
     3.3 @@ -0,0 +1,17 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="cups-lang"
     3.7 +VERSION="2.4.1"
     3.8 +CATEGORY="localization"
     3.9 +SHORT_DESC="Common UNIX Printing System - localised messages."
    3.10 +MAINTAINER="maintainer@slitaz.org"
    3.11 +LICENSE="GPL2 LGPL2"
    3.12 +WEB_SITE="https://www.cups.org/"
    3.13 +
    3.14 +WANTED="cups"
    3.15 +
    3.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.17 +genpkg_rules()
    3.18 +{
    3.19 +	cook_copy_folders	locale
    3.20 +}
     4.1 --- a/cups-pam/receipt	Mon Feb 14 07:50:21 2022 +0100
     4.2 +++ b/cups-pam/receipt	Mon Feb 14 10:09:02 2022 +0100
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="cups-pam"
     4.7 -VERSION="2.3.1"
     4.8 +VERSION="2.4.1"
     4.9  CATEGORY="system-tools"
    4.10  SHORT_DESC="Common UNIX Printing System with PAM support."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
    4.12 @@ -10,9 +10,10 @@
    4.13  
    4.14  SOURCE="cups"
    4.15  TARBALL="$SOURCE-$VERSION-source.tar.gz"
    4.16 -WGET_URL="https://github.com/apple/$SOURCE/releases/download/v$VERSION/$TARBALL"
    4.17 +WGET_URL="https://github.com/OpenPrinting/$SOURCE/releases/download/v$VERSION/$TARBALL"
    4.18  
    4.19  PROVIDE="cups:pam"
    4.20 +SUGGESTED="cups-lang"
    4.21  DEPENDS="cups-doc cups-filters dbus libcomerr libcups libkrb5 libssl 
    4.22  	libunistring pam"
    4.23  BUILD_DEPENDS="acl-dev dbus-dev gnutls-dev jpeg-dev libcomerr-dev 
    4.24 @@ -51,10 +52,9 @@
    4.25  		--with-languages="$LOCALE_PACK"	\
    4.26  		$CONFIGURE_ARGS &&
    4.27  	make &&
    4.28 -	make BUILDROOT=$DESTDIR install
    4.29 +	make install BUILDROOT=$DESTDIR
    4.30  
    4.31 -	cp -f $WOK/cups/stuff/cups.desktop \
    4.32 -		$install/usr/share/applications/cups.desktop
    4.33 +	cp -f $WOK/cups/stuff/cups.desktop	$install/usr/share/applications/cups.desktop
    4.34  }
    4.35  
    4.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.37 @@ -67,9 +67,9 @@
    4.38  	cp -a $install/etc/cups		$fs/etc
    4.39  	cp -a $install/etc/dbus*	$fs/etc
    4.40  	cp -a $install/usr/bin		$fs/usr
    4.41 -	cp -a $install/usr/sbin		$fs/usr
    4.42  	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    4.43  	cp -a $install/usr/lib/cups	$fs/usr/lib
    4.44 +	cp -a $install/usr/sbin		$fs/usr
    4.45  	cp -a $install/usr/share/cups	$fs/usr/share
    4.46  	cp -a $install/usr/share/icons	$fs/usr/share
    4.47  	cp -a $install/var		$fs
    4.48 @@ -81,7 +81,7 @@
    4.49  	# Remove files provided by libcups
    4.50  	rm -f				$fs/usr/lib/libcups.so*
    4.51  
    4.52 -	# PAM conf
    4.53 +	# PAM configuration
    4.54  	cp -a $stuff/etc		$fs
    4.55  
    4.56  	# Daemon script
    4.57 @@ -89,7 +89,6 @@
    4.58  
    4.59  	# TazPanel link
    4.60  	cp -a $WOK/cups/stuff/var	$fs
    4.61 -
    4.62  }
    4.63  
    4.64  post_install()
    4.65 @@ -111,7 +110,7 @@
    4.66  
    4.67  pre_remove()
    4.68  {
    4.69 -	# Stop CUPS daemon before remove.
    4.70 +	# Stop CUPS daemon before removing.
    4.71  	[ -z "$1" -a -x /etc/init.d/cupsd ] && /etc/init.d/cupsd stop
    4.72  	:
    4.73  }
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/cups/description.txt	Mon Feb 14 10:09:02 2022 +0100
     5.3 @@ -0,0 +1,14 @@
     5.4 +OpenPrinting CUPS is the most current version of CUPS, a standards-based,
     5.5 +open source printing system for Linux® and other Unix®-like operating
     5.6 +systems.
     5.7 +
     5.8 +CUPS supports printing to:
     5.9 +
    5.10 +* AirPrint® and IPP Everywhere® printers,
    5.11 +* Network and local (USB) printers with Printer Applications, and
    5.12 +* Network and local (USB) printers with (legacy) PPD-based printer drivers.
    5.13 +
    5.14 +CUPS provides the System V ("lp") and Berkeley ("lpr") command-line
    5.15 +interfaces, a configurable web interface, a C API, and common print filters,
    5.16 +drivers, and backends for printing.
    5.17 +The cups-filters project provides additional filters and drivers.
     6.1 --- a/cups/receipt	Mon Feb 14 07:50:21 2022 +0100
     6.2 +++ b/cups/receipt	Mon Feb 14 10:09:02 2022 +0100
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="cups"
     6.7 -VERSION="2.3.1"
     6.8 +VERSION="2.4.1"
     6.9  CATEGORY="system-tools"
    6.10  TAGS="printer printing"
    6.11  SHORT_DESC="Common UNIX Printing System."
    6.12 @@ -10,8 +10,9 @@
    6.13  WEB_SITE="https://www.cups.org/"
    6.14  
    6.15  TARBALL="$PACKAGE-$VERSION-source.tar.gz"
    6.16 -WGET_URL="https://github.com/apple/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    6.17 +WGET_URL="https://github.com/OpenPrinting/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    6.18  
    6.19 +SUGGESTED="cups-lang"
    6.20  DEPENDS="cups-doc cups-filters dbus libcomerr libcups libkrb5 libssl 
    6.21  	libunistring libusb-compat poppler-apps"
    6.22  BUILD_DEPENDS="acl-dev dbus-dev gnutls-dev jpeg-dev libgcrypt-dev 
    6.23 @@ -55,7 +56,7 @@
    6.24  		--with-languages="$LOCALE_PACK" \
    6.25  		$CONFIGURE_ARGS &&
    6.26  	make &&
    6.27 -	make BUILDROOT=$DESTDIR install
    6.28 +	make install BUILDROOT=$DESTDIR
    6.29  
    6.30  	cp -f $stuff/cups.desktop \
    6.31  		$install/usr/share/applications/cups.desktop
    6.32 @@ -71,9 +72,9 @@
    6.33  	cp -a $install/etc/cups		$fs/etc
    6.34  	cp -a $install/etc/dbus*	$fs/etc
    6.35  	cp -a $install/usr/bin		$fs/usr
    6.36 -	cp -a $install/usr/sbin		$fs/usr
    6.37  	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    6.38  	cp -a $install/usr/lib/cups	$fs/usr/lib
    6.39 +	cp -a $install/usr/sbin		$fs/usr
    6.40  	cp -a $install/usr/share/cups	$fs/usr/share
    6.41  	cp -a $install/usr/share/icons	$fs/usr/share
    6.42  	cp -a $install/var		$fs
    6.43 @@ -87,7 +88,7 @@
    6.44  
    6.45  	# Daemon script
    6.46  	cp -a $stuff/etc		$fs
    6.47 -	sed -i 's|^#Group .*|Group lp|' $fs/etc/cups/cups-files.conf
    6.48 +	sed -i 's|^#Group .*|Group lp|'	$fs/etc/cups/cups-files.conf
    6.49  
    6.50  	# TazPanel link
    6.51  	cp -a $stuff/var		$fs
    6.52 @@ -112,11 +113,12 @@
    6.53  
    6.54  EOT
    6.55  	fi
    6.56 +	echo "Add cupsd to RUN_DAEMONS in /etc/rcS.conf to start cupsd after SliTaz startup."
    6.57  }
    6.58  
    6.59  pre_remove()
    6.60  {
    6.61 -	# Stop CUPS daemon before remove.
    6.62 +	# Stop CUPS daemon before removing.
    6.63  	[ -z "$1" -a -x /etc/init.d/cupsd ] && /etc/init.d/cupsd stop
    6.64  	:
    6.65  }
     7.1 --- a/libcups/receipt	Mon Feb 14 07:50:21 2022 +0100
     7.2 +++ b/libcups/receipt	Mon Feb 14 10:09:02 2022 +0100
     7.3 @@ -1,7 +1,7 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="libcups"
     7.7 -VERSION="2.3.1"
     7.8 +VERSION="2.4.1"
     7.9  CATEGORY="system-tools"
    7.10  TAGS="printer printing"
    7.11  SHORT_DESC="Common UNIX Printing System - libraries."