Skip to content

Commit

Permalink
x11-themes/vimix-xcursors: add 20200224
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
  • Loading branch information
ixti committed Oct 27, 2021
1 parent e42ec02 commit e124087
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-themes/vimix-xcursors/Manifest
@@ -0,0 +1 @@
DIST vimix-xcursors-20200224.tar.gz 1211721 BLAKE2B a2d12cb175a48757cae78a497753e96a3d92af0cdbeb21af9ebbfbcb8a558514ebd44cdf2e86689efcfcdd7d67e50e2019ef544d4f0fcb6414e63dabf6a50b86 SHA512 037752c03f14941279477976fbb7c0b4aaf7e83423897d72020d57835969cfd4040bba3bdf5666648c6deefce72f8ecd16dfcaf61618ecc129f50fbb1aa2b428
11 changes: 11 additions & 0 deletions 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>
22 changes: 22 additions & 0 deletions 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."

This comment has been minimized.

Copy link
@telans

telans Oct 27, 2021

Contributor

A nitpick but please avoid using full-stops in the descriptions.

This comment has been minimized.

Copy link
@ixti

ixti Oct 27, 2021

Author Contributor

My bad. Will fix.

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"

This comment has been minimized.

Copy link
@telans

telans Oct 27, 2021

Contributor

${PV:0:4}-${PV:4:2}-${PV:6:2} would be good here too for an easy version bump

This comment has been minimized.

Copy link
@ixti

ixti Oct 27, 2021

Author Contributor

Oh indeed. Thank you, will fix this.


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/*
}

0 comments on commit e124087

Please sign in to comment.