diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-07-27 00:08:51 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-07-27 00:09:03 +0200 |
commit | 2cf9242acd7aef88621e5b97b4a082b81c9eae13 (patch) | |
tree | a35e203881965ed1d50a6a863dd394bd700cefc6 /x11-wm/page/page-1.9.9.ebuild | |
parent | media-libs/libmodplug: Version bump to 0.8.9.0 as requested by Lars "Polynomi... (diff) | |
download | gentoo-2cf9242acd7aef88621e5b97b4a082b81c9eae13.tar.gz gentoo-2cf9242acd7aef88621e5b97b4a082b81c9eae13.tar.bz2 gentoo-2cf9242acd7aef88621e5b97b4a082b81c9eae13.zip |
x11-wm/page: version bump.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'x11-wm/page/page-1.9.9.ebuild')
-rw-r--r-- | x11-wm/page/page-1.9.9.ebuild | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/x11-wm/page/page-1.9.9.ebuild b/x11-wm/page/page-1.9.9.ebuild new file mode 100644 index 000000000000..4bd58b7eb176 --- /dev/null +++ b/x11-wm/page/page-1.9.9.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A mouse friendly tiling window manager" +HOMEPAGE="http://www.hzog.net/index.php/Main_Page" +SRC_URI="http://www.hzog.net/pub/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=x11-proto/xcb-proto-1.12-r2 + >=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-proto/damageproto-1.2.1-r1 + >=x11-proto/randrproto-1.5.0 + >=x11-libs/libXrandr-1.5.1 + >=x11-proto/xproto-7.0.31 + >=x11-proto/fixesproto-5.0-r1 + >=x11-proto/compositeproto-0.4.2-r1 + >=x11-libs/libXcomposite-0.4.4-r1 + >=x11-proto/renderproto-0.11.1-r1 + >=x11-libs/libXrender-0.9.10 + >=x11-libs/libXext-1.3.3 + >=x11-proto/xextproto-7.3.0 + >=x11-libs/cairo-1.14.6[X,xcb] + >=x11-libs/pango-1.40.5 + >=dev-libs/glib-2.50.3-r1:2" + +DEPEND="${RDEPEND}" + +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." +} |