diff options
author | E. Liddell <ejlddll@warpmail.net> | 2020-12-06 16:11:21 -0500 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2021-02-17 16:47:41 +0000 |
commit | f0575f757d3a116ae806b578b37ae4b375a8caf5 (patch) | |
tree | 9055d8aa3000cc5d7a90675a7cc27d0d3d54acef /trinity-apps/keep | |
parent | 32f776ede66c742cd2dceecb3739b083ac41d92b (diff) | |
download | tde-packaging-gentoo-f0575f757d3a116ae806b578b37ae4b375a8caf5.tar.gz tde-packaging-gentoo-f0575f757d3a116ae806b578b37ae4b375a8caf5.zip |
14.0.8 ebuilds for everything in trinity-apps that I could make build back in June.
Signed-off-by: E. Liddell <ejlddll@warpmail.net>
Diffstat (limited to 'trinity-apps/keep')
-rw-r--r-- | trinity-apps/keep/Manifest | 2 | ||||
-rw-r--r-- | trinity-apps/keep/keep-14.0.8.ebuild | 32 |
2 files changed, 34 insertions, 0 deletions
diff --git a/trinity-apps/keep/Manifest b/trinity-apps/keep/Manifest new file mode 100644 index 00000000..d16e0e8f --- /dev/null +++ b/trinity-apps/keep/Manifest @@ -0,0 +1,2 @@ +DIST keep-trinity-14.0.7.tar.xz 436132 BLAKE2B 4fe2f0079c27984176dc31b4bd8297689bb2dc1d4555a6566dff48009a8be4e03bcdd75a6a346ae438e7a1d574ba0edfc0c7899e126334cb264cd31081ddcc2d SHA512 77983cb6ae10fdfa8eb74ed84eaae312443a77eda26072608ce9509df04587c3f4578534c4746fc739ec204d561a99af67c2ab24cd218548a7c202accbb8c18b +DIST keep-trinity-14.0.8.tar.xz 437352 BLAKE2B 454f60375cf602a56b840ae2c3edcfb0dae95e682e366e49818a5c121ddf0373554878cd4bb97a581ff9624fe42cc8b8ae49aa92179fa9300fc1eafbb33687f2 SHA512 5516caf9b3e784eaf46142d536cb2bda9a31051904cbacc9db35345a20a74f2d2caf3476a85eba531d02c2e56aaeef74a1901675ffe5215f82e6847195e18131 diff --git a/trinity-apps/keep/keep-14.0.8.ebuild b/trinity-apps/keep/keep-14.0.8.ebuild new file mode 100644 index 00000000..16d18da9 --- /dev/null +++ b/trinity-apps/keep/keep-14.0.8.ebuild @@ -0,0 +1,32 @@ +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +TRINITY_MODULE_TYPE="applications" + +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" + +inherit trinity-base-2 + +DESCRIPTION="A simple backup system for TDE." +KEYWORDS="~amd64 ~x86" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +need-trinity + +SLOT="${TRINITY_VER}" + +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 +}
\ No newline at end of file |