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

2024-01-09 Thread Andreas Sturmlechner
commit: 921c0b95d39dacef2bfde9f88cd55128d3bafacb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  9 21:27:34 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  9 21:27:34 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=921c0b95

kde-frameworks/frameworkintegration: Drop superfluous KFMIN def

Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index e505bd80f4..f5994da135 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -4,7 +4,6 @@
 EAPI=8
 
 ECM_QTHELP="false"
-KFMIN=5.245.0
 PVCUT=$(ver_cut 1-2)
 QTMIN=6.6.0
 inherit ecm frameworks.kde.org



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

2023-11-28 Thread Andreas Sturmlechner
commit: f58cde70319d564941299c2fe529a3eb2c2c4058
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 28 22:24:08 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 28 22:24:08 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f58cde70

kde-frameworks/frameworkintegration: add 

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../frameworkintegration-.ebuild   | 42 ++
 kde-frameworks/frameworkintegration/metadata.xml   |  1 +
 2 files changed, 43 insertions(+)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
new file mode 100644
index 00..9b2cefa4ec
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+KFMIN=5.245.0
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.0
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for integrating Qt applications with KDE Plasma 
workspaces"
+
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+# requires running Plasma environment
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   =kde-frameworks/kcolorscheme-${PVCUT}*:6
+   =kde-frameworks/kconfig-${PVCUT}*:6
+   =kde-frameworks/ki18n-${PVCUT}*:6
+   =kde-frameworks/kiconthemes-${PVCUT}*:6
+   =kde-frameworks/knewstuff-${PVCUT}*:6
+   =kde-frameworks/knotifications-${PVCUT}*:6
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
+"
+DEPEND="${RDEPEND}
+   =kde-frameworks/kpackage-${PVCUT}*:6
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
+   -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt6=ON
+   )
+
+   ecm_src_configure
+}

diff --git a/kde-frameworks/frameworkintegration/metadata.xml 
b/kde-frameworks/frameworkintegration/metadata.xml
index 506ecf605b..f8b37b0599 100644
--- a/kde-frameworks/frameworkintegration/metadata.xml
+++ b/kde-frameworks/frameworkintegration/metadata.xml
@@ -7,6 +7,7 @@


https://bugs.kde.org/
+   frameworks/frameworkintegration






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

2022-06-10 Thread Andreas Sturmlechner
commit: de44b70b1cd3c8ef54e0a429a81cb41ad432ef1e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 10 07:26:46 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 10 07:32:11 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=de44b70b

kde-frameworks/frameworkintegration: 5.95.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../frameworkintegration-5.95.0.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-5.95.0.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-5.95.0.ebuild
new file mode 100644
index 00..1f7f33acb6
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.95.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for integrating Qt applications with KDE Plasma 
workspaces"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running Plasma environment
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/knewstuff-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+   =kde-frameworks/kpackage-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
+   -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
+   )
+
+   ecm_src_configure
+}



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

2021-11-06 Thread Andreas Sturmlechner
commit: 0a908261bf5a4145eb378d5f8f20570b3e15ca2c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov  6 14:54:25 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov  6 14:58:43 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0a908261

kde-frameworks/frameworkintegration: 5.88.0 version bump

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

 .../frameworkintegration-5.88.0.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-5.88.0.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-5.88.0.ebuild
new file mode 100644
index 00..d52fad5013
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.88.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for integrating Qt applications with KDE Plasma 
workspaces"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running Plasma environment
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/knewstuff-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+   =kde-frameworks/kpackage-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
+   -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
+   )
+
+   ecm_src_configure
+}



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

2020-02-26 Thread Andreas Sturmlechner
commit: b2f1cc8186bbacdd68f7a5f92d9b10882cea3b90
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 26 12:57:15 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 26 12:57:30 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b2f1cc81

kde-frameworks/frameworkintegration: Drop USE appstream

After app-admin/packagekit-qt last-rites.

Follow-up to gentoo.git commit 8d29ee32ea45d6c08c4ce33c32104e6565e04bbd

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

 .../frameworkintegration/frameworkintegration-.ebuild| 12 
 kde-frameworks/frameworkintegration/metadata.xml |  3 ---
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index 06ac41c5f7..d173cf56ed 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Framework for integrating Qt applications with 
KDE Plasma workspace
 
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE="appstream"
+IUSE=""
 
 # drop qtwidgets subslot operator when QT_MINIMAL >= 5.14.0
 RDEPEND="
