- Update to version 1.24.0.
OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/eom?expand=0&rev=52
This commit is contained in:
parent
faac5356bd
commit
9e5cd9d1e4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:07fc964500c5c7b3fdc313d28ea1c4d24e2b345c1bed1ed301e4f5f12808bb23
|
|
||||||
size 2153448
|
|
3
eom-1.24.0.tar.xz
Normal file
3
eom-1.24.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e7ac1a98d127009130b30fe84841359c2ea7a84a4130b5819f8b8c226e8dfd7f
|
||||||
|
size 2433420
|
36
eom.changes
36
eom.changes
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
- Update to version 1.24.0 (changes since 1.23.0):
|
||||||
|
* Add translator hint.
|
||||||
|
* Migrate from intltool to gettext.
|
||||||
|
* Add missing format specifier for ngettext.
|
||||||
|
* egg_editable_toolbar: Avoid g_type_class_add_private.
|
||||||
|
* egg-toolbar-editor: Avoid g_type_class_add_private.
|
||||||
|
* egg-toolbars-model: Avoid g_type_class_add_private.
|
||||||
|
* remove warning: "HAVE_EXIF" is not defined, evaluates to 0.
|
||||||
|
* remove warnings: Incorrect usage of abs()
|
||||||
|
* remove warnings: Redundant redeclaration.
|
||||||
|
* Suppress GtkAction warnings.
|
||||||
|
* Allow colour correcting images with alpha channel.
|
||||||
|
* EomMetadataReaderPng: Use built-in SRGB profile for matching
|
||||||
|
cHRM/gAMA.
|
||||||
|
* EomMetadataReaderPNG: Only build profile from cHRM if gAMA is
|
||||||
|
present.
|
||||||
|
* Assume sRGB if no display profile is set
|
||||||
|
* EomImage: Check GdkPixbuf for an ICC profile before falling
|
||||||
|
back to sRGB.
|
||||||
|
* Assume sRGB when image doesn't have an ICC profile attached.
|
||||||
|
* Remove trailing whitespaces.
|
||||||
|
* thumbnail: Remove use of mate-desktop-thumbnail helper.
|
||||||
|
* Enable wayland support.
|
||||||
|
* EomPrintPreview: Fix preview thumbnail on HiDPI displays.
|
||||||
|
* thumbnailer: Add --with-gdk-pixbuf-thumbnailer option.
|
||||||
|
* Add eom-thumbnailer for webp files.
|
||||||
|
* autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG.
|
||||||
|
* Fix preprocessing warning for file: src/eom-window.c.
|
||||||
|
* Fix preprocessing warning for file: src/eom-print.c.
|
||||||
|
* Update MIME types supported by commonly used pixbuf-loaders.
|
||||||
|
* Update translations.
|
||||||
|
- Drop support for old openSUSE versions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 18 11:22:45 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
|
Thu Jul 18 11:22:45 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
|
||||||
|
|
||||||
|
30
eom.spec
30
eom.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package eom
|
# spec file for package eom
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,28 +17,26 @@
|
|||||||
|
|
||||||
|
|
||||||
%define typelib typelib-1_0-Eom-1_0
|
%define typelib typelib-1_0-Eom-1_0
|
||||||
%define _version 1.23
|
%define _version 1.24
|
||||||
Name: eom
|
Name: eom
|
||||||
Version: 1.23.0
|
Version: 1.24.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MATE Desktop graphics viewer
|
Summary: MATE Desktop graphics viewer
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: System/GUI/Other
|
|
||||||
URL: https://mate-desktop.org/
|
URL: https://mate-desktop.org/
|
||||||
Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
|
Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
# set to _version when mate-common has an equal release
|
BuildRequires: mate-common >= %{_version}
|
||||||
BuildRequires: mate-common >= 1.22
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
BuildRequires: pkgconfig(exempi-2.0)
|
BuildRequires: pkgconfig(exempi-2.0)
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.48
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
||||||
BuildRequires: pkgconfig(lcms2)
|
BuildRequires: pkgconfig(lcms2)
|
||||||
BuildRequires: pkgconfig(libexif)
|
BuildRequires: pkgconfig(libexif)
|
||||||
@ -64,7 +62,6 @@ simplicity and standards compliance.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: MATE Desktop graphics viewer development files
|
Summary: MATE Desktop graphics viewer development files
|
||||||
Group: Development/Tools/Other
|
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
# mate-image-viewer-devel was last used in openSUSE 13.1.
|
# mate-image-viewer-devel was last used in openSUSE 13.1.
|
||||||
Provides: mate-image-viewer-devel = %{version}
|
Provides: mate-image-viewer-devel = %{version}
|
||||||
@ -78,7 +75,6 @@ simplicity and standards compliance.
|
|||||||
|
|
||||||
%package -n %{typelib}
|
%package -n %{typelib}
|
||||||
Summary: MATE Desktop graphics viewer typelib
|
Summary: MATE Desktop graphics viewer typelib
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n %{typelib}
|
%description -n %{typelib}
|
||||||
The Eye of MATE is a simple graphics viewer for the MATE Desktop
|
The Eye of MATE is a simple graphics viewer for the MATE Desktop
|
||||||
@ -93,7 +89,7 @@ simplicity and standards compliance.
|
|||||||
NOCONFIGURE=1 mate-autogen
|
NOCONFIGURE=1 mate-autogen
|
||||||
%configure \
|
%configure \
|
||||||
--libexecdir=%{_libexecdir}/%{name}
|
--libexecdir=%{_libexecdir}/%{name}
|
||||||
make %{?_smp_mflags} V=1
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -101,18 +97,6 @@ make %{?_smp_mflags} V=1
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%suse_update_desktop_file %{name}
|
%suse_update_desktop_file %{name}
|
||||||
|
|
||||||
%if 0%{?suse_version} < 1500
|
|
||||||
%post
|
|
||||||
%desktop_database_post
|
|
||||||
%icon_theme_cache_post
|
|
||||||
%glib2_gsettings_schema_post
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%desktop_database_postun
|
|
||||||
%icon_theme_cache_postun
|
|
||||||
%glib2_gsettings_schema_postun
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README
|
%doc AUTHORS NEWS README
|
||||||
|
Loading…
Reference in New Issue
Block a user