From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/
Date: Fri, 20 Sep 2019 13:30:30 +0000 (UTC) [thread overview]
Message-ID: <1568985701.abd9adbcb84d6ba3c4248f4bc4588173f529d782.asturm@gentoo> (raw)
commit: abd9adbcb84d6ba3c4248f4bc4588173f529d782
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 13:19:17 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 13:21:41 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=abd9adbc
kde-plasma/plasma-workspace: 5.16.90.1 version bump
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-workspace-5.16.90.1.ebuild | 169 +++++++++++++++++++++
1 file changed, 169 insertions(+)
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.16.90.1.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.16.90.1.ebuild
new file mode 100644
index 0000000000..940e878a40
--- /dev/null
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.16.90.1.ebuild
@@ -0,0 +1,169 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="KDE Plasma workspace"
+SRC_URI="mirror://kde/unstable/plasma/${PV/%.1}/${P}.tar.xz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="appstream +calendar geolocation gps qalculate qrcode +semantic-desktop systemd"
+
+REQUIRED_USE="gps? ( geolocation )"
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kactivities)
+ $(add_frameworks_dep kactivities-stats)
+ $(add_frameworks_dep kauth)
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcompletion)
+ $(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 kded)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep kglobalaccel)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kidletime)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemmodels)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep knotifyconfig)
+ $(add_frameworks_dep kpackage)
+ $(add_frameworks_dep kpeople)
+ $(add_frameworks_dep krunner)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktexteditor)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwayland)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep plasma)
+ $(add_frameworks_dep solid)
+ $(add_plasma_dep kscreenlocker)
+ $(add_plasma_dep kwin)
+ $(add_plasma_dep libkscreen)
+ $(add_plasma_dep libksysguard)
+ $(add_plasma_dep libkworkspace)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative 'widgets')
+ $(add_qt_dep qtgui 'jpeg')
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtsql)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ $(add_qt_dep qtxml)
+ media-libs/phonon[qt5(+)]
+ sys-libs/zlib
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libxcb
+ x11-libs/libXfixes
+ x11-libs/libXrender
+ x11-libs/libXtst
+ x11-libs/xcb-util
+ x11-libs/xcb-util-image
+ appstream? ( dev-libs/appstream[qt5] )
+ calendar? ( $(add_frameworks_dep kholidays) )
+ geolocation? ( $(add_frameworks_dep networkmanager-qt) )
+ gps? ( sci-geosciences/gpsd )
+ qalculate? ( sci-libs/libqalculate:= )
+ qrcode? ( $(add_frameworks_dep prison) )
+ semantic-desktop? ( $(add_frameworks_dep baloo) )
+"
+DEPEND="${COMMON_DEPEND}
+ $(add_qt_dep qtconcurrent)
+ x11-base/xorg-proto
+"
+RDEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kdesu)
+ $(add_frameworks_dep kirigami)
+ $(add_kdeapps_dep kio-extras)
+ $(add_plasma_dep ksysguard)
+ $(add_plasma_dep milou)
+ $(add_plasma_dep plasma-integration)
+ $(add_qt_dep qdbus)
+ $(add_qt_dep qtgraphicaleffects)
+ $(add_qt_dep qtpaths)
+ $(add_qt_dep qtquickcontrols 'widgets')
+ $(add_qt_dep qtquickcontrols2)
+ app-text/iso-codes
+ x11-apps/xmessage
+ x11-apps/xprop
+ x11-apps/xrdb
+ x11-apps/xsetroot
+ systemd? ( sys-apps/dbus[user-session] )
+ !systemd? ( sys-apps/dbus )
+ !<kde-plasma/plasma-desktop-5.16.80:5
+"
+PDEPEND="
+ $(add_plasma_dep kde-cli-tools)
+"
+
+PATCHES=(
+ # TODO: Restore Gentoo part for FHS installs, bug 688366
+ "${FILESDIR}/${PN}-5.14.2-split-libkworkspace.patch"
+)
+
+RESTRICT+=" test"
+
+src_prepare() {
+ kde5_src_prepare
+
+ cmake_comment_add_subdirectory libkworkspace
+ # delete colliding libkworkspace translations
+ if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ find po -type f -name "*po" -and -name "libkworkspace*" -delete || die
+ fi
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_xembed-sni-proxy=OFF
+ $(cmake-utils_use_find_package appstream AppStreamQt)
+ $(cmake-utils_use_find_package calendar KF5Holidays)
+ $(cmake-utils_use_find_package geolocation KF5NetworkManagerQt)
+ $(cmake-utils_use_find_package qalculate Qalculate)
+ $(cmake-utils_use_find_package qrcode KF5Prison)
+ $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
+ )
+
+ use gps && mycmakeargs+=( $(cmake-utils_use_find_package gps libgps) )
+
+ kde5_src_configure
+}
+
+src_install() {
+ kde5_src_install
+
+ # startup and shutdown scripts
+ insinto /etc/plasma/startup
+ doins "${FILESDIR}/10-agent-startup.sh"
+
+ insinto /etc/plasma/shutdown
+ doins "${FILESDIR}/10-agent-shutdown.sh"
+}
+
+pkg_postinst () {
+ kde5_pkg_postinst
+
+ elog "TODO: /etc/plasma/{startup,shutdown} locations for gpg-agent/ssh-agent"
+ elog "do not currently work, see bug #688366."
+}
next reply other threads:[~2019-09-20 13:30 UTC|newest]
Thread overview: 240+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-20 13:30 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-23 18:56 [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ Andreas Sturmlechner
2025-01-10 17:53 Andreas Sturmlechner
2025-01-01 21:26 Andreas Sturmlechner
2024-12-29 21:54 Andreas Sturmlechner
2024-12-25 20:42 Andreas Sturmlechner
2024-12-23 17:24 Andreas Sturmlechner
2024-11-02 21:49 Andreas Sturmlechner
2024-10-31 15:50 Andreas Sturmlechner
2024-10-13 7:49 Andreas Sturmlechner
2024-10-12 20:33 Andreas Sturmlechner
2024-10-10 23:00 Andreas Sturmlechner
2024-10-08 15:20 Andreas Sturmlechner
2024-10-03 20:18 Andreas Sturmlechner
2024-09-14 22:35 Andreas Sturmlechner
2024-09-14 21:33 Andreas Sturmlechner
2024-09-14 15:16 Andreas Sturmlechner
2024-09-10 16:48 Andreas Sturmlechner
2024-09-04 14:39 Andreas Sturmlechner
2024-09-04 11:43 Andreas Sturmlechner
2024-09-02 19:47 Andreas Sturmlechner
2024-09-02 16:03 Andreas Sturmlechner
2024-08-25 16:09 Sam James
2024-06-18 20:03 Andreas Sturmlechner
2024-05-27 22:24 Andreas Sturmlechner
2024-05-24 19:49 Andreas Sturmlechner
2024-05-21 19:06 Andreas Sturmlechner
2024-03-16 10:37 Andreas Sturmlechner
2024-02-17 20:29 Andreas Sturmlechner
2024-01-16 15:28 Andreas Sturmlechner
2024-01-10 19:05 Andreas Sturmlechner
2024-01-10 16:47 Andreas Sturmlechner
2024-01-02 19:47 Andreas Sturmlechner
2023-12-23 18:46 Andreas Sturmlechner
2023-12-23 18:31 Andreas Sturmlechner
2023-12-20 23:02 Andreas Sturmlechner
2023-12-19 11:11 Andreas Sturmlechner
2023-12-16 8:28 Andreas Sturmlechner
2023-12-14 21:24 Andreas Sturmlechner
2023-12-12 18:32 Andreas Sturmlechner
2023-12-09 15:15 Andreas Sturmlechner
2023-12-07 19:34 Andreas Sturmlechner
2023-11-28 23:29 Andreas Sturmlechner
2023-11-28 22:57 Andreas Sturmlechner
2023-11-28 20:42 Andreas Sturmlechner
2023-11-19 20:33 Andreas Sturmlechner
2023-10-25 7:42 Andreas Sturmlechner
2023-10-24 18:39 Andreas Sturmlechner
2023-09-13 12:39 Andreas Sturmlechner
2023-09-10 11:11 Andreas Sturmlechner
2023-06-27 20:44 Andreas Sturmlechner
2023-06-27 20:40 Andreas Sturmlechner
2023-03-14 20:21 Andreas Sturmlechner
2023-03-14 14:47 Andreas Sturmlechner
2023-03-03 19:35 Andreas Sturmlechner
2023-02-22 11:59 Andreas Sturmlechner
2023-02-21 14:02 Andreas Sturmlechner
2023-02-14 11:27 Andreas Sturmlechner
2023-02-10 20:16 Andreas Sturmlechner
2023-02-09 13:26 Andreas Sturmlechner
2023-01-28 22:22 Andreas Sturmlechner
2023-01-20 13:59 Andreas Sturmlechner
2023-01-20 10:40 Andreas Sturmlechner
2023-01-15 12:30 Andreas Sturmlechner
2023-01-04 15:21 Andreas Sturmlechner
2022-12-25 20:50 Andreas Sturmlechner
2022-10-16 13:42 Andreas Sturmlechner
2022-10-16 11:42 Andreas Sturmlechner
2022-10-11 12:51 Andreas Sturmlechner
2022-10-11 12:37 Andreas Sturmlechner
2022-10-09 16:39 Andreas Sturmlechner
2022-10-06 14:48 Andreas Sturmlechner
2022-09-17 12:29 Andreas Sturmlechner
2022-09-15 21:41 Andreas Sturmlechner
2022-09-15 20:57 Andreas Sturmlechner
2022-09-06 19:16 Andreas Sturmlechner
2022-07-13 9:18 Andreas Sturmlechner
2022-07-12 13:50 Andreas Sturmlechner
2022-07-09 12:52 Andreas Sturmlechner
2022-07-07 14:16 Andreas Sturmlechner
2022-07-07 14:16 Andreas Sturmlechner
2022-07-07 14:16 Andreas Sturmlechner
2022-06-14 12:47 Andreas Sturmlechner
2022-06-09 11:29 Andreas Sturmlechner
2022-06-08 9:22 Andreas Sturmlechner
2022-05-08 22:23 Andreas Sturmlechner
2022-03-21 19:03 Andreas Sturmlechner
2022-03-21 11:23 Andreas Sturmlechner
2022-03-21 10:43 Andreas Sturmlechner
2022-03-16 14:25 Andreas Sturmlechner
2022-03-15 21:59 Andreas Sturmlechner
2022-02-21 11:47 Andreas Sturmlechner
2022-02-21 11:47 Andreas Sturmlechner
2022-02-21 11:47 Andreas Sturmlechner
2022-02-09 20:40 Andreas Sturmlechner
2022-02-08 13:17 Andreas Sturmlechner
2022-02-03 20:10 Andreas Sturmlechner
2022-01-18 17:41 Andreas Sturmlechner
2022-01-17 17:49 Andreas Sturmlechner
2022-01-17 17:25 Andreas Sturmlechner
2022-01-17 17:24 Andreas Sturmlechner
2022-01-17 17:24 Andreas Sturmlechner
2022-01-04 16:20 Andreas Sturmlechner
2022-01-04 11:57 Andreas Sturmlechner
2021-11-15 7:35 Sam James
2021-10-14 10:26 Andreas Sturmlechner
2021-10-04 13:04 Andreas Sturmlechner
2021-10-03 9:25 Andreas Sturmlechner
2021-09-23 10:49 Andreas Sturmlechner
2021-09-21 18:45 Andreas Sturmlechner
2021-09-16 19:35 Maciej Mrozowski
2021-09-02 17:36 Andreas Sturmlechner
2021-06-11 5:49 Andreas Sturmlechner
2021-05-14 20:41 Andreas Sturmlechner
2021-05-14 12:09 Andreas Sturmlechner
2021-05-14 12:09 Andreas Sturmlechner
2021-05-14 12:09 Andreas Sturmlechner
2021-05-08 22:17 Andreas Sturmlechner
2021-05-04 21:12 Andreas Sturmlechner
2021-05-04 16:05 Andreas Sturmlechner
2021-04-16 21:35 Andreas Sturmlechner
2021-04-04 19:51 Andreas Sturmlechner
2021-02-16 15:48 Andreas Sturmlechner
2021-02-16 14:25 Andreas Sturmlechner
2021-02-11 13:38 Andreas Sturmlechner
2021-01-30 22:31 Andreas Sturmlechner
2021-01-23 0:26 Andreas Sturmlechner
2021-01-05 17:44 Andreas Sturmlechner
2020-11-29 20:59 Andreas Sturmlechner
2020-10-21 21:09 Andreas Sturmlechner
2020-10-13 11:51 Andreas Sturmlechner
2020-10-11 11:08 Andreas Sturmlechner
2020-10-09 6:35 Andreas Sturmlechner
2020-10-04 16:25 Andreas Sturmlechner
2020-09-19 8:12 Andreas Sturmlechner
2020-09-01 16:40 Andreas Sturmlechner
2020-09-01 12:01 Andreas Sturmlechner
2020-08-28 14:02 Andreas Sturmlechner
2020-08-27 6:17 Andreas Sturmlechner
2020-08-09 9:32 Andreas Sturmlechner
2020-08-07 14:18 Andreas Sturmlechner
2020-07-24 21:20 Andreas Sturmlechner
2020-07-24 21:20 Andreas Sturmlechner
2020-06-16 23:24 Andreas Sturmlechner
2020-06-16 14:09 Andreas Sturmlechner
2020-06-15 9:11 Andreas Sturmlechner
2020-04-04 0:41 Andreas Sturmlechner
2020-02-19 10:44 Andreas Sturmlechner
2020-02-08 20:02 Andreas Sturmlechner
2019-12-22 20:34 Andreas Sturmlechner
2019-12-15 15:45 Andreas Sturmlechner
2019-11-12 23:56 Maciej Mrozowski
2019-10-28 23:56 Andreas Sturmlechner
2019-10-23 9:27 Andreas Sturmlechner
2019-10-22 20:06 Andreas Sturmlechner
2019-10-11 20:27 Andreas Sturmlechner
2019-09-20 13:30 Andreas Sturmlechner
2019-09-17 15:40 Andreas Sturmlechner
2019-09-17 6:40 Andreas Sturmlechner
2019-08-14 10:02 Andreas Sturmlechner
2019-07-24 17:17 Andreas Sturmlechner
2019-07-24 11:14 Andreas Sturmlechner
2019-07-21 18:02 Andreas Sturmlechner
2019-07-16 18:37 Andreas Sturmlechner
2019-07-07 11:36 Andreas Sturmlechner
2019-01-05 22:45 Andreas Sturmlechner
2018-11-08 23:01 Andreas Sturmlechner
2018-10-23 18:52 Andreas Sturmlechner
2018-10-22 20:52 Andreas Sturmlechner
2018-06-09 7:09 Andreas Sturmlechner
2018-03-30 11:54 Andreas Sturmlechner
2018-03-29 21:57 Andreas Sturmlechner
2018-03-29 21:57 Andreas Sturmlechner
2018-03-29 17:36 Johannes Huber
2017-09-29 3:24 Michael Palimaka
2017-08-31 20:04 Andreas Sturmlechner
2017-08-31 20:03 Andreas Sturmlechner
2017-08-24 12:18 Andreas Sturmlechner
2017-06-09 19:07 Andreas Sturmlechner
2017-06-09 13:19 Andreas Sturmlechner
2017-05-28 11:07 Andreas Sturmlechner
2017-03-19 22:56 Andreas Sturmlechner
2017-01-12 21:26 Johannes Huber
2017-01-12 20:46 Andreas Sturmlechner
2017-01-08 13:29 Johannes Huber
2017-01-05 13:59 Michael Palimaka
2016-12-11 7:25 Johannes Huber
2016-12-10 15:01 Johannes Huber
2016-12-07 11:46 Johannes Huber
2016-12-07 10:24 Johannes Huber
2016-12-06 10:04 Johannes Huber
2016-11-28 17:41 Johannes Huber
2016-11-28 12:02 Johannes Huber
2016-11-20 15:03 Johannes Huber
2016-11-20 13:19 Johannes Huber
2016-11-17 11:10 Michael Palimaka
2016-11-17 7:01 Michael Palimaka
2016-11-12 8:10 Michael Palimaka
2016-10-20 20:18 Michael Palimaka
2016-08-24 18:34 Michael Palimaka
2016-08-03 18:22 Michael Palimaka
2016-06-19 16:08 Michael Palimaka
2016-06-19 11:48 Michael Palimaka
2016-06-16 19:39 Michael Palimaka
2016-06-16 19:08 Michael Palimaka
2016-06-16 18:58 Michael Palimaka
2016-06-15 13:14 Michael Palimaka
2016-05-11 12:07 Michael Palimaka
2016-05-11 12:07 Michael Palimaka
2016-01-28 18:57 Michael Palimaka
2016-01-10 14:10 Michael Palimaka
2016-01-04 16:21 Michael Palimaka
2015-12-10 10:25 Michael Palimaka
2015-12-08 16:06 Michael Palimaka
2015-11-19 16:52 Michael Palimaka
2015-11-19 16:52 Michael Palimaka
2015-11-19 16:52 Michael Palimaka
2015-11-14 16:01 Michael Palimaka
2015-11-09 15:02 Michael Palimaka
2015-11-09 15:02 Michael Palimaka
2015-11-04 15:53 Michael Palimaka
2015-11-04 12:19 Michael Palimaka
2015-09-23 12:07 Michael Palimaka
2015-09-14 16:38 Michael Palimaka
2015-09-14 16:03 Michael Palimaka
2015-08-07 17:45 Michael Palimaka
2015-04-24 18:20 Michael Palimaka
2015-04-16 18:59 Michael Palimaka
2015-04-16 10:34 Michael Palimaka
2015-04-15 17:37 Michael Palimaka
2015-04-15 17:31 Michael Palimaka
2015-04-15 17:06 Michael Palimaka
2015-04-13 13:33 Manuel Rüger
2015-03-25 13:22 Michael Palimaka
2015-03-05 12:56 Michael Palimaka
2015-03-05 12:11 Michael Palimaka
2015-02-17 19:51 Johannes Huber
2015-02-13 13:12 Johannes Huber
2015-01-17 19:10 Johannes Huber
2015-01-15 22:14 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1568985701.abd9adbcb84d6ba3c4248f4bc4588173f529d782.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox