x11-wm/page: version bump.

Package-Manager: portage-2.2.28
This commit is contained in:
Patrice Clement
2016-07-25 23:00:33 +02:00
parent 7035498cbc
commit 3d0e006dc3
2 changed files with 51 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST page-1.9.6.tar.gz 984557 SHA256 67ce57c7dcd3098a96911fa0150985887082747d8580ebdcf662ad0551b22dd6 SHA512 83662e5d3df13ecb1b110323775cfb82008279714e7a0cecccb3703f855558ed28f4efa4141dbec69ea173dad19d4a1572a754f23101798657b74208935c4286 WHIRLPOOL 48962cd710b1133bfee0c78fd23dc528a2225aa3cf1b40d82691384800ff3a49557a934f2f4b0533c977df502c5dcea0ee1c0db318e9e8553eebf39df412fa4d
DIST page-1.9.7.tar.gz 990232 SHA256 8da32d89cd8846e4d13b2e0b0eba4ed1183af5b3ccda48dfc613ea79e44f2b6d SHA512 ffd7b9831c62b3c6a8545181f89e7ea7ffc18468f01539e1a97676d45a287617fb59e2dd178de4a479378c40152e6367fdeb72462b808dd57284c187293723a6 WHIRLPOOL a7fb0f9c3aa2a42253f32e429dd912247009fead935d6ffb4369b85719908424c5c9f076e4b68ea6ff4c7ebd956cccdab791bbccee582190eb93aac34b5098d6

View File

@@ -0,0 +1,50 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
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
x11-libs/libxcb
x11-libs/xcb-util
x11-libs/libXfixes
x11-libs/libXdamage
x11-proto/damageproto
x11-proto/randrproto
x11-libs/libXrandr
x11-proto/xproto
x11-proto/fixesproto
x11-proto/compositeproto
x11-libs/libXcomposite
x11-proto/renderproto
x11-libs/libXrender
x11-libs/libXext
x11-proto/xextproto
x11-libs/cairo[xcb]
x11-libs/pango
dev-libs/glib: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."
}