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 0FD9A138331 for ; Fri, 26 Jan 2018 21:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31060E09F2; Fri, 26 Jan 2018 21:48:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 F021FE09C0 for ; Fri, 26 Jan 2018 21:48:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BA1CF335C2E for ; Fri, 26 Jan 2018 21:48:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8103F1D1 for ; Fri, 26 Jan 2018 21:48:11 +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: <1517003282.59089e88c33ec150a3d1abd93d5fcea2d975d556.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild X-VCS-Directories: x11-themes/silver-xcursors/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 59089e88c33ec150a3d1abd93d5fcea2d975d556 X-VCS-Branch: master Date: Fri, 26 Jan 2018 21:48:11 +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-Archives-Salt: 47c37ff0-be4b-47ed-825d-4d72c5a6aac6 X-Archives-Hash: 610291998e6659e5a7b288a01d526775 commit: 59089e88c33ec150a3d1abd93d5fcea2d975d556 Author: Francesco Turco fastmail fm> AuthorDate: Thu Nov 16 16:00:45 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Jan 26 21:48:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59089e88 x11-themes/silver-xcursors: use readme.gentoo-r1.eclass and EAPI 6 bump. Closes: https://bugs.gentoo.org/637686 Closes: https://github.com/gentoo/gentoo/pull/6205 .../silver-xcursors/silver-xcursors-0.4-r1.ebuild | 4 +- .../silver-xcursors/silver-xcursors-0.4.ebuild | 56 +++++++++++++--------- 2 files changed, 36 insertions(+), 24 deletions(-) diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild index 2ccc6d42f3c..992984f80ad 100644 --- a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild +++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd" -S=${WORKDIR}/${MY_P:5} +S="${WORKDIR}/${MY_P:5}" src_install() { dodir /usr/share/cursors/xorg-x11/Silver/cursors/ diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild b/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild index 05b59f73bb3..b01150131ce 100644 --- a/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild +++ b/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild @@ -1,6 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + +inherit readme.gentoo-r1 + MY_P="5533-Silver-XCursors-3D-${PV}" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" HOMEPAGE="http://www.kde-look.org/content/show.php?content=5533" @@ -14,31 +18,39 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND}" +S="${WORKDIR}/${MY_P:5}" + +DOC_CONTENTS="To use this set of cursors, edit or create the file ~/.Xdefaults +and add the following line: +Xcursor.theme: Silver + +You can change the size by adding a line like: +Xcursor.size: 48 + +Also, to globally use this set of mouse cursors edit the file: + /usr/share/cursors/xorg-x11/default/index.theme +and change the line: + Inherits=[current setting] +to + Inherits=Silver + +Note this will be overruled by a user's ~/.Xdefaults file." + src_install() { - dodir /usr/share/cursors/xorg-x11/Silver/cursors/ - cp -R "${WORKDIR}"/${MY_P:5}/Silver/cursors "${D}"/usr/share/cursors/xorg-x11/Silver/ || die - dodoc "${WORKDIR}"/${MY_P:5}/README + insinto /usr/share/cursors/xorg-x11/Silver + doins -r Silver/cursors + einstalldocs + + DISABLE_AUTOFORMATTING="yes" + readme.gentoo_create_doc } pkg_postinst() { - einfo "To use this set of cursors, edit or create the file ~/.Xdefaults" - einfo "and add the following line:" - einfo "Xcursor.theme: Silver" - einfo "" - einfo "You can change the size by adding a line like:" - einfo "Xcursor.size: 48" - einfo "" - einfo "Also, to globally use this set of mouse cursors edit the file:" - einfo " /usr/share/cursors/xorg-x11/default/index.theme" - einfo "and change the line:" - einfo " Inherits=[current setting]" - einfo "to" - einfo " Inherits=Silver" - einfo "" - einfo "Note this will be overruled by a user's ~/.Xdefaults file." - einfo "" + DISABLE_AUTOFORMATTING="yes" + readme.gentoo_print_elog + ewarn "If you experience flickering, try setting the following line in" - ewarn "" ewarn "the Device section of your xorg.conf file:" - ewarn " Option \"HWCursor\" \"false\"" + ewarn " Option \"HWCursor\" \"false\"" + }