|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
|
|
|
# Copyright 2020 The Trinity Desktop Project
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI="7"
|
|
|
|
TRINITY_MODULE_NAME="tdebase"
|
|
|
|
|
|
|
|
inherit trinity-meta-2
|
|
|
|
|
|
|
|
DESCRIPTION="Trinity login manager, similar to XDM and GDM"
|
|
|
|
|
Live ebuilds: More options, fixed dependencies and cleanup.
TQt:
- Add USE for:
xrandr, tablet, tools, glib, mng and fontconfig.
- Get ride of forced -g flag (thanks to @selk).
- Make hiddenvisibility a choice.
- Do not dlopen libGL.
- Less debug if building without debug.
- Build sqlite3 plugin too, if build with sqlite.
- Add -xshape -xkb -xcursor for building.
- Fix dependencies and polish.
General:
- DrKonqi: Add USE for hwlib.
- KControl: Add USE for svg.
- TDM: Add USE for svg and hwlib.
- KSMServer: Add USE for hwlib, remove upower.
- Make hwlib USE flag default option.
- Fix dependencies in general.
- Remove avahi USE mask, because fixed.
TDELibs:
- Add USE for:
svg, pkcs11, elficons, malloc, udisks,
ssl, udevil, systemd, debug, pcre, idn.
- Use shared memory for pixmap loading.
- Depend on ca-certificates only with ssl USE.
- Ebuild polish and cleanup.
- Messages for informations.
- Remove redundant multilib eclass.
- Add back old_udisks, udisks and udevil USE.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
IUSE="pam xdmcp xcomposite sak +xrandr +hwlib +svg"
|
|
|
|
|
|
|
|
DEPEND="pam? ( trinity-base/tdebase-pam )
|
|
|
|
xdmcp? ( x11-libs/libXdmcp )
|
|
|
|
xcomposite? ( x11-libs/libXcomposite )
|
Live ebuilds: More options, fixed dependencies and cleanup.
TQt:
- Add USE for:
xrandr, tablet, tools, glib, mng and fontconfig.
- Get ride of forced -g flag (thanks to @selk).
- Make hiddenvisibility a choice.
- Do not dlopen libGL.
- Less debug if building without debug.
- Build sqlite3 plugin too, if build with sqlite.
- Add -xshape -xkb -xcursor for building.
- Fix dependencies and polish.
General:
- DrKonqi: Add USE for hwlib.
- KControl: Add USE for svg.
- TDM: Add USE for svg and hwlib.
- KSMServer: Add USE for hwlib, remove upower.
- Make hwlib USE flag default option.
- Fix dependencies in general.
- Remove avahi USE mask, because fixed.
TDELibs:
- Add USE for:
svg, pkcs11, elficons, malloc, udisks,
ssl, udevil, systemd, debug, pcre, idn.
- Use shared memory for pixmap loading.
- Depend on ca-certificates only with ssl USE.
- Ebuild polish and cleanup.
- Messages for informations.
- Remove redundant multilib eclass.
- Add back old_udisks, udisks and udevil USE.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
svg? ( =media-libs/libart_lgpl-${PV} )
|
|
|
|
=trinity-base/tdelibs-${PV}[xrandr?]
|
|
|
|
sys-apps/dbus
|
|
|
|
x11-libs/libXtst
|
Live ebuilds: More options, fixed dependencies and cleanup.
TQt:
- Add USE for:
xrandr, tablet, tools, glib, mng and fontconfig.
- Get ride of forced -g flag (thanks to @selk).
- Make hiddenvisibility a choice.
- Do not dlopen libGL.
- Less debug if building without debug.
- Build sqlite3 plugin too, if build with sqlite.
- Add -xshape -xkb -xcursor for building.
- Fix dependencies and polish.
General:
- DrKonqi: Add USE for hwlib.
- KControl: Add USE for svg.
- TDM: Add USE for svg and hwlib.
- KSMServer: Add USE for hwlib, remove upower.
- Make hwlib USE flag default option.
- Fix dependencies in general.
- Remove avahi USE mask, because fixed.
TDELibs:
- Add USE for:
svg, pkcs11, elficons, malloc, udisks,
ssl, udevil, systemd, debug, pcre, idn.
- Use shared memory for pixmap loading.
- Depend on ca-certificates only with ssl USE.
- Ebuild polish and cleanup.
- Messages for informations.
- Remove redundant multilib eclass.
- Add back old_udisks, udisks and udevil USE.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
=trinity-base/kcontrol-${PV}"
|
|
|
|
|
|
|
|
RDEPEND="${DEPEND}
|
|
|
|
=trinity-base/tdepasswd-${PV}
|
|
|
|
x11-apps/xinit
|
|
|
|
x11-apps/xmessage"
|
|
|
|
|
|
|
|
pkg_setup() {
|
|
|
|
trinity-meta-2_pkg_setup;
|
|
|
|
use sak && TRINITY_SUBMODULE+=" tsak"
|
|
|
|
}
|
|
|
|
|
|
|
|
src_configure() {
|
|
|
|
mycmakeargs=(
|
|
|
|
-DWITH_XTEST=ON
|
|
|
|
-DWITH_SHADOW=ON
|
Live ebuilds: More options, fixed dependencies and cleanup.
TQt:
- Add USE for:
xrandr, tablet, tools, glib, mng and fontconfig.
- Get ride of forced -g flag (thanks to @selk).
- Make hiddenvisibility a choice.
- Do not dlopen libGL.
- Less debug if building without debug.
- Build sqlite3 plugin too, if build with sqlite.
- Add -xshape -xkb -xcursor for building.
- Fix dependencies and polish.
General:
- DrKonqi: Add USE for hwlib.
- KControl: Add USE for svg.
- TDM: Add USE for svg and hwlib.
- KSMServer: Add USE for hwlib, remove upower.
- Make hwlib USE flag default option.
- Fix dependencies in general.
- Remove avahi USE mask, because fixed.
TDELibs:
- Add USE for:
svg, pkcs11, elficons, malloc, udisks,
ssl, udevil, systemd, debug, pcre, idn.
- Use shared memory for pixmap loading.
- Depend on ca-certificates only with ssl USE.
- Ebuild polish and cleanup.
- Messages for informations.
- Remove redundant multilib eclass.
- Add back old_udisks, udisks and udevil USE.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
-DWITH_LIBART="$(usex svg)"
|
|
|
|
-DWITH_XCOMPOSITE="$(usex xcomposite)"
|
|
|
|
-DWITH_XDMCP="$(usex xdmcp)"
|
|
|
|
-DWITH_XRANDR="$(usex xrandr)"
|
Live ebuilds: More options, fixed dependencies and cleanup.
TQt:
- Add USE for:
xrandr, tablet, tools, glib, mng and fontconfig.
- Get ride of forced -g flag (thanks to @selk).
- Make hiddenvisibility a choice.
- Do not dlopen libGL.
- Less debug if building without debug.
- Build sqlite3 plugin too, if build with sqlite.
- Add -xshape -xkb -xcursor for building.
- Fix dependencies and polish.
General:
- DrKonqi: Add USE for hwlib.
- KControl: Add USE for svg.
- TDM: Add USE for svg and hwlib.
- KSMServer: Add USE for hwlib, remove upower.
- Make hwlib USE flag default option.
- Fix dependencies in general.
- Remove avahi USE mask, because fixed.
TDELibs:
- Add USE for:
svg, pkcs11, elficons, malloc, udisks,
ssl, udevil, systemd, debug, pcre, idn.
- Use shared memory for pixmap loading.
- Depend on ca-certificates only with ssl USE.
- Ebuild polish and cleanup.
- Messages for informations.
- Remove redundant multilib eclass.
- Add back old_udisks, udisks and udevil USE.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
-DWITH_TDEHWLIB="$(usex hwlib)"
|
|
|
|
-DWITH_PAM="$(usex pam)"
|
|
|
|
-DTDM_PAM_SERVICE=tde
|
|
|
|
)
|
|
|
|
|
|
|
|
trinity-meta-2_src_configure
|
|
|
|
}
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
cmake-utils_src_install
|
|
|
|
|
|
|
|
# Customize the tdmrc configuration
|
|
|
|
sed -i -e "s:#SessionsDirs=:SessionsDirs=/usr/share/xsessions\n#SessionsDirs=:" \
|
|
|
|
"${D}/${TDEDIR}/share/config/tdm/tdmrc" || die "sed tdmrc failed"
|
|
|
|
|
|
|
|
# Install XSession upstream script seems to be debian-cpecific
|
|
|
|
cp "${FILESDIR}/${P}-xsession.script" "${D}/${TDEDIR}/share/config/tdm/Xsession"
|
|
|
|
sed -i -e "s!@TRINITY_INSTALL_PATH@!${TDEDIR}!" "${D}/${TDEDIR}/share/config/tdm/Xsession" \
|
|
|
|
|| die "sed tdmrc failed"
|
|
|
|
}
|
|
|
|
|
|
|
|
pkg_postinst() {
|
|
|
|
# Set the default TDM face icon if it's not already set by the system admin
|
|
|
|
# because this is user-overrideable in that way, it's not in src_install
|
|
|
|
if [ ! -e "${ROOT}${TDEDIR}/share/apps/tdm/faces/.default.face.icon" ]; then
|
|
|
|
mkdir -p "${ROOT}${TDEDIR}/share/apps/tdm/faces"
|
|
|
|
cp "${ROOT}${TDEDIR}/share/apps/tdm/pics/users/default1.png" \
|
|
|
|
"${ROOT}${TDEDIR}/share/apps/tdm/faces/.default.face.icon"
|
|
|
|
fi
|
|
|
|
if [ ! -e "${ROOT}${TDEDIR}/share/apps/tdm/faces/root.face.icon" ]; then
|
|
|
|
mkdir -p "${ROOT}${TDEDIR}/share/apps/tdm/faces"
|
|
|
|
cp "${ROOT}${TDEDIR}/share/apps/tdm/pics/users/root1.png" \
|
|
|
|
"${ROOT}${TDEDIR}/share/apps/tdm/faces/root.face.icon"
|
|
|
|
fi
|
|
|
|
|
|
|
|
if use sak; then
|
|
|
|
sak_ok=yes
|
|
|
|
if ! linux_config_exists; then
|
|
|
|
ewarn "Can't check the linux kernel configuration."
|
|
|
|
ewarn "You might have some incompatible options enabled."
|
|
|
|
sak_ok=no
|
|
|
|
else
|
|
|
|
if ! linux_chkconfig_present INPUT_UINPUT; then
|
Live ebuilds: More options, fixed dependencies and cleanup.
TQt:
- Add USE for:
xrandr, tablet, tools, glib, mng and fontconfig.
- Get ride of forced -g flag (thanks to @selk).
- Make hiddenvisibility a choice.
- Do not dlopen libGL.
- Less debug if building without debug.
- Build sqlite3 plugin too, if build with sqlite.
- Add -xshape -xkb -xcursor for building.
- Fix dependencies and polish.
General:
- DrKonqi: Add USE for hwlib.
- KControl: Add USE for svg.
- TDM: Add USE for svg and hwlib.
- KSMServer: Add USE for hwlib, remove upower.
- Make hwlib USE flag default option.
- Fix dependencies in general.
- Remove avahi USE mask, because fixed.
TDELibs:
- Add USE for:
svg, pkcs11, elficons, malloc, udisks,
ssl, udevil, systemd, debug, pcre, idn.
- Use shared memory for pixmap loading.
- Depend on ca-certificates only with ssl USE.
- Ebuild polish and cleanup.
- Messages for informations.
- Remove redundant multilib eclass.
- Add back old_udisks, udisks and udevil USE.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
eerror "You build TDM with SAK feature enabled. "
|
|
|
|
eerror "It requires the INPUT_UINPUT support enabled."
|
|
|
|
eerror "Please enable it:"
|
|
|
|
eerror " CONFIG_INPUT_UINPUT=y"
|
|
|
|
eerror "in /usr/src/linux/.config or"
|
|
|
|
eerror " Device Drivers --->"
|
|
|
|
eerror " Input device support --->"
|
|
|
|
eerror " [*] Miscellaneous devices --->"
|
|
|
|
eerror " <*> User level driver support"
|
|
|
|
sak_ok=no
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
if [[ "$sak_ok" != yes ]]; then
|
|
|
|
sed -i -e 's:#\?\s*UseSAK=\(true\|false\)\?:UseSak=false:' \
|
|
|
|
"${D}${TDEDIR}/share/config/tdm/tdmrc" || die "sed tdmrc failed"
|
|
|
|
ewarn "SAK feature is disabled. You can enable it yourself by setting UseSAK=true "
|
|
|
|
ewarn "in ${TDEDIR}/share/config/tdm/tdmrc "
|
|
|
|
else
|
|
|
|
ewarn "SAK feature is enabled. You can disable it yourself by setting UseSAK=false"
|
|
|
|
ewarn "in ${TDEDIR}/share/config/tdm/tdmrc "
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
}
|