[Goodies-commits] r6989 - in xfce4-power-manager/trunk: . libxfpm po settings

Ali Abdallah aliov at xfce.org
Tue Mar 24 16:34:28 CET 2009


Author: aliov
Date: 2009-03-24 15:34:28 +0000 (Tue, 24 Mar 2009)
New Revision: 6989

Added:
   xfce4-power-manager/trunk/settings/xfce4-power-manager-settings.desktop.in
Removed:
   xfce4-power-manager/trunk/settings/xfce4-power-manager.desktop.in
Modified:
   xfce4-power-manager/trunk/ChangeLog
   xfce4-power-manager/trunk/libxfpm/xfpm-notify.c
   xfce4-power-manager/trunk/po/POTFILES.in
   xfce4-power-manager/trunk/settings/Makefile.am
Log:
Fix missing files in the POTFILES+rename the settings desktop file

Modified: xfce4-power-manager/trunk/ChangeLog
===================================================================
--- xfce4-power-manager/trunk/ChangeLog	2009-03-24 15:18:29 UTC (rev 6988)
+++ xfce4-power-manager/trunk/ChangeLog	2009-03-24 15:34:28 UTC (rev 6989)
@@ -1,4 +1,7 @@
 
+2009-03-24 16:34 Ali aliov at xfce.org 
+	 * : Fix missing files in the POTFILES+rename the settings desktop file
+
 2009-03-24 16:18 Ali aliov at xfce.org 
 	 * : Generate random cookie on the inhibit+some optimizations
 

Modified: xfce4-power-manager/trunk/libxfpm/xfpm-notify.c
===================================================================
--- xfce4-power-manager/trunk/libxfpm/xfpm-notify.c	2009-03-24 15:18:29 UTC (rev 6988)
+++ xfce4-power-manager/trunk/libxfpm/xfpm-notify.c	2009-03-24 15:34:28 UTC (rev 6989)
@@ -41,8 +41,7 @@
 
 #include <libnotify/notify.h>
 
-#include "libxfpm/xfpm-common.h"
-
+#include "xfpm-common.h"
 #include "xfpm-notify.h"
 
 /* Init */

Modified: xfce4-power-manager/trunk/po/POTFILES.in
===================================================================
--- xfce4-power-manager/trunk/po/POTFILES.in	2009-03-24 15:18:29 UTC (rev 6988)
+++ xfce4-power-manager/trunk/po/POTFILES.in	2009-03-24 15:34:28 UTC (rev 6989)
@@ -1,6 +1,6 @@
 settings/xfpm-settings.c
 settings/xfpm-settings-main.c
-settings/xfce4-power-manager.desktop.in
+settings/xfce4-power-manager-settings.desktop.in
 src/xfpm-battery.c
 src/xfpm-battery-info.c
 src/xfpm-button-xf86.c
@@ -10,7 +10,6 @@
 src/xfpm-idle.c
 src/xfpm-main.c
 src/xfpm-cpu.c
-src/xfpm-notify.c
 src/xfpm-supply.c
 src/xfpm-network-manager.c
 src/xfpm-dpms.c
@@ -18,19 +17,22 @@
 src/xfpm-engine.c
 src/xfpm-adapter.c
 src/xfpm-manager.c
-libxfpm/xfpm-common.c
-libxfpm/xfpm-string.c
+src/xfpm-inhibit.c
+src/xfpm-screen-saver.c
+src/xfce4-power-manager.desktop.in
+libxfpm/hal-proxy.c
 libxfpm/hal-battery.c
 libxfpm/hal-device.c
-libxfpm/xfpm-dbus.c
-libxfpm/xfpm-popups.c
 libxfpm/hal-marshal.c
 libxfpm/hal-manager.c
 libxfpm/hal-power.c
 libxfpm/hal-battery.c
+libxfpm/xfpm-common.c
+libxfpm/xfpm-string.c
+libxfpm/xfpm-dbus.c
+libxfpm/xfpm-popups.c
+libxfpm/xfpm-notify.c
 panel-plugins/brightness/brightness-plugin.c
 panel-plugins/brightness/xfce4-brightness-plugin.desktop.in.in
 panel-plugins/inhibit/inhibit-plugin.c
 panel-plugins/inhibit/xfce4-inhibit-plugin.desktop.in.in
-src/xfce4-power-manager.desktop.in
-settings/xfce4-power-manager.desktop.in

Modified: xfce4-power-manager/trunk/settings/Makefile.am
===================================================================
--- xfce4-power-manager/trunk/settings/Makefile.am	2009-03-24 15:18:29 UTC (rev 6988)
+++ xfce4-power-manager/trunk/settings/Makefile.am	2009-03-24 15:34:28 UTC (rev 6989)
@@ -52,7 +52,7 @@
 #
 # .desktop file
 #
-desktop_in_files = xfce4-power-manager.desktop.in
+desktop_in_files = xfce4-power-manager-settings.desktop.in
 desktopdir = $(datadir)/applications
 desktop_DATA =	$(desktop_in_files:.desktop.in=.desktop)
 

Added: xfce4-power-manager/trunk/settings/xfce4-power-manager-settings.desktop.in
===================================================================
--- xfce4-power-manager/trunk/settings/xfce4-power-manager-settings.desktop.in	                        (rev 0)
+++ xfce4-power-manager/trunk/settings/xfce4-power-manager-settings.desktop.in	2009-03-24 15:34:28 UTC (rev 6989)
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+_Name=Xfce 4 Power Manager
+_GenericName=Power Manager
+_X-XfceSettingsName=Power
+_Comment=Settings for the Xfce 4 Power Manager
+Exec=xfce4-power-manager-settings
+Icon=gpm-ac-adapter
+Terminal=false
+Type=Application
+Categories=X-XFCE;Settings;DesktopSettings;X-XfceSettingsDialog;
+OnlyShowIn=XFCE;
+StartupNotify=true
+X-XfcePluggable=true
+X-XfceHelpFile=xfce4-power-manager.html




More information about the Goodies-commits mailing list