wok rev 24435

updated consolekit2 and consolekit2-dev (1.2.1 -> 1.2.4)
author Hans-G?nter Theisgen
date Sun Feb 13 07:06:09 2022 +0100 (2022-02-13)
parents 1bd2c6414e5a
children 2a0479881723
files conntrack-tools/description.txt consolekit2-dev/receipt consolekit2-lang/receipt consolekit2/description.txt consolekit2/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/conntrack-tools/description.txt	Sun Feb 13 07:06:09 2022 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +The conntrack-tools are a set of tools targeted at system administrators.
     1.5 +They are conntrack, the userspace command line interface, and conntrackd,
     1.6 +the userspace daemon.
     1.7 +The tool conntrack provides a full featured interface that is intended
     1.8 +to replace the old /proc/net/ip_conntrack interface.
     1.9 +Using conntrack, you can view and manage the in-kernel connection tracking
    1.10 +state table from userspace.
    1.11 +On the other hand, conntrackd covers the specific aspects of stateful
    1.12 +firewalls to enable highly available scenarios, and can be used as
    1.13 +statistics collector as well.
    1.14 +
    1.15 +Since 1.2.0, the conntrack-tools includes the nfct command line utility.
    1.16 +This utility only supports the nfnetlink_cttimeout by now.
    1.17 +In the long run, we expect that it will replace conntrack by providing
    1.18 +a syntax similar to nftables.
     2.1 --- a/consolekit2-dev/receipt	Sat Feb 12 19:02:42 2022 +0000
     2.2 +++ b/consolekit2-dev/receipt	Sun Feb 13 07:06:09 2022 +0100
     2.3 @@ -1,10 +1,10 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="consolekit2-dev"
     2.7 -VERSION="1.2.1"
     2.8 +VERSION="1.2.4"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="ConsoleKit framework - development files."
    2.11 -MAINTAINER="developer@slitaz.org"
    2.12 +MAINTAINER="maintainer@slitaz.org"
    2.13  LICENSE="GPL2"
    2.14  WEB_SITE="https://github.com/Consolekit2/ConsoleKit2"
    2.15  LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/consolekit.html"
    2.16 @@ -15,10 +15,7 @@
    2.17  
    2.18  genpkg_rules()
    2.19  {
    2.20 -	mkdir -p $fs/usr/lib
    2.21 -
    2.22 -	cp -a $install/usr/include		$fs/usr
    2.23 -	cp -a $install/usr/lib/lib*		$fs/usr/lib
    2.24 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    2.25 +	cook_copy_folders	include
    2.26 +	cook_copy_folders	pkgconfig
    2.27 +	cook_copy_files		*.*a
    2.28  }
    2.29 -
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/consolekit2-lang/receipt	Sun Feb 13 07:06:09 2022 +0100
     3.3 @@ -0,0 +1,16 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="consolekit2-lang"
     3.7 +VERSION="1.2.4"
     3.8 +CATEGORY="system-tools"
     3.9 +SHORT_DESC="ConsoleKit framework - localised messages."
    3.10 +MAINTAINER="maintainer@slitaz.org"
    3.11 +LICENSE="GPL2"
    3.12 +WEB_SITE="https://github.com/Consolekit2/ConsoleKit2"
    3.13 +
    3.14 +WANTED="consolekit2"
    3.15 +
    3.16 +genpkg_rules()
    3.17 +{
    3.18 +	cook_copy_folders	locale
    3.19 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/consolekit2/description.txt	Sun Feb 13 07:06:09 2022 +0100
     4.3 @@ -0,0 +1,6 @@
     4.4 +ConsoleKit2 is a framework for defining and tracking users, login
     4.5 +sessions, and seats.
     4.6 +It allows multiple users to be logged in at the same time and share
     4.7 +hardware for their graphical session.
     4.8 +ConsoleKit2 will keep track of those resources and whichever session
     4.9 +is active will have use of the hardware at that time.
     5.1 --- a/consolekit2/receipt	Sat Feb 12 19:02:42 2022 +0000
     5.2 +++ b/consolekit2/receipt	Sun Feb 13 07:06:09 2022 +0100
     5.3 @@ -1,24 +1,23 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="consolekit2"
     5.7 -VERSION="1.2.1"
     5.8 +VERSION="1.2.4"
     5.9  CATEGORY="system-tools"
    5.10  SHORT_DESC="ConsoleKit framework."
    5.11 -MAINTAINER="developer@slitaz.org"
    5.12 +MAINTAINER="maintainer@slitaz.org"
    5.13  LICENSE="GPL2"
    5.14  WEB_SITE="https://github.com/Consolekit2/ConsoleKit2"
    5.15  LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/consolekit.html"
    5.16  REPOLOGY="consolekit"
    5.17  
    5.18  SOURCE="ConsoleKit2"
    5.19 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    5.20 -WGET_URL="https://github.com/$SOURCE/$SOURCE/releases/download/$VERSION/$TARBALL"
    5.21 -TARBALL_SHA1="28869807eed0cc4a7a1d98030be1f2c7e5700d0e"
    5.22 +TARBALL="$SOURCE-$VERSION.tar.gz"
    5.23 +WGET_URL="https://github.com/$SOURCE/$SOURCE/archive/refs/tags/$VERSION.tar.gz"
    5.24  
    5.25  
    5.26  DEPENDS="acl dbus eudev-lib glib polkit xorg-libX11 zlib"
    5.27 -BUILD_DEPENDS="acl-dev dbus-dev docbook-xsl eudev-dev gettext-base \
    5.28 -	glib-dev libtool libxml2-tools libxslt polkit-dev \
    5.29 +BUILD_DEPENDS="acl-dev dbus-dev docbook-xsl eudev-dev gettext-base
    5.30 +	glib-dev libtool libxml2-tools libxslt polkit-dev
    5.31  	util-linux-getopt util-linux-uuid-dev xmlto xorg-libX11-dev"
    5.32  
    5.33  current_version()
    5.34 @@ -29,7 +28,7 @@
    5.35  
    5.36  compile_rules()
    5.37  {
    5.38 -	./configure							\
    5.39 +	./autogen.sh							\
    5.40  		--sysconfdir=/etc					\
    5.41  		--localstatedir=/var					\
    5.42  		--enable-udev-acl					\
    5.43 @@ -55,7 +54,7 @@
    5.44  	mkdir -p $fs/var/run/ConsoleKit
    5.45  
    5.46  	cp -a $install/etc/X11/app-defaults/xinitrc.d \
    5.47 -		$fs/etc/X11/app-defaults
    5.48 +						$fs/etc/X11/app-defaults
    5.49  	cp -a $install/etc			$fs
    5.50  	cp -a $install/usr/bin			$fs/usr
    5.51  	cp -a $install/lib/udev			$fs/lib
    5.52 @@ -67,10 +66,8 @@
    5.53  	cp -a $install/usr/share/polkit-1 	$fs/usr/share
    5.54  
    5.55  	# modify symbolic links
    5.56 -	rm $fs/lib/udev/udev-acl
    5.57 -	ln -s ../../usr/libexec/udev-acl \
    5.58 -		$fs/lib/udev/udev-acl
    5.59 -	rm $fs/usr/lib/ConsoleKit/run-seat.d/udev-acl.ck
    5.60 -	ln -s ../../../libexec/udev-acl	\
    5.61 -		$fs/usr/lib/ConsoleKit/run-seat.d/udev-acl.ck
    5.62 +	rm					$fs/lib/udev/udev-acl
    5.63 +	ln -s ../../usr/libexec/udev-acl	$fs/lib/udev/udev-acl
    5.64 +	rm					$fs/usr/lib/ConsoleKit/run-seat.d/udev-acl.ck
    5.65 +	ln -s ../../../libexec/udev-acl		$fs/usr/lib/ConsoleKit/run-seat.d/udev-acl.ck
    5.66  }