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.0.12.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/wlassistant/Manifest b/trinity-apps/wlassistant/Manifest
index 1a2eefc2..e7ce2f28 100644
--- a/trinity-apps/wlassistant/Manifest
+++ b/trinity-apps/wlassistant/Manifest
@@ -1 +1,2 @@
DIST wlassistant-trinity-14.0.11.tar.xz 78648 BLAKE2B ed754f08c120f779f42ae6c0de3900ead20448742ba6f86ccc7f7b3a028cb4caba460b621ff7e2e87b06eb3445d6a9411947ab9e670ffbce00cfb1faa89641b1 SHA512 eb7850a39b5e15609bbfd9266e6b1ef2bcc6945b665f260ccb1000f278699f92772d3cd4f14fe1c73eaa3f90523cedafd5a27ae9b508752dacca75c8465178ea
+DIST wlassistant-trinity-14.0.12.tar.xz 78564 BLAKE2B b20d26f6b2c849753dff99c56334fbf407d765346f2cb78e10ae8b2bd942005402517b97d0350a6506011bb76e0d8af5b78b2e09323ecec8e539a0f6d3104300 SHA512 a4ca7da85ac545d999ceabcef445468caaa2d03b82a6f36e500722ae02aa154e1e4819a86dcf11542d90c84217eec142e11b89059900844a8759d12f67ff3158
diff --git a/trinity-apps/wlassistant/wlassistant-14.0.12.ebuild b/trinity-apps/wlassistant/wlassistant-14.0.12.ebuild
new file mode 100644
index 00000000..2858e237
--- /dev/null
+++ b/trinity-apps/wlassistant/wlassistant-14.0.12.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-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="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
+ )
+"