[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/, net-im/neochat/

2023-12-18 Thread Andreas Sturmlechner
commit: 43ecb8e0b46be04c4d2a0274c691ca529c0f6f81
Author: Alfred Wingate  protonmail  com>
AuthorDate: Mon Dec 18 06:33:29 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 11:11:45 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=43ecb8e0

kde-frameworks/knotifications: remove qml use flag

* knotifications now has include(ECMQMLModule) which tries to find Qml
  unconditionally. Leading to a suprisingly unhelpful error when it
  fails to find it due to -DCMAKE_DISABLE_FIND_PACKAGE_Qt6Qml=ON.

Signed-off-by: Alfred Wingate  protonmail.com>
Closes: https://github.com/gentoo/kde/pull/957
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/knotifications/knotifications-.ebuild | 11 +--
 net-im/neochat/neochat-.ebuild   |  2 +-
 2 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 5d26df4975..f23238042d 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.ebuild
@@ -12,21 +12,12 @@ DESCRIPTION="Framework for notifying the user of an event"
 
 LICENSE="LGPL-2.1+"
 KEYWORDS=""
-IUSE="qml"
 
 RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
=kde-frameworks/kconfig-${PVCUT}*:6
media-libs/libcanberra
-   qml? ( >=dev-qt/qtdeclarative-${QTMIN}:6 )
 "
 DEPEND="${RDEPEND}"
 BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package qml Qt6Qml)
-   )
-
-   ecm_src_configure
-}

