diff options
Diffstat (limited to 'trinity-apps/tdepowersave')
-rw-r--r-- | trinity-apps/tdepowersave/tdepowersave-9999.ebuild | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/trinity-apps/tdepowersave/tdepowersave-9999.ebuild b/trinity-apps/tdepowersave/tdepowersave-9999.ebuild index 80511e8a..3c5aed4f 100644 --- a/trinity-apps/tdepowersave/tdepowersave-9999.ebuild +++ b/trinity-apps/tdepowersave/tdepowersave-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 2019 The Trinity Desktop Project +# Copyright 2019-2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="7" TRINITY_MODULE_TYPE="applications" TRINITY_EXTRAGEAR_PACKAGING="yes" @@ -9,23 +9,19 @@ TRINITY_HANDBOOK="optional" TRINITY_LANGS="ar bg cs da de en el es fi fr hi hu it ja km lt nb nl pa pl pt pt_BR ru sl_SI sv tr uk zh_CN zh_TW" TRINITY_DOC_LANGS="cs de en fi hu nb" -inherit trinity-base +inherit trinity-base-2 DESCRIPTION="A TDE frontend for power management" HOMEPAGE="http://trinitydesktop.org/" -LICENSE="GPL-2 LGPL-2" +LICENSE="|| ( GPL-2 GPL-3 )" -DEPEND="x11-libs/libXScrnSaver +DEPEND="x11-libs/libXScrnSaver x11-libs/libXext - x11-libs/libXtst - >=dev-libs/dbus-tqt-${PV} - >=dev-libs/dbus-1-tqt-${PV}" + x11-libs/libXtst + =dev-libs/dbus-tqt-${PV} + =dev-libs/dbus-1-tqt-${PV}" RDEPEND="${DEPEND}" -need-trinity 14.0.0 +need-trinity 14.1.0 SLOT="${TRINITY_VER}" - -src_configure() { - trinity-base_src_configure -} |