aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2022-03-09 21:00:23 +0200
committerJimi Huotari <chiitoo@gentoo.org>2022-03-09 21:00:23 +0200
commitdf3ab689650fd8eaa6564b1b21f9effd82ec4597 (patch)
tree3b11494366c0b01b2b4ae98e74fa0c9a9a15f917 /lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
parentdev-libs/libqtxdg: sync with the latest release ebuild (diff)
downloadqt-df3ab689650fd8eaa6564b1b21f9effd82ec4597.tar.gz
qt-df3ab689650fd8eaa6564b1b21f9effd82ec4597.tar.bz2
qt-df3ab689650fd8eaa6564b1b21f9effd82ec4597.zip
lxqt-base: sync with the latest release ebuilds
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild')
-rw-r--r--lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild20
1 files changed, 11 insertions, 9 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
index e6259e0a..2ec472b0 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake
DESCRIPTION="LXQt notification daemon and library"
-HOMEPAGE="https://lxqt.github.io/"
+HOMEPAGE="https://lxqt-project.org/"
+
+MY_PV="$(ver_cut 1-2)"
if [[ ${PV} = *9999* ]]; then
inherit git-r3
@@ -21,15 +23,15 @@ SLOT="0"
BDEPEND="
dev-qt/linguist-tools:5
- >=dev-util/lxqt-build-tools-0.9.0
+ >=dev-util/lxqt-build-tools-0.10.0
"
DEPEND="
>=dev-libs/libqtxdg-3.3.1
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
+ >=dev-qt/qtcore-5.15:5
+ >=dev-qt/qtdbus-5.15:5
+ >=dev-qt/qtgui-5.15:5
+ >=dev-qt/qtwidgets-5.15:5
kde-frameworks/kwindowsystem:5
- =lxqt-base/liblxqt-$(ver_cut 1-2)*
+ =lxqt-base/liblxqt-${MY_PV}*:=
"
RDEPEND="${DEPEND}"