public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcp/
Date: Thu,  7 Jul 2022 21:09:46 +0000 (UTC)	[thread overview]
Message-ID: <1657228096.b7c779926a4240776f545dcaae78264c5d22b994.voyageur@gentoo> (raw)

commit:     b7c779926a4240776f545dcaae78264c5d22b994
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 21:07:25 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 21:08:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c77992

x11-plugins/wmcp: update EAPI 7 -> 8

Closes: https://bugs.gentoo.org/726274
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmcp/wmcp-1.2.8-r2.ebuild | 43 +++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/x11-plugins/wmcp/wmcp-1.2.8-r2.ebuild b/x11-plugins/wmcp/wmcp-1.2.8-r2.ebuild
new file mode 100644
index 000000000000..ead6e103b837
--- /dev/null
+++ b/x11-plugins/wmcp/wmcp-1.2.8-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A pager dockapp"
+HOMEPAGE="https://www.dockapps.net/wmcp"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXpm"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-gcc33.patch
+	"${FILESDIR}"/${P}-stdlibh.patch
+	)
+src_prepare() {
+	default
+	sed -i \
+		-e "s:gcc -g -c:$(tc-getCC) -c:" \
+		-e "s:gcc -g -o:$(tc-getCC) ${LDFLAGS} -o:" \
+		Makefile || die
+}
+
+src_compile() {
+	emake INCLUDES="-I/usr/include/X11" \
+		LIBINC="-L/usr/$(get_libdir)" \
+		FLAGS="${CFLAGS}"
+}
+
+src_install() {
+	dobin wmcp
+	dodoc README
+}


             reply	other threads:[~2022-07-07 21:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07 21:09 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-20 21:46 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcp/ Sam James
2024-06-20 10:16 Arthur Zamarin
2024-06-20  9:37 Sam James
2022-03-04  0:40 Sam James
2018-10-27 19:57 Mikle Kolyada
2018-10-27 19:57 Mikle Kolyada
2018-10-11 12:45 Tobias Klausmann
2018-09-18 22:11 Sergei Trofimovich
2018-07-26 20:30 Bernard Cafarelli
2018-05-05 19:28 Aaron Bauman
2017-12-05 15:18 Bernard Cafarelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1657228096.b7c779926a4240776f545dcaae78264c5d22b994.voyageur@gentoo \
    --to=voyageur@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox