Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xfmpc/
Date: Thu, 28 Feb 2019 17:41:48
Message-Id: 1551375689.2c21823dcb172724e5229e8c59f7e0e1d296ba4a.mgorny@gentoo
1 commit: 2c21823dcb172724e5229e8c59f7e0e1d296ba4a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 07:26:55 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 17:41:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c21823d
7
8 media-sound/xfmpc: Bump to 0.2.90 (GTK+3 port)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-sound/xfmpc/Manifest | 1 +
13 media-sound/xfmpc/xfmpc-0.2.90.ebuild | 33 +++++++++++++++++++++++++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/media-sound/xfmpc/Manifest b/media-sound/xfmpc/Manifest
17 index c18aecad66f..a348e93cdef 100644
18 --- a/media-sound/xfmpc/Manifest
19 +++ b/media-sound/xfmpc/Manifest
20 @@ -1 +1,2 @@
21 DIST xfmpc-0.2.3.tar.bz2 414680 BLAKE2B 167af8e53d7ddf2a629d585e8ca9f15507e54ee92ceae0f48d3462fc1667b07570d2489cc5058c0521aae2f0b1493a1101655ae702e48b3c4d0c6be493a4ec57 SHA512 3f592fdd559817051f7720bafc07fc66b39f682cc20286c12d54c4bd607e85bb0a722c567264a29224971b4ac14db51b0b44b233a16cccd9d17579a50549a3be
22 +DIST xfmpc-0.2.90.tar.bz2 449973 BLAKE2B 89b1e0136fdc161857fdf50a47b5dec388f9e999df26a1e3399e2997a95945224a4a500431495c831e131a9831c281606e27f46d5c998cef41bdaeadbc389563 SHA512 3e88eb6b1c1270111981bed51653f4f019bcd72253719ea0751bea48ac13dcf1a3f22fd12d4399b20986348a9c2e41be9b1bd82830c09149ed70fd9facdb2d55
23
24 diff --git a/media-sound/xfmpc/xfmpc-0.2.90.ebuild b/media-sound/xfmpc/xfmpc-0.2.90.ebuild
25 new file mode 100644
26 index 00000000000..9a6ac70cb9d
27 --- /dev/null
28 +++ b/media-sound/xfmpc/xfmpc-0.2.90.ebuild
29 @@ -0,0 +1,33 @@
30 +# Copyright 1999-2019 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +inherit xdg-utils
35 +
36 +DESCRIPTION="Music Player Daemon (MPD) client for the Xfce desktop environment"
37 +HOMEPAGE="https://goodies.xfce.org/projects/applications/xfmpc"
38 +SRC_URI="https://archive.xfce.org/src/apps/${PN}/0.2/${P}.tar.bz2"
39 +
40 +LICENSE="GPL-2+"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~x86"
43 +IUSE=""
44 +
45 +RDEPEND=">=dev-libs/glib-2.18:2=
46 + >=media-libs/libmpd-0.15:=
47 + >=x11-libs/gtk+-3.22:3=
48 + >=xfce-base/libxfce4ui-4.12:=
49 + >=xfce-base/libxfce4util-4.12:="
50 +DEPEND="${RDEPEND}
51 + dev-util/intltool
52 + virtual/pkgconfig"
53 +
54 +DOCS=( AUTHORS ChangeLog IDEAS NEWS README THANKS )
55 +
56 +pkg_postinst() {
57 + xdg_desktop_database_update
58 +}
59 +
60 +pkg_postrm() {
61 + xdg_desktop_database_update
62 +}