aboutsummaryrefslogtreecommitdiff
path: root/x11/sddm
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2019-04-09 17:39:52 +0000
committerGleb Popov <arrowd@FreeBSD.org>2019-04-09 17:39:52 +0000
commit40d77fd3f81062763ccc549d762d215f9c062bd6 (patch)
tree363294c3b117b34c7e3a3614f6b0f4b6bc7f97ef /x11/sddm
parentb4ce6588cba1c96b646f420f25f3410e89ae8e79 (diff)
Notes
Diffstat (limited to 'x11/sddm')
-rw-r--r--x11/sddm/Makefile9
-rw-r--r--x11/sddm/pkg-plist4
2 files changed, 10 insertions, 3 deletions
diff --git a/x11/sddm/Makefile b/x11/sddm/Makefile
index a34f7728c364..25003a3d3950 100644
--- a/x11/sddm/Makefile
+++ b/x11/sddm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sddm
PORTVERSION= 0.17.0
DISTVERSIONPREFIX= v
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11
MAINTAINER= kde@FreeBSD.org
@@ -18,9 +18,10 @@ LICENSE_COMB= multi
LICENSE_FILE_GPLv2+= ${WRKSRC}/LICENSE
LICENSE_FILE_CC-BY-3.0= ${WRKSRC}/LICENSE.CC-BY-3.0
+BUILD_DEPENDS= rst2man.py-${PYTHON_VER}:textproc/py-docutils@${PY_FLAVOR}
RUN_DEPENDS= dbus-run-session:devel/dbus
-USES= cmake compiler:c++11-lang kde:5 qt:5
+USES= cmake compiler:c++11-lang kde:5 python:2.7,build qt:5
USE_GITHUB= yes
USE_KDE= ecm
USE_QT= core declarative dbus gui network \
@@ -29,7 +30,9 @@ USE_XORG= xcb
CMAKE_ARGS= -DUID_MIN=1000 \
-DUID_MAX=65000 \
- -DCMAKE_INSTALL_SYSCONFDIR:PATH=${LOCALBASE}/etc
+ -DCMAKE_INSTALL_SYSCONFDIR:PATH=${LOCALBASE}/etc \
+ -DBUILD_MAN_PAGES=ON \
+ -DRST2MAN_EXECUTABLE=${LOCALBASE}/bin/rst2man.py-${PYTHON_VER}
USE_RC_SUBR= sddm
SUB_FILES= xinitrc.desktop
diff --git a/x11/sddm/pkg-plist b/x11/sddm/pkg-plist
index 5e38017dec94..f8773060b68d 100644
--- a/x11/sddm/pkg-plist
+++ b/x11/sddm/pkg-plist
@@ -4,6 +4,10 @@ etc/dbus-1/system.d/org.freedesktop.DisplayManager.conf
etc/pam.d/sddm
etc/pam.d/sddm-autologin
etc/pam.d/sddm-greeter
+man/man1/sddm.1.gz
+man/man1/sddm-greeter.1.gz
+man/man5/sddm.conf.5.gz
+man/man5/sddm-state.conf.5.gz
@sample etc/sddm.conf.sample
%%QT_QMLDIR%%/SddmComponents/Background.qml
%%QT_QMLDIR%%/SddmComponents/Button.qml