diff --git a/net-im/neochat/neochat-.ebuild 
b/net-im/neochat/neochat-.ebuild
index c0102245c9..989e49f886 100644
--- a/net-im/neochat/neochat-.ebuild
+++ b/net-im/neochat/neochat-.ebuild
@@ -33,7 +33,7 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kirigami-${KFMIN}:6
>=kde-frameworks/kitemmodels-${KFMIN}:6[qml]
-   >=kde-frameworks/knotifications-${KFMIN}:6[qml]
+   >=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6
>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
>=kde-frameworks/sonnet-${KFMIN}:6[qml]



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2022-11-16 Thread Andreas Sturmlechner
commit: f9bfa6a6cc8b544b699b4ce7667c91a6ba0edefb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 16 21:04:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 16 21:04:34 2022 +
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  gentoo.org>

 kde-frameworks/knotifications/knotifications-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 168e524bd4..98ba502280 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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=(



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2022-09-24 Thread Andreas Sturmlechner
commit: 418879765756a0882e61b53498271674a96e9b9a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  2 08:28:12 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 24 08:48:15 2022 +
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  gentoo.org>

 kde-frameworks/knotifications/knotifications-.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 8f5e502a06..168e524bd4 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2022-09-14 Thread Andreas Sturmlechner
commit: 4145e9752f759252d69913547760690d3ea5e02a
Author: Petr Vaněk  atlas  cz>
AuthorDate: Thu Aug 25 21:39:27 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 14 14:48:56 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4145e975

kde-frameworks/knotifications: use  tag in metadata.xml

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>
Signed-off-by: Andreas Sturmlechner  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 @@


Play notification sounds via 
media-libs/phonon instead of media-libs/libcanberra
-   Enable QML support via 
dev-qt/qtdeclarative
+   Enable QML support via 
dev-qt/qtdeclarative
Enable text-to-speech notification 
support





[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2021-11-13 Thread Andreas Sturmlechner
commit: f7175e293ffe904b6b61dfa9411cb545816d4649
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 13 18:28:20 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 13 18:29:12 2021 +
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  gentoo.org>

 kde-frameworks/knotifications/knotifications-5.88.0.ebuild | 10 ++
 kde-frameworks/knotifications/knotifications-.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-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 648f6104ef..2e6a834105 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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 @@


Play notification sounds via 
media-libs/phonon instead of media-libs/libcanberra
+   Enable QML support via 
dev-qt/qtdeclarative
Enable text-to-speech notification 
support





[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2021-09-15 Thread Andreas Sturmlechner
commit: d4f2cc2e9150c520a4055dcac43c72fdfbdb2c15
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 15 17:01:18 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 15 17:01:18 2021 +
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  gentoo.org>

 kde-frameworks/knotifications/knotifications-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 27e7fc52b9..648f6104ef 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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 )



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2020-09-04 Thread Andreas Sturmlechner
commit: ccdcb3efa51e608e51f85a83645533bb5891dbe8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep  4 08:36:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  4 08:36:17 2020 +
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  gentoo.org>

 kde-frameworks/knotifications/knotifications-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 5ae5cbaf61..07bea7c71b 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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 )



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2020-01-19 Thread Andreas Sturmlechner
commit: 9de7b27232991b3caca7372493caa76f6d0816b2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 18:41:48 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 18:41:48 2020 +
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  gentoo.org>

 kde-frameworks/knotifications/knotifications-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 067d831a17..ba4dc8b957 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/, kde-frameworks/kdesignerplugin/, ...

2019-03-09 Thread Andreas Sturmlechner
commit: 4de7dfeecc5333f910bc956638e4de44d16bc197
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  9 18:52:47 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  9 18:52:47 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4de7dfee

kde-frameworks: Drop KDE Frameworks 5.56.0

Moved to Gentoo ebuild repository.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/attica/attica-5.56.0.ebuild | 25 --
 kde-frameworks/baloo/baloo-5.56.0.ebuild   | 34 
 kde-frameworks/bluez-qt/bluez-qt-5.56.0.ebuild | 37 -
 .../breeze-icons-rcc-5.56.0.ebuild | 41 --
 .../breeze-icons/breeze-icons-5.56.0.ebuild| 40 --
 .../extra-cmake-modules-5.56.0.ebuild  | 66 ---
 .../frameworkintegration-5.56.0.ebuild | 53 
 .../kactivities-stats-5.56.0.ebuild| 21 -
 .../kactivities/kactivities-5.56.0.ebuild  | 26 --
 kde-frameworks/kapidox/kapidox-5.56.0.ebuild   | 28 ---
 kde-frameworks/karchive/karchive-5.56.0.ebuild | 27 ---
 kde-frameworks/kauth/kauth-5.56.0.ebuild   | 42 --
 kde-frameworks/kbookmarks/kbookmarks-5.56.0.ebuild | 31 
 kde-frameworks/kcmutils/kcmutils-5.56.0.ebuild | 31 
 kde-frameworks/kcodecs/kcodecs-5.56.0.ebuild   | 16 
 .../kcompletion/kcompletion-5.56.0.ebuild  | 22 -
 kde-frameworks/kconfig/kconfig-5.56.0.ebuild   | 36 -
 .../kconfigwidgets/kconfigwidgets-5.56.0.ebuild| 37 -
 .../kcoreaddons/kcoreaddons-5.56.0.ebuild  | 39 -
 kde-frameworks/kcrash/kcrash-5.56.0.ebuild | 30 ---
 .../kdbusaddons/kdbusaddons-5.56.0.ebuild  | 29 ---
 .../kdeclarative/kdeclarative-5.56.0.ebuild| 31 
 kde-frameworks/kded/kded-5.56.0.ebuild | 37 -
 .../kdelibs4support/kdelibs4support-5.56.0.ebuild  | 93 --
 .../kdesignerplugin/kdesignerplugin-5.56.0.ebuild  | 55 -
 kde-frameworks/kdesu/kdesu-5.56.0.ebuild   | 32 
 kde-frameworks/kdewebkit/kdewebkit-5.56.0.ebuild   | 30 ---
 kde-frameworks/kdnssd/kdnssd-5.56.0.ebuild | 32 
 kde-frameworks/kdoctools/kdoctools-5.56.0.ebuild   | 46 ---
 kde-frameworks/kemoticons/kemoticons-5.56.0.ebuild | 26 --
 .../kfilemetadata/kfilemetadata-5.56.0.ebuild  | 66 ---
 .../kglobalaccel/kglobalaccel-5.56.0.ebuild| 30 ---
 kde-frameworks/kguiaddons/kguiaddons-5.56.0.ebuild | 22 -
 kde-frameworks/kholidays/kholidays-5.56.0.ebuild   | 30 ---
 kde-frameworks/khtml/khtml-5.56.0.ebuild   | 70 
 kde-frameworks/ki18n/ki18n-5.56.0.ebuild   | 35 
 .../kiconthemes/kiconthemes-5.56.0.ebuild  | 29 ---
 kde-frameworks/kidletime/kidletime-5.56.0.ebuild   | 46 ---
 .../kimageformats/kimageformats-5.56.0.ebuild  | 35 
 kde-frameworks/kinit/kinit-5.56.0.ebuild   | 47 ---
 kde-frameworks/kio/kio-5.56.0.ebuild   | 81 ---
 kde-frameworks/kirigami/kirigami-5.56.0.ebuild | 43 --
 .../kitemmodels/kitemmodels-5.56.0.ebuild  | 14 
 kde-frameworks/kitemviews/kitemviews-5.56.0.ebuild | 21 -
 .../kjobwidgets/kjobwidgets-5.56.0.ebuild  | 37 -
 kde-frameworks/kjs/kjs-5.56.0.ebuild   | 23 --
 kde-frameworks/kjsembed/kjsembed-5.56.0.ebuild | 26 --
 .../kmediaplayer/kmediaplayer-5.56.0.ebuild| 21 -
 kde-frameworks/knewstuff/knewstuff-5.56.0.ebuild   | 36 -
 .../knotifications/knotifications-5.56.0.ebuild| 48 ---
 .../knotifyconfig/knotifyconfig-5.56.0.ebuild  | 24 --
 kde-frameworks/kpackage/kpackage-5.56.0.ebuild | 35 
 kde-frameworks/kparts/kparts-5.56.0.ebuild | 30 ---
 kde-frameworks/kpeople/kpeople-5.56.0.ebuild   | 39 -
 kde-frameworks/kplotting/kplotting-5.56.0.ebuild   | 18 -
 kde-frameworks/kpty/kpty-5.56.0.ebuild | 26 --
 kde-frameworks/kross/kross-5.56.0.ebuild   | 32 
 kde-frameworks/krunner/krunner-5.56.0.ebuild   | 36 -
 kde-frameworks/kservice/kservice-5.56.0.ebuild | 48 ---
 .../ktexteditor/ktexteditor-5.56.0.ebuild  | 56 -
 .../ktextwidgets/ktextwidgets-5.56.0.ebuild| 37 -
 .../kunitconversion/kunitconversion-5.56.0.ebuild  | 26 --
 kde-frameworks/kwallet/kwallet-5.56.0.ebuild   | 57 -
 kde-frameworks/kwayland/kwayland-5.56.0.ebuild | 27 ---
 .../kwidgetsaddons/kwidgetsaddons-5.56.0.ebuild| 27 ---
 .../kwindowsystem/kwindowsystem-5.56.0.ebuild  | 42 --
 kde-frameworks/kxmlgui/kxmlgui-5.56.0.ebuild   | 52 
 

[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/, kde-frameworks/kcompletion/, ...

2018-11-03 Thread Andreas Sturmlechner
commit: e70c7a68916461fc1b0e3fbd4f0b5ee4bb16b995
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov  3 19:29:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov  3 19:29:33 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e70c7a68

kde-frameworks: Add KDE Frameworks 5.52

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 kde-frameworks/attica/attica-5.52.0.ebuild | 25 +++
 kde-frameworks/baloo/baloo-5.52.0.ebuild   | 34 +
 kde-frameworks/bluez-qt/bluez-qt-5.52.0.ebuild | 37 ++
 .../breeze-icons-rcc-5.52.0.ebuild | 42 +++
 .../breeze-icons/breeze-icons-5.52.0.ebuild| 41 +++
 .../extra-cmake-modules-5.52.0.ebuild  | 65 +
 .../frameworkintegration-5.52.0.ebuild | 53 ++
 .../kactivities-stats-5.52.0.ebuild| 21 ++
 .../kactivities/kactivities-5.52.0.ebuild  | 26 +++
 kde-frameworks/kapidox/kapidox-5.52.0.ebuild   | 28 
 kde-frameworks/karchive/karchive-5.52.0.ebuild | 27 +++
 kde-frameworks/kauth/kauth-5.52.0.ebuild   | 41 +++
 kde-frameworks/kbookmarks/kbookmarks-5.52.0.ebuild | 29 
 kde-frameworks/kcmutils/kcmutils-5.52.0.ebuild | 31 
 kde-frameworks/kcodecs/kcodecs-5.52.0.ebuild   | 16 +
 .../kcompletion/kcompletion-5.52.0.ebuild  | 21 ++
 kde-frameworks/kconfig/kconfig-5.52.0.ebuild   | 26 +++
 .../kconfigwidgets/kconfigwidgets-5.52.0.ebuild| 36 ++
 .../kcoreaddons/kcoreaddons-5.52.0.ebuild  | 39 ++
 kde-frameworks/kcrash/kcrash-5.52.0.ebuild | 28 
 .../kdbusaddons/kdbusaddons-5.52.0.ebuild  | 28 
 .../kdeclarative/kdeclarative-5.52.0.ebuild| 32 +
 kde-frameworks/kded/kded-5.52.0.ebuild | 36 ++
 .../kdelibs4support/kdelibs4support-5.52.0.ebuild  | 84 ++
 .../kdesignerplugin/kdesignerplugin-5.52.0.ebuild  | 54 ++
 kde-frameworks/kdesu/kdesu-5.52.0.ebuild   | 32 +
 kde-frameworks/kdewebkit/kdewebkit-5.52.0.ebuild   | 30 
 kde-frameworks/kdnssd/kdnssd-5.52.0.ebuild | 31 
 kde-frameworks/kdoctools/kdoctools-5.52.0.ebuild   | 34 +
 kde-frameworks/kemoticons/kemoticons-5.52.0.ebuild | 26 +++
 .../kfilemetadata/kfilemetadata-5.52.0.ebuild  | 63 
 .../kglobalaccel/kglobalaccel-5.52.0.ebuild| 29 
 kde-frameworks/kguiaddons/kguiaddons-5.52.0.ebuild | 22 ++
 kde-frameworks/kholidays/kholidays-5.52.0.ebuild   | 30 
 kde-frameworks/khtml/khtml-5.52.0.ebuild   | 68 ++
 kde-frameworks/ki18n/ki18n-5.52.0.ebuild   | 35 +
 .../kiconthemes/kiconthemes-5.52.0.ebuild  | 29 
 kde-frameworks/kidletime/kidletime-5.52.0.ebuild   | 46 
 .../kimageformats/kimageformats-5.52.0.ebuild  | 42 +++
 kde-frameworks/kinit/kinit-5.52.0.ebuild   | 45 
 kde-frameworks/kio/kio-5.52.0.ebuild   | 80 +
 kde-frameworks/kirigami/kirigami-5.52.0.ebuild | 43 +++
 .../kitemmodels/kitemmodels-5.52.0.ebuild  | 14 
 kde-frameworks/kitemviews/kitemviews-5.52.0.ebuild | 20 ++
 .../kjobwidgets/kjobwidgets-5.52.0.ebuild  | 35 +
 kde-frameworks/kjs/kjs-5.52.0.ebuild   | 22 ++
 kde-frameworks/kjsembed/kjsembed-5.52.0.ebuild | 26 +++
 .../kmediaplayer/kmediaplayer-5.52.0.ebuild| 21 ++
 kde-frameworks/knewstuff/knewstuff-5.52.0.ebuild   | 36 ++
 .../knotifications/knotifications-5.52.0.ebuild| 46 
 .../knotifyconfig/knotifyconfig-5.52.0.ebuild  | 24 +++
 kde-frameworks/kpackage/kpackage-5.52.0.ebuild | 34 +
 kde-frameworks/kparts/kparts-5.52.0.ebuild | 30 
 kde-frameworks/kpeople/kpeople-5.52.0.ebuild   | 41 +++
 kde-frameworks/kplotting/kplotting-5.52.0.ebuild   | 18 +
 kde-frameworks/kpty/kpty-5.52.0.ebuild | 26 +++
 kde-frameworks/kross/kross-5.52.0.ebuild   | 32 +
 kde-frameworks/krunner/krunner-5.52.0.ebuild   | 36 ++
 kde-frameworks/kservice/kservice-5.52.0.ebuild | 46 
 .../ktexteditor/ktexteditor-5.52.0.ebuild  | 55 ++
 .../ktextwidgets/ktextwidgets-5.52.0.ebuild| 37 ++
 .../kunitconversion/kunitconversion-5.52.0.ebuild  | 26 +++
 kde-frameworks/kwallet/kwallet-5.52.0.ebuild   | 56 +++
 kde-frameworks/kwayland/kwayland-5.52.0.ebuild | 27 +++
 .../kwidgetsaddons/kwidgetsaddons-5.52.0.ebuild| 26 +++
 .../kwindowsystem/kwindowsystem-5.52.0.ebuild  | 40 +++
 kde-frameworks/kxmlgui/kxmlgui-5.52.0.ebuild   | 52 ++
 

[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2018-08-08 Thread Andreas Sturmlechner
commit: 9cd524c22457767aed87a7b0ce4ab2ea5a84c9d9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug  8 08:05:08 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug  8 08:10:11 2018 +
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-.ebuild | 6 --
 kde-frameworks/knotifications/metadata.xml   | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 9163c258ec..f56fa70a89 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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 @@
Gentoo KDE Project


+   Play notification sounds via 
media-libs/phonon instead of media-libs/libcanberra
Enable text-to-speech notification 
support

 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2017-08-30 Thread Andreas Sturmlechner
commit: 22b778e34b1211f5d5a5ce3b22e8105147734cd9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 30 21:42:18 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 30 21:42:18 2017 +
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-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 52a01864f6..a6ac414b00 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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)



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2017-08-19 Thread Andreas Sturmlechner
commit: d1c26f2b37d721ef695385fbbc911ae7553a83fa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 18:41:19 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 18:41:19 2017 +
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-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 7a5a468af3..772bab3286 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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] )



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2017-04-22 Thread Andreas Sturmlechner
commit: 57f75f9c8920cd78e1f4316de41df1e367ebe6dd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 22 08:40:43 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 22 08:40:43 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=57f75f9c

