mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-wm/page: version bump.
Closes: https://bugs.gentoo.org/585452 Closes: https://bugs.gentoo.org/638844 Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST page-1.9.8.tar.gz 993882 SHA256 c4cb93e64ea0ce1a2ea5c8f68b5aa5f9ea60e7b9cf778c6e03d7b06c5e9c39a7 SHA512 624493282bb3258bbbaf731d4b6e0fe50741a6dfe80a559feb40112042aeb799b46e820c23d8a1679c4374ceb5be0b63890e2f660f1240b4dd249bb3b8aa61a8 WHIRLPOOL 9db09cb6f36ca8bc3a60d4d7f8ce3d995bbd0a888c90bfd065f33d83ec9d4d6a298d7e4131b60b6fe0fd99d42aca298555df374cbce96adba6b47d9592afd5c4
|
||||
DIST page-1.9.9.tar.gz 1007419 SHA256 d88109c03c185c90a61ca638ac08a0b412cb42208f986dd341c7977ea6f8a85b SHA512 4dfd7b04823e13c2a592e3037803022d6e30019ac9390b6da9196e0a250de8e213d2a6a7546cd97c3d77deac4fa70410def2ed2367bb3a21c6f1ddb3df61d5f8 WHIRLPOOL f606fe21766851bc99ab95fba22df579e6f8eefee2b1d9ec4b719cf8c88cadce9e004b1737cf36f04b3f1b8bd1fd2f64b84ec295181d1043aced4ce4f7ea810e
|
||||
DIST page-1.9.9-r1.tar.gz 1009216 BLAKE2B 8248705f9e5eceaeea37889a9859249d9eb236f215da804f5edad3c36007179f63f132c161c1e4a6a97df6240f87799242140c97877775ae00f2e86dd7eed69d SHA512 9e7594590b1fdeadcf59d715d30727bee9f640903a34cadd8c0d92b3e94059c183d931a7d8e96763adb74f59a94acb03f7bfbbd4f1f8b57371fe886e6a227012
|
||||
DIST page-1.9.9.tar.gz 1007419 BLAKE2B 0f7c59d153bdc85b5f8167ff6a07202b3e294829573fb9427893b33b23b66605691ec664223fbdba1244e3059f5b103c4ea62c67165eeccc161738a839a29ae9 SHA512 4dfd7b04823e13c2a592e3037803022d6e30019ac9390b6da9196e0a250de8e213d2a6a7546cd97c3d77deac4fa70410def2ed2367bb3a21c6f1ddb3df61d5f8
|
||||
|
||||
50
x11-wm/page/page-1.9.9-r1.ebuild
Normal file
50
x11-wm/page/page-1.9.9-r1.ebuild
Normal file
@@ -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/${PF}.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."
|
||||
}
|
||||
Reference in New Issue
Block a user