public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/
@ 2014-05-23  6:07 Michael Palimaka
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2014-05-23  6:07 UTC (permalink / raw
  To: gentoo-commits

commit:     2e624e4d005308b1402c99d1cf057698c9b64cd2
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 06:06:59 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri May 23 06:06:59 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2e624e4d

[lxqt-base/lxqt-about] Set S wrt bug #510650.

Package-Manager: portage-2.2.8-r1

---
 lxqt-base/lxqt-about/lxqt-about-0.7.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lxqt-base/lxqt-about/lxqt-about-0.7.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-0.7.0.ebuild
index 532ffbd..b9985e5 100644
--- a/lxqt-base/lxqt-about/lxqt-about-0.7.0.ebuild
+++ b/lxqt-base/lxqt-about/lxqt-about-0.7.0.ebuild
@@ -24,3 +24,5 @@ IUSE=""
 RDEPEND="dev-qt/qtgui:4
 	lxqt-base/liblxqt"
 DEPEND="${RDEPEND}"
+
+S=${WORKDIR}


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/
@ 2014-10-20 16:49 Davide Pesavento
  0 siblings, 0 replies; 13+ messages in thread
From: Davide Pesavento @ 2014-10-20 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     306b15ad715459ef6a1c6de83f6c84073ab53016
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 20 09:57:01 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Oct 20 09:57:01 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=306b15ad

[lxqt-base/lxqt-about] update live ebuild, drop QT4 support

---
 lxqt-base/lxqt-about/lxqt-about-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
index 0469ecd..b23bc0a 100644
--- a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
+++ b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
@@ -14,12 +14,13 @@ if [[ ${PV} = *9999* ]]; then
 else
 	SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
-	S=${WORKDIR}
 fi
 
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
-DEPEND="dev-qt/qtgui:4
-	lxqt-base/liblxqt"
+DEPEND="dev-qt/qtdbus:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	~lxqt-base/liblxqt-${PV}"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/
@ 2014-10-20 21:10 Jauhien Piatlicki
  0 siblings, 0 replies; 13+ messages in thread
From: Jauhien Piatlicki @ 2014-10-20 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     9ef42b2ffd7c8eb308c756bb3d4d5a2aa2c5e2ed
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 20 21:08:45 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Mon Oct 20 21:08:45 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9ef42b2f

[lxqt-base/lxqt-about] fix dependencies

---
 lxqt-base/lxqt-about/lxqt-about-9999.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
index b23bc0a..29fafba 100644
--- a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
+++ b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
@@ -19,8 +19,14 @@ fi
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
-DEPEND="dev-qt/qtdbus:5
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtx11extras:5
-	~lxqt-base/liblxqt-${PV}"
+	dev-qt/qtxml:5
+	~lxqt-base/liblxqt-${PV}
+	x11-libs/libX11
+"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/
@ 2014-10-27 22:56 Jauhien Piatlicki
  0 siblings, 0 replies; 13+ messages in thread
From: Jauhien Piatlicki @ 2014-10-27 22:56 UTC (permalink / raw
  To: gentoo-commits

commit:     4010d1d710ca53ab7086fc38001fab276ef12137
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 27 22:56:14 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Mon Oct 27 22:56:14 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=4010d1d7

[lxqt-base/lxqt-about] 0.8.0 release

---
 lxqt-base/lxqt-about/Manifest                |  1 +
 lxqt-base/lxqt-about/lxqt-about-0.8.0.ebuild | 32 ++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest
new file mode 100644
index 0000000..6548a58
--- /dev/null
+++ b/lxqt-base/lxqt-about/Manifest
@@ -0,0 +1 @@
+DIST lxqt-about-0.8.0.tar.xz 10628 SHA256 30c3a219034732c22d1bad29c24962157449006748939e07255fb4b866b72a83 SHA512 e40dcbd42ea950ba18faa4004136462fbe06b69856102c82bd97561d057ee391bfc1d31d009b1b0c83fd0a6bdaf4b0c4492e08cd34e7763052bead2b58b28e8e WHIRLPOOL 43ca7d4af27938059904436fa4c9405ea791058cb17b9fdea08444433c84b55e6e7d81449d5672d1ccb0e0de9e4f8831c74e628711cf11e44474a4efdcd7f8a0

diff --git a/lxqt-base/lxqt-about/lxqt-about-0.8.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-0.8.0.ebuild
new file mode 100644
index 0000000..29fafba
--- /dev/null
+++ b/lxqt-base/lxqt-about/lxqt-about-0.8.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt about dialog"
+HOMEPAGE="http://www.lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+	SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0"
+
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	dev-qt/qtxml:5
+	~lxqt-base/liblxqt-${PV}
+	x11-libs/libX11
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/
@ 2014-10-27 23:01 Jauhien Piatlicki
  0 siblings, 0 replies; 13+ messages in thread
From: Jauhien Piatlicki @ 2014-10-27 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e41d3b0ef9fa7ee46a66ec08ac428e4c952998ab
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 27 23:00:39 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Mon Oct 27 23:00:39 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e41d3b0e

[lxqt-base/lxqt-about] fix checking for Qt5

---
 lxqt-base/lxqt-about/lxqt-about-0.8.0.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lxqt-base/lxqt-about/lxqt-about-0.8.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-0.8.0.ebuild
index 29fafba..ae8051d 100644
--- a/lxqt-base/lxqt-about/lxqt-about-0.8.0.ebuild
+++ b/lxqt-base/lxqt-about/lxqt-about-0.8.0.ebuild
@@ -30,3 +30,10 @@ DEPEND="
 	x11-libs/libX11
 "
 RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT5=ON
+	)
+	cmake-utils_src_configure
+}


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/
@ 2021-03-27 10:52 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2021-03-27 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     fd72e911546daaaa9f32741f78aac29908963c98
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 10:51:18 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 10:51:18 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=fd72e911

