Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111390995
D23995.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D23995.diff
View Options
Index: head/x11-wm/hikari/Makefile
===================================================================
--- head/x11-wm/hikari/Makefile
+++ head/x11-wm/hikari/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
PORTNAME= hikari
-DISTVERSION= 1.0.0-beta2
+DISTVERSION= 1.0.0-rc1
CATEGORIES= x11-wm
-MASTER_SITES= https://acmelabs.space/~raichoo/
+MASTER_SITES= https://acmelabs.space/~raichoo/hikari/releases/
MAINTAINER= ports@xanderio.de
COMMENT= Stacking Wayland compositor with tiling capabilities
@@ -24,23 +24,31 @@
USES= compiler:c11 gnome pkgconfig xorg
USE_GNOME= cairo glib20 pango
USE_XORG= pixman
-ALL_TARGET= ${WITH_DEBUG:Ddebug}
+MAKE_ARGS= ${WITH_DEBUG:DDEBUG=YES}
PLIST_FILES= "${MAYBE_SUID}bin/${PORTNAME}" \
- "${MAYBE_SUID}bin/${PORTNAME}-unlocker"
+ "${MAYBE_SUID}bin/${PORTNAME}-unlocker" \
+ etc/pam.d/${PORTNAME}-unlocker \
+ share/man/man1/${PORTNAME}.1.gz
PORTEXAMPLES= ${PORTNAME}.conf
-OPTIONS_DEFINE= EXAMPLES SUID X11
-OPTIONS_DEFAULT= SUID X11
+OPTIONS_DEFINE= EXAMPLES GAMMA SCREENCOPY SUID X11
+OPTIONS_DEFAULT= GAMMA SCREENCOPY SUID X11
-SUID_DESC= setuid bit on binaries (required for DRM and PAM)
+GAMMA_DESC= Include gammacontrol protocol (required by, e.g., Redshift)
+SCREENCOPY_DESC= Include screenshot protocol (required by, e.g., grim)
+SUID_DESC= Setuid bit on binaries (required for DRM and PAM)
-SUID_VARS= MAYBE_SUID="@(,,4755) "
-X11_MAKE_ARGS= WITH_XWAYLAND=yes
+GAMMA_MAKE_ARGS= WITH_GAMMACONTROL=YES
+SCREENCOPY_MAKE_ARGS= WITH_SCREENCOPY=YES
+SUID_VARS= MAYBE_SUID="@(,,4755) "
+X11_MAKE_ARGS= WITH_XWAYLAND=YES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hikari ${STAGEDIR}${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/hikari-unlocker ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_DATA} ${WRKSRC}/pam.d/hikari-unlocker.FreeBSD ${STAGEDIR}${PREFIX}/etc/pam.d/hikari-unlocker
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_MAN} ${WRKSRC}/doc/example_hikari.conf ${STAGEDIR}${EXAMPLESDIR}/hikari.conf
+ ${INSTALL_MAN} ${WRKSRC}/share/examples/hikari/hikari.conf ${STAGEDIR}${EXAMPLESDIR}/hikari.conf
+ ${INSTALL_MAN} ${WRKSRC}/share/man/man1/hikari.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/
.include <bsd.port.mk>
Index: head/x11-wm/hikari/distinfo
===================================================================
--- head/x11-wm/hikari/distinfo
+++ head/x11-wm/hikari/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583103899
-SHA256 (hikari-1.0.0-beta2.tar.gz) = 71586808847a2eab8e6ae8b5e70773f0f6b65b22054fbe745452a1853cb59372
-SIZE (hikari-1.0.0-beta2.tar.gz) = 71195
+TIMESTAMP = 1584303200
+SHA256 (hikari-1.0.0-rc1.tar.gz) = a8024f5c7a4a45dca099817d458aaceb56a4e7491353d94b9841b0feb14c6e0a
+SIZE (hikari-1.0.0-rc1.tar.gz) = 82583
Index: head/x11-wm/hikari/pkg-descr
===================================================================
--- head/x11-wm/hikari/pkg-descr
+++ head/x11-wm/hikari/pkg-descr
@@ -2,4 +2,4 @@
is heavily inspired by the Calm Window manager (cwm(1)). Its core concepts are
views, groups, sheets and the workspace.
-WWW: https://hub.darcs.net/raichoo/hikari
+WWW: https://hikari.acmelabs.space
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 4, 4:53 AM (13 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16961972
Default Alt Text
D23995.diff (3 KB)
Attached To
Mode
D23995: x11-wm/hikari: Update to 1.0.0-rc1
Attached
Detach File
Event Timeline
Log In to Comment