From 123353adcddd4a3602edd3d9c303d67a2d9ba9b0609b6e3271be11faa66c52ec Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 30 Mar 2017 06:58:36 +0000 Subject: [PATCH] Delete unused patch OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmix?expand=0&rev=53 --- kmix-4.14.3-fix-bashisms.patch | 39 ---------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 kmix-4.14.3-fix-bashisms.patch diff --git a/kmix-4.14.3-fix-bashisms.patch b/kmix-4.14.3-fix-bashisms.patch deleted file mode 100644 index 1deb4c0..0000000 --- a/kmix-4.14.3-fix-bashisms.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff -Ndur kmix-4.14.3/apps/kmixremote kmix-4.14.3-fix-bashisms/apps/kmixremote ---- kmix-4.14.3/apps/kmixremote 2014-07-16 11:24:17.000000000 +0300 -+++ kmix-4.14.3-fix-bashisms/apps/kmixremote 2014-11-23 06:46:36.616308340 +0200 -@@ -7,7 +7,7 @@ - # Mute - ################################################################################# - --function usage -+usage() - { - echo "Usage:" - echo "List mixers # $0 list" -@@ -18,7 +18,7 @@ - echo - } - --function exit_with_error -+exit_with_error() - { - echo "Error: $1" - echo -@@ -27,7 +27,7 @@ - } - - # Prints the mixer DBUS ID's on the console. leaving out the "/Mixers/" prefix --function listMixers -+listMixers() - { - qdbus org.kde.kmix /Mixers org.freedesktop.DBus.Properties.Get org.kde.KMix.MixSet mixers | cut -f3 -d/ - errorCode=$? -@@ -37,7 +37,7 @@ - } - - # Prints the mixer control DBUS ID's of the given mixer on the console. leaving out the "/Mixers/" prefix --function listControls -+listControls() - { - qdbus org.kde.kmix $1 org.freedesktop.DBus.Properties.Get org.kde.KMix.Mixer controls | cut -f4 -d/ - errorCode=$?