diff options
Diffstat (limited to 'trinity-apps/knemo')
-rw-r--r-- | trinity-apps/knemo/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/knemo/knemo-14.1.2.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/trinity-apps/knemo/Manifest b/trinity-apps/knemo/Manifest index 7fd4ffe3..f80d21f7 100644 --- a/trinity-apps/knemo/Manifest +++ b/trinity-apps/knemo/Manifest @@ -1 +1,2 @@ DIST knemo-trinity-14.1.1.tar.xz 150756 BLAKE2B f2a3c36fc0d61455d6c71f3a967280a48e100f895a741ecb5dfc12cec2916f763dae12c5b88e4d2cc824a9fadcfb4b6f10cd1e5d3d915095bf87d2fc76ee4be2 SHA512 31379873613ed8d8c9d0fb7e836299e720bcea50bad1b097b162a2d313f50c5d51590ca890a0fb6a33c5347de710c7bacc97346a63e4df13c7662849b22d7032 +DIST knemo-trinity-14.1.2.tar.xz 151076 BLAKE2B be753beebd4d002198143bfb578dedc77c7ac0d29bc417904aad780695e510f294279342fe78d08c8855d7d8f2cbacf903c97d380aff1bbb390098462cb598ff SHA512 e8508826c9ba939cf7c70c55e29e929a391d0ea46c7b0a6e444fc8b4f90973f947e49f27a8df2b5b592d6515944ed4abb357c5dc262ca5877295a2bfdaf34b87 diff --git a/trinity-apps/knemo/knemo-14.1.2.ebuild b/trinity-apps/knemo/knemo-14.1.2.ebuild new file mode 100644 index 00000000..6da6f61c --- /dev/null +++ b/trinity-apps/knemo/knemo-14.1.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-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="ar bg cs cy da de el es et fr ga gl hu it + ja ka lt nl pl pt pt_BR ru rw sk sr sr@Latn sv tr" +TRINITY_MODULE_TYPE="applications/system" +inherit trinity-base-2 + +DESCRIPTION="Network interfaces monitor for the TDE systray" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi +IUSE="wifi kernel_linux" + +RDEPEND="kernel_linux? ( sys-apps/net-tools ) + wifi? ( net-wireless/wireless-tools )" + +pkg_postinst() { + echo + einfo "KNemo is not an executable but a KDED service. KNemo has to be" + einfo "started using TDE Control Center/Internet & Network/Network Monitor" + echo +} |