[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 80/96: BREAKING CHANGE: Renaming project to appropriate XFCE4 plugin name, removal of dash in so name
noreply at xfce.org
noreply at xfce.org
Thu Nov 27 22:21:25 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 af273822345dd118891f7615530aebe23d4f62cc
Author: OmegaPhil <OmegaPhil at gmail.com>
Date: Sat Aug 9 16:09:44 2014 +0100
BREAKING CHANGE: Renaming project to appropriate XFCE4 plugin name, removal of dash in so name
Project name has been changed to properly fit in in Debian. dh_makeshlibs
can't cope with the shared object name containing a dash - it creates
a shlibs control file, which fails lintian - the dash has been removed
!! These changes mean XFCE4 no longer associates previous configuration
files with the plugin !!
---
Makefile.am | 2 +-
configure.ac | 2 +-
debian/changelog | 2 +-
debian/control | 6 +++---
debian/rules | 2 +-
po/POTFILES.in | 2 +-
xfce4-hardware-monitor-plugin.desktop.in | 4 ++--
7 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 7ffe722..fa0898a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ desktop_DATA = $(PACKAGE_NAME).desktop
# Icon
icondir = $(datadir)/pixmaps
-icon_DATA = hardware-monitor-applet.png
+icon_DATA = xfce4-hardware-monitor-plugin.png
EXTRA_DIST = $(icon_DATA) $(desktop_DATA) intltool-merge.in \
intltool-extract.in intltool-update.in MAINTAINERS
diff --git a/configure.ac b/configure.ac
index a5932bd..26a5f94 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.5])
+AC_INIT([xfce4-hardware-monitor-plugin], [1.4.5])
dnl Initialise automake with minimum version 1.11.6 (as of 17.11.13 Debian
dnl Stable (Wheezy) has this version - http://mail.xfce.org/pipermail/xfce4-dev/2013-November/030523.html)
diff --git a/debian/changelog b/debian/changelog
index 489e8dc..428257b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-hardware-monitor (1.4.5-1) UNRELEASED; urgency=low
+xfce4-hardware-monitor-plugin (1.4.5-1) UNRELEASED; urgency=low
* Take over packaging - based on the old GNOME package.
* Package up the latest XFCE4 plugin code properly.
diff --git a/debian/control b/debian/control
index 59994cf..180a088 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
-Source: hardware-monitor
-Section: gnome
+Source: xfce4-hardware-monitor-plugin
+Section: xfce
Priority: optional
Maintainer: Omega Weapon <OmegaPhil00 at startmail.com>
Build-Depends: debhelper (>= 9), libsensors4-dev,
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), libsensors4-dev,
Standards-Version: 3.9.5
Homepage: https://github.com/OmegaPhil/hardware-monitor-applet/tree/xfce4-applet
-Package: hardware-monitor
+Package: xfce4-hardware-monitor-plugin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Monitor applet for the XFCE4 panel
diff --git a/debian/rules b/debian/rules
index 12486f8..30fdb9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_auto_install:
dh_auto_install
# Remove libtool archives - not allowed
- find debian/hardware-monitor/usr/lib -name '*.la' -delete
+ find debian/xfce4-hardware-monitor-plugin/usr/lib -name '*.la' -delete
override_dh_autoreconf:
dh_autoreconf ./autogen.sh
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d4980d2..5bc752b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,6 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
-hardware-monitor.desktop.in
+xfce4-hardware-monitor-plugin.desktop.in
src/applet.cpp
src/bar-view.cpp
src/choose-monitor-window.cpp
diff --git a/xfce4-hardware-monitor-plugin.desktop.in b/xfce4-hardware-monitor-plugin.desktop.in
index c5e073d..ae06370 100644
--- a/xfce4-hardware-monitor-plugin.desktop.in
+++ b/xfce4-hardware-monitor-plugin.desktop.in
@@ -3,7 +3,7 @@ Type=X-XFCE-PanelPlugin
Encoding=UTF-8
_Name=Hardware Monitor
_Comment=Plugin for monitoring hardware devices
-Icon=hardware-monitor-applet
-X-XFCE-Module=hardware-monitor
+Icon=xfce4-hardware-monitor-plugin
+X-XFCE-Module=hardwaremonitor
X-XFCE-Internal=false
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list