* [gentoo-commits] repo/gentoo:master commit in: x11-wm/treewm/files/, x11-wm/treewm/
@ 2018-09-30 12:55 Virgil Dupras
0 siblings, 0 replies; only message in thread
From: Virgil Dupras @ 2018-09-30 12:55 UTC (permalink / raw
To: gentoo-commits
commit: da3ec746b026699b762728ee3a939bc2786754b0
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jul 9 17:54:50 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 12:55:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3ec746
x11-wm/treewm: EAPI7, improve ebuild
Closes: https://bugs.gentoo.org/663802
Closes: https://github.com/gentoo/gentoo/pull/9161
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
x11-wm/treewm/files/treewm-0.4.5-gcc43.patch | 8 ++--
x11-wm/treewm/treewm-0.4.5-r2.ebuild | 60 ++++++++++++++++++++++++++++
2 files changed, 64 insertions(+), 4 deletions(-)
diff --git a/x11-wm/treewm/files/treewm-0.4.5-gcc43.patch b/x11-wm/treewm/files/treewm-0.4.5-gcc43.patch
index a8faf431987..687bf809e3c 100644
--- a/x11-wm/treewm/files/treewm-0.4.5-gcc43.patch
+++ b/x11-wm/treewm/files/treewm-0.4.5-gcc43.patch
@@ -1,5 +1,5 @@
---- treewm-0.4.5b/src/action.cc 2009-01-17 18:17:32.000000000 -0400
-+++ treewm-0.4.5/src/action.cc 2009-01-17 18:20:41.000000000 -0400
+--- a/src/action.cc 2009-01-17 18:17:32.000000000 -0400
++++ b/src/action.cc 2009-01-17 18:20:41.000000000 -0400
@@ -9,6 +9,7 @@
#include "clienttree.h"
#include "clientinfo.h"
@@ -8,8 +8,8 @@
Action::Action(Section *section) {
s = section;
---- treewm-0.4.5b/src/resmanager.h 2009-01-17 18:17:32.000000000 -0400
-+++ treewm-0.4.5/src/resmanager.h 2009-01-17 18:21:10.000000000 -0400
+--- a/src/resmanager.h 2009-01-17 18:17:32.000000000 -0400
++++ b/src/resmanager.h 2009-01-17 18:21:10.000000000 -0400
@@ -12,6 +12,7 @@
#include "global.h"
#include "client.h"
diff --git a/x11-wm/treewm/treewm-0.4.5-r2.ebuild b/x11-wm/treewm/treewm-0.4.5-r2.ebuild
new file mode 100644
index 00000000000..751b8b2fe24
--- /dev/null
+++ b/x11-wm/treewm/treewm-0.4.5-r2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="WindowManager that arranges the windows in a tree (not in a list)"
+HOMEPAGE="http://treewm.sourceforge.net/"
+SRC_URI="mirror://sourceforge/treewm/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~ppc ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXxf86vm
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto
+ x11-misc/imake"
+
+src_prepare() {
+ default
+ # bug 251845
+ eapply "${FILESDIR}/${P}-gcc43.patch"
+ # bug 86453
+ sed -i xprop/dsimple.c \
+ -e 's:malloc:Malloc:g' \
+ || die "sed xprop/dsimple.c"
+}
+
+src_compile() {
+ # only compile treewm, not (x11-apps/){xprop,xkill}
+ emake treewm \
+ CXX=$(tc-getCXX) \
+ CCOPTIONS="${CFLAGS}" \
+ EXTRA_LDOPTIONS="${LDFLAGS}" \
+ PREFIX="/usr" ROOT="${D}"
+}
+
+src_install() {
+ # only install treewm, not (x11-apps/){xprop,xkill}
+ dobin src/treewm
+ dodoc AUTHORS ChangeLog PROBLEMS README README.tiling TODO default.cfg \
+ sample.cfg
+ insinto /usr/share/pixmaps/treewm
+ doins src/pixmaps/*.xpm
+}
+
+pkg_postinst() {
+ elog "x11-wm/treewm used to install its own versions of x11-apps/xprop and"
+ elog "x11-apps/xkill as treewm-xprop and treewm-xkill respectively, since"
+ elog "they are assumed to be broken in combination with treewm. Since"
+ elog "X(org) has become modular since treewm's last release and are not"
+ elog "installed by default, we can leave those out and simply point out"
+ elog "that it is NOT adviseable to use these programs when using treewm."
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-09-30 12:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-30 12:55 [gentoo-commits] repo/gentoo:master commit in: x11-wm/treewm/files/, x11-wm/treewm/ Virgil Dupras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox