summaryrefslogtreecommitdiffstats
path: root/trinity-apps/qalculate-tde
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/qalculate-tde')
-rw-r--r--trinity-apps/qalculate-tde/Manifest1
-rw-r--r--trinity-apps/qalculate-tde/metadata.xml8
-rw-r--r--trinity-apps/qalculate-tde/qalculate-tde-14.1.2.ebuild24
-rw-r--r--trinity-apps/qalculate-tde/qalculate-tde-9999.ebuild24
4 files changed, 57 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>team-gentoo@trinitydesktop.org</email>
+ <name>Trinity Gentoo ebuilds project</name>
+ </maintainer>
+</pkgmetadata>
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}"