summaryrefslogtreecommitdiffstats
path: root/trinity-apps/keep
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/keep')
-rw-r--r--trinity-apps/keep/Manifest1
-rw-r--r--trinity-apps/keep/keep-14.0.12.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/trinity-apps/keep/Manifest b/trinity-apps/keep/Manifest
index a711242e..c509221e 100644
--- a/trinity-apps/keep/Manifest
+++ b/trinity-apps/keep/Manifest
@@ -1 +1,2 @@
DIST keep-trinity-14.0.11.tar.xz 164396 BLAKE2B ea4a4076e5a74872e16be040364b6cf210db1d9724268095e2ca9354dd91bdb65c9357362c4cab18010d6b579f7b050bd0acb6cc86e29d1dc5227ebfc409779a SHA512 9b1f5e2e31a235569fa5271c68a3b66c23f4545b8dfabcc02149ce9155f65579ec1ad412661e8006c2efcc864083542594e15862854d803bb489165189922af9
+DIST keep-trinity-14.0.12.tar.xz 164384 BLAKE2B 177f8cc4babebd6f059eb060fb72826aa4d7550e1e0fe3eb9bd8ee4b2f4f38f75bae9e7c14a78889bf0355c50e3807976c5b1023d40b7c93b2371ce446d4b2f0 SHA512 0af7cfe17dd4c0a2f8961d96550e56bfeeacfe7673be056593bd1b0b64519cc8a099909523bad7fc9eff21b0db263a46222e8a50cf8cbf723523ca60777d97c4
diff --git a/trinity-apps/keep/keep-14.0.12.ebuild b/trinity-apps/keep/keep-14.0.12.ebuild
new file mode 100644
index 00000000..c6ab6952
--- /dev/null
+++ b/trinity-apps/keep/keep-14.0.12.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022 Gentoo Authors
+# Copyright 2022 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
+}