summaryrefslogtreecommitdiffstats
path: root/trinity-base/kcron
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/kcron
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/kcron')
-rw-r--r--trinity-base/kcron/Manifest1
-rw-r--r--trinity-base/kcron/kcron-14.1.2.ebuild13
2 files changed, 14 insertions, 0 deletions
diff --git a/trinity-base/kcron/Manifest b/trinity-base/kcron/Manifest
index 4a45feed..79b15314 100644
--- a/trinity-base/kcron/Manifest
+++ b/trinity-base/kcron/Manifest
@@ -1 +1,2 @@
DIST tdeadmin-trinity-14.1.1.tar.xz 1513124 BLAKE2B a5e31969a9661ee998c36503ea29c4fca40789eb68d912bf1fdf225c3cbea4bfca4fd60847790d0309c78f61cf959e4868f1cd8e4a097b1bcabbc71cc93f2936 SHA512 a8772c1b531eb6972ccb7b7f9390c9e95d122a9018f1dd29ea83f0a6c15687136853bd827ddcf45e7f226fedd0f9ea83e4342fa4bc0c6816cc4c9910a4c7121f
+DIST tdeadmin-trinity-14.1.2.tar.xz 1512996 BLAKE2B 2a58f2876c0044b1592b1c259ae74e80d384764e97b9451f2e81a0a851292884dfd2fc2bd71eec4de63887df6c583dcdf4e088c7afa5fb68e52698391e491d97 SHA512 5b4e59ad2b684c40f08d92b694502eb9932b3d1d2b7135c2666832a1a1ef308f7d18170883170a30c7fb3ec081d89a05d3653e347df2bb5bf1fb2695b691d680
diff --git a/trinity-base/kcron/kcron-14.1.2.ebuild b/trinity-base/kcron/kcron-14.1.2.ebuild
new file mode 100644
index 00000000..66afda1c
--- /dev/null
+++ b/trinity-base/kcron/kcron-14.1.2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2021-2024 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_MODULE_NAME="tdeadmin"
+TRINITY_MODULE_TYPE="core"
+inherit trinity-meta-2
+
+DESCRIPTION="The Trinity crontab editor"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi