summaryrefslogtreecommitdiff
blob: 4577c5cb1332f5ac758a40b9c07d2a1e8e5e9453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="A mouse friendly tiling window manager"
HOMEPAGE="https://www.hzog.net/index.php/Main_Page"
SRC_URI="http://www.hzog.net/pub/${PN}-1.9.9-r1.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	>=x11-libs/libxcb-1.11[xkb]
	>=x11-libs/xcb-util-0.4.0
	>=x11-libs/libXfixes-5.0.3
	>=x11-libs/libXdamage-1.1.4-r1
	>=x11-libs/libXrandr-1.5.1
	>=x11-libs/libXcomposite-0.4.4-r1
	>=x11-libs/libXrender-0.9.10
	>=x11-libs/libXext-1.3.3
	>=x11-libs/cairo-1.14.6[X,xcb(+)]
	>=x11-libs/pango-1.40.5
	>=dev-libs/glib-2.50.3-r1:2"

DEPEND="${RDEPEND}
	>=x11-base/xcb-proto-1.12-r2
	x11-base/xorg-proto"

src_install() {
	default

	# Solves file collision with dev-tcltk/tcllib, bug #574074
	ebegin "Changing references from 'page' to 'pagewm'"
	mv "${D}"usr/bin/page "${D}"usr/bin/pagewm || die "Could not rename binary!"
	sed -i -e "s:/usr/bin/page:/usr/bin/pagewm:" "${D}"usr/share/applications/page.desktop || die "Could not change .desktop file!"
	eend
}

pkg_postinst() {
	elog "page can now be launched using \"pagewm\". To find out more about this functionality,"
	elog "see the following bug report: https://bugs.gentoo.org/574074."
}