~ubuntu-branches/ubuntu/oneiric/indicator-session/oneiric-proposed

« back to all changes in this revision

Viewing changes to data/icons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-08-25 08:58:56 UTC
  • mfrom: (1.1.34 upstream)
  • Revision ID: james.westby@ubuntu.com-20110825085856-qtuta6vqal1iw7mt
Tags: 0.3.3-0ubuntu1
* New upstream release.
  - User menu should still show even if there is only 1 user (LP: #831758)
  - Bluetooth item in menu not needed (LP: #825111)
  - Newly created users are not added to the menu until next 
    login (LP: #552048)
  - Users list in shutdown menu is not updated on user 
    deletion (LP: #557608)
  - should use gsettings rather than gconf (LP: #656323)
* debian/control
  - Bump dbusmenu build dep to >= 0.4.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
subdir = data/icons
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
40
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
41
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
42
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
40
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
44
        $(ACLOCAL_M4)
42
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
124
127
EGREP = @EGREP@
125
128
EXEEXT = @EXEEXT@
126
129
FGREP = @FGREP@
127
 
GCONFTOOL = @GCONFTOOL@
128
 
GCONF_CFLAGS = @GCONF_CFLAGS@
129
 
GCONF_LIBS = @GCONF_LIBS@
130
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
131
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
132
130
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
131
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
133
132
GMOFILES = @GMOFILES@
134
133
GMSGFMT = @GMSGFMT@
135
134
GNOMELOCALEDIR = @GNOMELOCALEDIR@
136
135
GREP = @GREP@
 
136
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
137
137
GTKLOGOUTHELPER_CFLAGS = @GTKLOGOUTHELPER_CFLAGS@
138
138
GTKLOGOUTHELPER_LIBS = @GTKLOGOUTHELPER_LIBS@
139
139
INDICATORDIR = @INDICATORDIR@
222
222
docdir = @docdir@
223
223
dvidir = @dvidir@
224
224
exec_prefix = @exec_prefix@
 
225
gsettingsschemadir = @gsettingsschemadir@
225
226
host = @host@
226
227
host_alias = @host_alias@
227
228
host_cpu = @host_cpu@