Port details on branch 2022Q2 |
- lxsession LXDE Session Manager
- 0.5.4_2 x11-wm
=0 0.5.4_2Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2022-04-24 04:16:20
- Last Update: 2022-04-10 19:47:23
- Commit Hash: 035e778
- License: GPLv2+
- WWW:
- https://lxde.org/
- Description:
- LXSession is a lightweight X11 session manager, designed for use with
the Lightweight X11 Desktop Environment (LXDE).
WWW: https://lxde.org/
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lxsession>0:x11-wm/lxsession
- To install the port:
- cd /usr/ports/x11-wm/lxsession/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-wm/lxsession
- pkg install lxsession
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lxsession
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1551381756
SHA256 (lxsession-0.5.4.tar.xz) = 252f84c80fd3713a506cc8d8ac9773175712d47b031cacc08c8027622ce7ec5d
SIZE (lxsession-0.5.4.tar.xz) = 422756
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- valac : lang/vala
- gmake>=4.3 : devel/gmake
- intltool-extract : textproc/intltool
- pkgconf>=1.3.0_1 : devel/pkgconf
- msgfmt : devel/gettext-tools
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- libdbus-glib-1.so : devel/dbus-glib
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libunique-1.0.so : x11-toolkits/unique
- libpolkit-agent-1.so : sysutils/polkit
- libck-connector.so : sysutils/consolekit2
- libatk-1.0.so : accessibility/atk
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libxml2.so : textproc/libxml2
- libxslt.so : textproc/libxslt
- libpango-1.0.so : x11-toolkits/pango
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lxsession-0.5.4_2:
NLS=on: Native Language Support
UPOWER=off: Suspend/Hibernate support
===> Use 'make config' to modify these settings
- Options name:
- x11-wm_lxsession
- USES:
- autoreconf gmake gnome localbase pkgconfig tar:xz xorg gettext
- pkg-message:
- For install:
- To be able to shutdown or reboot your system, you'll have to add .rules
files in /usr/local/etc/polkit-1/rules.d directory. Which looks
like this (replace PUTYOURGROUPHERE by your group):
polkit.addRule(function (action, subject) {
if ((action.id == "org.freedesktop.consolekit.system.restart" ||
action.id == "org.freedesktop.consolekit.system.stop")
&& subject.isInGroup("PUTYOURGROUPHERE")) {
return polkit.Result.YES;
}
});
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.4_2 10 Apr 2022 19:47:23
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate and direct commit to quarterly as PORTREVISIONs
may not match from main.
PR: 262853, 262940, 262877
Approved by: fluffy (mentor) |
Number of commits found: 1
|