* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/
@ 2014-10-21 15:25 Jauhien Piatlicki
0 siblings, 0 replies; 11+ messages in thread
From: Jauhien Piatlicki @ 2014-10-21 15:25 UTC (permalink / raw
To: gentoo-commits
commit: ec3c717cdc30ba75332cbf624186701861b1a944
Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 21 15:25:13 2014 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Tue Oct 21 15:25:13 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=ec3c717c
[lxqt-base/lxqt-globalkeys] update live ebuild, drop QT4 support
---
.../lxqt-globalkeys/lxqt-globalkeys-9999.ebuild | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
index 0671bd9..694087f 100644
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
@@ -14,15 +14,24 @@ 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/qtcore:4
- dev-qt/qtdbus:4
- dev-qt/qtgui:4
- lxqt-base/liblxqt
- x11-libs/libX11"
+DEPEND="
+ dev-qt/linguist-tools:5
+ 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}
+ >=razorqt-base/libqtxdg-1.0.0
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXext
+"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/
@ 2014-10-29 12:18 Jauhien Piatlicki
0 siblings, 0 replies; 11+ messages in thread
From: Jauhien Piatlicki @ 2014-10-29 12:18 UTC (permalink / raw
To: gentoo-commits
commit: 6764aba217997948d99f255d000bbfa3b32bbe60
Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 29 12:18:26 2014 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Wed Oct 29 12:18:26 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=6764aba2
[lxqt-base/lxqt-globalkeys] 0.8.0 release
---
lxqt-base/lxqt-globalkeys/Manifest | 1 +
.../lxqt-globalkeys/lxqt-globalkeys-0.8.0.ebuild | 44 ++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest
new file mode 100644
index 0000000..d396381
--- /dev/null
+++ b/lxqt-base/lxqt-globalkeys/Manifest
@@ -0,0 +1 @@
+DIST lxqt-globalkeys-0.8.0.tar.xz 52676 SHA256 dd15a5d6f5818ddd00a7b3fbde483bbd8ce88d2dfaa4a6e98ca54c7492cbd713 SHA512 1afb5b1080c2005545dd74b064b7b9da653ae8a8107898e2f4303ec7e77b4e8377094dc50dc3d36b07521fa6dbbf1b7cb812444d62a429b20428667da491a6e2 WHIRLPOOL c17c625163c509ab1ccd732c640eb67e72cc0f59ff5b285b360e55b19175ff9b5abe5cf443d077066aaeb9ea86c86887fde41fa3d1e76e6b1065bbdf07307d68
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.8.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.8.0.ebuild
new file mode 100644
index 0000000..68970b2
--- /dev/null
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.8.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
+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/linguist-tools:5
+ 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}
+ >=razorqt-base/libqtxdg-1.0.0
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXext
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DUSE_QT5=ON
+ )
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/
@ 2015-10-01 14:27 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2015-10-01 14:27 UTC (permalink / raw
To: gentoo-commits
commit: 616ecbf171fc5049bdbc69416f040075e2717850
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 1 14:26:13 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 1 14:27:46 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=616ecbf1
lxqt-base/lxqt-globalkeys: dev-qt/linguist-tools is a build-time dependency
Package-Manager: portage-2.2.20.1
lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
index 6cf56ad..c4b16f5 100644
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
@@ -19,8 +19,7 @@ fi
LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"
-DEPEND="
- dev-qt/linguist-tools:5
+RDEPEND="
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
@@ -34,4 +33,6 @@ DEPEND="
x11-libs/libX11
x11-libs/libXext
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ dev-qt/linguist-tools:5
+"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/
@ 2021-03-27 10:52 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2021-03-27 10:52 UTC (permalink / raw
To: gentoo-commits
commit: 2ac765d0d17fdaa91625cae5a69d3fdbfb7ff023
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=2ac765d0
lxqt-base/lxqt-globalkeys: Cleanup outdated lxqt-base/lxqt-l10n blocker
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
index a61f9b60..7bcf4743 100644
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-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
@@ -34,6 +34,5 @@ RDEPEND="
=lxqt-base/liblxqt-$(ver_cut 1-2)*
kde-frameworks/kwindowsystem:5
x11-libs/libX11
- !lxqt-base/lxqt-l10n
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/
@ 2021-09-22 17:41 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 17:41 UTC (permalink / raw
To: gentoo-commits
commit: b921502586c31f73ee48afc2e397a5c70e60c88f
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Jul 25 07:12:13 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=b9215025
lxqt-base/lxqt-globalkeys: keyword for ~riscv
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
index 58339a74..7ec56d7c 100644
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-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] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/
@ 2021-09-22 19:15 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 19:15 UTC (permalink / raw
To: gentoo-commits
commit: 03fe73289cb4871d891d90bcb87a4240baf99e3e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 18:39:02 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=03fe7328
lxqt-base/lxqt-globalkeys: 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-globalkeys/lxqt-globalkeys-9999.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
index c01579b5..3e3154a1 100644
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
@@ -16,14 +16,14 @@ else
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
fi
-LICENSE="LGPL-2.1+"
+LICENSE="LGPL-2.1 LGPL-2.1+"
SLOT="0"
BDEPEND="
dev-qt/linguist-tools:5
- >=dev-util/lxqt-build-tools-0.6.0
+ >=dev-util/lxqt-build-tools-0.9.0
"
-RDEPEND="
+DEPEND="
>=dev-libs/libqtxdg-3.3.1
dev-qt/qtcore:5
dev-qt/qtdbus:5
@@ -31,8 +31,8 @@ RDEPEND="
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
- =lxqt-base/liblxqt-$(ver_cut 1-2)*
kde-frameworks/kwindowsystem:5
+ =lxqt-base/liblxqt-$(ver_cut 1-2)*
x11-libs/libX11
"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/
@ 2023-05-14 15:04 Jimi Huotari
0 siblings, 0 replies; 11+ messages in thread
From: Jimi Huotari @ 2023-05-14 15:04 UTC (permalink / raw
To: gentoo-commits
commit: 7f88db05a4aa5ee67db8761bbef28d8e1c36b6cb
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 14:26:24 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=7f88db05
lxqt-base/lxqt-globalkeys: update lxqt-build-tools dependency
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
index cbedda39..3e5a0b81 100644
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
BDEPEND="
>=dev-qt/linguist-tools-5.15:5
- >=dev-util/lxqt-build-tools-0.12.0
+ >=dev-util/lxqt-build-tools-0.13.0
"
DEPEND="
>=dev-qt/qtcore-5.15:5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/
@ 2024-03-25 21:12 Jimi Huotari
0 siblings, 0 replies; 11+ messages in thread
From: Jimi Huotari @ 2024-03-25 21:12 UTC (permalink / raw
To: gentoo-commits
commit: af96c66627295d77e5fda31266e6e383e58a5961
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:05:30 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=af96c666
lxqt-base/lxqt-globalkeys: welcome qt6
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
index 668a4f88..2812e811 100644
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-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
@@ -22,15 +22,11 @@ LICENSE="LGPL-2.1 LGPL-2.1+"
SLOT="0"
BDEPEND="
- >=dev-qt/linguist-tools-5.15:5
- >=dev-util/lxqt-build-tools-0.13.0
+ >=dev-qt/qttools-6.6:6[linguist]
+ >=dev-util/lxqt-build-tools-2.0.0
"
DEPEND="
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtdbus-5.15:5
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtwidgets-5.15:5
- kde-frameworks/kwindowsystem:5
+ >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
=lxqt-base/liblxqt-${MY_PV}*:=
x11-libs/libX11
"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/
@ 2024-04-21 20:04 Jimi Huotari
0 siblings, 0 replies; 11+ messages in thread
From: Jimi Huotari @ 2024-04-21 20:04 UTC (permalink / raw
To: gentoo-commits
commit: 104f112bf1fe189e4b355aafcf78ddc24bb35674
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 17:18:00 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=104f112b
lxqt-base/lxqt-globalkeys: add 2.0.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-globalkeys/Manifest | 1 +
.../lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest
new file mode 100644
index 00000000..263a55a0
--- /dev/null
+++ b/lxqt-base/lxqt-globalkeys/Manifest
@@ -0,0 +1 @@
+DIST lxqt-globalkeys-2.0.0.tar.xz 74832 BLAKE2B 9a55e666635b54951d97da733b3df403f859db4b0524061fae3852c8e14e368526b6f9243d6059e06186758a0d2ceeac7cad256062b805c8af6ef5b1306cbea3 SHA512 8fa7f6e7db65f3a3b93ff65a8d27a1dfe262526d7ab18f8a2d0dd4b14c9f22c8d80de8e54fb83b2be228d7200d769e144b01ee8ea5ad7b3fc54b204f68224c3e
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild
new file mode 100644
index 00000000..e1319e6f
--- /dev/null
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
+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 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+ >=dev-qt/qttools-6.6:6[linguist]
+ >=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+ >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+ =lxqt-base/liblxqt-${MY_PV}*:=
+ x11-libs/libX11
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/
@ 2024-06-15 14:53 Jimi Huotari
0 siblings, 0 replies; 11+ messages in thread
From: Jimi Huotari @ 2024-06-15 14:53 UTC (permalink / raw
To: gentoo-commits
commit: e8e7dd2711215470efab26259f17e1b8642c8c84
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 14:41:30 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=e8e7dd27
lxqt-base/lxqt-globalkeys: drop 2.0.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-globalkeys/Manifest | 1 -
.../lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild | 33 ----------------------
2 files changed, 34 deletions(-)
diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest
deleted file mode 100644
index 263a55a0..00000000
--- a/lxqt-base/lxqt-globalkeys/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-globalkeys-2.0.0.tar.xz 74832 BLAKE2B 9a55e666635b54951d97da733b3df403f859db4b0524061fae3852c8e14e368526b6f9243d6059e06186758a0d2ceeac7cad256062b805c8af6ef5b1306cbea3 SHA512 8fa7f6e7db65f3a3b93ff65a8d27a1dfe262526d7ab18f8a2d0dd4b14c9f22c8d80de8e54fb83b2be228d7200d769e144b01ee8ea5ad7b3fc54b204f68224c3e
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild
deleted file mode 100644
index e1319e6f..00000000
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
-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 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
- >=dev-qt/qttools-6.6:6[linguist]
- >=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
- >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
- =lxqt-base/liblxqt-${MY_PV}*:=
- x11-libs/libX11
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/
@ 2024-11-06 13:47 Jimi Huotari
0 siblings, 0 replies; 11+ messages in thread
From: Jimi Huotari @ 2024-11-06 13:47 UTC (permalink / raw
To: gentoo-commits
commit: ab347a9c142a0588bcb4fce341d3622546d88aa4
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 6 13:28:34 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Nov 6 13:28:34 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ab347a9c
lxqt-base/lxqt-globalkeys: sync keywords and update dependencies
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
index e1319e6f..d2be0d05 100644
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
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"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
@@ -23,7 +23,7 @@ SLOT="0"
BDEPEND="
>=dev-qt/qttools-6.6:6[linguist]
- >=dev-util/lxqt-build-tools-2.0.0
+ >=dev-util/lxqt-build-tools-2.1.0
"
DEPEND="
>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-11-06 13:48 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 21:12 [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/ Jimi Huotari
-- strict thread matches above, loose matches on Subject: below --
2024-11-06 13:47 Jimi Huotari
2024-06-15 14:53 Jimi Huotari
2024-04-21 20: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
2015-10-01 14:27 Michael Palimaka
2014-10-29 12:18 Jauhien Piatlicki
2014-10-21 15:25 Jauhien Piatlicki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox