[SCM] pluma Debian package branch, master, updated. a3de72eceea41bf0c01289d63d3d4d5b18737c18

Mike Gabriel sunweaver at moszumanska.debian.org
Wed Mar 19 10:33:55 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/pluma.git;a=commitdiff;h=2fce953

The following commit has been merged in the master branch:
commit 2fce953e04bbe2c171d39012ea54f5f67a187731
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Mar 19 11:26:38 2014 +0100

    debian/patches: 0002_use-zenity-instead-of-mate-dialogs.patch. Use zenity instead of mate-dialogs.
---
 .../0002_use-zenity-instead-of-mate-dialogs.patch  | 28 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 29 insertions(+)

diff --git a/debian/patches/0002_use-zenity-instead-of-mate-dialogs.patch b/debian/patches/0002_use-zenity-instead-of-mate-dialogs.patch
new file mode 100644
index 0000000..fe0064d
--- /dev/null
+++ b/debian/patches/0002_use-zenity-instead-of-mate-dialogs.patch
@@ -0,0 +1,28 @@
+Description: Use zenity instead of mate-dialogs
+Author: Stefano Karapetsas <stefano at karapetsas.com>
+Origin: vendor, http://git.mate-desktop.org/pluma/patch/?id=1dce8625e2bfbd5b320b7685acad64a1af2d2d67
+
+---
+diff --git a/plugins/externaltools/data/run-command.tool.in b/plugins/externaltools/data/run-command.tool.in
+index 6f08a62..a902b9a 100755
+--- a/plugins/externaltools/data/run-command.tool.in
++++ b/plugins/externaltools/data/run-command.tool.in
+@@ -1,4 +1,4 @@
+ #!/bin/sh
+ 
+ #TODO: use "mateconftool-2 -g /desktop/mate/applications/terminal/exec"
+-exec `matedialog --entry --title="Run command - pluma" --text="Command to run"`
++exec `zenity --entry --title="Run command - pluma" --text="Command to run"`
+diff --git a/plugins/externaltools/data/search-recursive.tool.in b/plugins/externaltools/data/search-recursive.tool.in
+index 66bf874..3179d34 100755
+--- a/plugins/externaltools/data/search-recursive.tool.in
++++ b/plugins/externaltools/data/search-recursive.tool.in
+@@ -15,7 +15,7 @@
+ # with this program; if not, write to the Free Software Foundation, Inc.,
+ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ 
+-SEARCHTEXT=`matedialog --entry --title="Search text on files" --text="Text to search"`
++SEARCHTEXT=`zenity --entry --title="Search text on files" --text="Text to search"`
+ 
+ if [ ! "${#SEARCHTEXT}" = 0 ]; then
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 59bd281..b5e8e90 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 0001_fix-ftbfs-due-to-gettext.patch
+0002_use-zenity-instead-of-mate-dialogs.patch
 1001_add-keywords-to-desktop-file.patch
 1002_typo-fix-whether.patch
 1003_dont-install-usr-bin-mate-text-editor.patch

-- 
pluma Debian package



More information about the pkg-mate-commits mailing list