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/wmfortune/, x11-plugins/wmfortune/files/
Date: Thu, 14 Jun 2018 09:02:38 +0000 (UTC)	[thread overview]
Message-ID: <1528966869.5dbb5e012c755db482d15cfd044044871ad2af99.voyageur@gentoo> (raw)

commit:     5dbb5e012c755db482d15cfd044044871ad2af99
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jun 11 20:19:09 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Jun 14 09:01:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dbb5e01

x11-plugins/wmfortune: EAPI7, use HTTPS, improve ebuild

 .../wmfortune/files/wmfortune-0.241-stringh.patch  |  6 ++--
 x11-plugins/wmfortune/wmfortune-0.241-r1.ebuild    | 40 ++++++++++++++++++++++
 2 files changed, 43 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmfortune/files/wmfortune-0.241-stringh.patch b/x11-plugins/wmfortune/files/wmfortune-0.241-stringh.patch
index a8e9f9ff6ed..35db475df30 100644
--- a/x11-plugins/wmfortune/files/wmfortune-0.241-stringh.patch
+++ b/x11-plugins/wmfortune/files/wmfortune-0.241-stringh.patch
@@ -1,6 +1,6 @@
-diff -ur wmfortune-0.241.orig/wmfortune.c wmfortune-0.241/wmfortune.c
---- wmfortune-0.241.orig/wmfortune.c	2001-09-01 03:25:39.000000000 +0300
-+++ wmfortune-0.241/wmfortune.c	2008-01-15 10:21:17.000000000 +0200
+diff -ur a/wmfortune.c b/wmfortune.c
+--- a/wmfortune.c	2001-09-01 03:25:39.000000000 +0300
++++ b/wmfortune.c	2008-01-15 10:21:17.000000000 +0200
 @@ -25,6 +25,7 @@
  
  #include <unistd.h>

diff --git a/x11-plugins/wmfortune/wmfortune-0.241-r1.ebuild b/x11-plugins/wmfortune/wmfortune-0.241-r1.ebuild
new file mode 100644
index 00000000000..f67de2f9282
--- /dev/null
+++ b/x11-plugins/wmfortune/wmfortune-0.241-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="a dockapp showing fortune-mod messages"
+HOMEPAGE="https://www.dockapps.net/wmfortune"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
+
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="games-misc/fortune-mod
+	x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXpm"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+PATCHES=( "${FILESDIR}"/${P}-stringh.patch )
+
+src_prepare() {
+	# Honour Gentoo LDFLAGS. Closes bug #336446.
+	sed -i 's/-o $(DEST)/$(LDFLAGS) -o $(DEST)/' Makefile || die
+	default
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)" OPTIMIZE="${CFLAGS}" \
+		XLIBDIR="/usr/$(get_libdir)"
+}
+
+src_install() {
+	dobin ${PN}
+	einstalldocs
+}


                 reply	other threads:[~2018-06-14  9:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1528966869.5dbb5e012c755db482d15cfd044044871ad2af99.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