public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jimi Huotari" <chiitoo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-menu-data/
Date: Thu,  9 Nov 2023 21:45:43 +0000 (UTC)	[thread overview]
Message-ID: <1699566332.bf42c8f320eab35023931181141ff720e115fdf2.chiitoo@gentoo> (raw)

commit:     bf42c8f320eab35023931181141ff720e115fdf2
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 19:09:04 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 21:45:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf42c8f3

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 <AT> gentoo.org>

 lxqt-base/lxqt-menu-data/Manifest                  |  1 +
 .../lxqt-menu-data/lxqt-menu-data-1.4.0.ebuild     | 24 ++++++++++++++++++++++
 lxqt-base/lxqt-menu-data/metadata.xml              | 11 ++++++++++
 3 files changed, 36 insertions(+)

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>


             reply	other threads:[~2023-11-09 21:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-09 21:45 Jimi Huotari [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-10 10:07 [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-menu-data/ Yixun Lan
2023-11-10 12:01 Arthur Zamarin
2023-11-10 12:26 Arthur Zamarin
2023-11-10 12:26 Arthur Zamarin
2023-11-10 13:59 Arthur Zamarin
2023-11-13 19:18 Jimi Huotari
2023-11-13 19:18 Jimi Huotari
2023-12-17 23:55 Ionen Wolkens
2023-12-27 21:03 Sam James
2024-06-14 21:57 Jimi Huotari
2024-07-11 19:44 Arthur Zamarin
2024-07-13 10:09 Yixun Lan
2024-11-07 23:12 Jimi Huotari
2025-01-31  7:41 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1699566332.bf42c8f320eab35023931181141ff720e115fdf2.chiitoo@gentoo \
    --to=chiitoo@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox