[Pkg-xfce-commits] r9419 - in /goodies/branches/experimental/xfce4-battery-plugin/debian: changelog patches/01_no-sysctl.patch

Yves-Alexis Perez corsac at moszumanska.debian.org
Mon Jun 6 20:34:41 UTC 2016


Author: corsac
Date: Mon Jun  6 20:34:41 2016
New Revision: 9419

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9419
Log:
* debian/patches:
  - 01_no-sysctl updated for new release.

Modified:
    goodies/branches/experimental/xfce4-battery-plugin/debian/changelog
    goodies/branches/experimental/xfce4-battery-plugin/debian/patches/01_no-sysctl.patch

Modified: goodies/branches/experimental/xfce4-battery-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/xfce4-battery-plugin/debian/changelog?rev=9419&op=diff
==============================================================================
--- goodies/branches/experimental/xfce4-battery-plugin/debian/changelog	(original)
+++ goodies/branches/experimental/xfce4-battery-plugin/debian/changelog	Mon Jun  6 20:34:41 2016
@@ -4,6 +4,8 @@
   * debian/control:
     - replace gtk2 build-dep by gtk3
     - add build-dep on libxfce4util and libxfce4ui.
+  * debian/patches:
+    - 01_no-sysctl updated for new release.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Mon, 06 Jun 2016 22:25:54 +0200
 

Modified: goodies/branches/experimental/xfce4-battery-plugin/debian/patches/01_no-sysctl.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/xfce4-battery-plugin/debian/patches/01_no-sysctl.patch?rev=9419&op=diff
==============================================================================
--- goodies/branches/experimental/xfce4-battery-plugin/debian/patches/01_no-sysctl.patch	(original)
+++ goodies/branches/experimental/xfce4-battery-plugin/debian/patches/01_no-sysctl.patch	Mon Jun  6 20:34:41 2016
@@ -1,19 +1,17 @@
---- xfce4-battery-plugin-1.0.5.orig/panel-plugin/libacpi.c
-+++ xfce4-battery-plugin-1.0.5/panel-plugin/libacpi.c
-@@ -50,12 +50,13 @@ static int      acpifd;
- #endif
- 
- #include <sys/sysctl.h>
-+
-+#endif
-+
- #include <err.h>
- #include <errno.h>
- #include <unistd.h>
- 
--#endif
--
- #include "libacpi.h"
- 
- #define ACBASE "/proc/acpi/ac_adapter"
-
+--- a/panel-plugin/libacpi.c
++++ b/panel-plugin/libacpi.c
+@@ -51,11 +51,12 @@ static int      acpifd;
+ #endif
+ 
+ #include <sys/sysctl.h>
+-#include <err.h>
+-#include <errno.h>
+ 
+ #endif
+ 
++#include <err.h>
++#include <errno.h>
++
+ #include "libacpi.h"
+ 
+ #define ACBASE "/proc/acpi/ac_adapter"




More information about the Pkg-xfce-commits mailing list