[network-manager-openvpn] build: disable .desktop file for now



commit b55e8e8684964c5c5d70ec8bea30d35eb882eb4d
Author: Dan Williams <dcbw redhat com>
Date:   Wed Jan 27 15:42:33 2010 -0800

    build: disable .desktop file for now
    
    Until nmce gets import support.  Otherwise it's pretty useless.

 Makefile.am |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e86d11f..d50986a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,14 +12,18 @@ dbusservice_DATA = nm-openvpn-service.conf
 nmvpnservicedir = $(sysconfdir)/NetworkManager/VPN
 nmvpnservice_DATA = nm-openvpn-service.name
 
-if WITH_GNOME
-desktopdir = $(datadir)/applications
-desktop_in_files = nm-openvpn.desktop.in
-desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
- INTLTOOL_DESKTOP_RULE@
+desktopfile = nm-openvpn.desktop.in
+iconfile = gnome-mime-application-x-openvpn-settings.png
 
-icondir = $(datadir)/icons/hicolor/48x48/apps
-icon_DATA = gnome-mime-application-x-openvpn-settings.png
+if WITH_GNOME
+# FIXME: uncomment when nmce gets --import support
+#desktopdir = $(datadir)/applications
+#desktop_in_files = $(desktopfile)
+#desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+# INTLTOOL_DESKTOP_RULE@
+
+#icondir = $(datadir)/icons/hicolor/48x48/apps
+#icon_DATA = $(iconfile)
 endif
 
 nm-openvpn-service.name: $(srcdir)/nm-openvpn-service.name.in
@@ -27,8 +31,8 @@ nm-openvpn-service.name: $(srcdir)/nm-openvpn-service.name.in
 
 EXTRA_DIST = nm-openvpn-service.name.in \
              $(dbusservice_DATA)  \
-             $(desktop_in_files)  \
-             $(icon_DATA)         \
+             $(desktopfile) \
+             $(iconfile) \
              intltool-extract.in  \
              intltool-merge.in    \
              intltool-update.in \



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