summaryrefslogtreecommitdiff
path: root/x11-plugins
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-01-18 06:41:56 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-01-18 06:41:56 +0000
commit5046e96fa41cb320765bdf30253b2a98c27fe94d (patch)
tree008f8b783fae6f3e251250214a372278cd973c53 /x11-plugins
parent6d730aa8064fbab6cc54447b6ed0e60b99c13256 (diff)
gentoo auto-resync : 18:01:2025 - 06:41:55HEADmaster
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/Manifest.gzbin26110 -> 26116 bytes
-rw-r--r--x11-plugins/wminet/Manifest2
-rw-r--r--x11-plugins/wminet/files/wminet-3.0.0-missing-include.patch11
-rw-r--r--x11-plugins/wminet/wminet-3.0.0-r3.ebuild41
4 files changed, 54 insertions, 0 deletions
diff --git a/x11-plugins/Manifest.gz b/x11-plugins/Manifest.gz
index f7cb50546e23..a674d076f10b 100644
--- a/x11-plugins/Manifest.gz
+++ b/x11-plugins/Manifest.gz
Binary files differ
diff --git a/x11-plugins/wminet/Manifest b/x11-plugins/wminet/Manifest
index 7413813039dd..7edd0d0553b9 100644
--- a/x11-plugins/wminet/Manifest
+++ b/x11-plugins/wminet/Manifest
@@ -1,5 +1,7 @@
AUX wminet-3.0.0-fno-common.patch 809 BLAKE2B caba9292dd94d9d666425782afafd0552512170256a0e50f37f62f0bc0cd36f6fd067345f2e652fe4bcce48ef450b421635ec3f52ce6ae1d3275c2d04cf941fe SHA512 bce32754f2b954e30a63997bb4a9074442fc3b87dc02b543afbd2a46a6496ab797823216f630402c8dc79202c1ee355bb34d719e34f3fed7d2020711f2e9e513
AUX wminet-3.0.0-list.patch 7026 BLAKE2B 4a4011cbb4e74caee67a6974967a69189702510a7319679c3f2b039c1039f9a62338d0abf960aae598fc06c49c5bc349e3d86b3b445ca45a7592b14926f7c8c2 SHA512 9c51ab9ed8f00648f7f24d070657c9126b26e19a4dbda8dac8d127030858f2a9eb385443fcd452560974bad6ccb986962087bd60fe78c5c1cc6ba43c91313b96
+AUX wminet-3.0.0-missing-include.patch 227 BLAKE2B 4628f311183d2f8468832c05a570b22c2465a33d8befd07d0d4fb8d4a64b6eb4b741706878f249839338782ef89a1a841411e323a18b5aaef83b9f5d94a04497 SHA512 592b7c79470081064507ad3913115e7fc31998b6dcf0bf0f5f2242cdebc36b9ecd76fafa27d03373282a63bf80bf0fae9d8fa1598d35fba90ce8ace7e85ef9f9
DIST wminet-3.0.0.tar.gz 47576 BLAKE2B 318a180998f815e4ac274b98fdc14914f2d69eac1a5bf6c4382b0f8b01594d56dece8f168a069fd45cb6be373f1c3507aa0a0e5fd27ab571ee21912d0c02e5e6 SHA512 594d4a2019e424b27e717d3ffd64071f7888b40bf9b31332a877e71d85c0eb89f65490268276def30f530f187f3796a14c5e412af8cb461311e3f1e0a6478e51
EBUILD wminet-3.0.0-r2.ebuild 681 BLAKE2B 3128ba7086da85a39cb7334006a2b0ae6a5c2b8918d0fdeb4046517b9817d24547d63d3812819223ce844a26114a508623c487ce949f4c8f8ad4acc8cc592fb1 SHA512 0196c949c1976fd8b5d354b2845e90b2a29da21e4e4e5ae144a066f9b2fd8c450376d7d1cd04e03e0cd937648b8c2d0f1f7f5957f3d37e610382f6127092bfdb
+EBUILD wminet-3.0.0-r3.ebuild 857 BLAKE2B 041fb0df1f1a50ddd2f7972985681b861f72da5fffd32eef05d1cb5c536247839480876e0beff076d8dc6fe79647a5c47a233539d266b790e2779cdecd2bffef SHA512 bcf8ffc76f969022fb80f860a52de5878c81b445d23a765878679e2cfcc63e08be61d16c2ecdf0eba082868e9691ebb4113ae66316e0100f5b5be283a7c65467
MISC metadata.xml 456 BLAKE2B 8fbee19ca0697d77250c43f62e10afd22ff0e3533a96ac6d1a7ac6b98d8ac8582929949632005b5fd53e0a226fd1701be6d43824e48279b7a5a1f03d6149d892 SHA512 7e0912ee8fa282d30eaca7f9ec73998ce7b7cf342930d73a8d2c86002cec2fe23192d05c0565cb15ea22cc62ee9ab112032e6a704e050de16f8db820abbd0dcf
diff --git a/x11-plugins/wminet/files/wminet-3.0.0-missing-include.patch b/x11-plugins/wminet/files/wminet-3.0.0-missing-include.patch
new file mode 100644
index 000000000000..1857a8feb3ea
--- /dev/null
+++ b/x11-plugins/wminet/files/wminet-3.0.0-missing-include.patch
@@ -0,0 +1,11 @@
+for toupper(), implicit function declaration
+--- a/src/wminet.c
++++ b/src/wminet.c
+@@ -20,6 +20,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <ctype.h>
+ #include <unistd.h>
+ #include <string.h>
+ #include <signal.h>
diff --git a/x11-plugins/wminet/wminet-3.0.0-r3.ebuild b/x11-plugins/wminet/wminet-3.0.0-r3.ebuild
new file mode 100644
index 000000000000..87c681b7942f
--- /dev/null
+++ b/x11-plugins/wminet/wminet-3.0.0-r3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs autotools
+
+DESCRIPTION="dockapp for monitoring internet connections to and from your computer"
+HOMEPAGE="https://www.improbability.net/#wminet"
+SRC_URI="https://www.improbability.net/wmdock//${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-list.patch
+ "${FILESDIR}"/${P}-fno-common.patch
+ "${FILESDIR}"/${P}-missing-include.patch
+ )
+
+DOCS=( AUTHORS ChangeLog NEWS README wminetrc )
+
+src_prepare() {
+ default
+
+ # bug https://bugs.gentoo.org/875137
+ # bug https://bugs.gentoo.org/908912
+ eautoreconf
+}
+
+src_compile() {
+ tc-export CC
+ emake LDFLAGS="${LDFLAGS}"
+}