public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/page/
Date: Mon,  4 Dec 2017 20:35:09 +0000 (UTC)	[thread overview]
Message-ID: <1512419700.2aeb7837a366e41884c2b3dddaf56355801a0082.monsieurp@gentoo> (raw)

commit:     2aeb7837a366e41884c2b3dddaf56355801a0082
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  4 20:34:49 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Dec  4 20:35:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aeb7837

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

 x11-wm/page/Manifest             |  3 ++-
 x11-wm/page/page-1.9.9-r1.ebuild | 50 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+), 1 deletion(-)

diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest
index db7148c4183..8b460205e9a 100644
--- a/x11-wm/page/Manifest
+++ b/x11-wm/page/Manifest
@@ -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

diff --git a/x11-wm/page/page-1.9.9-r1.ebuild b/x11-wm/page/page-1.9.9-r1.ebuild
new file mode 100644
index 00000000000..21d6b712d59
--- /dev/null
+++ b/x11-wm/page/page-1.9.9-r1.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/${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."
+}


             reply	other threads:[~2017-12-04 20:35 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-04 20:35 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-05 17:04 [gentoo-commits] repo/gentoo:master commit in: x11-wm/page/ Matt Turner
2022-07-13 18:16 Florian Schmaus
2022-07-03 21:04 Matt Turner
2022-06-29  8:44 David Seifert
2022-06-29  8:44 David Seifert
2022-05-13 20:04 Sam James
2021-10-15 12:03 Patrice Clement
2021-09-27 14:48 Yixun Lan
2020-06-17 19:11 Patrice Clement
2020-06-17 19:09 Patrice Clement
2020-01-14 22:48 Matt Turner
2018-06-03 13:49 Aaron Bauman
2018-04-27  1:16 Matt Turner
2018-04-27  1:16 Matt Turner
2017-11-25 14:39 Patrick Lauer
2017-07-26 22:09 Patrice Clement
2017-06-23 16:33 Patrice Clement
2017-02-08 22:43 Patrice Clement
2017-02-08 22:43 Patrice Clement
2016-07-25 21:02 Patrice Clement
2016-06-12 17:52 Patrice Clement
2016-03-03 19:37 Daniel Campbell
2015-12-13 22:37 Patrice Clement
2015-10-16 16:16 Patrice Clement
2015-10-16 16:16 Patrice Clement
2015-10-10  8:56 Patrice Clement
2015-10-07  8:11 Patrice Clement
2015-10-06 19:51 Patrice Clement
2015-10-06 19:51 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1512419700.2aeb7837a366e41884c2b3dddaf56355801a0082.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox