From 8ce013138b735c3822db8c27ac4104aaf761a0d9 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 7 Nov 2012 17:39:56 +0100 Subject: remove profiles --- profiles/glade/Makefile.am | 26 ------------------------- profiles/glade/mate-media-profiles-catalog.c | 8 -------- profiles/glade/mate-media-profiles.xml | 29 ---------------------------- 3 files changed, 63 deletions(-) delete mode 100644 profiles/glade/Makefile.am delete mode 100644 profiles/glade/mate-media-profiles-catalog.c delete mode 100644 profiles/glade/mate-media-profiles.xml (limited to 'profiles/glade') diff --git a/profiles/glade/Makefile.am b/profiles/glade/Makefile.am deleted file mode 100644 index 344d160..0000000 --- a/profiles/glade/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -# this is provided for editing mate-media UI files, not for any other -# purposes - -glademoduledir = @GLADEUI_MODULE_DIR@ -glademodule_LTLIBRARIES = libmate-media-profiles.la - -defines = \ - -DG_LOG_DOMAIN=\"mate-media-profiles\" \ - -DMATELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \ - $(DISABLE_DEPRECATED) - -libmate_media_profiles_la_SOURCES = mate-media-profiles-catalog.c -libmate_media_profiles_la_CFLAGS = $(GMP_CFLAGS) $(GLADEUI_CFLAGS) $(defines) -I$(top_srcdir) -libmate_media_profiles_la_LIBADD = $(GMP_LIBS) $(GLADEUI_LIBS) $(top_builddir)/profiles/libmate-media-profiles.la -libmate_media_profiles_la_LDFLAGS = -export-dynamic -module -avoid-version -no-undefined - -gladecatalogdir = @GLADEUI_CATALOG_DIR@ -gladecatalog_DATA = mate-media-profiles.xml - -check-catalog: - xmllint --dtdvalid glade-catalog.dtd --noout $(gladecatalog_DATA) - -EXTRA_DIST = \ - $(gladecatalog_DATA) - --include $(top_srcdir)/git.mk diff --git a/profiles/glade/mate-media-profiles-catalog.c b/profiles/glade/mate-media-profiles-catalog.c deleted file mode 100644 index ce3546d..0000000 --- a/profiles/glade/mate-media-profiles-catalog.c +++ /dev/null @@ -1,8 +0,0 @@ -#include - -void mate_media_profiles_catalog_init (void); - -void -mate_media_profiles_catalog_init (void) { - /* empty init function,to make sure the catalg is initialized */ -} diff --git a/profiles/glade/mate-media-profiles.xml b/profiles/glade/mate-media-profiles.xml deleted file mode 100644 index 9ffdf1b..0000000 --- a/profiles/glade/mate-media-profiles.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - mate_media_profiles_catalog_init - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.1