* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2014-10-21 16:38 Jauhien Piatlicki
0 siblings, 0 replies; 16+ messages in thread
From: Jauhien Piatlicki @ 2014-10-21 16:38 UTC (permalink / raw
To: gentoo-commits
commit: c98a6ac679b7c107c8afd404b308f4b93fa23b51
Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 21 16:37:53 2014 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Tue Oct 21 16:37:53 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c98a6ac6
[lxqt-base/lxqt-notificationd] update live ebuild, drop QT4 support
---
.../lxqt-notificationd/lxqt-notificationd-9999.ebuild | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
index 52ec129..d063285 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
@@ -14,15 +14,21 @@ 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
- razorqt-base/libqtxdg"
+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/libX11
+"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2014-10-29 12:33 Jauhien Piatlicki
0 siblings, 0 replies; 16+ messages in thread
From: Jauhien Piatlicki @ 2014-10-29 12:33 UTC (permalink / raw
To: gentoo-commits
commit: 675b14bf0603ec88787d42bdee8af82398afa012
Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 29 12:33:22 2014 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Wed Oct 29 12:33:22 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=675b14bf
[lxqt-base/lxqt-notificationd] 0.8.0 release
---
lxqt-base/lxqt-notificationd/Manifest | 1 +
.../lxqt-notificationd-0.8.0.ebuild | 41 ++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/lxqt-base/lxqt-notificationd/Manifest b/lxqt-base/lxqt-notificationd/Manifest
new file mode 100644
index 0000000..fc91a74
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -0,0 +1 @@
+DIST lxqt-notificationd-0.8.0.tar.xz 38336 SHA256 720b6cca74ff5c0433b39feb3040cc25cd6fdcbdfe51186cefac7a42e157999b SHA512 83c32ea51fada6a0d9dadf8474942ad3896063e7b30ba68a663b5f568039bbd0c7ab6e4feaacc1dfa883cc4af431546003e00e6e632fefe34ac6b359e3bc2efd WHIRLPOOL eb4b38e6f7f5af652e612a78388dd37afedb569cc00b00279689642b3ebb888c174a244cf7fecf24afe0be35dadecf0755496006030cc4dbe690ae39db76f306
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild
new file mode 100644
index 0000000..2ea7528
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt notification daemon and library"
+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/libX11
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DUSE_QT5=ON
+ )
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2014-11-23 16:23 Jauhien Piatlicki
0 siblings, 0 replies; 16+ messages in thread
From: Jauhien Piatlicki @ 2014-11-23 16:23 UTC (permalink / raw
To: gentoo-commits
commit: 19e3ebcf87f571fd2fd6b159b866fa8b31d78a95
Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 16:23:30 2014 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 16:23:30 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=19e3ebcf
[lxqt-base/lxqt-notificationd] fix bug #529866: add dependency on lxqt-base/lxqt-common, thanks to Kris Scott
---
lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
index 39c08dc..95158b7 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
@@ -20,6 +20,7 @@ LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"
DEPEND="
+ >=dev-libs/libqtxdg-1.0.0
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
@@ -28,7 +29,7 @@ DEPEND="
dev-qt/qtx11extras:5
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
- >=dev-libs/libqtxdg-1.0.0
+ ~lxqt-base/lxqt-common-${PV}
x11-libs/libX11
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2015-02-10 13:59 Ben de Groot
0 siblings, 0 replies; 16+ messages in thread
From: Ben de Groot @ 2015-02-10 13:59 UTC (permalink / raw
To: gentoo-commits
commit: 90a5c6acf77d85b889a7472513dd252a70ec5dba
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 10 13:59:24 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 10 13:59:24 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=90a5c6ac
lxqt-base/lxqt-notificationd: add kwindowsystem dep
---
lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
index 013007b..6a06b62 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
@@ -28,6 +28,7 @@ DEPEND="
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
+ kde-frameworks/kwindowsystem:5
~lxqt-base/liblxqt-${PV}
~lxqt-base/lxqt-common-${PV}
x11-libs/libX11
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2015-02-10 14:01 Ben de Groot
0 siblings, 0 replies; 16+ messages in thread
From: Ben de Groot @ 2015-02-10 14:01 UTC (permalink / raw
To: gentoo-commits
commit: 070fc4c0da944b1e602ceac165a5beb6b9960967
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 10 14:01:11 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 10 14:01:11 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=070fc4c0
lxqt-base/lxqt-notificationd: remove libX11 dep
---
lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
index 6a06b62..c96891a 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
@@ -31,6 +31,5 @@ DEPEND="
kde-frameworks/kwindowsystem:5
~lxqt-base/liblxqt-${PV}
~lxqt-base/lxqt-common-${PV}
- x11-libs/libX11
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2015-10-01 14:27 Michael Palimaka
0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2015-10-01 14:27 UTC (permalink / raw
To: gentoo-commits
commit: b2ba1ca3c441c24ba3ccc76418931d17d800dc4f
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 1 14:25:53 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=b2ba1ca3
lxqt-base/lxqt-notificationd: dev-qt/linguist-tools is a build-time dependency
Package-Manager: portage-2.2.20.1
lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
index 990e0a7..bfcbd4c 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
@@ -19,9 +19,8 @@ fi
LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"
-DEPEND="
+RDEPEND="
>=dev-libs/libqtxdg-1.0.0
- dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
@@ -32,4 +31,6 @@ DEPEND="
~lxqt-base/liblxqt-${PV}
~lxqt-base/lxqt-common-${PV}
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ dev-qt/linguist-tools:5
+"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2021-03-27 10:52 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2021-03-27 10:52 UTC (permalink / raw
To: gentoo-commits
commit: bc0fca8bde49799ac1b4ae765a43cb3409aa699e
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=bc0fca8b
lxqt-base/lxqt-notificationd: Cleanup outdated lxqt-base/lxqt-l10n blocker
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
index 264768e9..f440e8d5 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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
@@ -31,6 +31,5 @@ RDEPEND="
dev-qt/qtwidgets:5
kde-frameworks/kwindowsystem:5
=lxqt-base/liblxqt-$(ver_cut 1-2)*
- !lxqt-base/lxqt-l10n
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2021-09-22 17:41 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 0d198468e3759fcb17297070b95bea6907fc2cd1
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Jul 25 07:13:11 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=0d198468
lxqt-base/lxqt-notificationd: keyword for ~riscv
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
index c558f057..09cfa231 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2021-09-22 19:15 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 19:15 UTC (permalink / raw
To: gentoo-commits
commit: b633bed7cc038bd5e70a500335740d6d5ecdbe0a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 18:41:22 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=b633bed7
lxqt-base/lxqt-notificationd: 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-notificationd/lxqt-notificationd-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
index 8f456387..e6259e0a 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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
@@ -32,4 +32,4 @@ RDEPEND="
kde-frameworks/kwindowsystem:5
=lxqt-base/liblxqt-$(ver_cut 1-2)*
"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2023-05-14 15:04 Jimi Huotari
0 siblings, 0 replies; 16+ messages in thread
From: Jimi Huotari @ 2023-05-14 15:04 UTC (permalink / raw
To: gentoo-commits
commit: 78f339c89ac22b83c94144c813f006d3419dd381
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 14:26:53 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=78f339c8
lxqt-base/lxqt-notificationd: update lxqt-build-tools dependency
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
index a3ec4967..2e160a7a 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
BDEPEND="
dev-qt/linguist-tools:5
- >=dev-util/lxqt-build-tools-0.12.0
+ >=dev-util/lxqt-build-tools-0.13.0
"
DEPEND="
>=dev-libs/libqtxdg-3.10.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2023-05-14 15:04 Jimi Huotari
0 siblings, 0 replies; 16+ messages in thread
From: Jimi Huotari @ 2023-05-14 15:04 UTC (permalink / raw
To: gentoo-commits
commit: b9aed68707a5dff51c0eb4dfc88e091c151f89f1
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 14:51:48 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=b9aed687
lxqt-base/lxqt-notificationd: update libqtxdg dependency
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
index 2e160a7a..8951c111 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
@@ -26,7 +26,7 @@ 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.15:5
>=dev-qt/qtdbus-5.15:5
>=dev-qt/qtgui-5.15:5
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2024-03-25 21:12 Jimi Huotari
0 siblings, 0 replies; 16+ messages in thread
From: Jimi Huotari @ 2024-03-25 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 6478b448579d3ad579f1f467eac84be54d3a6bf0
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:05:40 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=6478b448
lxqt-base/lxqt-notificationd: welcome qt6
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
.../lxqt-notificationd/lxqt-notificationd-9999.ebuild | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
index 4f65c2d4..4b747542 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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,16 +22,14 @@ LICENSE="LGPL-2.1 LGPL-2.1+"
SLOT="0"
BDEPEND="
- dev-qt/linguist-tools: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-libs/libqtxdg-3.11.0
- >=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]
+ kde-frameworks/kwindowsystem:6
+ >=kde-plasma/layer-shell-qt-6.0:6
=lxqt-base/liblxqt-${MY_PV}*:=
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2024-04-21 20:04 Jimi Huotari
0 siblings, 0 replies; 16+ messages in thread
From: Jimi Huotari @ 2024-04-21 20:04 UTC (permalink / raw
To: gentoo-commits
commit: 1061bea43e5e9295eb1ab8be7537f75a3db499f5
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 17:18:11 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=1061bea4
lxqt-base/lxqt-notificationd: add 2.0.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-notificationd/Manifest | 1 +
.../lxqt-notificationd-2.0.0.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/lxqt-base/lxqt-notificationd/Manifest b/lxqt-base/lxqt-notificationd/Manifest
new file mode 100644
index 00000000..47fd2e77
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -0,0 +1 @@
+DIST lxqt-notificationd-2.0.0.tar.xz 64076 BLAKE2B 0bfb3f1a88eda80e51da2255a4657d7fc86235ae2986435869df474704102a014427072f2e11f98839130cfd8b907293dfa184a794d6f3d52af9d6abc4396288 SHA512 d1fce66bea535d65964cfaf12d8712424c861dd1309f492e7a00e678bdb18d19e921ea5a49ed6a03f0c96ddccfcb4f56131bcd26861d15b90564b8eddde7754d
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.0.ebuild
new file mode 100644
index 00000000..abea757c
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt notification daemon and library"
+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-libs/libqtxdg-4.0.0
+ >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+ kde-frameworks/kwindowsystem:6
+ >=kde-plasma/layer-shell-qt-6.0:6
+ =lxqt-base/liblxqt-${MY_PV}*:=
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2024-05-08 17:50 Jimi Huotari
0 siblings, 0 replies; 16+ messages in thread
From: Jimi Huotari @ 2024-05-08 17:50 UTC (permalink / raw
To: gentoo-commits
commit: efd7d8067d90a19e6aab100fbc79a1f5065eaf24
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed May 8 17:49:05 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed May 8 17:49:05 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=efd7d806
lxqt-base/lxqt-notificationd: add 2.0.1, drop 2.0.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-notificationd/Manifest | 2 +-
...{lxqt-notificationd-2.0.0.ebuild => lxqt-notificationd-2.0.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-notificationd/Manifest b/lxqt-base/lxqt-notificationd/Manifest
index 47fd2e77..07bb9617 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1 +1 @@
-DIST lxqt-notificationd-2.0.0.tar.xz 64076 BLAKE2B 0bfb3f1a88eda80e51da2255a4657d7fc86235ae2986435869df474704102a014427072f2e11f98839130cfd8b907293dfa184a794d6f3d52af9d6abc4396288 SHA512 d1fce66bea535d65964cfaf12d8712424c861dd1309f492e7a00e678bdb18d19e921ea5a49ed6a03f0c96ddccfcb4f56131bcd26861d15b90564b8eddde7754d
+DIST lxqt-notificationd-2.0.1.tar.xz 64132 BLAKE2B 55d0c7f785528acde181161c0d0c4f61f952700f90e535d00ab7009d768f8118e54a6ab10a75e3e3dda2def4fc395720de89701e4fc3ec0927aa9bd346c7723c SHA512 c2a532e61129f09dde253f7499485f85088c19f8cc6f5ddfd1949eb9d43b142ee4f3f526b38a70fbe276623c1637398c70470f24bcdbb5597a499354e9840d67
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild
similarity index 100%
rename from lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.0.ebuild
rename to lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2024-06-15 14:53 Jimi Huotari
0 siblings, 0 replies; 16+ messages in thread
From: Jimi Huotari @ 2024-06-15 14:53 UTC (permalink / raw
To: gentoo-commits
commit: d55b6fe71d9c99e91bd84493c81d9619e6183ff6
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 14:41:47 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=d55b6fe7
lxqt-base/lxqt-notificationd: drop 2.0.1
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-notificationd/Manifest | 1 -
.../lxqt-notificationd-2.0.1.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/lxqt-base/lxqt-notificationd/Manifest b/lxqt-base/lxqt-notificationd/Manifest
deleted file mode 100644
index 07bb9617..00000000
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-notificationd-2.0.1.tar.xz 64132 BLAKE2B 55d0c7f785528acde181161c0d0c4f61f952700f90e535d00ab7009d768f8118e54a6ab10a75e3e3dda2def4fc395720de89701e4fc3ec0927aa9bd346c7723c SHA512 c2a532e61129f09dde253f7499485f85088c19f8cc6f5ddfd1949eb9d43b142ee4f3f526b38a70fbe276623c1637398c70470f24bcdbb5597a499354e9840d67
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild
deleted file mode 100644
index abea757c..00000000
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt notification daemon and library"
-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-libs/libqtxdg-4.0.0
- >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
- kde-frameworks/kwindowsystem:6
- >=kde-plasma/layer-shell-qt-6.0:6
- =lxqt-base/liblxqt-${MY_PV}*:=
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
@ 2024-11-06 13:47 Jimi Huotari
0 siblings, 0 replies; 16+ messages in thread
From: Jimi Huotari @ 2024-11-06 13:47 UTC (permalink / raw
To: gentoo-commits
commit: f6c0fb90b5ae8496e7e340acd587f2ab37161605
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 6 13:34:26 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Nov 6 13:34:26 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f6c0fb90
lxqt-base/lxqt-notificationd: sync keywords and update dependencies
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
index abea757c..8c70f75f 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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,10 +23,10 @@ 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-libs/libqtxdg-4.0.0
+ >=dev-libs/libqtxdg-4.1.0
>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
kde-frameworks/kwindowsystem:6
>=kde-plasma/layer-shell-qt-6.0:6
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2024-11-06 13:48 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-27 10:52 [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-11-06 13:47 Jimi Huotari
2024-06-15 14:53 Jimi Huotari
2024-05-08 17:50 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
2015-10-01 14:27 Michael Palimaka
2015-02-10 14:01 Ben de Groot
2015-02-10 13:59 Ben de Groot
2014-11-23 16:23 Jauhien Piatlicki
2014-10-29 12:33 Jauhien Piatlicki
2014-10-21 16:38 Jauhien Piatlicki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox