Skip to content

Commit

Permalink
gthumb: Update to 3.12.5
Browse files Browse the repository at this point in the history
**Summary**

- Add to catalog: show the next image only when in viewer mode
- jxl: added support for version 0.9.0
- Commenting a picture deletes its Color Profile tag. This only
  happened when the 'Store metadata inside files if possible' option
  was active.
- Translations: Chinese/Traditional, Turkish, čeština
- Install appstream metainfo (Part of #1389)

**Test Plan**

- View a few images in different format
- Verify metadata with `appstream-builder --packages-dir=. --include-failed -v`

**Checklist**

- [x] Package was built and tested against unstable
  • Loading branch information
malfisya committed Mar 4, 2024
1 parent 8ada9c8 commit a76cbe9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 64 deletions.
51 changes: 0 additions & 51 deletions packages/g/gthumb/files/libjxl-0.9.patch

This file was deleted.

10 changes: 5 additions & 5 deletions packages/g/gthumb/package.yml
@@ -1,15 +1,16 @@
name : gthumb
version : 3.12.4
release : 37
version : 3.12.5
release : 38
source :
- https://download.gnome.org/sources/gthumb/3.12/gthumb-3.12.4.tar.xz : add693ac0aeb9a30d829ba03a06208289d3f6868dc3b02573549e88190c794e8
- https://download.gnome.org/sources/gthumb/3.12/gthumb-3.12.5.tar.xz : f6385df45fe8c7262ec349e13f81512e90e99798dd2377932e4291d63359f3ab
homepage : https://wiki.gnome.org/Apps/gthumb
license : GPL-2.0-or-later
component : multimedia.graphics
homepage : https://wiki.gnome.org/Apps/gthumb
summary : Image viewer and browser utility
description: |
gthumb is an application for viewing, editing, and organizing collections of images.
builddeps :
- pkgconfig(appstream)
- pkgconfig(champlain-0.12)
- pkgconfig(clutter-gtk-1.0)
- pkgconfig(colord)
Expand All @@ -28,7 +29,6 @@ builddeps :
- pkgconfig(webkit2gtk-4.0)
- itstool
setup : |
%patch -p1 -i $pkgfiles/libjxl-0.9.patch
%meson_configure
build : |
%ninja_build
Expand Down
17 changes: 9 additions & 8 deletions packages/g/gthumb/pspec_x86_64.xml
Expand Up @@ -3,8 +3,8 @@
<Name>gthumb</Name>
<Homepage>https://wiki.gnome.org/Apps/gthumb</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>multimedia.graphics</PartOf>
Expand Down Expand Up @@ -1048,6 +1048,7 @@
<Path fileType="localedata">/usr/share/locale/zh_HK/LC_MESSAGES/gthumb.mo</Path>
<Path fileType="localedata">/usr/share/locale/zh_TW/LC_MESSAGES/gthumb.mo</Path>
<Path fileType="man">/usr/share/man/man1/gthumb.1</Path>
<Path fileType="data">/usr/share/metainfo/org.gnome.gThumb.appdata.xml</Path>
</Files>
</Package>
<Package>
Expand All @@ -1057,7 +1058,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="37">gthumb</Dependency>
<Dependency release="38">gthumb</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/gthumb/cairo-scale.h</Path>
Expand Down Expand Up @@ -1183,12 +1184,12 @@
</Files>
</Package>
<History>
<Update release="37">
<Date>2024-03-03</Date>
<Version>3.12.4</Version>
<Update release="38">
<Date>2024-03-04</Date>
<Version>3.12.5</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit a76cbe9

Please sign in to comment.