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-notificationd/
Date: Fri, 21 Jan 2022 19:07:20
Message-Id: 1642792005.3774b753fa70e81548e8462ecce7114a1d88329c.sam@gentoo
1 commit: 3774b753fa70e81548e8462ecce7114a1d88329c
2 Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
3 AuthorDate: Sat Nov 6 12:50:13 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 19:06:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3774b753
7
8 lxqt-base/lxqt-notificationd: 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 lxqt-base/lxqt-notificationd/Manifest | 1 +
14 .../lxqt-notificationd-1.0.0.ebuild | 37 ++++++++++++++++++++++
15 2 files changed, 38 insertions(+)
16
17 diff --git a/lxqt-base/lxqt-notificationd/Manifest b/lxqt-base/lxqt-notificationd/Manifest
18 index f08d8a5f501d..4dff6c2cf75b 100644
19 --- a/lxqt-base/lxqt-notificationd/Manifest
20 +++ b/lxqt-base/lxqt-notificationd/Manifest
21 @@ -1 +1,2 @@
22 DIST lxqt-notificationd-0.17.0.tar.xz 53712 BLAKE2B d15f00179eb24c43add51f246b46738d4da6f9ce89f041a65ce4acc252ebd0a832519c0e9e7ac2ee86d23806a2ac6a9a740b57fc5e88d73a09d1170e405386ef SHA512 042d69e01c3015d254ae3472867de0b41587af2285cd26445cd9d6d455de8ef713413431dea9997f2d2e19f70c2c8c73af39ce880d54ecb9fd6c50cd05a7dba4
23 +DIST lxqt-notificationd-1.0.0.tar.xz 57160 BLAKE2B 518822c8fc4e5d8d68ae8181d64f80dc4dd0ffb7cc192f69432efaa7f35242c8e222b45cf51eaad473c8b55df09fd66475f7c1f9343d7d9b24c757304cef061a SHA512 e8953c06be5821d875027692589dd80bfc7bca8ff9d7e590dcab2ab80b17ed530983119b0cf9d254ba5b15bf863eb6283896e6ae38a999437e5ccd7d3a50adf9
24
25 diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild
26 new file mode 100644
27 index 000000000000..6d7af2965070
28 --- /dev/null
29 +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild
30 @@ -0,0 +1,37 @@
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="LXQt notification daemon and library"
39 +HOMEPAGE="https://lxqt.github.io/"
40 +
41 +MY_PV="$(ver_cut 1-2)"
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 ~riscv ~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.10.0
57 +"
58 +DEPEND="
59 + >=dev-libs/libqtxdg-3.3.1
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 +"
67 +RDEPEND="${DEPEND}"