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-notificationd/
Date: Wed, 20 May 2020 23:28:57
Message-Id: 1590017310.2bbb2e7edc3c8073b88c7ab4acf5aa28987c3325.asturm@gentoo
1 commit: 2bbb2e7edc3c8073b88c7ab4acf5aa28987c3325
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 18:46:48 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 23:28:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbb2e7e
7
8 lxqt-base/lxqt-notificationd: 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-notificationd/Manifest | 1 +
15 .../lxqt-notificationd-0.15.0.ebuild | 37 ++++++++++++++++++++++
16 2 files changed, 38 insertions(+)
17
18 diff --git a/lxqt-base/lxqt-notificationd/Manifest b/lxqt-base/lxqt-notificationd/Manifest
19 index 7930cc9bfd0..a5efffae82c 100644
20 --- a/lxqt-base/lxqt-notificationd/Manifest
21 +++ b/lxqt-base/lxqt-notificationd/Manifest
22 @@ -1 +1,2 @@
23 DIST lxqt-notificationd-0.14.1.tar.xz 47356 BLAKE2B b80febe059a17e30df4abb81e6d63271b8955211474d80853dc54ea65112081160bf270766654498b50c78c58df4444682e1e9b9cac800c4afb294fdb2fdbaeb SHA512 dcd1892ff66d6beb5c8953c6731f798a59272365fb7439277732b145cc9e6479314415481d9e8aae9fd670d779011c3d7bb3874b05a67cfad2a722f467866795
24 +DIST lxqt-notificationd-0.15.0.tar.xz 49068 BLAKE2B 00277a1ecb75a7591ad4d74156889f9fceec1f81b752f2d6dc10bc77a8dbe8406df88ff4b768dfa42efa3b50048fd757b648766fa7131f7e11b5314fc9718a9e SHA512 0febe3ff61caaf4303e3853df6bc494ce8eb4a931e6d8600a2e38c07317ecadbe3d7060ac234d139326a726c43ac555153dde6b2d4d05e95ab357873457c9632
25
26 diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild
27 new file mode 100644
28 index 00000000000..a78ba273344
29 --- /dev/null
30 +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild
31 @@ -0,0 +1,37 @@
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="LXQt notification daemon and library"
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 ~ppc64 ~x86"
48 +fi
49 +
50 +LICENSE="LGPL-2.1 LGPL-2.1+"
51 +SLOT="0"
52 +
53 +BDEPEND="
54 + dev-qt/linguist-tools:5
55 + >=dev-util/lxqt-build-tools-0.7.0
56 +"
57 +DEPEND="
58 + >=dev-libs/libqtxdg-3.3.1
59 + dev-qt/qtcore:5
60 + dev-qt/qtdbus:5
61 + dev-qt/qtgui:5
62 + dev-qt/qtwidgets:5
63 + kde-frameworks/kwindowsystem:5
64 + =lxqt-base/liblxqt-$(ver_cut 1-2)*
65 +"
66 +RDEPEND="${DEPEND}
67 + !lxqt-base/lxqt-l10n
68 +"