Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol-qt/
Date: Wed, 20 May 2020 23:29:04
Message-Id: 1590017312.ce6e2c37f0488256ee7c74462978634b3d16a64c.asturm@gentoo
1 commit: ce6e2c37f0488256ee7c74462978634b3d16a64c
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 17:58:09 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 23:28:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce6e2c37
7
8 media-sound/pavucontrol-qt: add version 0.15.0
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-sound/pavucontrol-qt/Manifest | 1 +
15 .../pavucontrol-qt/pavucontrol-qt-0.15.0.ebuild | 36 ++++++++++++++++++++++
16 2 files changed, 37 insertions(+)
17
18 diff --git a/media-sound/pavucontrol-qt/Manifest b/media-sound/pavucontrol-qt/Manifest
19 index 50deec338c5..84b6f14b82f 100644
20 --- a/media-sound/pavucontrol-qt/Manifest
21 +++ b/media-sound/pavucontrol-qt/Manifest
22 @@ -1 +1,2 @@
23 DIST pavucontrol-qt-0.14.1.tar.xz 94948 BLAKE2B e0bbbaa2410220c0e34ff77cb84c783ba682587311eaf20eca286a142e122827b6294e9d0409f2ea5b18d80c06d822bbaed49d60d1402a4a97b7f7210ee2cacd SHA512 55a8bceb31e07ceac7ab1fbb5f20101dfb087e58578039a238677e77f858e0564dca46efee2d5513a247c0be474f24d31e3afa9cf3cea0734feb0e56c33d5494
24 +DIST pavucontrol-qt-0.15.0.tar.xz 97480 BLAKE2B 183c3cbbe87b6867bb116041d41dd29f5ba72156e9078a4f09e5ffcbd3e123f6511cb06c99ce3cc8ce243a0551b132438bad7b14ae759cc775974c2ad3388bf3 SHA512 c77b0c7403c24df7839598aa46a6076e9ce84a102866a8917c6b8535f1a2b15baacd63e9ddf6bf0b7e914e7c681f0e10bbe378a641bc71144c1b22bc918e4600
25
26 diff --git a/media-sound/pavucontrol-qt/pavucontrol-qt-0.15.0.ebuild b/media-sound/pavucontrol-qt/pavucontrol-qt-0.15.0.ebuild
27 new file mode 100644
28 index 00000000000..21b7b2ce671
29 --- /dev/null
30 +++ b/media-sound/pavucontrol-qt/pavucontrol-qt-0.15.0.ebuild
31 @@ -0,0 +1,36 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit cmake
38 +
39 +DESCRIPTION="Qt GUI Pulseaudio Mixer"
40 +HOMEPAGE="https://lxqt.github.io/"
41 +
42 +if [[ ${PV} = *9999* ]]; then
43 + inherit git-r3
44 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
45 +else
46 + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
47 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
48 +fi
49 +
50 +LICENSE="GPL-2 GPL-2+"
51 +SLOT="0"
52 +
53 +BDEPEND="
54 + dev-qt/linguist-tools:5
55 + >=dev-util/lxqt-build-tools-0.7.0
56 + virtual/pkgconfig
57 +"
58 +DEPEND="
59 + dev-libs/glib:2
60 + dev-qt/qtcore:5
61 + dev-qt/qtdbus:5
62 + dev-qt/qtwidgets:5
63 + media-sound/pulseaudio[glib]
64 +"
65 +RDEPEND="${DEPEND}
66 + !lxqt-base/lxqt-l10n
67 +"