X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=configure.ac;h=049e6e9d2d10d7306cbefa0e502343f8a1c78c79;hb=02ccbcd90f0e2a1317ad55723180d718f7ec63cd;hp=c9fba4a8a0e327148b53036a377276cc1a4771bd;hpb=d48f887ded3c24c2e1ee4d2a8f1f2ddb5c5f43ec;p=evince.git diff --git a/configure.ac b/configure.ac index c9fba4a8..049e6e9d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([Evince],[0.5.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince]) +AC_INIT([Evince],[0.6.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince]) AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip]) AM_CONFIG_HEADER(config.h) @@ -26,11 +26,10 @@ GNOME_COMPILE_WARNINGS GNOME_CXX_WARNINGS GNOME_DEBUG_CHECK -AM_GLIB_GNU_GETTEXT - -GETTEXT_PACKAGE=AC_PACKAGE_NAME +GETTEXT_PACKAGE=evince AC_SUBST(GETTEXT_PACKAGE) -AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.]) +AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package]) +AM_GLIB_GNU_GETTEXT dnl Check dependencies @@ -41,7 +40,7 @@ dnl Check dependencies # SHELL_CFLAGS for shell implementation. # SHELL_LIBS -POPPLER_REQUIRED=0.5.2 +POPPLER_REQUIRED=0.5.4 DBUS_GLIB_REQUIRED=0.33 GTK_REQUIRED=2.8.15 KEYRING_REQUIRED=0.4.0 @@ -360,10 +359,10 @@ if test "x$enable_comics" = "xyes"; then EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/x-cbr;application/x-cbz" fi if test "x$enable_pixbuf" = "xyes"; then - EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;image/*" + EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;image/*" fi if test "x$enable_impress" = "xyes"; then - EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/vnd.sun.xml.impress" + EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/vnd.sun.xml.impress;application/vnd.oasis.opendocument.presentation" fi AC_SUBST(EVINCE_MIME_TYPES) @@ -375,6 +374,12 @@ cut-n-paste/zoom-control/Makefile cut-n-paste/toolbar-editor/Makefile data/Makefile data/evince.desktop.in +data/icons/Makefile +data/icons/16x16/Makefile +data/icons/22x22/Makefile +data/icons/48x48/Makefile +data/icons/scalable/Makefile + lib/Makefile pdf/Makefile pixbuf/Makefile