~ubuntu-branches/ubuntu/oneiric/gnome-menus/oneiric-201106291711

« back to all changes in this revision

Viewing changes to libmenu/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Josselin Mouette, Rodrigo Moya
  • Date: 2011-05-16 12:24:57 UTC
  • mfrom: (1.1.55 upstream) (2.1.14 experimental)
  • Revision ID: james.westby@ubuntu.com-20110516122457-xsdc47g3cj6d3cra
Tags: 3.0.0-0ubuntu1
[ Josselin Mouette ]
* Break alacarte < 0.13.2-2 (version without support for 
  settings.menu).

[ Rodrigo Moya ]
* Rebase on Debian, remaining Ubuntu changes:
* debian/control:
  - Use Standards-Version: 3.8.4
  - Depends: python-xdg for update-gnome-menus-cache
  - Add python-gmenu-dbg package
* debian/gnome-menus.triggers:
  - Add gmenucache trigger
* debian/gnome-menus.postinst:
  - Disable blacklist to not break old applications
* debian/update-gnome-menus-cache:
  - Script to update the menu cache
* debian/python-gmenu.postinst:
  - Add code to generate the menu cache
* debian/patches/06_menus_rename.patch:
  - Rename applications.menu to gnome-applications.menu
* debian/patches/09_app_install_entry.patch:
  - Include Software Center in menus
* debian/patches/22_desktop-cache.patch:
  - Support a desktop.<localename>.cache file in e. g.
    /usr/share/applications/ to speed up menu loading. Those
    are generated with update-gnome-menus-cache <dir>.
* debian/patches/23_add_inherited_gnome_session.patch:
  - Add inherited GNOME session
* debian/patches/*:
  - Add missing descriptions to Ubuntu-specific patches
* debian/patches/series:
  - Disable 01_default_prefix.patch, which is Debian specific

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
CTAGS = ctags
129
129
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130
130
ACLOCAL = @ACLOCAL@
131
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
132
131
ALL_LINGUAS = @ALL_LINGUAS@
133
132
AMTAR = @AMTAR@
134
133
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
354
353
@HAVE_INTROSPECTION_TRUE@GMenu_2_0_gir_INCLUDES = GObject-2.0
355
354
@HAVE_INTROSPECTION_TRUE@GMenu_2_0_gir_CFLAGS = $(AM_CPPFLAGS)
356
355
@HAVE_INTROSPECTION_TRUE@GMenu_2_0_gir_LIBS = libgnome-menu.la
357
 
@HAVE_INTROSPECTION_TRUE@GMenu_2_0_gir_SCANNERFLAGS = --pkg-export=libgnome-menu
 
356
@HAVE_INTROSPECTION_TRUE@GMenu_2_0_gir_SCANNERFLAGS = --identifier-prefix=GMenu --symbol-prefix=gmenu --pkg-export=libgnome-menu
358
357
@HAVE_INTROSPECTION_TRUE@GMenu_2_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
359
358
@HAVE_INTROSPECTION_TRUE@girdir = $(INTROSPECTION_GIRDIR)
360
359
@HAVE_INTROSPECTION_TRUE@gir_DATA = $(INTROSPECTION_GIRS)