commit:     e1240875385ea767c63eb8135fa14f8a6c1a4be7
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Mon Oct 25 14:41:33 2021 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
CommitDate: Wed Oct 27 02:33:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1240875

x11-themes/vimix-xcursors: add 20200224

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 x11-themes/vimix-xcursors/Manifest                 |  1 +
 x11-themes/vimix-xcursors/metadata.xml             | 11 +++++++++++
 .../vimix-xcursors/vimix-xcursors-20200224.ebuild  | 22 ++++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/x11-themes/vimix-xcursors/Manifest 
b/x11-themes/vimix-xcursors/Manifest
new file mode 100644
index 000000000..d3b0572ed
--- /dev/null
+++ b/x11-themes/vimix-xcursors/Manifest
@@ -0,0 +1 @@
+DIST vimix-xcursors-20200224.tar.gz 1211721 BLAKE2B 
a2d12cb175a48757cae78a497753e96a3d92af0cdbeb21af9ebbfbcb8a558514ebd44cdf2e86689efcfcdd7d67e50e2019ef544d4f0fcb6414e63dabf6a50b86
 SHA512 
037752c03f14941279477976fbb7c0b4aaf7e83423897d72020d57835969cfd4040bba3bdf5666648c6deefce72f8ecd16dfcaf61618ecc129f50fbb1aa2b428

diff --git a/x11-themes/vimix-xcursors/metadata.xml 
b/x11-themes/vimix-xcursors/metadata.xml
new file mode 100644
index 000000000..a1c9b24e7
--- /dev/null
+++ b/x11-themes/vimix-xcursors/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Alexey Zapparov</name>
+       </maintainer>
+       <upstream>
+               
<bugs-to>https://github.com/vinceliuice/Vimix-cursors/issues</bugs-to>
+       </upstream>
+</pkgmetadata>

diff --git a/x11-themes/vimix-xcursors/vimix-xcursors-20200224.ebuild 
b/x11-themes/vimix-xcursors/vimix-xcursors-20200224.ebuild
new file mode 100644
index 000000000..73bddde5a
--- /dev/null
+++ b/x11-themes/vimix-xcursors/vimix-xcursors-20200224.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Vimix-cursors for Linux desktop."
+HOMEPAGE="https://github.com/vinceliuice/Vimix-cursors";
+SRC_URI="https://github.com/vinceliuice/Vimix-cursors/archive/refs/tags/2020-02-24.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/Vimix-cursors-${PV:0:4}-${PV:4:2}-${PV:6:2}"
+
+src_install() {
+       insinto /usr/share/cursors/xorg-x11/Vimix/cursors
+       doins -r dist/cursors/*
+
+       insinto /usr/share/cursors/xorg-x11/Vimix-White/cursors
+       doins -r dist-white/cursors/*
+}

Reply via email to