summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Riddell <jr@jriddell.org>2016-06-14 15:01:50 (GMT)
committerJonathan Riddell <jr@jriddell.org>2016-06-14 15:01:50 (GMT)
commite723c2b2b34dd4b5d237eb407876d007eb80f11a (patch)
tree75ff37687601ca5d5641c6a3db3bb0395c96c614
parent2e75531001a110956763d4dbd19eb939648693a9 (diff)
update patch
-rw-r--r--debian/patches/debian-T-addition.diff22
1 files changed, 12 insertions, 10 deletions
diff --git a/debian/patches/debian-T-addition.diff b/debian/patches/debian-T-addition.diff
index 99ddeb4..a3df596 100644
--- a/debian/patches/debian-T-addition.diff
+++ b/debian/patches/debian-T-addition.diff
@@ -1,12 +1,14 @@
Index: konsole/src/main.cpp
===================================================================
---- konsole.orig/src/main.cpp 2015-05-27 18:02:19.804651972 +0200
-+++ konsole/src/main.cpp 2015-05-27 18:02:19.800652134 +0200
-@@ -197,6 +197,7 @@
- " (for use with -p)"));
- options.add("p <property=value>",
- ki18nc("@info:shell", "Change the value of a profile property."));
-+ options.add("T <value>", ki18n("Debian policy compatibility, not used"));
- options.add("!e <cmd>",
- ki18nc("@info:shell", "Command to execute. This option will catch all following"
- " arguments, so use it as the last option."));
+--- konsole.orig/src/main.cpp
++++ konsole/src/main.cpp
+@@ -282,6 +282,9 @@ void fillCommandLineOptions(QCommandLine
+ parser.addOption(QCommandLineOption(QStringList() << "p",
+ i18nc("@info:shell", "Change the value of a profile property."),
+ QStringLiteral("property=value")));
++ parser.addOption(QCommandLineOption(QStringList() << "T",
++ i18nc("@info:shell", "Debian policy compatibility, not used."),
++ QStringLiteral("value")));
+ parser.addOption(QCommandLineOption(QStringList() << "e",
+ i18nc("@info:shell", "Command to execute. This option will catch all following"
+ " arguments, so use it as the last option."),