kde-frameworks/knotifications: Fix USE=dbus build switch

Reported-by: aayla.secura.1138  gmail.com
Gentoo-bug: 616072

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-frameworks/knotifications/knotifications-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 5ce37eedce..7a5a468af3 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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)
)



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2017-02-07 Thread Andreas Sturmlechner
commit: 7e0951dac5627cbfd9aaab664508130252a2c493
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb  7 23:10:43 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  7 23:10:43 2017 +
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-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index b9eaaee..3ca9fe9 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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] )



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2015-11-10 Thread Michael Palimaka
commit: 13d0a96a0a58c883110cff66d469c11493e925a7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Nov 10 17:53:55 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Nov 10 17:53:55 2015 +
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-.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-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 34daca6..7700876 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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"



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2015-11-09 Thread Michael Palimaka
commit: b0a019c969748b09bc5defd67340b9532bcf6413
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Nov  9 13:58:20 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Nov  9 13:58:20 2015 +
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-.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-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 1f3f87a..34daca6 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
kde
+   
+   Enable text-to-speech notification 
support
+   
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2015-11-09 Thread Michael Palimaka
commit: 9b613d15fad7dfdb30b8f307a58cabf7e7848603
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Nov  9 13:50:57 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Nov  9 13:50:57 2015 +
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-.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-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 0666376..1f3f87a 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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)



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2015-08-07 Thread Michael Palimaka
commit: 5be54b31f0afd4df2395ee1e070e9f54d02115bf
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Fri Aug  7 16:46:53 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Fri Aug  7 16:46:53 2015 +
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-.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-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 6083d57..f01252a 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2014-05-05 Thread Michael Palimaka
commit: 5fee2f897f6d167228d4ab28c77af6b2b4c41a84
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 15:09:10 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 15:09:10 2014 +
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-.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-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 5d5ef71..162c2c3 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.ebuild
@@ -31,6 +31,7 @@ RDEPEND=
)
 
 DEPEND=${RDEPEND}
+   nls? ( dev-qt/linguist-tools:5 )
X? ( x11-proto/xproto )
 
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2014-03-19 Thread Michael Palimaka
commit: b899ea58b588b1197b20dcacddd18df7045305ac
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Mar 19 13:09:18 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Mar 19 13:09:45 2014 +
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-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 2bd72cc..c4827e6 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.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
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2014-03-19 Thread Michael Palimaka
commit: 1cf52df65e7cde1742dcd72a58a7e2b230c09ee6
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Mar 19 13:10:52 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Mar 19 13:10:52 2014 +
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-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index c4827e6..9ad7eeb 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.ebuild
@@ -29,7 +29,9 @@ RDEPEND=
x11-libs/libXtst
)
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   X? ( x11-proto/xproto )
+
 
 src_configure() {
local mycmakeargs=(