]> git.pld-linux.org Git - packages/gnome-power-manager.git/commitdiff
- for 2.19.6
authorPatryk Zawadzki <patrys@room-303.com>
Wed, 29 Aug 2007 04:26:15 +0000 (04:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-power-manager-intltool.patch -> 1.1
    gnome-power-manager-popt.patch -> 1.1

gnome-power-manager-intltool.patch [new file with mode: 0644]
gnome-power-manager-popt.patch [new file with mode: 0644]

diff --git a/gnome-power-manager-intltool.patch b/gnome-power-manager-intltool.patch
new file mode 100644 (file)
index 0000000..ce7056d
--- /dev/null
@@ -0,0 +1,11 @@
+--- gnome-power-manager-2.19.6/intltool-merge.in~      2007-07-19 01:31:26.000000000 +0200
++++ gnome-power-manager-2.19.6/intltool-merge.in       2007-08-29 06:03:14.136139032 +0200
+@@ -93,7 +93,7 @@
+ my %po_files_by_lang = ();
+ my %translations = ();
+-my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} || "@INTLTOOL_ICONV@";
++my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} || "iconv";
+ my $devnull = ($^O eq 'MSWin32' ? 'NUL:' : '/dev/null');
+ # Use this instead of \w for XML files to handle more possible characters.
diff --git a/gnome-power-manager-popt.patch b/gnome-power-manager-popt.patch
new file mode 100644 (file)
index 0000000..9e4921c
--- /dev/null
@@ -0,0 +1,40 @@
+--- gnome-power-manager-2.19.6/src/gpm-notify.c~       2007-07-20 15:26:38.000000000 +0200
++++ gnome-power-manager-2.19.6/src/gpm-notify.c        2007-08-29 05:52:05.238183608 +0200
+@@ -34,6 +34,7 @@
+ #ifdef HAVE_UNISTD_H
+ #include <unistd.h>
+ #endif /* HAVE_UNISTD_H */
++#include <libgnome/gnome-i18n.h>
+ #include <libgnome/libgnome.h>
+ #include <glib/gi18n.h>
+--- gnome-power-manager-2.19.6/src/gpm-control.c~      2007-07-26 14:22:55.000000000 +0200
++++ gnome-power-manager-2.19.6/src/gpm-control.c       2007-08-29 05:58:49.176560277 +0200
+@@ -27,6 +27,7 @@
+ #include <stdio.h>
+ #include <time.h>
+ #include <errno.h>
++#include <libgnome/gnome-i18n.h>
+ #include <libgnomeui/gnome-client.h>
+ #include <string.h>
+--- gnome-power-manager-2.19.6/applets/brightness/brightness-applet.c~ 2007-07-17 23:26:42.000000000 +0200
++++ gnome-power-manager-2.19.6/applets/brightness/brightness-applet.c  2007-08-29 06:12:07.054838943 +0200
+@@ -27,6 +27,7 @@
+ #include <stdio.h>
+ #include <string.h>
++#include <libgnome/gnome-i18n.h>
+ #include <panel-applet.h>
+ #include <gtk/gtk.h>
+ #include <gtk/gtkbox.h>
+--- gnome-power-manager-2.19.6/applets/inhibit/inhibit-applet.c~       2007-07-24 22:39:25.000000000 +0200
++++ gnome-power-manager-2.19.6/applets/inhibit/inhibit-applet.c        2007-08-29 06:18:47.493749476 +0200
+@@ -27,6 +27,7 @@
+ #include <stdio.h>
+ #include <string.h>
++#include <libgnome/gnome-i18n.h>
+ #include <panel-applet.h>
+ #include <gtk/gtk.h>
+ #include <gtk/gtkbox.h>
This page took 0.031105 seconds and 4 git commands to generate.