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/wmbinclock/
Date: Wed, 20 Dec 2023 08:52:40 +0000 (UTC)	[thread overview]
Message-ID: <1703062350.7d5c0e9284a577780d2550e04ab43df5b356b3ea.voyageur@gentoo> (raw)

commit:     7d5c0e9284a577780d2550e04ab43df5b356b3ea
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 08:13:43 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 08:52:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5c0e92

x11-plugins/wmbinclock: add 0.51

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmbinclock/Manifest               |  1 +
 x11-plugins/wmbinclock/wmbinclock-0.51.ebuild | 34 +++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/x11-plugins/wmbinclock/Manifest b/x11-plugins/wmbinclock/Manifest
index 8af14cabb4c6..efc0adc2e99b 100644
--- a/x11-plugins/wmbinclock/Manifest
+++ b/x11-plugins/wmbinclock/Manifest
@@ -1 +1,2 @@
 DIST wmbinclock-0.5.tar.bz2 15909 BLAKE2B 71a5e53fea8f042bd8e01c0a8dde9057b22e398a4d483b556221d8344b5542f097e835f0d4eafd7cf24964b4b08f04f844c476cddc443ebc8f469e8fbb5142ec SHA512 f0f1f46b19e9c34f9168e03df2d4be2f9c7a73b09dd8247a7bc977309a3354069adf34032f3c0106aa763fe259993176edd84b029941191d05a11505e27de695
+DIST wmbinclock-0.51.tar.gz 11501 BLAKE2B f727a9497a452525bf08daf1a30e8485ca85777a0b938c45634a779cd1adb92afd172ec9455b46e832761d8a45df7a57a4bd93ebbeaa4637da5edb6087f7e30c SHA512 343ac121c93801d69beeef6b4e5ca52020229f61ac723de9b7ee7bea3fb50c51d793b217f848ba9672eb97ec1b70629186e29c27f907798af9d33d5a4faea069

diff --git a/x11-plugins/wmbinclock/wmbinclock-0.51.ebuild b/x11-plugins/wmbinclock/wmbinclock-0.51.ebuild
new file mode 100644
index 000000000000..96741ece7841
--- /dev/null
+++ b/x11-plugins/wmbinclock/wmbinclock-0.51.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="a nifty little binary clock dockapp"
+HOMEPAGE="https://www.dockapps.net/wmbinclock"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11
+	x11-libs/libXpm
+	x11-libs/libXext"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.5-gcc-10.patch )
+DOCS=( CHANGELOG README.md )
+
+src_compile() {
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \
+		INCDIR="-I/usr/include/X11" LIBDIR="" \
+		SYSTEM="${LDFLAGS}"
+}
+
+src_install() {
+	dobin wmBinClock
+	einstalldocs
+}


             reply	other threads:[~2023-12-20  8:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-20  8:52 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-05 11:04 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbinclock/ Bernard Cafarelli
2024-06-20 17:58 Arthur Zamarin
2024-06-20 10:16 Arthur Zamarin
2024-06-19 19:43 Arthur Zamarin
2024-06-19 19:43 Arthur Zamarin
2022-10-20  3:54 Sam James
2022-03-04  0:40 Sam James
2018-11-05 18:29 Mikle Kolyada
2018-11-05 18:29 Mikle Kolyada
2018-09-22 11:31 Sergei Trofimovich
2018-07-19 13:28 Bernard Cafarelli
2018-07-19 13:28 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=1703062350.7d5c0e9284a577780d2550e04ab43df5b356b3ea.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