lxqt-base/lxqt-about: Cleanup outdated lxqt-base/lxqt-l10n blocker

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/lxqt-about/lxqt-about-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
index 34a17829..11b3a9e5 100644
--- a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
+++ b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,6 +26,5 @@ RDEPEND="
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	=lxqt-base/liblxqt-$(ver_cut 1-2)*
-	!lxqt-base/lxqt-l10n
 "
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/
@ 2021-09-22 17:41 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     bd5468ea4b426e8f6912e42771d5ccd9a1f2bd62
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Jul 25 07:01:18 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 17:41:24 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=bd5468ea

lxqt-base/lxqt-about: keyword for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/lxqt-about/lxqt-about-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
index 5ad66e32..083cd2cf 100644
--- a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
+++ b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/
@ 2021-09-22 19:15 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6ef5f221f3d9f49088e6adb96db41edb38b48125
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 17:54:52 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 19:09:25 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=6ef5f221

lxqt-base/lxqt-about: Sync with Gentoo ebuild repo

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/lxqt-about/lxqt-about-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
index 73296617..991a94d9 100644
--- a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
+++ b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
@@ -19,12 +19,12 @@ fi
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
-RDEPEND="
+BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"
+DEPEND="
 	>=dev-libs/libqtxdg-3.3.1
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	=lxqt-base/liblxqt-$(ver_cut 1-2)*
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/
@ 2023-05-14 15:04 Jimi Huotari
  0 siblings, 0 replies; 13+ messages in thread
From: Jimi Huotari @ 2023-05-14 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     1639622778c78dffa803f3e73862df8d1fe9553c
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 14:24:47 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun May 14 15:03:47 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=16396227

lxqt-base/lxqt-about: update lxqt-build-tools dependency

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

 lxqt-base/lxqt-about/lxqt-about-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
index b389442e..ba0f58d2 100644
--- a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
+++ b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
@@ -21,7 +21,7 @@ fi
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.12.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
 DEPEND="
 	>=dev-libs/libqtxdg-3.10.0
 	dev-qt/qtcore:5


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/
@ 2023-05-14 15:04 Jimi Huotari
  0 siblings, 0 replies; 13+ messages in thread
From: Jimi Huotari @ 2023-05-14 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     748d30fc5a904bc7476412e937929a9eab5bf1d4
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 14:50:00 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun May 14 15:03:47 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=748d30fc

lxqt-base/lxqt-about: update libqtxdg dependency

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

 lxqt-base/lxqt-about/lxqt-about-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
index ba0f58d2..60e550c4 100644
--- a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
+++ b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
 DEPEND="
-	>=dev-libs/libqtxdg-3.10.0
+	>=dev-libs/libqtxdg-3.11.0
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/
@ 2024-03-25 21:12 Jimi Huotari
  0 siblings, 0 replies; 13+ messages in thread
