[gnome-packagekit] Remove the gpk-install-mime-type binary



commit 99cebe00204856ee70dc7efad3e5b545eb51b37a
Author: Richard Hughes <richard hughsie com>
Date:   Mon Nov 4 16:08:34 2013 +0000

    Remove the gpk-install-mime-type binary
    
    But leave the DBus API.

 contrib/gnome-packagekit.spec.in |    2 -
 man/Makefile.am                  |    4 -
 man/gpk-install-mime-type.sgml   |   76 -----------------------
 src/Makefile.am                  |   10 ---
 src/gpk-install-mime-type.c      |  124 --------------------------------------
 5 files changed, 0 insertions(+), 216 deletions(-)
---
diff --git a/contrib/gnome-packagekit.spec.in b/contrib/gnome-packagekit.spec.in
index 44718a1..241e1cb 100644
--- a/contrib/gnome-packagekit.spec.in
+++ b/contrib/gnome-packagekit.spec.in
@@ -114,7 +114,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/gpk-dbus-service
 %{_bindir}/gpk-install-local-file
-%{_bindir}/gpk-install-mime-type
 %{_bindir}/gpk-install-package-name
 %{_bindir}/gpk-install-provide-file
 %{_bindir}/gpk-log
@@ -137,7 +136,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/icons/hicolor/scalable/*/*.svg*
 %{_datadir}/man/man1/gpk-dbus-service.1.gz
 %{_datadir}/man/man1/gpk-install-local-file.1.gz
-%{_datadir}/man/man1/gpk-install-mime-type.1.gz
 %{_datadir}/man/man1/gpk-install-package-name.1.gz
 %{_datadir}/man/man1/gpk-install-provide-file.1.gz
 %{_datadir}/man/man1/gpk-log.1.gz
diff --git a/man/Makefile.am b/man/Makefile.am
index 59d230f..4d31a0a 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -2,7 +2,6 @@ EXTRA_DIST =                                            \
        gpk-application.sgml                            \
        gpk-dbus-service.sgml                           \
        gpk-install-local-file.sgml                     \
-       gpk-install-mime-type.sgml                      \
        gpk-install-package-name.sgml                   \
        gpk-install-provide-file.sgml                   \
        gpk-log.sgml                                    \
@@ -15,7 +14,6 @@ man_MANS =                                            \
        gpk-application.1                               \
        gpk-dbus-service.1                              \
        gpk-install-local-file.1                        \
-       gpk-install-mime-type.1                         \
        gpk-install-package-name.1                      \
        gpk-install-provide-file.1                      \
        gpk-log.1                                       \
@@ -33,8 +31,6 @@ gpk-install-package-name.1: gpk-install-package-name.sgml
        docbook2man $? > /dev/null
 gpk-install-provide-file.1: gpk-install-provide-file.sgml
        docbook2man $? > /dev/null
-gpk-install-mime-type.1: gpk-install-mime-type.sgml
-       docbook2man $? > /dev/null
 gpk-prefs.1: gpk-prefs.sgml
        docbook2man $? > /dev/null
 gpk-dbus-service.1: gpk-dbus-service.sgml
diff --git a/src/Makefile.am b/src/Makefile.am
index dce9724..b317a47 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -33,7 +33,6 @@ bin_PROGRAMS =                                                \
        gpk-prefs                                       \
        gpk-service-pack                                \
        gpk-install-local-file                          \
-       gpk-install-mime-type                           \
        gpk-install-provide-file                        \
        gpk-install-package-name                        \
        gpk-update-viewer                               \
@@ -121,15 +120,6 @@ gpk_install_local_file_LDADD =                             \
        $(shared_LIBS)                                  \
        $(NULL)
 
-gpk_install_mime_type_SOURCES =                                \
-       gpk-install-mime-type.c                         \
-       $(NULL)
-
-gpk_install_mime_type_LDADD =                          \
-       libgpkshared.a                                  \
-       $(shared_LIBS)                                  \
-       $(NULL)
-
 gpk_install_package_name_SOURCES =                     \
        gpk-install-package-name.c                      \
        $(NULL)


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