[network-manager-libreswan] auth-dialog: drop the .desktop file



commit 9df39a1797e1405225679d59129890a6d98f317a
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Wed Apr 27 17:27:47 2016 +0200

    auth-dialog: drop the .desktop file
    
    It's generated incorrectly -- the @LIBEXECDIR@ is not substituted.
    
    There's no point in keeping it; it was added because GNOME Shell needed
    it to figure out the right window title; but it doesn't anymore and it
    draws its own dialog using the external ui mode anyway.
    
    It was dropped from NetworkManager-vpnc as well.

 .gitignore                                         |    3 ---
 auth-dialog/Makefile.am                            |    6 ------
 auth-dialog/nm-libreswan-auth-dialog.desktop.in.in |    7 -------
 configure.ac                                       |    1 -
 po/POTFILES.in                                     |    1 -
 po/POTFILES.skip                                   |    3 ---
 6 files changed, 0 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0187cdd..da7cf75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,10 +30,7 @@ m4/lt*.m4
 appdata/network-manager-libreswan.appdata.xml
 
 auth-dialog/nm-libreswan-auth-dialog
-auth-dialog/nm-libreswan-auth-dialog.desktop
-auth-dialog/nm-libreswan-auth-dialog.desktop.in
 nm-libreswan-service.name
-nm-libreswan.desktop
 src/nm-libreswan-service
 src/nm-libreswan-service-helper
 src/show-xfrm
diff --git a/auth-dialog/Makefile.am b/auth-dialog/Makefile.am
index c988932..4044b69 100644
--- a/auth-dialog/Makefile.am
+++ b/auth-dialog/Makefile.am
@@ -18,12 +18,6 @@ nm_libreswan_auth_dialog_LDADD = \
        $(LIBNMA_LIBS) \
        $(LIBSECRET_LIBS)
 
- INTLTOOL_DESKTOP_RULE@
-desktopdir = $(datadir)/applications
-desktop_in_in_files = nm-libreswan-auth-dialog.desktop.in.in
-desktop_in_files = nm-libreswan-auth-dialog.desktop.in
-desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
-
 EXTRA_DIST = \
        $(desktop_in_in_files)
 
diff --git a/configure.ac b/configure.ac
index 027e2e9..8001f65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,7 +116,6 @@ Makefile
 common/Makefile
 src/Makefile
 auth-dialog/Makefile
-auth-dialog/nm-libreswan-auth-dialog.desktop.in
 properties/Makefile
 po/Makefile.in
 ])
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 87dc9c5..44fb101 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,7 +2,6 @@
 # Please keep this file sorted alphabetically.
 appdata/network-manager-libreswan.appdata.xml.in
 auth-dialog/main.c
-auth-dialog/nm-libreswan-auth-dialog.desktop.in.in
 properties/nm-libreswan.c
 src/nm-libreswan-service.c
 [type: gettext/glade]properties/nm-libreswan-dialog.ui


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