From: Jimi Huotari @ 2024-03-25 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     d592277b6749f380043163cac31a400406980901
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:05:10 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 21:11:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=d592277b

lxqt-base/lxqt-about: welcome qt6

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

 lxqt-base/lxqt-about/lxqt-about-9999.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
index 9a760153..2bef726b 100644
--- a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
+++ b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -21,12 +21,9 @@ fi
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
 DEPEND="
 	>=dev-libs/libqtxdg-3.11.0
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
 	=lxqt-base/liblxqt-${MY_PV}*:=
 "
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/
@ 2024-04-21 20:04 Jimi Huotari
  0 siblings, 0 replies; 13+ messages in thread
From: Jimi Huotari @ 2024-04-21 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7013375c37c326e5fb14d7b34bf5e575f454a1b2
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 17:13:52 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 19:48:26 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=7013375c

lxqt-base/lxqt-about: add 2.0.0

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

 lxqt-base/lxqt-about/Manifest                |  1 +
 lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild | 29 ++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest
new file mode 100644
index 00000000..6403dbcf
--- /dev/null
+++ b/lxqt-base/lxqt-about/Manifest
@@ -0,0 +1 @@
+DIST lxqt-about-2.0.0.tar.xz 47936 BLAKE2B d304ac8896d326311708fc239605e37996f7a6e59181ab4746f248b72344395292e23a5ae7758ea90674250d300f89d1ae4620e6c72f547909adb5bcc8a72511 SHA512 a99dd6c50a357c65ac8edf5795fc11fedf54ddf34dbd8f84585ab2a73d680d12e221f9dcb92ac206a0a973b3aedd4e504f6b2738aa75e3b36b0ebfe4043a93d4

diff --git a/lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild
new file mode 100644
index 00000000..8aebd747
--- /dev/null
+++ b/lxqt-base/lxqt-about/lxqt-about-2.0.0.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="LXQt about dialog"
+HOMEPAGE="https://lxqt-project.org/"
+
+MY_PV="$(ver_cut 1-2)"
+
+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-libs/libqtxdg-4.0.0
+	=lxqt-base/liblxqt-${MY_PV}*:=
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/
@ 2024-06-15 14:53 Jimi Huotari
  0 siblings, 0 replies; 13+ messages in thread
From: Jimi Huotari @ 2024-06-15 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     720c588a1cc0a56262269cab76f3c8de500cd3be
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 14:40:49 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 14:43:51 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=720c588a

lxqt-base/lxqt-about: drop 2.0.0

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

 lxqt-base/lxqt-about/Manifest                |  1 -
 lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild | 29 ----------------------------
 2 files changed, 30 deletions(-)

diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest
deleted file mode 100644
index 6403dbcf..00000000
--- a/lxqt-base/lxqt-about/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-about-2.0.0.tar.xz 47936 BLAKE2B d304ac8896d326311708fc239605e37996f7a6e59181ab4746f248b72344395292e23a5ae7758ea90674250d300f89d1ae4620e6c72f547909adb5bcc8a72511 SHA512 a99dd6c50a357c65ac8edf5795fc11fedf54ddf34dbd8f84585ab2a73d680d12e221f9dcb92ac206a0a973b3aedd4e504f6b2738aa75e3b36b0ebfe4043a93d4

diff --git a/lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild
deleted file mode 100644
index 8aebd747..00000000
--- a/lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt about dialog"
-HOMEPAGE="https://lxqt-project.org/"
-
-MY_PV="$(ver_cut 1-2)"
-
-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-libs/libqtxdg-4.0.0
-	=lxqt-base/liblxqt-${MY_PV}*:=
-"
-RDEPEND="${DEPEND}"


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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20 16:49 [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-about/ Davide Pesavento
  -- strict thread matches above, loose matches on Subject: below --
2024-06-15 14:53 Jimi Huotari
2024-04-21 20:04 Jimi Huotari
2024-03-25 21:12 Jimi Huotari
2023-05-14 15:04 Jimi Huotari
2023-05-14 15:04 Jimi Huotari
2021-09-22 19:15 Andreas Sturmlechner
2021-09-22 17:41 Andreas Sturmlechner
2021-03-27 10:52 Andreas Sturmlechner
2014-10-27 23:01 Jauhien Piatlicki
2014-10-27 22:56 Jauhien Piatlicki
2014-10-20 21:10 Jauhien Piatlicki
2014-05-23  6:07 Michael Palimaka

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