diff options
author | ormorph <roma251078@mail.ru> | 2020-11-28 23:42:49 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-11-29 18:54:38 +0000 |
commit | 5ae0925444db04bec4d54c3b50a759101f37469d (patch) | |
tree | 11041bdad080f9752519df55b2664741014595bb /trinity-base/tdelibs | |
parent | 11164d9db700785f36a7f91ed22e71497a1ebd4f (diff) | |
download | tde-packaging-gentoo-5ae0925444db04bec4d54c3b50a759101f37469d.tar.gz tde-packaging-gentoo-5ae0925444db04bec4d54c3b50a759101f37469d.zip |
Added the translations directory to the unpack list, as well as commits shortcomings correction
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/tdelibs')
-rw-r--r-- | trinity-base/tdelibs/tdelibs-9999.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/trinity-base/tdelibs/tdelibs-9999.ebuild b/trinity-base/tdelibs/tdelibs-9999.ebuild index 7321646c..357baa13 100644 --- a/trinity-base/tdelibs/tdelibs-9999.ebuild +++ b/trinity-base/tdelibs/tdelibs-9999.ebuild @@ -17,9 +17,13 @@ HOMEPAGE="https://trinitydesktop.org/" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="${TRINITY_VER}" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + # NOTE: Building without tdehwlib segfaults, but you can try and report. -IUSE+=" alsa aspell consolekit cryptsetup cups debug elficons elogind fam +hwlib -+idn ispell jpeg2k kernel_linux libressl lua lzma +malloc networkmanager +IUSE+=" alsa aspell cryptsetup cups debug elficons elogind fam +hwlib ++idn ispell jpeg2k kernel_linux libressl lua lzma malloc networkmanager old-udisks openexr +pcre pcsc-lite pkcs11 +shm spell +ssl sudo +svg systemd tiff udevil udisks upower utempter xcomposite +xrandr zeroconf" @@ -69,7 +73,6 @@ RDEPEND+=" ${COMMON_DEPEND} hwlib? ( acct-group/plugdev !udevil? ( !udisks? ( !old-udisks? ( sys-apps/pmount ) ) ) - consolekit? ( sys-auth/consolekit ) cryptsetup? ( sys-fs/cryptsetup ) elogind? ( sys-auth/elogind ) networkmanager? ( net-misc/networkmanager ) @@ -126,7 +129,7 @@ src_configure() { -DUTEMPTER_HELPER="/usr/sbin/utempter" -DWITH_UPOWER="$(usex upower)" -DWITH_PKCS="$(usex pkcs11)" - -DWITH_CONSOLEKIT="$(usex consolekit)" + -DWITH_CONSOLEKIT=OFF -DWITH_LOGINDPOWER="${enable_logind}" -DWITH_NETWORK_MANAGER_BACKEND="$(usex networkmanager)" -DWITH_XCOMPOSITE="$(usex xcomposite)" @@ -202,7 +205,7 @@ pkg_postinst () { echo fi if ! use hwlib; then - for flag in consolekit networkmanager upower systemd elogind old-udisks udisks udevil pkcs11 pcsc-lite cryptsetup; do + for flag in networkmanager upower systemd elogind old-udisks udisks udevil pkcs11 pcsc-lite cryptsetup; do use $flag && \ echo ewarn "USE=\"$flag\" is passed, but it doesn't change anything because" && \ |