[gnome-bluetooth] Install the desktop file as an autostart and a panel



commit 75d58ef19b2573e7dfb73c323b659653032b9b36
Author: Ross Burton <ross linux intel com>
Date:   Fri Jan 29 12:14:09 2010 +0000

    Install the desktop file as an autostart and a panel

 moblin/Makefile.am |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/moblin/Makefile.am b/moblin/Makefile.am
index 9f2ac23..e1787a7 100644
--- a/moblin/Makefile.am
+++ b/moblin/Makefile.am
@@ -12,15 +12,19 @@ AM_CFLAGS = $(MOBLIN_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) -DPKGDATADIR="
 
 INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/wizard -I$(top_srcdir)/moblin/moblin-copy-n-paste
 
-autostartdir = $(sysconfdir)/xdg/autostart
+ui_DATA = pin.ui
+uidir = $(pkgdatadir)
+
 
-autostart_in_in_files = bluetooth-panel.desktop.in.in
-autostart_in_files = bluetooth-panel.desktop.in
+desktop_in_files = bluetooth-panel.desktop.in.in
+desktop_data = $(desktop_in_files:.desktop.in.in=.desktop)
+ INTLTOOL_DESKTOP_RULE@
 
-autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
+autostartdir = $(sysconfdir)/xdg/autostart
+autostart_DATA = $(desktop_data)
 
-ui_DATA = pin.ui
-uidir = $(pkgdatadir)
+paneldir = @PANEL_DIR@
+panel_DATA = $(desktop_data)
 
 servicedir = $(datadir)/dbus-1/services
 service_in_files = org.moblin.UX.Shell.Panels.bluetooth.service.in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]