summaryrefslogtreecommitdiffstats
path: root/trinity-apps/wlassistant
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/wlassistant')
-rw-r--r--trinity-apps/wlassistant/Manifest1
-rw-r--r--trinity-apps/wlassistant/wlassistant-14.1.2.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/wlassistant/Manifest b/trinity-apps/wlassistant/Manifest
index c20708e2..d71f0e93 100644
--- a/trinity-apps/wlassistant/Manifest
+++ b/trinity-apps/wlassistant/Manifest
@@ -1 +1,2 @@
DIST wlassistant-trinity-14.1.1.tar.xz 80124 BLAKE2B 15ead5bc7a5f2410ed360c879441679b9d7038c0dc1f9bea65909b155c28113e49a2a7dd95ce7b933bd6cc666077e8275baacc9b8b1a55188398291f7e7b64e4 SHA512 e5a0e282c57c63304abfd6cca1743097f8c12411d326232330a511dccca4ca5d1ad83f9d67045099d8ea57fb222f36b64fa3e37cf5bdf77123a53ec60f9fc13a
+DIST wlassistant-trinity-14.1.2.tar.xz 80240 BLAKE2B 49ac50a25a0996564e83eb3e9d76f77b888e216a34956df06010411b7e6c6a74f53a2f52a435adc917a34e6141b4af0df19cb7f1c402f61b889aa4378ef62f9f SHA512 b5ff7be0e863357179951cce38e1ce653b3d77fd5123cf5f189f0f0e8eec5d7c1865ad09898066ba9f248463fca951740713c76969ceeee03a43067b84079eee
diff --git a/trinity-apps/wlassistant/wlassistant-14.1.2.ebuild b/trinity-apps/wlassistant/wlassistant-14.1.2.ebuild
new file mode 100644
index 00000000..72ce8975
--- /dev/null
+++ b/trinity-apps/wlassistant/wlassistant-14.1.2.ebuild
@@ -0,0 +1,29 @@
+# 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 ca de es fr nb pl pt_BR sv zh_CN zh_TW"
+TRINITY_MODULE_TYPE="applications/settings"
+inherit trinity-base-2
+
+DESCRIPTION="User friendly TDE frontend for wireless network connection"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+RDEPEND="
+ net-wireless/wireless-tools
+ || (
+ net-misc/dhcp
+ net-misc/dhcpcd
+ )
+"