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: Sat, 30 Nov 2019 19:18:32
Message-Id: 1575141460.7e6a1ded63b94edaecf600e45cd33f760ffa465c.asturm@gentoo
1 commit: 7e6a1ded63b94edaecf600e45cd33f760ffa465c
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 20:22:24 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 19:17:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6a1ded
7
8 lxqt-base/lxqt-globalkeys: add version 0.14.3
9
10 Closes: https://bugs.gentoo.org/701352
11 Package-Manager: Portage-2.3.79, Repoman-2.3.18
12 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 lxqt-base/lxqt-globalkeys/Manifest | 1 +
16 .../lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild | 40 ++++++++++++++++++++++
17 2 files changed, 41 insertions(+)
18
19 diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest
20 index 7e71785c7ae..37dbb8083a4 100644
21 --- a/lxqt-base/lxqt-globalkeys/Manifest
22 +++ b/lxqt-base/lxqt-globalkeys/Manifest
23 @@ -1 +1,2 @@
24 DIST lxqt-globalkeys-0.14.1.tar.xz 63496 BLAKE2B 9186b04d290260503a133f4baf9e4156abc056647687f518eaf460c8bd0e4e48d7f4639d1f51ab87f9adc1e2139f0315940eb3da5d098b3b0824e98ae97eee90 SHA512 7683971a916adb0dff8efd5567dad11e0860e48960bb6ed650aa2cd8e1bc33f7b8cbff95e19f198e00b61eea4f7492b41e7a0acf19365143c1c0ce8ea0cbb2a3
25 +DIST lxqt-globalkeys-0.14.3.tar.xz 67928 BLAKE2B 0298d393b17801a6dc9923299ab8ec8dc27368da0ff2514910e4e04e9a7788e09e9a6a097f4d7cb46f6e120537d4e7ebf0e50ec766086cb086bd9e871c2115b4 SHA512 205496c6be8fcefc4b0c7fc1beeac2a5ef996e1580d7662da6271149b3d26819b4db21260699bdd99db6a3e2874c7ac2670a6579c46985dcf6223ca6c98c125c
26
27 diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild
28 new file mode 100644
29 index 00000000000..61c059834d6
30 --- /dev/null
31 +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild
32 @@ -0,0 +1,40 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit cmake-utils
39 +
40 +DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
41 +HOMEPAGE="https://lxqt.org/"
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://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
48 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
49 +fi
50 +
51 +LICENSE="LGPL-2.1+"
52 +SLOT="0"
53 +
54 +BDEPEND="
55 + dev-qt/linguist-tools:5
56 + >=dev-util/lxqt-build-tools-0.6.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 +"