|
|
|
# Copyright 1999-2020 Gentoo Authors
|
Live ebuilds: Port to EAPI7 and cleanup - Round 3.
This time: kpager, krootbacking, ksplashml, kstart,
ksystraycmd, kxkb, nsplugins, tdebase-starttde,
tdedebugdialog, tdeeject, tdepasswd, tdeprint,
tdescreensaver, tdesu and tqt3integration
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
# Copyright 2020 The Trinity Desktop Project
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
Live ebuilds: Port to EAPI7 and cleanup - Round 3.
This time: kpager, krootbacking, ksplashml, kstart,
ksystraycmd, kxkb, nsplugins, tdebase-starttde,
tdedebugdialog, tdeeject, tdepasswd, tdeprint,
tdescreensaver, tdesu and tqt3integration
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
EAPI="7"
|
|
|
|
|
|
|
|
TRINITY_MODULE_NAME="tdebase"
|
Live ebuilds: Port to EAPI7 and cleanup - Round 3.
This time: kpager, krootbacking, ksplashml, kstart,
ksystraycmd, kxkb, nsplugins, tdebase-starttde,
tdedebugdialog, tdeeject, tdepasswd, tdeprint,
tdescreensaver, tdesu and tqt3integration
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
inherit trinity-meta-2
|
|
|
|
|
|
|
|
DESCRIPTION="Trinity gui for su(1) or sudo"
|
|
|
|
IUSE="sudo"
|
|
|
|
|
Live ebuilds: Port to EAPI7 and cleanup - Round 3.
This time: kpager, krootbacking, ksplashml, kstart,
ksystraycmd, kxkb, nsplugins, tdebase-starttde,
tdedebugdialog, tdeeject, tdepasswd, tdeprint,
tdescreensaver, tdesu and tqt3integration
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
DEPEND="sudo? ( app-admin/sudo )"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
src_configure () {
|
|
|
|
local mycmakeargs=(
|
Live ebuilds: Port to EAPI7 and cleanup - Round 3.
This time: kpager, krootbacking, ksplashml, kstart,
ksystraycmd, kxkb, nsplugins, tdebase-starttde,
tdedebugdialog, tdeeject, tdepasswd, tdeprint,
tdescreensaver, tdesu and tqt3integration
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
-DWITH_SUDO_TDESU_BACKEND="$(usex sudo)"
|
|
|
|
-DWITH_SUDO_KONSOLE_SUPER_USER_COMMAND="$(usex sudo)"
|
|
|
|
)
|
|
|
|
|
Live ebuilds: Port to EAPI7 and cleanup - Round 3.
This time: kpager, krootbacking, ksplashml, kstart,
ksystraycmd, kxkb, nsplugins, tdebase-starttde,
tdedebugdialog, tdeeject, tdepasswd, tdeprint,
tdescreensaver, tdesu and tqt3integration
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
trinity-meta-2_src_configure
|
|
|
|
}
|
|
|
|
|
|
|
|
pkg_postinst () {
|
|
|
|
if use sudo; then
|
Live ebuilds: Port to EAPI7 and cleanup - Round 3.
This time: kpager, krootbacking, ksplashml, kstart,
ksystraycmd, kxkb, nsplugins, tdebase-starttde,
tdedebugdialog, tdeeject, tdepasswd, tdeprint,
tdescreensaver, tdesu and tqt3integration
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
|
|
|
einfo "Remember that the sudo use flag sets only the default superuser command."
|
|
|
|
einfo "It can be overriden on a user-level by adding:"
|
|
|
|
einfo " [super-user-command]"
|
|
|
|
einfo " super-user-command=su"
|
|
|
|
einfo "to the kdeglobals config file, which is usually"
|
|
|
|
einfo "located in the ~/.trinity/share/config/ directory."
|
|
|
|
fi
|
|
|
|
}
|