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 38485158170 for ; Fri, 19 Jul 2024 18:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C170E2AA8; Fri, 19 Jul 2024 18:05:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A24F4E2A80 for ; Fri, 19 Jul 2024 18:05:06 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DF0733BF36 for ; Fri, 19 Jul 2024 18:05:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE8C31E47 for ; Fri, 19 Jul 2024 18:05:03 +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: <1721412279.f19927ae2af0ee14c09c735a63b37bc0f16ad601.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/neutral-xcursors/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/neutral-xcursors/neutral-xcursors-20150106-r2.ebuild X-VCS-Directories: x11-themes/neutral-xcursors/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f19927ae2af0ee14c09c735a63b37bc0f16ad601 X-VCS-Branch: master Date: Fri, 19 Jul 2024 18:05:03 +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: a08235f1-07ba-4099-a4b6-07935748d3d6 X-Archives-Hash: eb093bed3833b9fdb0ce0eec6a2e5ba5 commit: f19927ae2af0ee14c09c735a63b37bc0f16ad601 Author: Pacho Ramos gentoo org> AuthorDate: Fri Jul 19 17:40:29 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Jul 19 18:04:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19927ae x11-themes/neutral-xcursors: Use updated location for cursor themes Closes: https://bugs.gentoo.org/934166 Signed-off-by: Pacho Ramos gentoo.org> .../neutral-xcursors-20150106-r2.ebuild | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r2.ebuild b/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r2.ebuild new file mode 100644 index 000000000000..6f90015b5bc4 --- /dev/null +++ b/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r2.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEUTRAL_PN="Neutral" +NEUTRAL_PV="1.13a" +NEUTRAL_P="${NEUTRAL_PN}-${NEUTRAL_PV}" + +PLUS_PN="Neutral_Plus" +PLUS_PV="1.2" +PLUS_P="${PLUS_PN}-${PLUS_PV}" + +PLUSPLUS_PN="Neutral++" +PLUSPLUS_PV="1.0.3" +PLUSPLUS_P="${PLUSPLUS_PN}-${PLUSPLUS_PV}" + +WHITE_PN="Neutral++_White" +WHITE_PV="1.1.1" +WHITE_P="${WHITE_PN}-${WHITE_PV}" + +DESCRIPTION="A family of smoothed and shadowed cursors that resemble the standard X ones" +HOMEPAGE=" + https://store.kde.org/p/999947/ + https://store.kde.org/p/999928/ + https://store.kde.org/p/999941/ + https://store.kde.org/p/999806/ +" + +SRC_URI=" + mirror://gentoo/${NEUTRAL_P}.tar.gz + mirror://gentoo/${PLUS_P}.tar.bz2 + mirror://gentoo/${PLUSPLUS_P}.tar.bz2 + mirror://gentoo/${WHITE_P}.tar.bz2 +" +S="${WORKDIR}" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +BDEPEND="x11-apps/xcursorgen" +RDEPEND="x11-libs/libXcursor" + +src_prepare() { + default + + mv neutral Neutral || die + mkdir -p "${PLUS_PN}"/source/cursors || die +} + +src_compile() { + local cursor_dirs=( "${NEUTRAL_PN}" "${PLUS_PN}" "${PLUSPLUS_PN}" "${WHITE_PN}" ) + for cursor_dir in "${cursor_dirs[@]}"; do + pushd "${cursor_dir}"/source + ./make.sh || die + popd + done +} + +src_install() { + pushd "${NEUTRAL_PN}" + insinto /usr/share/icons/"${NEUTRAL_PN}" + doins -r index.theme source/cursors/ + popd + + pushd "${PLUS_PN}" + insinto /usr/share/icons/"${PLUS_PN}" + doins -r "${FILESDIR}/index.theme" source/cursors/ + popd + + pushd "${PLUSPLUS_PN}" + insinto /usr/share/icons/"${PLUSPLUS_PN}" + doins -r index.theme cursors/ + popd + + pushd "${WHITE_PN}" + insinto /usr/share/icons/"${WHITE_PN}" + doins -r index.theme cursors/ + popd +}