public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
Date: Sat, 14 Sep 2024 00:40:04 +0000 (UTC)	[thread overview]
Message-ID: <1726274255.46bf7baff232e69bde02f28e172b0bbe6e9f9246.davidroman@gentoo> (raw)

commit:     46bf7baff232e69bde02f28e172b0bbe6e9f9246
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Sep 13 20:42:12 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Sep 14 00:37:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46bf7baf

media-sound/nulloy: drop external theme

I will move it to a separate ebuild (decided by the community).

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
Closes: https://github.com/gentoo/guru/pull/241
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/nulloy/metadata.xml                     |  2 +-
 .../{nulloy-0.9.9.ebuild => nulloy-0.9.9-r1.ebuild} | 14 +-------------
 media-sound/nulloy/nulloy-9999.ebuild               | 21 +--------------------
 3 files changed, 3 insertions(+), 34 deletions(-)

diff --git a/media-sound/nulloy/metadata.xml b/media-sound/nulloy/metadata.xml
index d9c4775e5..9988a9371 100644
--- a/media-sound/nulloy/metadata.xml
+++ b/media-sound/nulloy/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Vitaly Zdanevich</name>
 	</maintainer>
 	<use>
-		<flag name="skins">Add a few themes, enable if you want dark</flag>
+		<flag name="skins">Without this flag - you can choose qt5 themes not only for preferences</flag>
 	</use>
 	<upstream>
 		<remote-id type="github">nulloy/nulloy</remote-id>

diff --git a/media-sound/nulloy/nulloy-0.9.9.ebuild b/media-sound/nulloy/nulloy-0.9.9-r1.ebuild
similarity index 83%
rename from media-sound/nulloy/nulloy-0.9.9.ebuild
rename to media-sound/nulloy/nulloy-0.9.9-r1.ebuild
index d4c5f2417..c4b906bd3 100644
--- a/media-sound/nulloy/nulloy-0.9.9.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.9-r1.ebuild
@@ -8,9 +8,7 @@ inherit xdg
 DESCRIPTION="Music player with a waveform progress bar (sound visualization)"
 HOMEPAGE="https://nulloy.com"
 
