commit:     325bda641b0458f09f569427afcff25571aa9063
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 18:36:19 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=325bda64

x11-libs/qtermwidget: add 9999

Initial qt6 version.

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

 x11-libs/qtermwidget/metadata.xml            | 16 +++++++++++++++
 x11-libs/qtermwidget/qtermwidget-9999.ebuild | 29 ++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/x11-libs/qtermwidget/metadata.xml 
b/x11-libs/qtermwidget/metadata.xml
new file mode 100644
index 00000000..df199347
--- /dev/null
+++ b/x11-libs/qtermwidget/metadata.xml
@@ -0,0 +1,16 @@
+<?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>Gentoo Qt Project</name>
+       </maintainer>
+       <longdescription lang="en">
+               QTermWidget is an opensource project based on konsole (a KDE 
application).
+               The main goal of this project is to provide unicode-enabled, 
embeddable
+               Qt widget for using as a built-in console or terminal emulation 
widget.
+       </longdescription>
+       <upstream>
+               <remote-id type="github">lxqt/qtermwidget</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/x11-libs/qtermwidget/qtermwidget-9999.ebuild 
b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
new file mode 100644
index 00000000..ba127471
--- /dev/null
+++ b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Qt terminal emulator widget"
+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="BSD GPL-2 LGPL-2+"
+SLOT="0/${PV}"
+
+BDEPEND="
+       >=dev-qt/qttools-6.6:6[linguist]
+       >=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+       >=dev-qt/qtbase-6.6:6[gui,widgets]
+"
+RDEPEND="${DEPEND}"

Reply via email to