dev-libs/libdbusmenu-lxqt: add 0.4.0

Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
Jimi Huotari
2026-04-21 02:12:15 +03:00
parent 23eaf2fdd5
commit ebe4dfdf65
2 changed files with 28 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
DIST libdbusmenu-lxqt-0.3.0.tar.xz 40084 BLAKE2B b60fbd67e389d0f63257e89e482bcec984a2d2c1e39bfde17ffc9067a6dd55439970869663a1b2a43260edc10e2331ccb530b4cd7e6ff222f41aa648f37a2a26 SHA512 32cf42661f324cb61b4b87b09ab0f8dc60c63f855b3c7d711c17e228337f87fa067a50180be877744a3471b30e4ee6e363d117903a391420d4a9d9166ce02115
DIST libdbusmenu-lxqt-0.4.0.tar.xz 40380 BLAKE2B ca4cf6192611d27291a70412fccd012c012aac5061f38ebfa32f4330fc60674a67d03e20e7f6695d949808957b6097dabd078fe60150f21d45c5ba75f2612204 SHA512 c51653485fbd0c203f6b2bbcbd6a237fa65589bc5c4410c50d9487691f230bd6ff9b6615f22429de219c8afbf6c29b05706b9de56520a09de52bf9b4f565659e
@@ -0,0 +1,27 @@
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="LXQt DBusMenu Implementation"
HOMEPAGE="
https://lxqt-project.org/
https://github.com/lxqt/libdbusmenu-lxqt/
"
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"
SLOT="0"
RDEPEND=">=dev-qt/qtbase-6.6:6[dbus,widgets]"
PATCHES=( "${FILESDIR}/${PN}-0.1.0-cmake.patch" )