From e5de208421a71e8c8feb61aa496b4dcfa84dac09 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 17 Feb 2018 19:17:51 +0100 Subject: [PATCH] consolekit: Remove version 0.4.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ConsoleKit is no longer needed, and systemd-logind is used instead. So, remove the package. Note, remove the line from `/etc/pam.d/system-auth`, and `/usr/bin/kdm` still needs the library, but we do not care, as it’s not used. --- consolekit-0.4.4-0.bee | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 consolekit-0.4.4-0.bee diff --git a/consolekit-0.4.4-0.bee b/consolekit-0.4.4-0.bee deleted file mode 100755 index d772286fd..000000000 --- a/consolekit-0.4.4-0.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -PGRP=( uncategorized ) - -SRCURL[0]="http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${PKGVERSION}.tar.bz2" - -PATCHES[0]="" - -# EXCLUDE="" - -B=${S} - -LIBEXECDIR=/usr/lib/ConsoleKit - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure --enable-pam-module -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} -