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

« back to all changes in this revision

Viewing changes to data/icons/scalable/actions/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:
37
37
subdir = data/icons/scalable/actions
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
41
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
42
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
43
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
41
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
45
        $(ACLOCAL_M4)
43
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
108
111
EGREP = @EGREP@
109
112
EXEEXT = @EXEEXT@
110
113
FGREP = @FGREP@
111
 
GCONFTOOL = @GCONFTOOL@
112
 
GCONF_CFLAGS = @GCONF_CFLAGS@
113
 
GCONF_LIBS = @GCONF_LIBS@
114
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
115
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
116
114
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
115
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
117
116
GMOFILES = @GMOFILES@
118
117
GMSGFMT = @GMSGFMT@
119
118
GNOMELOCALEDIR = @GNOMELOCALEDIR@
120
119
GREP = @GREP@
 
120
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
121
121
GTKLOGOUTHELPER_CFLAGS = @GTKLOGOUTHELPER_CFLAGS@
122
122
GTKLOGOUTHELPER_LIBS = @GTKLOGOUTHELPER_LIBS@
123
123
INDICATORDIR = @INDICATORDIR@
206
206
docdir = @docdir@
207
207
dvidir = @dvidir@
208
208
exec_prefix = @exec_prefix@
 
209
gsettingsschemadir = @gsettingsschemadir@
209
210
host = @host@
210
211
host_alias = @host_alias@
211
212
host_cpu = @host_cpu@