public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/vimix-xcursors/
@ 2021-10-27  6:18 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2021-10-27  6:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e1240875385ea767c63eb8135fa14f8a6c1a4be7
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Mon Oct 25 14:41:33 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
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>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/*
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/vimix-xcursors/
@ 2021-10-28 20:56 Haelwenn Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Haelwenn Monnier @ 2021-10-28 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0d846a302666b7d30a48bae302adbf040002c2ae
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Wed Oct 27 16:00:02 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Oct 27 16:00:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d846a30

x11-themes/vimix-xcursors: address ebuild review

See-Also: https://git.io/Ji9UB
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 ...xcursors-20200224.ebuild => vimix-xcursors-20200224-r1.ebuild} | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/x11-themes/vimix-xcursors/vimix-xcursors-20200224.ebuild b/x11-themes/vimix-xcursors/vimix-xcursors-20200224-r1.ebuild
similarity index 73%
rename from x11-themes/vimix-xcursors/vimix-xcursors-20200224.ebuild
rename to x11-themes/vimix-xcursors/vimix-xcursors-20200224-r1.ebuild
index 73bddde5a..010bddc5b 100644
--- a/x11-themes/vimix-xcursors/vimix-xcursors-20200224.ebuild
+++ b/x11-themes/vimix-xcursors/vimix-xcursors-20200224-r1.ebuild
@@ -3,15 +3,17 @@
 
 EAPI=8
 
-DESCRIPTION="Vimix-cursors for Linux desktop."
+MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
+
+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"
+SRC_URI="https://github.com/vinceliuice/Vimix-cursors/archive/refs/tags/${MY_PV}.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}"
+S="${WORKDIR}/Vimix-cursors-${MY_PV}"
 
 src_install() {
 	insinto /usr/share/cursors/xorg-x11/Vimix/cursors


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/vimix-xcursors/
@ 2021-12-27 14:44 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2021-12-27 14:44 UTC (permalink / raw
  To: gentoo-commits

commit:     7acdbd5dc48134f91fd24d158a6edd4689baab5b
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Sat Dec 25 20:47:05 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
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() {


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/vimix-xcursors/
@ 2024-03-12 14:48 Haelwenn Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Haelwenn Monnier @ 2024-03-12 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     f62eb37ea4e388027cf6615eb9feb7d37815d220
Author:     Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Tue Mar 12 02:33:41 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Mar 12 02:33:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f62eb37e

x11-themes/vimix-xcursors: fix theme installation

Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>

 ...200224-r2.ebuild => vimix-xcursors-20200224-r3.ebuild} | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/x11-themes/vimix-xcursors/vimix-xcursors-20200224-r2.ebuild b/x11-themes/vimix-xcursors/vimix-xcursors-20200224-r3.ebuild
similarity index 61%
rename from x11-themes/vimix-xcursors/vimix-xcursors-20200224-r2.ebuild
rename to x11-themes/vimix-xcursors/vimix-xcursors-20200224-r3.ebuild
index 662215fe75..2585bbeb25 100644
--- a/x11-themes/vimix-xcursors/vimix-xcursors-20200224-r2.ebuild
+++ b/x11-themes/vimix-xcursors/vimix-xcursors-20200224-r3.ebuild
@@ -8,6 +8,7 @@ MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
 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"
+S="${WORKDIR}/Vimix-cursors-${MY_PV}"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -15,12 +16,14 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="x11-libs/libXcursor"
 
-S="${WORKDIR}/Vimix-cursors-${MY_PV}"
-
 src_install() {
-	insinto /usr/share/cursors/xorg-x11/Vimix/cursors
-	doins -r dist/cursors/*
+	insinto /usr/share/icons/Vimix
+	doins -r dist/*
+
+	insinto /usr/share/icons/Vimix-White
+	doins -r dist-white/*
 
-	insinto /usr/share/cursors/xorg-x11/Vimix-White/cursors
-	doins -r dist-white/cursors/*
+	# bugs #838451, #834277, #834001
+	dosym ../../../../usr/share/icons/Vimix/cursors /usr/share/cursors/xorg-x11/Vimix
+	dosym ../../../../usr/share/icons/Vimix-White/cursors /usr/share/cursors/xorg-x11/Vimix-White
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-12 14:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-27  6:18 [gentoo-commits] repo/proj/guru:master commit in: x11-themes/vimix-xcursors/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2021-10-28 20:56 Haelwenn Monnier
2021-12-27 14:44 Florian Schmaus
2024-03-12 14:48 Haelwenn Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox