public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmload/files/, x11-plugins/wmload/
@ 2018-08-02 20:14 Bernard Cafarelli
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli @ 2018-08-02 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0196b7f60f4c131dda29d77cc70c7d84d887ed66
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jul 22 15:43:03 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Aug  2 20:12:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0196b7f6

x11-plugins/wmload: EAPI7, improve ebuild

 .../wmload/files/wmload-0.9.6-solaris.patch        |  4 +--
 x11-plugins/wmload/wmload-0.9.7-r1.ebuild          | 33 ++++++++++++++++++++++
 2 files changed, 35 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmload/files/wmload-0.9.6-solaris.patch b/x11-plugins/wmload/files/wmload-0.9.6-solaris.patch
index 210b28419fa..ec5e4c84abb 100644
--- a/x11-plugins/wmload/files/wmload-0.9.6-solaris.patch
+++ b/x11-plugins/wmload/files/wmload-0.9.6-solaris.patch
@@ -1,7 +1,7 @@
 * original: http://www.rampant.org/~dp/software/wmload.solaris.patch
 
---- wmload.c
-+++ wmload.c
+--- a/wmload.c
++++ b/wmload.c
 @@ -6,6 +6,11 @@
  #include <math.h>
  #include <fcntl.h>

diff --git a/x11-plugins/wmload/wmload-0.9.7-r1.ebuild b/x11-plugins/wmload/wmload-0.9.7-r1.ebuild
new file mode 100644
index 00000000000..167a3e4ade6
--- /dev/null
+++ b/x11-plugins/wmload/wmload-0.9.7-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop toolchain-funcs
+
+DESCRIPTION="yet another dock application showing a system load gauge"
+HOMEPAGE="https://www.dockapps.net/wmload"
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~amd64-linux ~ppc ~sparc ~sparc-solaris ~x86 ~x86-linux ~x64-solaris ~x86-solaris"
+
+RDEPEND="x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXpm"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.9.6-solaris.patch )
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
+
+	dodoc README
+	domenu "${FILESDIR}"/${PN}.desktop
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-02 20:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-02 20:14 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmload/files/, x11-plugins/wmload/ Bernard Cafarelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox