[SCM] gxtuner/master: Add spelling patch.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sun Jul 24 16:22:01 UTC 2016
The following commit has been merged in the master branch:
commit 1efe2e1dded3d93721d3f5b65a239ca52129b413
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sun Jul 24 18:01:57 2016 +0200
Add spelling patch.
diff --git a/debian/patches/02-spelling.patch b/debian/patches/02-spelling.patch
new file mode 100644
index 0000000..e3857fb
--- /dev/null
+++ b/debian/patches/02-spelling.patch
@@ -0,0 +1,32 @@
+Description: Fix spelling.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: Hermann Meyer <brummer- at web.de>
+
+Index: gxtuner/README
+===================================================================
+--- gxtuner.orig/README
++++ gxtuner/README
+@@ -33,7 +33,7 @@ Help Options:
+ GTK configuration options
+ -x, --posx=POSITION_X window position x-axis ( -x 1 . . .)
+ -y, --posy=POSITION_Y window position y-axis ( -y 1 . . .)
+- -w, --wigth=WEIGTH 'default' wigth ( -w 120 . . .)
++ -w, --width=WIDTH 'default' width ( -w 120 . . .)
+ -l, --height=HEIGHT 'default' height ( -l 100 . . .)
+ -d, --desktop=NUM set to virtual desktop num
+
+Index: gxtuner/cmdparser.cpp
+===================================================================
+--- gxtuner.orig/cmdparser.cpp
++++ gxtuner/cmdparser.cpp
+@@ -135,8 +135,8 @@ void CmdParse::setup_groups() {
+ "window position x-axis ( -x 1 -> . .)", "POSITION_X"},
+ { "posy", 'y', 0, G_OPTION_ARG_STRING, &pos_y,
+ "window position y-axis ( -y 1 -> . . )", "POSITION_Y" },
+- { "wigth", 'w', 0, G_OPTION_ARG_STRING, &size_x,
+- "'default' wigth ( -w 120 -> . .)", "WEIGTH"},
++ { "width", 'w', 0, G_OPTION_ARG_STRING, &size_x,
++ "'default' width ( -w 120 -> . .)", "WIDTH"},
+ { "height", 'l', 0, G_OPTION_ARG_STRING, &size_y,
+ "'default' height ( -l 100 -> . .)", "HEIGHT" },
+ { "desktop", 'd', 0, G_OPTION_ARG_STRING, &desktop,
diff --git a/debian/patches/series b/debian/patches/series
index 60365d9..b81d5c9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01-desktop.patch
+02-spelling.patch
--
gxtuner packaging
More information about the pkg-multimedia-commits
mailing list