public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: gui-libs/xdg-desktop-portal-lxqt/
@ 2024-04-21 20:04 Jimi Huotari
  0 siblings, 0 replies; 3+ messages in thread
From: Jimi Huotari @ 2024-04-21 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f85b608ccfb5d2d81a5d086773f75b0da74a5ff6
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 18:18:18 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 19:49:29 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=f85b608c

gui-libs/xdg-desktop-portal-lxqt: add 9999, 1.0.1

Initial qt6 version.

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 gui-libs/xdg-desktop-portal-lxqt/Manifest          |  1 +
 gui-libs/xdg-desktop-portal-lxqt/metadata.xml      | 11 ++++++++
 .../xdg-desktop-portal-lxqt-1.0.1.ebuild           | 30 ++++++++++++++++++++++
 .../xdg-desktop-portal-lxqt-9999.ebuild            | 30 ++++++++++++++++++++++
 4 files changed, 72 insertions(+)

diff --git a/gui-libs/xdg-desktop-portal-lxqt/Manifest b/gui-libs/xdg-desktop-portal-lxqt/Manifest
new file mode 100644
index 00000000..f3d1205d
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-lxqt/Manifest
@@ -0,0 +1 @@
+DIST xdg-desktop-portal-lxqt-1.0.1.tar.xz 16204 BLAKE2B 1b94cd95bb944907aca53f905316f11ce437076c552489f982cca235fb75cef991a88e8a7598eb63cca6f261f813e56935bc3cd6732e992be0b749b77fbfde01 SHA512 3b67e9c6fc6225b498f7f7e65d50658395e8e37189e964b831b1ce3c9cb477144ff73c97da3e8cac07ee918d95c8626076de60ab3a0686665c3d4344fd688c5f

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 00000000..d128d8a4
--- /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-1.0.1.ebuild b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.1.ebuild
new file mode 100644
index 00000000..8472248f
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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-2.0.0"
+DEPEND="
+	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+	kde-frameworks/kwindowsystem:6
+	>=x11-libs/libfm-qt-2.0:=
+"
+RDEPEND="${DEPEND}
+	sys-apps/xdg-desktop-portal
+"

diff --git a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-9999.ebuild b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-9999.ebuild
new file mode 100644
index 00000000..8472248f
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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-2.0.0"
+DEPEND="
+	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+	kde-frameworks/kwindowsystem:6
+	>=x11-libs/libfm-qt-2.0:=
+"
+RDEPEND="${DEPEND}
+	sys-apps/xdg-desktop-portal
+"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/qt:master commit in: gui-libs/xdg-desktop-portal-lxqt/
@ 2024-05-08 17:50 Jimi Huotari
  0 siblings, 0 replies; 3+ messages in thread
From: Jimi Huotari @ 2024-05-08 17:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4c1194330dae68bae1c8ba032bcf7178597ddb45
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 17:50:11 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed May  8 17:50:11 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=4c119433

gui-libs/xdg-desktop-portal-lxqt: add 1.0.2, drop 1.0.1

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 gui-libs/xdg-desktop-portal-lxqt/Manifest                               | 2 +-
 ...op-portal-lxqt-1.0.1.ebuild => xdg-desktop-portal-lxqt-1.0.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/xdg-desktop-portal-lxqt/Manifest b/gui-libs/xdg-desktop-portal-lxqt/Manifest
index f3d1205d..4781dd5e 100644
--- a/gui-libs/xdg-desktop-portal-lxqt/Manifest
+++ b/gui-libs/xdg-desktop-portal-lxqt/Manifest
@@ -1 +1 @@
-DIST xdg-desktop-portal-lxqt-1.0.1.tar.xz 16204 BLAKE2B 1b94cd95bb944907aca53f905316f11ce437076c552489f982cca235fb75cef991a88e8a7598eb63cca6f261f813e56935bc3cd6732e992be0b749b77fbfde01 SHA512 3b67e9c6fc6225b498f7f7e65d50658395e8e37189e964b831b1ce3c9cb477144ff73c97da3e8cac07ee918d95c8626076de60ab3a0686665c3d4344fd688c5f
+DIST xdg-desktop-portal-lxqt-1.0.2.tar.xz 16420 BLAKE2B f48bf781edd494994464a19e0b9c5fb5e8c650821ad9dfbef3b45e95a4f0741009cbf27d9434ccbfc7a44a7574ba626507534f601382ca58ba0efa93e32eaa10 SHA512 e51f2aae53e4f7bc47c2c214a17e44d9fa2167d34488a90436f2a2b98f14abff334ab56b956df08f6ca9ce9ac4a994cbde0c2fcdce0492beb212f0346c9cbb85

diff --git a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.1.ebuild b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.2.ebuild
similarity index 100%
rename from gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.1.ebuild
rename to gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.2.ebuild


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/qt:master commit in: gui-libs/xdg-desktop-portal-lxqt/
@ 2024-06-14 22:15 Jimi Huotari
  0 siblings, 0 replies; 3+ messages in thread
From: Jimi Huotari @ 2024-06-14 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     28dc295dae80dadfac1cbdc89e95bcab816d1716
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 22:01:54 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 22:14:06 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=28dc295d

gui-libs/xdg-desktop-portal-lxqt: drop 1.0.2

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 gui-libs/xdg-desktop-portal-lxqt/Manifest          |  1 -
 .../xdg-desktop-portal-lxqt-1.0.2.ebuild           | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/gui-libs/xdg-desktop-portal-lxqt/Manifest b/gui-libs/xdg-desktop-portal-lxqt/Manifest
deleted file mode 100644
index 4781dd5e..00000000
--- a/gui-libs/xdg-desktop-portal-lxqt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xdg-desktop-portal-lxqt-1.0.2.tar.xz 16420 BLAKE2B f48bf781edd494994464a19e0b9c5fb5e8c650821ad9dfbef3b45e95a4f0741009cbf27d9434ccbfc7a44a7574ba626507534f601382ca58ba0efa93e32eaa10 SHA512 e51f2aae53e4f7bc47c2c214a17e44d9fa2167d34488a90436f2a2b98f14abff334ab56b956df08f6ca9ce9ac4a994cbde0c2fcdce0492beb212f0346c9cbb85

diff --git a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.2.ebuild b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.2.ebuild
deleted file mode 100644
index 8472248f..00000000
--- a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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-2.0.0"
-DEPEND="
-	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
-	kde-frameworks/kwindowsystem:6
-	>=x11-libs/libfm-qt-2.0:=
-"
-RDEPEND="${DEPEND}
-	sys-apps/xdg-desktop-portal
-"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-14 22:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-08 17:50 [gentoo-commits] proj/qt:master commit in: gui-libs/xdg-desktop-portal-lxqt/ Jimi Huotari
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14 22:15 Jimi Huotari
2024-04-21 20:04 Jimi Huotari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox