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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17DE3158170 for ; Fri, 19 Jul 2024 18:05:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26043E2AE5; Fri, 19 Jul 2024 18:05:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05E30E2AE5 for ; Fri, 19 Jul 2024 18:05:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24B0C33BF36 for ; Fri, 19 Jul 2024 18:05:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BB321E4C for ; Fri, 19 Jul 2024 18:05:04 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1721412280.b87110a9ac80c7e12ec349d504619aa92107df66.pacho@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-r5.ebuild X-VCS-Directories: x11-themes/silver-xcursors/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b87110a9ac80c7e12ec349d504619aa92107df66 X-VCS-Branch: master Date: Fri, 19 Jul 2024 18:05:04 +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: 5f6a18e3-176d-4cf1-bc80-d7569e7a20d0 X-Archives-Hash: 16bf327429d7c47c8174c3e35463fd8e commit: b87110a9ac80c7e12ec349d504619aa92107df66 Author: Pacho Ramos gentoo org> AuthorDate: Fri Jul 19 17:52:07 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Jul 19 18:04:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87110a9 x11-themes/silver-xcursors: Use updated location for cursor themes Closes: https://bugs.gentoo.org/934170 Signed-off-by: Pacho Ramos gentoo.org> .../silver-xcursors/silver-xcursors-0.4-r5.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild b/x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild new file mode 100644 index 000000000000..511f75eae744 --- /dev/null +++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P="5533-Silver-XCursors-3D-${PV}" + +DESCRIPTION="A high quality set of animated mouse cursors" +HOMEPAGE="https://store.kde.org/p/999966/" +SRC_URI="mirror://gentoo/$MY_P.tar.bz2" +S="${WORKDIR}/${MY_P:5}" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libXcursor" + +src_install() { + insinto /usr/share/icons + doins -r Silver/ + dodoc README +}