Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37897462
en ru br
Репозитории ALT
S:0.3.2-alt1
5.1: 0.20-alt2
4.1: 0.16-alt0.M41.1
www.altlinux.org/Changes

Группа :: Графические оболочки/XFce
Пакет: thunar-shares-plugin

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: tsp-l10n-fix.patch
Скачать


diff -uN thunar-shares-plugin.orig/thunar-plugin/l10n.h thunar-shares-plugin/thunar-plugin/l10n.h
--- thunar-shares-plugin.orig/thunar-plugin/l10n.h	1970-01-01 03:00:00 +0300
+++ thunar-shares-plugin/thunar-plugin/l10n.h	2009-10-02 10:23:27 +0400
@@ -0,0 +1,3 @@
+#include <libintl.h>
+
+#define _(String)       dgettext(GETTEXT_PACKAGE, String)
diff -uN thunar-shares-plugin.orig/thunar-plugin/thunar-shares-plugin.c thunar-shares-plugin/thunar-plugin/thunar-shares-plugin.c
--- thunar-shares-plugin.orig/thunar-plugin/thunar-shares-plugin.c	2009-02-15 22:54:41 +0300
+++ thunar-shares-plugin/thunar-plugin/thunar-shares-plugin.c	2009-10-02 10:23:48 +0400
@@ -22,7 +22,7 @@
 #include <config.h>
 #endif
 
-#include <glib/gi18n.h>
+#include <l10n.h>
 #include <libshares/shares.h>
 
 #include "tsp-provider.h"
diff -uN thunar-shares-plugin.orig/thunar-plugin/tsp-page.c thunar-shares-plugin/thunar-plugin/tsp-page.c
--- thunar-shares-plugin.orig/thunar-plugin/tsp-page.c	2009-02-15 22:54:41 +0300
+++ thunar-shares-plugin/thunar-plugin/tsp-page.c	2009-10-02 10:31:44 +0400
@@ -22,7 +22,7 @@
 #include <config.h>
 #endif
 
-#include <glib/gi18n.h>
+#include <l10n.h>
 #include <gtk/gtk.h>
 
 #include <libshares/shares.h>
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin