summaryrefslogtreecommitdiffstats
path: root/trinity-apps/keep
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-28 17:23:47 +0300
committerSlávek Banko <slavek.banko@axis.cz>2024-04-29 00:52:31 +0200
commit94ec1d06986a97431ffc44951e92b075da19b93b (patch)
treed4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-apps/keep
parent08657933720cc4345cdf62e1d42f199d8225e458 (diff)
downloadtde-packaging-gentoo-94ec1d06986a97431ffc44951e92b075da19b93b.tar.gz
tde-packaging-gentoo-94ec1d06986a97431ffc44951e92b075da19b93b.zip
Add new TDE-14.1.2
Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit 30335515923be5f5ee02981121d2cdb6ad89978d)
Diffstat (limited to 'trinity-apps/keep')
-rw-r--r--trinity-apps/keep/Manifest1
-rw-r--r--trinity-apps/keep/keep-14.1.2.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/trinity-apps/keep/Manifest b/trinity-apps/keep/Manifest
index 7ec87695..025a1e25 100644
--- a/trinity-apps/keep/Manifest
+++ b/trinity-apps/keep/Manifest
@@ -1 +1,2 @@
DIST keep-trinity-14.1.1.tar.xz 164324 BLAKE2B 734a48aec8a9b2e23aa7685b847d1ab1f46b789449fd5efe37be033d68cad9a527cc3abfd7c78a707d5e200b598268faf116bfb203c34b0b691a21de597dc177 SHA512 e50ae618c837eacdd770dd0d8ab399cd57cd8a8533c8db9fed1d18f3b4bb0cba9d6fc572b8e97db9b88b1fd4cb6bd14c653bcfe6ef6e7ac570900df781104350
+DIST keep-trinity-14.1.2.tar.xz 164428 BLAKE2B eb69e182ad0e89302d99782866ed9057c13ef1460d885632c2dec0d7fa02e308c57ccf8c468b36b868320290dbdb36ad2e1652da93dd9ca754400ce743d38b60 SHA512 7e82d722569eb92a3b40e07638a7a066b0033fb87b838018717b810f50f44b316cc3e466ce05a543987d4436ed4de302481a6941bba0f293d0dbedbf74cb03fc
diff --git a/trinity-apps/keep/keep-14.1.2.ebuild b/trinity-apps/keep/keep-14.1.2.ebuild
new file mode 100644
index 00000000..bf23176e
--- /dev/null
+++ b/trinity-apps/keep/keep-14.1.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2024 Gentoo Authors
+# Copyright 2020-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="bg br cs da de el es ga gl it ja
+ ka lt nl pl pt ru sk sr sr@Latn sv tr"
+
+TRINITY_MODULE_TYPE="applications/utilities"
+inherit trinity-base-2
+
+DESCRIPTION="A simple backup system for TDE."
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+RDEPEND="~trinity-base/kcontrol-${PV}
+ app-backup/rdiff-backup"
+
+pkg_postinst () {
+ echo
+ einfo "After initial install the Keep daemon needs to be started via KControl."
+ einfo "The Keep daemon will be loaded automatically at the next TDE startup."
+ echo
+}