-NAME="nulloy-theme-night-v1.0"
-SRC_URI="https://github.com/nulloy/nulloy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
-	skins? ( https://gitlab.com/vitaly-zdanevich/nulloy-theme-night/-/archive/v1.0/${NAME}.tar.bz2 )"
+SRC_URI="https://github.com/nulloy/nulloy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -37,16 +35,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-	if use skins ; then
-		eapply "${FILESDIR}"/add-dark-theme.patch
-
-		cp -r "${WORKDIR}/${NAME}" src/skins/night
-	fi
-
-	default
-}
-
 src_configure() {
 	# Upstream ./configure script does not support specifying an option's
 	# value after an equal sign like in '--prefix="${EPREFIX}/usr"', so we

diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index efc31d791..465a8be61 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -34,25 +34,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_unpack() {
-	git-r3_src_unpack
-
-	if use skins ; then
-		EGIT_REPO_URI=https://gitlab.com/vitaly-zdanevich/nulloy-theme-night.git
-		EGIT_CHECKOUT_DIR="${WORKDIR}/night"
-		git-r3_src_unpack
-	fi
-}
-
-src_prepare() {
-	default
-
-	if use skins ; then
-		eapply "${FILESDIR}/add-dark-theme.patch"
-		cp -r "${WORKDIR}/night" src/skins
-	fi
-}
-
 src_configure() {
 	# Upstream ./configure script does not support specifying an option's
 	# value after an equal sign like in '--prefix="${EPREFIX}/usr"', so we


WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/nulloy/
Date: Sat, 14 Sep 2024 00:43:40 +0000 (UTC)	[thread overview]
Message-ID: <1726274255.46bf7baff232e69bde02f28e172b0bbe6e9f9246.davidroman@gentoo> (raw)
Message-ID: <20240914004340.CEjLqy5P9G47TFoYg5TZdKkl35cWM01KtmVOv_CfecY@z> (raw)

commit:     46bf7baff232e69bde02f28e172b0bbe6e9f9246
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Sep 13 20:42:12 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Sep 14 00:37:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46bf7baf

media-sound/nulloy: drop external theme

I will move it to a separate ebuild (decided by the community).

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
Closes: https://github.com/gentoo/guru/pull/241
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/nulloy/metadata.xml                     |  2 +-
 .../{nulloy-0.9.9.ebuild => nulloy-0.9.9-r1.ebuild} | 14 +-------------
 media-sound/nulloy/nulloy-9999.ebuild               | 21 +--------------------
 3 files changed, 3 insertions(+), 34 deletions(-)

diff --git a/media-sound/nulloy/metadata.xml b/media-sound/nulloy/metadata.xml
index d9c4775e5..9988a9371 100644
--- a/media-sound/nulloy/metadata.xml
+++ b/media-sound/nulloy/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Vitaly Zdanevich</name>
 	</maintainer>
 	<use>
-		<flag name="skins">Add a few themes, enable if you want dark</flag>
+		<flag name="skins">Without this flag - you can choose qt5 themes not only for preferences</flag>
 	</use>
 	<upstream>
 		<remote-id type="github">nulloy/nulloy</remote-id>

diff --git a/media-sound/nulloy/nulloy-0.9.9.ebuild b/media-sound/nulloy/nulloy-0.9.9-r1.ebuild
similarity index 83%
rename from media-sound/nulloy/nulloy-0.9.9.ebuild
rename to media-sound/nulloy/nulloy-0.9.9-r1.ebuild
index d4c5f2417..c4b906bd3 100644
--- a/media-sound/nulloy/nulloy-0.9.9.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.9-r1.ebuild
@@ -8,9 +8,7 @@ inherit xdg
 DESCRIPTION="Music player with a waveform progress bar (sound visualization)"
 HOMEPAGE="https://nulloy.com"
 
-NAME="nulloy-theme-night-v1.0"
-SRC_URI="https://github.com/nulloy/nulloy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
-	skins? ( https://gitlab.com/vitaly-zdanevich/nulloy-theme-night/-/archive/v1.0/${NAME}.tar.bz2 )"
+SRC_URI="https://github.com/nulloy/nulloy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -37,16 +35,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-	if use skins ; then
-		eapply "${FILESDIR}"/add-dark-theme.patch
-
-		cp -r "${WORKDIR}/${NAME}" src/skins/night
-	fi
-
-	default
-}
-
 src_configure() {
 	# Upstream ./configure script does not support specifying an option's
 	# value after an equal sign like in '--prefix="${EPREFIX}/usr"', so we

diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index efc31d791..465a8be61 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -34,25 +34,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_unpack() {
-	git-r3_src_unpack
-
-	if use skins ; then
-		EGIT_REPO_URI=https://gitlab.com/vitaly-zdanevich/nulloy-theme-night.git
-		EGIT_CHECKOUT_DIR="${WORKDIR}/night"
-		git-r3_src_unpack
-	fi
-}
-
-src_prepare() {
-	default
-
-	if use skins ; then
-		eapply "${FILESDIR}/add-dark-theme.patch"
-		cp -r "${WORKDIR}/night" src/skins
-	fi
-}
-
 src_configure() {
 	# Upstream ./configure script does not support specifying an option's
 	# value after an equal sign like in '--prefix="${EPREFIX}/usr"', so we


             reply	other threads:[~2024-09-14  0:40 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-14  0:40 David Roman [this message]
2024-09-14  0:43 ` [gentoo-commits] repo/proj/guru:master commit in: media-sound/nulloy/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-06-16 23:35 [gentoo-commits] repo/proj/guru:dev " Vitaly Zdanevich
2024-06-13 23:29 Vitaly Zdanevich
2024-06-10 20:11 Vitaly Zdanevich
2024-05-11  0:06 Vitaly Zdanevich
2024-02-27 19:44 Vitaly Zdanevich
2024-02-26  0:19 Vitaly Zdanevich
2024-02-23 17:38 Vitaly Zdanevich
2024-02-22 16:16 Vitaly Zdanevich
2024-02-15 11:14 Vitaly Zdanevich
2024-02-15 11:11 Vitaly Zdanevich
2024-02-13 20:37 Vitaly Zdanevich
2022-09-26 10:05 Andrew Ammerlaan
2022-09-26 10:05 Andrew Ammerlaan
2022-08-09  7:18 Vitaly Zdanevich
2022-08-02 18:13 Vitaly Zdanevich
2022-07-12  9:22 Vitaly Zdanevich
2022-07-10 10:13 Vitaly Zdanevich
2022-07-10 10:10 Vitaly Zdanevich
2022-07-01 10:56 Vitaly Zdanevich
2022-07-01 10:53 Vitaly Zdanevich
2022-06-30  7:27 Vitaly Zdanevich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1726274255.46bf7baff232e69bde02f28e172b0bbe6e9f9246.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox