lxqt-base/lxqt-notificationd - 2.4.0 (gentoo)

Search

Notice: This package is in a virtual group: virtual/notification-daemon
Equivalents: gnome-base/gnome-shell, gnome-extra/cinnamon, gui-apps/mako, kde-plasma/plasma-workspace, net-misc/eventd, x11-misc/dunst, x11-misc/mate-notification-daemon, x11-misc/notification-daemon, x11-misc/notify-osd, x11-wm/awesome, x11-wm/enlightenment, xfce-extra/xfce4-notifyd

Install

Install this version:

emerge -a =lxqt-base/lxqt-notificationd-2.4.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =lxqt-base/lxqt-notificationd-2.4.0

Or alternatively:

emerge --autounmask-write -a =lxqt-base/lxqt-notificationd-2.4.0

Package Information

Description:
LXQt notification daemon and library
Homepage:
https://lxqt-project.org/ https://github.com/lxqt/lxqt-notificationd/
License:
LGPL-2.1 LGPL-2.1+

Ebuild Details

Version EAPI Keywords Slot
2.4.0 8 ~amd64 ~arm64 ~ppc64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

MY_PV="$(ver_cut 1-2)"

DESCRIPTION="LXQt notification daemon and library"
HOMEPAGE="
	https://lxqt-project.org/
	https://github.com/lxqt/lxqt-notificationd/
"

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.4.0
"
DEPEND="
	>=dev-libs/libqtxdg-4.4.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}"

Inherited Eclasses

Dependencies

DEPEND

	>=dev-libs/libqtxdg-4.4.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-$(ver_cut 1-2)*:=

RDEPEND

	>=dev-libs/libqtxdg-4.4.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-$(ver_cut 1-2)*:=

BDEPEND

	>=dev-qt/qttools-6.6:6[linguist]
	>=dev-util/lxqt-build-tools-2.4.0

Manifest for 2.4.0

Type File Size Source URLs
DIST lxqt-notificationd-2.4.0.tar.xz 70600 bytes https://github.com/lxqt/lxqt-notificationd/releases/download/2.4.0/lxqt-notificationd-2.4.0.tar.xz