public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/files/
@ 2019-06-10 10:37 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2019-06-10 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     0ffb444a11ec18415ef85855f703f0e1fa25f540
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 10:35:37 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 10:36:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffb444a

kde-plasma/plasma-workspace: be clearer when referring to gnupg versions

Package-Manager: Portage-2.3.66, Repoman-2.3.14
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 kde-plasma/plasma-workspace/files/10-agent-shutdown.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh b/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh
index 4bafd2e61cf..614b38f5288 100644
--- a/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh
+++ b/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh
@@ -4,12 +4,12 @@
 # Uncomment the following lines to kill the agents
 # that were started at session startup.
 
-# gnupg 2.0.x
+# <gnupg-2.1.x
 #if [ -n "${GPG_AGENT_INFO}" ]; then
 #	kill $(echo ${GPG_AGENT_INFO} | cut -d':' -f 2) >/dev/null 2>&1
 #fi
 
-# gnupg 2.1.x
+# >=gnupg-2.1.x
 #gpgconf --kill gpg-agent >/dev/null 2>&1
 
 #if [ -n "${SSH_AGENT_PID}" ]; then


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/files/
@ 2021-12-14 14:11 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2021-12-14 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4ab9478499a1eec742e7cfe60ca23525256bded3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 14:11:17 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 14:11:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab94784

kde-plasma/plasma-workspace: Re-add accidentally removed patch

Thanks-to: Ionen Wolkens <ionen <AT> gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...asma-workspace-5.22.5-krunner-cwd-at-home.patch | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.22.5-krunner-cwd-at-home.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.22.5-krunner-cwd-at-home.patch
new file mode 100644
index 000000000000..27db136c2949
--- /dev/null
+++ b/kde-plasma/plasma-workspace/files/plasma-workspace-5.22.5-krunner-cwd-at-home.patch
@@ -0,0 +1,30 @@
+Commit 7ca34e0baa7fa65efc929eee5b6b0c3d2104db8e already reverted one
+change that caused the cwd of all apps spawned by krunner to
+erroneously be set to the root dir.
+
+That regressions is back so it's more robust to fix in within krunner.
+
+Signed-off-by: Andrea Arcangeli <aarcange@redhat.com>
+---
+ krunner/main.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/krunner/main.cpp b/krunner/main.cpp
+index 4593687ca..fa4a62ac4 100644
+--- a/krunner/main.cpp
++++ b/krunner/main.cpp
+@@ -12,6 +12,7 @@
+ #include <QDBusConnection>
+ #include <QDBusMessage>
+ #include <QDebug>
++#include <QDir>
+ #include <QQuickWindow>
+ #include <QSessionManager>
+ #include <QUrl>
+@@ -112,5 +113,6 @@ int main(int argc, char **argv)
+         }
+     });
+ 
++    QDir::setCurrent(QDir::homePath());
+     return app.exec();
+ }


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/files/
@ 2021-07-10 21:16 Conrad Kostecki
  0 siblings, 0 replies; 11+ messages in thread
From: Conrad Kostecki @ 2021-07-10 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     02c527fe45bfb42d79061e0ba2ff9b8125b250a7
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jun 15 19:37:34 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 21:10:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c527fe

kde-plasma/plasma-workspace: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/21256
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...asma-workspace-5.14.2-split-libkworkspace.patch | 35 ----------------------
 1 file changed, 35 deletions(-)

diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.14.2-split-libkworkspace.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.14.2-split-libkworkspace.patch
deleted file mode 100644
index f12d9f4daf5..00000000000
--- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.14.2-split-libkworkspace.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 4717089b68c386446be240f463f2f13e7024468b Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Mon, 22 Oct 2018 10:35:10 +0200
-Subject: [PATCH] libkworkspace: Allow standalone build
-
----
- CMakeLists.txt               |  6 +++-
- 1 file changed, 5 insertions(+), 1 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e587a386..d1a63527 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -46,6 +46,7 @@ set_package_properties(KF5Baloo PROPERTIES DESCRIPTION "File Searching"
- 
- find_package(KF5TextEditor)
- find_package(KWinDBusInterface CONFIG REQUIRED)
-+find_package(LibKWorkspace 5.14.1)
- 
- find_package(KScreenLocker 5.13.80 REQUIRED)
- find_package(ScreenSaverDBusInterface CONFIG REQUIRED)
-@@ -135,7 +136,10 @@ endif()
- add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
- 
- add_subdirectory(doc)
--add_subdirectory(libkworkspace)
-+if(NOT LibKWorkspace_FOUND)
-+    message(STATUS "System LibKWorkspace not found, using bundled.")
-+    add_subdirectory(libkworkspace)
-+endif()
- add_subdirectory(libdbusmenuqt)
- add_subdirectory(appmenu)
- 
--- 
-2.19.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/files/
@ 2019-07-30 17:13 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2019-07-30 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     557f25b719a4fcfee4321c0e9001dbc836fa3757
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 17:13:23 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 17:13:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557f25b7

kde-plasma/plasma-workspace: Add missing patch

Closes: https://bugs.gentoo.org/691062
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...asma-workspace-5.16.4-no-share-dataengine.patch | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.16.4-no-share-dataengine.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.16.4-no-share-dataengine.patch
new file mode 100644
index 00000000000..dc5214b3036
--- /dev/null
+++ b/kde-plasma/plasma-workspace/files/plasma-workspace-5.16.4-no-share-dataengine.patch
@@ -0,0 +1,25 @@
+See also: https://phabricator.kde.org/D22691
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -24,7 +24,7 @@
+ include(KDEPackageAppTemplates)
+ 
+ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+-                    Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff Wallet
++                    Plasma DocTools Runner NotifyConfig Su NewStuff Wallet
+                     IdleTime Declarative I18n KCMUtils TextWidgets KDELibs4Support Crash GlobalAccel
+                     DBusAddons Wayland CoreAddons)
+ find_package(KDED CONFIG REQUIRED)
+diff --git a/dataengines/CMakeLists.txt b/dataengines/CMakeLists.txt
+--- a/dataengines/CMakeLists.txt
++++ b/dataengines/CMakeLists.txt
+@@ -24,7 +24,6 @@
+ add_subdirectory(time)
+ add_subdirectory(weather)
+ add_subdirectory(statusnotifieritem)
+-add_subdirectory(share)
+ 
+ if(NOT WIN32)
+   add_subdirectory(mouse)


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/files/
@ 2019-02-12 22:02 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2019-02-12 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     39449b2f783619f09af4c0fa5979dfd9670fd2cf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 22:01:58 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 22:02:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39449b2f

kde-plasma/plasma-workspace: Add missing patch

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plasma-workspace-5.14.80-startkde-script.patch | 39 ++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.14.80-startkde-script.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.14.80-startkde-script.patch
new file mode 100644
index 00000000000..44e86a0169c
--- /dev/null
+++ b/kde-plasma/plasma-workspace/files/plasma-workspace-5.14.80-startkde-script.patch
@@ -0,0 +1,39 @@
+From bf569560bf195ac4e79d65d4103a7161a6a2f2ac Mon Sep 17 00:00:00 2001
+From: Elias Probst <mail@eliasprobst.eu>
+Date: Sat, 4 Jul 2015 11:33:01 +0200
+Subject: [PATCH] [startkde] Gentoo FHS script support
+
+---
+ startkde/startkde.cmake | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake
+index 2585600..9350158 100644
+--- a/startkde/startkde.cmake
++++ b/startkde/startkde.cmake
+@@ -210,6 +210,11 @@ for prefix in `echo $scriptpath`; do
+   done
+ done
+ 
++# Gentoo part for FHS installs
++for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/startup/"*.sh; do
++  test -r "${file}" && . "${file}"
++done
++
+ # Set a left cursor instead of the standard X11 "X" cursor, since I've heard
+ # from some users that they're confused and don't know what to do. This is
+ # especially necessary on slow machines, where starting KDE takes one or two
+@@ -417,6 +422,11 @@ for prefix in `echo "$scriptpath"`; do
+   done
+ done
+ 
++# Gentoo part for FHS installs
++for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/shutdown/"*.sh; do
++  test -r "${file}" && . "${file}"
++done
++
+ unset KDE_FULL_SESSION
+ xprop -root -remove KDE_FULL_SESSION
+ unset KDE_SESSION_VERSION
+-- 
+2.3.6


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/files/
@ 2018-04-12 18:52 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2018-04-12 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     dea567933287e4e23dfe8d99ed51f0ddfb84e87e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 18:51:21 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 12 18:51:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea56793

