aboutsummaryrefslogtreecommitdiff
path: root/x11/konsole
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-04-23 17:00:52 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-04-23 17:00:52 +0000
commitcb08bca15936aeeedd43ceb0371f94d7ca7c6a66 (patch)
tree45e20bf2e3bb077999bf875937c0a7fedfb992ce /x11/konsole
parentc24cb8d5b037812164c6c10ae8b55a1619b718ef (diff)
downloadports-cb08bca15936aeeedd43ceb0371f94d7ca7c6a66.tar.gz
ports-cb08bca15936aeeedd43ceb0371f94d7ca7c6a66.zip
Update KDE Applications (release-service) to 20.04
KDE's April 2020 Apps Update A new bundle of KDE applications is here! In these releases, you can expect to find more features, stability improvements, and more user-friendly tools that will help you work more effectively. There are dozens of changes to look forward to in most of your favorite applications. Take Dolphin, for example. Windows Samba shares are now fully discoverable. On the topic of playing music: the Elisa music player is adding features by leaps and bounds. This release brings a new “Now Playing” view, easy accessibility through the system tray, and an option to minimize the playlist whenever you want. Thanks to the recently-added visual shuffle mode, it’s much easier to rearrange your music in the playlists. These are just the highlights of what’s new in KDE’s applications this month. Read on to find out about everything we’ve prepared for you. Announcement: https://kde.org/announcements/releases/2020-04-apps-update/
Notes
Notes: svn path=/head/; revision=532696
Diffstat (limited to 'x11/konsole')
-rw-r--r--x11/konsole/distinfo6
-rw-r--r--x11/konsole/files/patch-src_main.cpp13
2 files changed, 3 insertions, 16 deletions
diff --git a/x11/konsole/distinfo b/x11/konsole/distinfo
index b6b5da2f69d0..b04b3836a1b5 100644
--- a/x11/konsole/distinfo
+++ b/x11/konsole/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583439219
-SHA256 (KDE/applications/19.12.3/konsole-19.12.3.tar.xz) = 0bde8eb6365c53e96489d0ceb05baa0bb0385ee865492622033164a4c4bfccdc
-SIZE (KDE/applications/19.12.3/konsole-19.12.3.tar.xz) = 1160780
+TIMESTAMP = 1587103819
+SHA256 (KDE/applications/20.04.0/konsole-20.04.0.tar.xz) = 179b2bb442e13c22032e56457986c68074b31a5c2da67e0e6e854658a37e24de
+SIZE (KDE/applications/20.04.0/konsole-20.04.0.tar.xz) = 1165700
diff --git a/x11/konsole/files/patch-src_main.cpp b/x11/konsole/files/patch-src_main.cpp
deleted file mode 100644
index ed28776d6705..000000000000
--- a/x11/konsole/files/patch-src_main.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/main.cpp b/src/main.cpp
-index 06f3ce491dbf58270ab5df38794903dab002bf39..b477109fd1a6bf4315efe21dcaaf89570fbd392d 100644
---- src/main.cpp
-+++ src/main.cpp
-@@ -167,6 +167,8 @@ extern "C" int Q_DECL_EXPORT kdemain(int argc, char *argv[])
- if (!Konsole::KonsoleSettings::useSingleInstance()
- && !parser->isSet(QStringLiteral("new-tab"))) {
- startupOption = KDBusService::Multiple;
-+ } else if (Konsole::KonsoleSettings::useSingleInstance()) {
-+ startupOption = KDBusService::Unique;
- }
-
- atexit(deleteQApplication);