Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153324358
D17347.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D17347.diff
View Options
Index: head/x11/sddm/Makefile
===================================================================
--- head/x11/sddm/Makefile
+++ head/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_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 @@
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
Index: head/x11/sddm/pkg-plist
===================================================================
--- head/x11/sddm/pkg-plist
+++ head/x11/sddm/pkg-plist
@@ -4,6 +4,10 @@
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 11:53 AM (18 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31908585
Default Alt Text
D17347.diff (1 KB)
Attached To
Mode
D17347: x11/sddm: Install man pages
Attached
Detach File
Event Timeline
Log In to Comment