Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* [build] Get rid of shave with AM_SILENT_RULES automake optionJavier Jardón2009-07-121-4/+2
| | | | Solves bgo#585355
* [build] Fixes build without gconfNickolay V. Shmyrev2009-06-181-0/+2
| | | | Defines GCONF_SCHEMAS_INSTALL
* [build] Optimize gconftool checkNickolay V. Shmyrev2009-06-181-5/+5
| | | | Only check for gconftool if gconf is enabled
* Update for release 2.27.3Carlos Garcia Campos2009-06-151-1/+1
|
* Typo fixHib Eris2009-06-141-1/+1
|
* Inform about --disable-nautilus in the error messageChristian Persch2009-06-121-2/+3
| | | | | If libnautilus-extension is not found, tell the user about --disable-nautilus.
* Remove unused automake conditional OS_WIN32Christian Persch2009-06-111-1/+0
|
* Make --disable-gtk-unix-print work againChristian Persch2009-06-111-2/+2
|
* Disable single instance by DBUS for hildon platformChristian Persch2009-06-111-23/+23
| | | | And remove the dbus-binding-tool NO_PREFIX check (very old version).
* Add hildon platform pkgs to SHELL_CORE modulesChristian Persch2009-06-111-5/+13
|
* Make smclient optionalChristian Persch2009-06-111-6/+34
| | | | | | Add --with-smclient configure option, and conditionalise the code. Use --without-smclient to disable smclient. Smclient is disabled by default on hildon platform.
* Don't check for gnome-icon-theme on hildonChristian Persch2009-06-111-2/+6
|
* Don't use automagic dependenciesChristian Persch2009-06-111-42/+40
| | | | | Default to enable, and require explicit disabling. Default to disabled on hildon for the nautilus extension, the thumbnailer and the previewer.
* Add --with-platform configure switchChristian Persch2009-06-111-90/+92
|
* Enable maintainer mode by defaultChristian Persch2009-06-111-4/+7
| | | | Instead of disabled by default.
* Use [] as shave path, not [.]Christian Persch2009-06-111-1/+1
|
* [windows] Make evince relocatable on windows - backendsHib Eris2009-06-091-0/+1
|
* [build] Do not use automagic dependencies for gnome-keyringHib Eris2009-06-091-14/+11
|
* [build] Do not use automagic dependencies for GConfHib Eris2009-06-091-15/+12
|
* [printing] Make use of gtk+-unix-print optionalHib Eris2009-06-091-19/+37
|
* [build] Only fail on missing gnome-keyring when requested explicitlyHib Eris2009-06-091-4/+14
|
* [build] Only fail on missing GConf when requested explicitlyHib Eris2009-06-091-6/+15
|
* [build] Disable comics backend on native windows buildsHib Eris2009-06-051-1/+9
|
* [pdf] Parse xml metadata to detect PDF/A documentsDavide Capodaglio2009-05-201-1/+1
|
* [release] Update configure.ac with the new release versionNickolay V. Shmyrev2009-05-181-2/+2
|
* [pdf] Fix build with poppler without cairo supportCarlos Garcia Campos2009-05-141-0/+1
| | | | Fixes bug #582543
* [build] Use shave to improve build log readabilityCarlos Garcia Campos2009-05-121-0/+5
|
* [pdf] Remove unneeded #ifdefsCarlos Garcia Campos2009-05-121-1/+0
|
* Bump poppler requirement to 0.11.0Carlos Garcia Campos2009-05-121-1/+1
|
* Fix build without gconftool-2Christian Persch2009-05-051-20/+19
| | | | Bug #581441.
* [build] Adds -no-undefined flag for Cygwin buildNickolay V. Shmyrev2009-04-261-1/+1
| | | | | | | Added flag -no-undefined required by Cygwin for installed shared libraries since Cygwin's libtool can't track library dependency automatically. Fixes GNOME bug #580058. Patch from Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* RemovedCarlos Garcia Campos2009-04-081-2/+1
| | | | | | | | | | | | | | | | | | 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/evmountoperation/*: Removed * po/POTFILES.in: * shell/Makefile.am: * shell/ev-print-operation.c: * shell/ev-window.c: (window_open_file_copy_ready_cb), (ev_window_cmd_help_contents), (launch_action), (launch_external_uri): Bump GTK+ requirement to 2.14. svn path=/trunk/; revision=3584
* Add evince-previewer as a separate applicaton that implements the previewCarlos Garcia Campos2009-04-081-0/+25
| | | | | | | | | | | | | | | | 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * Makefile.am: * data/Makefile.am: * previewer/Makefile.am: * previewer/ev-previewer-window.[ch]: * previewer/ev-previewer.c: Add evince-previewer as a separate applicaton that implements the preview mode. svn path=/trunk/; revision=3578
* Move EvPageAction and EvStockIcons from shell to a new internal libraryCarlos Garcia Campos2009-04-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * Makefile.am: * po/POTFILES.in: * shell/Makefile.am: * shell/ev-page-action-widget.[ch]: * shell/ev-page-action.[ch]: * shell/ev-stock-icons.[ch]: * shell/ev-application.c: * shell/main.c: * libmisc/Makefile.am: * libmisc/ev-page-action-widget.[ch]: * libmisc/ev-page-action.[ch]: * libmisc/ev-stock-icons.[ch]: Move EvPageAction and EvStockIcons from shell to a new internal library (libevmisc) that will be used by the evince previewer too. svn path=/trunk/; revision=3577
* Bumped the versionNickolay V. Shmyrev2009-03-161-2/+2
| | | | svn path=/trunk/; revision=3550
* Updated version before the releaseNickolay V. Shmyrev2009-03-021-1/+1
| | | | svn path=/trunk/; revision=3509
* Update for release 2.25.91Carlos Garcia Campos2009-02-171-1/+1
| | | | | | | | | | 2009-02-17 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: Update for release 2.25.91 svn path=/trunk/; revision=3479
* Fix smclient libs on cycgwin. See bug #339172.Carlos Garcia Campos2009-02-091-1/+18
| | | | | | | | | | | 2009-02-09 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/smclient/Makefile.am: Fix smclient libs on cycgwin. See bug #339172. svn path=/trunk/; revision=3425
* Add experimental introspection support. Disabled by default; useChristian Persch2009-02-081-0/+36
| | | | | | | | | | * configure.ac: * libdocument/Makefile.am: * libview/Makefile.am: Add experimental introspection support. Disabled by default; use --enable-introspection to enable it. Bug #569083. svn path=/trunk/; revision=3422
* Make session manager code compile for w32. These changes have been takenCarlos Garcia Campos2009-02-051-0/+14
| | | | | | | | | | | | | | | | 2009-02-05 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/smclient/Makefile.am: * cut-n-paste/smclient/eggdesktopfile.c: * cut-n-paste/smclient/eggsmclient-win32.c: * shell/main.c: Make session manager code compile for w32. These changes have been taken from upstream libegg. Based on patch by Hib Eris. See bug #339172. svn path=/trunk/; revision=3416
* Make use of GConf optional. Based on patch by Hib Eris. See bug #339172.Carlos Garcia Campos2009-02-051-3/+21
| | | | | | | | | | | | 2009-02-05 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * shell/ev-window.c: (ev_window_setup_action_sensitivity): Make use of GConf optional. Based on patch by Hib Eris. See bug #339172. svn path=/trunk/; revision=3414
* Update for release 2.25.90Carlos Garcia Campos2009-02-021-1/+1
| | | | | | | | | | | | 2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: * configure.ac: Update for release 2.25.90 svn path=/trunk/; revision=3405
* Split API documentation into libdocument, libview and shell. RequiredCarlos Garcia Campos2009-02-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * help/reference/Makefile.am: * help/reference/libdocument/Makefile.am: * help/reference/libdocument/libevdocument-docs.sgml: * help/reference/libdocument/libevdocument.types: * help/reference/libdocument/version.xml.in: * help/reference/libview/Makefile.am: * help/reference/libview/libevview-docs.sgml: * help/reference/libview/libevview.types: * help/reference/libview/version.xml.in: * help/reference/shell/Makefile.am: * help/reference/shell/evince-docs.sgml: * help/reference/shell/evince.types: * help/reference/shell/tmpl/dummy.sgml: * help/reference/shell/version.xml.in: Split API documentation into libdocument, libview and shell. Required gtk-doc files has been added, but API docs still need to be completed and improved. Fixes bug #568465. svn path=/trunk/; revision=3401
* A backend/backend.symbols: Only export the backend module entry point. BugChristian Persch2009-02-011-1/+1
| | | | | | | | | * backend/Makefile.am: A backend/backend.symbols: * configure.ac: Only export the backend module entry point. Bug #569998. svn path=/trunk/; revision=3399
* Bug 569082 – use versioned directory for backendsChristian Persch2009-01-251-0/+8
| | | | | | | | | | * configure.ac: Define ev_binary_version and backenddir. * evince-document.pc.in: Add backenddir variable. * libdocument/Makefile.am: * backend/*/Makefile.am: Remove backenddir definition, so it picks up the one from configure. svn path=/trunk/; revision=3382
* Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.Christian Persch2009-01-251-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: * evince-document.pc.in: Renamed from evince-backend.pc.in. * libdocument/Makefile.am: Renamed library to libevdocument.la. * libview/Makefile.am: * shell/Makefile.am: * backend/*/Makefile.am: Adapt to changed library name. * libdocument/Makefile.am: * libview/Makefile.am: Change the installed headers path to match the directory names in SVN. * evince-document.h: * evince-view.h: Add single headers. Bug #568227. * libdocument/*.h: * libview/*.h: Add single headers guards. * libview/Makefile.am: * libdocument/Makefile.am: * backend/*/Makefile.am: * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can still include individual headers. * properties/Makefile.am: * properties/ev-properties-main.c: * properties/ev-properties-view.h: * thumbnailer/Makefile.am: * thumbnailer/evince-thumbnailer.c: Include only evince-document.h. * libdocument/Makefile.am: * libview/Makefile.am: Generate type builtins from all installed headers. * libdocument/ev-link-action.[ch]: * libdocument/ev-link-dest.[ch]: * libdocument/ev-transition-effect.[ch]: * libview/ev-view.[ch]: Remove handcoded type builtins. * libdocument/Makefile.am: * evince-document.h: Add ev-document-factory.h to the public headers. svn path=/trunk/; revision=3381
* Bug 568229 – library needs libtool versioningChristian Persch2009-01-211-1/+33
| | | | svn path=/trunk/; revision=3373
* Bug 568220 – need pkg-config fileChristian Persch2009-01-211-0/+5
| | | | svn path=/trunk/; revision=3372
* Bug 568224 – library should have version macrosChristian Persch2009-01-211-5/+22
| | | | svn path=/trunk/; revision=3371
* Update for release 2.25.5Nickolay V. Shmyrev2009-01-181-1/+1
| | | | svn path=/trunk/; revision=3359