summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2016-02-21release 1.13.1v1.13.1Wolfgang Ulbrich1-1/+1
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich1-2/+2
2015-12-13fix GTK+3 build when --without-cms is setMonsta1-2/+6
fixes https://github.com/mate-desktop/eom/issues/111 - thanks to @oleid
2015-12-13configure.ac: Drop unneeded check for Sunkeysym headerMonsta1-6/+0
from https://git.gnome.org/browse/eog/commit?id=4d438b259fa73c9bd8c8e081c75a273b4e0b3f01
2015-12-12Fix compilation with enabled GObject IntrospectionSorokin Alexei1-0/+2
2015-12-07Bump version to 1.12.1monsta1-1/+1
2015-12-03remove ancient workaround for non-threadsafe pixbuf loadersmonsta1-1/+1
from https://git.gnome.org/browse/eog/commit/?id=a9c9d81405e31443ab51713f6a0712f9bb10e11b
2015-11-02release 1.12.0v1.12.0eom-1.12.0Wolfgang Ulbrich1-1/+1
2015-10-06pre-bump version to 1.11.0raveit651-2/+2
2015-10-06fix gtk3 buildraveit651-1/+0
eom.css was not created by make dist
2015-10-05Bump version to 1.10.4eom-1.10.4monsta1-1/+1
2015-10-01configure.ac: fix indent a bitMonsta1-1/+1
2015-09-30drop dependency to mate-icon-themeraveit651-3/+1
The dependency is not really needed; depending on GTK+ should be enough to guarantee the presence of a spec-compliant icon theme. The dependency was added to eog in 2006 to be shure that stock_print-setup for for the "Page setup" is available, and droped in 2014.
2015-09-06Bump GLib/GIO version and define max/min version of GLibraveit651-2/+8
2015-09-06Gtk3 thumbview: Replace deprecated GtkRCStyle usage with a GtkCssProviderraveit651-0/+1
Makes EomThumbNav's scrollbar style similar to gtk2 version inspired from: https://git.gnome.org/browse/eog/commit/?id=4c93c41
2015-08-31configure.ac: drop obsolete macromonsta1-1/+0
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example.
2015-08-05Remove AC_CHECK_HEADER for libexifinfirit1-3/+0
If pkg-config succeeds headers should be available, fixes #95
2015-07-14Bump version to 1.10.3eom-1.10.3Monsta1-1/+1
2015-06-17Bump version to 1.10.2eom-1.10.2Martin Wimpress1-1/+1
2015-06-15fixes for gschema translationMonsta1-1/+2
taken from https://git.gnome.org/browse/eog/commit/?id=8f83ae4397bf7a477a154e5712b799fa43c60187 - bumped required intltool version to 0.50.1 - renamed and corrected gschema xml for proper intltool usage - sorted lines in po/POTFILES.in (as requested in the header) - removed obsolete lines from po/POTFILES.skip
2015-06-12Bump version to 1.10.1eom-1.10.1Stefano Karapetsas1-1/+1
2015-06-11Merge pull request #70 from rezso/masterMartin Wimpress1-1/+1
Add libutil to PYTHON_LIBS
2015-05-05Bump version to 1.10.0eom-1.10.0Stefano Karapetsas1-2/+2
2015-04-07Add libutil to PYTHON_LIBSrezso1-1/+1
to prevent possible "undefined reference to `forkpty'" and "undefined reference to `openpty'" linker errors
2015-04-05Bump version to 1.9.90eom-1.9.90Stefano Karapetsas1-1/+1
2014-09-24Use MateAboutDialogStefano Karapetsas1-1/+1
2014-07-28Add "Edit Image" toolbar buttoninfirit1-0/+1
Add a conditionally-enabled "Edit Image" toolbar button. The toolbar is only enabled if a specific image editor is specified in GSettings. Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=609958 Based on eog commit b5e6b7d31181ab87f788921f751a6550bddb5bcf From Ryan Lortie <[email protected]>
2014-07-28Add the necessary machinery to generate the introspection data from eominfirit1-0/+11
Annotations are still missing, but this provides enough for basic introspection usage Based on eog commit b316c9e0b30a8c6d67feb8f21a20268e18c8cc3d From Claudio Saavedra <[email protected]>
2014-07-24Bump librsvg minimum version to 2.36.2infirit1-1/+1
We removed rsvg_init and cleaned the includes but no bumped the min version.
2014-07-24Use correct api version for GDKinfirit1-1/+1
2014-06-23Add warning when librsvg is not found/used and add it to she summaryinfirit1-0/+3
Make it more clear for packagers that scaling will not work for svg files. See https://github.com/mate-desktop/eom/issues/52
2014-05-01Bump version to 1.9.0Stefano Karapetsas1-1/+1
2014-03-01Bump version to 1.8.0eom-1.8.0Stefano Karapetsas1-2/+2
2014-02-19Bump version to 1.7.90 + add check-newseom-1.7.90infirit1-2/+2
2014-02-10Fix pkgconfig not finding GTK_API_VERSIONinfirit1-0/+1
2014-01-25Bump version to 1.7.0Stefano Karapetsas1-2/+2
2013-11-30improve the GTK3 supportElias Aebi1-2/+3
2013-11-09Show GTK version in configure summaryStefano Karapetsas1-0/+1
2013-10-17renaming to eomraveit651-1/+1
2013-10-17make autofoo happyinfirit1-0/+1
2013-10-17gtk3: remove gtk_required which is now in caseinfirit1-2/+0
2013-10-17Add GTK3 support in configure.acLaszlo Boros1-1/+21
2013-09-26Migration to lcms2Stefano Karapetsas1-2/+2
Closes #25 https://github.com/mate-desktop/mate-image-viewer/issues/25 See https://git.gnome.org/browse/eog/commit/?id=3c3a835
2013-09-16correct python libdir to avoid configure warnings for x86_64Wolfgang Ulbrich1-1/+1
DEBUG: checking whether Python support is requested... autodetect DEBUG: checking for a Python interpreter with version >= 2.3... python DEBUG: checking for python... /usr/bin/python DEBUG: checking for python version... 2.7 DEBUG: checking for python platform... linux2 DEBUG: checking for python script directory... ${prefix}/lib/python2.7/site-packages DEBUG: checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages DEBUG: sed: can't read /usr/lib/python2.7/config/Makefile: No such file or directory DEBUG: sed: can't read /usr/lib/python2.7/config/Makefile: No such file or directory DEBUG: checking for PYGTK... yes DEBUG: checking for pygobject defs... /usr/share/pygobject/2.0/defs DEBUG: checking for pygtk defs... /usr/share/pygtk/2.0/defs DEBUG: checking for pygobject codegen... /usr/bin/python /usr/share/pygobject/2.0/codegen/codegen.py DEBUG: checking for pygobject h2def... /usr/bin/python /usr/share/pygobject/2.0/codegen/h2def.py
2013-07-31Use yelp-tools instead of mate-doc-utilsinfirit1-1/+2
2013-07-29Bump version to 1.6.1Stefano Karapetsas1-2/+2
2013-07-29Fixes for make dist and make distcheckStefano Karapetsas1-2/+2
2013-04-30Added manpages. Closes #14Scott Balneaves1-0/+1
2013-03-31Preparing for 1.6.0 release.mate-image-viewer-1.6.0Steve Zesch1-2/+2
2013-03-24Bump version to 1.5.1mate-image-viewer-1.5.1Stefano Karapetsas1-1/+1