[Pkg-xfce-commits] r4647 - in goodies/branches/experimental/xfce4-sensors-plugin/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Wed Dec 8 05:39:48 UTC 2010
Author: corsac
Date: 2010-12-08 17:39:47 +0000 (Wed, 08 Dec 2010)
New Revision: 4647
Modified:
goodies/branches/experimental/xfce4-sensors-plugin/debian/changelog
goodies/branches/experimental/xfce4-sensors-plugin/debian/control
goodies/branches/experimental/xfce4-sensors-plugin/debian/patches/01_fix-build-without-libnotify.patch
goodies/branches/experimental/xfce4-sensors-plugin/debian/patches/02_port-xfce-47.patch
Log:
add build-dep on libnotify-dev.
Modified: goodies/branches/experimental/xfce4-sensors-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-sensors-plugin/debian/changelog 2010-12-08 11:20:05 UTC (rev 4646)
+++ goodies/branches/experimental/xfce4-sensors-plugin/debian/changelog 2010-12-08 17:39:47 UTC (rev 4647)
@@ -5,13 +5,14 @@
- add build-dep on xfce4-dev-tools and libtool.
- update debhelper build-dep to 7.
- update standards version to 3.9.1.
+ - add build-dep on libnotify-dev.
* debian/patches:
- 02_port-xfce-47 added, port to 4.7 panel and link against libxfcegui4.
* debian/rules:
- run xdt-autogen after applying patch touching Makefile.am.
* debian/compat bumped to 7.
- -- Yves-Alexis Perez <corsac at debian.org> Sat, 06 Nov 2010 18:37:28 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 08 Dec 2010 18:12:04 +0100
xfce4-sensors-plugin (1.0.0-1) unstable; urgency=low
Modified: goodies/branches/experimental/xfce4-sensors-plugin/debian/control
===================================================================
--- goodies/branches/experimental/xfce4-sensors-plugin/debian/control 2010-12-08 11:20:05 UTC (rev 4646)
+++ goodies/branches/experimental/xfce4-sensors-plugin/debian/control 2010-12-08 17:39:47 UTC (rev 4647)
@@ -6,7 +6,7 @@
Build-Depends: cdbs, debhelper (>= 7), libgtk2.0-dev,
xfce4-panel-dev (>= 4.4.1), libxml2-dev, libsensors4-dev, libxml-parser-perl,
hddtemp [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386], intltool, libxfcegui4-dev,
- xfce4-dev-tools, libtool
+ xfce4-dev-tools, libtool, libnotify-dev
Standards-Version: 3.9.1
Homepage: http://goodies.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-sensors-plugin/
Modified: goodies/branches/experimental/xfce4-sensors-plugin/debian/patches/01_fix-build-without-libnotify.patch
===================================================================
--- goodies/branches/experimental/xfce4-sensors-plugin/debian/patches/01_fix-build-without-libnotify.patch 2010-12-08 11:20:05 UTC (rev 4646)
+++ goodies/branches/experimental/xfce4-sensors-plugin/debian/patches/01_fix-build-without-libnotify.patch 2010-12-08 17:39:47 UTC (rev 4647)
@@ -1,3 +1,7 @@
+Origin: http://bugzilla.xfce.org/show_bug.cgi?id=6349
+Description: fix compilation without libnotify
+Bug: http://bugzilla.xfce.org/show_bug.cgi?id=6349
+Applied-Upstream: 1.0.1, http://git.xfce.org/panel-plugins/xfce4-sensors-plugin/commit/?id=9c0aa66667f47fe4e4eae91e995d041d3650993a
diff --git a/lib/hddtemp.c b/lib/hddtemp.c
index d7ac69e..5089f34 100644
--- a/lib/hddtemp.c
Modified: goodies/branches/experimental/xfce4-sensors-plugin/debian/patches/02_port-xfce-47.patch
===================================================================
--- goodies/branches/experimental/xfce4-sensors-plugin/debian/patches/02_port-xfce-47.patch 2010-12-08 11:20:05 UTC (rev 4646)
+++ goodies/branches/experimental/xfce4-sensors-plugin/debian/patches/02_port-xfce-47.patch 2010-12-08 17:39:47 UTC (rev 4647)
@@ -1,3 +1,6 @@
+Description: port to xfce4-panel 4.7
+Bug: http://bugzilla.xfce.org/show_bug.cgi?id=6938
+Author: Yves-Alexis Perez <corsac at debian.org>
diff --git a/include/sensors-interface-common.h b/include/sensors-interface-common.h
index 0013549..654bbb4 100644
--- a/include/sensors-interface-common.h
More information about the Pkg-xfce-commits
mailing list