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] proj/qt:master commit in: x11-libs/qtermwidget/
Date: Sun, 21 Apr 2024 20:04:22 +0000 (UTC)	[thread overview]
Message-ID: <1713728969.325bda641b0458f09f569427afcff25571aa9063.chiitoo@gentoo> (raw)

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>qt@gentoo.org</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	other threads:[~2024-04-21 20:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-21 20:04 Jimi Huotari [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-06 13:47 [gentoo-commits] proj/qt:master commit in: x11-libs/qtermwidget/ Jimi Huotari
2024-06-14 22:15 Jimi Huotari
2024-05-25 21:57 Jimi Huotari
2024-05-08 17:44 Jimi Huotari
2016-05-11 18:04 Davide Pesavento
2015-02-03  8:47 Ben de Groot
2015-02-03  8:41 Ben de Groot
2014-12-15 21:19 Davide Pesavento
2014-07-31 22:08 Davide Pesavento
2012-03-17 16:22 Michael Palimaka

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=1713728969.325bda641b0458f09f569427afcff25571aa9063.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