From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 228021382C5 for ; Wed, 17 Jun 2020 19:09:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44D27E0956; Wed, 17 Jun 2020 19:09:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E493E0956 for ; Wed, 17 Jun 2020 19:09:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C649D34F041 for ; Wed, 17 Jun 2020 19:09:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A35DD3 for ; Wed, 17 Jun 2020 19:09:37 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1592420972.5810217300f5133478f150dc24d78f53031400d9.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/page/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/page/Manifest x11-wm/page/page-1.9.8.ebuild X-VCS-Directories: x11-wm/page/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 5810217300f5133478f150dc24d78f53031400d9 X-VCS-Branch: master Date: Wed, 17 Jun 2020 19:09:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cf27c692-6213-4507-8981-80b331486252 X-Archives-Hash: 2bdb9ee119e55105a823d357ba159a55 commit: 5810217300f5133478f150dc24d78f53031400d9 Author: Patrice Clement gentoo org> AuthorDate: Wed Jun 17 19:08:39 2020 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Jun 17 19:09:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58102173 x11-wm/page: add back an old version and update HOMEPAGE. Set HOMEPAGE to Github. Bug: https://bugs.gentoo.org/727918 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement gentoo.org> 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 d582910bde4..78488740ed5 100644 --- a/x11-wm/page/Manifest +++ b/x11-wm/page/Manifest @@ -1 +1,2 @@ +DIST page-1.9.8.tar.gz 162352 BLAKE2B acde0feb62d58f66708ec09545137978540fb8c5fab651961b6e87d7c9d7be3170b8e2171c80ec553a9059ae2c23869759f37953da783be3a8fb3ea471e8b15b SHA512 758b1efbecb6d0a3d6ea0f7261b1c55db0927aa46d871f1a30b77e5aa7b9819ae74ca6fb821692656f2150da758793ba5653bdd94ab92ba2b79b39e0d4a4882e DIST page-1.9.9-r1.tar.gz 1009216 BLAKE2B 8248705f9e5eceaeea37889a9859249d9eb236f215da804f5edad3c36007179f63f132c161c1e4a6a97df6240f87799242140c97877775ae00f2e86dd7eed69d SHA512 9e7594590b1fdeadcf59d715d30727bee9f640903a34cadd8c0d92b3e94059c183d931a7d8e96763adb74f59a94acb03f7bfbbd4f1f8b57371fe886e6a227012 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 00000000000..8fcd55186a3 --- /dev/null +++ b/x11-wm/page/page-1.9.8.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +DESCRIPTION="A mouse friendly tiling window manager" +HOMEPAGE="https://github.com/gschwind/page" +SRC_URI="https://github.com/gschwind/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=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-libs/libXrandr-1.5.1 + >=x11-libs/libXcomposite-0.4.4-r1 + >=x11-libs/libXrender-0.9.10 + >=x11-libs/libXext-1.3.3 + >=x11-libs/cairo-1.14.6[X,xcb(+)] + >=x11-libs/pango-1.40.5 + >=dev-libs/glib-2.50.3-r1:2" + +DEPEND="${RDEPEND} + >=x11-base/xcb-proto-1.12-r2 + x11-base/xorg-proto" + +src_prepare() { + default + eautoreconf +} + +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." +}