Lines 3-14
Link Here
|
3 |
PORTNAME= sddm |
3 |
PORTNAME= sddm |
4 |
PORTVERSION= 0.14.0 |
4 |
PORTVERSION= 0.14.0 |
5 |
DISTVERSIONPREFIX= v |
5 |
DISTVERSIONPREFIX= v |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= x11 |
7 |
CATEGORIES= x11 |
7 |
|
8 |
|
8 |
MAINTAINER= kde@FreeBSD.org |
9 |
MAINTAINER= kde@FreeBSD.org |
9 |
COMMENT= QML based login manager |
10 |
COMMENT= QML based login manager |
10 |
|
11 |
|
11 |
USES= cmake:outsource desktop-file-utils kde:5 |
12 |
USES= cmake:outsource kde:5 |
12 |
USE_KDE= ecm |
13 |
USE_KDE= ecm |
13 |
USE_QT5= concurrent core dbus gui linguisttools multimedia network \ |
14 |
USE_QT5= concurrent core dbus gui linguisttools multimedia network \ |
14 |
printsupport qml quick script sql webkit widgets \ |
15 |
printsupport qml quick script sql webkit widgets \ |
Lines 18-27
USE_XORG= xcb
Link Here
|
18 |
CMAKE_ARGS= -DUID_MIN=1000 \ |
19 |
CMAKE_ARGS= -DUID_MIN=1000 \ |
19 |
-DUID_MAX=65000 \ |
20 |
-DUID_MAX=65000 \ |
20 |
-DCMAKE_INSTALL_SYSCONFDIR:PATH=${LOCALBASE}/etc |
21 |
-DCMAKE_INSTALL_SYSCONFDIR:PATH=${LOCALBASE}/etc |
21 |
# We need to disable PAM at the moment and use the passwd-based backend; |
|
|
22 |
# the two backend are mutually exclusive, and we have to investigate how |
23 |
# to make it compatible with OpenPAM. |
24 |
CMAKE_ARGS+= -DENABLE_PAM:BOOL=FALSE |
25 |
|
22 |
|
26 |
USE_RC_SUBR= sddm |
23 |
USE_RC_SUBR= sddm |
27 |
|
24 |
|
Lines 31-41
GROUPS= sddm
Link Here
|
31 |
USE_GITHUB= yes |
28 |
USE_GITHUB= yes |
32 |
|
29 |
|
33 |
post-patch: |
30 |
post-patch: |
34 |
# Patch in the correct location for X11 startup files, and make the session start |
31 |
# Patch in the correct location for X11 startup files. |
35 |
# script of sddm use the value of ${STARTUP} defined by 90-consolekit |
32 |
@${REINPLACE_CMD} 's#/etc/X11#${LOCALBASE}/etc/X11#' \ |
36 |
${REINPLACE_CMD} -e 's#/etc/X11#${LOCALBASE}/etc/X11#g' \ |
33 |
${WRKSRC}/data/scripts/Xsession |
37 |
-e '/exec.*session/s#exec#exec $${STARTUP}#g' \ |
|
|
38 |
${PATCH_WRKSRC}/data/scripts/Xsession |
39 |
|
34 |
|
40 |
post-install: |
35 |
post-install: |
41 |
# Install xsession.desktop to launch .xinitrc via sddm. |
36 |
# Install xsession.desktop to launch .xinitrc via sddm. |