commit:     9835ef8715ab6f8b8d70a760aece5fb03895f291
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 18:26:09 2025 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 21:33:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9835ef87

lxqt-base/lxqt-notificationd: add 2.2.0

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

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

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index d1d24598fb9b..ff17100a4e7b 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.1.tar.xz 65512 BLAKE2B 
94ef3e91461679b673a7ca316fc9878ddf61de425c4e14b4b889dd155e99e04c7119d3f5f0ccb7012c3731c25d4663322e4bc834f55e862f2a59c728005e2a65
 SHA512 
01707fb5f848ea42858dd7ecaf34e46477206ccdc84b3711eb286a8a2c6d1f232361fd802cf27b39b90ccd109ecda578735307a01530bba28d7ff45f680ae0c0
+DIST lxqt-notificationd-2.2.0.tar.xz 66464 BLAKE2B 
590657d475410ea7cb304136dcc9eea7d89d39c98855b99a612873dbddcb353b80ced1720535dcc4e547f60b0c67bc576186099ac0478295f8405d2adc2f1e7c
 SHA512 
b6da6bbab563b3cb1a174713b2a8a6c08f719a21b4e1e45796b8c16d8ac7a2fd5cccde64a7a986ed1b3f4b4058b50b3bb57da3bdde3fe8cee7b3d9324a634e2f

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.2.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.2.0.ebuild
new file mode 100644
index 000000000000..2f9a60172161
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 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.2.0
+"
+DEPEND="
+       >=dev-libs/libqtxdg-4.2.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