@@ -25,23 +25,19 @@ RDEPEND="
=kde-frameworks/kiconthemes-${PVCUT}*:5
=kde-frameworks/knewstuff-${PVCUT}*:5
=kde-frameworks/knotifications-${PVCUT}*:5
-   appstream? (
-   app-admin/packagekit-qt
-   dev-libs/appstream[qt5]
-   )
 "
 DEPEND="${RDEPEND}
=kde-frameworks/kpackage-${PVCUT}*:5
=kde-frameworks/kwidgetsaddons-${PVCUT}*:5
 "
 
-# requires running kde environment
+# requires running Plasma environment
 RESTRICT+=" test"
 
 src_configure() {
local mycmakeargs=(
-   $(cmake_use_find_package appstream AppStreamQt)
-   $(cmake_use_find_package appstream packagekitqt5)
+   -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
+   -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
)
 
ecm_src_configure

diff --git a/kde-frameworks/frameworkintegration/metadata.xml 
b/kde-frameworks/frameworkintegration/metadata.xml
index e2bea7e9a6..2fdbf33d96 100644
--- a/kde-frameworks/frameworkintegration/metadata.xml
+++ b/kde-frameworks/frameworkintegration/metadata.xml
@@ -5,7 +5,4 @@
k...@gentoo.org
Gentoo KDE Project

-   
-   Enable AppStream software metadata 
support
-   
 



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

2020-01-11 Thread Andreas Sturmlechner
commit: 7a9334741467f0c0db6e79f35573abe7a6909ade
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 12 00:02:14 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 12 00:46:35 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7a933474

kde-frameworks/frameworkintegration: Update DEPENDs, drop unused

Upstream commit f583ae9eed99051b77aabdecdede8d17bb9c6b65

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

 .../frameworkintegration-.ebuild   | 26 --
 1 file changed, 9 insertions(+), 17 deletions(-)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index 89da477291..06ac41c5f7 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -10,46 +10,38 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="Framework for integrating Qt applications with KDE Plasma 
workspaces"
+
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE="appstream X"
+IUSE="appstream"
 
 # drop qtwidgets subslot operator when QT_MINIMAL >= 5.14.0
-DEPEND="
+RDEPEND="
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5=
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kconfigwidgets-${PVCUT}*:5
=kde-frameworks/ki18n-${PVCUT}*:5
=kde-frameworks/kiconthemes-${PVCUT}*:5
=kde-frameworks/knewstuff-${PVCUT}*:5
=kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kpackage-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5=
appstream? (
app-admin/packagekit-qt
dev-libs/appstream[qt5]
)
-   X? (
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libxcb
-   )
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+   =kde-frameworks/kpackage-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+"
 
 # requires running kde environment
 RESTRICT+=" test"
 
-src_prepare() {
-   ecm_punt_bogus_dep Qt5 DBus
-   ecm_src_prepare
-}
-
 src_configure() {
local mycmakeargs=(
$(cmake_use_find_package appstream AppStreamQt)
$(cmake_use_find_package appstream packagekitqt5)
-   $(cmake_use_find_package X XCB)
)
 
ecm_src_configure



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

2019-10-28 Thread Andreas Sturmlechner
commit: beb17acd0c7ad6118d3b5a0bafe6bc8123b628ad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 28 23:37:40 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 28 23:37:40 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=beb17acd

kde-frameworks/frameworkintegration: Add subslot operator on qtwidgets

Upstream commit 50593c5618998535cc9f482aa25565c5aeb368ce
After Qt change: https://codereview.qt-project.org/c/qt/qtbase/+/254494/

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

 kde-frameworks/frameworkintegration/frameworkintegration-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index 8079df8779..95ab7cbc86 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -12,6 +12,7 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE="appstream X"
 
+# drop qtwidgets subslot operator when QT_MINIMAL >= 5.14.0
 DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
@@ -22,7 +23,7 @@ DEPEND="
$(add_frameworks_dep kpackage)
$(add_frameworks_dep kwidgetsaddons)
$(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtwidgets '' '' '5=')
appstream? (
app-admin/packagekit-qt
dev-libs/appstream[qt5]



[gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/, kde-frameworks/syndication/, ...

2018-10-08 Thread Andreas Sturmlechner
commit: c1bdf0bca75d0430f5cd8cbe8adc5b413ed205a0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct  8 15:57:55 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct  8 15:57:55 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c1bdf0bc

kde-frameworks: Add KDE Frameworks 5.51.0

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

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

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

2017-02-12 Thread Michael Palimaka
commit: 235dc44bafd79efb636f9cfa4e18a2891bb236a9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Feb 12 09:59:46 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Feb 12 09:59:50 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=235dc44b

kde-frameworks/frameworkintegration: add new dependency

Upstream-commit: a9c3d38560c0ffa65926f199929fd053164a8de5

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index bde5f3bca6..055cb148de 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -15,6 +15,7 @@ IUSE="appstream X"
 RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep knotifications)



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

2017-01-04 Thread Andreas Sturmlechner
commit: 47911b679dc1c69b0c5810d2a66169a32e657cb3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan  5 00:08:46 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan  5 00:10:04 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=47911b67

kde-frameworks/frameworkintegration: Add USE=appstream

Package-Manager: portage-2.3.0

 .../frameworkintegration/frameworkintegration-.ebuild   | 13 -
 kde-frameworks/frameworkintegration/metadata.xml|  3 +++
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index bfc66d2..bde5f3b 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -10,17 +10,22 @@ inherit kde5
 DESCRIPTION="Framework for integrating Qt applications with KDE Plasma 
workspaces"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE="X"
+IUSE="appstream X"
 
 RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep knewstuff)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kpackage)
$(add_frameworks_dep kwidgetsaddons)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
+   appstream? (
+   app-admin/packagekit-qt
+   dev-libs/appstream[qt5]
+   )
X? (
$(add_qt_dep qtx11extras)
x11-libs/libxcb
@@ -38,12 +43,10 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
+   $(cmake-utils_use_find_package appstream AppStreamQt)
+   $(cmake-utils_use_find_package appstream packagekitqt5)
$(cmake-utils_use_find_package X XCB)
-   -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
-   -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
)
-   # appstream requires app-admin/packagekit-qt and
-   # not yet packaged AppStreamQt 0.10
 
kde5_src_configure
 }

