summaryrefslogtreecommitdiff
path: root/community/mate-text-editor/pluma_gettext_fix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-text-editor/pluma_gettext_fix.diff')
-rw-r--r--community/mate-text-editor/pluma_gettext_fix.diff18
1 files changed, 0 insertions, 18 deletions
diff --git a/community/mate-text-editor/pluma_gettext_fix.diff b/community/mate-text-editor/pluma_gettext_fix.diff
deleted file mode 100644
index b6829835a..000000000
--- a/community/mate-text-editor/pluma_gettext_fix.diff
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index be832f7..485c574 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -155,10 +155,11 @@ dnl Gettext stuff.
- dnl ================================================================
-
- IT_PROG_INTLTOOL([0.40.0])
--AC_SUBST([GETTEXT_PACKAGE], [pluma])
-+GETTEXT_PACKAGE=pluma
-+AC_SUBST([GETTEXT_PACKAGE])
- AM_GNU_GETTEXT_VERSION([0.17])
- AM_GLIB_GNU_GETTEXT
--AC_DEFINE([GETTEXT_PACKAGE],[PACKAGE_TARNAME], [Define to the gettext package name.])
-+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define to the Gettext package name])
-
- dnl ================================================================
- dnl Use gvfs metadata or the old xml file store.