summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2023-11-09 21:09:04 +0200
committerJimi Huotari <chiitoo@gentoo.org>2023-11-09 23:45:32 +0200
commitbf42c8f320eab35023931181141ff720e115fdf2 (patch)
treea8a37e65a915b56704250c577ef4fa34dddcb5e3
parentlxqt-base/liblxqt: add 1.4.0 (diff)
downloadgentoo-bf42c8f320eab35023931181141ff720e115fdf2.tar.gz
gentoo-bf42c8f320eab35023931181141ff720e115fdf2.tar.bz2
gentoo-bf42c8f320eab35023931181141ff720e115fdf2.zip
lxqt-base/lxqt-menu-data: new package (version 1.4.0)
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@gentoo.org>
-rw-r--r--lxqt-base/lxqt-menu-data/Manifest1
-rw-r--r--lxqt-base/lxqt-menu-data/lxqt-menu-data-1.4.0.ebuild24
-rw-r--r--lxqt-base/lxqt-menu-data/metadata.xml11
3 files changed, 36 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-menu-data/Manifest b/lxqt-base/lxqt-menu-data/Manifest
new file mode 100644
index 000000000000..98374061fec1
--- /dev/null
+++ b/lxqt-base/lxqt-menu-data/Manifest
@@ -0,0 +1 @@
+DIST lxqt-menu-data-1.4.0.tar.xz 54600 BLAKE2B bf2bc18b2dc506bc003a06acb7a87e20da0f1a1bb92699b2701ee0d257aecbedc7847c3065f5430aa6a5d13b9252d21bc9be14a28779b07042842285fd511a0d SHA512 6977c7c008537dd205414f9444fe3014bb8ba68059d81e0f15eede963d91c44d177f268c28042e57c432cde5ecbd2b7d9bc9462ba7414ce92919e5507fc4b5e3
diff --git a/lxqt-base/lxqt-menu-data/lxqt-menu-data-1.4.0.ebuild b/lxqt-base/lxqt-menu-data/lxqt-menu-data-1.4.0.ebuild
new file mode 100644
index 000000000000..7fcc6d27079f
--- /dev/null
+++ b/lxqt-base/lxqt-menu-data/lxqt-menu-data-1.4.0.ebuild
@@ -0,0 +1,24 @@
+# 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"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
diff --git a/lxqt-base/lxqt-menu-data/metadata.xml b/lxqt-base/lxqt-menu-data/metadata.xml
new file mode 100644
index 000000000000..62c2dfed74de
--- /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>lxqt@gentoo.org</email>
+ <name>LXQt</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">lxqt/lxqt-menu-data</remote-id>
+ </upstream>
+</pkgmetadata>