kde-plasma/plasma-workspace: Slimmer patch

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../plasma-workspace-5.12.4-bbc-weather.patch      | 23 ++--------------------
 1 file changed, 2 insertions(+), 21 deletions(-)

diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.12.4-bbc-weather.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.12.4-bbc-weather.patch
index 829a50477d8..01b18e1c4c0 100644
--- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.12.4-bbc-weather.patch
+++ b/kde-plasma/plasma-workspace/files/plasma-workspace-5.12.4-bbc-weather.patch
@@ -6,28 +6,9 @@ Subject: [weather dataengine] Fix BBC provider to adapt to change RSS feed
 Summary:
 The urls of the BBC weather feeds seem to have changed, resulting in the
 dataengine to use no longer existing urls.
-
-I could not find the change documented somewhere and also do not know about
-a contact person with BBC, so done based on examples on website, trial &
-error.
-There are some data issues visible in the new data feeds, so chance is the
-feeds might see more rework and might break things again. But without any
-contract or formal agreement we can just play catch-up.
-
+...
 BUG: 392510
-
-Test Plan:
-Existing configured weather applets using a location from a BBC weather
-service work again.
-Newly configured weather applets using a BBC weather service also work.
-
-Reviewers: #plasma, jriddell, cfeck
-
-Reviewed By: cfeck
-
-Subscribers: cfeck, plasma-devel
-
-Tags: #plasma
+...
 
 Differential Revision: https://phabricator.kde.org/D11808
 ---


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/files/
@ 2017-08-02 23:22 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2017-08-02 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8b30fb314ba58fb51a9ab0991002a1dfdf813fe9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  2 21:51:31 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 23:17:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b30fb31

kde-plasma/plasma-workspace: Remove obsolete files

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../plasma-workspace/files/agent-shutdown.sh       | 13 ----------
 kde-plasma/plasma-workspace/files/agent-startup.sh | 29 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/kde-plasma/plasma-workspace/files/agent-shutdown.sh b/kde-plasma/plasma-workspace/files/agent-shutdown.sh
deleted file mode 100644
index fff8056df2c..00000000000
--- a/kde-plasma/plasma-workspace/files/agent-shutdown.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# This file is executed at plasma shutdown.
-# Uncomment the following lines to kill the agents
-# that were started at session startup.
-
-#if [ -n "${GPG_AGENT_INFO}" ]; then
-#  kill $(echo ${GPG_AGENT_INFO} | cut -d':' -f 2) >/dev/null 2>&1
-#fi
-
-#if [ -n "${SSH_AGENT_PID}" ]; then
-#  eval "$(ssh-agent -s -k)"
-#fi

diff --git a/kde-plasma/plasma-workspace/files/agent-startup.sh b/kde-plasma/plasma-workspace/files/agent-startup.sh
deleted file mode 100644
index 03e017ac4e9..00000000000
--- a/kde-plasma/plasma-workspace/files/agent-startup.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-# Agents startup file
-#
-# This file is sourced at plasma startup, so that
-# the environment variables set here are available
-# throughout the session.
-
-# Uncomment the following lines to start gpg-agent
-# and/or ssh-agent at plasma startup.
-# If you do so, do not forget to uncomment the respective
-# lines in PLASMADIR/shutdown/agent-shutdown.sh to
-# properly kill the agents when the session ends.
-
-#if [ -x /usr/bin/gpg-agent ]; then
-#  eval "$(/usr/bin/gpg-agent --daemon)"
-#fi 
-
-#if [ -x /usr/bin/ssh-agent ]; then
-#  eval "$(/usr/bin/ssh-agent -s)"
-#fi
-
-# Uncomment the following lines to start rxvt-unicode which has the ability to
-# run multiple terminals in one single process, thus starting up faster and 
-# saving resources.
-# The --opendisplay ensures that the daemon quits when the X server terminates,
-# therefore we don't need matching lines in agent-shutdown.sh.
-
-#if [ -x /usr/bin/urxvtd ]; then
-#	/usr/bin/urxvtd --opendisplay --fork --quiet
-#fi


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/files/
@ 2017-07-19 18:54 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2017-07-19 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3ee9d86e27337f3581bf52cc693adbf77c25f517
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 18:49:47 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 18:53:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee9d86e

