From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1352715-garchives=archives.gentoo.org@lists.gentoo.org> 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 4503C158087 for <garchives@archives.gentoo.org>; Sat, 25 Dec 2021 20:47:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7711C2BC03A; Sat, 25 Dec 2021 20:47:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56A222BC040 for <gentoo-commits@lists.gentoo.org>; Sat, 25 Dec 2021 20:47:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6A8C534306D for <gentoo-commits@lists.gentoo.org>; Sat, 25 Dec 2021 20:47:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CEEF256 for <gentoo-commits@lists.gentoo.org>; Sat, 25 Dec 2021 20:47:26 +0000 (UTC) From: "Alexey Zapparov" <alexey@zapparov.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Zapparov" <alexey@zapparov.com> Message-ID: <1640465225.7acdbd5dc48134f91fd24d158a6edd4689baab5b.alexey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/vimix-xcursors/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-themes/vimix-xcursors/vimix-xcursors-20200224-r1.ebuild x11-themes/vimix-xcursors/vimix-xcursors-20200224-r2.ebuild X-VCS-Directories: x11-themes/vimix-xcursors/ X-VCS-Committer: alexey X-VCS-Committer-Name: Alexey Zapparov X-VCS-Revision: 7acdbd5dc48134f91fd24d158a6edd4689baab5b X-VCS-Branch: dev Date: Sat, 25 Dec 2021 20:47:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f9c4b02-02f6-4176-b35b-968b881715ba X-Archives-Hash: 8d00f5ed08459303f8be644266b8b31c commit: 7acdbd5dc48134f91fd24d158a6edd4689baab5b Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com> AuthorDate: Sat Dec 25 20:47:05 2021 +0000 Commit: Alexey Zapparov <alexey <AT> zapparov <DOT> com> CommitDate: Sat Dec 25 20:47:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7acdbd5d x11-themes/vimix-xcursors: add 20200224-r2 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com> ...-xcursors-20200224-r1.ebuild => vimix-xcursors-20200224-r2.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-themes/vimix-xcursors/vimix-xcursors-20200224-r1.ebuild b/x11-themes/vimix-xcursors/vimix-xcursors-20200224-r2.ebuild similarity index 84% rename from x11-themes/vimix-xcursors/vimix-xcursors-20200224-r1.ebuild rename to x11-themes/vimix-xcursors/vimix-xcursors-20200224-r2.ebuild index 010bddc5b..662215fe7 100644 --- a/x11-themes/vimix-xcursors/vimix-xcursors-20200224-r1.ebuild +++ b/x11-themes/vimix-xcursors/vimix-xcursors-20200224-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}" -DESCRIPTION="Vimix-cursors for Linux desktop" +DESCRIPTION="Theme inspired by Materia design and based on capitaine-cursors" HOMEPAGE="https://github.com/vinceliuice/Vimix-cursors" SRC_URI="https://github.com/vinceliuice/Vimix-cursors/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" @@ -13,6 +13,8 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" +RDEPEND="x11-libs/libXcursor" + S="${WORKDIR}/Vimix-cursors-${MY_PV}" src_install() {