Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-notificationd/
Date: Sun, 18 Apr 2021 05:09:24
Message-Id: 1618722034.dbcd48cdc0d59b75290218f1a18c58ffdda4b0f7.juippis@gentoo
1 commit: dbcd48cdc0d59b75290218f1a18c58ffdda4b0f7
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 16:43:08 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 05:00:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcd48cd
7
8 lxqt-base/lxqt-notificationd: add version 0.17.0
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 lxqt-base/lxqt-notificationd/Manifest | 1 +
15 .../lxqt-notificationd-0.17.0.ebuild | 35 ++++++++++++++++++++++
16 2 files changed, 36 insertions(+)
17
18 diff --git a/lxqt-base/lxqt-notificationd/Manifest b/lxqt-base/lxqt-notificationd/Manifest
19 index a27e07fd09f..5e2ad29f071 100644
20 --- a/lxqt-base/lxqt-notificationd/Manifest
21 +++ b/lxqt-base/lxqt-notificationd/Manifest
22 @@ -1 +1,2 @@
23 DIST lxqt-notificationd-0.16.0.tar.xz 50696 BLAKE2B e41528091c9c8abfbcd4de53daf753d5f031f9941a83c1e8c0a4f492dba85d1edd08185726dc3f68d0553c5f23a6f97a9835061bdad47abe98c4f0a54ec942f4 SHA512 127f1c044babb0c7a640d862fc9f30947b06ef37b702a75bc72a87f82f9aff15b32e29272993eb9d888e1c8db93e81cec8d07be515c769c560ecce4b439bb2f3
24 +DIST lxqt-notificationd-0.17.0.tar.xz 53712 BLAKE2B d15f00179eb24c43add51f246b46738d4da6f9ce89f041a65ce4acc252ebd0a832519c0e9e7ac2ee86d23806a2ac6a9a740b57fc5e88d73a09d1170e405386ef SHA512 042d69e01c3015d254ae3472867de0b41587af2285cd26445cd9d6d455de8ef713413431dea9997f2d2e19f70c2c8c73af39ce880d54ecb9fd6c50cd05a7dba4
25
26 diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.17.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.17.0.ebuild
27 new file mode 100644
28 index 00000000000..aa55c540805
29 --- /dev/null
30 +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.17.0.ebuild
31 @@ -0,0 +1,35 @@
32 +# Copyright 1999-2021 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.9.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}"