kde-plasma/plasma-workspace: Drop obsolete patch

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../plasma-workspace-5.7.90-baloo-optional.patch   | 41 ----------------------
 1 file changed, 41 deletions(-)

diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.7.90-baloo-optional.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.7.90-baloo-optional.patch
deleted file mode 100644
index 34f7142dfdf..00000000000
--- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.7.90-baloo-optional.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-commit 7ea5034dda3d7a497be8c8d1adea08897c165916
-Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date:   Thu Sep 15 00:22:38 2016 +0200
-
-    Make KF5Baloo optional
-    
-    https://mail.kde.org/pipermail/kde-frameworks-devel/2016-September/037734.html
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e57cb73..49584d9 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -26,8 +26,13 @@ find_package(KF5XmlRpcClient REQUIRED)
- find_package(KF5 REQUIRED COMPONENTS PlasmaQuick)
- find_package(KF5 REQUIRED COMPONENTS SysGuard)
- find_package(KF5 REQUIRED COMPONENTS Package)
--# Baloo has a different version scheme than KF5 for now
--find_package(KF5 5.1 REQUIRED COMPONENTS Baloo)
-+
-+find_package(KF5Baloo)
-+set_package_properties(KF5Baloo PROPERTIES DESCRIPTION "File Searching"
-+                       TYPE OPTIONAL
-+                       PURPOSE "Needed for the File Search runner."
-+                      )
-+
- find_package(KF5TextEditor)
- find_package(KWinDBusInterface CONFIG REQUIRED)
- 
-diff --git a/runners/CMakeLists.txt b/runners/CMakeLists.txt
-index 48cc379..d7656c8 100644
---- a/runners/CMakeLists.txt
-+++ b/runners/CMakeLists.txt
-@@ -1,5 +1,7 @@
- add_subdirectory(activities)
--add_subdirectory(baloo)
-+if(KF5Baloo_FOUND)
-+ add_subdirectory(baloo)
-+endif()
- add_subdirectory(bookmarks)
- add_subdirectory(calculator)
- add_subdirectory(locations)


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/files/
@ 2017-02-19  9:48 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2017-02-19  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     792bb72ac59827f85ee7ef0ba1c2b544990a66f8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 09:48:17 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 09:48:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792bb72a

kde-plasma/plasma-workspace: improve startup script documentation

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-plasma/plasma-workspace/files/10-agent-startup.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kde-plasma/plasma-workspace/files/10-agent-startup.sh b/kde-plasma/plasma-workspace/files/10-agent-startup.sh
index e2c5018836..fc5ba70539 100644
--- a/kde-plasma/plasma-workspace/files/10-agent-startup.sh
+++ b/kde-plasma/plasma-workspace/files/10-agent-startup.sh
@@ -14,6 +14,10 @@
 # must be selected either with eselect pinentry or adding an entry to
 # $HOME/.gnupg/gpg-agent.conf such as "pinentry-program /usr/bin/pinentry-qt4".
 #
+# If using gnupg-2.1 or later with gpg-agent for ssh instead of ssh-agent,
+# $HOME/.gnupg/gpg-agent.conf must be edited to include "enable-ssh-support".
+# See bug #547544 for details of why.
+#
 # pinentry-curses or pinentry-tty will not work because the agent started here
 # is in a different tty than where it is used, so the agent does not know where
 # to request the passphrase and fails.


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/files/
@ 2016-11-27 12:00 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2016-11-27 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     eef0ff93abdf132618c6a9e41e731662ed488f15
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Nov 27 10:34:50 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 12:00:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef0ff93

kde-plasma/plasma-workspace: remove unused pam files

 kde-plasma/plasma-workspace/files/kde-np.pam | 10 ----------
 kde-plasma/plasma-workspace/files/kde.pam    | 11 -----------
 2 files changed, 21 deletions(-)

