commit: 67b8a85e5ec352e7f89c4caeb960cb7d35967d1b Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Sun May 14 13:41:50 2023 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Sun May 14 15:03:43 2023 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=67b8a85e
lxqt-base/lxqt-menu-data: new package Provides translations for menu categories and the menu files for LXQt and PCmanFm-qt. Replaces 'lxde-base/lxmenu-data' for LXQt use. Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> .../lxqt-menu-data/lxqt-menu-data-9999.ebuild | 25 ++++++++++++++++++++++ lxqt-base/lxqt-menu-data/metadata.xml | 11 ++++++++++ 2 files changed, 36 insertions(+) diff --git a/lxqt-base/lxqt-menu-data/lxqt-menu-data-9999.ebuild b/lxqt-base/lxqt-menu-data/lxqt-menu-data-9999.ebuild new file mode 100644 index 00000000..366162d0 --- /dev/null +++ b/lxqt-base/lxqt-menu-data/lxqt-menu-data-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PV="$(ver_cut 1-2)" + +inherit cmake + +DESCRIPTION="LXQt Menu Files and Translations for Menu Categories" +HOMEPAGE="https://lxqt-project.org/" + +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" +fi + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +BDEPEND=">=dev-util/lxqt-build-tools-0.12.0" diff --git a/lxqt-base/lxqt-menu-data/metadata.xml b/lxqt-base/lxqt-menu-data/metadata.xml new file mode 100644 index 00000000..62c2dfed --- /dev/null +++ b/lxqt-base/lxqt-menu-data/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>LXQt</name> + </maintainer> + <upstream> + <remote-id type="github">lxqt/lxqt-menu-data</remote-id> + </upstream> +</pkgmetadata>
