Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-globalkeys/
Date: Fri, 21 Jan 2022 19:07:26
Message-Id: 1642792024.bd2d0cc1a935b36139ece85f1983f9957097ef79.sam@gentoo
1 commit: bd2d0cc1a935b36139ece85f1983f9957097ef79
2 Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
3 AuthorDate: Tue Jan 11 11:53:31 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 19:07:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2d0cc1
7
8 lxqt-base/lxqt-globalkeys: version bump to 1.0.1
9
10 Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
11 Closes: https://github.com/gentoo/gentoo/pull/22845
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 lxqt-base/lxqt-globalkeys/Manifest | 1 +
15 .../lxqt-globalkeys/lxqt-globalkeys-1.0.1.ebuild | 37 ++++++++++++++++++++++
16 2 files changed, 38 insertions(+)
17
18 diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest
19 index 800fe1a03781..8a51441c56e2 100644
20 --- a/lxqt-base/lxqt-globalkeys/Manifest
21 +++ b/lxqt-base/lxqt-globalkeys/Manifest
22 @@ -1 +1,2 @@
23 DIST lxqt-globalkeys-0.17.0.tar.xz 70584 BLAKE2B af64fca5edb426e073397380115bb06086e354218a14abfad0452f24ac7684d955ed22c977307f45c49d950b148269b92776d5e0b3fb2488836f696bf7505a96 SHA512 1362eec17d96a5352b647db6f55c13cbe1d375b444d1d3d75e3171257ec9b476abfc023e7014c0923b525b5c3b539fde83ac829f2b2256e217e8dc98e6862cb3
24 +DIST lxqt-globalkeys-1.0.1.tar.xz 73136 BLAKE2B aea0ab34b64ea91fe009b9e5afded28390344c1e1a488d8a14c0443fd202cacbe253e37fb2f8ececd3e51e2c35d01779b2b1cf8163bc289a2c29f882f2b32f76 SHA512 61e12bde1bc0ae3a8c0757673774ba10915791ee06d7a5b08b8de6f869d84efdfe3edc55e5b3a15ede3f6141a90391775cf8d552879e8dc56fe3fb6cf32f2cc6
25
26 diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.0.1.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.0.1.ebuild
27 new file mode 100644
28 index 000000000000..b9a3c54ee667
29 --- /dev/null
30 +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.0.1.ebuild
31 @@ -0,0 +1,37 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +inherit cmake
38 +
39 +DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
40 +HOMEPAGE="https://lxqt-project.org/"
41 +
42 +MY_PV="$(ver_cut 1-2)"
43 +
44 +if [[ ${PV} = *9999* ]]; then
45 + inherit git-r3
46 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
47 +else
48 + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
49 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
50 +fi
51 +
52 +LICENSE="LGPL-2.1 LGPL-2.1+"
53 +SLOT="0"
54 +
55 +BDEPEND="
56 + >=dev-qt/linguist-tools-5.15:5
57 + >=dev-util/lxqt-build-tools-0.9.0
58 +"
59 +DEPEND="
60 + >=dev-qt/qtcore-5.15:5
61 + >=dev-qt/qtdbus-5.15:5
62 + >=dev-qt/qtgui-5.15:5
63 + >=dev-qt/qtwidgets-5.15:5
64 + kde-frameworks/kwindowsystem:5
65 + =lxqt-base/liblxqt-${MY_PV}*:=
66 + x11-libs/libX11
67 +"
68 +RDEPEND="${DEPEND}"