~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to data/icons/scalable/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-11-05 17:21:47 UTC
  • mfrom: (1.1.51 upstream) (95.1.1 karmic-proposed)
  • Revision ID: james.westby@ubuntu.com-20091105172147-nb0ulwrj0h7dlc6m
Tags: 2.29.1-0ubuntu1
* New upstream release: (LP: #475109)
  * Embed page setup settings in the print dialog
  * A new tab has been added to properties dialog to show
  * information about the document license
  * Use different processes for every document opened.
  * Use GVFS metadata instead of our own xml based implementation.
  * When scrolling a page, move one screen leaving one line context
    to help to visually track the document as it moves.
  * Use GtkInfoBar instead of GeditMessageArea for the message area
  * EvPageCache has been splitted up into document part (moved to
    EvDocument which has been converted into an abstract class
    instead of an interface) and view part: EvDocumentModel. This
    allows to have more than one EvView for the same document, so
    that "Open a Copy" can be implemented without using the symlink
    hack.
  * Several fixes and cleanups in comics backend
  * Don't exit with non-writable $HOME
  * Clean up temp file handling to make sure we can cope with not
    being able to create our temp directory
  * Set page orientation of each page when printing so that
    documents with mixed portrait/landscape pages print correctly
  * Preserve aspect ratio when scaling page for printing
  * Fix a crash when we don't have a DBUS connection
  * Make sure total_num_bytes > 0 before using it in progress
    callbacks
  * Escape document URI before showing it in progress area
  * Fix a crash due to an uninitialized variable
  * Fix a crash when there are form field widgets active during
    rotation
  * Remarks the selected thumbnail after rotation
  * Don't change current page when rotating documents with different
    page sizes
  * Fix thumbnails rotation when loading a rotated document
  * Save images as png or jpg when the filename has no extensions
  * Populate destination page when reloading the document
* debian/control.in:
  - Bump Standards-Version to 3.8.3
  - Bump build-depends on libpoppler-glib-dev
  - Add ${misc:Depends} on all packages
* debian/control.in:
* debian/libevdocument1.install:
* debian/libevdocument2.install
* debian/libevview1.install:
* debian/libevview2.install
  - API changed to version 2
* debian/patches/80_revert_pdf_printing.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
EVINCE_MIME_TYPES = @EVINCE_MIME_TYPES@
146
146
EV_API_VERSION = @EV_API_VERSION@
147
147
EV_BINARY_VERSION = @EV_BINARY_VERSION@
 
148
EV_DAEMON_CFLAGS = @EV_DAEMON_CFLAGS@
 
149
EV_DAEMON_LIBS = @EV_DAEMON_LIBS@
148
150
EV_DOCUMENT_LT_CURRENT_MINUS_AGE = @EV_DOCUMENT_LT_CURRENT_MINUS_AGE@
149
151
EV_DOCUMENT_LT_VERSION_INFO = @EV_DOCUMENT_LT_VERSION_INFO@
150
152
EV_INTLTOOL_EVINCE_BACKEND_RULE = @EV_INTLTOOL_EVINCE_BACKEND_RULE@
666
668
        uninstall uninstall-am
667
669
 
668
670
 
 
671
-include $(top_srcdir)/git.mk
 
672
 
669
673
# Tell versions [3.59,3.63) of GNU make to not export all variables.
670
674
# Otherwise a system limit (for SysV at least) may be exceeded.
671
675
.NOEXPORT: