* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2013-11-17 20:09 Johannes Huber
0 siblings, 0 replies; 23+ messages in thread
From: Johannes Huber @ 2013-11-17 20:09 UTC (permalink / raw
To: gentoo-commits
commit: 30f496a48f2eff5829720b15b15845c41b7f7944
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 20:07:31 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 20:07:31 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=30f496a4
[kde-frameworks/knotifications] New package
Package-Manager: portage-2.2.7
---
.../knotifications/knotifications-9999.ebuild | 30 ++++++++++++++++++++++
kde-frameworks/knotifications/metadata.xml | 5 ++++
2 files changed, 35 insertions(+)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
new file mode 100644
index 0000000..bb1ebe7
--- /dev/null
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+FRAMEWORKS_TYPE="tier2"
+inherit kde-frameworks
+
+DESCRIPTION="User notification framework based on freedesktop protocol"
+KEYWORDS=""
+IUSE="X dbus"
+
+RDEPEND="
+ $(add_frameworks_dep kwindowsystem)
+ dev-qt/qtdbus:5
+ dev-qt/qtwidgets:5
+ X? ( dev-qt/qtx11extras:5 )
+ dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package X X11)
+ $(cmake-utils_use_find_package dbus DBusMenuQt5)
+ )
+
+ kde-frameworks_src_configure
+}
diff --git a/kde-frameworks/knotifications/metadata.xml b/kde-frameworks/knotifications/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-frameworks/knotifications/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2014-01-21 12:37 Michael Palimaka
0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2014-01-21 12:37 UTC (permalink / raw
To: gentoo-commits
commit: 1706c4fa63ebea4a71691a2c9cbe5a74c972eeb2
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 12:36:34 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 12:36:34 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1706c4fa
[kde-frameworks/knotifications] Improve description, and update dependencies to match upstream changes.
Package-Manager: portage-2.2.7
---
kde-frameworks/knotifications/knotifications-9999.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 0a918af..e0b8ecc 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -6,16 +6,21 @@ EAPI=5
inherit kde-frameworks
-DESCRIPTION="User notification framework based on freedesktop protocol"
+DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
KEYWORDS=""
IUSE="X dbus"
RDEPEND="
$(add_frameworks_dep kwindowsystem)
dev-qt/qtdbus:5
+ dev-qt/qtgui:5
dev-qt/qtwidgets:5
- X? ( dev-qt/qtx11extras:5 )
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+ X? (
+ dev-qt/qtx11extras:5
+ x11-libs/libX11
+ x11-libs/libXtst
+ )
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2014-03-05 11:13 Michael Palimaka
0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2014-03-05 11:13 UTC (permalink / raw
To: gentoo-commits
commit: 4ca579368548ace1650112355f1d3bb0c7d2db8c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 5 11:13:34 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 5 11:13:34 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4ca57936
[kde-frameworks/knotifications] Update dependencies now that knotify stuff was merged in upstream.
Package-Manager: portage-2.2.7
---
kde-frameworks/knotifications/knotifications-4.97.0.ebuild | 6 ++++++
kde-frameworks/knotifications/knotifications-9999.ebuild | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/kde-frameworks/knotifications/knotifications-4.97.0.ebuild b/kde-frameworks/knotifications/knotifications-4.97.0.ebuild
index 5f65c5b..b43b78a 100644
--- a/kde-frameworks/knotifications/knotifications-4.97.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-4.97.0.ebuild
@@ -11,10 +11,16 @@ KEYWORDS="~amd64"
IUSE="X dbus"
RDEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kservice)
$(add_frameworks_dep kwindowsystem)
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
+ media-libs/phonon[qt5]
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
X? (
dev-qt/qtx11extras:5
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index e0b8ecc..2bd72cc 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -11,10 +11,16 @@ KEYWORDS=""
IUSE="X dbus"
RDEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kservice)
$(add_frameworks_dep kwindowsystem)
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
+ media-libs/phonon[qt5]
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
X? (
dev-qt/qtx11extras:5
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2014-03-19 13:10 Michael Palimaka
0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2014-03-19 13:10 UTC (permalink / raw
To: gentoo-commits
commit: b899ea58b588b1197b20dcacddd18df7045305ac
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 13:09:18 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 13:09:45 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b899ea58
[kde-frameworks/knotifications] Update LICENSE.
Upstream commit db9b5ac8e13491ad6d8cb5a5e9c897be4aa68429.
Package-Manager: portage-2.2.8-r1
---
kde-frameworks/knotifications/knotifications-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 2bd72cc..c4827e6 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -7,6 +7,7 @@ EAPI=5
inherit kde-frameworks
DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
+LICENSE="LGPL-2.1+"
KEYWORDS=""
IUSE="X dbus"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2014-03-19 13:11 Michael Palimaka
0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2014-03-19 13:11 UTC (permalink / raw
To: gentoo-commits
commit: 1cf52df65e7cde1742dcd72a58a7e2b230c09ee6
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 13:10:52 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 13:10:52 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1cf52df6
[kde-frameworks/knotifications] Update dependencies.
Package-Manager: portage-2.2.8-r1
---
kde-frameworks/knotifications/knotifications-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index c4827e6..9ad7eeb 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -29,7 +29,9 @@ RDEPEND="
x11-libs/libXtst
)
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ X? ( x11-proto/xproto )
+"
src_configure() {
local mycmakeargs=(
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2014-03-19 13:11 Michael Palimaka
0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2014-03-19 13:11 UTC (permalink / raw
To: gentoo-commits
commit: 31ba54244729dbb127fceab46d62622dbbb49b66
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 13:11:20 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 13:11:20 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=31ba5424
[kde-frameworks/knotifications] No tests.
Package-Manager: portage-2.2.8-r1
---
kde-frameworks/knotifications/knotifications-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 9ad7eeb..2625862 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -4,6 +4,7 @@
EAPI=5
+FRAMEWORKS_TEST="false"
inherit kde-frameworks
DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2014-05-05 15:09 Michael Palimaka
0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2014-05-05 15:09 UTC (permalink / raw
To: gentoo-commits
commit: 5fee2f897f6d167228d4ab28c77af6b2b4c41a84
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon May 5 15:09:10 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon May 5 15:09:10 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5fee2f89
[kde-frameworks/knotifications] Add nls dependency.
Package-Manager: portage-2.2.8-r1
---
kde-frameworks/knotifications/knotifications-4.99.0.ebuild | 1 +
kde-frameworks/knotifications/knotifications-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-frameworks/knotifications/knotifications-4.99.0.ebuild b/kde-frameworks/knotifications/knotifications-4.99.0.ebuild
index c3e9c59..ed037a5 100644
--- a/kde-frameworks/knotifications/knotifications-4.99.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-4.99.0.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
+ nls? ( dev-qt/linguist-tools:5 )
X? ( x11-proto/xproto )
"
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 5d5ef71..162c2c3 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
+ nls? ( dev-qt/linguist-tools:5 )
X? ( x11-proto/xproto )
"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2015-08-07 16:47 Michael Palimaka
0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2015-08-07 16:47 UTC (permalink / raw
To: gentoo-commits
commit: 5be54b31f0afd4df2395ee1e070e9f54d02115bf
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 7 16:46:53 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 16:46:53 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5be54b31
[kde-frameworks/knotifications] Remove unused dependencies.
Upstream commit: ba267253dbaeac32bb033e2f519d10651075c766
Package-Manager: portage-2.2.20
kde-frameworks/knotifications/knotifications-5.13.0.ebuild | 2 --
kde-frameworks/knotifications/knotifications-9999.ebuild | 2 --
2 files changed, 4 deletions(-)
diff --git a/kde-frameworks/knotifications/knotifications-5.13.0.ebuild b/kde-frameworks/knotifications/knotifications-5.13.0.ebuild
index 10125e4..ac6ca13 100644
--- a/kde-frameworks/knotifications/knotifications-5.13.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.13.0.ebuild
@@ -16,8 +16,6 @@ RDEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kservice)
$(add_frameworks_dep kwindowsystem)
dev-qt/qtdbus:5
dev-qt/qtgui:5
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 6083d57..f01252a 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -16,8 +16,6 @@ RDEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kservice)
$(add_frameworks_dep kwindowsystem)
dev-qt/qtdbus:5
dev-qt/qtgui:5
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2015-11-09 13:58 Michael Palimaka
0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2015-11-09 13:58 UTC (permalink / raw
To: gentoo-commits
commit: b0a019c969748b09bc5defd67340b9532bcf6413
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 13:58:20 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 13:58:20 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b0a019c9
kde-frameworks/knotifications: introduce speech USE flag
Package-Manager: portage-2.2.20.1
kde-frameworks/knotifications/knotifications-5.16.0.ebuild | 4 +++-
kde-frameworks/knotifications/knotifications-9999.ebuild | 6 ++++--
kde-frameworks/knotifications/metadata.xml | 3 +++
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/kde-frameworks/knotifications/knotifications-5.16.0.ebuild b/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
index f88e11a..2f3328b 100644
--- a/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
LICENSE="LGPL-2.1+"
KEYWORDS=" ~amd64 ~x86"
-IUSE="dbus nls X"
+IUSE="dbus nls speech X"
RDEPEND="
$(add_frameworks_dep kcodecs)
@@ -22,6 +22,7 @@ RDEPEND="
dev-qt/qtwidgets:5
media-libs/phonon[qt5]
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+ speech? ( dev-qt/qtspeech:5 )
X? (
dev-qt/qtx11extras:5
x11-libs/libX11
@@ -36,6 +37,7 @@ DEPEND="${RDEPEND}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package dbus DBusMenuQt5)
+ $(cmake-utils_use_find_package speech Qt5TextToSpeech)
$(cmake-utils_use_find_package X X11)
)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 1f3f87a..34daca6 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
LICENSE="LGPL-2.1+"
KEYWORDS=""
-IUSE="dbus nls X"
+IUSE="dbus nls speech X"
RDEPEND="
$(add_frameworks_dep kcodecs)
@@ -22,6 +22,7 @@ RDEPEND="
dev-qt/qtwidgets:5
media-libs/phonon[qt5]
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+ speech? ( dev-qt/qtspeech:5 )
X? (
dev-qt/qtx11extras:5
x11-libs/libX11
@@ -35,8 +36,9 @@ DEPEND="${RDEPEND}
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package X X11)
$(cmake-utils_use_find_package dbus DBusMenuQt5)
+ $(cmake-utils_use_find_package speech Qt5TextToSpeech)
+ $(cmake-utils_use_find_package X X11)
)
kde5_src_configure
diff --git a/kde-frameworks/knotifications/metadata.xml b/kde-frameworks/knotifications/metadata.xml
index a23f444..b4731e0 100644
--- a/kde-frameworks/knotifications/metadata.xml
+++ b/kde-frameworks/knotifications/metadata.xml
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
+ <use>
+ <flag name="speech">Enable text-to-speech notification support</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2015-11-09 13:58 Michael Palimaka
0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2015-11-09 13:58 UTC (permalink / raw
To: gentoo-commits
commit: 9b613d15fad7dfdb30b8f307a58cabf7e7848603
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 13:50:57 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 13:50:57 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b613d15
kde-frameworks/knotifications: sort USE flags
Package-Manager: portage-2.2.20.1
kde-frameworks/knotifications/knotifications-5.16.0.ebuild | 4 ++--
kde-frameworks/knotifications/knotifications-9999.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-frameworks/knotifications/knotifications-5.16.0.ebuild b/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
index 1a8aa3c..f88e11a 100644
--- a/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
LICENSE="LGPL-2.1+"
KEYWORDS=" ~amd64 ~x86"
-IUSE="dbus X nls"
+IUSE="dbus nls X"
RDEPEND="
$(add_frameworks_dep kcodecs)
@@ -35,8 +35,8 @@ DEPEND="${RDEPEND}
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package X X11)
$(cmake-utils_use_find_package dbus DBusMenuQt5)
+ $(cmake-utils_use_find_package X X11)
)
kde5_src_configure
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 0666376..1f3f87a 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
LICENSE="LGPL-2.1+"
KEYWORDS=""
-IUSE="dbus X nls"
+IUSE="dbus nls X"
RDEPEND="
$(add_frameworks_dep kcodecs)
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2015-11-10 17:55 Michael Palimaka
0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2015-11-10 17:55 UTC (permalink / raw
To: gentoo-commits
commit: 13d0a96a0a58c883110cff66d469c11493e925a7
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 17:53:55 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 17:53:55 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=13d0a96a
kde-frameworks/knotifications: reduce DESCRIPTION length to fit within 80 character limit
Package-Manager: portage-2.2.24
kde-frameworks/knotifications/knotifications-5.16.0.ebuild | 2 +-
kde-frameworks/knotifications/knotifications-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-frameworks/knotifications/knotifications-5.16.0.ebuild b/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
index 2f3328b..0475327 100644
--- a/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
@@ -7,7 +7,7 @@ EAPI=5
KDE_TEST="false"
inherit kde5
-DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
+DESCRIPTION="Framework for notifying the user of an event"
LICENSE="LGPL-2.1+"
KEYWORDS=" ~amd64 ~x86"
IUSE="dbus nls speech X"
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 34daca6..7700876 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
KDE_TEST="false"
inherit kde5
-DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
+DESCRIPTION="Framework for notifying the user of an event"
LICENSE="LGPL-2.1+"
KEYWORDS=""
IUSE="dbus nls speech X"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2017-02-07 23:11 Andreas Sturmlechner
0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2017-02-07 23:11 UTC (permalink / raw
To: gentoo-commits
commit: 7e0951dac5627cbfd9aaab664508130252a2c493
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 23:10:43 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 23:10:43 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7e0951da
kde-frameworks/knotifications: Introduce temporary Qt subslot operator
Package-Manager: portage-2.3.3
kde-frameworks/knotifications/knotifications-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index b9eaaee..3ca9fe9 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -12,13 +12,14 @@ LICENSE="LGPL-2.1+"
KEYWORDS=""
IUSE="dbus nls speech X"
+# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
RDEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kwindowsystem)
$(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
+ $(add_qt_dep qtgui '' '' '5=')
$(add_qt_dep qtwidgets)
media-libs/phonon[qt5]
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2017-04-22 8:41 Andreas Sturmlechner
0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2017-04-22 8:41 UTC (permalink / raw
To: gentoo-commits
commit: 57f75f9c8920cd78e1f4316de41df1e367ebe6dd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 08:40:43 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 08:40:43 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=57f75f9c
kde-frameworks/knotifications: Fix USE=dbus build switch
Reported-by: aayla.secura.1138 <AT> gmail.com
Gentoo-bug: 616072
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-frameworks/knotifications/knotifications-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 5ce37eedce..7a5a468af3 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -36,7 +36,7 @@ DEPEND="${RDEPEND}
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package dbus DBusMenuQt5)
+ $(cmake-utils_use_find_package dbus dbusmenu-qt5)
$(cmake-utils_use_find_package speech Qt5TextToSpeech)
$(cmake-utils_use_find_package X X11)
)
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2017-08-19 20:24 Andreas Sturmlechner
0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2017-08-19 20:24 UTC (permalink / raw
To: gentoo-commits
commit: d1c26f2b37d721ef695385fbbc911ae7553a83fa
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 18:41:19 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 18:41:19 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1c26f2b
kde-frameworks/knotifications: Drop obsolete subslot operator
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-frameworks/knotifications/knotifications-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 7a5a468af3..772bab3286 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -11,14 +11,13 @@ LICENSE="LGPL-2.1+"
KEYWORDS=""
IUSE="dbus nls speech X"
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
RDEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kwindowsystem)
$(add_qt_dep qtdbus)
- $(add_qt_dep qtgui '' '' '5=')
+ $(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
media-libs/phonon[qt5]
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2017-08-30 21:42 Andreas Sturmlechner
0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2017-08-30 21:42 UTC (permalink / raw
To: gentoo-commits
commit: 22b778e34b1211f5d5a5ce3b22e8105147734cd9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 21:42:18 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 21:42:18 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=22b778e3
kde-frameworks/knotifications: Prepare for libdbusmenu-qt dropping USE=qt5
Package-Manager: Portage-2.3.6, Repoman-2.3.1
kde-frameworks/knotifications/knotifications-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 52a01864f6..a6ac414b00 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
media-libs/phonon[qt5(+)]
- dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+ dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
speech? ( $(add_qt_dep qtspeech) )
X? (
$(add_qt_dep qtx11extras)
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2018-08-08 8:11 Andreas Sturmlechner
0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2018-08-08 8:11 UTC (permalink / raw
To: gentoo-commits
commit: 9cd524c22457767aed87a7b0ce4ab2ea5a84c9d9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 8 08:05:08 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 8 08:10:11 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9cd524c2
kde-frameworks/knotifications: Add USE=phonon
Upstream commit f03443cfb2b9093faebca62c3131cf96efc2e7f4
Package-Manager: Portage-2.3.44, Repoman-2.3.10
kde-frameworks/knotifications/knotifications-9999.ebuild | 6 ++++--
kde-frameworks/knotifications/metadata.xml | 1 +
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 9163c258ec..f56fa70a89 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="Framework for notifying the user of an event"
LICENSE="LGPL-2.1+"
KEYWORDS=""
-IUSE="dbus nls speech X"
+IUSE="dbus nls phonon speech X"
RDEPEND="
$(add_frameworks_dep kcodecs)
@@ -19,8 +19,9 @@ RDEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
- media-libs/phonon[qt5(+)]
dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
+ !phonon? ( media-libs/libcanberra )
+ phonon? ( media-libs/phonon[qt5(+)] )
speech? ( $(add_qt_dep qtspeech) )
X? (
$(add_qt_dep qtx11extras)
@@ -36,6 +37,7 @@ DEPEND="${RDEPEND}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package dbus dbusmenu-qt5)
+ $(cmake-utils_use_find_package !phonon Canberra)
$(cmake-utils_use_find_package speech Qt5TextToSpeech)
$(cmake-utils_use_find_package X X11)
)
diff --git a/kde-frameworks/knotifications/metadata.xml b/kde-frameworks/knotifications/metadata.xml
index be95fa5279..68ff6fccee 100644
--- a/kde-frameworks/knotifications/metadata.xml
+++ b/kde-frameworks/knotifications/metadata.xml
@@ -6,6 +6,7 @@
<name>Gentoo KDE Project</name>
</maintainer>
<use>
+ <flag name="phonon">Play notification sounds via <pkg>media-libs/phonon</pkg> instead of <pkg>media-libs/libcanberra</pkg></flag>
<flag name="speech">Enable text-to-speech notification support</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2020-01-19 18:42 Andreas Sturmlechner
0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-01-19 18:42 UTC (permalink / raw
To: gentoo-commits
commit: 9de7b27232991b3caca7372493caa76f6d0816b2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 18:41:48 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 18:41:48 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9de7b272
kde-frameworks/knotifications: Drop unused DEPEND
Upstream commit 786acbc8327f856523a0c444a01f5229452b31a6
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/knotifications/knotifications-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 067d831a17..ba4dc8b957 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -17,7 +17,6 @@ BDEPEND="
nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
"
RDEPEND="
- =kde-frameworks/kcodecs-${PVCUT}*:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
=kde-frameworks/kwindowsystem-${PVCUT}*:5
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2020-09-04 8:43 Andreas Sturmlechner
0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-09-04 8:43 UTC (permalink / raw
To: gentoo-commits
commit: ccdcb3efa51e608e51f85a83645533bb5891dbe8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 4 08:36:17 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 4 08:36:17 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ccdcb3ef
kde-frameworks/knotifications: Update DEPENDs
Upstream commit 7abca5ac63ab6bef9f842049fa54aced4ba59600
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/knotifications/knotifications-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 5ae5cbaf61..07bea7c71b 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -22,6 +22,7 @@ RDEPEND="
>=dev-qt/qtwidgets-${QTMIN}:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/knotifications-${PVCUT}*:5
=kde-frameworks/kwindowsystem-${PVCUT}*:5
dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
!phonon? ( media-libs/libcanberra )
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2021-09-15 17:09 Andreas Sturmlechner
0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2021-09-15 17:09 UTC (permalink / raw
To: gentoo-commits
commit: d4f2cc2e9150c520a4055dcac43c72fdfbdb2c15
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 15 17:01:18 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 15 17:01:18 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4f2cc2e
kde-frameworks/knotifications: Add missing IUSE="X" usedep
Requires kde-frameworks/kwindowsystem[X=].
Bug: https://bugs.gentoo.org/813082
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/knotifications/knotifications-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 27e7fc52b9..648f6104ef 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
>=dev-qt/qtwidgets-${QTMIN}:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/kwindowsystem-${PVCUT}*:5
+ =kde-frameworks/kwindowsystem-${PVCUT}*:5[X=]
dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
!phonon? ( media-libs/libcanberra )
phonon? ( >=media-libs/phonon-4.11.0 )
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2021-11-13 19:05 Andreas Sturmlechner
0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2021-11-13 19:05 UTC (permalink / raw
To: gentoo-commits
commit: f7175e293ffe904b6b61dfa9411cb545816d4649
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 18:28:20 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 18:29:12 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f7175e29
kde-frameworks/knotifications: Add IUSE qml
Upstream commit 16e92d643faff27d52f10b14aab68b73d11a4481
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/knotifications/knotifications-5.88.0.ebuild | 10 ++++++----
kde-frameworks/knotifications/knotifications-9999.ebuild | 10 ++++++----
kde-frameworks/knotifications/metadata.xml | 1 +
3 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/kde-frameworks/knotifications/knotifications-5.88.0.ebuild b/kde-frameworks/knotifications/knotifications-5.88.0.ebuild
index 69f412eb83..a1fc080754 100644
--- a/kde-frameworks/knotifications/knotifications-5.88.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.88.0.ebuild
@@ -11,11 +11,8 @@ inherit ecm kde.org
DESCRIPTION="Framework for notifying the user of an event"
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="dbus nls phonon speech X"
+IUSE="dbus nls phonon qml speech X"
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
RDEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -26,6 +23,7 @@ RDEPEND="
dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
!phonon? ( media-libs/libcanberra )
phonon? ( >=media-libs/phonon-4.11.0 )
+ qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
X? (
>=dev-qt/qtx11extras-${QTMIN}:5
@@ -36,11 +34,15 @@ RDEPEND="
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
"
+BDEPEND="
+ nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package dbus dbusmenu-qt5)
$(cmake_use_find_package !phonon Canberra)
+ $(cmake_use_find_package qml Qt5Qml)
$(cmake_use_find_package speech Qt5TextToSpeech)
$(cmake_use_find_package X X11)
)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 648f6104ef..2e6a834105 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -11,11 +11,8 @@ inherit ecm kde.org
DESCRIPTION="Framework for notifying the user of an event"
LICENSE="LGPL-2.1+"
KEYWORDS=""
-IUSE="dbus nls phonon speech X"
+IUSE="dbus nls phonon qml speech X"
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
RDEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -26,6 +23,7 @@ RDEPEND="
dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
!phonon? ( media-libs/libcanberra )
phonon? ( >=media-libs/phonon-4.11.0 )
+ qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
X? (
>=dev-qt/qtx11extras-${QTMIN}:5
@@ -36,11 +34,15 @@ RDEPEND="
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
"
+BDEPEND="
+ nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package dbus dbusmenu-qt5)
$(cmake_use_find_package !phonon Canberra)
+ $(cmake_use_find_package qml Qt5Qml)
$(cmake_use_find_package speech Qt5TextToSpeech)
$(cmake_use_find_package X X11)
)
diff --git a/kde-frameworks/knotifications/metadata.xml b/kde-frameworks/knotifications/metadata.xml
index 714f27704c..e1ad3cf8af 100644
--- a/kde-frameworks/knotifications/metadata.xml
+++ b/kde-frameworks/knotifications/metadata.xml
@@ -10,6 +10,7 @@
</upstream>
<use>
<flag name="phonon">Play notification sounds via <pkg>media-libs/phonon</pkg> instead of <pkg>media-libs/libcanberra</pkg></flag>
+ <flag name="qml">Enable QML support via dev-qt/qtdeclarative</flag>
<flag name="speech">Enable text-to-speech notification support</flag>
</use>
<slots>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2022-09-14 14:49 Andreas Sturmlechner
0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2022-09-14 14:49 UTC (permalink / raw
To: gentoo-commits
commit: 4145e9752f759252d69913547760690d3ea5e02a
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Thu Aug 25 21:39:27 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 14:48:56 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4145e975
kde-frameworks/knotifications: use <pkg> tag in metadata.xml
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/knotifications/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/knotifications/metadata.xml b/kde-frameworks/knotifications/metadata.xml
index e1ad3cf8af..ee650b347b 100644
--- a/kde-frameworks/knotifications/metadata.xml
+++ b/kde-frameworks/knotifications/metadata.xml
@@ -10,7 +10,7 @@
</upstream>
<use>
<flag name="phonon">Play notification sounds via <pkg>media-libs/phonon</pkg> instead of <pkg>media-libs/libcanberra</pkg></flag>
- <flag name="qml">Enable QML support via dev-qt/qtdeclarative</flag>
+ <flag name="qml">Enable QML support via <pkg>dev-qt/qtdeclarative</pkg></flag>
<flag name="speech">Enable text-to-speech notification support</flag>
</use>
<slots>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2022-09-24 8:50 Andreas Sturmlechner
0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2022-09-24 8:50 UTC (permalink / raw
To: gentoo-commits
commit: 418879765756a0882e61b53498271674a96e9b9a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 08:28:12 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 08:48:15 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=41887976
kde-frameworks/knotifications: Fix build with USE -X
Upstream commit 0450e434116acdc640b0c8256228feec8b363e47
Bug: https://bugs.gentoo.org/813450
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/knotifications/knotifications-9999.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 8f5e502a06..168e524bd4 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -9,6 +9,7 @@ QTMIN=5.15.5
inherit ecm frameworks.kde.org
DESCRIPTION="Framework for notifying the user of an event"
+
LICENSE="LGPL-2.1+"
KEYWORDS=""
IUSE="dbus nls phonon qml speech X"
@@ -19,7 +20,7 @@ RDEPEND="
>=dev-qt/qtwidgets-${QTMIN}:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/kwindowsystem-${PVCUT}*:5[X=]
+ =kde-frameworks/kwindowsystem-${PVCUT}*:5[X?]
dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
!phonon? ( media-libs/libcanberra )
phonon? ( >=media-libs/phonon-4.11.0 )
@@ -34,9 +35,7 @@ RDEPEND="
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
"
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
+BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
src_configure() {
local mycmakeargs=(
@@ -44,7 +43,7 @@ src_configure() {
$(cmake_use_find_package !phonon Canberra)
$(cmake_use_find_package qml Qt5Qml)
$(cmake_use_find_package speech Qt5TextToSpeech)
- $(cmake_use_find_package X X11)
+ -DWITHOUT_X11=$(usex !X)
)
ecm_src_configure
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
@ 2022-11-16 21:07 Andreas Sturmlechner
0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2022-11-16 21:07 UTC (permalink / raw
To: gentoo-commits
commit: f9bfa6a6cc8b544b699b4ce7667c91a6ba0edefb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 21:04:34 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 21:04:34 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f9bfa6a6
kde-frameworks/knotifications: Drop IUSE nls
It is non-optional.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/knotifications/knotifications-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 168e524bd4..98ba502280 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Framework for notifying the user of an event"
LICENSE="LGPL-2.1+"
KEYWORDS=""
-IUSE="dbus nls phonon qml speech X"
+IUSE="dbus phonon qml speech X"
RDEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -35,7 +35,7 @@ RDEPEND="
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
"
-BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
src_configure() {
local mycmakeargs=(
^ permalink raw reply related [flat|nested] 23+ messages in thread
end of thread, other threads:[~2022-11-16 21:07 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-21 12:37 [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2022-11-16 21:07 Andreas Sturmlechner
2022-09-24 8:50 Andreas Sturmlechner
2022-09-14 14:49 Andreas Sturmlechner
2021-11-13 19:05 Andreas Sturmlechner
2021-09-15 17:09 Andreas Sturmlechner
2020-09-04 8:43 Andreas Sturmlechner
2020-01-19 18:42 Andreas Sturmlechner
2018-08-08 8:11 Andreas Sturmlechner
2017-08-30 21:42 Andreas Sturmlechner
2017-08-19 20:24 Andreas Sturmlechner
2017-04-22 8:41 Andreas Sturmlechner
2017-02-07 23:11 Andreas Sturmlechner
2015-11-10 17:55 Michael Palimaka
2015-11-09 13:58 Michael Palimaka
2015-11-09 13:58 Michael Palimaka
2015-08-07 16:47 Michael Palimaka
2014-05-05 15:09 Michael Palimaka
2014-03-19 13:11 Michael Palimaka
2014-03-19 13:11 Michael Palimaka
2014-03-19 13:10 Michael Palimaka
2014-03-05 11:13 Michael Palimaka
2013-11-17 20:09 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox