diff options
author | kwm <kwm@FreeBSD.org> | 2017-08-05 18:58:48 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-08-05 18:58:48 +0800 |
commit | a18ea53024c58d04da2d68c995d114cabfeadd7a (patch) | |
tree | 5237d3d5922af476695ecaa49d7957cf8cd37191 /x11-wm | |
parent | 3b3fa9ef018c84491992d0b544a00d17766d1203 (diff) | |
download | freebsd-ports-gnome-a18ea53024c58d04da2d68c995d114cabfeadd7a.tar.gz freebsd-ports-gnome-a18ea53024c58d04da2d68c995d114cabfeadd7a.tar.zst freebsd-ports-gnome-a18ea53024c58d04da2d68c995d114cabfeadd7a.zip |
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
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/lxsession/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/xfce4-session/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/lxsession/Makefile b/x11-wm/lxsession/Makefile index e08456f3d084..49be4743d661 100644 --- a/x11-wm/lxsession/Makefile +++ b/x11-wm/lxsession/Makefile @@ -3,6 +3,7 @@ PORTNAME= lxsession PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SF/lxde/LXSession%20%28session%20manager%29/LXSession%200.5.x/ @@ -18,7 +19,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libfreetype.so:print/freetype2 \ libunique-1.0.so:x11-toolkits/unique \ libpolkit-agent-1.so:sysutils/polkit \ - libck-connector.so:sysutils/consolekit + libck-connector.so:sysutils/consolekit2 USES= autoreconf gmake localbase pkgconfig tar:xz USE_GNOME= glib20 gtk20 intltool cairo gdkpixbuf2 libxslt diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index 8a8aa52428c8..b06abac96ece 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-session PORTVERSION= 4.12.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -15,7 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= iceauth:x11/iceauth RUN_DEPENDS= iceauth:x11/iceauth \ - console-kit-daemon:sysutils/consolekit + console-kit-daemon:sysutils/consolekit2 LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libupower-glib.so:sysutils/upower \ libpolkit-gobject-1.so:sysutils/polkit |