Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-globalkeys/
Date: Wed, 20 May 2020 23:29:00
Message-Id: 1590017309.d326a74e2023b02126da0a2c69ecee7f7665148e.asturm@gentoo
1 commit: d326a74e2023b02126da0a2c69ecee7f7665148e
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 18:44:25 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 23:28:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d326a74e
7
8 lxqt-base/lxqt-globalkeys: 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 lxqt-base/lxqt-globalkeys/Manifest | 1 +
15 .../lxqt-globalkeys/lxqt-globalkeys-0.15.0.ebuild | 40 ++++++++++++++++++++++
16 2 files changed, 41 insertions(+)
17
18 diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest
19 index 37dbb8083a4..701ed4190b6 100644
20 --- a/lxqt-base/lxqt-globalkeys/Manifest
21 +++ b/lxqt-base/lxqt-globalkeys/Manifest
22 @@ -1,2 +1,3 @@
23 DIST lxqt-globalkeys-0.14.1.tar.xz 63496 BLAKE2B 9186b04d290260503a133f4baf9e4156abc056647687f518eaf460c8bd0e4e48d7f4639d1f51ab87f9adc1e2139f0315940eb3da5d098b3b0824e98ae97eee90 SHA512 7683971a916adb0dff8efd5567dad11e0860e48960bb6ed650aa2cd8e1bc33f7b8cbff95e19f198e00b61eea4f7492b41e7a0acf19365143c1c0ce8ea0cbb2a3
24 DIST lxqt-globalkeys-0.14.3.tar.xz 67928 BLAKE2B 0298d393b17801a6dc9923299ab8ec8dc27368da0ff2514910e4e04e9a7788e09e9a6a097f4d7cb46f6e120537d4e7ebf0e50ec766086cb086bd9e871c2115b4 SHA512 205496c6be8fcefc4b0c7fc1beeac2a5ef996e1580d7662da6271149b3d26819b4db21260699bdd99db6a3e2874c7ac2670a6579c46985dcf6223ca6c98c125c
25 +DIST lxqt-globalkeys-0.15.0.tar.xz 68932 BLAKE2B eedf706b9bb65c4c9a05dd122f627349a35ce6d4daf514ac2697dff8466a74fc85636c4b113919fd115b419d1430f5c5549350aa36c2b9cac857e2fbe47b186b SHA512 95beba4ce6c2324582d93a6f3f56d57681ec7d992db80a8d9fae34a637ba1612260932944e3865c3c749982e6aa111b3495558bc5d36e8b4c8e21027775e346e
26
27 diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.15.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.15.0.ebuild
28 new file mode 100644
29 index 00000000000..49455e5c9f0
30 --- /dev/null
31 +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.15.0.ebuild
32 @@ -0,0 +1,40 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit cmake
39 +
40 +DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
41 +HOMEPAGE="https://lxqt.github.io/"
42 +
43 +if [[ ${PV} = *9999* ]]; then
44 + inherit git-r3
45 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
46 +else
47 + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
48 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
49 +fi
50 +
51 +LICENSE="LGPL-2.1 LGPL-2.1+"
52 +SLOT="0"
53 +
54 +BDEPEND="
55 + dev-qt/linguist-tools:5
56 + >=dev-util/lxqt-build-tools-0.7.0
57 +"
58 +DEPEND="
59 + >=dev-libs/libqtxdg-3.3.1
60 + dev-qt/qtcore:5
61 + dev-qt/qtdbus:5
62 + dev-qt/qtgui:5
63 + dev-qt/qtwidgets:5
64 + dev-qt/qtx11extras:5
65 + dev-qt/qtxml:5
66 + =lxqt-base/liblxqt-$(ver_cut 1-2)*
67 + kde-frameworks/kwindowsystem:5
68 + x11-libs/libX11
69 +"
70 +RDEPEND="${DEPEND}
71 + !lxqt-base/lxqt-l10n
72 +"