r34379 - in /desktop/unstable/gnome-applets/debian: changelog patches/01_battstat_upower.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Apr 18 22:32:49 UTC 2012


Author: biebl
Date: Wed Apr 18 22:32:48 2012
New Revision: 34379

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34379
Log:
debian/patches/01_battstat_upower.patch: Refreshed.

Modified:
    desktop/unstable/gnome-applets/debian/changelog
    desktop/unstable/gnome-applets/debian/patches/01_battstat_upower.patch

Modified: desktop/unstable/gnome-applets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/changelog?rev=34379&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/changelog [utf-8] Wed Apr 18 22:32:48 2012
@@ -9,8 +9,9 @@
 
   [ Michael Biebl ]
   * New upstream release.
-
- -- Michael Biebl <biebl at debian.org>  Thu, 19 Apr 2012 00:25:55 +0200
+  * debian/patches/01_battstat_upower.patch: Refreshed.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 19 Apr 2012 00:32:31 +0200
 
 gnome-applets (3.2.1-1) unstable; urgency=low
 

Modified: desktop/unstable/gnome-applets/debian/patches/01_battstat_upower.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/patches/01_battstat_upower.patch?rev=34379&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/patches/01_battstat_upower.patch [utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/patches/01_battstat_upower.patch [utf-8] Wed Apr 18 22:32:48 2012
@@ -19,10 +19,10 @@
  create mode 100644 battstat/battstat-upower.c
  create mode 100644 battstat/battstat-upower.h
 
-Index: gnome-applets-3.2.0/battstat/Makefile.am
+Index: gnome-applets-3.4.1/battstat/Makefile.am
 ===================================================================
---- gnome-applets-3.2.0.orig/battstat/Makefile.am	2011-10-16 02:00:12.459022032 +0200
-+++ gnome-applets-3.2.0/battstat/Makefile.am	2011-10-16 02:03:43.988362748 +0200
+--- gnome-applets-3.4.1.orig/battstat/Makefile.am	2012-04-13 19:02:29.000000000 +0200
++++ gnome-applets-3.4.1/battstat/Makefile.am	2012-04-19 00:28:17.246029051 +0200
 @@ -27,6 +27,7 @@
  	$(GNOME_APPLETS_CFLAGS)			\
  	$(LIBNOTIFY_CFLAGS)			\
@@ -50,10 +50,10 @@
  		     $(APMLIB)
  
  schemasdir   = @GCONF_SCHEMA_FILE_DIR@
-Index: gnome-applets-3.2.0/battstat/battstat-upower.c
+Index: gnome-applets-3.4.1/battstat/battstat-upower.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gnome-applets-3.2.0/battstat/battstat-upower.c	2011-10-16 02:00:24.926865289 +0200
++++ gnome-applets-3.4.1/battstat/battstat-upower.c	2012-04-19 00:28:17.246029051 +0200
 @@ -0,0 +1,301 @@
 +/*
 + *  Copyright (C) 2010 by Joachim Breitner <mail at joachim-breitner.de>
@@ -356,10 +356,10 @@
 +}
 +
 +#endif /* HAVE_UPOWER */
-Index: gnome-applets-3.2.0/battstat/battstat-upower.h
+Index: gnome-applets-3.4.1/battstat/battstat-upower.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gnome-applets-3.2.0/battstat/battstat-upower.h	2011-10-16 02:00:24.934865189 +0200
++++ gnome-applets-3.4.1/battstat/battstat-upower.h	2012-04-19 00:28:17.254029051 +0200
 @@ -0,0 +1,33 @@
 +/*
 + * Copyright (C) 2010 by Joachim Breitner <mail at joachim-breitner.de>
@@ -394,10 +394,10 @@
 +void battstat_upower_get_battery_info (BatteryStatus *status);
 +
 +#endif /* _battstat_upower_h_ */
-Index: gnome-applets-3.2.0/battstat/battstat_applet.c
+Index: gnome-applets-3.4.1/battstat/battstat_applet.c
 ===================================================================
---- gnome-applets-3.2.0.orig/battstat/battstat_applet.c	2011-10-16 02:00:12.335023591 +0200
-+++ gnome-applets-3.2.0/battstat/battstat_applet.c	2011-10-16 02:00:24.934865189 +0200
+--- gnome-applets-3.4.1.orig/battstat/battstat_applet.c	2012-04-13 19:02:29.000000000 +0200
++++ gnome-applets-3.4.1/battstat/battstat_applet.c	2012-04-19 00:28:17.254029051 +0200
 @@ -1188,9 +1188,12 @@
  
    char *comments = g_strdup_printf ("%s\n\n%s",
@@ -413,10 +413,10 @@
  
    gtk_show_about_dialog( NULL,
      "version",             VERSION,
-Index: gnome-applets-3.2.0/battstat/docs/C/battstat.xml
+Index: gnome-applets-3.4.1/battstat/docs/C/battstat.xml
 ===================================================================
---- gnome-applets-3.2.0.orig/battstat/docs/C/battstat.xml	2011-10-16 02:00:12.379023038 +0200
-+++ gnome-applets-3.2.0/battstat/docs/C/battstat.xml	2011-10-16 02:00:24.934865189 +0200
+--- gnome-applets-3.4.1.orig/battstat/docs/C/battstat.xml	2012-04-15 15:49:58.000000000 +0200
++++ gnome-applets-3.4.1/battstat/docs/C/battstat.xml	2012-04-19 00:28:17.254029051 +0200
 @@ -226,10 +226,13 @@
       <title>Power Management Backends</title>
  
@@ -450,10 +450,10 @@
      <figure id="battstat-credits-hal"> 
        <title>Check you're using the HAL backend</title> 
        <screenshot> 
-Index: gnome-applets-3.2.0/battstat/power-management.c
+Index: gnome-applets-3.4.1/battstat/power-management.c
 ===================================================================
---- gnome-applets-3.2.0.orig/battstat/power-management.c	2011-10-16 02:00:12.299024044 +0200
-+++ gnome-applets-3.2.0/battstat/power-management.c	2011-10-16 02:00:24.934865189 +0200
+--- gnome-applets-3.4.1.orig/battstat/power-management.c	2012-04-13 19:02:29.000000000 +0200
++++ gnome-applets-3.4.1/battstat/power-management.c	2012-04-19 00:28:17.254029051 +0200
 @@ -41,6 +41,7 @@
  
  #include "battstat.h"
@@ -570,10 +570,10 @@
  power_management_using_hal( void )
  {
  #ifdef HAVE_HAL
-Index: gnome-applets-3.2.0/configure.in
+Index: gnome-applets-3.4.1/configure.in
 ===================================================================
---- gnome-applets-3.2.0.orig/configure.in	2011-10-16 02:00:12.499021530 +0200
-+++ gnome-applets-3.2.0/configure.in	2011-10-16 02:03:17.784692172 +0200
+--- gnome-applets-3.4.1.orig/configure.in	2012-04-15 15:45:36.000000000 +0200
++++ gnome-applets-3.4.1/configure.in	2012-04-19 00:28:17.254029051 +0200
 @@ -23,6 +23,7 @@
  LIBWNCK_REQUIRED=2.91.0
  LIBNOTIFY_REQUIRED=0.7
@@ -613,7 +613,7 @@
  dnl -- check for gucharmap (optional) -----------------------------------------
  
  PKG_CHECK_MODULES([GUCHARMAP],[gucharmap-2.90 >= $GUCHARMAP3_REQUIRED],
-@@ -742,5 +767,6 @@
+@@ -739,5 +764,6 @@
  	Using DBUS:			$HAVE_DBUS
  	Using NetworkManager:		$HAVE_NETWORKMANAGER
  	Using HAL:			$HAVE_HAL




More information about the pkg-gnome-commits mailing list