Skip to content

Commit

Permalink
tumbler: Update to 4.18.2
Browse files Browse the repository at this point in the history
**Summary**
- Disambiguate thumbnailer signals
- scheduler: Fix ready/error signal forwarding
- desktop-thumbnailer: Use empty path to build cmdline if it is null
- xdg-cache: Fix temporary file management when saving thumbnail
- Add icon at 64px, clean up SVG metadata

Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
  • Loading branch information
EbonJaeger committed Mar 7, 2024
1 parent fa4bf22 commit 1be9b4a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/t/tumbler/abi_symbols
Expand Up @@ -26,7 +26,7 @@ libtumbler-1.so.0:tumbler_file_info_load
libtumbler-1.so.0:tumbler_file_info_needs_update
libtumbler-1.so.0:tumbler_file_info_new
libtumbler-1.so.0:tumbler_major_version
libtumbler-1.so.0:tumbler_marshal_VOID__STRING_UINT_INT_STRING
libtumbler-1.so.0:tumbler_marshal_VOID__OBJECT_UINT_INT_STRING
libtumbler-1.so.0:tumbler_marshal_VOID__UINT_BOXED_STRING
libtumbler-1.so.0:tumbler_marshal_VOID__UINT_BOXED_UINT_INT_STRING_STRING
libtumbler-1.so.0:tumbler_marshal_VOID__UINT_STRING
Expand Down
4 changes: 2 additions & 2 deletions packages/t/tumbler/abi_used_symbols
Expand Up @@ -329,9 +329,9 @@ libgmodule-2.0.so.0:g_module_close
libgmodule-2.0.so.0:g_module_error
libgmodule-2.0.so.0:g_module_open
libgmodule-2.0.so.0:g_module_symbol
libgobject-2.0.so.0:g_cclosure_marshal_VOID__STRING
libgobject-2.0.so.0:g_cclosure_marshal_VOID__OBJECT
libgobject-2.0.so.0:g_cclosure_marshal_VOID__UINT
libgobject-2.0.so.0:g_cclosure_marshal_VOID__VOID
libgobject-2.0.so.0:g_cclosure_marshal_generic
libgobject-2.0.so.0:g_enum_register_static
libgobject-2.0.so.0:g_object_add_weak_pointer
libgobject-2.0.so.0:g_object_class_find_property
Expand Down
6 changes: 6 additions & 0 deletions packages/t/tumbler/monitoring.yml
@@ -0,0 +1,6 @@
releases:
id: 5014
rss: https://gitlab.xfce.org/xfce/tumbler/-/tags?format=atom
# No known CPE. Checked 2024-03-07
security:
cpe: ~
7 changes: 4 additions & 3 deletions packages/t/tumbler/package.yml
@@ -1,8 +1,9 @@
name : tumbler
version : 4.18.1
release : 20
version : 4.18.2
release : 21
source :
- https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.1.tar.bz2 : ff61981a9c0af5fec768d4f1552bd63948a64b2f4db1c2e3d93c31c19dc563a0
- https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.2.tar.bz2 : b530eec635eac7f898c0d8d3a3ff79d76a145d3bed3e786d54b1ec058132be7a
homepage : https://docs.xfce.org/xfce/tumbler/start
license :
- GPL-2.0-or-later
- LGPL-2.0-or-later
Expand Down
20 changes: 11 additions & 9 deletions packages/t/tumbler/pspec_x86_64.xml
@@ -1,17 +1,18 @@
<PISI>
<Source>
<Name>tumbler</Name>
<Homepage>https://docs.xfce.org/xfce/tumbler/start</Homepage>
<Packager>
<Name>Zach Bacon</Name>
<Email>zachbacon@vba-m.com</Email>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<License>LGPL-2.0-or-later</License>
<PartOf>multimedia.library</PartOf>
<Summary xml:lang="en">D-Bus service for applications to request thumbnails</Summary>
<Description xml:lang="en">The Tumbler package contains a D-Bus thumbnailing service based on the thumbnail management D-Bus specification. This is useful for generating thumbnail images of files.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>tumbler</Name>
Expand All @@ -37,6 +38,7 @@
<Path fileType="data">/usr/share/dbus-1/services/org.xfce.Tumbler.Manager1.service</Path>
<Path fileType="data">/usr/share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service</Path>
<Path fileType="data">/usr/share/icons/hicolor/32x32/apps/org.xfce.tumbler.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/64x64/apps/org.xfce.tumbler.png</Path>
<Path fileType="localedata">/usr/share/locale/ar/LC_MESSAGES/tumbler.mo</Path>
<Path fileType="localedata">/usr/share/locale/ast/LC_MESSAGES/tumbler.mo</Path>
<Path fileType="localedata">/usr/share/locale/be/LC_MESSAGES/tumbler.mo</Path>
Expand Down Expand Up @@ -106,7 +108,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="20">tumbler</Dependency>
<Dependency release="21">tumbler</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/tumbler-1/tumbler/tumbler-abstract-thumbnailer.h</Path>
Expand Down Expand Up @@ -171,12 +173,12 @@
</Files>
</Package>
<History>
<Update release="20">
<Date>2023-08-24</Date>
<Version>4.18.1</Version>
<Update release="21">
<Date>2024-03-07</Date>
<Version>4.18.2</Version>
<Comment>Packaging update</Comment>
<Name>Zach Bacon</Name>
<Email>zachbacon@vba-m.com</Email>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
</Update>
</History>
</PISI>

0 comments on commit 1be9b4a

Please sign in to comment.