diff --git a/kde-plasma/plasma-workspace/files/kde-np.pam b/kde-plasma/plasma-workspace/files/kde-np.pam
deleted file mode 100644
index f5499e6..00000000
--- a/kde-plasma/plasma-workspace/files/kde-np.pam
+++ /dev/null
@@ -1,10 +0,0 @@
-#%PAM-1.0
-
-auth       required     pam_nologin.so
-auth	   required     pam_permit.so
-
-account    include      system-local-login
-
-password   include      system-local-login
-
-session    include      system-local-login

diff --git a/kde-plasma/plasma-workspace/files/kde.pam b/kde-plasma/plasma-workspace/files/kde.pam
deleted file mode 100644
index 24d19de..00000000
--- a/kde-plasma/plasma-workspace/files/kde.pam
+++ /dev/null
@@ -1,11 +0,0 @@
-#%PAM-1.0
-
-auth       required     pam_nologin.so
-
-auth       include      system-local-login
-
-account    include      system-local-login
-
-password   include      system-local-login
-
-session    include      system-local-login


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/files/
@ 2015-11-12 14:12 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2015-11-12 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ed300759ae07792b610d1279404a404b041ef56b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 14:12:17 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 14:12:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed300759

kde-plasma/plasma-workspace: add missing patch

Package-Manager: portage-2.2.24

 .../files/plasma-workspace-5.4.3-fix-drkonqi.patch | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.4.3-fix-drkonqi.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.4.3-fix-drkonqi.patch
new file mode 100644
index 0000000..9aa89ca
--- /dev/null
+++ b/kde-plasma/plasma-workspace/files/plasma-workspace-5.4.3-fix-drkonqi.patch
@@ -0,0 +1,32 @@
+From: David Edmundson <kde@davidedmundson.co.uk>
+Date: Wed, 21 Oct 2015 16:42:01 +0000
+Subject: Don't connect to signals which don't exist
+X-Git-Url: http://quickgit.kde.org/?p=plasma-workspace.git&a=commitdiff&h=2441d350ef571329b67848f79668f3956534806e
+---
+Don't connect to signals which don't exist
+
+Fix KDialog porting
+---
+
+
+--- a/drkonqi/bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp
++++ b/drkonqi/bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp
+@@ -574,7 +574,7 @@
+                                   QIcon::fromTheme("view-refresh"),
+                                   i18nc("@info:tooltip", "Use this button to retry "
+                                                   "loading the bug report.")));
+-    connect(ui.m_retryButton, SIGNAL(clicked()), this, SLOT(reloadReport()));
++    connect(ui.m_retryButton, &QPushButton::clicked, this, &BugzillaReportInformationDialog::reloadReport);
+ 
+     m_suggestButton = new QPushButton(this);
+     ui.buttonBox->addButton(m_suggestButton, QDialogButtonBox::ActionRole);
+@@ -583,7 +583,7 @@
+                     QIcon::fromTheme("list-add"), i18nc("@info:tooltip", "Use this button to suggest that "
+                                              "the crash you experienced is related to this bug "
+                                              "report")));
+-    connect(this, SIGNAL(user1Clicked()) , this, SLOT(relatedReportClicked()));
++    connect(m_suggestButton, &QPushButton::clicked, this, &BugzillaReportInformationDialog::relatedReportClicked);
+ 
+     connect(ui.m_showOwnBacktraceCheckBox, SIGNAL(toggled(bool)), this, SLOT(toggleShowOwnBacktrace(bool)));
+ 
+


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-12-14 14:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-10 10:37 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/files/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2021-12-14 14:11 Andreas Sturmlechner
2021-07-10 21:16 Conrad Kostecki
2019-07-30 17:13 Andreas Sturmlechner
2019-02-12 22:02 Andreas Sturmlechner
2018-04-12 18:52 Andreas Sturmlechner
2017-08-02 23:22 Andreas Sturmlechner
2017-07-19 18:54 Andreas Sturmlechner
2017-02-19  9:48 Michael Palimaka
2016-11-27 12:00 Michael Palimaka
2015-11-12 14:12 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox