- Fix ConsoleKit support [1]
- Add missing deps - Remove Author: tag from pkg-descr PR: ports/172365 [1] Submitted by: Maxim Samsonov <xors@imap.cc> Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
This commit is contained in:
parent
c5eb15edbf
commit
2a41b89b3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309334
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= slim
|
||||
PORTVERSION= 1.3.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://slim.berlios.de/releases/
|
||||
|
||||
@ -12,14 +12,18 @@ COMMENT= Graphical login manager for X11, derived from Login.app
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
ck-connector:${PORTSDIR}/sysutils/consolekit \
|
||||
LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \
|
||||
pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
|
||||
jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
png15:${PORTSDIR}/graphics/png \
|
||||
freetype:${PORTSDIR}/print/freetype2 \
|
||||
ck-connector:${PORTSDIR}/sysutils/consolekit \
|
||||
expat:${PORTSDIR}/textproc/expat2 \
|
||||
xcb:${PORTSDIR}/x11/libxcb \
|
||||
fontconfig:${PORTSDIR}/x11-fonts/fontconfig
|
||||
|
||||
USE_CMAKE= yes
|
||||
USE_XORG= x11 xft xmu xorg-server xrender
|
||||
USE_XORG= ice sm x11 xau xdmcp xext xft xmu xorg-server xrender xt
|
||||
USE_PKGCONFIG= build
|
||||
USE_RC_SUBR= slim
|
||||
SUB_FILES= pkg-message
|
||||
|
11
x11/slim/files/patch-Ck.cpp
Normal file
11
x11/slim/files/patch-Ck.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- Ck.cpp.orig 2012-02-22 03:59:52.000000000 +0400
|
||||
+++ Ck.cpp 2012-07-19 00:03:34.000000000 +0400
|
||||
@@ -91,7 +91,7 @@
|
||||
|
||||
vt = *((long *)return_value);
|
||||
|
||||
- std::snprintf(device, 32, "/dev/tty%ld", vt);
|
||||
+ std::snprintf(device, 32, "/dev/ttyv%ld", vt - 1);
|
||||
|
||||
if(return_value)
|
||||
XFree(return_value);
|
@ -5,5 +5,4 @@ It aims to be light and simple, although completely configurable through
|
||||
themes and an option file; is suitable for machines on which remote login
|
||||
functionalities are not needed.
|
||||
|
||||
Author: Simone Rota and Johannes Winkelmann
|
||||
WWW: http://slim.berlios.de/
|
||||
|
Loading…
Reference in New Issue
Block a user