From a18ea53024c58d04da2d68c995d114cabfeadd7a Mon Sep 17 00:00:00 2001 From: kwm Date: Sat, 5 Aug 2017 10:58:48 +0000 Subject: Update consolekit to 1.2.0. * Rename consolekit to consolekit2 to reflect that consolekit2 is a new project, even if it the continuation of the old consolekit project. * Expand pkg-descr with some background info. * Add license * ConsoleKit2 has been ported to GDbus, so dbus-glib is not anymore required * Add GObject introspection support for desktops environment such Pantheon or Deepin. * Thanks to Jesper Schmitz Mouridsen, Ben Woods and Olivier Duchateau for assisting with there versions of the port, suggesting changes and testing. PR: 202269 --- x11/slim/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/slim') diff --git a/x11/slim/Makefile b/x11/slim/Makefile index dd86ceb64e7..1a0a9571913 100644 --- a/x11/slim/Makefile +++ b/x11/slim/Makefile @@ -3,7 +3,7 @@ PORTNAME= slim PORTVERSION= 1.3.6 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= x11 MASTER_SITES= ftp://ftp.berlios.de/pub/slim/ \ SF/slim.berlios @@ -45,7 +45,7 @@ PAM_CMAKE_OFF= -DUSE_PAM=no UTF8_EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-utf8 CONSOLEKIT_CMAKE_ON= -DUSE_CONSOLEKIT=yes -CONSOLEKIT_LIB_DEPENDS= libck-connector.so:sysutils/consolekit +CONSOLEKIT_LIB_DEPENDS= libck-connector.so:sysutils/consolekit2 CONSOLEKIT_CMAKE_OFF= -DUSE_CONSOLEKIT=no post-patch: -- cgit