diff options
author | ormorph <roma251078@mail.ru> | 2024-04-28 17:23:47 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2024-04-28 22:35:54 +0300 |
commit | 30335515923be5f5ee02981121d2cdb6ad89978d (patch) | |
tree | d4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-base/tdebase-meta/tdebase-meta-14.1.2.ebuild | |
parent | 929431cac813bc953a1e646fe36d1cfbc4a68f4b (diff) | |
download | tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.tar.gz tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.zip |
Add new TDE-14.1.2
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/tdebase-meta/tdebase-meta-14.1.2.ebuild')
-rw-r--r-- | trinity-base/tdebase-meta/tdebase-meta-14.1.2.ebuild | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/trinity-base/tdebase-meta/tdebase-meta-14.1.2.ebuild b/trinity-base/tdebase-meta/tdebase-meta-14.1.2.ebuild new file mode 100644 index 00000000..451c5a74 --- /dev/null +++ b/trinity-base/tdebase-meta/tdebase-meta-14.1.2.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2024 Gentoo Authors +# Copyright 2020-2024 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +DESCRIPTION="tdebase metapackage - merge this to pull in all tdebase-derived packages" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="metapackage" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +else + PROPERTIES+=" live" +fi + +RDEPEND=" + ~trinity-base/drkonqi-${PV} + ~trinity-base/kappfinder-${PV} + ~trinity-base/kate-${PV} + ~trinity-base/kcheckpass-${PV} + ~trinity-base/kcminit-${PV} + ~trinity-base/kcontrol-${PV} + ~trinity-base/kdcop-${PV} + ~trinity-base/kdesktop-${PV} + ~trinity-base/kdialog-${PV} + ~trinity-base/kfind-${PV} + ~trinity-base/khelpcenter-${PV} + ~trinity-base/khotkeys-${PV} + ~trinity-base/kicker-${PV} + ~trinity-base/klipper-${PV} + ~trinity-base/kmenuedit-${PV} + ~trinity-base/knetattach-${PV} + ~trinity-base/konqueror-${PV} + ~trinity-base/konsole-${PV} + ~trinity-base/kpager-${PV} + ~trinity-base/kpersonalizer-${PV} + ~trinity-base/kreadconfig-${PV} + ~trinity-base/krootbacking-${PV} + ~trinity-base/ksmserver-${PV} + ~trinity-base/ksplashml-${PV} + ~trinity-base/kstart-${PV} + ~trinity-base/ksysguard-${PV} + ~trinity-base/ksystraycmd-${PV} + ~trinity-base/ktip-${PV} + ~trinity-base/kxkb-${PV} + ~trinity-base/libkonq-${PV} + ~trinity-base/nsplugins-${PV} + ~trinity-base/tdebase-data-${PV} + ~trinity-base/tdebase-starttde-${PV} + ~trinity-base/tdebase-tdeioslaves-${PV} + ~trinity-base/tdedebugdialog-${PV} + ~trinity-base/tdeeject-${PV} + ~trinity-base/tdeinit-${PV} + ~trinity-base/tdepasswd-${PV} + ~trinity-base/tdeprint-${PV} + ~trinity-base/tdescreensaver-${PV} + ~trinity-base/tdesu-${PV} + ~trinity-base/tdm-${PV} + ~trinity-base/tqt3integration-${PV} + ~trinity-base/twin-${PV} +" |