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 6B8281382C5 for ; Mon, 26 Apr 2021 21:20:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A432EE0829; Mon, 26 Apr 2021 21:20:49 +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 8ECDAE0829 for ; Mon, 26 Apr 2021 21:20:49 +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 8BBF53412EA for ; Mon, 26 Apr 2021 21:20:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A097478 for ; Mon, 26 Apr 2021 21:20:46 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1619472033.78217f97b03d68338e52b848abaf82c8ebad77cc.conikost@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/metadata.xml x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild X-VCS-Directories: x11-themes/neutral-xcursors/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 78217f97b03d68338e52b848abaf82c8ebad77cc X-VCS-Branch: master Date: Mon, 26 Apr 2021 21:20:46 +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: 3acf8f96-8cb3-4491-8c9f-e476ad811ef8 X-Archives-Hash: 68c6dcf9c6b7cf6a67952b2d453b361d commit: 78217f97b03d68338e52b848abaf82c8ebad77cc Author: Conrad Kostecki gentoo org> AuthorDate: Mon Apr 26 21:18:54 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Apr 26 21:20:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78217f97 x11-themes/neutral-xcursors: bump to EAPI=7 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> x11-themes/neutral-xcursors/metadata.xml | 3 +- .../neutral-xcursors-20150106-r1.ebuild | 81 ++++++++++++++++++++++ 2 files changed, 83 insertions(+), 1 deletion(-) diff --git a/x11-themes/neutral-xcursors/metadata.xml b/x11-themes/neutral-xcursors/metadata.xml index 585b0dc75dd..3c58a0219fb 100644 --- a/x11-themes/neutral-xcursors/metadata.xml +++ b/x11-themes/neutral-xcursors/metadata.xml @@ -2,4 +2,5 @@ - + + diff --git a/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild b/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild new file mode 100644 index 00000000000..28dbb5e6b7d --- /dev/null +++ b/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86" + +DEPEND="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/cursors/xorg-x11/"${NEUTRAL_PN}" + doins -r index.theme source/cursors/ + popd + + pushd "${PLUS_PN}" + insinto /usr/share/cursors/xorg-x11/"${PLUS_PN}" + doins -r "${FILESDIR}/index.theme" source/cursors/ + popd + + pushd "${PLUSPLUS_PN}" + insinto /usr/share/cursors/xorg-x11/"${PLUSPLUS_PN}" + doins -r index.theme cursors/ + popd + + pushd "${WHITE_PN}" + insinto /usr/share/cursors/xorg-x11/"${WHITE_PN}" + doins -r index.theme cursors/ + popd +}