Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol-qt/
Date: Fri, 21 Jan 2022 19:07:23
Message-Id: 1642792014.68989bb19d07ec7f25a62a208ad37506aae80b2a.sam@gentoo
1 commit: 68989bb19d07ec7f25a62a208ad37506aae80b2a
2 Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
3 AuthorDate: Sat Nov 6 13:05:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 19:06:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68989bb1
7
8 media-sound/pavucontrol-qt: version bump to 1.0.0
9
10 Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-sound/pavucontrol-qt/Manifest | 1 +
14 .../pavucontrol-qt/pavucontrol-qt-1.0.0.ebuild | 33 ++++++++++++++++++++++
15 2 files changed, 34 insertions(+)
16
17 diff --git a/media-sound/pavucontrol-qt/Manifest b/media-sound/pavucontrol-qt/Manifest
18 index 21002931d571..ce730b024542 100644
19 --- a/media-sound/pavucontrol-qt/Manifest
20 +++ b/media-sound/pavucontrol-qt/Manifest
21 @@ -1 +1,2 @@
22 DIST pavucontrol-qt-0.17.0.tar.xz 104120 BLAKE2B 13cfd361d134a8fb79eb6bf20ab2e2755b998e4c46105efb0e7d29a171262d795b6f77629c4b066b0d786cf1bd60784d0d7155c4b77d23ff2a0a148f3f7764a5 SHA512 b6c77fc78c62051c8c0484edb09d1e2a347fc30ae8b65f1e4b3d279499abd47aeaf19c2cb3037871ef8885a5bc787f3d0307d7c0aa0699deaba3129501fb9a3a
23 +DIST pavucontrol-qt-1.0.0.tar.xz 110092 BLAKE2B 82d95fb649422d5d9921b8d1b7759367689d884e7bf134c47a7254f2bdf9c0eaf31fc4f96cbc105112b52c5619f31f13a1816545b7d619f4b358fc185c4d1652 SHA512 10e03572287a468b2c8062098edab1e5783a6b02ec3629ff0d65f87a8dbe2e490752d9edfdba1f0886165302ec9da615467344ae6b7fa97afde63491e193df89
24
25 diff --git a/media-sound/pavucontrol-qt/pavucontrol-qt-1.0.0.ebuild b/media-sound/pavucontrol-qt/pavucontrol-qt-1.0.0.ebuild
26 new file mode 100644
27 index 000000000000..f1ef469390b8
28 --- /dev/null
29 +++ b/media-sound/pavucontrol-qt/pavucontrol-qt-1.0.0.ebuild
30 @@ -0,0 +1,33 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit cmake
37 +
38 +DESCRIPTION="Qt GUI Pulseaudio Mixer"
39 +HOMEPAGE="https://lxqt.github.io/"
40 +
41 +if [[ ${PV} = *9999* ]]; then
42 + inherit git-r3
43 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
44 +else
45 + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
46 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~x86"
47 +fi
48 +
49 +LICENSE="GPL-2 GPL-2+"
50 +SLOT="0"
51 +
52 +BDEPEND="
53 + >=dev-qt/linguist-tools-5.15:5
54 + >=dev-util/lxqt-build-tools-0.10.0
55 + virtual/pkgconfig
56 +"
57 +DEPEND="
58 + dev-libs/glib:2
59 + >=dev-qt/qtcore-5.15:5
60 + >=dev-qt/qtwidgets-5.15:5
61 + media-sound/pulseaudio[glib]
62 +"
63 +RDEPEND="${DEPEND}"