From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/xdg-desktop-portal-lxqt/
Date: Sun, 15 May 2022 00:13:10 +0000 (UTC) [thread overview]
Message-ID: <1652573542.cd4f6715a0270387b20046196b25b72bf75df045.sam@gentoo> (raw)
commit: cd4f6715a0270387b20046196b25b72bf75df045
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun May 8 15:22:52 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 00:12:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4f6715
gui-libs/xdg-desktop-portal-lxqt: new package
A backend implementation for xdg-desktop-portal that is using
Qt/KF5/libfm-qt.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
gui-libs/xdg-desktop-portal-lxqt/Manifest | 1 +
gui-libs/xdg-desktop-portal-lxqt/metadata.xml | 11 +++++++
.../xdg-desktop-portal-lxqt-0.2.0.ebuild | 35 ++++++++++++++++++++++
3 files changed, 47 insertions(+)
diff --git a/gui-libs/xdg-desktop-portal-lxqt/Manifest b/gui-libs/xdg-desktop-portal-lxqt/Manifest
new file mode 100644
index 000000000000..72db1db31758
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-lxqt/Manifest
@@ -0,0 +1 @@
+DIST xdg-desktop-portal-lxqt-0.2.0.tar.xz 15908 BLAKE2B c149395fa9f8993b20358f7958fe76bc355c42b3229f9287f045eaea456204e1faef28bfeaebcc85bf6ef45e11475adb5aed9af20d5e0a2befba62e22dc2e5b8 SHA512 4c1119340f4483eefe2ddb87ca6503d5213237007fef698765cf8c9e373339cc76ab6f66a0a6f58b605c1bb7e6320aeb815138ea72fad2a56e13cbd7a86bb4c6
diff --git a/gui-libs/xdg-desktop-portal-lxqt/metadata.xml b/gui-libs/xdg-desktop-portal-lxqt/metadata.xml
new file mode 100644
index 000000000000..d128d8a4bbd7
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-lxqt/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/xdg-desktop-portal-lxqt</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-0.2.0.ebuild b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-0.2.0.ebuild
new file mode 100644
index 000000000000..9393dfc3c0be
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-0.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="$(ver_cut 1-2)"
+
+inherit cmake
+
+DESCRIPTION="Backend implementation for xdg-desktop-portal using Qt/KF5/libfm-qt"
+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.11.0"
+DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ kde-frameworks/kwindowsystem:5
+ x11-libs/libfm-qt:=
+"
+RDEPEND="${DEPEND}
+ sys-apps/xdg-desktop-portal
+"
next reply other threads:[~2022-05-15 0:13 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-15 0:13 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-22 0:54 [gentoo-commits] repo/gentoo:master commit in: gui-libs/xdg-desktop-portal-lxqt/ Yixun Lan
2022-05-25 11:20 WANG Xuerui
2022-07-20 5:36 Sam James
2022-07-22 17:54 Sam James
2022-11-10 13:28 Jimi Huotari
2022-12-16 20:33 Arthur Zamarin
2022-12-16 21:49 Sam James
2022-12-17 19:28 Arthur Zamarin
2023-03-26 15:50 Jimi Huotari
2023-04-17 22:08 Jimi Huotari
2023-05-29 0:10 Sam James
2023-05-29 11:05 Arthur Zamarin
2023-05-29 21:57 Sam James
2023-11-09 21:45 Jimi Huotari
2023-11-10 10:07 Yixun Lan
2023-11-10 12:01 Arthur Zamarin
2023-11-10 12:26 Arthur Zamarin
2023-12-17 23:55 Ionen Wolkens
2024-06-14 21:57 Jimi Huotari
2024-06-28 20:33 Jimi Huotari
2024-09-01 21:30 Sam James
2024-10-04 15:37 Arthur Zamarin
2024-12-07 14:03 Jimi Huotari
2025-04-24 21:34 Jimi Huotari
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=1652573542.cd4f6715a0270387b20046196b25b72bf75df045.sam@gentoo \
--to=sam@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