diff --git a/kde-frameworks/frameworkintegration/metadata.xml 
b/kde-frameworks/frameworkintegration/metadata.xml
index 2fdbf33..e2bea7e 100644
--- a/kde-frameworks/frameworkintegration/metadata.xml
+++ b/kde-frameworks/frameworkintegration/metadata.xml
@@ -5,4 +5,7 @@
k...@gentoo.org
Gentoo KDE Project

+   
+   Enable AppStream software metadata 
support
+   
 



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

2016-12-11 Thread Johannes Huber
commit: 9e48c3619910d231e6e9eb828ecea3b23a920db7
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Dec 11 08:51:48 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Dec 11 08:51:48 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9e48c361

kde-frameworks/frameworkintegration: Punt bogus DBus

Only needed for packagekit integration. Which is not ready due to not packaged
AppStreamQt.

Upstream commit 04389b36653b2d0df8a3ac2fc62bafa1b86e
Thanks-to: Arfrever

Package-Manager: portage-2.3.3

 .../frameworkintegration/frameworkintegration-5.29.0.ebuild  | 5 +
 kde-frameworks/frameworkintegration/frameworkintegration-.ebuild | 5 +
 2 files changed, 10 insertions(+)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild
index 13ff4e4..fa01c89 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild
@@ -31,6 +31,11 @@ DEPEND="${RDEPEND}"
 # requires running kde environment
 RESTRICT+=" test"
 
+src_prepare() {
+   punt_bogus_dep Qt5 DBus
+   kde5_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package X XCB)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index a06d98a..3c75b53 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -31,6 +31,11 @@ DEPEND="${RDEPEND}"
 # requires running kde environment
 RESTRICT+=" test"
 
+src_prepare() {
+   punt_bogus_dep Qt5 DBus
+   kde5_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package X XCB)



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

2016-11-27 Thread Michael Palimaka
commit: 1d5baf216ddc832abfb43e8961e16a7c5ba318dc
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Nov 26 20:19:32 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 27 11:30:46 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d5baf21

kde-frameworks/frameworkintegration: Add missing DEPEND

Upstream commit a540c1d2f0342abf0f9bc3546988b61398155f08

Package-Manager: portage-2.3.0

 .../frameworkintegration/frameworkintegration-.ebuild  | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index 2d837a5..a06d98a 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -7,7 +7,7 @@ EAPI=6
 VIRTUALX_REQUIRED="test"
 inherit kde5
 
-DESCRIPTION="Framework for integrating Qt applications with KDE workspaces"
+DESCRIPTION="Framework for integrating Qt applications with KDE Plasma 
workspaces"
 LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE="X"
