From f0575f757d3a116ae806b578b37ae4b375a8caf5 Mon Sep 17 00:00:00 2001 From: "E. Liddell" Date: Sun, 6 Dec 2020 16:11:21 -0500 Subject: 14.0.8 ebuilds for everything in trinity-apps that I could make build back in June. Signed-off-by: E. Liddell --- trinity-apps/kbiff/Manifest | 2 ++ trinity-apps/kbiff/kbiff-14.0.8.ebuild | 36 ++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 trinity-apps/kbiff/Manifest create mode 100644 trinity-apps/kbiff/kbiff-14.0.8.ebuild (limited to 'trinity-apps/kbiff') diff --git a/trinity-apps/kbiff/Manifest b/trinity-apps/kbiff/Manifest new file mode 100644 index 00000000..d8f69f71 --- /dev/null +++ b/trinity-apps/kbiff/Manifest @@ -0,0 +1,2 @@ +DIST kbiff-trinity-14.0.7.tar.xz 158580 BLAKE2B 4f775887ca0a2b0a6e116ed4c57d8fdc5be4eb007907983af52a710c372fa837a7e81521e54aa6b3d54a880852ffb8fd659a78f2e9152af402c8047f359a72fb SHA512 111397f9320b27f88e09c01d66baf85a6099e66ce3205ee1b2091b164524e21224b43e16eb0e6650ce89ba26bb3fd2a470285967d5dc403b24f53a39368bd551 +DIST kbiff-trinity-14.0.8.tar.xz 160660 BLAKE2B 1ea4214d083258ef2ace88010c25f27f43f3610a047e29bac62eea7b9bb8f3dd10fcb516eca688e526db8d257be96af4601a88c573a83ab5f3039eb97fcb18ca SHA512 eb4683a9ca5ae5edadf3a0e74713f5aaea9b4464914af938aa6dd41f1ee22dbbfe0bf53ce0f29d29333ebfa024346313ccd5804f2a1753a5957d386d66569f62 diff --git a/trinity-apps/kbiff/kbiff-14.0.8.ebuild b/trinity-apps/kbiff/kbiff-14.0.8.ebuild new file mode 100644 index 00000000..29b5a36b --- /dev/null +++ b/trinity-apps/kbiff/kbiff-14.0.8.ebuild @@ -0,0 +1,36 @@ +# 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="br cs da de el es et fi fr he hr hu is it ja + nb nl nn pl pt pt_BR ro ru sk sl sv tr uk zh_TW" + +inherit trinity-base-2 + +DESCRIPTION="Email notification utility for TDE" +KEYWORDS="~amd64 ~x86" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +need-trinity + +SLOT="${TRINITY_VER}" + +IUSE+=" +ssl asus" + +# SSL support might need tdelibs build with +ssl USE. + +src_configure() { + mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + -DWITH_SSL="$(usex ssl)" + -DWITH_MLED="$(usex asus)" + ) + + trinity-base-2_src_configure +} -- cgit v1.2.1