consolekit: update to 1.2.2

This commit is contained in:
Juergen Daubert 2020-12-28 13:16:59 +01:00
parent bcbc1ead1b
commit 4f75a58bd2
2 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/XNlBfIL9mZ+arHPNdGUi5iCQ5lXjbpawO5hjwPB+8HfE8CP/E+u07f20kKecY7ZJzCYDwHj9gNlxo79SjGxjAw=
SHA256 (Pkgfile) = 9b0ef3487412d157f9eb50759feabef9ade0270d5ce0cbb722889ce3332bafc0
RWSE3ohX2g5d/RDFTdXctan1EaiPQvUBZcMY7sgoJOXaQZ1oW4XQEFUfLVCXAD4rDeBXuSkjnm2eC71ZtdzH8c/ms4lc98s8WAA=
SHA256 (Pkgfile) = 563169759c5bb18e7d5a12efcd40fadbf2e912b0cbd45f03521cd1f10b63cdaa
SHA256 (.footprint) = 4f82ae4068647763cb9f461dd4ee201db0589fe0e2c7019e773cfdcc9719e4f4
SHA256 (ConsoleKit2-1.2.1.tar.bz2) = 9af223096ece88b217bcd3fe85093390a8d1527b6492124b0e90ea7688ec934b
SHA256 (ConsoleKit2-1.2.2.tar.gz) = 104fd9f41c2d572ad62f4032de46c4c384c3522602b0ad953cf55759c6c64c1d
SHA256 (system-session) = 599613516a16ac997a4121b4f20dd3a9c8480403614848f1aa97a0a0f1c6a236
SHA256 (pam-foreground-compat.ck) = ca94a7640cc7c2e3bf9222b6060f01dc8f83ca3444aa430f23d08db6dcb02e34
SHA256 (warning-to-debug.patch) = 33774890f29c0386f7926e2e72c645afd23d61d64adf520e9ec9804d092a7540

View File

@ -1,13 +1,13 @@
# Description: Framework for defining and tracking users, login sessions, and seats
# URL: http://www.freedesktop.org/wiki/Software/ConsoleKit
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: dbus gobject-introspection linux-pam util-linux xorg-libx11
# Depends on: dbus gobject-introspection linux-pam util-linux xorg-libx11
# Optional: polkit
name=consolekit
version=1.2.1
release=2
source=(https://github.com/ConsoleKit2/ConsoleKit2/releases/download/$version/ConsoleKit2-$version.tar.bz2
version=1.2.2
release=1
source=(https://github.com/ConsoleKit2/ConsoleKit2/archive/$version/ConsoleKit2-$version.tar.gz
system-session pam-foreground-compat.ck
warning-to-debug.patch)
@ -16,6 +16,7 @@ build() {
patch -p1 -i $SRC/warning-to-debug.patch
NOCONFIGURE=1 ./autogen.sh
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@ -34,6 +35,5 @@ build() {
install -m 0755 $SRC/pam-foreground-compat.ck $PKG/etc/ConsoleKit/run-session.d/
mv $PKG/etc/X11/xinit/xinitrc.d/90-consolekit{,.sh}
rm -r $PKG/usr/share/gtk-doc
rm -r $PKG/etc/logrotate.d
}