@@ -17,6 +17,7 @@ RDEPEND="
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kpackage)
$(add_frameworks_dep kwidgetsaddons)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
@@ -33,7 +34,11 @@ RESTRICT+=" test"
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package X XCB)
+   -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
+   -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
)
+   # appstream requires app-admin/packagekit-qt and
+   # not yet packaged AppStreamQt 0.10
 
kde5_src_configure
 }



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

2016-05-11 Thread Michael Palimaka
commit: c21e37b4cd6bb8de9e53278c9d839490bd09a47b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed May 11 18:56:24 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed May 11 18:56:24 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c21e37b4

kde-frameworks/frameworkintegration: remove unused dependencies

Upstream-commit: b50958516e6cf05f04ff92437e04228950a0ddec

Package-Manager: portage-2.2.28

 kde-frameworks/frameworkintegration/frameworkintegration-.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index 61d3981..e844987 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -15,12 +15,9 @@ IUSE="X"
 RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kwidgetsaddons)
-   $(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
X? (



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

2016-05-11 Thread Michael Palimaka
commit: 7c611a94476772e59d3ca289c95437032edebc17
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed May 11 18:23:40 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed May 11 18:23:40 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7c611a94

kde-frameworks/frameworkintegration: remove unused dependencies

Upstream-commit: 5ddb0b262dc409071f556dbd3f94799136b60909

Package-Manager: portage-2.2.28

 .../frameworkintegration/frameworkintegration-5.22.0.ebuild  | 9 +
 .../frameworkintegration/frameworkintegration-.ebuild| 9 +
 2 files changed, 2 insertions(+), 16 deletions(-)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild
index cc6a40f..70b9f23 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild
@@ -13,26 +13,19 @@ KEYWORDS="~amd64 ~arm ~x86"
 IUSE="X"
 
 RDEPEND="
-   $(add_plasma_dep oxygen-fonts)
-   $(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
-   $(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
$(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui '' '' '5=')
+   $(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
-   media-fonts/noto
X? (
$(add_qt_dep qtx11extras)
x11-libs/libxcb
-   x11-libs/libXcursor
)
 "
 DEPEND="${RDEPEND}"

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index 575c21e..61d3981 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -13,26 +13,19 @@ KEYWORDS=""
 IUSE="X"
 
 RDEPEND="
-   $(add_plasma_dep oxygen-fonts)
-   $(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
-   $(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
$(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui '' '' '5=')
+   $(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
-   media-fonts/noto
X? (
$(add_qt_dep qtx11extras)
x11-libs/libxcb
-   x11-libs/libXcursor
)
 "
 DEPEND="${RDEPEND}"



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

2016-01-31 Thread Michael Palimaka
commit: a08d09351bfd24287fcaaee881b18eb1c842431b
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Jan 25 22:51:42 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jan 31 16:21:47 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a08d0935

kde-frameworks/frameworkintegration: Add slot override

QT_MINIMAL is defined in eclass.

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

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index ebcc851..673a9d1 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_qt_dep qtdbus)
-   dev-qt/qtgui:5=
+   $(add_qt_dep qtgui '' '' '5=')
$(add_qt_dep qtwidgets)
media-fonts/noto
X? (



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

2015-12-10 Thread Michael Palimaka
commit: 239fb3d980bb05abfc0180e11e0b62bd6a1d8cce
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 10 17:54:57 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 10 17:54:57 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=239fb3d9

kde-frameworks/frameworkintegration: add subslot operator

To prepare for (hopefully) Qt 5.6 getting subslots.

Gentoo-bug: 523616

Package-Manager: portage-2.2.26

 kde-frameworks/frameworkintegration/frameworkintegration-5.17.0.ebuild | 2 +-
 kde-frameworks/frameworkintegration/frameworkintegration-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-5.17.0.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-5.17.0.ebuild
index d84d9cd..493a6f2 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.17.0.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.17.0.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
dev-qt/qtdbus:5
-   dev-qt/qtgui:5
+   dev-qt/qtgui:5=
dev-qt/qtwidgets:5
media-fonts/noto
X? (

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index 89557d3..11136b4 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
dev-qt/qtdbus:5
-   dev-qt/qtgui:5
+   dev-qt/qtgui:5=
dev-qt/qtwidgets:5
media-fonts/noto
X? (



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

2015-12-06 Thread Michael Palimaka
commit: 40f2055b133870d2324fbbe4bb7e3735958bd1f6
Author: Lorenzo Porta  outlook  it>
AuthorDate: Sat Dec  5 11:06:29 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Dec  6 11:37:12 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=40f2055b

kde-frameworks/frameworkintegration: plasma now needs noto fonts

Upstream-commit: 3ebe68904cf633ed2fbd4731588d5d4dce2a2b11

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

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index 6b5a7e9..89557d3 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
+   media-fonts/noto
X? (
dev-qt/qtx11extras:5
x11-libs/libxcb



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

2015-02-16 Thread Michael Palimaka
commit: 8110d07663a392732758d7bb560c339c39a198b7
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 07:31:43 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 07:31:43 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8110d076

[kde-frameworks/frameworkintegration] Add new dependency.

Upstream commit: 0e949d2b5b54ae7cc44ba21a43cecbde5ddaacc2

Package-Manager: portage-2.2.14

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

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index a8bf85b..ec24bb1 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -31,6 +31,7 @@ RDEPEND=
X? (
dev-qt/qtx11extras:5
x11-libs/libxcb
+   x11-libs/libXcursor
)
 
 DEPEND=${RDEPEND}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/, sets/, ...

2014-10-14 Thread Michael Palimaka
commit: e0ac3a7e82dfce0f653e2331d059851bccaec8fc
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Oct 14 10:18:16 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Oct 14 10:18:16 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e0ac3a7e

Move oxygen-fonts from media-fonts to kde-base as it is part of Plasma 5 proper.

---
 .../package.accept_keywords/.kde-plasma-live/kde-plasma-live | 1 +
 Documentation/package.accept_keywords/kde-plasma-5.0.keywords| 1 +
 Documentation/package.accept_keywords/kde-plasma-live.keywords   | 1 +
 Documentation/package.mask/kde-plasma-5.0| 1 +
 Documentation/package.mask/kde-plasma-live   | 1 +
 Documentation/package.unmask/kde-plasma-5.0  | 1 +
 Documentation/package.unmask/kde-plasma-live | 1 +
 kde-base/oxygen-fonts/metadata.xml   | 5 +
 {media-fonts = kde-base}/oxygen-fonts/oxygen-fonts-5.0.95.ebuild| 3 ++-
 {media-fonts = kde-base}/oxygen-fonts/oxygen-fonts-5.1.0.ebuild | 3 ++-
 {media-fonts = kde-base}/oxygen-fonts/oxygen-fonts-.ebuild  | 3 ++-
 .../frameworkintegration/frameworkintegration-5.3.0.ebuild   | 2 +-
 kde-frameworks/frameworkintegration/frameworkintegration-.ebuild | 2 +-
 sets/kde-plasma  | 1 +
 sets/kde-plasma-5.0  | 1 +
 sets/kde-plasma-5.1  | 1 +
 sets/kde-plasma-live | 1 +
 17 files changed, 24 insertions(+), 5 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live 
b/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live
index ab709aa..41b949f 100644
--- a/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live
+++ b/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live
@@ -21,3 +21,4 @@
 ~kde-base/plasma-workspace-wallpapers- **
 ~kde-base/powerdevil- **
 ~kde-base/systemsettings- **
+~media-fonts/oxygen-fonts- **

diff --git a/Documentation/package.accept_keywords/kde-plasma-5.0.keywords 
b/Documentation/package.accept_keywords/kde-plasma-5.0.keywords
index 74b44ee..4b71415 100644
--- a/Documentation/package.accept_keywords/kde-plasma-5.0.keywords
+++ b/Documentation/package.accept_keywords/kde-plasma-5.0.keywords
@@ -23,3 +23,4 @@
 kde-base/plasma-workspace-wallpapers-5.0.50:5
 kde-base/powerdevil-5.0.50:5
 kde-base/systemsettings-5.0.50:5
+media-fonts/oxygen-fonts-5.0.50:5

diff --git a/Documentation/package.accept_keywords/kde-plasma-live.keywords 
b/Documentation/package.accept_keywords/kde-plasma-live.keywords
index fd8d5ce..97164e7 100644
--- a/Documentation/package.accept_keywords/kde-plasma-live.keywords
+++ b/Documentation/package.accept_keywords/kde-plasma-live.keywords
@@ -24,3 +24,4 @@
 ~kde-base/plasma-workspace-wallpapers- **
 ~kde-base/powerdevil- **
 ~kde-base/systemsettings- **
+~media-fonts/oxygen-fonts- **

diff --git a/Documentation/package.mask/kde-plasma-5.0 
b/Documentation/package.mask/kde-plasma-5.0
index 8286ca5..63a4569 100644
--- a/Documentation/package.mask/kde-plasma-5.0
+++ b/Documentation/package.mask/kde-plasma-5.0
@@ -23,3 +23,4 @@
 =kde-base/plasma-workspace-wallpapers-5.0:5
 =kde-base/powerdevil-5.0:5
 =kde-base/systemsettings-5.0:5
+media-fonts/oxygen-fonts-5.0.50:5

diff --git a/Documentation/package.mask/kde-plasma-live 
b/Documentation/package.mask/kde-plasma-live
index c77b979..bfa5b31 100644
--- a/Documentation/package.mask/kde-plasma-live
+++ b/Documentation/package.mask/kde-plasma-live
@@ -24,3 +24,4 @@
 ~kde-base/plasma-workspace-wallpapers-
 ~kde-base/powerdevil-
 ~kde-base/systemsettings-
+~media-fonts/oxygen-fonts-

diff --git a/Documentation/package.unmask/kde-plasma-5.0 
b/Documentation/package.unmask/kde-plasma-5.0
index d8fe2a1..36b0ab4 100644
--- a/Documentation/package.unmask/kde-plasma-5.0
+++ b/Documentation/package.unmask/kde-plasma-5.0
@@ -23,3 +23,4 @@
 kde-base/plasma-workspace-wallpapers-5.0.50:5
 kde-base/powerdevil-5.0.50:5
 kde-base/systemsettings-5.0.50:5
+media-fonts/oxygen-fonts-5.0.50:5

diff --git a/Documentation/package.unmask/kde-plasma-live 
b/Documentation/package.unmask/kde-plasma-live
index c77b979..bfa5b31 100644
--- a/Documentation/package.unmask/kde-plasma-live
+++ b/Documentation/package.unmask/kde-plasma-live
@@ -24,3 +24,4 @@
 ~kde-base/plasma-workspace-wallpapers-
 ~kde-base/powerdevil-
 ~kde-base/systemsettings-
+~media-fonts/oxygen-fonts-

diff --git a/kde-base/oxygen-fonts/metadata.xml 
b/kde-base/oxygen-fonts/metadata.xml
new file mode 100644
index 000..a23f444
--- /dev/null
+++ b/kde-base/oxygen-fonts/metadata.xml
@@ -0,0 +1,5 @@
+?xml 

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

2014-05-06 Thread Michael Palimaka
commit: 5648e800db2e0edd21eabbbfd7f9989fd9d0816e
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue May  6 17:30:37 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue May  6 17:30:37 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5648e800

[kde-frameworks/frameworkintegration] Add missing dependencies.

Package-Manager: portage-2.2.8-r1

---
 .../frameworkintegration/frameworkintegration-.ebuild| 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index 05f579e..7e3b117 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -13,24 +13,27 @@ KEYWORDS=
 IUSE=X
 
 RDEPEND=
+   $(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
+   $(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
media-fonts/oxygen-fonts
-
-DEPEND=${RDEPEND}
-   $(add_frameworks_dep kwidgetsaddons)
X? (
dev-qt/qtx11extras:5
x11-libs/libxcb
)
 
+DEPEND=${RDEPEND}
 
 # requires running kde environment
 RESTRICT=test



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

2014-04-18 Thread Michael Palimaka
commit: ba963e0c3885bf40735f6fa72d35ce7be7bef457
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Fri Apr 18 07:27:27 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Fri Apr 18 07:27:27 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ba963e0c

[kde-frameworks/frameworkintegration] Restrict tests.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/frameworkintegration/frameworkintegration-.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index c2075f1..05f579e 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -32,6 +32,9 @@ DEPEND=${RDEPEND}
)
 
 
+# requires running kde environment
+RESTRICT=test
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package X XCB)



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

2014-03-18 Thread Michael Palimaka
commit: fa9e3b55aaefe59fb48f06e74739826d5825bb23
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Mar 19 02:52:28 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Mar 19 02:55:41 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fa9e3b55

[kde-frameworks/frameworkintegration] Depend on media-fonts/oxygen-fonts.

Upstream commit 34d3297293437f896a2d22c12cf4bff5f0bf638a

Package-Manager: portage-2.2.8-r1

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

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index 948a769..dc513d9 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -22,6 +22,7 @@ RDEPEND=
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
+   media-fonts/oxygen-fonts
 
 DEPEND=${RDEPEND}
$(add_frameworks_dep kwidgetsaddons)