commit:     94c5215c6e537165f8a12d8abd19b4c55b65a297
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 13:47:37 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 14:02:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c5215c

lxqt-base/lxqt-notificationd: add 2.1.1

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/lxqt-notificationd/Manifest              |  1 +
 .../lxqt-notificationd-2.1.1.ebuild                | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index 84f89ffa6cdf..a46d7bb9d495 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1,2 +1,3 @@
 DIST lxqt-notificationd-2.0.1.tar.xz 64132 BLAKE2B 
55d0c7f785528acde181161c0d0c4f61f952700f90e535d00ab7009d768f8118e54a6ab10a75e3e3dda2def4fc395720de89701e4fc3ec0927aa9bd346c7723c
 SHA512 
c2a532e61129f09dde253f7499485f85088c19f8cc6f5ddfd1949eb9d43b142ee4f3f526b38a70fbe276623c1637398c70470f24bcdbb5597a499354e9840d67
 DIST lxqt-notificationd-2.1.0.tar.xz 65356 BLAKE2B 
e5a51ca8b380373ff2527c0c4fa0e903ea0cbe510e3587ca997d255e4ae6fce237f4a660ec90c6c5d1591e5213587a5ba5e417116e513c52400fe89efcb97738
 SHA512 
4bb72c8303161c036febfe88ee2a1b32f24f61d2fe17d86d1077045e7784cf31cade0138f526f49c408402f4b81143af0106093569654dd4d579cbb1dd036808
+DIST lxqt-notificationd-2.1.1.tar.xz 65512 BLAKE2B 
94ef3e91461679b673a7ca316fc9878ddf61de425c4e14b4b889dd155e99e04c7119d3f5f0ccb7012c3731c25d4663322e4bc834f55e862f2a59c728005e2a65
 SHA512 
01707fb5f848ea42858dd7ecaf34e46477206ccdc84b3711eb286a8a2c6d1f232361fd802cf27b39b90ccd109ecda578735307a01530bba28d7ff45f680ae0c0

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.1.1.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.1.1.ebuild
new file mode 100644
index 000000000000..8c70f75f8ac2
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt notification daemon and library"
+HOMEPAGE="https://lxqt-project.org/";
+
+MY_PV="$(ver_cut 1-2)"
+
+if [[ ${PV} == 9999 ]]; then
+       inherit git-r3
+       EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
+else
+       
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz";
+       KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+       >=dev-qt/qttools-6.6:6[linguist]
+       >=dev-util/lxqt-build-tools-2.1.0
+"
+DEPEND="
+       >=dev-libs/libqtxdg-4.1.0
+       >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+       kde-frameworks/kwindowsystem:6
+       >=kde-plasma/layer-shell-qt-6.0:6
+       =lxqt-base/liblxqt-${MY_PV}*:=
+"
+RDEPEND="${DEPEND}"

Reply via email to