Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Drop unused gconf schemas
  • Loading branch information
spiiroin committed May 20, 2014
1 parent 1af08b1 commit 0770084
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 325 deletions.
11 changes: 0 additions & 11 deletions Makefile
Expand Up @@ -135,9 +135,6 @@ CONFDIR := $(_SYSCONFDIR)/mce
MODULEDIR := $(_LIBDIR)/mce/modules
DBUSDIR := $(_SYSCONFDIR)/dbus-1/system.d
LOCALEDIR := $(_DATADIR)/locale
ifneq ($(strip $(ENABLE_BUILTIN_GCONF)),y)
GCONFSCHEMADIR := $(_SYSCONFDIR)/gconf/schemas
endif
BACKUPCONFDIR := $(_DATADIR)/backup-framework/applications
HELPERSCRIPTDIR := $(_DATADIR)/mce
DEVICECLEARSCRIPTDIR := $(_SYSCONFDIR)/osso-cud-scripts
Expand Down Expand Up @@ -194,9 +191,6 @@ UTESTS += $(UTESTDIR)/ut_display
CONFFILE := 10mce.ini
RADIOSTATESCONFFILE := 20mce-radio-states.ini
DBUSCONF := mce.conf
ifneq ($(strip $(ENABLE_BUILTIN_GCONF)),y)
GCONFSCHEMAS := display.schemas energymanagement.schemas
endif

# Backup / Restore
BACKUPCONF := mcebackup.conf
Expand Down Expand Up @@ -481,11 +475,6 @@ install:: build
$(INSTALL_DTA) inifiles/debug-led.ini $(DESTDIR)$(CONFDIR)/20debug-led.ini
$(INSTALL_DTA) inifiles/als-defaults.ini $(DESTDIR)$(CONFDIR)/20als-defaults.ini

ifneq ($(strip $(ENABLE_BUILTIN_GCONF)),y)
$(INSTALL_DIR) $(DESTDIR)$(GCONFSCHEMADIR)
$(INSTALL_DTA) $(GCONFSCHEMAS) $(DESTDIR)$(GCONFSCHEMADIR)/
endif

ifeq ($(ENABLE_BACKUP_SUPPORT),y)
install:: install_backup_support
endif
Expand Down
1 change: 0 additions & 1 deletion debian/mce.dirs
Expand Up @@ -2,7 +2,6 @@ sbin
etc/mce
etc/osso-cud-scripts
etc/osso-rfs-scripts
etc/gconf/schemas
var/lib/mce
usr/lib/mce
usr/share/mce
Expand Down
1 change: 0 additions & 1 deletion debian/mce.install
@@ -1,7 +1,6 @@
debian/tmp/etc/mce
debian/tmp/etc/osso-cud-scripts
debian/tmp/etc/osso-rfs-scripts
debian/tmp/etc/gconf
debian/tmp/var
debian/tmp/usr/sbin/mce
debian/tmp/usr/lib/mce
Expand Down
1 change: 0 additions & 1 deletion debian/rules
Expand Up @@ -81,7 +81,6 @@ binary-arch: build install
dh_installman
dh_installchangelogs
dh_install -s
dh_gconf
dh_strip -pmce --dbg-package=mce-dbg
dh_strip -pmcetools --dbg-package=mcetools-dbg
dh_link
Expand Down
187 changes: 0 additions & 187 deletions display.schemas

This file was deleted.

54 changes: 0 additions & 54 deletions energymanagement.schemas

This file was deleted.

70 changes: 0 additions & 70 deletions schema_to_c.py

This file was deleted.

0 comments on commit 0770084

Please sign in to comment.