* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbatteries/
@ 2018-07-19 13:28 Bernard Cafarelli
0 siblings, 0 replies; 2+ messages in thread
From: Bernard Cafarelli @ 2018-07-19 13:28 UTC (permalink / raw
To: gentoo-commits
commit: d3289b0436f011e34a8c765978dec755efce4f04
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jul 8 13:20:14 2018 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Jul 19 13:25:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3289b04
x11-plugins/wmbatteries: EAPI7, improve ebuild
x11-plugins/wmbatteries/wmbatteries-0.1.3-r1.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/x11-plugins/wmbatteries/wmbatteries-0.1.3-r1.ebuild b/x11-plugins/wmbatteries/wmbatteries-0.1.3-r1.ebuild
new file mode 100644
index 00000000000..89995ab6a54
--- /dev/null
+++ b/x11-plugins/wmbatteries/wmbatteries-0.1.3-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Dock app for monitoring the current battery status and CPU temperature"
+HOMEPAGE="https://sourceforge.net/projects/wmbatteries"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXt
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+DOCS=( AUTHORS THANKS README example/wmbatteriesrc )
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbatteries/
@ 2024-11-08 5:11 Eli Schwartz
0 siblings, 0 replies; 2+ messages in thread
From: Eli Schwartz @ 2024-11-08 5:11 UTC (permalink / raw
To: gentoo-commits
commit: 386af8830065bef43155045cc7d3356ff21a0900
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 7 08:40:30 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Nov 8 05:08:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386af883
x11-plugins/wmbatteries: fix modern C porting in configure
Regenerate the configure script to take advantage of updates to core
autoconf macros so that system probes function correctly.
The software doesn't actually build with Modern C. That is tracked by a
different bug. It's an open question whether this package makes sense to
package anyway -- especially given it is only even *keyworded* for
x86...
Closes: https://bugs.gentoo.org/942786
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
x11-plugins/wmbatteries/wmbatteries-0.1.3-r1.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/x11-plugins/wmbatteries/wmbatteries-0.1.3-r1.ebuild b/x11-plugins/wmbatteries/wmbatteries-0.1.3-r1.ebuild
index fe71b8cc9c04..d7e36b7ce091 100644
--- a/x11-plugins/wmbatteries/wmbatteries-0.1.3-r1.ebuild
+++ b/x11-plugins/wmbatteries/wmbatteries-0.1.3-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit autotools
+
DESCRIPTION="Dock app for monitoring the current battery status and CPU temperature"
HOMEPAGE="https://sourceforge.net/projects/wmbatteries"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
@@ -19,3 +21,8 @@ DEPEND="${RDEPEND}
x11-base/xorg-proto"
DOCS=( AUTHORS THANKS README example/wmbatteriesrc )
+
+src_prepare() {
+ default
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-08 5:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-19 13:28 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbatteries/ Bernard Cafarelli
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 5:11 Eli Schwartz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox