Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-themes/vimix-xcursors/
Date: Wed, 27 Oct 2021 06:18:15
Message-Id: 1635302019.e1240875385ea767c63eb8135fa14f8a6c1a4be7.flow@gentoo
1 commit: e1240875385ea767c63eb8135fa14f8a6c1a4be7
2 Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
3 AuthorDate: Mon Oct 25 14:41:33 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 02:33:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1240875
7
8 x11-themes/vimix-xcursors: add 20200224
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
12
13 x11-themes/vimix-xcursors/Manifest | 1 +
14 x11-themes/vimix-xcursors/metadata.xml | 11 +++++++++++
15 .../vimix-xcursors/vimix-xcursors-20200224.ebuild | 22 ++++++++++++++++++++++
16 3 files changed, 34 insertions(+)
17
18 diff --git a/x11-themes/vimix-xcursors/Manifest b/x11-themes/vimix-xcursors/Manifest
19 new file mode 100644
20 index 000000000..d3b0572ed
21 --- /dev/null
22 +++ b/x11-themes/vimix-xcursors/Manifest
23 @@ -0,0 +1 @@
24 +DIST vimix-xcursors-20200224.tar.gz 1211721 BLAKE2B a2d12cb175a48757cae78a497753e96a3d92af0cdbeb21af9ebbfbcb8a558514ebd44cdf2e86689efcfcdd7d67e50e2019ef544d4f0fcb6414e63dabf6a50b86 SHA512 037752c03f14941279477976fbb7c0b4aaf7e83423897d72020d57835969cfd4040bba3bdf5666648c6deefce72f8ecd16dfcaf61618ecc129f50fbb1aa2b428
25
26 diff --git a/x11-themes/vimix-xcursors/metadata.xml b/x11-themes/vimix-xcursors/metadata.xml
27 new file mode 100644
28 index 000000000..a1c9b24e7
29 --- /dev/null
30 +++ b/x11-themes/vimix-xcursors/metadata.xml
31 @@ -0,0 +1,11 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <maintainer type="person">
36 + <email>alexey@××××××××.com</email>
37 + <name>Alexey Zapparov</name>
38 + </maintainer>
39 + <upstream>
40 + <bugs-to>https://github.com/vinceliuice/Vimix-cursors/issues</bugs-to>
41 + </upstream>
42 +</pkgmetadata>
43
44 diff --git a/x11-themes/vimix-xcursors/vimix-xcursors-20200224.ebuild b/x11-themes/vimix-xcursors/vimix-xcursors-20200224.ebuild
45 new file mode 100644
46 index 000000000..73bddde5a
47 --- /dev/null
48 +++ b/x11-themes/vimix-xcursors/vimix-xcursors-20200224.ebuild
49 @@ -0,0 +1,22 @@
50 +# Copyright 2021 Gentoo Authors
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=8
54 +
55 +DESCRIPTION="Vimix-cursors for Linux desktop."
56 +HOMEPAGE="https://github.com/vinceliuice/Vimix-cursors"
57 +SRC_URI="https://github.com/vinceliuice/Vimix-cursors/archive/refs/tags/2020-02-24.tar.gz -> ${P}.tar.gz"
58 +
59 +LICENSE="GPL-3"
60 +SLOT="0"
61 +KEYWORDS="~amd64 ~x86"
62 +
63 +S="${WORKDIR}/Vimix-cursors-${PV:0:4}-${PV:4:2}-${PV:6:2}"
64 +
65 +src_install() {
66 + insinto /usr/share/cursors/xorg-x11/Vimix/cursors
67 + doins -r dist/cursors/*
68 +
69 + insinto /usr/share/cursors/xorg-x11/Vimix-White/cursors
70 + doins -r dist-white/cursors/*
71 +}