# HG changeset patch # User Hans-G?nter Theisgen # Date 1644732369 -3600 # Node ID 5f0a41dd58c134854566583fc718dc455e3725dd # Parent 1bd2c6414e5a5311cb48d63af2407d8491691fd0 updated consolekit2 and consolekit2-dev (1.2.1 -> 1.2.4) diff -r 1bd2c6414e5a -r 5f0a41dd58c1 conntrack-tools/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/conntrack-tools/description.txt Sun Feb 13 07:06:09 2022 +0100 @@ -0,0 +1,15 @@ +The conntrack-tools are a set of tools targeted at system administrators. +They are conntrack, the userspace command line interface, and conntrackd, +the userspace daemon. +The tool conntrack provides a full featured interface that is intended +to replace the old /proc/net/ip_conntrack interface. +Using conntrack, you can view and manage the in-kernel connection tracking +state table from userspace. +On the other hand, conntrackd covers the specific aspects of stateful +firewalls to enable highly available scenarios, and can be used as +statistics collector as well. + +Since 1.2.0, the conntrack-tools includes the nfct command line utility. +This utility only supports the nfnetlink_cttimeout by now. +In the long run, we expect that it will replace conntrack by providing +a syntax similar to nftables. diff -r 1bd2c6414e5a -r 5f0a41dd58c1 consolekit2-dev/receipt --- a/consolekit2-dev/receipt Sat Feb 12 19:02:42 2022 +0000 +++ b/consolekit2-dev/receipt Sun Feb 13 07:06:09 2022 +0100 @@ -1,10 +1,10 @@ # SliTaz package receipt. PACKAGE="consolekit2-dev" -VERSION="1.2.1" +VERSION="1.2.4" CATEGORY="system-tools" SHORT_DESC="ConsoleKit framework - development files." -MAINTAINER="developer@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2" WEB_SITE="https://github.com/Consolekit2/ConsoleKit2" LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/consolekit.html" @@ -15,10 +15,7 @@ genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/lib* $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cook_copy_folders include + cook_copy_folders pkgconfig + cook_copy_files *.*a } - diff -r 1bd2c6414e5a -r 5f0a41dd58c1 consolekit2-lang/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/consolekit2-lang/receipt Sun Feb 13 07:06:09 2022 +0100 @@ -0,0 +1,16 @@ +# SliTaz package receipt. + +PACKAGE="consolekit2-lang" +VERSION="1.2.4" +CATEGORY="system-tools" +SHORT_DESC="ConsoleKit framework - localised messages." +MAINTAINER="maintainer@slitaz.org" +LICENSE="GPL2" +WEB_SITE="https://github.com/Consolekit2/ConsoleKit2" + +WANTED="consolekit2" + +genpkg_rules() +{ + cook_copy_folders locale +} diff -r 1bd2c6414e5a -r 5f0a41dd58c1 consolekit2/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/consolekit2/description.txt Sun Feb 13 07:06:09 2022 +0100 @@ -0,0 +1,6 @@ +ConsoleKit2 is a framework for defining and tracking users, login +sessions, and seats. +It allows multiple users to be logged in at the same time and share +hardware for their graphical session. +ConsoleKit2 will keep track of those resources and whichever session +is active will have use of the hardware at that time. diff -r 1bd2c6414e5a -r 5f0a41dd58c1 consolekit2/receipt --- a/consolekit2/receipt Sat Feb 12 19:02:42 2022 +0000 +++ b/consolekit2/receipt Sun Feb 13 07:06:09 2022 +0100 @@ -1,24 +1,23 @@ # SliTaz package receipt. PACKAGE="consolekit2" -VERSION="1.2.1" +VERSION="1.2.4" CATEGORY="system-tools" SHORT_DESC="ConsoleKit framework." -MAINTAINER="developer@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2" WEB_SITE="https://github.com/Consolekit2/ConsoleKit2" LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/consolekit.html" REPOLOGY="consolekit" SOURCE="ConsoleKit2" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WGET_URL="https://github.com/$SOURCE/$SOURCE/releases/download/$VERSION/$TARBALL" -TARBALL_SHA1="28869807eed0cc4a7a1d98030be1f2c7e5700d0e" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://github.com/$SOURCE/$SOURCE/archive/refs/tags/$VERSION.tar.gz" DEPENDS="acl dbus eudev-lib glib polkit xorg-libX11 zlib" -BUILD_DEPENDS="acl-dev dbus-dev docbook-xsl eudev-dev gettext-base \ - glib-dev libtool libxml2-tools libxslt polkit-dev \ +BUILD_DEPENDS="acl-dev dbus-dev docbook-xsl eudev-dev gettext-base + glib-dev libtool libxml2-tools libxslt polkit-dev util-linux-getopt util-linux-uuid-dev xmlto xorg-libX11-dev" current_version() @@ -29,7 +28,7 @@ compile_rules() { - ./configure \ + ./autogen.sh \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-udev-acl \ @@ -55,7 +54,7 @@ mkdir -p $fs/var/run/ConsoleKit cp -a $install/etc/X11/app-defaults/xinitrc.d \ - $fs/etc/X11/app-defaults + $fs/etc/X11/app-defaults cp -a $install/etc $fs cp -a $install/usr/bin $fs/usr cp -a $install/lib/udev $fs/lib @@ -67,10 +66,8 @@ cp -a $install/usr/share/polkit-1 $fs/usr/share # modify symbolic links - rm $fs/lib/udev/udev-acl - ln -s ../../usr/libexec/udev-acl \ - $fs/lib/udev/udev-acl - rm $fs/usr/lib/ConsoleKit/run-seat.d/udev-acl.ck - ln -s ../../../libexec/udev-acl \ - $fs/usr/lib/ConsoleKit/run-seat.d/udev-acl.ck + rm $fs/lib/udev/udev-acl + ln -s ../../usr/libexec/udev-acl $fs/lib/udev/udev-acl + rm $fs/usr/lib/ConsoleKit/run-seat.d/udev-acl.ck + ln -s ../../../libexec/udev-acl $fs/usr/lib/ConsoleKit/run-seat.d/udev-acl.ck }