forked from pool/loupe
Accepting request 1082845 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1082845 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/loupe?expand=0&rev=5
This commit is contained in:
parent
c80797d379
commit
0e6ef729fa
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/Incubator/loupe.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/44.1</param>
|
||||
<param name="revision">refs/tags/44.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0af6f1ebb35bf653c57a3d2421a313f227c86a4617de956cd70a134ad5e0f8a8
|
||||
size 811020
|
3
loupe-44.2.obscpio
Normal file
3
loupe-44.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92e497b9ccc9fb7099546e41a6dada703826371b045e78737b0ab7b26f623626
|
||||
size 931340
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 23 19:02:34 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.2:
|
||||
+ Use GFile instead of direct file access
|
||||
+ Do not crash when monitor info is not available
|
||||
+ Get rid of many unwraps and report issues to UI instead, just
|
||||
to be safe
|
||||
+ Fix displayed times are wrong because they do not respect
|
||||
timezones
|
||||
+ Add basic support for ICC color profiles
|
||||
+ Support opening multiple files via drag and drop
|
||||
+ Fix textures and background color not updating when image data
|
||||
changed
|
||||
+ Fix not defaulting to light background color in light theme
|
||||
+ Fix thumbnail is broken for auto-rotated (EXIF) images
|
||||
+ Fix high-res scroll wheel issues
|
||||
+ Fix 100%/200% shortcuts ending up at best-fit when window size
|
||||
close to 100%/200%
|
||||
+ Add printing support
|
||||
+ Center new tilings in the viewport, making the first rendered
|
||||
tile cover the viewport already
|
||||
+ Allow dragging (panning) the image with middle button
|
||||
+ Generate list of mime types in meson and fix list of formats
|
||||
+ Set actions enabled state based on UI property status, not
|
||||
manually everywhere
|
||||
+ Add and update license headers with script based on commit info
|
||||
+ Hide overlay controls after inactivity
|
||||
+ Remove OSD from HeaderBar in fullscreen
|
||||
+ Drop AdwFlap for HeaderBar
|
||||
+ Make properties button insensitive if no image shown/loading
|
||||
+ Move 'toggle fullscreen' button from inner to outer position
|
||||
+ Add 'all files' filter option to file chooser
|
||||
- Add pkgconfig(lcms2) BuildRequires: New dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 09:01:31 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: loupe
|
||||
version: 44.1
|
||||
mtime: 1680816289
|
||||
commit: ab34ad9f51a9fa5be7ff5d06fca3a92dee869ea0
|
||||
version: 44.2
|
||||
mtime: 1682257341
|
||||
commit: b3c38d427ddb5ee8e9b966de9c39b3f3ee89d871
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: loupe
|
||||
Version: 44.1
|
||||
Version: 44.2
|
||||
Release: 0
|
||||
Summary: A simple image viewer application
|
||||
License: GPL-3.0-or-later
|
||||
@ -35,6 +35,7 @@ BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.10
|
||||
BuildRequires: pkgconfig(gweather4) >= 4.0.0
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.3.0
|
||||
BuildRequires: pkgconfig(libheif) >= 1.14.2
|
||||
|
||||
@ -72,12 +73,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Loupe.deskt
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/org.gnome.Loupe.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Loupe.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Loupe.gschema.xml
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Loupe.Devel.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Loupe.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Loupe-symbolic.svg
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/%{name}.gresource
|
||||
%{_datadir}/metainfo/org.gnome.Loupe.metainfo.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d5ec3c2c7e9b8e69b0987db85060b8358ddc297d174300fc60be6a9626d1088
|
||||
size 61197890
|
||||
oid sha256:2441e91387cc0bd8d7c2843563979711fce3576f27227691d0ad756cad4b6c21
|
||||
size 61847126
|
||||
|
Loading…
Reference in New Issue
Block a user