From cf9c4c6c79cb0e2e26619e7c9a9494229e5fa05c Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 26 May 2024 08:19:15 +0300 Subject: Added kchmviewer and qalculate-tde applications Signed-off-by: ormorph --- trinity-apps/kchmviewer/Manifest | 1 + trinity-apps/kchmviewer/kchmviewer-14.1.2.ebuild | 23 +++++++++++++++++++++ trinity-apps/kchmviewer/kchmviewer-9999.ebuild | 23 +++++++++++++++++++++ trinity-apps/kchmviewer/metadata.xml | 8 ++++++++ trinity-apps/qalculate-tde/Manifest | 1 + trinity-apps/qalculate-tde/metadata.xml | 8 ++++++++ .../qalculate-tde/qalculate-tde-14.1.2.ebuild | 24 ++++++++++++++++++++++ .../qalculate-tde/qalculate-tde-9999.ebuild | 24 ++++++++++++++++++++++ 8 files changed, 112 insertions(+) create mode 100644 trinity-apps/kchmviewer/Manifest create mode 100644 trinity-apps/kchmviewer/kchmviewer-14.1.2.ebuild create mode 100644 trinity-apps/kchmviewer/kchmviewer-9999.ebuild create mode 100644 trinity-apps/kchmviewer/metadata.xml create mode 100644 trinity-apps/qalculate-tde/Manifest create mode 100644 trinity-apps/qalculate-tde/metadata.xml create mode 100644 trinity-apps/qalculate-tde/qalculate-tde-14.1.2.ebuild create mode 100644 trinity-apps/qalculate-tde/qalculate-tde-9999.ebuild diff --git a/trinity-apps/kchmviewer/Manifest b/trinity-apps/kchmviewer/Manifest new file mode 100644 index 00000000..a2fee09f --- /dev/null +++ b/trinity-apps/kchmviewer/Manifest @@ -0,0 +1 @@ +DIST kchmviewer-trinity-14.1.2.tar.xz 188176 BLAKE2B 283cc8dc7d35c73e286a56485b60d3766393472a5b297277dbe1e72e75eb77c50adeaee83c6f077a2e3e1b51865a9c3798f3353f836e9891cc2f1a5db7d72afc SHA512 52a710d6fb63a9f760d3dd87d9bc8bd09cdb6f1255338110db207cbc4a4c91947db57b96ea433a886b66fff09a62dbb9479468a4bdfda849b03ce0aaed5fcbca diff --git a/trinity-apps/kchmviewer/kchmviewer-14.1.2.ebuild b/trinity-apps/kchmviewer/kchmviewer-14.1.2.ebuild new file mode 100644 index 00000000..4857a795 --- /dev/null +++ b/trinity-apps/kchmviewer/kchmviewer-14.1.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 2024 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="cs da de es et fr hu it nl pl pt_BR pt ru \ + sv tr zh_CN" + +TRINITY_MODULE_TYPE="applications/utilities" +inherit trinity-base-2 + +DESCRIPTION="Feature rich chm file viewer for TDE" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + diff --git a/trinity-apps/kchmviewer/kchmviewer-9999.ebuild b/trinity-apps/kchmviewer/kchmviewer-9999.ebuild new file mode 100644 index 00000000..4857a795 --- /dev/null +++ b/trinity-apps/kchmviewer/kchmviewer-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 2024 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="cs da de es et fr hu it nl pl pt_BR pt ru \ + sv tr zh_CN" + +TRINITY_MODULE_TYPE="applications/utilities" +inherit trinity-base-2 + +DESCRIPTION="Feature rich chm file viewer for TDE" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + diff --git a/trinity-apps/kchmviewer/metadata.xml b/trinity-apps/kchmviewer/metadata.xml new file mode 100644 index 00000000..ef7d5590 --- /dev/null +++ b/trinity-apps/kchmviewer/metadata.xml @@ -0,0 +1,8 @@ + + + + + team-gentoo@trinitydesktop.org + Trinity Gentoo ebuilds project + + diff --git a/trinity-apps/qalculate-tde/Manifest b/trinity-apps/qalculate-tde/Manifest new file mode 100644 index 00000000..ac7b31cf --- /dev/null +++ b/trinity-apps/qalculate-tde/Manifest @@ -0,0 +1 @@ +DIST qalculate-tde-trinity-14.1.2.tar.xz 743752 BLAKE2B 98655224ccdad94ae19d4c99ce28431a156e9bc1f11d8834760a61df6939b9ab31ba354d2d986ef89932ac550ae0554d42b30a34316a832b841189421bcf8814 SHA512 6e8b0addbf7fec7823ae843c1c0133f7d1abd65428a7c63b81fa83486b227bddfea5a8c22ff873cd892afdea123fedc967f8a73418cb14ae344c07a90f20860d diff --git a/trinity-apps/qalculate-tde/metadata.xml b/trinity-apps/qalculate-tde/metadata.xml new file mode 100644 index 00000000..ef7d5590 --- /dev/null +++ b/trinity-apps/qalculate-tde/metadata.xml @@ -0,0 +1,8 @@ + + + + + team-gentoo@trinitydesktop.org + Trinity Gentoo ebuilds project + + diff --git a/trinity-apps/qalculate-tde/qalculate-tde-14.1.2.ebuild b/trinity-apps/qalculate-tde/qalculate-tde-14.1.2.ebuild new file mode 100644 index 00000000..04653d6f --- /dev/null +++ b/trinity-apps/qalculate-tde/qalculate-tde-14.1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 2024 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="fr nl pl ru sv zh_CN" + +TRINITY_MODULE_TYPE="applications/utilities" +inherit trinity-base-2 + +DESCRIPTION="Powerful and easy to use desktop calculator - TDE version" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DEPEND="sci-libs/libqalculate" +RDEPEND="${DEPEND}" diff --git a/trinity-apps/qalculate-tde/qalculate-tde-9999.ebuild b/trinity-apps/qalculate-tde/qalculate-tde-9999.ebuild new file mode 100644 index 00000000..04653d6f --- /dev/null +++ b/trinity-apps/qalculate-tde/qalculate-tde-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 2024 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="fr nl pl ru sv zh_CN" + +TRINITY_MODULE_TYPE="applications/utilities" +inherit trinity-base-2 + +DESCRIPTION="Powerful and easy to use desktop calculator - TDE version" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DEPEND="sci-libs/libqalculate" +RDEPEND="${DEPEND}" -- cgit v1.2.1