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: Wed,  8 Feb 2017 22:43:03 +0000 (UTC)	[thread overview]
Message-ID: <1486593779.7812dfd9c39d399fa4842b9504edf15a35f092ee.monsieurp@gentoo> (raw)

commit:     7812dfd9c39d399fa4842b9504edf15a35f092ee
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  8 22:42:01 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 22:42:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7812dfd9

x11-wm/page: version bump.

Package-Manager: portage-2.3.3

 x11-wm/page/Manifest          |  1 +
 x11-wm/page/page-1.9.8.ebuild | 51 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest
index 649482ed38..d71252a579 100644
--- a/x11-wm/page/Manifest
+++ b/x11-wm/page/Manifest
@@ -1,2 +1,3 @@
 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
+DIST page-1.9.8.tar.gz 993882 SHA256 c4cb93e64ea0ce1a2ea5c8f68b5aa5f9ea60e7b9cf778c6e03d7b06c5e9c39a7 SHA512 624493282bb3258bbbaf731d4b6e0fe50741a6dfe80a559feb40112042aeb799b46e820c23d8a1679c4374ceb5be0b63890e2f660f1240b4dd249bb3b8aa61a8 WHIRLPOOL 9db09cb6f36ca8bc3a60d4d7f8ce3d995bbd0a888c90bfd065f33d83ec9d4d6a298d7e4131b60b6fe0fd99d42aca298555df374cbce96adba6b47d9592afd5c4

diff --git a/x11-wm/page/page-1.9.8.ebuild b/x11-wm/page/page-1.9.8.ebuild
new file mode 100644
index 0000000000..256eff789a
--- /dev/null
+++ b/x11-wm/page/page-1.9.8.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 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."
+}


             reply	other threads:[~2017-02-08 22:43 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-08 22:43 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-12-04 20:35 Patrice Clement
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
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=1486593779.7812dfd9c39d399fa4842b9504edf15a35f092ee.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