* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2023-11-28 22:27 Andreas Sturmlechner
0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2023-11-28 22:27 UTC (permalink / raw
To: gentoo-commits
commit: f58cde70319d564941299c2fe529a3eb2c2c4058
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 28 22:24:08 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 28 22:24:08 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f58cde70
kde-frameworks/frameworkintegration: add 9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../frameworkintegration-9999.ebuild | 42 ++++++++++++++++++++++
kde-frameworks/frameworkintegration/metadata.xml | 1 +
2 files changed, 43 insertions(+)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
new file mode 100644
index 0000000000..9b2cefa4ec
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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 @@
</maintainer>
<upstream>
<bugs-to>https://bugs.kde.org/</bugs-to>
+ <remote-id type="kde-invent">frameworks/frameworkintegration</remote-id>
</upstream>
<slots>
<subslots>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2024-01-09 21:45 Andreas Sturmlechner
0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2024-01-09 21:45 UTC (permalink / raw
To: gentoo-commits
commit: 921c0b95d39dacef2bfde9f88cd55128d3bafacb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 9 21:27:34 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 9 21:27:34 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=921c0b95
kde-frameworks/frameworkintegration: Drop superfluous KFMIN def
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index e505bd80f4..f5994da135 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2022-06-10 7:52 Andreas Sturmlechner
0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2022-06-10 7:52 UTC (permalink / raw
To: gentoo-commits
commit: de44b70b1cd3c8ef54e0a429a81cb41ad432ef1e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 07:26:46 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 07:32:11 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=de44b70b
kde-frameworks/frameworkintegration: 5.95.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2021-11-06 17:43 Andreas Sturmlechner
0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2021-11-06 17:43 UTC (permalink / raw
To: gentoo-commits
commit: 0a908261bf5a4145eb378d5f8f20570b3e15ca2c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 6 14:54:25 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 6 14:58:43 2021 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2020-02-26 12:57 Andreas Sturmlechner
0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2020-02-26 12:57 UTC (permalink / raw
To: gentoo-commits
commit: b2f1cc8186bbacdd68f7a5f92d9b10882cea3b90
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 12:57:15 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 12:57:30 2020 +0000
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 <asturm <AT> gentoo.org>
.../frameworkintegration/frameworkintegration-9999.ebuild | 12 ++++--------
kde-frameworks/frameworkintegration/metadata.xml | 3 ---
2 files changed, 4 insertions(+), 11 deletions(-)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index 06ac41c5f7..d173cf56ed 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
- <use>
- <flag name="appstream">Enable AppStream software metadata support</flag>
- </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2020-01-12 0:47 Andreas Sturmlechner
0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2020-01-12 0:47 UTC (permalink / raw
To: gentoo-commits
commit: 7a9334741467f0c0db6e79f35573abe7a6909ade
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 00:02:14 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 00:46:35 2020 +0000
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 <asturm <AT> gentoo.org>
.../frameworkintegration-9999.ebuild | 26 ++++++++--------------
1 file changed, 9 insertions(+), 17 deletions(-)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index 89da477291..06ac41c5f7 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2019-10-28 23:56 Andreas Sturmlechner
0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2019-10-28 23:56 UTC (permalink / raw
To: gentoo-commits
commit: beb17acd0c7ad6118d3b5a0bafe6bc8123b628ad
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 23:37:40 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 23:37:40 2019 +0000
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 <asturm <AT> gentoo.org>
kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index 8079df8779..95ab7cbc86 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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]
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2017-02-12 9:59 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2017-02-12 9:59 UTC (permalink / raw
To: gentoo-commits
commit: 235dc44bafd79efb636f9cfa4e18a2891bb236a9
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 09:59:46 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 09:59:50 2017 +0000
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-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index bde5f3bca6..055cb148de 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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)
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2017-01-05 0:20 Andreas Sturmlechner
0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2017-01-05 0:20 UTC (permalink / raw
To: gentoo-commits
commit: 47911b679dc1c69b0c5810d2a66169a32e657cb3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 5 00:08:46 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 5 00:10:04 2017 +0000
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-9999.ebuild | 13 ++++++++-----
kde-frameworks/frameworkintegration/metadata.xml | 3 +++
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index bfc66d2..bde5f3b 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <use>
+ <flag name="appstream">Enable AppStream software metadata support</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2016-12-11 8:52 Johannes Huber
0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2016-12-11 8:52 UTC (permalink / raw
To: gentoo-commits
commit: 9e48c3619910d231e6e9eb828ecea3b23a920db7
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 08:51:48 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 08:51:48 2016 +0000
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 04389b36653b2d0df8a3ac2fc62bafa1aaaab86e
Thanks-to: Arfrever
Package-Manager: portage-2.3.3
.../frameworkintegration/frameworkintegration-5.29.0.ebuild | 5 +++++
kde-frameworks/frameworkintegration/frameworkintegration-9999.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-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index a06d98a..3c75b53 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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)
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2016-11-27 11:30 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2016-11-27 11:30 UTC (permalink / raw
To: gentoo-commits
commit: 1d5baf216ddc832abfb43e8961e16a7c5ba318dc
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Nov 26 20:19:32 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 11:30:46 2016 +0000
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-9999.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index 2d837a5..a06d98a 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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
}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2016-05-11 18:56 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2016-05-11 18:56 UTC (permalink / raw
To: gentoo-commits
commit: c21e37b4cd6bb8de9e53278c9d839490bd09a47b
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 18:56:24 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed May 11 18:56:24 2016 +0000
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-9999.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index 61d3981..e844987 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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? (
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2016-05-11 18:23 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2016-05-11 18:23 UTC (permalink / raw
To: gentoo-commits
commit: 7c611a94476772e59d3ca289c95437032edebc17
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 18:23:40 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed May 11 18:23:40 2016 +0000
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-9999.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-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index 575c21e..61d3981 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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}"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2016-01-31 16:22 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2016-01-31 16:22 UTC (permalink / raw
To: gentoo-commits
commit: a08d09351bfd24287fcaaee881b18eb1c842431b
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Jan 25 22:51:42 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 16:21:47 2016 +0000
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-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index ebcc851..673a9d1 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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? (
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2015-12-10 17:55 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2015-12-10 17:55 UTC (permalink / raw
To: gentoo-commits
commit: 239fb3d980bb05abfc0180e11e0b62bd6a1d8cce
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 10 17:54:57 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 10 17:54:57 2015 +0000
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-9999.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-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index 89557d3..11136b4 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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? (
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2015-12-06 11:37 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2015-12-06 11:37 UTC (permalink / raw
To: gentoo-commits
commit: 40f2055b133870d2324fbbe4bb7e3735958bd1f6
Author: Lorenzo Porta <vindex17 <AT> outlook <DOT> it>
AuthorDate: Sat Dec 5 11:06:29 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Dec 6 11:37:12 2015 +0000
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-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index 6b5a7e9..89557d3 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2015-02-17 7:32 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2015-02-17 7:32 UTC (permalink / raw
To: gentoo-commits
commit: 8110d07663a392732758d7bb560c339c39a198b7
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 17 07:31:43 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 07:31:43 2015 +0000
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-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index a8bf85b..ec24bb1 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
X? (
dev-qt/qtx11extras:5
x11-libs/libxcb
+ x11-libs/libXcursor
)
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2014-05-06 17:31 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2014-05-06 17:31 UTC (permalink / raw
To: gentoo-commits
commit: 5648e800db2e0edd21eabbbfd7f9989fd9d0816e
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue May 6 17:30:37 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue May 6 17:30:37 2014 +0000
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-9999.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index 05f579e..7e3b117 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2014-04-18 7:27 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2014-04-18 7:27 UTC (permalink / raw
To: gentoo-commits
commit: ba963e0c3885bf40735f6fa72d35ce7be7bef457
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 18 07:27:27 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Apr 18 07:27:27 2014 +0000
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-9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index c2075f1..05f579e 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
@@ -32,6 +32,9 @@ DEPEND="${RDEPEND}
)
"
+# requires running kde environment
+RESTRICT="test"
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package X XCB)
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/
@ 2014-03-19 2:55 Michael Palimaka
0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2014-03-19 2:55 UTC (permalink / raw
To: gentoo-commits
commit: fa9e3b55aaefe59fb48f06e74739826d5825bb23
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 02:52:28 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 02:55:41 2014 +0000
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-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index 948a769..dc513d9 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.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)
^ permalink raw reply related [flat|nested] 20+ messages in thread
end of thread, other threads:[~2024-01-09 21:45 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-28 22:27 [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-01-09 21:45 Andreas Sturmlechner
2022-06-10 7:52 Andreas Sturmlechner
2021-11-06 17:43 Andreas Sturmlechner
2020-02-26 12:57 Andreas Sturmlechner
2020-01-12 0:47 Andreas Sturmlechner
2019-10-28 23:56 Andreas Sturmlechner
2017-02-12 9:59 Michael Palimaka
2017-01-05 0:20 Andreas Sturmlechner
2016-12-11 8:52 Johannes Huber
2016-11-27 11:30 Michael Palimaka
2016-05-11 18:56 Michael Palimaka
2016-05-11 18:23 Michael Palimaka
2016-01-31 16:22 Michael Palimaka
2015-12-10 17:55 Michael Palimaka
2015-12-06 11:37 Michael Palimaka
2015-02-17 7:32 Michael Palimaka
2014-05-06 17:31 Michael Palimaka
2014-04-18 7:27 Michael Palimaka
2014-03-19 2:55 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox