diff options
author | Alexey Zapparov <alexey@zapparov.com> | 2021-10-25 16:41:33 +0200 |
---|---|---|
committer | Alexey Zapparov <alexey@zapparov.com> | 2021-10-27 04:33:39 +0200 |
commit | e1240875385ea767c63eb8135fa14f8a6c1a4be7 (patch) | |
tree | 4e01d21cfae4ca51df860a03cd4d3d1890cc9a98 /x11-themes | |
parent | dev-vcs/lazygit: 0.30.1 version bump (diff) | |
download | guru-e1240875385ea767c63eb8135fa14f8a6c1a4be7.tar.gz guru-e1240875385ea767c63eb8135fa14f8a6c1a4be7.tar.bz2 guru-e1240875385ea767c63eb8135fa14f8a6c1a4be7.zip |
x11-themes/vimix-xcursors: add 20200224
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/vimix-xcursors/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/vimix-xcursors/metadata.xml | 11 | ||||
-rw-r--r-- | x11-themes/vimix-xcursors/vimix-xcursors-20200224.ebuild | 22 |
3 files changed, 34 insertions, 0 deletions
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>alexey@zapparov.com</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/* +} |