* [gentoo-commits] proj/kde-sunset:master commit in: kde-plasma/plasma-workspace/
@ 2020-08-16 16:45 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-08-16 16:45 UTC (permalink / raw
To: gentoo-commits
commit: 710929cda7f989970d1a763b3200d6653ed2e828
Author: Tommy Yu <y <AT> metatoaster <DOT> com>
AuthorDate: Fri Jul 24 04:34:27 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 16:44:48 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=710929cd
kde-plasma/plasma-workspace: Switch to PYTHON_SINGLE_USEDEP
Thanks-to: Tommy Yu <y <AT> metatoaster.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild
index f2951403..1bc93f28 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild
@@ -40,8 +40,8 @@ COMMONDEPEND="
pim? ( $(add_kdeapps_dep kdepimlibs) )
python? (
${PYTHON_DEPS}
- >=dev-python/PyQt4-4.4.0[X,${PYTHON_USEDEP}]
- $(add_kdeapps_dep pykde4 "${PYTHON_USEDEP}")
+ >=dev-python/PyQt4-4.4.0[X,${PYTHON_SINGLE_USEDEP}]
+ $(add_kdeapps_dep pykde4 "${PYTHON_SINGLE_USEDEP}")
)
qalculate? ( sci-libs/libqalculate )
"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde-sunset:master commit in: kde-plasma/plasma-workspace/
@ 2020-11-30 0:52 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-11-30 0:52 UTC (permalink / raw
To: gentoo-commits
commit: a517cb5cff245df31e917e92e672baf85049fcee
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 14:54:44 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 00:51:52 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=a517cb5c
kde-plasma/plasma-workspace: Drop IUSE=python
Missing kde-apps/pykde4 and easier (non-)maintenance without python.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-workspace-4.11.22.ebuild | 31 +++-------------------
1 file changed, 4 insertions(+), 27 deletions(-)
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild
index 6a10a6e7..d9cebfb0 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,16 +7,13 @@ DECLARATIVE_REQUIRED="always"
KDE_HANDBOOK="optional"
KMNAME="kde-workspace"
KMMODULE="plasma"
-PYTHON_COMPAT=( python2_7 )
OPENGL_REQUIRED="always"
WEBKIT_REQUIRED="always"
-inherit python-single-r1 kde4-meta
+inherit kde4-meta
DESCRIPTION="Plasma: KDE desktop framework"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug gps json +pim python qalculate"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+IUSE="debug gps json +pim qalculate"
COMMONDEPEND="
dev-libs/libdbusmenu-qt[qt4]
@@ -38,11 +35,6 @@ COMMONDEPEND="
gps? ( >=sci-geosciences/gpsd-2.37 )
json? ( dev-libs/qjson )
pim? ( $(add_kdeapps_dep kdepimlibs) )
- python? (
- ${PYTHON_DEPS}
- >=dev-python/PyQt4-4.4.0[X,${PYTHON_SINGLE_USEDEP}]
- $(add_kdeapps_dep pykde4 "${PYTHON_SINGLE_USEDEP}")
- )
qalculate? ( sci-libs/libqalculate )
"
DEPEND="${COMMONDEPEND}
@@ -73,13 +65,6 @@ KMEXTRACTONLY="
ksysguard/
"
-pkg_setup() {
- if use python ; then
- python-single-r1_pkg_setup
- fi
- kde4-meta_pkg_setup
-}
-
src_unpack() {
if use handbook; then
KMEXTRA+=" doc/plasma-desktop"
@@ -91,23 +76,15 @@ src_unpack() {
src_configure() {
local mycmakeargs=(
-DWITH_NepomukCore=OFF
+ -DWITH_PythonLibrary=OFF
-DWITH_Soprano=OFF
-DWITH_Xmms=OFF
$(cmake-utils_use_with gps libgps)
$(cmake-utils_use_with json QJSON)
$(cmake-utils_use_with pim Akonadi)
$(cmake-utils_use_with pim KdepimLibs)
- $(cmake-utils_use_with python PythonLibrary)
$(cmake-utils_use_with qalculate)
)
kde4-meta_src_configure
}
-
-src_install() {
- kde4-meta_src_install
-
- if use python; then
- python_optimize "${ED}"
- fi
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-30 0:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-30 0:52 [gentoo-commits] proj/kde-sunset:master commit in: kde-plasma/plasma-workspace/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2020-08-16 16:45 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox