summaryrefslogtreecommitdiffstats
path: root/trinity-base/umbrello
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-28 17:23:47 +0300
committerormorph <roma251078@mail.ru>2024-04-28 22:35:54 +0300
commit30335515923be5f5ee02981121d2cdb6ad89978d (patch)
treed4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-base/umbrello
parent929431cac813bc953a1e646fe36d1cfbc4a68f4b (diff)
downloadtde-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/umbrello')
-rw-r--r--trinity-base/umbrello/Manifest1
-rw-r--r--trinity-base/umbrello/umbrello-14.1.2.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/trinity-base/umbrello/Manifest b/trinity-base/umbrello/Manifest
index 5c94e15e..a5f43bbf 100644
--- a/trinity-base/umbrello/Manifest
+++ b/trinity-base/umbrello/Manifest
@@ -1 +1,2 @@
DIST tdesdk-trinity-14.1.1.tar.xz 3728540 BLAKE2B 57a986be5a0cfa263acc84315391588e544c39b54add9a0373b2e428c62f9cb68289c21af47835e10a57ed92ef0154d6b4309c54aa718db7e4c1026c04f415b1 SHA512 34af3b2f3c7bd4dff7bf60df177f9d1dc7af84f2a0a1a3eb9a22854852a85762ba65eda01c47b29146f08c52f97a5b28e39aa3d2ec57b1584ba74a4d2750d865
+DIST tdesdk-trinity-14.1.2.tar.xz 3728524 BLAKE2B afee895cd44a7359a046eeae7ad3c7c0e9f358c35a725a278e13e7bcd3a9a32b668f928e3ec4fdca8165aff2b90a83e8510baef975083649f0d98d6ec2804718 SHA512 ac809601bd6fba99008ba4aebf6ebd34605d242dd0727563cd07dd03f9c9bd93c3976ac490f28b43a864cefed8df5fdfa79833be70808def673c1914c8d3d4fa
diff --git a/trinity-base/umbrello/umbrello-14.1.2.ebuild b/trinity-base/umbrello/umbrello-14.1.2.ebuild
new file mode 100644
index 00000000..df546ec8
--- /dev/null
+++ b/trinity-base/umbrello/umbrello-14.1.2.ebuild
@@ -0,0 +1,18 @@
+# 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"
+
+TRINITY_MODULE_NAME="tdesdk"
+TRINITY_MODULE_TYPE="core"
+TRINITY_HANDBOOK="optional"
+
+inherit trinity-meta-2
+
+DESCRIPTION="UML modelling tool and code generator"
+HOMEPAGE="https://trinitydesktop.org/"
+
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi