summaryrefslogtreecommitdiffstats
path: root/trinity-base/kweather
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-10-27 13:50:17 +0300
committerormorph <roma251078@mail.ru>2023-10-27 13:50:17 +0300
commit18d39ed9f062321b596258a9137f10b3e93b71e0 (patch)
treefe24a566266198330ff71db390413fdf7a9d63af /trinity-base/kweather
parentcd2192fbe2c90ea734db5bc716740b7dded481b6 (diff)
downloadtde-packaging-gentoo-18d39ed9f062321b596258a9137f10b3e93b71e0.tar.gz
tde-packaging-gentoo-18d39ed9f062321b596258a9137f10b3e93b71e0.zip
Release R14.1.1 added
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/kweather')
-rw-r--r--trinity-base/kweather/Manifest1
-rw-r--r--trinity-base/kweather/kweather-14.1.1.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/trinity-base/kweather/Manifest b/trinity-base/kweather/Manifest
index 6f38c222..5d9e6d42 100644
--- a/trinity-base/kweather/Manifest
+++ b/trinity-base/kweather/Manifest
@@ -1 +1,2 @@
DIST tdetoys-trinity-14.1.0.tar.xz 2520292 BLAKE2B 97bf6f96e9507f3c1fca545b2a4b7252fa11caa3360ff6ed7bee5970d1b181a06d483452bab8168a35d27579c99407360de168c67d8bf98189d89212af33adc1 SHA512 ac945e0ceef280ea98d07ee473fadc5b1c732b52e9c782d84653946ca117f27bbaac1407b9f676ad4a47c2fa84147853ea23f5abfbcce69190f5e77f5e90938c
+DIST tdetoys-trinity-14.1.1.tar.xz 2520488 BLAKE2B cb7a2e614b00401cfed40923ac08849ce9156a685ad70ce3f752dbdc532b808af0195374cfc9ef00aebef605ded8fdd92e6d110664eb1e7cb3c845f54b9d71fb SHA512 6a9d00aaa6172dcb43fedc7b093d79d288894f59fde20167877fd4d802e1f3b338bd16d859dd77cb9138658ddfe62ac80591e1a6fbe1dee318c7607495f611a6
diff --git a/trinity-base/kweather/kweather-14.1.1.ebuild b/trinity-base/kweather/kweather-14.1.1.ebuild
new file mode 100644
index 00000000..97fc8331
--- /dev/null
+++ b/trinity-base/kweather/kweather-14.1.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2023 Gentoo Authors
+# Copyright 2020-2023 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_MODULE_NAME="tdetoys"
+TRINITY_MODULE_TYPE="core"
+inherit trinity-meta-2
+
+DESCRIPTION="Trinity weather status display"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi