* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2020-01-02 20:49 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2020-01-02 20:49 UTC (permalink / raw
To: gentoo-commits
commit: 5e82e2fae3f72c20372d1278a8f7ae3b1707c6a9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 2 20:10:31 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 2 20:10:31 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5e82e2fa
kde-plasma/kinfocenter: Drop CMAKE_MIN_VERSION
BDEPEND on >=dev-util/cmake-3.14.3 directly.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.17.49.9999.ebuild | 12 ++++++------
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.17.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.17.49.9999.ebuild
index ac12a09f39..42f51acc1b 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.17.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.17.49.9999.ebuild
@@ -3,7 +3,6 @@
EAPI=7
-CMAKE_MIN_VERSION=3.14.3
ECM_HANDBOOK="forceoptional"
KFMIN=5.64.0
PVCUT=$(ver_cut 1-3)
@@ -20,7 +19,12 @@ IUSE="gles2 ieee1394 +opengl +pci wayland"
REQUIRED_USE="wayland? ( || ( gles2 opengl ) )"
+BDEPEND=">=dev-util/cmake-3.14.3"
COMMON_DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kcmutils-${KFMIN}:5
>=kde-frameworks/kcompletion-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
@@ -37,10 +41,6 @@ COMMON_DEPEND="
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
x11-libs/libX11
ieee1394? ( sys-libs/libraw1394 )
opengl? (
@@ -58,8 +58,8 @@ DEPEND="${COMMON_DEPEND}
>=kde-frameworks/plasma-${KFMIN}:5
"
RDEPEND="${COMMON_DEPEND}
- >=kde-plasma/kde-cli-tools-${PVCUT}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5
+ >=kde-plasma/kde-cli-tools-${PVCUT}:5
"
src_configure() {
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 9b5b7d202c..8a16272880 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -3,7 +3,6 @@
EAPI=7
-CMAKE_MIN_VERSION=3.14.3
ECM_HANDBOOK="forceoptional"
KFMIN=9999
PVCUT=$(ver_cut 1-3)
@@ -21,6 +20,7 @@ IUSE="gles2 ieee1394 +opengl +pci wayland"
REQUIRED_USE="wayland? ( || ( gles2 opengl ) )"
+BDEPEND=">=dev-util/cmake-3.14.3"
COMMON_DEPEND="
>=kde-frameworks/kcmutils-${KFMIN}:5
>=kde-frameworks/kcompletion-${KFMIN}:5
@@ -59,8 +59,8 @@ DEPEND="${COMMON_DEPEND}
>=kde-frameworks/plasma-${KFMIN}:5
"
RDEPEND="${COMMON_DEPEND}
- >=kde-plasma/kde-cli-tools-${PVCUT}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5
+ >=kde-plasma/kde-cli-tools-${PVCUT}:5
"
src_configure() {
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2024-09-14 15:16 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2024-09-14 15:16 UTC (permalink / raw
To: gentoo-commits
commit: 473d97b1457dc5f7944b10b7be94a828532e4029
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 14:23:07 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 14:23:07 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=473d97b1
kde-plasma/kinfocenter: Drop unused dependency
Upstream commit 88fa0e48774bf49a294cb88b382df34bd3cb93f0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 01969a5bcb..742f87f433 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -28,7 +28,6 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/solid-${KFMIN}:6
gles2-only? ( || (
>=media-libs/mesa-24.1.0_rc1[opengl]
<media-libs/mesa-24.1.0_rc1[gles2]
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2024-08-10 14:16 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2024-08-10 14:16 UTC (permalink / raw
To: gentoo-commits
commit: 33ce97bf5e02da8c600ee99832c07539fdd140b2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 14:03:40 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 14:16:15 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=33ce97bf
kde-plasma/kinfocenter: Add sys-apps/dmidecode and dev-util/clinfo opts
Bug: https://bugs.gentoo.org/923821
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kinfocenter/kinfocenter-6.1.49.9999.ebuild | 21 +++++++++++++++------
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 21 +++++++++++++++------
2 files changed, 30 insertions(+), 12 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild
index c0b18c7723..d8d7228231 100644
--- a/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild
@@ -73,15 +73,24 @@ src_install() {
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ optfeature_header "Query network filesystem info:"
optfeature "NFS information module" net-fs/nfs-utils
optfeature "Samba status information module" net-fs/samba
- optfeature "Vulkan graphics API information module" dev-util/vulkan-tools
+ optfeature_header "Query firmware/hardware info:"
+ fi
+ optfeature "System DMI table readout" sys-apps/dmidecode
+ if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ optfeature "Firmware security module" "app-text/aha sys-apps/fwupd"
+ optfeature "PCI devices information module" sys-apps/pciutils
optfeature "advanced CPU information module" sys-apps/util-linux
+ optfeature_header "Query GPU/graphics support info:"
+ fi
+ optfeature "OpenCL information module" dev-util/clinfo
+ if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ optfeature "OpenGL information module" x11-apps/mesa-progs
+ optfeature "Vulkan graphics API information module" dev-util/vulkan-tools
+ optfeature "Wayland information module" app-misc/wayland-utils
+ optfeature "X Server information module" x11-apps/xdpyinfo
fi
- optfeature "Wayland information module" app-misc/wayland-utils
- optfeature "Firmware security module" "app-text/aha sys-apps/fwupd"
- optfeature "OpenGL information module" x11-apps/mesa-progs
- optfeature "PCI devices information module" sys-apps/pciutils
- optfeature "X Server information module" x11-apps/xdpyinfo
ecm_pkg_postinst
}
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 684c2e8a86..be5dac9991 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -73,15 +73,24 @@ src_install() {
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ optfeature_header "Query network filesystem info:"
optfeature "NFS information module" net-fs/nfs-utils
optfeature "Samba status information module" net-fs/samba
- optfeature "Vulkan graphics API information module" dev-util/vulkan-tools
+ optfeature_header "Query firmware/hardware info:"
+ fi
+ optfeature "System DMI table readout" sys-apps/dmidecode
+ if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ optfeature "Firmware security module" "app-text/aha sys-apps/fwupd"
+ optfeature "PCI devices information module" sys-apps/pciutils
optfeature "advanced CPU information module" sys-apps/util-linux
+ optfeature_header "Query GPU/graphics support info:"
+ fi
+ optfeature "OpenCL information module" dev-util/clinfo
+ if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ optfeature "OpenGL information module" x11-apps/mesa-progs
+ optfeature "Vulkan graphics API information module" dev-util/vulkan-tools
+ optfeature "Wayland information module" app-misc/wayland-utils
+ optfeature "X Server information module" x11-apps/xdpyinfo
fi
- optfeature "Wayland information module" app-misc/wayland-utils
- optfeature "Firmware security module" "app-text/aha sys-apps/fwupd"
- optfeature "OpenGL information module" x11-apps/mesa-progs
- optfeature "PCI devices information module" sys-apps/pciutils
- optfeature "X Server information module" x11-apps/xdpyinfo
ecm_pkg_postinst
}
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2024-06-30 22:51 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2024-06-30 22:51 UTC (permalink / raw
To: gentoo-commits
commit: 4d198318f8d8642845bb3943c6cbc0fb88cab30c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 22:46:56 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 22:46:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d198318
kde-plasma/kinfocenter: Disable failing smbmountmodeltest
Bug: https://bugs.gentoo.org/816591
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild | 5 +++++
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild
index de64bf4f44..c0b18c7723 100644
--- a/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild
@@ -46,6 +46,11 @@ RDEPEND="${DEPEND}
"
BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+CMAKE_SKIP_TESTS=(
+ # bug 816591
+ smbmountmodeltest
+)
+
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package usb USB1)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 3f2275f3da..684c2e8a86 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -46,6 +46,11 @@ RDEPEND="${DEPEND}
"
BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+CMAKE_SKIP_TESTS=(
+ # bug 816591
+ smbmountmodeltest
+)
+
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package usb USB1)
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2024-05-30 12:24 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2024-05-30 12:24 UTC (permalink / raw
To: gentoo-commits
commit: e1d5b59761087da515f47ebad230e122da43b34b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 12:19:55 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 30 12:19:55 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1d5b597
kde-plasma/kinfocenter: Drop unused dependency
Upstream commit a3dc40113a4c78d722dd4c19e8dec3202805823a
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild | 1 -
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild
index 27d5e8fd55..e4febb2b4b 100644
--- a/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-6.1.49.9999.ebuild
@@ -28,7 +28,6 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/solid-${KFMIN}:6
gles2-only? ( || (
>=media-libs/mesa-24.1.0_rc1[opengl]
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 9762ecef49..3f2275f3da 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -28,7 +28,6 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/solid-${KFMIN}:6
gles2-only? ( || (
>=media-libs/mesa-24.1.0_rc1[opengl]
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2024-05-15 19:32 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2024-05-15 19:32 UTC (permalink / raw
To: gentoo-commits
commit: ece19b6fafd42ba6d2333ec975295df8fcaedff1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 19:32:18 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 15 19:32:18 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ece19b6f
kde-plasma/kinfocenter: Update gles2-only USEdeps
Bug: https://bugs.gentoo.org/929992
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild | 5 ++++-
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild
index 51b48175d7..7b89b8360e 100644
--- a/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild
@@ -30,7 +30,10 @@ DEPEND="
>=kde-frameworks/kservice-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/solid-${KFMIN}:6
- gles2-only? ( media-libs/mesa[gles2] )
+ gles2-only? ( || (
+ >=media-libs/mesa-24.1.0_rc1[opengl]
+ <media-libs/mesa-24.1.0_rc1[gles2]
+ ) )
usb? ( virtual/libusb:1 )
"
RDEPEND="${DEPEND}
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index fbf4e671ae..1d57e7b403 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -30,7 +30,10 @@ DEPEND="
>=kde-frameworks/kservice-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/solid-${KFMIN}:6
- gles2-only? ( media-libs/mesa[gles2] )
+ gles2-only? ( || (
+ >=media-libs/mesa-24.1.0_rc1[opengl]
+ <media-libs/mesa-24.1.0_rc1[gles2]
+ ) )
usb? ( virtual/libusb:1 )
"
RDEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2024-02-27 22:08 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2024-02-27 22:08 UTC (permalink / raw
To: gentoo-commits
commit: 7183ffb1494a979c96464637d0cfed2af107c74d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 22:07:15 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 22:07:55 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7183ffb1
kde-plasma/kinfocenter: Prefer dev-qt/qttools:6[qdbus] to dev-qt/qdbus
See also: https://github.com/gentoo/kde/pull/980
Thanks-to: Mike Lothian <mike <AT> fireburn.co.uk>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-6.0.0.ebuild | 5 ++++-
kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild | 5 ++++-
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 5 ++++-
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-6.0.0.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.0.0.ebuild
index b4104eeaa0..6514f41e79 100644
--- a/kde-plasma/kinfocenter/kinfocenter-6.0.0.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-6.0.0.ebuild
@@ -34,7 +34,10 @@ DEPEND="
usb? ( virtual/libusb:1 )
"
RDEPEND="${DEPEND}
- dev-qt/qdbus:*
+ || (
+ >=dev-qt/qttools-${QTMIN}:6[qdbus]
+ dev-qt/qdbus:*
+ )
>=kde-frameworks/kirigami-${KFMIN}:6
>=kde-plasma/kde-cli-tools-${PVCUT}:*
>=kde-plasma/systemsettings-${PVCUT}:6
diff --git a/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild
index 37e8bd1921..51b48175d7 100644
--- a/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild
@@ -34,7 +34,10 @@ DEPEND="
usb? ( virtual/libusb:1 )
"
RDEPEND="${DEPEND}
- dev-qt/qdbus:*
+ || (
+ >=dev-qt/qttools-${QTMIN}:6[qdbus]
+ dev-qt/qdbus:*
+ )
>=kde-frameworks/kirigami-${KFMIN}:6
>=kde-plasma/kde-cli-tools-${PVCUT}:*
>=kde-plasma/systemsettings-${PVCUT}:6
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 3dd5532384..fbf4e671ae 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -34,7 +34,10 @@ DEPEND="
usb? ( virtual/libusb:1 )
"
RDEPEND="${DEPEND}
- dev-qt/qdbus:*
+ || (
+ >=dev-qt/qttools-${QTMIN}:6[qdbus]
+ dev-qt/qdbus:*
+ )
>=kde-frameworks/kirigami-${KFMIN}:6
>=kde-plasma/kde-cli-tools-${PVCUT}:*
>=kde-plasma/systemsettings-${PVCUT}:6
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2023-12-16 12:34 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2023-12-16 12:34 UTC (permalink / raw
To: gentoo-commits
commit: 679c614bfbb4ba0c4505c329033f92001c2ae1f3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 12:04:50 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 12:04:50 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=679c614b
kde-plasma/kinfocenter: Update dependencies
Upstream commit:
5311ccee52cd1eb7f55861f460d1c3aeefce3ea5
21bb5a3f68342f07e554ebd07e8131ea6d830ba8
a2e1b699e1d503ba0ea75f40d99139ca507bb231
b92644207817ef8ec66ea67113dc7f4fa326c003
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 7f7ca8488a..0885eab5af 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -24,12 +24,9 @@ DEPEND="
>=kde-frameworks/kauth-${KFMIN}:6
>=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kdeclarative-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kpackage-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/solid-${KFMIN}:6
@@ -47,6 +44,7 @@ BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package usb USB1)
+ -DCMAKE_DISABLE_FIND_PACKAGE_SeleniumWebDriverATSPI=ON # missing
)
ecm_src_configure
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2023-09-18 21:06 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2023-09-18 21:06 UTC (permalink / raw
To: gentoo-commits
commit: 34bfbfcf29edfd748b6acbad7439664405f32b85
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 21:04:50 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 21:06:00 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=34bfbfcf
kde-plasma/kinfocenter: Add missing dependency
See also: https://invent.kde.org/plasma/kinfocenter/-/merge_requests/164
Bug: https://bugs.gentoo.org/914141
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.27.49.9999.ebuild | 1 +
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.27.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.27.49.9999.ebuild
index 6298a27038..b2277749d4 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.27.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.27.49.9999.ebuild
@@ -23,6 +23,7 @@ DEPEND="
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5[gles2-only=]
>=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kauth-${KFMIN}:5
>=kde-frameworks/kcmutils-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 6298a27038..b2277749d4 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -23,6 +23,7 @@ DEPEND="
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5[gles2-only=]
>=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kauth-${KFMIN}:5
>=kde-frameworks/kcmutils-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2023-01-16 18:58 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2023-01-16 18:58 UTC (permalink / raw
To: gentoo-commits
commit: ece9422920fc892048197ddbe4a39de68aadcc92
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 18:17:41 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 18:17:41 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ece94229
kde-plasma/kinfocenter: Fix RDEPENDs (dev-qt/qtdbus -> dev-qt/qdbus)
Upstream commit 0f19cb4254c5a4a197e5d25f34c4be8de207d6ed
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 8b00ae6e02..cf73e31773 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -38,7 +38,7 @@ DEPEND="
usb? ( virtual/libusb:1 )
"
RDEPEND="${DEPEND}
- dev-qt/qtdbus:*
+ dev-qt/qdbus:*
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2022-12-13 19:14 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2022-12-13 19:14 UTC (permalink / raw
To: gentoo-commits
commit: d20b46ece6722e1875e03e39e2538c7df1519ce1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 18:51:07 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 18:51:07 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d20b46ec
kde-plasma/kinfocenter: Add missing RDEPEND
Upstream commit 0f19cb4254c5a4a197e5d25f34c4be8de207d6ed
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index dea4b6ea54..bd383f9a2b 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -38,6 +38,7 @@ DEPEND="
usb? ( virtual/libusb:1 )
"
RDEPEND="${DEPEND}
+ dev-qt/qtdbus:*
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2022-10-09 16:39 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2022-10-09 16:39 UTC (permalink / raw
To: gentoo-commits
commit: b357813c03ef6d2844cddcae14fa758fbded4fc5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 13:47:36 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 16:38:32 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b357813c
kde-plasma/kinfocenter: Add kde-frameworks/kcmutils BDEPEND
Uses kcmutils_generate_desktop_file cmake macro
Bug: https://bugs.gentoo.org/868270
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.26.0.ebuild | 1 +
kde-plasma/kinfocenter/kinfocenter-5.26.49.9999.ebuild | 1 +
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.26.0.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.26.0.ebuild
index a095368a96..fd80784979 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.26.0.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.26.0.ebuild
@@ -43,6 +43,7 @@ RDEPEND="${DEPEND}
>=kde-plasma/kde-cli-tools-${PVCUT}:5
>=kde-plasma/systemsettings-${PVCUT}:5
"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
src_configure() {
local mycmakeargs=(
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.26.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.26.49.9999.ebuild
index edd266a392..e6f95e3d1b 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.26.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.26.49.9999.ebuild
@@ -43,6 +43,7 @@ RDEPEND="${DEPEND}
>=kde-plasma/kde-cli-tools-${PVCUT}:5
>=kde-plasma/systemsettings-${PVCUT}:5
"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
src_configure() {
local mycmakeargs=(
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index e99b678858..5109e09274 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -43,6 +43,7 @@ RDEPEND="${DEPEND}
>=kde-plasma/kde-cli-tools-${PVCUT}:5
>=kde-plasma/systemsettings-${PVCUT}:5
"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
src_configure() {
local mycmakeargs=(
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2022-09-14 14:03 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2022-09-14 14:03 UTC (permalink / raw
To: gentoo-commits
commit: 79bfa69551dc39cd43da436f281ac40a9825e3f8
Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Wed Jun 29 05:03:47 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 14:02:57 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=79bfa695
kde-plasma/kinfocenter: Add firmware security optfeatures
Closes: https://bugs.gentoo.org/853253
Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index a474dee1e4..e99b678858 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -71,6 +71,7 @@ pkg_postinst() {
optfeature "advanced CPU information module" sys-apps/util-linux
fi
optfeature "Wayland information module" app-misc/wayland-utils
+ optfeature "Firmware security module" "app-text/aha sys-apps/fwupd"
optfeature "OpenGL information module" x11-apps/mesa-progs
optfeature "PCI devices information module" sys-apps/pciutils
optfeature "X Server information module" x11-apps/xdpyinfo
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2022-02-09 20:30 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2022-02-09 20:30 UTC (permalink / raw
To: gentoo-commits
commit: ab07e0195f99155803d70422274221b2f11643aa
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 9 20:06:34 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 9 20:29:43 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ab07e019
kde-plasma/kinfocenter: Fix typo
Reported-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
Bug: https://bugs.gentoo.org/832984
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild | 2 +-
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild
index bc98ab60fa..33c5e6184f 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild
@@ -72,7 +72,7 @@ pkg_postinst() {
fi
optfeature "Wayland information module" app-misc/wayland-utils
optfeature "OpenGL information module" x11-apps/mesa-progs
- optfeature "PCI devices information module" sys-apps/pciutil
+ optfeature "PCI devices information module" sys-apps/pciutils
optfeature "X Server information module" x11-apps/xdpyinfo
ecm_pkg_postinst
}
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index ed0b4d474b..d48aeb7f1b 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -72,7 +72,7 @@ pkg_postinst() {
fi
optfeature "Wayland information module" app-misc/wayland-utils
optfeature "OpenGL information module" x11-apps/mesa-progs
- optfeature "PCI devices information module" sys-apps/pciutil
+ optfeature "PCI devices information module" sys-apps/pciutils
optfeature "X Server information module" x11-apps/xdpyinfo
ecm_pkg_postinst
}
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2022-01-15 15:06 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2022-01-15 15:06 UTC (permalink / raw
To: gentoo-commits
commit: 8903801dbd75c4bae7e4ea51754de1f1d03975f9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 14:27:52 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 14:29:56 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8903801d
kde-plasma/kinfocenter: Drop IUSE=wayland, add new optfeature
Upstream commit dd6b643df7a2ff78f19d796eba2990f09484865f
Bug: https://bugs.gentoo.org/830645
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 6c81794e0e..7ae4e2bd12 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -16,9 +16,9 @@ SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-s
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS=""
-IUSE="gles2-only ieee1394 +opengl +pci usb wayland +X"
+IUSE="gles2-only ieee1394 +opengl +pci usb +X"
-REQUIRED_USE="opengl? ( X ) wayland? ( || ( opengl gles2-only ) )"
+REQUIRED_USE="opengl? ( X )"
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -45,10 +45,6 @@ DEPEND="
)
pci? ( sys-apps/pciutils )
usb? ( virtual/libusb:1 )
- wayland? (
- >=kde-frameworks/kwayland-${KFMIN}:5
- media-libs/mesa[egl(+)]
- )
X? ( x11-libs/libX11 )
"
RDEPEND="${DEPEND}
@@ -63,8 +59,6 @@ src_configure() {
$(cmake_use_find_package ieee1394 RAW1394)
$(cmake_use_find_package pci PCIUTILS)
$(cmake_use_find_package usb USB1)
- $(cmake_use_find_package wayland EGL)
- $(cmake_use_find_package wayland KF5Wayland)
$(cmake_use_find_package X X11)
)
@@ -95,5 +89,6 @@ pkg_postinst() {
optfeature "Vulkan graphics API information module" dev-util/vulkan-tools
optfeature "advanced CPU information module" sys-apps/util-linux
fi
+ optfeature "Wayland information module" app-misc/wayland-utils
ecm_pkg_postinst
}
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2022-01-15 15:06 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2022-01-15 15:06 UTC (permalink / raw
To: gentoo-commits
commit: 3354a00c117539e46993087cd152ce482c39af81
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 14:45:43 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 14:49:06 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3354a00c
kde-plasma/kinfocenter: Drop IUSE=ieee1394, module is gone
Upstream commit bfde0d022e89f14bce985412efc3c79b1847beae
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 5d01c537ce..ed0b4d474b 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -16,7 +16,7 @@ SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-s
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS=""
-IUSE="gles2-only ieee1394 usb"
+IUSE="gles2-only usb"
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -35,7 +35,6 @@ DEPEND="
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
gles2-only? ( media-libs/mesa[gles2] )
- ieee1394? ( sys-libs/libraw1394 )
usb? ( virtual/libusb:1 )
"
RDEPEND="${DEPEND}
@@ -47,7 +46,6 @@ RDEPEND="${DEPEND}
src_configure() {
local mycmakeargs=(
- $(cmake_use_find_package ieee1394 RAW1394)
$(cmake_use_find_package usb USB1)
)
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2022-01-15 15:06 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2022-01-15 15:06 UTC (permalink / raw
To: gentoo-commits
commit: fe74bb654693c0a0c23f730fefea943f9cbd6730
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 14:35:47 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 14:35:55 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fe74bb65
kde-plasma/kinfocenter: Drop IUSE=opengl, add new optfeature
Upstream commit 874d5d2fd646e0658c4ad76768948545bdb5b10c
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index b26782b61c..12c7f80351 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -16,9 +16,7 @@ SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-s
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS=""
-IUSE="gles2-only ieee1394 +opengl +pci usb +X"
-
-REQUIRED_USE="opengl? ( X )"
+IUSE="gles2-only ieee1394 +pci usb X"
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -38,10 +36,6 @@ DEPEND="
>=kde-frameworks/solid-${KFMIN}:5
gles2-only? ( media-libs/mesa[gles2] )
ieee1394? ( sys-libs/libraw1394 )
- opengl? (
- media-libs/libglvnd[X?]
- !gles2-only? ( media-libs/glu )
- )
pci? ( sys-apps/pciutils )
usb? ( virtual/libusb:1 )
X? ( x11-libs/libX11 )
@@ -61,12 +55,6 @@ src_configure() {
$(cmake_use_find_package X X11)
)
- if has_version "dev-qt/qtgui[gles2-only]"; then
- mycmakeargs+=( $(cmake_use_find_package gles2-only OpenGLES) )
- else
- mycmakeargs+=( $(cmake_use_find_package opengl OpenGL) )
- fi
-
ecm_src_configure
}
@@ -89,5 +77,6 @@ pkg_postinst() {
optfeature "advanced CPU information module" sys-apps/util-linux
fi
optfeature "Wayland information module" app-misc/wayland-utils
+ optfeature "OpenGL information module" x11-apps/mesa-progs
ecm_pkg_postinst
}
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2022-01-15 15:06 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2022-01-15 15:06 UTC (permalink / raw
To: gentoo-commits
commit: 1d2bfdabd35bfb7f79b06bb830b7b26e4281a29e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 14:42:15 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 14:48:53 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d2bfdab
kde-plasma/kinfocenter: Drop IUSE=pci and IUSE=X, add new optfeatures
Upstream commit
515dc22d8b499b57a8c9a8e9ac32d3712f30b46d
320f74133c666b6603c5cd03c7b6e4c4e99f0706
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 8 +++-----
kde-plasma/kinfocenter/metadata.xml | 1 -
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 12c7f80351..5d01c537ce 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -16,7 +16,7 @@ SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-s
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS=""
-IUSE="gles2-only ieee1394 +pci usb X"
+IUSE="gles2-only ieee1394 usb"
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -36,9 +36,7 @@ DEPEND="
>=kde-frameworks/solid-${KFMIN}:5
gles2-only? ( media-libs/mesa[gles2] )
ieee1394? ( sys-libs/libraw1394 )
- pci? ( sys-apps/pciutils )
usb? ( virtual/libusb:1 )
- X? ( x11-libs/libX11 )
"
RDEPEND="${DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
@@ -50,9 +48,7 @@ RDEPEND="${DEPEND}
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package ieee1394 RAW1394)
- $(cmake_use_find_package pci PCIUTILS)
$(cmake_use_find_package usb USB1)
- $(cmake_use_find_package X X11)
)
ecm_src_configure
@@ -78,5 +74,7 @@ pkg_postinst() {
fi
optfeature "Wayland information module" app-misc/wayland-utils
optfeature "OpenGL information module" x11-apps/mesa-progs
+ optfeature "PCI devices information module" sys-apps/pciutil
+ optfeature "X Server information module" x11-apps/xdpyinfo
ecm_pkg_postinst
}
diff --git a/kde-plasma/kinfocenter/metadata.xml b/kde-plasma/kinfocenter/metadata.xml
index 427a90d002..a7a67f3066 100644
--- a/kde-plasma/kinfocenter/metadata.xml
+++ b/kde-plasma/kinfocenter/metadata.xml
@@ -9,7 +9,6 @@
<bugs-to>https://bugs.kde.org/</bugs-to>
</upstream>
<use>
- <flag name="pci">Show advanced PCI information</flag>
<flag name="usb">Show USB device information</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2022-01-15 15:06 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2022-01-15 15:06 UTC (permalink / raw
To: gentoo-commits
commit: 5aa7357ed47c76e842b793ccec2125a5f75a3d9c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 14:30:29 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 14:30:29 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5aa7357e
kde-plasma/kinfocenter: Drop unused DEPEND
Upstream commit df5f0d170b03e4ac78dfc9b718376386ec663cf8
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 7ae4e2bd12..b26782b61c 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -31,7 +31,6 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kdeclarative-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kpackage-${KFMIN}:5
>=kde-frameworks/kservice-${KFMIN}:5
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2021-08-26 16:46 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2021-08-26 16:46 UTC (permalink / raw
To: gentoo-commits
commit: e266a7541e08af1b28b8aa4ff4a88852ff566e8a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 15:39:13 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 15:39:13 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e266a754
kde-plasma/kinfocenter: Add new vulkan module optfeature info
Upstream commit 64aa46a764c2b4ecd1249dfaa49926ebd0136c01
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index e3182e1836..950b99083a 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -92,6 +92,7 @@ pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
optfeature "NFS information module" net-fs/nfs-utils
optfeature "Samba status information module" net-fs/samba
+ optfeature "Vulkan graphics API information module" dev-util/vulkan-tools
fi
ecm_pkg_postinst
}
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2021-08-26 16:46 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2021-08-26 16:46 UTC (permalink / raw
To: gentoo-commits
commit: 062d03da48b49ad1a7eb8f18d7e5b93a373e2d8a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 15:42:52 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 15:43:00 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=062d03da
kde-plasma/kinfocenter: Add new advanced cpu info module optfeature
Upstream commit f7c96a0555861df6175fcfc76e1979df7cbed14f
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 950b99083a..6d4b81a490 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -93,6 +93,7 @@ pkg_postinst() {
optfeature "NFS information module" net-fs/nfs-utils
optfeature "Samba status information module" net-fs/samba
optfeature "Vulkan graphics API information module" dev-util/vulkan-tools
+ optfeature "advanced CPU information module" sys-apps/util-linux
fi
ecm_pkg_postinst
}
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2021-07-29 18:12 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2021-07-29 18:12 UTC (permalink / raw
To: gentoo-commits
commit: 27c74668b18a1c788a72a3a724a56c06465bdae0
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 17:42:16 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 18:10:26 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=27c74668
kde-plasma/kinfocenter: Prepare for mesa IUSE="egl gbm" removal
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild | 2 +-
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild
index 273b5b3313..83ac32985c 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.22.49.9999.ebuild
@@ -49,7 +49,7 @@ DEPEND="
usb? ( virtual/libusb:1 )
wayland? (
>=kde-frameworks/kwayland-${KFMIN}:5
- media-libs/mesa[egl]
+ media-libs/mesa[egl(+)]
)
"
RDEPEND="${DEPEND}
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index cb6f6d892a..c65c17c9a9 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -49,7 +49,7 @@ DEPEND="
usb? ( virtual/libusb:1 )
wayland? (
>=kde-frameworks/kwayland-${KFMIN}:5
- media-libs/mesa[egl]
+ media-libs/mesa[egl(+)]
)
"
RDEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2021-04-25 22:26 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2021-04-25 22:26 UTC (permalink / raw
To: gentoo-commits
commit: 4832dff0676566d0127dfbc3f8a8b296b1e387ba
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 15:14:30 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 15:15:46 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4832dff0
kde-plasma/kinfocenter: Add IUSE=usb
Upstream commits:
d37d11a3cc05ae1821f29e5361c5a3b8a43ac8cb
d339c583a55e5080371c2a55f8bdf53719d1250b
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 +++-
kde-plasma/kinfocenter/metadata.xml | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 9feafbe14f..cb6f6d892a 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -16,7 +16,7 @@ SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-s
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS=""
-IUSE="gles2-only ieee1394 +opengl +pci wayland"
+IUSE="gles2-only ieee1394 +opengl +pci usb wayland"
REQUIRED_USE="wayland? ( || ( opengl gles2-only ) )"
@@ -46,6 +46,7 @@ DEPEND="
!gles2-only? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
+ usb? ( virtual/libusb:1 )
wayland? (
>=kde-frameworks/kwayland-${KFMIN}:5
media-libs/mesa[egl]
@@ -62,6 +63,7 @@ src_configure() {
local mycmakeargs=(
$(cmake_use_find_package ieee1394 RAW1394)
$(cmake_use_find_package pci PCIUTILS)
+ $(cmake_use_find_package usb USB1)
$(cmake_use_find_package wayland EGL)
$(cmake_use_find_package wayland KF5Wayland)
)
diff --git a/kde-plasma/kinfocenter/metadata.xml b/kde-plasma/kinfocenter/metadata.xml
index 25a8676da2..703fb9395a 100644
--- a/kde-plasma/kinfocenter/metadata.xml
+++ b/kde-plasma/kinfocenter/metadata.xml
@@ -7,5 +7,6 @@
</maintainer>
<use>
<flag name="pci">Show advanced PCI information</flag>
+ <flag name="usb">Show USB device information</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2021-04-04 19:21 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2021-04-04 19:21 UTC (permalink / raw
To: gentoo-commits
commit: 9ace16c47a95f97403a4c9b6c4c3d0c4716e9914
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 11:30:13 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 19:02:29 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9ace16c4
kde-plasma/kinfocenter: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.21.49.9999.ebuild | 1 -
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.21.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.21.49.9999.ebuild
index d423906ebd..82309fc050 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.21.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.21.49.9999.ebuild
@@ -88,7 +88,6 @@ src_install() {
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
- elog "Optional dependencies:"
optfeature "NFS information module" net-fs/nfs-utils
optfeature "Samba status information module" net-fs/samba
fi
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 10e23e738a..9feafbe14f 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -88,7 +88,6 @@ src_install() {
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
- elog "Optional dependencies:"
optfeature "NFS information module" net-fs/nfs-utils
optfeature "Samba status information module" net-fs/samba
fi
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2021-01-21 14:27 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2021-01-21 14:27 UTC (permalink / raw
To: gentoo-commits
commit: 5610b1a77267edef43cc205149ddd88d4f412eac
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 14:13:36 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 14:13:36 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5610b1a7
kde-plasma/kinfocenter: Drop obsolete DEPENDs
Upstream commit 7c7ca4464e39b31e2da551138006e2b918e7feee
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 52f7851d91..69467958c8 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -27,12 +27,9 @@ DEPEND="
>=dev-qt/qtgui-${QTMIN}:5[gles2-only=]
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/kdeclarative-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kiconthemes-${KFMIN}:5
@@ -40,7 +37,6 @@ DEPEND="
>=kde-frameworks/kpackage-${KFMIN}:5
>=kde-frameworks/kservice-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
x11-libs/libX11
gles2-only? ( media-libs/mesa[gles2] )
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2020-09-28 21:26 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2020-09-28 21:26 UTC (permalink / raw
To: gentoo-commits
commit: a99eb126a9f9780a319c1dda726ad301408ec0b1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 18:23:46 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 18:23:46 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a99eb126
kde-plasma/kinfocenter: Add missing RDEPEND
Upstream commits:
24f4c6f97875d4bee45ae867f81ffef38e2c06fc
35b19106c5cb64c4705a3682269826d4be6510f2
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.19.90.ebuild | 1 +
kde-plasma/kinfocenter/kinfocenter-5.20.49.9999.ebuild | 1 +
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.19.90.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.19.90.ebuild
index 81536ce0ca..54e73bed35 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.19.90.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.19.90.ebuild
@@ -62,6 +62,7 @@ RDEPEND="${COMMON_DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
+ >=kde-plasma/systemsettings-${PVCUT}:5
"
src_configure() {
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.20.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.20.49.9999.ebuild
index 2a4bbb614c..a733e86b61 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.20.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.20.49.9999.ebuild
@@ -62,6 +62,7 @@ RDEPEND="${COMMON_DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
+ >=kde-plasma/systemsettings-${PVCUT}:5
"
src_configure() {
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index e8e7385b09..a23f5002bc 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -62,6 +62,7 @@ RDEPEND="${COMMON_DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
+ >=kde-plasma/systemsettings-${PVCUT}:5
"
src_configure() {
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2020-09-28 21:26 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2020-09-28 21:26 UTC (permalink / raw
To: gentoo-commits
commit: 04f6482163f05ab69c223d5bba49f10d735192f8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 18:31:47 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 18:31:47 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=04f64821
kde-plasma/kinfocenter: Drop bogus kde-frameworks/plasma DEPEND
It was there since the initial KF5 based version but was likely never accurate.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.19.90.ebuild | 7 ++-----
kde-plasma/kinfocenter/kinfocenter-5.20.49.9999.ebuild | 7 ++-----
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 7 ++-----
3 files changed, 6 insertions(+), 15 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.19.90.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.19.90.ebuild
index 54e73bed35..b2b2ba545e 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.19.90.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.19.90.ebuild
@@ -21,7 +21,7 @@ IUSE="gles2-only ieee1394 +opengl +pci wayland"
REQUIRED_USE="wayland? ( || ( opengl gles2-only ) )"
BDEPEND=">=dev-util/cmake-3.14.3"
-COMMON_DEPEND="
+DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5[gles2-only=]
@@ -55,10 +55,7 @@ COMMON_DEPEND="
media-libs/mesa[egl]
)
"
-DEPEND="${COMMON_DEPEND}
- >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.20.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.20.49.9999.ebuild
index a733e86b61..b2324f8e20 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.20.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.20.49.9999.ebuild
@@ -21,7 +21,7 @@ IUSE="gles2-only ieee1394 +opengl +pci wayland"
REQUIRED_USE="wayland? ( || ( opengl gles2-only ) )"
BDEPEND=">=dev-util/cmake-3.14.3"
-COMMON_DEPEND="
+DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5[gles2-only=]
@@ -55,10 +55,7 @@ COMMON_DEPEND="
media-libs/mesa[egl]
)
"
-DEPEND="${COMMON_DEPEND}
- >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index a23f5002bc..3fff8c6b0f 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -21,7 +21,7 @@ IUSE="gles2-only ieee1394 +opengl +pci wayland"
REQUIRED_USE="wayland? ( || ( opengl gles2-only ) )"
BDEPEND=">=dev-util/cmake-3.14.3"
-COMMON_DEPEND="
+DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5[gles2-only=]
@@ -55,10 +55,7 @@ COMMON_DEPEND="
media-libs/mesa[egl]
)
"
-DEPEND="${COMMON_DEPEND}
- >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2020-09-07 15:07 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2020-09-07 15:07 UTC (permalink / raw
To: gentoo-commits
commit: dd195a7a2fd957d45f6dd27dd7e128a2541dc6a8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 14:40:54 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 15:05:50 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd195a7a
kde-plasma/kinfocenter: Use optfeature
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 606a489d54..e8e7385b09 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -7,7 +7,7 @@ ECM_HANDBOOK="forceoptional"
KFMIN=9999
PVCUT=$(ver_cut 1-3)
QTMIN=5.15.0
-inherit ecm kde.org
+inherit ecm kde.org optfeature
DESCRIPTION="Utility providing information about the computer hardware"
HOMEPAGE="https://userbase.kde.org/KInfoCenter"
@@ -93,13 +93,10 @@ src_install() {
}
pkg_postinst() {
- ecm_pkg_postinst
-
if [[ -z "${REPLACING_VERSIONS}" ]]; then
- has_version "net-fs/nfs-utils" || \
- elog "Installing net-fs/nfs-utils will enable the NFS information module."
-
- has_version "net-fs/samba" || \
- elog "Installing net-fs/samba will enable the Samba status information module."
+ elog "Optional dependencies:"
+ optfeature "NFS information module" net-fs/nfs-utils
+ optfeature "Samba status information module" net-fs/samba
fi
+ ecm_pkg_postinst
}
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2020-05-13 21:35 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2020-05-13 21:35 UTC (permalink / raw
To: gentoo-commits
commit: 2f9d33c3d76ea609e77cb7e9d66dbbd53533cf37
Author: Mias van Klei <miasvanklei <AT> outlook <DOT> com>
AuthorDate: Wed May 13 20:37:47 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 13 21:30:14 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2f9d33c3
kde-plasma/kinfocenter: fix missing change from gles2 to gles2-only
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mias van Klei <miasvanklei <AT> outlook.com>
Closes: https://github.com/gentoo/gentoo/pull/15780
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 5dcfa7805a..789b384c3e 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -73,7 +73,7 @@ src_configure() {
)
if has_version "dev-qt/qtgui[gles2-only]"; then
- mycmakeargs+=( $(cmake_use_find_package gles2 OpenGLES) )
+ mycmakeargs+=( $(cmake_use_find_package gles2-only OpenGLES) )
else
mycmakeargs+=( $(cmake_use_find_package opengl OpenGL) )
fi
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2020-01-28 13:46 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2020-01-28 13:46 UTC (permalink / raw
To: gentoo-commits
commit: 171b2a0de79bc08b667513fcb81d1785773aed5d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 13:23:04 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 13:24:21 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=171b2a0d
kde-plasma/kinfocenter: Add new RDEPEND
Upstream commit ced4536e510e54796e3f9069273f665d9f8218dd
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.18.49.9999.ebuild | 1 +
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.18.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.18.49.9999.ebuild
index 307dfb5436..345c110b58 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.18.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.18.49.9999.ebuild
@@ -60,6 +60,7 @@ DEPEND="${COMMON_DEPEND}
"
RDEPEND="${COMMON_DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
+ >=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
"
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index a43e2520e2..c842a71743 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -60,6 +60,7 @@ DEPEND="${COMMON_DEPEND}
"
RDEPEND="${COMMON_DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
+ >=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
"
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2020-01-02 21:07 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2020-01-02 21:07 UTC (permalink / raw
To: gentoo-commits
commit: d6e308a8a2831b454c8aadcbb269690d65e2a3d6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 2 21:02:24 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 2 21:02:24 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d6e308a8
kde-plasma/kinfocenter: Sorting
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 8a16272880..a43e2520e2 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -22,6 +22,10 @@ REQUIRED_USE="wayland? ( || ( gles2 opengl ) )"
BDEPEND=">=dev-util/cmake-3.14.3"
COMMON_DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kcmutils-${KFMIN}:5
>=kde-frameworks/kcompletion-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
@@ -38,10 +42,6 @@ COMMON_DEPEND="
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
x11-libs/libX11
ieee1394? ( sys-libs/libraw1394 )
opengl? (
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2019-11-16 10:07 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2019-11-16 10:07 UTC (permalink / raw
To: gentoo-commits
commit: e02d1c367406fbf7052ca31994c49f244cc77883
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 03:02:14 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 23:31:33 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e02d1c36
kde-plasma/kinfocenter: Fix HOMEPAGE
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.17.49.9999.ebuild | 2 +-
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.17.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.17.49.9999.ebuild
index 58978e947f..f105e60520 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.17.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.17.49.9999.ebuild
@@ -11,7 +11,7 @@ QTMIN=5.12.3
inherit ecm kde.org
DESCRIPTION="Utility providing information about the computer hardware"
-HOMEPAGE="https://kde.org/applications/system/kinfocenter/"
+HOMEPAGE="https://userbase.kde.org/KInfoCenter"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 10f9aa0a62..e36732344e 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -11,7 +11,7 @@ QTMIN=5.12.3
inherit ecm kde.org
DESCRIPTION="Utility providing information about the computer hardware"
-HOMEPAGE="https://kde.org/applications/system/kinfocenter/"
+HOMEPAGE="https://userbase.kde.org/KInfoCenter"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
LICENSE="GPL-2" # TODO: CHECK
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2019-08-18 11:40 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2019-08-18 11:40 UTC (permalink / raw
To: gentoo-commits
commit: 184165b9ed4eb72a416a48edced5296bdd55bf23
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 11:40:13 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 11:40:13 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=184165b9
kde-plasma/kinfocenter: DEPEND on media-libs/mesa[X(+)]
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.16.49.9999.ebuild | 2 +-
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.16.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.16.49.9999.ebuild
index 7614a0c816..639463c3b5 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.16.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.16.49.9999.ebuild
@@ -40,7 +40,7 @@ COMMON_DEPEND="
ieee1394? ( sys-libs/libraw1394 )
opengl? (
$(add_qt_dep qtgui 'gles2=')
- media-libs/mesa[gles2?]
+ media-libs/mesa[gles2?,X(+)]
!gles2? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 7614a0c816..639463c3b5 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -40,7 +40,7 @@ COMMON_DEPEND="
ieee1394? ( sys-libs/libraw1394 )
opengl? (
$(add_qt_dep qtgui 'gles2=')
- media-libs/mesa[gles2?]
+ media-libs/mesa[gles2?,X(+)]
!gles2? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2019-06-05 19:06 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2019-06-05 19:06 UTC (permalink / raw
To: gentoo-commits
commit: f6468d1743f0474433aaf09a1f58ad41053a25bb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 5 18:09:48 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 5 18:09:48 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f6468d17
kde-plasma/kinfocenter: Set CMAKE_MIN_VERSION=3.14.3
In an attempt to fix build with ninja.
Bug: https://bugs.gentoo.org/663384
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.15.90.ebuild | 1 +
kde-plasma/kinfocenter/kinfocenter-5.16.49.9999.ebuild | 1 +
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.15.90.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.15.90.ebuild
index 4fea3e956d..084102a9d3 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.15.90.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.15.90.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+CMAKE_MIN_VERSION=3.14.3
KDE_HANDBOOK="forceoptional"
inherit kde5
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.16.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.16.49.9999.ebuild
index e43a681538..fc4be7fa25 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.16.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.16.49.9999.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+CMAKE_MIN_VERSION=3.14.3
KDE_HANDBOOK="forceoptional"
inherit kde5
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index e43a681538..fc4be7fa25 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+CMAKE_MIN_VERSION=3.14.3
KDE_HANDBOOK="forceoptional"
inherit kde5
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2019-04-13 4:15 Michael Palimaka
0 siblings, 0 replies; 60+ messages in thread
From: Michael Palimaka @ 2019-04-13 4:15 UTC (permalink / raw
To: gentoo-commits
commit: c0234ada836f96e2611b26b8c1df36a624f2f329
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 04:15:05 2019 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 04:15:20 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c0234ada
kde-plasma/kinfocenter: ninja stopped failing
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild | 1 -
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild
index afa99dfd6f..e43a681538 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild
@@ -3,7 +3,6 @@
EAPI=7
-CMAKE_MAKEFILE_GENERATOR="emake" # FIXME
KDE_HANDBOOK="forceoptional"
inherit kde5
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index afa99dfd6f..e43a681538 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -3,7 +3,6 @@
EAPI=7
-CMAKE_MAKEFILE_GENERATOR="emake" # FIXME
KDE_HANDBOOK="forceoptional"
inherit kde5
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2019-02-13 13:43 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2019-02-13 13:43 UTC (permalink / raw
To: gentoo-commits
commit: 01b29a7d17bd483bfeb96e6100e050292e1c9550
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 13 12:01:55 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 13 13:43:27 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=01b29a7d
kde-plasma/kinfocenter: Set CMAKE_MAKEFILE_GENERATOR to emake
Bug: https://bugs.gentoo.org/677866
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild | 1 +
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild
index 48792f1498..7b165090dd 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+CMAKE_MAKEFILE_GENERATOR="emake" # FIXME
KDE_HANDBOOK="forceoptional"
inherit kde5
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 48792f1498..7b165090dd 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+CMAKE_MAKEFILE_GENERATOR="emake" # FIXME
KDE_HANDBOOK="forceoptional"
inherit kde5
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2019-02-09 9:48 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2019-02-09 9:48 UTC (permalink / raw
To: gentoo-commits
commit: eb15dc71d3aeb724c8bab0d141ec7224200ae424
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 9 00:53:54 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 9 09:47:46 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=eb15dc71
kde-plasma/kinfocenter: Set KDE_HANDBOOK to forceoptional
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.15.0.ebuild | 2 +-
kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild | 2 +-
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.15.0.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.15.0.ebuild
index e27e62b267..d50937dc92 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.15.0.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.15.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
inherit kde5
DESCRIPTION="Utility providing information about the computer hardware"
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild
index 1d44f8fb01..48792f1498 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
inherit kde5
DESCRIPTION="Utility providing information about the computer hardware"
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 1d44f8fb01..48792f1498 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
inherit kde5
DESCRIPTION="Utility providing information about the computer hardware"
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2018-12-14 0:41 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2018-12-14 0:41 UTC (permalink / raw
To: gentoo-commits
commit: f609af4765d69794b2b552e76dc6a22dc3f7ae4a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 23:20:34 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 23:20:34 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f609af47
kde-plasma/kinfocenter: Update DESCRIPTION
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild
index be6e870b36..9d8bcc8300 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
KDE_HANDBOOK="true"
inherit kde5
-DESCRIPTION="A utility that provides information about a computer system"
+DESCRIPTION="Utility providing information about the computer hardware"
HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=""
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2018-12-13 22:24 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2018-12-13 22:24 UTC (permalink / raw
To: gentoo-commits
commit: 12b3263e045ddcaa321e51e93625f42cd906abdf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 21:30:26 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 22:23:59 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=12b3263e
kde-plasma/kinfocenter: Reduce pkg_postinst spam
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild | 14 +++++++++-----
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 16 ++++++++++------
2 files changed, 19 insertions(+), 11 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild
index 6cf8e420f1..be6e870b36 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild
@@ -87,10 +87,14 @@ src_install() {
}
pkg_postinst() {
- if ! has_version "net-fs/nfs-utils"; then
- elog "Installing net-fs/nfs-utils will enable the NFS information module."
- fi
- if ! has_version "net-fs/samba"; then
- elog "Installing net-fs/samba will enable the Samba status information module."
+ kde5_pkg_postinst
+
+ if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ if ! has_version "net-fs/nfs-utils"; then
+ elog "Installing net-fs/nfs-utils will enable the NFS information module."
+ fi
+ if ! has_version "net-fs/samba"; then
+ elog "Installing net-fs/samba will enable the Samba status information module."
+ fi
fi
}
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index ee9401e6cf..2cfbd78d4e 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
KDE_HANDBOOK="true"
inherit kde5
-DESCRIPTION="A utility that provides information about a computer system"
+DESCRIPTION="Utility providing information about the computer hardware"
HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=""
@@ -87,10 +87,14 @@ src_install() {
}
pkg_postinst() {
- if ! has_version "net-fs/nfs-utils"; then
- elog "Installing net-fs/nfs-utils will enable the NFS information module."
- fi
- if ! has_version "net-fs/samba"; then
- elog "Installing net-fs/samba will enable the Samba status information module."
+ kde5_pkg_postinst
+
+ if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ if ! has_version "net-fs/nfs-utils"; then
+ elog "Installing net-fs/nfs-utils will enable the NFS information module."
+ fi
+ if ! has_version "net-fs/samba"; then
+ elog "Installing net-fs/samba will enable the Samba status information module."
+ fi
fi
}
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2018-11-01 21:51 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2018-11-01 21:51 UTC (permalink / raw
To: gentoo-commits
commit: bd13a9250c16e66c15a9d98c53529f862941d149
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 1 21:34:49 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 1 21:34:49 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bd13a925
kde-plasma/kinfocenter: Add missing RDEPEND
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild
index 615e518af2..6cf8e420f1 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.14.49.9999.ebuild
@@ -53,6 +53,7 @@ DEPEND="${COMMON_DEPEND}
"
RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
+ $(add_qt_dep qtquickcontrols)
!kde-apps/kcontrol:4
!kde-misc/about-distro
!kde-plasma/kinfocenter:4
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2018-11-01 21:51 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2018-11-01 21:51 UTC (permalink / raw
To: gentoo-commits
commit: f37fea111becc07fee3ab420a2d18aff041a2742
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 1 21:34:24 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 1 21:34:24 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f37fea11
kde-plasma/kinfocenter: Add new RDEPEND
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 8335de30d3..ee9401e6cf 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -53,6 +53,7 @@ DEPEND="${COMMON_DEPEND}
"
RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
+ $(add_qt_dep qtquickcontrols2)
!kde-apps/kcontrol:4
!kde-misc/about-distro
!kde-plasma/kinfocenter:4
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2018-08-18 20:51 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2018-08-18 20:51 UTC (permalink / raw
To: gentoo-commits
commit: 34496c764e9531ada2dd0417c8742b605d0cc82e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 18 20:49:18 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 20:49:18 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=34496c76
kde-plasma/kinfocenter: Update pkg_postinst message
Package-Manager: Portage-2.3.47, Repoman-2.3.10
kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild | 4 ++--
kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild | 4 ++--
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
index cbc3e375e8..8335de30d3 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
@@ -89,7 +89,7 @@ pkg_postinst() {
if ! has_version "net-fs/nfs-utils"; then
elog "Installing net-fs/nfs-utils will enable the NFS information module."
fi
- if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
- elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
+ if ! has_version "net-fs/samba"; then
+ elog "Installing net-fs/samba will enable the Samba status information module."
fi
}
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
index cbc3e375e8..8335de30d3 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
@@ -89,7 +89,7 @@ pkg_postinst() {
if ! has_version "net-fs/nfs-utils"; then
elog "Installing net-fs/nfs-utils will enable the NFS information module."
fi
- if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
- elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
+ if ! has_version "net-fs/samba"; then
+ elog "Installing net-fs/samba will enable the Samba status information module."
fi
}
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index cbc3e375e8..8335de30d3 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -89,7 +89,7 @@ pkg_postinst() {
if ! has_version "net-fs/nfs-utils"; then
elog "Installing net-fs/nfs-utils will enable the NFS information module."
fi
- if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
- elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
+ if ! has_version "net-fs/samba"; then
+ elog "Installing net-fs/samba will enable the Samba status information module."
fi
}
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2018-08-18 20:51 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2018-08-18 20:51 UTC (permalink / raw
To: gentoo-commits
commit: e1493715139cf512504567ec34f573e9e280256a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 18 20:46:46 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 20:46:46 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1493715
kde-plasma/kinfocenter: Use elog
Package-Manager: Portage-2.3.47, Repoman-2.3.10
kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild | 4 ++--
kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild | 4 ++--
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
index e2bad37d44..cbc3e375e8 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
@@ -87,9 +87,9 @@ src_install() {
pkg_postinst() {
if ! has_version "net-fs/nfs-utils"; then
- einfo "Installing net-fs/nfs-utils will enable the NFS information module."
+ elog "Installing net-fs/nfs-utils will enable the NFS information module."
fi
if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
- einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module."
+ elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
fi
}
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
index e2bad37d44..cbc3e375e8 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
@@ -87,9 +87,9 @@ src_install() {
pkg_postinst() {
if ! has_version "net-fs/nfs-utils"; then
- einfo "Installing net-fs/nfs-utils will enable the NFS information module."
+ elog "Installing net-fs/nfs-utils will enable the NFS information module."
fi
if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
- einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module."
+ elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
fi
}
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index e2bad37d44..cbc3e375e8 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -87,9 +87,9 @@ src_install() {
pkg_postinst() {
if ! has_version "net-fs/nfs-utils"; then
- einfo "Installing net-fs/nfs-utils will enable the NFS information module."
+ elog "Installing net-fs/nfs-utils will enable the NFS information module."
fi
if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
- einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module."
+ elog "Installing net-fs/samba[server(+)] will enable the Samba status information module."
fi
}
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2018-06-25 6:52 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2018-06-25 6:52 UTC (permalink / raw
To: gentoo-commits
commit: c4687282688b4929015862847ece095706b9b8e5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 25 06:52:22 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 25 06:52:22 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c4687282
kde-plasma/kinfocenter: Remove stray ')'
Package-Manager: Portage-2.3.40, Repoman-2.3.9
kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
index 2b5190d6a5..e2bad37d44 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
@@ -71,7 +71,6 @@ src_configure() {
else
mycmakeargs+=( $(cmake-utils_use_find_package opengl OpenGL) )
fi
- )
kde5_src_configure
}
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2018-06-24 18:04 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2018-06-24 18:04 UTC (permalink / raw
To: gentoo-commits
commit: 0007b895e8a0f2110ae9eaae587c7ac52457f744
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 17:44:00 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 18:04:08 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0007b895
kde-plasma/kinfocenter: Fix cmake warning
Reported-by: Francesco Turco <fturco <AT> fastmail.fm>
Closes: https://bugs.gentoo.org/658980
Package-Manager: Portage-2.3.40, Repoman-2.3.9
kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild | 8 ++++++--
kde-plasma/kinfocenter/kinfocenter-5.13.1.ebuild | 8 ++++++--
kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild | 9 +++++++--
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 8 ++++++--
4 files changed, 25 insertions(+), 8 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
index 8eb75e0e4e..e2bad37d44 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.12.49.9999.ebuild
@@ -60,14 +60,18 @@ RDEPEND="${COMMON_DEPEND}
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package gles2 OpenGLES)
$(cmake-utils_use_find_package ieee1394 RAW1394)
- $(cmake-utils_use_find_package opengl OpenGL)
$(cmake-utils_use_find_package pci PCIUTILS)
$(cmake-utils_use_find_package wayland EGL)
$(cmake-utils_use_find_package wayland KF5Wayland)
)
+ if has_version "dev-qt/qtgui[gles2]"; then
+ mycmakeargs+=( $(cmake-utils_use_find_package gles2 OpenGLES) )
+ else
+ mycmakeargs+=( $(cmake-utils_use_find_package opengl OpenGL) )
+ fi
+
kde5_src_configure
}
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.13.1.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.13.1.ebuild
index ff2f95c959..e0627f416e 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.13.1.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.13.1.ebuild
@@ -60,14 +60,18 @@ RDEPEND="${COMMON_DEPEND}
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package gles2 OpenGLES)
$(cmake-utils_use_find_package ieee1394 RAW1394)
- $(cmake-utils_use_find_package opengl OpenGL)
$(cmake-utils_use_find_package pci PCIUTILS)
$(cmake-utils_use_find_package wayland EGL)
$(cmake-utils_use_find_package wayland KF5Wayland)
)
+ if has_version "dev-qt/qtgui[gles2]"; then
+ mycmakeargs+=( $(cmake-utils_use_find_package gles2 OpenGLES) )
+ else
+ mycmakeargs+=( $(cmake-utils_use_find_package opengl OpenGL) )
+ fi
+
kde5_src_configure
}
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
index 8eb75e0e4e..2b5190d6a5 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild
@@ -60,14 +60,19 @@ RDEPEND="${COMMON_DEPEND}
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package gles2 OpenGLES)
$(cmake-utils_use_find_package ieee1394 RAW1394)
- $(cmake-utils_use_find_package opengl OpenGL)
$(cmake-utils_use_find_package pci PCIUTILS)
$(cmake-utils_use_find_package wayland EGL)
$(cmake-utils_use_find_package wayland KF5Wayland)
)
+ if has_version "dev-qt/qtgui[gles2]"; then
+ mycmakeargs+=( $(cmake-utils_use_find_package gles2 OpenGLES) )
+ else
+ mycmakeargs+=( $(cmake-utils_use_find_package opengl OpenGL) )
+ fi
+ )
+
kde5_src_configure
}
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 8eb75e0e4e..e2bad37d44 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -60,14 +60,18 @@ RDEPEND="${COMMON_DEPEND}
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package gles2 OpenGLES)
$(cmake-utils_use_find_package ieee1394 RAW1394)
- $(cmake-utils_use_find_package opengl OpenGL)
$(cmake-utils_use_find_package pci PCIUTILS)
$(cmake-utils_use_find_package wayland EGL)
$(cmake-utils_use_find_package wayland KF5Wayland)
)
+ if has_version "dev-qt/qtgui[gles2]"; then
+ mycmakeargs+=( $(cmake-utils_use_find_package gles2 OpenGLES) )
+ else
+ mycmakeargs+=( $(cmake-utils_use_find_package opengl OpenGL) )
+ fi
+
kde5_src_configure
}
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2017-03-30 16:57 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2017-03-30 16:57 UTC (permalink / raw
To: gentoo-commits
commit: a1371bdeb8cd73ebdf8a9937d001d17cacc9d402
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 16:56:46 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 16:56:46 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a1371bde
kde-plasma/kinfocenter: Fix DEPENDs
Upstream commit fab046273c6afb0fd873fbdf8248dbf7fff87eec
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 7abf15dcba..eb5c72447f 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -20,9 +20,9 @@ COMMON_DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2017-03-21 12:52 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2017-03-21 12:52 UTC (permalink / raw
To: gentoo-commits
commit: 71ed786146a3b7125cf786eb4d564f86843e8b39
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 12:50:04 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 12:52:10 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=71ed7861
kde-plasma/kinfocenter: Backport USE=egl -> wayland to 5.9 branch
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-plasma/kinfocenter/kinfocenter-5.9.49.9999.ebuild | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.9.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.9.49.9999.ebuild
index 8c2107ed14..7abf15dcba 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.9.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.9.49.9999.ebuild
@@ -10,9 +10,9 @@ DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=""
-IUSE="egl gles2 ieee1394 +opengl +pci wayland"
+IUSE="gles2 ieee1394 +opengl +pci wayland"
-REQUIRED_USE="egl? ( || ( gles2 opengl ) )"
+REQUIRED_USE="wayland? ( || ( gles2 opengl ) )"
COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
@@ -39,11 +39,14 @@ COMMON_DEPEND="
ieee1394? ( sys-libs/libraw1394 )
opengl? (
$(add_qt_dep qtgui 'gles2=')
- media-libs/mesa[egl?,gles2?]
+ media-libs/mesa[gles2?]
!gles2? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
- wayland? ( $(add_frameworks_dep kwayland) )
+ wayland? (
+ $(add_frameworks_dep kwayland)
+ media-libs/mesa[egl]
+ )
"
DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep plasma)
@@ -57,11 +60,11 @@ RDEPEND="${COMMON_DEPEND}
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package egl EGL)
$(cmake-utils_use_find_package gles2 OpenGLES)
$(cmake-utils_use_find_package ieee1394 RAW1394)
$(cmake-utils_use_find_package opengl OpenGL)
$(cmake-utils_use_find_package pci PCIUTILS)
+ $(cmake-utils_use_find_package wayland EGL)
$(cmake-utils_use_find_package wayland KF5Wayland)
)
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2017-03-18 22:27 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2017-03-18 22:27 UTC (permalink / raw
To: gentoo-commits
commit: fea7ebbb113dbbe29f5dc5f5ffb1c8275d49505d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 14:26:14 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 22:27:21 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fea7ebbb
kde-plasma/kinfocenter: Simplify as with KF5Plasma, USE=egl -> wayland
Follow-up to 98f15f920f16ddfdf147205ff66956b5cb64aeeb
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 8c2107ed14..7abf15dcba 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -10,9 +10,9 @@ DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=""
-IUSE="egl gles2 ieee1394 +opengl +pci wayland"
+IUSE="gles2 ieee1394 +opengl +pci wayland"
-REQUIRED_USE="egl? ( || ( gles2 opengl ) )"
+REQUIRED_USE="wayland? ( || ( gles2 opengl ) )"
COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
@@ -39,11 +39,14 @@ COMMON_DEPEND="
ieee1394? ( sys-libs/libraw1394 )
opengl? (
$(add_qt_dep qtgui 'gles2=')
- media-libs/mesa[egl?,gles2?]
+ media-libs/mesa[gles2?]
!gles2? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
- wayland? ( $(add_frameworks_dep kwayland) )
+ wayland? (
+ $(add_frameworks_dep kwayland)
+ media-libs/mesa[egl]
+ )
"
DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep plasma)
@@ -57,11 +60,11 @@ RDEPEND="${COMMON_DEPEND}
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package egl EGL)
$(cmake-utils_use_find_package gles2 OpenGLES)
$(cmake-utils_use_find_package ieee1394 RAW1394)
$(cmake-utils_use_find_package opengl OpenGL)
$(cmake-utils_use_find_package pci PCIUTILS)
+ $(cmake-utils_use_find_package wayland EGL)
$(cmake-utils_use_find_package wayland KF5Wayland)
)
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2017-03-10 18:18 Andreas Sturmlechner
0 siblings, 0 replies; 60+ messages in thread
From: Andreas Sturmlechner @ 2017-03-10 18:18 UTC (permalink / raw
To: gentoo-commits
commit: 442c1ad88c8554e59fe3f29061c7ca7b205108a1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 18:14:37 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 18:14:37 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=442c1ad8
kde-plasma/kinfocenter: Fix blocker
Reported-by: Torsten Kaiser <storklerk <AT> bardioc.thoregon.eu>
Gentoo-bug: 612154
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-plasma/kinfocenter/kinfocenter-5.8.49.9999.ebuild | 4 ++--
kde-plasma/kinfocenter/kinfocenter-5.9.49.9999.ebuild | 4 ++--
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.8.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.8.49.9999.ebuild
index 135afe9e5c..8c2107ed14 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.8.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.8.49.9999.ebuild
@@ -50,9 +50,9 @@ DEPEND="${COMMON_DEPEND}
"
RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
- !kde-base/kcontrol:4
- !kde-plasma/kinfocenter:4
+ !kde-apps/kcontrol:4
!kde-misc/about-distro
+ !kde-plasma/kinfocenter:4
"
src_configure() {
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.9.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.9.49.9999.ebuild
index 135afe9e5c..8c2107ed14 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.9.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.9.49.9999.ebuild
@@ -50,9 +50,9 @@ DEPEND="${COMMON_DEPEND}
"
RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
- !kde-base/kcontrol:4
- !kde-plasma/kinfocenter:4
+ !kde-apps/kcontrol:4
!kde-misc/about-distro
+ !kde-plasma/kinfocenter:4
"
src_configure() {
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 135afe9e5c..8c2107ed14 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -50,9 +50,9 @@ DEPEND="${COMMON_DEPEND}
"
RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
- !kde-base/kcontrol:4
- !kde-plasma/kinfocenter:4
+ !kde-apps/kcontrol:4
!kde-misc/about-distro
+ !kde-plasma/kinfocenter:4
"
src_configure() {
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2016-11-03 19:15 Johannes Huber
0 siblings, 0 replies; 60+ messages in thread
From: Johannes Huber @ 2016-11-03 19:15 UTC (permalink / raw
To: gentoo-commits
commit: eab417392b01b163b7e15cf2fd5f7b9a86467060
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 3 19:08:35 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 19:08:35 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=eab41739
kde-plasma/kinfocenter: Update blocker
Package-Manager: portage-2.3.2
kde-plasma/kinfocenter/kinfocenter-5.8.49.9999.ebuild | 2 +-
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.8.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.8.49.9999.ebuild
index 8f81aee..ec0d2c0 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.8.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.8.49.9999.ebuild
@@ -52,7 +52,7 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
!kde-base/kcontrol:4
- !kde-base/kinfocenter:4
+ !kde-plasma/kinfocenter:4
!kde-misc/about-distro
"
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 8f81aee..ec0d2c0 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -52,7 +52,7 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
!kde-base/kcontrol:4
- !kde-base/kinfocenter:4
+ !kde-plasma/kinfocenter:4
!kde-misc/about-distro
"
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2016-07-20 17:18 Michael Palimaka
0 siblings, 0 replies; 60+ messages in thread
From: Michael Palimaka @ 2016-07-20 17:18 UTC (permalink / raw
To: gentoo-commits
commit: b61d5211e9565557ad067c3c2042ad3a807569a9
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jul 3 18:19:43 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 17:18:46 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b61d5211
kde-plasma/kinfocenter: Drop USE="nfs,samba", add pkg_postinst messages
Pulling in Samba to be able to retrieve information about it - there
is no good reason to make Portage waste time on these.
Package-Manager: portage-2.2.28
kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild | 13 ++++++++++---
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 13 ++++++++++---
kde-plasma/kinfocenter/metadata.xml | 2 --
3 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild
index f61f836..8f81aee 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=""
-IUSE="egl gles2 ieee1394 nfs +opengl +pci samba wayland"
+IUSE="egl gles2 ieee1394 +opengl +pci wayland"
REQUIRED_USE="egl? ( || ( gles2 opengl ) )"
@@ -50,8 +50,6 @@ DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep plasma)
"
RDEPEND="${COMMON_DEPEND}
- nfs? ( net-fs/nfs-utils )
- samba? ( net-fs/samba[server(+)] )
$(add_plasma_dep kde-cli-tools)
!kde-base/kcontrol:4
!kde-base/kinfocenter:4
@@ -80,3 +78,12 @@ src_install() {
insinto /usr/share/${PN}
doins "${DISTDIR}"/glogo-small.png
}
+
+pkg_postinst() {
+ if ! has_version "net-fs/nfs-utils"; then
+ einfo "Installing net-fs/nfs-utils will enable the NFS information module."
+ fi
+ if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
+ einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module."
+ fi
+}
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index f61f836..8f81aee 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=""
-IUSE="egl gles2 ieee1394 nfs +opengl +pci samba wayland"
+IUSE="egl gles2 ieee1394 +opengl +pci wayland"
REQUIRED_USE="egl? ( || ( gles2 opengl ) )"
@@ -50,8 +50,6 @@ DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep plasma)
"
RDEPEND="${COMMON_DEPEND}
- nfs? ( net-fs/nfs-utils )
- samba? ( net-fs/samba[server(+)] )
$(add_plasma_dep kde-cli-tools)
!kde-base/kcontrol:4
!kde-base/kinfocenter:4
@@ -80,3 +78,12 @@ src_install() {
insinto /usr/share/${PN}
doins "${DISTDIR}"/glogo-small.png
}
+
+pkg_postinst() {
+ if ! has_version "net-fs/nfs-utils"; then
+ einfo "Installing net-fs/nfs-utils will enable the NFS information module."
+ fi
+ if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then
+ einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module."
+ fi
+}
diff --git a/kde-plasma/kinfocenter/metadata.xml b/kde-plasma/kinfocenter/metadata.xml
index a7b6bc1..66b716b 100644
--- a/kde-plasma/kinfocenter/metadata.xml
+++ b/kde-plasma/kinfocenter/metadata.xml
@@ -8,8 +8,6 @@
<use>
<flag name="egl">Retrieve information about OpenGL via EGL</flag>
<flag name="gles2">Show OpenGL ES information in kinfocenter</flag>
- <flag name="nfs">Show information about NFS mounts, shares and log entries</flag>
<flag name="pci">Show advanced PCI information</flag>
- <flag name="samba">Show information about Samba mounts, shares and log entries</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2016-06-19 10:50 Michael Palimaka
0 siblings, 0 replies; 60+ messages in thread
From: Michael Palimaka @ 2016-06-19 10:50 UTC (permalink / raw
To: gentoo-commits
commit: 8c41ac01260df38d6de705108fb89545988e8a14
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 10:49:41 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 10:50:27 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c41ac01
kde-plasma/kinfocenter: samba/nfs are not required at build time
Package-Manager: portage-2.3.0_rc1
kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild | 4 ++--
kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild | 4 ++--
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild
index f4f8af2..f2e3678 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild
@@ -38,20 +38,20 @@ COMMON_DEPEND="
$(add_qt_dep qtwidgets)
x11-libs/libX11
ieee1394? ( sys-libs/libraw1394 )
- nfs? ( net-fs/nfs-utils )
opengl? (
$(add_qt_dep qtgui 'gles2=')
media-libs/mesa[egl?,gles2?]
!gles2? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
- samba? ( net-fs/samba[server(+)] )
wayland? ( $(add_frameworks_dep kwayland) )
"
DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep plasma)
"
RDEPEND="${COMMON_DEPEND}
+ nfs? ( net-fs/nfs-utils )
+ samba? ( net-fs/samba[server(+)] )
$(add_plasma_dep kde-cli-tools)
!kde-base/kcontrol:4
!kde-base/kinfocenter:4
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild
index 044ed69..f2bb9d5 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild
@@ -38,20 +38,20 @@ COMMON_DEPEND="
$(add_qt_dep qtwidgets)
x11-libs/libX11
ieee1394? ( sys-libs/libraw1394 )
- nfs? ( net-fs/nfs-utils )
opengl? (
$(add_qt_dep qtgui 'gles2=')
media-libs/mesa[egl?,gles2?]
!gles2? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
- samba? ( net-fs/samba[server(+)] )
wayland? ( $(add_frameworks_dep kwayland) )
"
DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep plasma)
"
RDEPEND="${COMMON_DEPEND}
+ nfs? ( net-fs/nfs-utils )
+ samba? ( net-fs/samba[server(+)] )
$(add_plasma_dep kde-cli-tools)
!kde-base/kcontrol:4
!kde-base/kinfocenter:4
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 044ed69..f2bb9d5 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -38,20 +38,20 @@ COMMON_DEPEND="
$(add_qt_dep qtwidgets)
x11-libs/libX11
ieee1394? ( sys-libs/libraw1394 )
- nfs? ( net-fs/nfs-utils )
opengl? (
$(add_qt_dep qtgui 'gles2=')
media-libs/mesa[egl?,gles2?]
!gles2? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
- samba? ( net-fs/samba[server(+)] )
wayland? ( $(add_frameworks_dep kwayland) )
"
DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep plasma)
"
RDEPEND="${COMMON_DEPEND}
+ nfs? ( net-fs/nfs-utils )
+ samba? ( net-fs/samba[server(+)] )
$(add_plasma_dep kde-cli-tools)
!kde-base/kcontrol:4
!kde-base/kinfocenter:4
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2016-06-19 10:50 Michael Palimaka
0 siblings, 0 replies; 60+ messages in thread
From: Michael Palimaka @ 2016-06-19 10:50 UTC (permalink / raw
To: gentoo-commits
commit: 2cec649eac7b03b2dd5e71a3df8d7a48b5ac5931
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 10:47:15 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 10:50:27 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2cec649e
kde-plasma/kinfocenter: simplify opengl handling
Package-Manager: portage-2.3.0_rc1
kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild | 20 +++++++-------------
.../kinfocenter/kinfocenter-5.7.49.9999.ebuild | 20 +++++++-------------
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 20 +++++++-------------
kde-plasma/kinfocenter/metadata.xml | 2 +-
4 files changed, 22 insertions(+), 40 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild
index 447df16..f4f8af2 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild
@@ -11,9 +11,9 @@ DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS="~amd64 ~x86"
-IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland"
+IUSE="egl gles2 ieee1394 +opengl +pci samba nfs wayland"
-REQUIRED_USE="egl? ( || ( gles opengl ) )"
+REQUIRED_USE="egl? ( || ( gles2 opengl ) )"
COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
@@ -34,21 +34,15 @@ COMMON_DEPEND="
$(add_frameworks_dep solid)
$(add_qt_dep qtdbus)
$(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui 'opengl(+)')
+ $(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
x11-libs/libX11
- gles? (
- $(add_qt_dep qtgui 'gles2')
- || (
- media-libs/mesa[egl,gles1]
- media-libs/mesa[egl,gles2]
- )
- )
ieee1394? ( sys-libs/libraw1394 )
nfs? ( net-fs/nfs-utils )
opengl? (
- virtual/glu
- virtual/opengl
+ $(add_qt_dep qtgui 'gles2=')
+ media-libs/mesa[egl?,gles2?]
+ !gles2? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
samba? ( net-fs/samba[server(+)] )
@@ -67,7 +61,7 @@ RDEPEND="${COMMON_DEPEND}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package egl EGL)
- $(cmake-utils_use_find_package gles OpenGLES)
+ $(cmake-utils_use_find_package gles2 OpenGLES)
$(cmake-utils_use_find_package ieee1394 RAW1394)
$(cmake-utils_use_find_package opengl OpenGL)
$(cmake-utils_use_find_package pci PCIUTILS)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild
index 576858a..044ed69 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild
@@ -11,9 +11,9 @@ DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=""
-IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland"
+IUSE="egl gles2 ieee1394 +opengl +pci samba nfs wayland"
-REQUIRED_USE="egl? ( || ( gles opengl ) )"
+REQUIRED_USE="egl? ( || ( gles2 opengl ) )"
COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
@@ -34,21 +34,15 @@ COMMON_DEPEND="
$(add_frameworks_dep solid)
$(add_qt_dep qtdbus)
$(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui 'opengl(+)')
+ $(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
x11-libs/libX11
- gles? (
- $(add_qt_dep qtgui 'gles2')
- || (
- media-libs/mesa[egl,gles1]
- media-libs/mesa[egl,gles2]
- )
- )
ieee1394? ( sys-libs/libraw1394 )
nfs? ( net-fs/nfs-utils )
opengl? (
- virtual/glu
- virtual/opengl
+ $(add_qt_dep qtgui 'gles2=')
+ media-libs/mesa[egl?,gles2?]
+ !gles2? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
samba? ( net-fs/samba[server(+)] )
@@ -67,7 +61,7 @@ RDEPEND="${COMMON_DEPEND}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package egl EGL)
- $(cmake-utils_use_find_package gles OpenGLES)
+ $(cmake-utils_use_find_package gles2 OpenGLES)
$(cmake-utils_use_find_package ieee1394 RAW1394)
$(cmake-utils_use_find_package opengl OpenGL)
$(cmake-utils_use_find_package pci PCIUTILS)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 576858a..044ed69 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -11,9 +11,9 @@ DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=""
-IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland"
+IUSE="egl gles2 ieee1394 +opengl +pci samba nfs wayland"
-REQUIRED_USE="egl? ( || ( gles opengl ) )"
+REQUIRED_USE="egl? ( || ( gles2 opengl ) )"
COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
@@ -34,21 +34,15 @@ COMMON_DEPEND="
$(add_frameworks_dep solid)
$(add_qt_dep qtdbus)
$(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui 'opengl(+)')
+ $(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
x11-libs/libX11
- gles? (
- $(add_qt_dep qtgui 'gles2')
- || (
- media-libs/mesa[egl,gles1]
- media-libs/mesa[egl,gles2]
- )
- )
ieee1394? ( sys-libs/libraw1394 )
nfs? ( net-fs/nfs-utils )
opengl? (
- virtual/glu
- virtual/opengl
+ $(add_qt_dep qtgui 'gles2=')
+ media-libs/mesa[egl?,gles2?]
+ !gles2? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
samba? ( net-fs/samba[server(+)] )
@@ -67,7 +61,7 @@ RDEPEND="${COMMON_DEPEND}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package egl EGL)
- $(cmake-utils_use_find_package gles OpenGLES)
+ $(cmake-utils_use_find_package gles2 OpenGLES)
$(cmake-utils_use_find_package ieee1394 RAW1394)
$(cmake-utils_use_find_package opengl OpenGL)
$(cmake-utils_use_find_package pci PCIUTILS)
diff --git a/kde-plasma/kinfocenter/metadata.xml b/kde-plasma/kinfocenter/metadata.xml
index 0f7bb73..a7b6bc1 100644
--- a/kde-plasma/kinfocenter/metadata.xml
+++ b/kde-plasma/kinfocenter/metadata.xml
@@ -7,7 +7,7 @@
</maintainer>
<use>
<flag name="egl">Retrieve information about OpenGL via EGL</flag>
- <flag name="gles">Show OpenGL ES information in kinfocenter</flag>
+ <flag name="gles2">Show OpenGL ES information in kinfocenter</flag>
<flag name="nfs">Show information about NFS mounts, shares and log entries</flag>
<flag name="pci">Show advanced PCI information</flag>
<flag name="samba">Show information about Samba mounts, shares and log entries</flag>
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2016-06-19 10:50 Michael Palimaka
0 siblings, 0 replies; 60+ messages in thread
From: Michael Palimaka @ 2016-06-19 10:50 UTC (permalink / raw
To: gentoo-commits
commit: da3e7f9e0b42d968927346e351e7d52e7938f4cb
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 10:50:22 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 10:50:27 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=da3e7f9e
kde-plasma/kinfocenter: sort IUSE
Package-Manager: portage-2.3.0_rc1
kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild | 2 +-
kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild | 2 +-
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild
index f2e3678..5181073 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS="~amd64 ~x86"
-IUSE="egl gles2 ieee1394 +opengl +pci samba nfs wayland"
+IUSE="egl gles2 ieee1394 nfs +opengl +pci samba wayland"
REQUIRED_USE="egl? ( || ( gles2 opengl ) )"
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild
index f2bb9d5..f61f836 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.7.49.9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=""
-IUSE="egl gles2 ieee1394 +opengl +pci samba nfs wayland"
+IUSE="egl gles2 ieee1394 nfs +opengl +pci samba wayland"
REQUIRED_USE="egl? ( || ( gles2 opengl ) )"
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index f2bb9d5..f61f836 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=""
-IUSE="egl gles2 ieee1394 +opengl +pci samba nfs wayland"
+IUSE="egl gles2 ieee1394 nfs +opengl +pci samba wayland"
REQUIRED_USE="egl? ( || ( gles2 opengl ) )"
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2016-05-11 11:55 Michael Palimaka
0 siblings, 0 replies; 60+ messages in thread
From: Michael Palimaka @ 2016-05-11 11:55 UTC (permalink / raw
To: gentoo-commits
commit: 9cd9ccf8c7acac055cf78d1246e0e86d7205649f
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 11:55:09 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed May 11 11:55:09 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9cd9ccf8
kde-plasma/kinfocenter: raise minimal frameworks dependency
Raising the minimal frameworks dependency will prevent potential issues due to
a build conditional:
Modules/about-distro/src/Module.cpp:#if KCOREADDONS_VERSION >= QT_VERSION_CHECK(5,20,0)
Package-Manager: portage-2.2.28
kde-plasma/kinfocenter/kinfocenter-5.6.49.9999.ebuild | 1 +
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.6.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.6.49.9999.ebuild
index 576858a..846468f 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.6.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.6.49.9999.ebuild
@@ -4,6 +4,7 @@
EAPI=6
+FRAMEWORKS_MINIMAL="5.20.0"
KDE_HANDBOOK="true"
inherit kde5
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 576858a..846468f 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -4,6 +4,7 @@
EAPI=6
+FRAMEWORKS_MINIMAL="5.20.0"
KDE_HANDBOOK="true"
inherit kde5
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2016-04-20 13:19 Michael Palimaka
0 siblings, 0 replies; 60+ messages in thread
From: Michael Palimaka @ 2016-04-20 13:19 UTC (permalink / raw
To: gentoo-commits
commit: 547e9fde71cd4d55a116db65e96b92a41bf1d23e
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 13:19:25 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 13:19:29 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=547e9fde
kde-plasma/kinfocenter: remove X USE flag
Building with USE="-X opengl" causes a build failure. Additionally, the
X-Server information screen is not removed - it remains, but empty.
Gentoo-bug: 580472
Package-Manager: portage-2.2.28
kde-plasma/kinfocenter/kinfocenter-5.6.49.9999.ebuild | 5 ++---
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.6.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.6.49.9999.ebuild
index 12a10e1..ce14538 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.6.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.6.49.9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=""
-IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland X"
+IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland"
REQUIRED_USE="egl? ( || ( gles opengl ) )"
@@ -36,6 +36,7 @@ COMMON_DEPEND="
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui 'opengl(+)')
$(add_qt_dep qtwidgets)
+ x11-libs/libX11
gles? (
$(add_qt_dep qtgui 'gles2')
|| (
@@ -52,7 +53,6 @@ COMMON_DEPEND="
pci? ( sys-apps/pciutils )
samba? ( net-fs/samba[server(+)] )
wayland? ( $(add_plasma_dep kwayland) )
- X? ( x11-libs/libX11 )
"
DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep plasma)
@@ -72,7 +72,6 @@ src_configure() {
$(cmake-utils_use_find_package opengl OpenGL)
$(cmake-utils_use_find_package pci PCIUTILS)
$(cmake-utils_use_find_package wayland KF5Wayland)
- $(cmake-utils_use_find_package X X11)
)
kde5_src_configure
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 12a10e1..ce14538 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/"
SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=""
-IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland X"
+IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland"
REQUIRED_USE="egl? ( || ( gles opengl ) )"
@@ -36,6 +36,7 @@ COMMON_DEPEND="
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui 'opengl(+)')
$(add_qt_dep qtwidgets)
+ x11-libs/libX11
gles? (
$(add_qt_dep qtgui 'gles2')
|| (
@@ -52,7 +53,6 @@ COMMON_DEPEND="
pci? ( sys-apps/pciutils )
samba? ( net-fs/samba[server(+)] )
wayland? ( $(add_plasma_dep kwayland) )
- X? ( x11-libs/libX11 )
"
DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep plasma)
@@ -72,7 +72,6 @@ src_configure() {
$(cmake-utils_use_find_package opengl OpenGL)
$(cmake-utils_use_find_package pci PCIUTILS)
$(cmake-utils_use_find_package wayland KF5Wayland)
- $(cmake-utils_use_find_package X X11)
)
kde5_src_configure
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2015-08-07 19:05 Michael Palimaka
0 siblings, 0 replies; 60+ messages in thread
From: Michael Palimaka @ 2015-08-07 19:05 UTC (permalink / raw
To: gentoo-commits
commit: 1da1a498b32090a82e03a7698b951d320186f11a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 7 19:05:42 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 19:05:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1da1a498
[kde-plasma/kinfocenter] Add new dependencies.
Upstream commit: 705a796926510c7f7835d56f2d58459e7f398c5b
Package-Manager: portage-2.2.20
kde-plasma/kinfocenter/kinfocenter-5.3.95.ebuild | 4 ++++
kde-plasma/kinfocenter/kinfocenter-5.4.49.9999.ebuild | 4 ++++
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 ++++
3 files changed, 12 insertions(+)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.3.95.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.3.95.ebuild
index 2fe9d24..b649bfd 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.3.95.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.3.95.ebuild
@@ -22,14 +22,18 @@ COMMON_DEPEND="
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdeclarative)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
+ $(add_frameworks_dep kpackage)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
+ dev-qt/qtdbus:5
+ dev-qt/qtdeclarative:5
dev-qt/qtgui:5[opengl(+)]
dev-qt/qtwidgets:5
gles? (
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.4.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.4.49.9999.ebuild
index c8f61f6..00c86a8 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.4.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.4.49.9999.ebuild
@@ -22,14 +22,18 @@ COMMON_DEPEND="
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdeclarative)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
+ $(add_frameworks_dep kpackage)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
+ dev-qt/qtdbus:5
+ dev-qt/qtdeclarative:5
dev-qt/qtgui:5[opengl(+)]
dev-qt/qtwidgets:5
gles? (
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index c8f61f6..00c86a8 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -22,14 +22,18 @@ COMMON_DEPEND="
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdeclarative)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
+ $(add_frameworks_dep kpackage)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
+ dev-qt/qtdbus:5
+ dev-qt/qtdeclarative:5
dev-qt/qtgui:5[opengl(+)]
dev-qt/qtwidgets:5
gles? (
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2015-06-11 16:06 Johannes Huber
0 siblings, 0 replies; 60+ messages in thread
From: Johannes Huber @ 2015-06-11 16:06 UTC (permalink / raw
To: gentoo-commits
commit: 97e07b79df4ea590c92a74bbd75c2f551c534b46
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 11 16:05:46 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 16:06:24 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=97e07b79
[kde-plasma/kinfocenter] Adjust dev-qt/qtgui USE dependencies, bug #551772
opengl USE flag will be removed by qt herd.
Package-Manager: portage-2.2.20
kde-plasma/kinfocenter/kinfocenter-5.3.49.9999.ebuild | 2 +-
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.3.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.3.49.9999.ebuild
index f4a416f..c8f61f6 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.3.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.3.49.9999.ebuild
@@ -30,7 +30,7 @@ COMMON_DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
- dev-qt/qtgui:5[opengl?]
+ dev-qt/qtgui:5[opengl(+)]
dev-qt/qtwidgets:5
gles? (
dev-qt/qtgui:5[gles2]
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index f4a416f..c8f61f6 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -30,7 +30,7 @@ COMMON_DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
- dev-qt/qtgui:5[opengl?]
+ dev-qt/qtgui:5[opengl(+)]
dev-qt/qtwidgets:5
gles? (
dev-qt/qtgui:5[gles2]
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2015-04-13 14:30 Manuel Rüger
0 siblings, 0 replies; 60+ messages in thread
From: Manuel Rüger @ 2015-04-13 14:30 UTC (permalink / raw
To: gentoo-commits
commit: e1a4a7118ba17ae583031fd2ddf31e2b396a52d6
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 14:30:13 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 14:30:13 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1a4a711
[kde-plasma/kinfocenter] Fix SRC_URI for Gentoo logo.
Package-Manager: portage-2.2.18
kde-plasma/kinfocenter/kinfocenter-5.2.95.ebuild | 2 +-
kde-plasma/kinfocenter/kinfocenter-5.3.49.9999.ebuild | 2 +-
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.2.95.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.2.95.ebuild
index 4e761eb..be31216 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.2.95.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.2.95.ebuild
@@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/"
-SRC_URI+=" http://www.gentoo.org/images/glogo-small.png"
+SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=" ~amd64"
IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland X"
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.3.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.3.49.9999.ebuild
index 91814e2..f4a416f 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.3.49.9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.3.49.9999.ebuild
@@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/"
-SRC_URI+=" http://www.gentoo.org/images/glogo-small.png"
+SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=""
IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland X"
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 91814e2..f4a416f 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="A utility that provides information about a computer system"
HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/"
-SRC_URI+=" http://www.gentoo.org/images/glogo-small.png"
+SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
KEYWORDS=""
IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland X"
^ permalink raw reply related [flat|nested] 60+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
@ 2015-01-17 19:10 Johannes Huber
0 siblings, 0 replies; 60+ messages in thread
From: Johannes Huber @ 2015-01-17 19:10 UTC (permalink / raw
To: gentoo-commits
commit: b553b3635f2bad974a7bb1bf960b4c0147ff7c6d
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 17 18:23:10 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jan 17 18:23:10 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b553b363
[kde-plasma/kinfocenter] Fix file collison with kde-base/kinfocenter
Package-Manager: portage-2.2.15
---
kde-plasma/kinfocenter/kinfocenter-5.1.2.ebuild | 4 ++--
kde-plasma/kinfocenter/kinfocenter-5.1.95.ebuild | 4 ++--
kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.1.2.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.1.2.ebuild
index 6561b17..91cb219 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.1.2.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.1.2.ebuild
@@ -48,8 +48,8 @@ RDEPEND="
samba? ( net-fs/samba[server(+)] )
wayland? ( $(add_kdeplasma_dep kwayland) )
X? ( x11-libs/libX11 )
- !kde-base/kcontrol:4
- !kde-base/kinfocenter:4
+ !kde-base/kcontrol
+ !kde-base/kinfocenter
"
DEPEND="${RDEPEND}
$(add_frameworks_dep plasma)
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.1.95.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.1.95.ebuild
index 6561b17..91cb219 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.1.95.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.1.95.ebuild
@@ -48,8 +48,8 @@ RDEPEND="
samba? ( net-fs/samba[server(+)] )
wayland? ( $(add_kdeplasma_dep kwayland) )
X? ( x11-libs/libX11 )
- !kde-base/kcontrol:4
- !kde-base/kinfocenter:4
+ !kde-base/kcontrol
+ !kde-base/kinfocenter
"
DEPEND="${RDEPEND}
$(add_frameworks_dep plasma)
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 936f5ff..c1fd54a 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -48,8 +48,8 @@ RDEPEND="
samba? ( net-fs/samba[server(+)] )
wayland? ( $(add_kdeplasma_dep kwayland) )
X? ( x11-libs/libX11 )
- !kde-base/kcontrol:4
- !kde-base/kinfocenter:4
+ !kde-base/kcontrol
+ !kde-base/kinfocenter
"
DEPEND="${RDEPEND}
$(add_frameworks_dep plasma)
^ permalink raw reply related [flat|nested] 60+ messages in thread
end of thread, other threads:[~2024-09-14 15:16 UTC | newest]
Thread overview: 60+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-02 20:49 [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-09-14 15:16 Andreas Sturmlechner
2024-08-10 14:16 Andreas Sturmlechner
2024-06-30 22:51 Andreas Sturmlechner
2024-05-30 12:24 Andreas Sturmlechner
2024-05-15 19:32 Andreas Sturmlechner
2024-02-27 22:08 Andreas Sturmlechner
2023-12-16 12:34 Andreas Sturmlechner
2023-09-18 21:06 Andreas Sturmlechner
2023-01-16 18:58 Andreas Sturmlechner
2022-12-13 19:14 Andreas Sturmlechner
2022-10-09 16:39 Andreas Sturmlechner
2022-09-14 14:03 Andreas Sturmlechner
2022-02-09 20:30 Andreas Sturmlechner
2022-01-15 15:06 Andreas Sturmlechner
2022-01-15 15:06 Andreas Sturmlechner
2022-01-15 15:06 Andreas Sturmlechner
2022-01-15 15:06 Andreas Sturmlechner
2022-01-15 15:06 Andreas Sturmlechner
2021-08-26 16:46 Andreas Sturmlechner
2021-08-26 16:46 Andreas Sturmlechner
2021-07-29 18:12 Andreas Sturmlechner
2021-04-25 22:26 Andreas Sturmlechner
2021-04-04 19:21 Andreas Sturmlechner
2021-01-21 14:27 Andreas Sturmlechner
2020-09-28 21:26 Andreas Sturmlechner
2020-09-28 21:26 Andreas Sturmlechner
2020-09-07 15:07 Andreas Sturmlechner
2020-05-13 21:35 Andreas Sturmlechner
2020-01-28 13:46 Andreas Sturmlechner
2020-01-02 21:07 Andreas Sturmlechner
2019-11-16 10:07 Andreas Sturmlechner
2019-08-18 11:40 Andreas Sturmlechner
2019-06-05 19:06 Andreas Sturmlechner
2019-04-13 4:15 Michael Palimaka
2019-02-13 13:43 Andreas Sturmlechner
2019-02-09 9:48 Andreas Sturmlechner
2018-12-14 0:41 Andreas Sturmlechner
2018-12-13 22:24 Andreas Sturmlechner
2018-11-01 21:51 Andreas Sturmlechner
2018-11-01 21:51 Andreas Sturmlechner
2018-08-18 20:51 Andreas Sturmlechner
2018-08-18 20:51 Andreas Sturmlechner
2018-06-25 6:52 Andreas Sturmlechner
2018-06-24 18:04 Andreas Sturmlechner
2017-03-30 16:57 Andreas Sturmlechner
2017-03-21 12:52 Andreas Sturmlechner
2017-03-18 22:27 Andreas Sturmlechner
2017-03-10 18:18 Andreas Sturmlechner
2016-11-03 19:15 Johannes Huber
2016-07-20 17:18 Michael Palimaka
2016-06-19 10:50 Michael Palimaka
2016-06-19 10:50 Michael Palimaka
2016-06-19 10:50 Michael Palimaka
2016-05-11 11:55 Michael Palimaka
2016-04-20 13:19 Michael Palimaka
2015-08-07 19:05 Michael Palimaka
2015-06-11 16:06 Johannes Huber
2015-04-13 14:30 Manuel Rüger
2015-01-17 19:10 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox