commit: 95749ab4de783c25b75b44775a29ec7e2a856ffd
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 1 10:54:35 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Sep 1 10:55:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95749ab4
net-misc/tigervnc: sync live ebuild
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
net-misc/tigervnc/tigervnc-9999.ebuild | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/net-misc/tigervnc/tigervnc-9999.ebuild
b/net-misc/tigervnc/tigervnc-9999.ebuild
index 24dd8515063c..dfc8ef4f5e0b 100644
--- a/net-misc/tigervnc/tigervnc-9999.ebuild
+++ b/net-misc/tigervnc/tigervnc-9999.ebuild
@@ -44,7 +44,6 @@ COMMON_DEPEND="
gnutls? ( net-libs/gnutls:= )
nls? ( virtual/libiconv )
server? (
- dev-libs/libbsd
dev-libs/openssl:0=
sys-libs/pam
x11-libs/libXau
@@ -97,7 +96,7 @@ BDEPEND="
PATCHES=(
# Restore Java viewer
"${FILESDIR}"/${PN}-1.11.0-install-java-viewer.patch
- "${FILESDIR}"/${PN}-1.12.0-xsession-path.patch
+ "${FILESDIR}"/${PN}-1.14.0-xsession-path.patch
"${FILESDIR}"/${PN}-1.12.80-disable-server-and-pam.patch
)
@@ -198,8 +197,8 @@ src_install() {
emake -C unix/xserver/hw/vnc DESTDIR="${D}" install
rm -v
"${ED}"/usr/$(get_libdir)/xorg/modules/extensions/libvnc.la || die
- newconfd "${FILESDIR}"/${PN}-1.13.1.confd ${PN}
- newinitd "${FILESDIR}"/${PN}-1.13.90.initd ${PN}
+ newconfd "${FILESDIR}"/${PN}-1.14.0.confd ${PN}
+ newinitd "${FILESDIR}"/${PN}-1.14.0.initd ${PN}
systemd_douserunit unix/vncserver/[email protected]
@@ -221,6 +220,13 @@ pkg_postinst() {
elog
}
+ use server && {
+ elog 'PLEASE NOTE:'
+ elog ' The default config directory is now
${XDG_CONFIG_HOME}/tigervnc or'
+ elog ' ~/.config/tigervnc instead of ~/.vnc'
+ elog
+ }
+
local OPTIONAL_DM="gnome-base/gdm x11-misc/lightdm x11-misc/sddm
x11-misc/slim"
use server && \
optfeature "keeping track of the xorg-server module"
net-misc/tigervnc-xorg-module && \