*/*: 9999: Sanitise eclass/ebuild vars, drop set-trinityver and need-trinity

Uniform ebuild variable blocks according to skel.ebuild and by devmanual example
Sort some DEPENDs, fix some DESCRIPTIONs

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
pull/187/head
Andreas Sturmlechner 3 years ago
parent 5732f27c0e
commit 1ebc9f7807

@ -3,13 +3,14 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="dependencies" TRINITY_MODULE_TYPE="dependencies"
TRINITY_MODULE_NAME="dbus-1-tqt" TRINITY_MODULE_NAME="dbus-1-tqt"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="D-BUS TQt bindings" DESCRIPTION="D-BUS TQt bindings"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0" SLOT="0"

@ -3,13 +3,14 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="dependencies" TRINITY_MODULE_TYPE="dependencies"
TRINITY_MODULE_NAME="dbus-tqt" TRINITY_MODULE_NAME="dbus-tqt"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="D-BUS TQt bindings" DESCRIPTION="D-BUS TQt bindings"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0" SLOT="0"

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="cs de it nl pt sk" TRINITY_LANGS="cs de it nl pt sk"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A complex calculator for TDE" DESCRIPTION="A complex calculator for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -4,8 +4,6 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
@ -15,15 +13,14 @@ TRINITY_LANGS="af ar az be bg bn br ca cs cy da de el en_GB eo es
ss sv ta tg th tr uk uz uz@cyrillic zh_CN zh_TW" ss sv ta tg th tr uk uz uz@cyrillic zh_CN zh_TW"
TRINITY_DOC_LANGS="da de es et fr it nl pl pt pt_BR ru sv" TRINITY_DOC_LANGS="da de es et fr it nl pl pt pt_BR ru sv"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Advanced music player for TDE" DESCRIPTION="Advanced music player for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
# Notes about the ebuild: # Notes about the ebuild:
# #
@ -44,7 +41,7 @@ opengl postgres visualization +xine"
REQUIRED_USE="|| ( xine akode )" REQUIRED_USE="|| ( xine akode )"
DEPEND+=" DEPEND="
dev-db/sqlite dev-db/sqlite
dev-lang/ruby:* dev-lang/ruby:*
media-libs/taglib media-libs/taglib
@ -63,7 +60,7 @@ DEPEND+="
) )
xine? ( <media-libs/xine-lib-1.2.10 ) xine? ( <media-libs/xine-lib-1.2.10 )
" "
RDEPEND+=" ${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -4,20 +4,19 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="cs da de es fr it ja nl nn pl_PL pt ru sk tr zh_CN zh_TW" TRINITY_LANGS="cs da de es fr it ja nl nn pl_PL pt ru sk tr zh_CN zh_TW"
TRINITY_NEED_ARTS="optional" TRINITY_NEED_ARTS="optional"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Multi-purpose note-taking application for TDE" DESCRIPTION="Multi-purpose note-taking application for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
IUSE="crypt kontact +svg" IUSE="crypt kontact +svg"
DEPEND=" DEPEND="

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de el es et fr he it nl pl ru sk" TRINITY_LANGS="de el es et fr he it nl pl ru sk"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="File manager for TDE" DESCRIPTION="File manager for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -3,7 +3,6 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
@ -14,12 +13,11 @@ TRINITY_LANGS="az bg br ca cs cy da de el en_GB es
TRINITY_DOC_LANGS="da es et it pt ru sv" TRINITY_DOC_LANGS="da es et it pt ru sv"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Visualise disk usage with interactive map of concentric, segmented rings" DESCRIPTION="Visualise disk usage with interactive map of concentric, segmented rings"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"

@ -1,22 +1,21 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="bg de es fr it nl nn ru sv tr" TRINITY_LANGS="bg de es fr it nl nn ru sv tr"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Theme engine using TQt for GTK+2" DESCRIPTION="Theme engine using TQt for GTK+2"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
RDEPEND="x11-libs/gtk+:2" RDEPEND="x11-libs/gtk+:2"
SLOT="${TRINITY_VER}"

@ -4,28 +4,24 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications" TEG_PO_DIR=${S}
TRINITY_LANGS="ar br cy el et fo he is ka ms nl pl ro sk sv th ve zh_CN
az ca da en_GB fa fr hi it ko nb nso pt ru sr ta tr vi zh_TW
bg cs de es fi gl hu ja lt nds pa pt_BR rw sr@Latn uk xh zu"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
set-trinityver
DESCRIPTION="Internationalization support for Gwenview [Trinity]" DESCRIPTION="Internationalization support for Gwenview [Trinity]"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
TRINITY_LANGS="ar br cy el et fo he is ka ms nl pl ro sk sv th ve zh_CN
az ca da en_GB fa fr hi it ko nb nso pt ru sr ta tr vi zh_TW
bg cs de es fi gl hu ja lt nds pa pt_BR rw sr@Latn uk xh zu"
LICENSE="FDL-1.2" LICENSE="FDL-1.2"
SLOT="${TRINITY_VER}" SLOT="14"
if [[ ${PV} != *9999* ]] ; then if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
fi fi
for X in ${TRINITY_LANGS} ; do for X in ${TRINITY_LANGS} ; do
IUSE="${IUSE} l10n_${X}" IUSE="${IUSE} l10n_${X}"
done done
@ -35,8 +31,6 @@ DEPEND="
" "
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TEG_PO_DIR=${S}
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON

@ -4,27 +4,23 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_BUILD_ADMIN="yes" TRINITY_BUILD_ADMIN="yes"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
set-trinityver
DESCRIPTION="Image viewer for TDE" DESCRIPTION="Image viewer for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="GPL-2+" LICENSE="GPL-2+"
SLOT="${TRINITY_VER}" SLOT="14"
if [[ ${PV} != *9999* ]] ; then if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
fi fi
IUSE="" IUSE=""
DEPEND=" DEPEND="
~trinity-base/tdelibs-${PV}
~trinity-apps/gwenview-i18n-${PV}
media-gfx/exiv2 media-gfx/exiv2
~trinity-apps/gwenview-i18n-${PV}
~trinity-base/tdelibs-${PV}
" "
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
need-trinity

@ -1,26 +1,23 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="K3b - internationalization translations" DESCRIPTION="K3b - internationalization translations"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity
SLOT="${TRINITY_VER}" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
IUSE+=" +handbook" IUSE="+handbook"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_MESSAGES=ON -DBUILD_MESSAGES=ON
-DBUILD_DOC="$(usex handbook)" -DBUILD_DOC="$(usex handbook)"
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -4,15 +4,15 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_NEED_ARTS="optional" TRINITY_NEED_ARTS="optional"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A CD/DVD burning application for Trinity" DESCRIPTION="A CD/DVD burning application for Trinity"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
IUSE="alsa css dvd dvdr emovix encode debug ffmpeg ffmpeg-all-codecs flac IUSE="alsa css dvd dvdr emovix encode debug ffmpeg ffmpeg-all-codecs flac
+handbook mp3 sndfile taglib vcd vorbis" +handbook mp3 sndfile taglib vcd vorbis"

@ -4,29 +4,26 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="ar bg bn br ca cs da de el es et fi fr ga gl he TRINITY_LANGS="ar bg bn br ca cs da de el es et fi fr ga gl he
hu it ja ka km lt mk nb nl nn pa pl pt pt_BR ru se sk sr hu it ja ka km lt mk nb nl nn pa pl pt pt_BR ru se sk sr
sr@Latn sv tg tr uk uz zh_CN zh_TW" sr@Latn sv tg tr uk uz zh_CN zh_TW"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Media player for TDE using Xine and GStreamer backends." DESCRIPTION="Media player for TDE using Xine and GStreamer backends."
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
IUSE+=" dpms dvb encode gstreamer vorbis xcb xinerama" IUSE="dpms dvb encode gstreamer vorbis xcb xinerama"
# As of April 2020 Kaffeine can be only build with xinerama support. # As of April 2020 Kaffeine can be only build with xinerama support.
# Once that is fixed, the build option will be optional again. # Once that is fixed, the build option will be optional again.
RDEPEND+=" RDEPEND="
dev-libs/libcdio dev-libs/libcdio
media-libs/xine-lib media-libs/xine-lib
x11-base/xorg-proto x11-base/xorg-proto
@ -40,7 +37,7 @@ RDEPEND+="
xcb? ( x11-libs/libxcb ) xcb? ( x11-libs/libxcb )
xinerama? ( x11-libs/libXinerama ) xinerama? ( x11-libs/libXinerama )
" "
DEPEND+=" ${RDEPEND} DEPEND="${RDEPEND}
dvb? ( virtual/linuxtv-dvb-headers ) dvb? ( virtual/linuxtv-dvb-headers )
" "

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de pl" TRINITY_LANGS="de pl"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="FTP client for TDE" DESCRIPTION="FTP client for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -4,19 +4,16 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="ar bg br ca cs de el es et fr ga TRINITY_LANGS="ar bg br ca cs de el es et fr ga
gl hu it ja nb nl pl pt pt_BR ru sk sv tr uk" gl hu it ja nb nl pl pt pt_BR ru sk sv tr uk"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A general purpose launcher for TDE" DESCRIPTION="A general purpose launcher for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"

@ -4,27 +4,24 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de el es fi fr hu it nl pl sv tr" TRINITY_LANGS="de el es fi fr hu it nl pl sv tr"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Barcode and label printing application for TDE" DESCRIPTION="Barcode and label printing application for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
# Native GNU Barcode support seems to be broken right now. # Native GNU Barcode support seems to be broken right now.
# The GNU Barcode binary is needed anyway. # The GNU Barcode binary is needed anyway.
IUSE+=" javascript native-gnu-barcode" IUSE="javascript native-gnu-barcode"
RDEPEND+=" RDEPEND="
app-text/barcode app-text/barcode
|| ( || (
media-gfx/imagemagick media-gfx/imagemagick

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="bg de hu it nl" TRINITY_LANGS="bg de hu it nl"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="An alternative to the TDE-Menu" DESCRIPTION="An alternative to the TDE-Menu"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de fr it pl ru" TRINITY_LANGS="de fr it pl ru"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Bibliography editor for TDE" DESCRIPTION="Bibliography editor for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
DEPEND=" DEPEND="
dev-libs/libxslt dev-libs/libxslt

@ -4,23 +4,20 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="br cs da de el es et fi fr he hr hu is it ja TRINITY_LANGS="br cs da de el es et fi fr he hr hu is it ja
nb nl nn pl pt pt_BR ro ru sk sl sv tr uk zh_TW" nb nl nn pl pt pt_BR ro ru sk sl sv tr uk zh_TW"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Email notification utility for TDE" DESCRIPTION="Email notification utility for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
IUSE+=" asus +ssl" IUSE="asus +ssl"
# SSL support might need tdelibs build with +ssl USE. # SSL support might need tdelibs build with +ssl USE.

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="cs de nl" TRINITY_LANGS="cs de nl"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="eBook reader for TDE" DESCRIPTION="eBook reader for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="ca de es fr nl tr" TRINITY_LANGS="ca de es fr nl tr"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Autostart module for KControl " DESCRIPTION="Autostart module for KControl "
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -1,26 +1,25 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de" TRINITY_LANGS="de"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A small CPU meter for Kicker" DESCRIPTION="A small CPU meter for Kicker"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure

@ -3,22 +3,20 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="ar az bg br ca cs cy da de el es et fr ga gl hi hu is it ja TRINITY_LANGS="ar az bg br ca cs cy da de el es et fr ga gl hi hu is it ja
ka lt nb nl pl pt pt_BR ro ru rw sk sr sr@Latn sv ta tg tr uk zh_CN" ka lt nb nl pl pt pt_BR ro ru rw sk sr sr@Latn sv ta tg tr uk zh_CN"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A diff and merge program for TDE" DESCRIPTION="A diff and merge program for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de fr hu it ja" TRINITY_LANGS="de fr hu it ja"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Graphical disk usage utility for TDE" DESCRIPTION="Graphical disk usage utility for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -1,8 +1,8 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
@ -10,17 +10,16 @@ TRINITY_HANDBOOK="optional"
TRINITY_LANGS="bg br cs da de el es ga gl it ja TRINITY_LANGS="bg br cs da de el es ga gl it ja
ka lt nl pl pt ru sk sr sr@Latn sv tr" ka lt nl pl pt ru sk sr sr@Latn sv tr"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A simple backup system for TDE." DESCRIPTION="A simple backup system for TDE."
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
RDEPEND+=" ~trinity-base/kcontrol-${PV} RDEPEND="~trinity-base/kcontrol-${PV}
app-backup/rdiff-backup" app-backup/rdiff-backup"
pkg_postinst () { pkg_postinst () {
@ -28,4 +27,4 @@ pkg_postinst () {
einfo "After initial install the Keep daemon needs to be started via KControl." einfo "After initial install the Keep daemon needs to be started via KControl."
einfo "The Keep daemon will be loaded automatically at the next TDE startup." einfo "The Keep daemon will be loaded automatically at the next TDE startup."
echo echo
} }

@ -4,28 +4,25 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="cs de es en_GB fr nl pl pt_BR ru zh_CN" TRINITY_LANGS="cs de es en_GB fr nl pl pt_BR ru zh_CN"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="TDE dialogs in GTK 2.x applications" DESCRIPTION="TDE dialogs in GTK 2.x applications"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
IUSE+=" gtk tde tqt" IUSE="gtk tde tqt"
DEPEND+=" DEPEND="
gtk? ( x11-libs/gtk+:2 ) gtk? ( x11-libs/gtk+:2 )
tqt? ( ~dev-tqt/tqtinterface-${PV} ) tqt? ( ~dev-tqt/tqtinterface-${PV} )
" "
RDEPEND+=" ${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de es et hu id nl sv tr" TRINITY_LANGS="de es et hu id nl sv tr"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A Kicker monitoring applet" DESCRIPTION="A Kicker monitoring applet"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
# NVControl support needs the nvidia-settings package, # NVControl support needs the nvidia-settings package,
# which isn't in the Portage tree anymore. So if there # which isn't in the Portage tree anymore. So if there

@ -4,23 +4,20 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="bg br ca cs cy da de en_GB es et fr ga is TRINITY_LANGS="bg br ca cs cy da de en_GB es et fr ga is
it lt mt nl pt pt_BR ro ru sr sr@Latn sv ta tr" it lt mt nl pt pt_BR ro ru sr sr@Latn sv ta tr"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Tool to configure the TDE kiosk framework " DESCRIPTION="Tool to configure the TDE kiosk framework "
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
IUSE+=" kcmautostart" IUSE="kcmautostart"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de nl" TRINITY_LANGS="de nl"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Applet to adjust LCD brightness" DESCRIPTION="Applet to adjust LCD brightness"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
# There might be a dependency on smartdimmer needed. # There might be a dependency on smartdimmer needed.

@ -4,25 +4,22 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="ar bg cs cy da de el es et fr ga gl hu it TRINITY_LANGS="ar bg cs cy da de el es et fr ga gl hu it
ja ka lt nl pl pt pt_BR ru rw sk sr sr@Latn sv tr" ja ka lt nl pl pt pt_BR ru rw sk sr sr@Latn sv tr"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Network interfaces monitor for the TDE systray" DESCRIPTION="Network interfaces monitor for the TDE systray"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
IUSE+=" wifi kernel_linux" IUSE="wifi kernel_linux"
RDEPEND+=" kernel_linux? ( sys-apps/net-tools ) RDEPEND="kernel_linux? ( sys-apps/net-tools )
wifi? ( net-wireless/wireless-tools )" wifi? ( net-wireless/wireless-tools )"
pkg_postinst() { pkg_postinst() {

@ -1,22 +1,20 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="ar bs ca cs da de en_GB es et fr TRINITY_LANGS="ar bs ca cs da de en_GB es et fr is it ja nb nl pt pt_BR
is it ja nb nl pt pt_BR ro sr sv ta tr ro sr sv ta tr zh_CN zh_TW"
zh_CN zh_TW"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A network meter for Kicker" DESCRIPTION="A network meter for Kicker"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"

@ -1,8 +1,8 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
@ -10,12 +10,11 @@ TRINITY_HANDBOOK="optional"
TRINITY_LANGS="bg br cs da de el es et fr ga gl TRINITY_LANGS="bg br cs da de el es et fr ga gl
it ja ka nl pl pt pt_BR ru sk sv tr" it ja ka nl pl pt pt_BR ru sk sv tr"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Network interfaces monitor for TDE" DESCRIPTION="Network interfaces monitor for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"

@ -4,23 +4,20 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de" TRINITY_LANGS="de"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Nmap graphical interface for TDE" DESCRIPTION="Nmap graphical interface for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
RDEPEND+=" net-analyzer/nmap" RDEPEND="net-analyzer/nmap"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de es fr hu nl pl ru sk zh_CN" TRINITY_LANGS="de es fr hu nl pl ru sk zh_CN"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Tool for managing notes" DESCRIPTION="Tool for managing notes"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -1,30 +1,27 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="cs de es fr it pl pt_BR ru uk" TRINITY_LANGS="cs de es fr it pl pt_BR ru uk"
TRINITY_DOC_LANGS="cs" TRINITY_DOC_LANGS="cs"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A TDE GUI client for UPS system NUT" DESCRIPTION="A TDE GUI client for UPS system NUT"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -3,7 +3,6 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
@ -13,25 +12,22 @@ TRINITY_LANGS="ar bg ca da de el en_GB es et fi fr gl he
TRINITY_DOC_LANGS="da es et it pt ru sv" TRINITY_DOC_LANGS="da es et it pt ru sv"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A user friendly IRC Client for Trinity" DESCRIPTION="A user friendly IRC Client for Trinity"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity
SLOT="${TRINITY_VER}" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
IUSE+=" xscreensaver" IUSE="xscreensaver"
DEPEND+=" xscreensaver? ( x11-libs/libXScrnSaver )" DEPEND="xscreensaver? ( x11-libs/libXScrnSaver )"
RDEPEND+=" ${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_XSCREENSAVER="$(usex xscreensaver)" -DWITH_XSCREENSAVER="$(usex xscreensaver)"
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="cs de es fr it nl pl sv" TRINITY_LANGS="cs de es fr it nl pl sv"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A dock for TDE, which attemps to resemble the Mac OSX dock" DESCRIPTION="A dock for TDE, which attemps to resemble the Mac OSX dock"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de" TRINITY_LANGS="de"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="IDE and simulator for the Xilinx PicoBlaze-3" DESCRIPTION="IDE and simulator for the Xilinx PicoBlaze-3"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -1,8 +1,8 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
@ -13,23 +13,21 @@ TRINITY_LANGS="be br ca cs cy da de el en_GB es et fi
TRINITY_DOC_LANGS="da es it pt sv" TRINITY_DOC_LANGS="da es it pt sv"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="KPlayer is a TDE media player based on mplayer." DESCRIPTION="KPlayer is a TDE media player based on mplayer."
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
DEPEND+=" media-video/mplayer" DEPEND="media-video/mplayer"
RDEPEND+=" ${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -1,8 +1,8 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
@ -10,21 +10,19 @@ TRINITY_HANDBOOK="optional"
TRINITY_LANGS="bs de es fr hu it ja nl TRINITY_LANGS="bs de es fr hu it ja nl
pl pt_BR ru sl sv tr zh_CN zh_TW" pl pt_BR ru sl sv tr zh_CN zh_TW"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A powerful batch file renamer for TDE" DESCRIPTION="A powerful batch file renamer for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity
SLOT="${TRINITY_VER}" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }
@ -37,4 +35,4 @@ pkg_postinst () {
einfo "tdegraphics-tdefile-plugins, tdemultimedia-tdefile-plugins," einfo "tdegraphics-tdefile-plugins, tdemultimedia-tdefile-plugins,"
einfo "tdenetwork-tdefile-plugins, tdesdk-tdefile-plugins." einfo "tdenetwork-tdefile-plugins, tdesdk-tdefile-plugins."
echo echo
} }

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de zh_CN" TRINITY_LANGS="de zh_CN"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="TDE front-end to Cscope" DESCRIPTION="TDE front-end to Cscope"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
RDEPEND=" RDEPEND="
media-gfx/graphviz media-gfx/graphviz

@ -1,31 +1,29 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="cs de es fr nb nl pl sv" TRINITY_LANGS="cs de es fr nb nl pl sv"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A TDE GUI frontend to LM-Sensors" DESCRIPTION="A TDE GUI frontend to LM-Sensors"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
DEPEND+=" sys-apps/lm-sensors" DEPEND="sys-apps/lm-sensors"
RDEPEND+=" ${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -4,24 +4,21 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="cs de es fr hu it ru sv" TRINITY_LANGS="cs de es fr hu it ru sv"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Show mails on a POP3 server " DESCRIPTION="Show mails on a POP3 server "
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
DEPEND+=" ~trinity-base/mimelib-${PV}" DEPEND="~trinity-base/mimelib-${PV}"
RDEPEND+=" ${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -4,26 +4,23 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="ar bg cs de es fr hu it nl pl pt_BR ru sk sv tr zh_CN" TRINITY_LANGS="ar bg cs de es fr hu it nl pl pt_BR ru sk sv tr zh_CN"
TRINITY_DOC_LANGS="de" TRINITY_DOC_LANGS="de"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A graphical shutdown utility for TDE" DESCRIPTION="A graphical shutdown utility for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
IUSE+=" extras" IUSE="extras"
RDEPEND+=" RDEPEND="
~trinity-base/kcontrol-${PV} ~trinity-base/kcontrol-${PV}
~trinity-base/kdialog-${PV} ~trinity-base/kdialog-${PV}
~trinity-base/tdesu-${PV} ~trinity-base/tdesu-${PV}

@ -10,7 +10,5 @@ inherit trinity-base-2
DESCRIPTION="KSplash engine Moodin" DESCRIPTION="KSplash engine Moodin"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"

@ -1,30 +1,28 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de" TRINITY_LANGS="de"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="TDE frontend for streamripper" DESCRIPTION="TDE frontend for streamripper"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
RDEPEND+=" media-sound/streamripper" RDEPEND="media-sound/streamripper"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -4,24 +4,21 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de" TRINITY_LANGS="de"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A virtual keyboard for TDE" DESCRIPTION="A virtual keyboard for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
DEPEND+=" x11-libs/libXtst" DEPEND="x11-libs/libXtst"
RDEPEND+=" ${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -4,30 +4,27 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="bg ca da de es fr hu it ja nl pl pt_BR ru sk sv tr zh_CN" TRINITY_LANGS="bg ca da de es fr hu it ja nl pl pt_BR ru sk sv tr zh_CN"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="VPN clients frontend for TDE" DESCRIPTION="VPN clients frontend for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
IUSE+=" cisco libreswan +openvpn pptpd smartcard strongswan" IUSE="cisco libreswan +openvpn pptpd smartcard strongswan"
# Other VPN clients will be added by request, controlled over USE. # Other VPN clients will be added by request, controlled over USE.
# If you miss any, please let us know! # If you miss any, please let us know!
DEPEND+=" DEPEND="
dev-libs/libgcrypt dev-libs/libgcrypt
sys-apps/net-tools" sys-apps/net-tools"
RDEPEND+=" ${DEPEND} RDEPEND="${DEPEND}
cisco? ( net-vpn/vpnc ) cisco? ( net-vpn/vpnc )
libreswan? ( net-vpn/libreswan ) libreswan? ( net-vpn/libreswan )
openvpn? ( net-vpn/openvpn ) openvpn? ( net-vpn/openvpn )

@ -1,28 +1,26 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de fr pl" TRINITY_LANGS="de fr pl"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="XML editor for TDE" DESCRIPTION="XML editor for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -4,24 +4,21 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de" TRINITY_LANGS="de"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="MPlayer based thumbnail generator for TDE" DESCRIPTION="MPlayer based thumbnail generator for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
IUSE+=" +strips" IUSE="+strips"
RDEPEND+=" media-video/mplayer" RDEPEND="media-video/mplayer"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -1,30 +1,28 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de" TRINITY_LANGS="de"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="TDE frontend for potrace" DESCRIPTION="TDE frontend for potrace"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
RDEPEND+=" media-gfx/potrace" RDEPEND="media-gfx/potrace"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -1,25 +1,23 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="SmartCard login and LUKS decrypt" DESCRIPTION="SmartCard login and LUKS decrypt"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity
SLOT="${TRINITY_VER}" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
IUSE+=" libressl" IUSE="libressl"
DEPEND+=" DEPEND="
net-libs/gnutls
dev-libs/pkcs11-helper dev-libs/pkcs11-helper
net-libs/gnutls
!libressl? ( dev-libs/openssl:= ) !libressl? ( dev-libs/openssl:= )
libressl? ( dev-libs/libressl:= ) libressl? ( dev-libs/libressl:= )
" "
RDEPEND+=" ${DEPEND}" RDEPEND="${DEPEND}"

@ -1,28 +1,26 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de es fi fr it nl pl pt_BR ru sl uk" TRINITY_LANGS="de es fi fr it nl pl pt_BR ru sl uk"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="TDE-Menu replacement " DESCRIPTION="TDE-Menu replacement"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -1,17 +1,16 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="no" TRINITY_EXTRAGEAR_PACKAGING="no"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Ia Ora widget style for TDE" DESCRIPTION="Ia Ora widget style for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"

@ -1,28 +1,26 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="never" TRINITY_HANDBOOK="never"
TRINITY_LANGS="de" TRINITY_LANGS="de"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Lipstik widget style for TDE" DESCRIPTION="Lipstik widget style for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -1,28 +1,26 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="never" TRINITY_HANDBOOK="never"
TRINITY_LANGS="de tr" TRINITY_LANGS="de tr"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="QtCurve widget style for TDE" DESCRIPTION="QtCurve widget style for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -1,28 +1,26 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="bg cs de es fr hu id it ja nl pl pt_BR ru sv" TRINITY_LANGS="bg cs de es fr hu id it ja nl pl pt_BR ru sv"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Minimize applications to the TDE system tray" DESCRIPTION="Minimize applications to the TDE system tray"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -1,28 +1,26 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de" TRINITY_LANGS="de"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="TDEIO slave for FTPS protocol " DESCRIPTION="TDEIO slave for FTPS protocol"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -1,8 +1,8 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
@ -11,12 +11,11 @@ TRINITY_LANGS="ar bg br bs ca ca@valencia cs cy da de el en_GB eo
es et fi fr ga gl hr hu is it ja ka km lt lv ms nb nds nl nn es et fi fr ga gl hr hu is it ja ka km lt lv ms nb nds nl nn
pa pl pt pt_BR ro ru rw sk sv ta tr ug uk zh_CN zh_TW" pa pl pt pt_BR ro ru rw sk sv ta tr ug uk zh_CN zh_TW"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="TDEIO slave for gopher protocol" DESCRIPTION="TDEIO slave for gopher protocol"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"

@ -1,22 +1,21 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de fr" TRINITY_LANGS="de fr"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Locate TDEIO plugin" DESCRIPTION="Locate TDEIO plugin"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
RDEPEND+=" sys-apps/mlocate" RDEPEND="sys-apps/mlocate"

@ -1,32 +1,30 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de" TRINITY_LANGS="de"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Sword TDEIO plugin" DESCRIPTION="Sword TDEIO plugin"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
DEPEND+=" app-text/sword" DEPEND="app-text/sword"
RDEPEND+=" ${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -4,21 +4,18 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="never" TRINITY_HANDBOOK="never"
TRINITY_LANGS="de" TRINITY_LANGS="de"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Progress dialog for safely removing devices" DESCRIPTION="Progress dialog for safely removing devices"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(

@ -1,8 +1,8 @@
# Copyright 2020 Gentoo Authors
# Copyright 2019-2020 The Trinity Desktop Project # Copyright 2019-2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
@ -12,26 +12,26 @@ TRINITY_LANGS="ar bg cs da de el es fi fr hi hu it ja km lt
TRINITY_DOC_LANGS="cs de fi hu nb" TRINITY_DOC_LANGS="cs de fi hu nb"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A TDE frontend for power management" DESCRIPTION="A TDE frontend for power management"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
DEPEND+=" x11-libs/libXScrnSaver DEPEND="
~dev-libs/dbus-1-tqt-${PV}
x11-libs/libXext x11-libs/libXext
x11-libs/libXScrnSaver
x11-libs/libXtst x11-libs/libXtst
~dev-libs/dbus-1-tqt-${PV}" "
RDEPEND+=" ${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -1,30 +1,28 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de fr" TRINITY_LANGS="de fr"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Sudo frontend for TDE" DESCRIPTION="Sudo frontend for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
RDEPEND+=" app-admin/sudo" RDEPEND="app-admin/sudo"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -4,32 +4,28 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="ca cs de es fr gl it ja lt nl pa ru sv" TRINITY_LANGS="ca cs de es fr gl it ja lt nl pa ru sv"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="Subversion client with tight TDE integration" DESCRIPTION="Subversion client with tight TDE integration"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
IUSE="test"
IUSE+=" test"
RESTRICT+=" !test? ( test )" RESTRICT+=" !test? ( test )"
DEPEND+=" dev-vcs/subversion" DEPEND="dev-vcs/subversion"
RDEPEND+=" ${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(
-DBUILD_TESTS="$(usex test)" -DBUILD_TESTS="$(usex test)"
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -1,30 +1,28 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de" TRINITY_LANGS="de"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A theme manager for TDM" DESCRIPTION="A theme manager for TDM"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
RDEPEND+=" ~trinity-base/tdm-${PV}" RDEPEND="~trinity-base/tdm-${PV}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON -DBUILD_TRANSLATIONS=ON
) )
trinity-base-2_src_configure trinity-base-2_src_configure
} }

@ -4,23 +4,20 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="ar ca de es fr nb pl pt_BR sv zh_CN zh_TW" TRINITY_LANGS="ar ca de es fr nb pl pt_BR sv zh_CN zh_TW"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="User friendly TDE frontend for wireless network connection" DESCRIPTION="User friendly TDE frontend for wireless network connection"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
need-trinity
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
RDEPEND+=" RDEPEND="
net-wireless/wireless-tools net-wireless/wireless-tools
|| ( || (
net-misc/dhcp net-misc/dhcp

@ -1,24 +1,22 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional" TRINITY_HANDBOOK="optional"
TRINITY_LANGS="de el es et fr hu it TRINITY_LANGS="de el es et fr hu it ja nl pl pt pt_BR ru sv tr"
ja nl pl pt pt_BR ru sv tr"
TRINITY_MODULE_TYPE="applications"
inherit trinity-base-2 inherit trinity-base-2
DESCRIPTION="A Quake-style terminal emulator for TDE" DESCRIPTION="A Quake-style terminal emulator for TDE"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
SLOT="${TRINITY_VER}"
DEPEND+=" ~trinity-base/konsole-${PV}" DEPEND="~trinity-base/konsole-${PV}"
RDEPEND+=" ${DEPEND}" RDEPEND="${DEPEND}"

@ -3,17 +3,17 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libtdepim/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity news feed aggregator." DESCRIPTION="Trinity news feed aggregator"
DEPEND=" DEPEND="
~trinity-base/ktnef-${PV} ~trinity-base/ktnef-${PV}
~trinity-base/libkcal-${PV}
~trinity-base/libkmime-${PV} ~trinity-base/libkmime-${PV}
~trinity-base/libtdepim-${PV} ~trinity-base/libtdepim-${PV}
~trinity-base/libkcal-${PV}" "
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdepim/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdetoys"
TRINITY_MODULE_NAME="tdetoys"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: Amusing Misuse Of Resources - desktop-dwelling creature" DESCRIPTION="Trinity: Amusing Misuse Of Resources - desktop-dwelling creature"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeutils"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Archiving tool" DESCRIPTION="Trinity Archiving tool"

@ -6,17 +6,15 @@ EAPI="7"
TRINITY_MODULE_TYPE="dependencies" TRINITY_MODULE_TYPE="dependencies"
TRINITY_MODULE_NAME="arts" TRINITY_MODULE_NAME="arts"
inherit trinity-base-2 inherit trinity-base-2
set-trinityver
DESCRIPTION="aRts, the Trinity sound (and all-around multimedia) server/output manager" DESCRIPTION="aRts, the Trinity sound (and all-around multimedia) server/output manager"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
IUSE="alsa -artswrappersuid jack mp3 vorbis" IUSE="alsa -artswrappersuid jack mp3 vorbis"
SLOT="${TRINITY_VER}" SLOT="14"
DEPEND="~dev-tqt/tqtinterface-${PV} DEPEND="~dev-tqt/tqtinterface-${PV}
dev-libs/glib dev-libs/glib
@ -28,7 +26,7 @@ DEPEND="~dev-tqt/tqtinterface-${PV}
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_AUDIOFILE=ON -DWITH_AUDIOFILE=ON
-DWITH_MAD="$(usex mp3)" -DWITH_MAD="$(usex mp3)"
-DWITH_ALSA="$(usex alsa)" -DWITH_ALSA="$(usex alsa)"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="The Atlantic board game" DESCRIPTION="The Atlantic board game"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeaddons"
TRINITY_MODULE_NAME="tdeaddons"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Atlantik gameboard designer" DESCRIPTION="Atlantik gameboard designer"

@ -3,8 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libtdepim/ libkpgp/ libtdenetwork/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity certificate manager gui" DESCRIPTION="Trinity certificate manager gui"
@ -12,10 +13,8 @@ DESCRIPTION="Trinity certificate manager gui"
COMMON_DEPEND="~trinity-base/libtdenetwork-${PV} COMMON_DEPEND="~trinity-base/libtdenetwork-${PV}
app-crypt/gpgme app-crypt/gpgme
app-crypt/gnupg" app-crypt/gnupg"
DEPEND+=" ${COMMON_DEPEND}" DEPEND="${COMMON_DEPEND}"
RDEPEND+=" ${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND}"
TSM_EXTRACT_ALSO="libtdepim/ libkpgp/ libtdenetwork/"
pkg_postinst() { pkg_postinst() {
trinity-meta-2_pkg_postinst trinity-meta-2_pkg_postinst

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_MODULE_NAME="tdenetwork"
TSM_EXTRACT_ALSO="librss/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity RSS server and client for DCOP" DESCRIPTION="Trinity RSS server and client for DCOP"
DEPEND="~trinity-base/librss-${PV}" DEPEND="~trinity-base/librss-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="librss/"

@ -3,8 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity crash handler gives the user feedback if a program crashed" DESCRIPTION="Trinity crash handler gives the user feedback if a program crashed"
@ -14,11 +15,8 @@ IUSE="+hwlib"
RDEPEND="sys-devel/gdb" RDEPEND="sys-devel/gdb"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_TDEHWLIB="$(usex hwlib)" -DWITH_TDEHWLIB="$(usex hwlib)"
) )
trinity-meta-2_src_configure trinity-meta-2_src_configure
} }
TSM_EXTRACT_ALSO="translations/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdetoys"
TRINITY_MODULE_NAME="tdetoys"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="kicker applet: eyes following the movement of the mouse pointer" DESCRIPTION="kicker applet: eyes following the movement of the mouse pointer"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdetoys"
TRINITY_MODULE_NAME="tdetoys"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Kicker plugin for the 15-game" DESCRIPTION="Kicker plugin for the 15-game"

@ -1,9 +1,10 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdemultimedia"
TRINITY_MODULE_NAME="tdemultimedia"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Jukebox and music manager for TDE" DESCRIPTION="Jukebox and music manager for TDE"
@ -19,7 +20,7 @@ DEPEND="${RDEPEND}"
PDEPEND="gstreamer? ( media-plugins/gst-plugins-meta )" PDEPEND="gstreamer? ( media-plugins/gst-plugins-meta )"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_GSTREAMER="$(usex gstreamer)" -DWITH_GSTREAMER="$(usex gstreamer)"
-DWITH_MUSICBRAINZ="$(usex musicbrainz)" -DWITH_MUSICBRAINZ="$(usex musicbrainz)"
-DWITH_TAGLIB="$(usex taglib)" -DWITH_TAGLIB="$(usex taglib)"

@ -1,11 +1,12 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdemultimedia"
TRINITY_MODULE_NAME="tdemultimedia"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="The Lean TDE Media Player" DESCRIPTION="The Lean TDE Media Player"
RDEPEND="~trinity-base/tdemultimedia-arts-${PV}" RDEPEND="~trinity-base/tdemultimedia-arts-${PV}"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeaddons"
TRINITY_MODULE_NAME="tdeaddons"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Plugins for Trinity Addressbook" DESCRIPTION="Plugins for Trinity Addressbook"

@ -3,30 +3,30 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="certmanager/lib/
libtdepim/
libtdenetwork/
libkcal/
libemailfunctions/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="The Trinity Address Book" DESCRIPTION="The Trinity Address Book"
IUSE+=" gnokii"
COMMON_DEPEND="~trinity-base/libtdepim-${PV} IUSE="gnokii"
~trinity-base/libkcal-${PV}
DEPEND="
~trinity-base/certmanager-${PV} ~trinity-base/certmanager-${PV}
~trinity-base/libkcal-${PV}
~trinity-base/libtdenetwork-${PV} ~trinity-base/libtdenetwork-${PV}
gnokii? ( app-mobilephone/gnokii )" ~trinity-base/libtdepim-${PV}
gnokii? ( app-mobilephone/gnokii )
DEPEND+=" ${COMMON_DEPEND}" "
RDEPEND+=" ${COMMON_DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="certmanager/lib/
libtdepim/
libtdenetwork/
libkcal/
libemailfunctions/"
src_configure () { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_GNOKII="$(usex gnokii)" -DWITH_GNOKII="$(usex gnokii)"
) )
trinity-meta-2_src_configure trinity-meta-2_src_configure

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity digital camera manager" DESCRIPTION="Trinity digital camera manager"

@ -3,10 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity tool that generates *.desktop files for well known apps" DESCRIPTION="Trinity tool that generates *.desktop files for well known apps"
TSM_EXTRACT_ALSO="translations/"

@ -4,13 +4,12 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_NEED_ARTS="yes" TRINITY_NEED_ARTS="yes"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Space Game" DESCRIPTION="Trinity Space Game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,9 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeaddons"
TSM_EXTRACT="kate" TSM_EXTRACT="kate"
TRINITY_MODULE_NAME="tdeaddons"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Kate plugins and docs" DESCRIPTION="Kate plugins and docs"

@ -3,10 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Kate is an MDI texteditor." DESCRIPTION="Kate is an MDI texteditor"
TSM_EXTRACT_ALSO="translations/"

@ -5,11 +5,10 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Atomic Entertainment Game" DESCRIPTION="Trinity Atomic Entertainment Game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A Backgammon program for Trinity" DESCRIPTION="A Backgammon program for Trinity"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="The Trinity Battleship clone" DESCRIPTION="The Trinity Battleship clone"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Blackbox Game" DESCRIPTION="Trinity Blackbox Game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -4,8 +4,9 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_NEED_ARTS="optional" TRINITY_NEED_ARTS="optional"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
# Needs some dependency to play "au" sounds. # Needs some dependency to play "au" sounds.
@ -14,5 +15,3 @@ DESCRIPTION="Trinity Bounce Ball Game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeutils"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity calculator" DESCRIPTION="Trinity calculator"

@ -3,9 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeutils"
TRINITY_SUBMODULE="kcharselect charselectapplet" TRINITY_SUBMODULE="kcharselect charselectapplet"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity character selection utility and panel applet" DESCRIPTION="Trinity character selection utility and panel applet"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A simple password checker, used by any software in need of user authentication." DESCRIPTION="A simple password checker, used by any software in need of user authentication."
@ -14,7 +14,7 @@ RDEPEND="pam? ( trinity-base/tdebase-pam )"
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_SHADOW=ON -DWITH_SHADOW=ON
-DWITH_PAM="$(usex pam)" -DWITH_PAM="$(usex pam)"
-DKCHECKPASS_PAM_SERVICE=tde -DKCHECKPASS_PAM_SERVICE=tde

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="KCMInit - initializes Control Modules during startup." DESCRIPTION="KCMInit - initializes Control Modules during startup."

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity color selector/editor" DESCRIPTION="Trinity color selector/editor"

@ -5,6 +5,7 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase" TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="kicker/ twin/ kdesktop/ klipper/ kxkb/ translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="The Trinity Control Center" DESCRIPTION="The Trinity Control Center"
@ -30,8 +31,6 @@ RDEPEND="${DEPEND}
~trinity-base/khotkeys-${PV} ~trinity-base/khotkeys-${PV}
svg? ( media-libs/libart_lgpl )" svg? ( media-libs/libart_lgpl )"
TSM_EXTRACT_ALSO="kicker/ twin/ kdesktop/ klipper/ kxkb/ translations/"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(
-DWITH_XCURSOR=ON -DWITH_XCURSOR=ON

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: graphical DCOP browser/client" DESCRIPTION="Trinity: graphical DCOP browser/client"

@ -3,18 +3,20 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="kcheckpass/ translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="The part of TDE UI that handles icons, desktop, screensaver etc" DESCRIPTION="The part of TDE UI that handles icons, desktop, screensaver etc"
IUSE="pam xscreensaver" IUSE="pam xscreensaver"
COMMON_DEPEND="x11-libs/libXrender COMMON_DEPEND="
x11-libs/libXcursor
~dev-libs/dbus-1-tqt-${PV} ~dev-libs/dbus-1-tqt-${PV}
~trinity-base/libkonq-${PV}
~trinity-base/kcontrol-${PV} ~trinity-base/kcontrol-${PV}
~trinity-base/libkonq-${PV}
x11-libs/libXrender
x11-libs/libXcursor
xscreensaver? ( x11-libs/libXScrnSaver )" xscreensaver? ( x11-libs/libXScrnSaver )"
# Requires the desktop background settings module, # Requires the desktop background settings module,
# so until we separate the kcontrol modules into separate ebuilds :-), # so until we separate the kcontrol modules into separate ebuilds :-),
@ -27,16 +29,13 @@ RDEPEND="${COMMON_DEPEND}
~trinity-base/konqueror-${PV} ~trinity-base/konqueror-${PV}
pam? ( trinity-base/tdebase-pam )" pam? ( trinity-base/tdebase-pam )"
TSM_EXTRACT_ALSO="kcheckpass/ translations/"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_XCURSOR=ON -DWITH_XCURSOR=ON
-DWITH_XRENDER=ON -DWITH_XRENDER=ON
-DWITH_PAM="$(usex pam)" -DWITH_PAM="$(usex pam)"
-DWITH_XSCREENSAVER="$(usex xscreensaver)" -DWITH_XSCREENSAVER="$(usex xscreensaver)"
-DTDESCREENSAVER_PAM_SERVICE=tde -DTDESCREENSAVER_PAM_SERVICE=tde
) )
trinity-meta-2_src_configure trinity-meta-2_src_configure
} }

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeutils"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity free disk space utility" DESCRIPTION="Trinity free disk space utility"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="KDialog can be used to show nice dialog boxes from shell scripts" DESCRIPTION="KDialog can be used to show nice dialog boxes from shell scripts"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity dict client (for dict.org-like servers)" DESCRIPTION="Trinity dict client (for dict.org-like servers)"

@ -3,14 +3,15 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
TSM_EXTRACT_ALSO="kviewshell"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity DVI viewer" DESCRIPTION="Trinity DVI viewer"
DEPEND="media-libs/freetype DEPEND="
~trinity-base/kviewshell-${PV}" media-libs/freetype
~trinity-base/kviewshell-${PV}
"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="kviewshell"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeutils"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Very simple text editor for Trinity" DESCRIPTION="Very simple text editor for Trinity"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: Board game inspired by Abalone" DESCRIPTION="Trinity: Board game inspired by Abalone"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,14 +3,13 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics" TRINITY_MODULE_NAME="tdegraphics"
TRINITY_SUBMODULE="kfax kfaxview" TRINITY_SUBMODULE="kfax kfaxview"
TSM_EXTRACT_ALSO="kviewshell"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity G3/G4 fax viewer" DESCRIPTION="Trinity G3/G4 fax viewer"
DEPEND="~trinity-base/kviewshell-${PV}" DEPEND="~trinity-base/kviewshell-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="kviewshell"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity file find utility" DESCRIPTION="Trinity file find utility"
DEPEND="~trinity-base/libkonq-${PV}" DEPEND="~trinity-base/libkonq-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="translations/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeutils"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="KFloppy - formats disks and puts a DOS or ext2fs filesystem on them." DESCRIPTION="KFloppy - formats disks and puts a DOS or ext2fs filesystem on them."

@ -3,14 +3,13 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TRINITY_SUBMODULE="kfouleggs libksirtet"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="KFoulEggs is an adaptation of the well-known (at least in Japan) PuyoPuyo game" DESCRIPTION="KFoulEggs is an adaptation of the well-known (at least in Japan) PuyoPuyo game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TRINITY_SUBMODULE="kfouleggs libksirtet"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity screen gamma values kcontrol module" DESCRIPTION="Trinity screen gamma values kcontrol module"

@ -3,10 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libtdepim/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A Trinity library for drawing and editing gantt-diagramms" DESCRIPTION="A Trinity library for drawing and editing gantt-diagramms"
TSM_EXTRACT_ALSO="libtdepim/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="An advanced download manager for Trinity" DESCRIPTION="An advanced download manager for Trinity"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A Trinity Viewer for PostScript (.ps, .eps) and PDF (.pdf) files" DESCRIPTION="A Trinity Viewer for PostScript (.ps, .eps) and PDF (.pdf) files"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: KGoldrunner is a game of action and puzzle solving" DESCRIPTION="Trinity: KGoldrunner is a game of action and puzzle solving"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -1,18 +1,20 @@
# Copyright 1999-2017 Gentoo Foundatio # Copyright 1999-2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 TRINITY_MODULE_NAME="tdebase"
TRINITY_SUBMODULE="khelpcenter doc" TRINITY_SUBMODULE="khelpcenter doc"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2
DESCRIPTION="The Trinity help center." DESCRIPTION="The Trinity help center"
RDEPEND=" RDEPEND="
~trinity-base/tdebase-tdeioslaves-${PV} ~trinity-base/tdebase-tdeioslaves-${PV}
|| ( www-misc/htdig www-misc/hldig )" || (
www-misc/htdig
TSM_EXTRACT_ALSO="translations/" www-misc/hldig
)
"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeutils"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity hex editor" DESCRIPTION="Trinity hex editor"

@ -4,8 +4,9 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_NEED_ARTS="optional" TRINITY_NEED_ARTS="optional"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity hotkey daemon" DESCRIPTION="Trinity hotkey daemon"
@ -13,8 +14,6 @@ DESCRIPTION="Trinity hotkey daemon"
DEPEND="x11-libs/libXtst" DEPEND="x11-libs/libXtst"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="translations/"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(
-DWITH_XTEST=ON -DWITH_XTEST=ON

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeaddons"
TRINITY_MODULE_NAME="tdeaddons"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="kicker applets" DESCRIPTION="kicker applets"

@ -3,8 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="The Trinity application starter panel, capable of applets and extensions" DESCRIPTION="The Trinity application starter panel, capable of applets and extensions"
@ -20,10 +21,8 @@ DEPEND="~trinity-base/libkonq-${PV}
RDEPEND="${DEPEND} RDEPEND="${DEPEND}
~trinity-base/kmenuedit-${PV}" ~trinity-base/kmenuedit-${PV}"
TSM_EXTRACT_ALSO="translations/"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_XFIXES="$(usex xcomposite)" -DWITH_XFIXES="$(usex xcomposite)"
-DWITH_XRENDER="$(usex xcomposite)" -DWITH_XRENDER="$(usex xcomposite)"
-DWITH_XCOMPOSITE="$(usex xcomposite)" -DWITH_XCOMPOSITE="$(usex xcomposite)"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeutils"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity note taking utility" DESCRIPTION="Trinity note taking utility"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: Tactical one or two player game" DESCRIPTION="Trinity: Tactical one or two player game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,14 +3,13 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TRINITY_SUBMODULE="klickety libksirtet"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: Klickety is an adaptation of the clickomania game" DESCRIPTION="Trinity: Klickety is an adaptation of the clickomania game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TRINITY_SUBMODULE="klickety libksirtet"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: Kolor Lines - a little game about balls and how to get rid of them" DESCRIPTION="Trinity: Kolor Lines - a little game about balls and how to get rid of them"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="kicker applet for Trinity and X clipboard management" DESCRIPTION="kicker applet for Trinity and X clipboard management"
@ -13,7 +13,7 @@ DEPEND="x11-libs/libXfixes"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_XFIXES=ON -DWITH_XFIXES=ON
) )

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Mahjongg for Trinity" DESCRIPTION="Mahjongg for Trinity"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -1,9 +1,24 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="
ktnef/
libemailfunctions/
mimelib/
libtdenetwork/
certmanager/lib/
libtdepim/
korganizer/kcalendariface.h
korganizer/korganizeriface.h
libkpimidentities/
libkpgp/
libkmime/
libksieve/
kmail/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="The email client for Trinity" DESCRIPTION="The email client for Trinity"
@ -13,40 +28,25 @@ IUSE="crypt imap mbox sasl"
# The magic of KMail, is fully done by individual TDEIOSlaves, # The magic of KMail, is fully done by individual TDEIOSlaves,
# so we trigger them to be build, depending on USE flags. # so we trigger them to be build, depending on USE flags.
COMMON_DEPEND=" DEPEND="
~trinity-base/libtdepim-${PV} ~trinity-base/certmanager-${PV}
~trinity-base/mimelib-${PV}
~trinity-base/libtdenetwork-${PV}
~trinity-base/ktnef-${PV} ~trinity-base/ktnef-${PV}
~trinity-base/libkcal-${PV} ~trinity-base/libkcal-${PV}
~trinity-base/libkmime-${PV} ~trinity-base/libkmime-${PV}
~trinity-base/libkpgp-${PV} ~trinity-base/libkpgp-${PV}
~trinity-base/certmanager-${PV}
~trinity-base/libkpimidentities-${PV} ~trinity-base/libkpimidentities-${PV}
~trinity-base/libksieve-${PV}" ~trinity-base/libksieve-${PV}
~trinity-base/libtdenetwork-${PV}
DEPEND="${COMMON_DEPEND}" ~trinity-base/libtdepim-${PV}
RDEPEND="${COMMON_DEPEND} ~trinity-base/mimelib-${PV}
crypt? ( app-crypt/pinentry ) "
RDEPEND="${DEPEND}
~trinity-base/tdebase-tdeioslaves-${PV} ~trinity-base/tdebase-tdeioslaves-${PV}
mbox? ( ~trinity-base/tdepim-tdeioslaves-${PV} ) crypt? ( app-crypt/pinentry )
imap? ( ~trinity-base/tdepim-tdeioslaves-${PV}[sasl=] ) imap? ( ~trinity-base/tdepim-tdeioslaves-${PV}[sasl=] )
sasl? ( ~trinity-base/tdebase-tdeioslaves-${PV}[sasl=] )" mbox? ( ~trinity-base/tdepim-tdeioslaves-${PV} )
sasl? ( ~trinity-base/tdebase-tdeioslaves-${PV}[sasl=] )
TSM_EXTRACT_ALSO=" "
ktnef/
libemailfunctions/
mimelib/
libtdenetwork/
certmanager/lib/
libtdepim/
korganizer/kcalendariface.h
korganizer/korganizeriface.h
libkpimidentities/
libkpgp/
libkmime/
libksieve/
kmail/"
pkg_postinst () { pkg_postinst () {
if use crypt; then if use crypt; then

@ -3,10 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity menu editor" DESCRIPTION="Trinity menu editor"
TSM_EXTRACT_ALSO="translations/"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="KMines is a classic mine sweeper game" DESCRIPTION="KMines is a classic mine sweeper game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdemultimedia"
TRINITY_MODULE_NAME="tdemultimedia"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity mixer GUI" DESCRIPTION="Trinity mixer GUI"
@ -15,7 +15,7 @@ DEPEND="alsa? ( media-libs/alsa-lib )"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_ALSA="$(usex alsa)" -DWITH_ALSA="$(usex alsa)"
) )

@ -1,11 +1,11 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libtdepim/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A TDE Mobile Devices Manager" DESCRIPTION="A TDE Mobile Devices Manager"
TSM_EXTRACT_ALSO="libtdepim/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdetoys"
TRINITY_MODULE_NAME="tdetoys"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity moon phase display" DESCRIPTION="Trinity moon phase display"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="TDEIO and konqueror plugins for MRML - an image indexing service" DESCRIPTION="TDEIO and konqueror plugins for MRML - an image indexing service"

@ -5,8 +5,7 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase" TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity network wizard" DESCRIPTION="Trinity network wizard"
TSM_EXTRACT_ALSO="translations/"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity tron game" DESCRIPTION="Trinity tron game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeaddons"
TRINITY_MODULE_NAME="tdeaddons"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Kicker applet - RSS news ticker" DESCRIPTION="Kicker applet - RSS news ticker"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_MODULE_NAME="tdenetwork"
TSM_EXTRACT_ALSO="librss"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="kicker plugin: rss news ticker" DESCRIPTION="kicker plugin: rss news ticker"
DEPEND="~trinity-base/librss-${PV}" DEPEND="~trinity-base/librss-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="librss"

@ -1,18 +1,19 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libtdepim/ libemailfunctions/ libkpgp/ libkmime/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A newsreader for TDE" DESCRIPTION="A newsreader for TDE"
DEPEND=" DEPEND="
~trinity-base/ktnef-${PV} ~trinity-base/ktnef-${PV}
~trinity-base/libkcal-${PV}
~trinity-base/libkmime-${PV} ~trinity-base/libkmime-${PV}
~trinity-base/libtdepim-${PV} ~trinity-base/libtdepim-${PV}
~trinity-base/libkcal-${PV}" "
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdepim/ libemailfunctions/ libkpgp/ libkmime/"

@ -3,15 +3,15 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libtdepim/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Notes application" DESCRIPTION="Trinity Notes application"
COMMON_DEPEND="~trinity-base/libkcal-${PV} DEPEND="
~trinity-base/libtdepim-${PV}" ~trinity-base/libkcal-${PV}
DEPEND+=" $COMMON_DEPEND" ~trinity-base/libtdepim-${PV}
RDEPEND+=" $COMMON_DEPEND" "
RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdepim/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdetoys"
TRINITY_MODULE_NAME="tdetoys"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: measure the desktop mileage of your mouse pointer" DESCRIPTION="Trinity: measure the desktop mileage of your mouse pointer"

@ -4,13 +4,12 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_NEED_ARTS="yes" TRINITY_NEED_ARTS="yes"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Minigolf Game by Trinity" DESCRIPTION="Minigolf Game by Trinity"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Paint Program for Trinity" DESCRIPTION="Paint Program for Trinity"

@ -4,8 +4,8 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeaddons"
TRINITY_NEED_ARTS="optional" TRINITY_NEED_ARTS="optional"
TRINITY_MODULE_NAME="tdeaddons"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Various plugins for Konqueror" DESCRIPTION="Various plugins for Konqueror"

@ -3,8 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="kdesktop translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: Web browser, file manager, ..." DESCRIPTION="Trinity: Web browser, file manager, ..."
@ -13,12 +14,11 @@ IUSE="java"
# FIXME: support branding USE flag # FIXME: support branding USE flag
DEPEND=" DEPEND="
~trinity-base/libkonq-${PV}" ~trinity-base/libkonq-${PV}
"
RDEPEND="${DEPEND} RDEPEND="${DEPEND}
~trinity-base/kcontrol-${PV} ~trinity-base/kcontrol-${PV}
~trinity-base/tdebase-tdeioslaves-${PV}
~trinity-base/kfind-${PV} ~trinity-base/kfind-${PV}
java? ( virtual/jre )" ~trinity-base/tdebase-tdeioslaves-${PV}
java? ( virtual/jre )
TSM_EXTRACT_ALSO="kdesktop translations/" "

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Galactic Strategy Trinity Game" DESCRIPTION="Galactic Strategy Trinity Game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -5,6 +5,7 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase" TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="X terminal for use with Trinity" DESCRIPTION="X terminal for use with Trinity"
@ -20,8 +21,6 @@ RDEPEND="${DEPEND}
x11-apps/bdftopcf x11-apps/bdftopcf
sudo? ( app-admin/sudo )" sudo? ( app-admin/sudo )"
TSM_EXTRACT_ALSO="translations/"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(
-DWITH_XRENDER=ON -DWITH_XRENDER=ON

@ -3,23 +3,22 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libtdepim/ libtdenetwork/ plugins/ korganizer/ kaddressbook/
kmail/ knotes/ knode/ akregator/ karm/ libemailfunctions/ libkpimidentities/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity personal information manager" DESCRIPTION="Trinity personal information manager"
COMMON_DEPEND="~trinity-base/libtdepim-${PV} DEPEND="
~trinity-base/libtdepim-${PV}
~trinity-base/libkpimidentities-${PV} ~trinity-base/libkpimidentities-${PV}
~trinity-base/libkholidays-${PV} ~trinity-base/libkholidays-${PV}
~trinity-base/knotes-${PV} ~trinity-base/knotes-${PV}
=trinity-base/korganizer-${PV}" ~trinity-base/korganizer-${PV}
"
DEPEND+=" $COMMON_DEPEND" RDEPEND="${DEPEND}"
RDEPEND+=" $COMMON_DEPEND"
TSM_EXTRACT_ALSO="libtdepim/ libtdenetwork/ plugins/ korganizer/ kaddressbook/ \
kmail/ knotes/ knode/ akregator/ karm/ libemailfunctions/ libkpimidentities/"
src_prepare() { src_prepare() {
sed -i '/kmail/d' kontact/plugins/CMakeLists.txt || die sed -i '/kmail/d' kontact/plugins/CMakeLists.txt || die

@ -3,15 +3,15 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
TSM_EXTRACT_ALSO="libkscan"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Kooka is a Trinity application which provides access to scanner hardware" DESCRIPTION="Kooka is a Trinity application which provides access to scanner hardware"
DEPEND=" DEPEND="
media-libs/tiff:=
~trinity-base/libkscan-${PV} ~trinity-base/libkscan-${PV}
media-libs/tiff:=" "
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libkscan"

@ -3,45 +3,46 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="certmanager/lib/
libemailfunctions/
libkcal/
libkholidays/
libkpimidentities/
libtdepim/
libkmime/
kdgantt/
kmail/"
TRINITY_MODULE_NAME="tdepim"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A Personal Organizer for Trinity" DESCRIPTION="A Personal Organizer for Trinity"
IUSE+=" exchange" IUSE="exchange"
COMMON_DEPEND=" DEPEND="
~trinity-base/certmanager-${PV}
~trinity-base/kaddressbook-${PV}
~trinity-base/kgantt-${PV} ~trinity-base/kgantt-${PV}
~trinity-base/libtdepim-${PV}
~trinity-base/libtdenetwork-${PV}
~trinity-base/libkcal-${PV}
~trinity-base/ktnef-${PV} ~trinity-base/ktnef-${PV}
~trinity-base/libkmime-${PV} ~trinity-base/libkcal-${PV}
~trinity-base/libkholidays-${PV} ~trinity-base/libkholidays-${PV}
~trinity-base/certmanager-${PV} ~trinity-base/libkmime-${PV}
~trinity-base/libkpimidentities-${PV} ~trinity-base/libkpimidentities-${PV}
~trinity-base/kaddressbook-${PV} ~trinity-base/libtdenetwork-${PV}
exchange? ( ~trinity-base/libkpimexchange-${PV} )" ~trinity-base/libtdepim-${PV}
exchange? ( ~trinity-base/libkpimexchange-${PV} )
"
# ~trinity-base/tdepim-tderesources-${PV}:${SLOT} # ~trinity-base/tdepim-tderesources-${PV}:${SLOT}
RDEPEND="${DEPEND}"
DEPEND+=" ${COMMON_DEPEND}" pkg_setup() {
RDEPEND+=" ${COMMON_DEPEND}" trinity-meta-2_pkg_setup
use exchange && TSM_EXTRACT_ALSO+=" libkpimexchange/core/"
TSM_EXTRACT_ALSO="certmanager/lib/ }
libemailfunctions/
libkcal/
libkholidays/
libkpimidentities/
libtdepim/
libkmime/
kdgantt/
kmail/"
TSM_EXTRACT_ALSO+=" libkpimexchange/core/" # required for USE=exchange
src_configure () { src_configure () {
mycmakeargs=( local mycmakeargs=(
-DWITH_EXCHANGE="$(usex exchange)" -DWITH_EXCHANGE="$(usex exchange)"
) )
trinity-meta-2_src_configure trinity-meta-2_src_configure

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Virtual Desktop Overview" DESCRIPTION="Trinity Virtual Desktop Overview"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity patience game" DESCRIPTION="Trinity patience game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="KPDF, a Trinity PDF viewer based on XPDF" DESCRIPTION="KPDF, a Trinity PDF viewer based on XPDF"

@ -3,10 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="libkonq/ translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity user settings wizard." DESCRIPTION="Trinity user settings wizard"
TSM_EXTRACT_ALSO="libkonq/ translations/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Kicker file server (http) applet" DESCRIPTION="Kicker file server (http) applet"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity poker game" DESCRIPTION="Trinity poker game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: Modeler for POV-Ray Scenes." DESCRIPTION="Trinity: Modeler for POV-Ray Scenes."

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: A dialer and front-end to pppd." DESCRIPTION="Trinity: A dialer and front-end to pppd."

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A Trinity tool to read KConfig entries - for use in shell scripts" DESCRIPTION="A Trinity tool to read KConfig entries - for use in shell scripts"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeutils"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: Editor for Regular Expressions" DESCRIPTION="Trinity: Editor for Regular Expressions"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Board Game" DESCRIPTION="Trinity Board Game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A program to grab the current TDE desktop background for xscreensaver." DESCRIPTION="A program to grab the current TDE desktop background for xscreensaver."

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A screen ruler for Trinity" DESCRIPTION="A screen ruler for Trinity"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: Same Game - a little game about balls and how to get rid of them" DESCRIPTION="Trinity: Same Game - a little game about balls and how to get rid of them"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A Trinity game similiar to Mahjongg" DESCRIPTION="A Trinity game similiar to Mahjongg"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeaddons"
TRINITY_MODULE_NAME="tdeaddons"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity email signature manager" DESCRIPTION="Trinity email signature manager"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity irc client" DESCRIPTION="Trinity irc client"

@ -3,14 +3,13 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TRINITY_SUBMODULE="ksirtet libksirtet"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="KSirtet is an adaptation of the well-known Tetris game" DESCRIPTION="KSirtet is an adaptation of the well-known Tetris game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TRINITY_SUBMODULE="ksirtet libksirtet"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity SmileTris" DESCRIPTION="Trinity SmileTris"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,17 +3,17 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="The reliable Trinity session manager that talks the standard X11R6" DESCRIPTION="The reliable Trinity session manager that talks the standard X11R6"
IUSE="+hwlib" IUSE="+hwlib"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_TDEHWLIB="$(usex hwlib)" -DWITH_TDEHWLIB="$(usex hwlib)"
) )
trinity-meta-2_src_configure trinity-meta-2_src_configure
} }

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Tron game" DESCRIPTION="Trinity Tron game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Screenshot Utility" DESCRIPTION="Trinity Screenshot Utility"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="The japanese warehouse keeper game" DESCRIPTION="The japanese warehouse keeper game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Space Game" DESCRIPTION="Trinity Space Game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,8 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity splashscreen framework (of Trinity itself, not of individual apps)" DESCRIPTION="Trinity splashscreen framework (of Trinity itself, not of individual apps)"
@ -14,10 +15,8 @@ IUSE="xinerama"
DEPEND="xinerama? ( x11-base/xorg-proto )" DEPEND="xinerama? ( x11-base/xorg-proto )"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="translations/"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_XINERAMA="$(usex xinerama)" -DWITH_XINERAMA="$(usex xinerama)"
) )

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity utility to launch applications with special window properties" DESCRIPTION="Trinity utility to launch applications with special window properties"

@ -3,8 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A network enabled task manager/system monitor" DESCRIPTION="A network enabled task manager/system monitor"
@ -14,10 +15,8 @@ IUSE="dell-laptop lm-sensors"
DEPEND="lm-sensors? ( sys-apps/lm-sensors )" DEPEND="lm-sensors? ( sys-apps/lm-sensors )"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="translations/"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_I8K="$(usex dell-laptop)" -DWITH_I8K="$(usex dell-laptop)"
-DWITH_SENSORS="$(usex lm-sensors)" -DWITH_SENSORS="$(usex lm-sensors)"
) )

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Ksystraycmd embeds applications given as argument into the system tray." DESCRIPTION="Ksystraycmd embeds applications given as argument into the system tray."

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdetoys"
TRINITY_MODULE_NAME="tdetoys"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity utility for making a fine cup of tea" DESCRIPTION="Trinity utility for making a fine cup of tea"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeutils"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Timer" DESCRIPTION="Trinity Timer"

@ -3,10 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity tip-of-the-day displayer" DESCRIPTION="Trinity tip-of-the-day displayer"
TSM_EXTRACT_ALSO="translations/"

@ -3,10 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libtdepim/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Viewer for mail attachments using TNEF format" DESCRIPTION="Trinity Viewer for mail attachments using TNEF format"
TSM_EXTRACT_ALSO="libtdepim/"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity tron game" DESCRIPTION="Trinity tron game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A Trinity potato game for kids" DESCRIPTION="A Trinity potato game for kids"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdetoys"
TRINITY_MODULE_NAME="tdetoys"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: screensaver featuring the Space-Faring Tux" DESCRIPTION="Trinity: screensaver featuring the Space-Faring Tux"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A fast and versatile image viewer for Trinity" DESCRIPTION="A fast and versatile image viewer for Trinity"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity image viewer" DESCRIPTION="Trinity image viewer"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity: Generic framework for viewer applications" DESCRIPTION="Trinity: Generic framework for viewer applications"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdetoys"
TRINITY_MODULE_NAME="tdetoys"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity weather status display" DESCRIPTION="Trinity weather status display"

@ -4,9 +4,9 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_SUBMODULE="wifi" TRINITY_SUBMODULE="wifi"
TRINITY_NEED_ARTS="optional" TRINITY_NEED_ARTS="optional"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity wifi (wireless network) gui" DESCRIPTION="Trinity wifi (wireless network) gui"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdetoys"
TRINITY_SUBMODULE="kworldwatch" TRINITY_SUBMODULE="kworldwatch"
TRINITY_MODULE_NAME="tdetoys"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity program that displays the part of the Earth lit up by the Sun" DESCRIPTION="Trinity program that displays the part of the Earth lit up by the Sun"

@ -3,8 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="KControl module to configure and switch keyboard layouts" DESCRIPTION="KControl module to configure and switch keyboard layouts"
@ -14,10 +15,8 @@ RDEPEND="${DEPEND}
x11-misc/xkeyboard-config x11-misc/xkeyboard-config
x11-apps/setxkbmap" x11-apps/setxkbmap"
TSM_EXTRACT_ALSO="translations/"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_XTEST=ON -DWITH_XTEST=ON
) )

@ -3,8 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libemailfunctions/ libtdepim/ libkmime/ ktnef/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity kcal library for KOrganizer etc" DESCRIPTION="Trinity kcal library for KOrganizer etc"
@ -14,5 +15,3 @@ DEPEND="
~trinity-base/ktnef-${PV} ~trinity-base/ktnef-${PV}
~trinity-base/libkmime-${PV}" ~trinity-base/libkmime-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libemailfunctions/ libtdepim/ libkmime/ ktnef/"

@ -3,10 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libtdepim/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity library to compute holidays." DESCRIPTION="Trinity library to compute holidays"
TSM_EXTRACT_ALSO="libtdepim/"

@ -3,10 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libtdepim/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity kmime library for Message Handling" DESCRIPTION="Trinity kmime library for Message Handling"
TSM_EXTRACT_ALSO="libtdepim/"

@ -4,10 +4,9 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_NEED_ARTS="optional" TRINITY_NEED_ARTS="optional"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="The embeddable part of konqueror" DESCRIPTION="The embeddable part of konqueror"
TSM_EXTRACT_ALSO="translations/"

@ -1,9 +1,11 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libtdepim/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity PGP library" DESCRIPTION="Trinity PGP library"
@ -13,5 +15,3 @@ DEPEND="
~trinity-base/ktnef-${PV} ~trinity-base/ktnef-${PV}
~trinity-base/libkmime-${PV}" ~trinity-base/libkmime-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdepim/"

@ -3,17 +3,16 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libtdepim/ libkcal/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity PIM exchange library" DESCRIPTION="Trinity PIM exchange library"
COMMON_DEPEND="~trinity-base/libkcal-${PV} DEPEND="
~trinity-base/ktnef-${PV} ~trinity-base/ktnef-${PV}
~trinity-base/libkmime-${PV}" ~trinity-base/libkcal-${PV}
~trinity-base/libkmime-${PV}
DEPEND+=" ${COMMON_DEPEND}" "
RDEPEND+=" ${COMMON_DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdepim/ libkcal/"

@ -3,16 +3,16 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libtdepim/ libemailfunctions/ libkmime/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity PIM identities library" DESCRIPTION="Trinity PIM identities library"
COMMON_DEPEND="~trinity-base/certmanager-${PV} DEPEND="
~trinity-base/certmanager-${PV}
~trinity-base/libkmime-${PV}
~trinity-base/libtdepim-${PV} ~trinity-base/libtdepim-${PV}
~trinity-base/libkmime-${PV}" "
DEPEND+=" $COMMON_DEPEND" RDEPEND="${DEPEND}"
RDEPEND+=" $COMMON_DEPEND"
TSM_EXTRACT_ALSO="libtdepim/ libemailfunctions/ libkmime/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity scanner library" DESCRIPTION="Trinity scanner library"

@ -1,9 +1,10 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="TDE library to enable support for sieve, used by KMail" DESCRIPTION="TDE library to enable support for sieve, used by KMail"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity rss library" DESCRIPTION="Trinity rss library"

@ -3,10 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Base library common to many Trinity games" DESCRIPTION="Base library common to many Trinity games"
TSM_EXTRACT_ALSO="libtdegames/"

@ -3,14 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libtdepim/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="library common to many tdepim apps interacting to network" DESCRIPTION="Library common to many tdepim apps interacting to network"
COMMON_DEPEND="app-crypt/gpgme" DEPEND="app-crypt/gpgme"
DEPEND+=" ${COMMON_DEPEND}" RDEPEND="${DEPEND}"
RDEPEND+=" ${COMMON_DEPEND}"
TSM_EXTRACT_ALSO="libtdepim/"

@ -3,26 +3,26 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
TSM_EXTRACT_ALSO="libemailfunctions/
pixmaps/
libkmime/kmime_util.h
libkcal/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Common library for Trinity PIM applications." DESCRIPTION="Common library for Trinity PIM applications"
COMMON_DEPEND=" DEPEND="
~trinity-base/ktnef-${PV} ~trinity-base/ktnef-${PV}
~trinity-base/libkcal-${PV}
~trinity-base/libkmime-${PV} ~trinity-base/libkmime-${PV}
~trinity-base/libkcal-${PV}" "
DEPEND+=" ${COMMON_DEPEND}" RDEPEND="${DEPEND}"
RDEPEND+=" ${COMMON_DEPEND}"
TSM_EXTRACT_ALSO="libemailfunctions/
pixmaps/
libkmime/kmime_util.h
libkcal/"
src_prepare() { src_prepare() {
trinity-meta-2_src_prepare trinity-meta-2_src_prepare
# Call TQt designer # Call TQt designer
sed -i -e "s:\"designer\":\"${TQTDIR}/bin/designer\":g" "${S}/libtdepim/kcmdesignerfields.cpp" || die "sed failed" sed -e "s:\"designer\":\"${TQTDIR}/bin/designer\":g" \
-i "libtdepim/kcmdesignerfields.cpp" || die
} }

@ -3,9 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_SUBMODULE="lanbrowsing" TRINITY_SUBMODULE="lanbrowsing"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Lan Information Server - allows to share information over a network." DESCRIPTION="Trinity Lan Information Server - allows to share information over a network."

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity card game" DESCRIPTION="Trinity card game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

@ -1,9 +1,10 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim"
TRINITY_MODULE_NAME="tdepim"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="TDE library for processing messages in MIME format" DESCRIPTION="TDE library for processing messages in MIME format"

@ -4,8 +4,8 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeaddons"
TRINITY_NEED_ARTS="optional" TRINITY_NEED_ARTS="optional"
TRINITY_MODULE_NAME="tdeaddons"
inherit trinity-meta-2 db-use inherit trinity-meta-2 db-use
DESCRIPTION="Various plugins for Noatun" DESCRIPTION="Various plugins for Noatun"
@ -29,13 +29,13 @@ src_configure() {
) )
if use berkdb; then if use berkdb; then
mycmakeargs+=( local mycmakeargs+=(
-DWITH_BERKELEY_DB=ON -DWITH_BERKELEY_DB=ON
-DBERKELEY_DB_LIBS="$(db_libname)" -DBERKELEY_DB_LIBS="$(db_libname)"
-DBERKELEY_DB_INCLUDE_DIRS="${ROOT}$(db_includedir)" -DBERKELEY_DB_INCLUDE_DIRS="${ROOT}$(db_includedir)"
) )
else else
mycmakeargs+=( local mycmakeargs+=(
-DWITH_BERKELEY_DB=OFF -DWITH_BERKELEY_DB=OFF
) )
fi fi

@ -5,6 +5,7 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdemultimedia" TRINITY_MODULE_NAME="tdemultimedia"
TSM_EXTRACT_ALSO="arts mpeglib"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Media player featuring audio effects, graphic equalizer and network transparency" DESCRIPTION="Media player featuring audio effects, graphic equalizer and network transparency"
@ -15,8 +16,6 @@ DEPEND="${RDEPEND}
x11-libs/libXext x11-libs/libXext
" "
TSM_EXTRACT_ALSO="arts mpeglib"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(
-DBUILD_ARTS=ON -DBUILD_ARTS=ON

@ -3,14 +3,13 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Netscape plugins support for Konqueror." DESCRIPTION="Netscape plugins support for Konqueror"
DEPEND="x11-libs/libXt DEPEND="x11-libs/libXt
dev-libs/glib" dev-libs/glib"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="translations/"

@ -3,9 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeaddons" TRINITY_MODULE_NAME="tdeaddons"
TSM_EXTRACT="renamedlgplugins" TSM_EXTRACT="renamedlgplugins"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Renamedlg plugins for image and audio files" DESCRIPTION="Renamedlg plugins for image and audio files"

@ -3,22 +3,22 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeutils"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A tool to create interactive applets for the Trinity desktop." DESCRIPTION="A tool to create interactive applets for the Trinity desktop"
#FIXME: add xmms use #FIXME: add xmms use
IUSE="" IUSE=""
# RDEPEND="xmms? (media-sound/xmms2)" # RDEPEND="xmms? (media-sound/xmms2)"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
# -DWITH_XMMS="$(usex xmms)" # -DWITH_XMMS="$(usex xmms)"
# $(cmake-utils_use_with xmms XMMS ) # $(cmake-utils_use_with xmms XMMS )
-DWITH_KNEWSTUFF=ON -DWITH_KNEWSTUFF=ON
) )
trinity-meta-2_src_configure trinity-meta-2_src_configure
} }

@ -3,24 +3,20 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tde-i18n"
inherit trinity-base-2 TRINITY_LANGS="af ar az be bg bn br bs ca cs csb cy da de el en_GB eo es et
eu fa fi fr fy ga gl he hi hr hu is it ja kk km ko lt lv mk mn ms
nb nds nl nn pa pl pt pt_BR ro ru rw se sk sl sr sr@Latn ss sv ta te
tg th tr uk uz uz@cyrillic vi wa zh_CN zh_TW"
set-trinityver TRINITY_MODULE_NAME="tde-i18n"
inherit trinity-base-2
DESCRIPTION="Trinity internationalization package" DESCRIPTION="Trinity internationalization package"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}"
need-trinity LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="14"
TRINITY_LANGS="af ar az be bg bn br bs ca cs csb cy da de el en_GB eo es et
eu fa fi fr fy ga gl he hi hr hu is it ja kk km ko lt lv mk mn ms
nb nds nl nn pa pl pt pt_BR ro ru rw se sk sl sr sr@Latn ss sv ta te
tg th tr uk uz uz@cyrillic vi wa zh_CN zh_TW"
for X in ${TRINITY_LANGS} ; do for X in ${TRINITY_LANGS} ; do
IUSE="${IUSE} l10n_${X}" IUSE="${IUSE} l10n_${X}"
@ -36,7 +32,7 @@ run_phase() {
CMAKE_USE_DIR="${S}/${dir}" CMAKE_USE_DIR="${S}/${dir}"
BUILD_DIR="${WORKDIR}/${dir}-build" BUILD_DIR="${WORKDIR}/${dir}-build"
trinity-base-2_${phase} trinity-base-2_${phase}
popd popd || die
} }
src_prepare() { src_prepare() {
@ -45,7 +41,7 @@ src_prepare() {
} }
src_configure() { src_configure() {
mycmakeargs=( -DBUILD_ALL=ON ) local mycmakeargs=( -DBUILD_ALL=ON )
trinity_l10n_for_each_locale_do run_phase src_configure trinity_l10n_for_each_locale_do run_phase src_configure
} }

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeaddons"
TRINITY_MODULE_NAME="tdeaddons"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Documentaion for tdeaddons-derived packages" DESCRIPTION="Documentaion for tdeaddons-derived packages"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeaddons"
TRINITY_MODULE_NAME="tdeaddons"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Various basic tdefile plugins provided by tdeaddons" DESCRIPTION="Various basic tdefile plugins provided by tdeaddons"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeartwork"
TRINITY_MODULE_NAME="tdeartwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="EmotIcons (icons for things like smilies :-) for Trinity" DESCRIPTION="EmotIcons (icons for things like smilies :-) for Trinity"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeartwork"
TRINITY_MODULE_NAME="tdeartwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Themes for IceWM from the tdeartwork package." DESCRIPTION="Themes for IceWM from the tdeartwork package."

@ -3,10 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeartwork"
TRINITY_MODULE_NAME="tdeartwork"
TSM_EXTRACT="IconThemes/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Icon themes for Trinity" DESCRIPTION="Icon themes for Trinity"
TSM_EXTRACT="IconThemes/"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeartwork"
TRINITY_MODULE_NAME="tdeartwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Extra sound themes for Trinity" DESCRIPTION="Extra sound themes for Trinity"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeartwork"
TRINITY_MODULE_NAME="tdeartwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Extra styles for Trinity" DESCRIPTION="Extra styles for Trinity"

@ -4,8 +4,9 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeartwork"
TRINITY_NEED_ARTS="optional" TRINITY_NEED_ARTS="optional"
TRINITY_MODULE_NAME="tdeartwork"
TSM_EXTRACT_ALSO="FindXscreensaver.cmake"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Extra screensavers for Trinity" DESCRIPTION="Extra screensavers for Trinity"
@ -21,8 +22,6 @@ DEPEND="
" "
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="FindXscreensaver.cmake"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(
-DWITH_LIBART="$(usex kclock)" -DWITH_LIBART="$(usex kclock)"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeartwork"
TRINITY_MODULE_NAME="tdeartwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Window styles for Trinity" DESCRIPTION="Window styles for Trinity"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeartwork"
TRINITY_MODULE_NAME="tdeartwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Wallpapers from Trinity" DESCRIPTION="Wallpapers from Trinity"

@ -3,12 +3,10 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2
TRINITY_MODULE_NAME="tdebase"
TRINITY_SUBMODULE="l10n pics applnk" TRINITY_SUBMODULE="l10n pics applnk"
DESCRIPTION="Icons, localization data and .desktop files from tdebase."
TSM_EXTRACT_ALSO="translations/" TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2
DESCRIPTION="Icons, localization data and .desktop files from tdebase"

@ -3,8 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT="starttde README.pam INSTALL AUTHORS COPYING COPYING-DOCS tdm r14-xdg-update migratekde3"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Starttde script, which starts a complete Trinity session, and associated scripts" DESCRIPTION="Starttde script, which starts a complete Trinity session, and associated scripts"
@ -24,8 +25,6 @@ RDEPEND="x11-apps/xmessage
~trinity-base/ksplashml-${PV} ~trinity-base/ksplashml-${PV}
~trinity-base/tdeinit-${PV}" ~trinity-base/tdeinit-${PV}"
TSM_EXTRACT="starttde README.pam INSTALL AUTHORS COPYING COPYING-DOCS tdm r14-xdg-update migratekde3"
src_prepare() { src_prepare() {
trinity-base-2_src_prepare trinity-base-2_src_prepare
} }

@ -5,10 +5,9 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase" TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2
TSM_EXTRACT="tdeioslave"
TSM_EXTRACT_ALSO="translations/" TSM_EXTRACT_ALSO="translations/"
TSM_EXTRACT="tdeioslave"
inherit trinity-meta-2
DESCRIPTION="Generic Trinity TDEIOslaves" DESCRIPTION="Generic Trinity TDEIOslaves"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A Trinity dialog box for setting preferences for debug output." DESCRIPTION="A Trinity dialog box for setting preferences for debug output"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module" DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity eject frontend" DESCRIPTION="Trinity eject frontend"

@ -1,9 +1,10 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeutils"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="A batch search and replace tool for TDE" DESCRIPTION="A batch search and replace tool for TDE"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Documentaion for tdegames-derived packages" DESCRIPTION="Documentaion for tdegames-derived packages"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Documentaion for tdegraphics-derived packages" DESCRIPTION="Documentaion for tdegraphics-derived packages"

@ -3,8 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
TSM_EXTRACT_ALSO="kghostview/dscparse/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="tdefile plugins from tdegraphics" DESCRIPTION="tdefile plugins from tdegraphics"
@ -17,10 +18,8 @@ DEPEND="
pdf? ( app-text/poppler )" pdf? ( app-text/poppler )"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="kghostview/dscparse/"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_TIFF="$(usex tiff)" -DWITH_TIFF="$(usex tiff)"
-DWITH_OPENEXR="$(usex openexr)" -DWITH_OPENEXR="$(usex openexr)"
-DWITH_PDF="$(usex pdf)" -DWITH_PDF="$(usex pdf)"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegraphics"
TRINITY_MODULE_NAME="tdegraphics"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Icon Editor" DESCRIPTION="Trinity Icon Editor"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity init binary replacing some functions of the starttde script" DESCRIPTION="Trinity init binary replacing some functions of the starttde script"

@ -11,14 +11,13 @@ DESCRIPTION="Trinity libraries needed by all TDE programs"
HOMEPAGE="https://trinitydesktop.org/" HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )" LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}" SLOT="14"
if [[ ${PV} != *9999* ]] ; then if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
fi fi
# NOTE: Building without tdehwlib segfaults, but you can try and report. # NOTE: Building without tdehwlib segfaults, but you can try and report.
IUSE+=" alsa arts cryptsetup cups debug elficons elogind fam +hwlib +idn jpeg2k IUSE="alsa arts cryptsetup cups debug elficons elogind fam +hwlib +idn jpeg2k
kernel_linux libressl lua lzma malloc networkmanager openexr +pcre pcsc-lite kernel_linux libressl lua lzma malloc networkmanager openexr +pcre pcsc-lite
pkcs11 +shm spell +ssl sudo +svg systemd tiff udevil udisks upower utempter pkcs11 +shm spell +ssl sudo +svg systemd tiff udevil udisks upower utempter
xcomposite +xrandr zeroconf" xcomposite +xrandr zeroconf"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeutils"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="TDElirc - Trinity Frontend to lirc" DESCRIPTION="TDElirc - Trinity Frontend to lirc"

@ -1,9 +1,10 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdemultimedia"
TRINITY_MODULE_NAME="tdemultimedia"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="TDE MIDI and karaoke player" DESCRIPTION="TDE MIDI and karaoke player"

@ -5,6 +5,7 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdemultimedia" TRINITY_MODULE_NAME="tdemultimedia"
TRINITY_SUBMODULE="arts mpeglib mpeglib_artsplug"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="The aRts pipeline builder and other tools" DESCRIPTION="The aRts pipeline builder and other tools"
@ -21,8 +22,6 @@ DEPEND="
" "
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TRINITY_SUBMODULE="arts mpeglib mpeglib_artsplug"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(
-DWITH_ALSA="$(usex alsa)" -DWITH_ALSA="$(usex alsa)"

@ -1,9 +1,10 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdemultimedia"
TRINITY_MODULE_NAME="tdemultimedia"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Documentaion for tdemultimedia-derived packages" DESCRIPTION="Documentaion for tdemultimedia-derived packages"

@ -1,9 +1,10 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdemultimedia"
TRINITY_MODULE_NAME="tdemultimedia"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Kappfinder data from tdemultimedia" DESCRIPTION="Kappfinder data from tdemultimedia"

@ -1,9 +1,10 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project # Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdemultimedia"
TRINITY_MODULE_NAME="tdemultimedia"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="tdefile plugins from tdemultimedia" DESCRIPTION="tdefile plugins from tdemultimedia"
@ -17,7 +18,7 @@ DEPEND="
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_TAGLIB="$(usex taglib)" -DWITH_TAGLIB="$(usex taglib)"
-DWITH_THEORA="$(usex theora)" -DWITH_THEORA="$(usex theora)"
-DWITH_VORBIS="$(usex vorbis)" -DWITH_VORBIS="$(usex vorbis)"

@ -5,10 +5,9 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdemultimedia" TRINITY_MODULE_NAME="tdemultimedia"
inherit trinity-meta-2
TSM_EXTRACT="tdeioslave"
TRINITY_SUBMODULE="tdeioslave" TRINITY_SUBMODULE="tdeioslave"
TSM_EXTRACT="tdeioslave"
inherit trinity-meta-2
DESCRIPTION="Multimedia Trinity TDEIOslaves" DESCRIPTION="Multimedia Trinity TDEIOslaves"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Documentaion for tdenetwork-derived packages" DESCRIPTION="Documentaion for tdenetwork-derived packages"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="kcontrol filesharing config module for NFS, SMB etc" DESCRIPTION="kcontrol filesharing config module for NFS, SMB etc"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="tdefile plugins from the tdenetwork provides a torrent file support." DESCRIPTION="tdefile plugins from the tdenetwork provides a torrent file support."

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity GUI for passwd" DESCRIPTION="Trinity GUI for passwd"
DEPEND="~trinity-base/libkonq-${PV}" DEPEND="~trinity-base/libkonq-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="translations/"

@ -5,9 +5,9 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdepim" TRINITY_MODULE_NAME="tdepim"
inherit trinity-meta-2
TRINITY_SUBMODULE="tdeioslave" TRINITY_SUBMODULE="tdeioslave"
TSM_EXTRACT_ALSO="libemailfunctions/ libkmime/"
inherit trinity-meta-2
DESCRIPTION="PIM Trinity TDEIOslaves" DESCRIPTION="PIM Trinity TDEIOslaves"
@ -33,8 +33,5 @@ src_configure() {
local mycmakeargs=( local mycmakeargs=(
-DWITH_SASL=$(usex sieve) -DWITH_SASL=$(usex sieve)
) )
trinity-meta-2_src_configure trinity-meta-2_src_configure
} }
TSM_EXTRACT_ALSO="libemailfunctions/ libkmime/"

@ -3,8 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity printer queue/device manager" DESCRIPTION="Trinity printer queue/device manager"
@ -14,6 +15,5 @@ IUSE="cups"
DEPEND="cups? ( net-print/cups )" DEPEND="cups? ( net-print/cups )"
RDEPEND="${DEPEND} RDEPEND="${DEPEND}
app-text/enscript app-text/enscript
app-text/psutils" app-text/psutils
"
TSM_EXTRACT_ALSO="translations/"

@ -3,8 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity screensaver framework" DESCRIPTION="Trinity screensaver framework"
@ -16,10 +17,8 @@ DEPEND="x11-libs/libXt
krootbacking? ( ~trinity-base/krootbacking-${PV} )" krootbacking? ( ~trinity-base/krootbacking-${PV} )"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="translations/"
src_configure () { src_configure () {
mycmakeargs=( local mycmakeargs=(
-DWITH_OPENGL="$(usex opengl)" -DWITH_OPENGL="$(usex opengl)"
) )

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity gui for su(1) or sudo" DESCRIPTION="Trinity gui for su(1) or sudo"
@ -14,7 +14,7 @@ DEPEND="sudo? ( app-admin/sudo )"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
src_configure () { src_configure () {
mycmakeargs=( local mycmakeargs=(
-DWITH_SUDO_TDESU_BACKEND="$(usex sudo)" -DWITH_SUDO_TDESU_BACKEND="$(usex sudo)"
-DWITH_SUDO_KONSOLE_SUPER_USER_COMMAND="$(usex sudo)" -DWITH_SUDO_KONSOLE_SUPER_USER_COMMAND="$(usex sudo)"
) )

@ -3,12 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdetoys"
TRINITY_MODULE_NAME="tdetoys"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Documentaion for tdetoys-derived packages" DESCRIPTION="Documentation for tdetoys-derived packages"
RDEPEND=" RDEPEND="
~trinity-base/khelpcenter-${PV}" ~trinity-base/khelpcenter-${PV}
"

@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdeutils"
TRINITY_MODULE_NAME="tdeutils"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity Wallet Management Tool" DESCRIPTION="Trinity Wallet Management Tool"

@ -5,6 +5,7 @@
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase" TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity login manager, similar to XDM and GDM" DESCRIPTION="Trinity login manager, similar to XDM and GDM"
@ -26,8 +27,6 @@ RDEPEND="${DEPEND}
x11-apps/xinit x11-apps/xinit
x11-apps/xmessage" x11-apps/xmessage"
TSM_EXTRACT_ALSO="translations/"
pkg_setup() { pkg_setup() {
trinity-meta-2_pkg_setup trinity-meta-2_pkg_setup
use sak && TRINITY_SUBMODULE+=" tsak" use sak && TRINITY_SUBMODULE+=" tsak"

@ -3,10 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Makes TQt-only apps use several TDE dialogs." DESCRIPTION="Makes TQt-only apps use several TDE dialogs"
TSM_EXTRACT_ALSO="translations/"

@ -3,8 +3,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdebase"
TRINITY_MODULE_NAME="tdebase"
TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2 eutils inherit trinity-meta-2 eutils
DESCRIPTION="Trinity window manager" DESCRIPTION="Trinity window manager"
@ -22,10 +23,8 @@ DEPEND="x11-libs/libXext
pcre? ( dev-libs/libpcre[jit] )" pcre? ( dev-libs/libpcre[jit] )"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="translations/"
src_configure() { src_configure() {
mycmakeargs=( local mycmakeargs=(
-DWITH_XCOMPOSITE="$(usex xcomposite)" -DWITH_XCOMPOSITE="$(usex xcomposite)"
-DWITH_XFIXES="$(usex xcomposite)" -DWITH_XFIXES="$(usex xcomposite)"
-DWITH_XRENDER="$(usex xcomposite)" -DWITH_XRENDER="$(usex xcomposite)"

@ -3,13 +3,12 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TSM_EXTRACT_ALSO="libtdegames/"
inherit trinity-meta-2 inherit trinity-meta-2
DESCRIPTION="Trinity four-in-a-row game" DESCRIPTION="Trinity four-in-a-row game"
DEPEND="~trinity-base/libtdegames-${PV}" DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

Loading…
Cancel
Save