[SCM] gxtuner/master: Patches apllied upstream.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Jul 26 07:52:51 UTC 2016
The following commit has been merged in the master branch:
commit 5ad9f59dbb5938348b735d4dc1ef91989e5bc501
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Jul 26 09:46:06 2016 +0200
Patches apllied upstream.
diff --git a/debian/patches/01-desktop.patch b/debian/patches/01-desktop.patch
deleted file mode 100644
index a1e9b0b..0000000
--- a/debian/patches/01-desktop.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: Add "keywords" to desktop file
-Add French translation.
-Use xpm icon.
-Author: Jaromír Mikeš <mira.mikes at seznam.cz>
-Forwarded: Hermann Meyer <brummer- at web.de>
-
-Index: gxtuner/gxtuner.desktop
-===================================================================
---- gxtuner.orig/gxtuner.desktop
-+++ gxtuner/gxtuner.desktop
-@@ -1,10 +1,12 @@
--
- [Desktop Entry]
- Name=gxtuner
- GenericName=Tuner
- Comment=Simple Tuner Interface for jack
-+GenericName[fr]=Accordeur
-+Comment[fr]=Interface d'accordeur simple pour JACK
-+Keywords=audio;sound;jackd;tuner;tune
- Exec=gxtuner
--Icon=gxtuner
-+Icon=gxtuner32x32
- Categories=AudioVideo;X-Jack;Midi;X-MIDI;
- Terminal=false
- Type=Application
diff --git a/debian/patches/02-spelling.patch b/debian/patches/02-spelling.patch
deleted file mode 100644
index e3857fb..0000000
--- a/debian/patches/02-spelling.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-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
deleted file mode 100644
index b81d5c9..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-01-desktop.patch
-02-spelling.patch
--
gxtuner packaging
More information about the pkg-multimedia-commits
mailing list