From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gmusicbrowser/
Date: Tue, 16 Mar 2021 10:32:39 +0000 (UTC) [thread overview]
Message-ID: <1615890441.e6a514bb9a8d07cc706d77e3eea61733d1b1a3b0.fordfrog@gentoo> (raw)
commit: e6a514bb9a8d07cc706d77e3eea61733d1b1a3b0
Author: Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
AuthorDate: Fri Nov 20 08:18:00 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 10:27:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a514bb
media-sound/gmusicbrowser: bump & rework git version
Remove ${PV} == "9999" condition since it may provide some issues.
See 9217bbbfd685b511492a6e4e1a45bd6c930cc06c
The upstream last changes are related to switching to 'Gtk3'.
It doesn't work perfectly yet (some icons issues),
but it generally works.
Signed-off-by: Sergiy Borodych <Sergiy.Borodych <AT> gmail.com>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
.../gmusicbrowser/gmusicbrowser-9999.ebuild | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild b/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild
index 6813cf60326..3008348f100 100644
--- a/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild
+++ b/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild
@@ -3,28 +3,18 @@
EAPI=7
-inherit eutils gnome2-utils xdg
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/squentin/${PN}.git"
- inherit git-r3
- SRC_URI=""
-else
- GIT_COMMIT="4538a5af5fb6c11f07bd7a9c50d6fd73b18c840d"
- SRC_URI="https://github.com/squentin/${PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${PN}-${GIT_COMMIT}"
-fi
+inherit git-r3 gnome2-utils xdg
DESCRIPTION="An open-source jukebox for large collections of mp3/ogg/flac files"
HOMEPAGE="https://gmusicbrowser.org/"
+EGIT_REPO_URI="https://github.com/squentin/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
IUSE="dbus doc extras gstreamer libnotify mplayer"
RDEPEND="dev-lang/perl
- dev-perl/Gtk2
+ dev-perl/Gtk3
virtual/perl-MIME-Base64
|| ( net-misc/wget dev-perl/AnyEvent-HTTP )
dbus? ( dev-perl/Net-DBus )
@@ -46,6 +36,12 @@ src_compile() {
emake MARKDOWN=$(usex doc "Markdown.pl" "echo")
}
+src_prepare() {
+ default
+ # silence QA warnings
+ sed -i '/^OnlyShowIn/d' gmusicbrowser.desktop || die
+}
+
src_install() {
emake \
DESTDIR="${D}" \
next reply other threads:[~2021-03-16 10:32 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-16 10:32 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-03 21:04 [gentoo-commits] repo/gentoo:master commit in: media-sound/gmusicbrowser/ Matt Turner
2021-04-26 15:28 Miroslav Šulc
2021-04-26 10:34 Sam James
2021-04-22 12:08 Sam James
2021-03-16 10:32 Miroslav Šulc
2021-03-16 10:32 Miroslav Šulc
2021-03-16 10:32 Miroslav Šulc
2020-05-16 7:09 Joonas Niilola
2020-02-05 0:08 Miroslav Šulc
2020-02-03 11:31 Agostino Sarubbo
2020-02-03 11:28 Agostino Sarubbo
2019-12-25 12:23 Miroslav Šulc
2019-12-25 12:23 Miroslav Šulc
2019-06-05 8:59 David Seifert
2019-04-08 17:38 Aaron Bauman
2018-04-20 19:45 David Seifert
2017-05-08 17:02 Michał Górny
2017-05-08 17:02 Michał Górny
2017-03-19 4:12 Kent Fredric
2017-03-17 22:57 Andreas Hüttel
2017-03-17 10:34 Agostino Sarubbo
2017-02-14 21:44 David Seifert
2016-11-06 19:33 David Seifert
2016-11-06 19:33 David Seifert
2016-11-06 19:33 David Seifert
2016-11-06 19:33 David Seifert
2016-10-22 12:01 David Seifert
2016-10-22 12:01 David Seifert
2015-08-22 0:36 Julian Ospald
2015-08-22 0:36 Julian Ospald
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=1615890441.e6a514bb9a8d07cc706d77e3eea61733d1b1a3b0.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--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