~ubuntu-branches/ubuntu/hardy/evince/hardy-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Adilson Oliveira
  • Date: 2007-09-25 09:38:38 UTC
  • Revision ID: james.westby@ubuntu.com-20070925093838-kkqmyb0kezyv5fh4
Tags: 2.20.0-0ubuntu2
* debian/patches/03_hildon_interface.patch
  Adds support for Hildon interface with including:
  - Registration of the program into the hildon enviromment.
  - D-bus processing via ossolib.
  - Changed selection and button event handling to match Hildon model.
  - Changes in accelerators handling Zoom, Fullscreen and Presentation
    modes.
  - Uses Hildon chooser dialog.
  - Selects the Hildon interface definition file when in Hildon mode.
  - If the arch is not lpia, the standard gtk interface is used.
  - Fixes interface rendering problem when compiled for lpia.
  - Adjusted the Makefile.am files to include the Hildon interface
    options and interface file evince-hildon-ui.xml.
* shell/evince-hildon-ui.xml
  Modified interface file.
  - This file is selected for instalation at build time only if the
    package is built for lpia, if not, the usual evince-hildon-ui.xml
    is installed.
* debian/control:
  - Build-Depends update.
* debian/rules
  - Added configuration for lpia arch.
* Moved configure.ac patch to 03_hildon_interface.patch.
* Moved new changes in autoconf result to 90_autoreconf.patch.
* debian/patches/90_autoreconf.patch
  - Result of autoconf and automake, necessary to adjust the Makefile.in
    files after the changes done in 03_hildon_interface.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
DEB_DH_MAKESHLIBS_ARGS += --exclude=libevince-properties-page.so
21
21
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
22
22
 
 
23
# If compiling for lpia, enable Hildon interface
 
24
ifeq ($(DEB_BUILD_ARCH), lpia)
 
25
DEB_CONFIGURE_EXTRA_FLAGS += --enable-hildon
 
26
endif
 
27
 
23
28
#cdbs should do this, but doesn't (see #424636)
24
29
clean::
25
30
        rm -rf $(DEB_BUILDDIR) $(DEB_BUILDDIR_evince-gtk) $(DEB_DESTDIR_evince-gtk)