[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 48/96: Version 1.4.4
noreply at xfce.org
noreply at xfce.org
Thu Nov 27 22:20:53 CET 2014
This is an automated email from the git hooks/post-receive script.
nick pushed a commit to branch master
in repository panel-plugins/xfce4-hardware-monitor-plugin.
commit 8a11c4975cb396a77ead45158aa35e1c3d9e1aee
Author: Omega Weapon <OmegaPhil at gmail.com>
Date: Thu Nov 7 17:33:26 2013 +0000
Version 1.4.4
---
ChangeLog | 8 ++++++++
MAINTAINERS | 3 +++
NEWS | 7 +++++++
README | 28 ++++++++++++++++------------
configure.ac | 2 +-
5 files changed, 35 insertions(+), 13 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index eb5fac2..399b21f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-11-07 Omega Weapon <OmegaPhil+HardwareMonitor at gmail.com>
+
+ Release 1.4.4
+
+ * Ported to XFCE4, remaining GNOME dependency is libgnomecanvas
+ * NEWS: released 1.4.4
+ * MAINAINERS: Added myself as new maintainer
+
2010-06-13 Neil Bird <neilbird at src.gnome.org>
Release 1.4.3
diff --git a/MAINTAINERS b/MAINTAINERS
index a978c2c..41b5ed7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5,3 +5,6 @@ Userid: olau
Neil Bird
Email: neilbird at src.gnome.org
Userid: neilbird
+
+Omega Weapon
+Email: OmegaPhil+HardwareMonitor at gmail.com
diff --git a/NEWS b/NEWS
index 53ba7eb..eb6b5c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 1.4.4 (2013-11-07)
+--------------------------
+
+Port to XFCE4.
+Added myself (OmegaPhil+HardwareMonitor at gmail.com) as maintainer
+for this version.
+
Version 1.4.3 (2010-06-13)
--------------------------
diff --git a/README b/README
index 9ba5caf..5a59b8f 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
Hardware Monitor
----------------
-Hardware Monitor is a monitor applet for the Gnome panel. It supports
-a variety of monitoring capabilities (CPU usage, network throughput
-etc.) and different kinds of viewers (curves, bars, columns, text,
-flames).
+Hardware Monitor is a monitor applet for the XFCE4 panel (originally
+the GNOME panel). It supports a variety of monitoring capabilities
+(CPU usage, network throughput etc.) and different kinds of viewers
+(curves, bars, columns, text, flames).
It is licensed under the GNU GPL.
@@ -12,14 +12,18 @@ It is licensed under the GNU GPL.
Requirements
------------
-You need a modern Gnome desktop (i.e. at least Gnome 2.6) with the
-related libraries and the C++ wrappers for GTK+ and Gnome libraries,
-gtkmm and gnomemm (more specifically gtkmm, gconfmm and libglademm).
+You need a modern XFCE4 desktop (i.e. at least XFCE 4.4 I think) with
+the related libraries and the C++ wrappers for GTK+ and the Gnome
+canvas library - gtkmm, libglademm and libgnomecanvasmm.
These can be fetched from http://www.gtkmm.org, or are alternatively
probably available as packages from your distributor.
Also, to compile the program you need the development files for the
-Gnome panel-applet library and libgtop.
+XFCE4 panel, the XFCE4 user interface library libgtop. The following
+are the correct packages on Debian Testing as of 7.11.13:
+
+libglademm-2.4-dev libgnomecanvasmm-2.6-dev libgtkmm-2.4-dev libgtop2-dev
+libxfce4ui-1-dev xfce4-panel-dev
If you have libsensors from the lm-sensors package installed at
compile time, the configure script will detect it and add support for
@@ -31,10 +35,10 @@ Compiling from source
---------------------
Note that when you compile from source, the file
-HardwareMonitor.server must end up a place where the panel can find
+hardware-monitor.desktop must end up a place where the panel can find
it. Else you will not be able to find the applet in the right-click
-panel menu. This place is usually /usr/lib/bonobo/servers/. If you run
-configure with
+panel menu. This place is usually /usr/share/xfce4/panel/plugins/. If you
+run configure with
./configure --prefix=/usr
@@ -43,6 +47,6 @@ and install the applet, it will most likely work.
Bugs
----
-Report bugs and suggestions to the maintainer:
+Report bugs and suggestions to OmegaPhil:
$ cat MAINTAINERS
diff --git a/configure.ac b/configure.ac
index 4d44c0a..e7c18e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl
dnl Initialising autoconf - this provides PACKAGE_NAME and PACKAGE_VERSION
dnl output variables
-AC_INIT([hardware-monitor], [1.4.3])
+AC_INIT([hardware-monitor], [1.4.4])
dnl Initialise automake with minimum version 1.13.2 (based off https://www.flameeyes.eu/autotools-mythbuster/forwardporting/automake.html),
dnl enabling all warnings and errors
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list