[empathy] remove empathy-accounts.desktop



commit e50bbed1c0ea00a62e22bd2ace2427fef4d65ada
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Aug 7 12:09:29 2012 +0200

    remove empathy-accounts.desktop
    
    Now that we have desktop wide UI to configure accounts (GNOME/Ubuntu Online
    Accounts) it doesn't make much sense to expose empathy-accounts as a separated
    application.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662986

 configure.ac                        |    1 -
 data/.gitignore                     |    2 --
 data/Makefile.am                    |    1 -
 data/empathy-accounts.desktop.in.in |   14 --------------
 po/POTFILES.in                      |    1 -
 po/POTFILES.skip                    |    1 -
 6 files changed, 0 insertions(+), 20 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8a0df19..1aeac74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -591,7 +591,6 @@ AC_CONFIG_FILES([
    Makefile
    data/Makefile
    data/empathy.desktop.in
-   data/empathy-accounts.desktop.in
    data/icons/Makefile
    data/themes/Makefile
    extensions/Makefile
diff --git a/data/.gitignore b/data/.gitignore
index 1b5fab5..1a3c9d8 100644
--- a/data/.gitignore
+++ b/data/.gitignore
@@ -5,8 +5,6 @@ gschemas.compiled
 org.freedesktop.Telepathy.Client.Empathy.Chat.service
 org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service
 org.freedesktop.Telepathy.Client.Empathy.Call.service
-empathy-accounts.desktop
-empathy-accounts.desktop.in
 org.freedesktop.Telepathy.Client.Empathy.Auth.service
 org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service
 icons/local-copy/*
diff --git a/data/Makefile.am b/data/Makefile.am
index 65c7242..e6627ae 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -3,7 +3,6 @@ SUBDIRS = icons themes
 desktopdir = $(datadir)/applications
 desktop_in_files = \
 	empathy.desktop.in \
-	empathy-accounts.desktop.in \
 	$(NULL)
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ed463aa..6793767 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,7 +2,6 @@
 # Please keep this file sorted alphabetically.
 
 data/empathy.desktop.in.in
-data/empathy-accounts.desktop.in.in
 [type: gettext/gsettings]data/org.gnome.Empathy.gschema.xml
 
 libempathy/empathy-ft-handler.c
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 91d77da..bfcb0d5 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,4 +1,3 @@
 # Please keep this file sorted alphabetically.
 
 data/empathy.desktop.in
-data/empathy-accounts.desktop.in



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