public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xfmpc/
Date: Sat, 22 Apr 2023 16:36:44 +0000 (UTC)	[thread overview]
Message-ID: <1682181399.5c8fdbcaa0cf8908a8b8f526597425e8f12d9f30.mgorny@gentoo> (raw)

commit:     5c8fdbcaa0cf8908a8b8f526597425e8f12d9f30
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 16:32:58 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 16:36:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8fdbca

media-sound/xfmpc: Bump to 0.3.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-sound/xfmpc/Manifest           |  1 +
 media-sound/xfmpc/xfmpc-0.3.1.ebuild | 40 ++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/media-sound/xfmpc/Manifest b/media-sound/xfmpc/Manifest
index 4d5d9fcf2c31..8c00ee3df9fb 100644
--- a/media-sound/xfmpc/Manifest
+++ b/media-sound/xfmpc/Manifest
@@ -1 +1,2 @@
 DIST xfmpc-0.3.0.tar.bz2 443234 BLAKE2B ee0f491baadfb6be9148de8060758f788f773bdbc0354d6061889e979fb16eeb7a44357b61e698908c972714616b4268ed443d1d6323cbf0f457cdfd6cdf0fc1 SHA512 6e876aca2c2a6764fe97f061c97dc0fa9ce72b7ab6a2597b5f54bdce39789cc73bd038a0ef69b87d826c225efb9c3a2d19aa9ed7872ce7ee9ac5d7bd275444a3
+DIST xfmpc-0.3.1.tar.bz2 455660 BLAKE2B 2391217f1695ab0962a3ee52ea27ef44febbd8cf982d1bfba0c6952423c718f32dbea590930b9cef9cd3d932b2297cafb87870e27fb7579a764ad948e62918d6 SHA512 771835828cd89298d79c31cec2716b308889e6b835a2b16d0ef25eab6ed1667b055158f845ebf897df8f3f9f45a07fb6ad2994a9981695e74be2d56408e4abe0

diff --git a/media-sound/xfmpc/xfmpc-0.3.1.ebuild b/media-sound/xfmpc/xfmpc-0.3.1.ebuild
new file mode 100644
index 000000000000..69378a9435cf
--- /dev/null
+++ b/media-sound/xfmpc/xfmpc-0.3.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Music Player Daemon (MPD) client for the Xfce desktop environment"
+HOMEPAGE="
+	https://docs.xfce.org/apps/xfmpc/start
+	https://gitlab.xfce.org/apps/xfmpc/
+"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	>=dev-libs/glib-2.38.0:2=
+	>=media-libs/libmpd-0.15.0:=
+	>=x11-libs/gtk+-3.22.0:3=
+	>=xfce-base/libxfce4ui-4.12.0:=
+	>=xfce-base/libxfce4util-4.12.0:=
+"
+RDEPEND="
+	${DEPEND}
+"
+BDEPEND="
+	dev-util/intltool
+	virtual/pkgconfig
+"
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


             reply	other threads:[~2023-04-22 16:36 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-22 16:36 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25 11:24 [gentoo-commits] repo/gentoo:master commit in: media-sound/xfmpc/ Arthur Zamarin
2025-01-25 10:41 Sam James
2025-01-25 10:41 Sam James
2024-12-25 17:05 Michał Górny
2024-06-21  4:23 Arthur Zamarin
2024-02-10  6:58 Ionen Wolkens
2024-01-25  9:21 Sam James
2024-01-25  9:21 Sam James
2024-01-24  4:57 Ionen Wolkens
2024-01-23  5:07 Ionen Wolkens
2024-01-07  5:57 WANG Xuerui
2024-01-05 13:21 Jakov Smolić
2023-06-02  4:52 Michał Górny
2023-06-01 20:04 Sam James
2023-06-01 20:04 Sam James
2019-06-23  3:39 Michał Górny
2019-02-28 17:41 Michał Górny
2018-01-06  5:05 Thomas Deutschmann
2018-01-05 10:34 Mikle Kolyada
2017-11-16 18:46 Denis Dupeyron
2017-11-16  0:33 Denis Dupeyron
2016-07-29 17:01 Michał Górny

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=1682181399.5c8fdbcaa0cf8908a8b8f526597425e8f12d9f30.mgorny@gentoo \
    --to=mgorny@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