summaryrefslogtreecommitdiffstats
path: root/trinity-base/tdm
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-base/tdm')
-rw-r--r--trinity-base/tdm/Manifest1
-rw-r--r--trinity-base/tdm/tdm-14.0.8.ebuild (renamed from trinity-base/tdm/tdm-14.0.6.ebuild)9
2 files changed, 5 insertions, 5 deletions
diff --git a/trinity-base/tdm/Manifest b/trinity-base/tdm/Manifest
index b2bbd5ea..be2fd122 100644
--- a/trinity-base/tdm/Manifest
+++ b/trinity-base/tdm/Manifest
@@ -1,2 +1,3 @@
DIST tdebase-trinity-14.0.6.tar.xz 30023524 BLAKE2B 7be823f5e5d2555a7cbcf9ae08cfc5999e3d08da3ad4546ca357a228d37291bc6553f0ccda2924683f00db6c3dce59c42420858a48badad99e318488b5c1656e SHA512 ac49887ef407fd5290ca1cb95121ad7eac17d41a4be95caaa21f42559ab5904d93d152bdfd63d79f0d5e761653031a2c620fcb7bcec933dc97cf9307606bc14d
DIST tdebase-trinity-14.0.7.tar.xz 30025772 BLAKE2B d163bb263ef0351dcf437777e7dbf5da4681baa2023cb2d53357145fec25a5ecb7015832645862b912b25b0d2f61432c6e4b740fad4c84b153610dc3be30c60a SHA512 ce9fbac0553b49c21061cf5cf22acf0831b6a2984ac08df3d37a1ed28ed1e7066cfc9cfb7fc3c78e40b876553dee6c3b1bd9e6fc5419af310645ac704a2abdb7
+DIST tdebase-trinity-14.0.8.tar.xz 30049464 BLAKE2B c5a9a9c79cc12c8a9e85fb1913f334a208609c452fe150ade62bee5798e61abd956512f10059c215e7f7e07182dfbc1f3017600466598f85d9137689a7d0126e SHA512 e52ed05b416bb29b4a8d742bdcd908f5887d06aa7a64d2a1218a603a0926098504c0f1ef6de41552070ce1e5e32219156bb8c5fc4f47f9819efe3e02145de403
diff --git a/trinity-base/tdm/tdm-14.0.6.ebuild b/trinity-base/tdm/tdm-14.0.8.ebuild
index 9ea63c9b..ff644091 100644
--- a/trinity-base/tdm/tdm-14.0.6.ebuild
+++ b/trinity-base/tdm/tdm-14.0.8.ebuild
@@ -8,9 +8,9 @@ TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2
DESCRIPTION="Trinity login manager, similar to XDM and GDM"
+KEYWORDS="~amd64 ~x86"
IUSE="pam xdmcp xcomposite sak +xrandr +hwlib +svg"
-KEYWORDS="~amd64 ~x86"
DEPEND="pam? ( trinity-base/tdebase-pam )
xdmcp? ( x11-libs/libXdmcp )
@@ -19,8 +19,7 @@ DEPEND="pam? ( trinity-base/tdebase-pam )
~trinity-base/tdelibs-${PV}[xrandr?]
sys-apps/dbus
x11-libs/libXtst
- ~trinity-base/kcontrol-${PV}
- ~dev-libs/dbus-tqt-${PV}"
+ ~trinity-base/kcontrol-${PV}"
RDEPEND="${DEPEND}
~trinity-base/tdepasswd-${PV}
@@ -35,8 +34,8 @@ pkg_setup() {
src_configure() {
local mycmakeargs=(
-DWITH_XTEST=ON
- -DWITH_LIBART="$(usex svg)"
-DWITH_SHADOW=ON
+ -DWITH_LIBART="$(usex svg)"
-DWITH_XCOMPOSITE="$(usex xcomposite)"
-DWITH_XDMCP="$(usex xdmcp)"
-DWITH_XRANDR="$(usex xrandr)"
@@ -83,7 +82,7 @@ pkg_postinst() {
sak_ok=no
else
if ! linux_chkconfig_present INPUT_UINPUT; then
- eerror "You have built tdm with the Secure Attention Key (SAK) feature enabled. "
+ eerror "You have built tdm with the Secure Attention Key (SAK) feature enabled."
eerror "It requires INPUT_UINPUT support to be enabled in the kernel."
eerror "Please enable it:"
eerror " CONFIG_INPUT_UINPUT=y"