Accepting request 1191598 from GNOME:Next
- Update to version 45.4: + Bug fixes and improvements: - Regenerate thumbnails on save. - Use "fast" content type as fallback if normal content type is unavailable. + docs: Replace dead links to developer-old.gnome.org. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/1191598 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog?expand=0&rev=322
This commit is contained in:
commit
8f4f5ac5f8
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/eog.git</param>
|
||||
<param name="revision">45.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
3
eog-45.3.obscpio
Normal file
3
eog-45.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d33d509e7f7c8e85b71e7f507bfa739f0347591f932a72fc472d0f66fb33f14
|
||||
size 16260621
|
3
eog-45.4.obscpio
Normal file
3
eog-45.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b323ef5f3c493a5ffb99b7a15f25aecaaa542487bee6c561f80dd3a16174161a
|
||||
size 16261133
|
2863
eog.changes
Normal file
2863
eog.changes
Normal file
File diff suppressed because it is too large
Load Diff
4
eog.obsinfo
Normal file
4
eog.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: eog
|
||||
version: 45.4
|
||||
mtime: 1722539110
|
||||
commit: c097fa68515db7ecd4b61290c74eaa4fb35dbfb0
|
119
eog.spec
Normal file
119
eog.spec
Normal file
@ -0,0 +1,119 @@
|
||||
#
|
||||
# spec file for package eog
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: eog
|
||||
Version: 45.4
|
||||
Release: 0
|
||||
Summary: Image Viewer for GNOME
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Productivity/Graphics/Viewers
|
||||
URL: https://wiki.gnome.org/Apps/EyeOfGnome
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: meson >= 0.44.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(exempi-2.0) >= 1.99.5
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36.5
|
||||
BuildRequires: pkgconfig(gi-docgen)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.73.2
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.73.2
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.73.2
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 2.91.2
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 2.91.92
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.15
|
||||
BuildRequires: pkgconfig(gtk+-unix-print-3.0) >= 3.5.4
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libexif)
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
BuildRequires: pkgconfig(libpeas-1.0) >= 0.7.4
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 0.7.4
|
||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.44.0
|
||||
BuildRequires: pkgconfig(shared-mime-info) >= 0.20
|
||||
|
||||
%description
|
||||
Eye of GNOME (eog) is a simple graphics viewer for the GNOME desktop
|
||||
which uses the gdk-pixbuf library. It can deal with large images, and
|
||||
zoom and scroll with constant memory usage.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for eog, an image viewer
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
Eye of GNOME (eog) is a simple graphics viewer for the GNOME desktop
|
||||
which uses the gdk-pixbuf library.
|
||||
|
||||
This subpackage contains all the necessary files and documentation for
|
||||
developing eog plugins.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-D libexif=true \
|
||||
-D cms=true \
|
||||
-D xmp=true \
|
||||
-D libjpeg=true \
|
||||
-D librsvg=true \
|
||||
-D gtk_doc=true \
|
||||
-D introspection=true \
|
||||
-D installed_tests=false \
|
||||
-D libportal=false \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/%{name}
|
||||
%{_libdir}/%{name}/
|
||||
%{_datadir}/applications/org.gnome.eog.desktop
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.%{name}*.svg
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/GConf/gsettings/%{name}.convert
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.enums.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
|
||||
# %%{_datadir}/eog/gir-1.0/ goes to the -devel package.
|
||||
%exclude %{_datadir}/%{name}/gir-1.0/
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS ChangeLog HACKING MAINTAINERS TODO
|
||||
%doc %{_datadir}/gtk-doc/
|
||||
%{_includedir}/%{name}-3.0/
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/%{name}/gir-1.0/
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user