Skip to content

Commit

Permalink
xfce4-screensaver: Update to v4.18.4
Browse files Browse the repository at this point in the history
**Summary**
Changelog available [here](https://www.mail-archive.com/[email protected]/msg01031.html).

Signed-off-by: Evan Maddock <[email protected]>
  • Loading branch information
EbonJaeger committed Dec 21, 2024
1 parent 3600ebc commit ee9bbf6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 14 deletions.
15 changes: 8 additions & 7 deletions packages/x/xfce4-screensaver/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ libc.so.6:abort
libc.so.6:access
libc.so.6:calloc
libc.so.6:close
libc.so.6:dcgettext
libc.so.6:exit
libc.so.6:fclose
libc.so.6:fcntl
Expand Down Expand Up @@ -168,6 +169,7 @@ libgarcon-1.so.0:garcon_menu_new_for_path
libgdk-3.so.0:gdk_cairo_create
libgdk-3.so.0:gdk_cairo_set_source_pixbuf
libgdk-3.so.0:gdk_cairo_set_source_rgba
libgdk-3.so.0:gdk_cairo_surface_create_from_pixbuf
libgdk-3.so.0:gdk_cursor_new_for_display
libgdk-3.so.0:gdk_device_get_position
libgdk-3.so.0:gdk_display_device_is_grabbed
Expand Down Expand Up @@ -226,6 +228,7 @@ libgdk-3.so.0:gdk_window_shape_combine_region
libgdk-3.so.0:gdk_window_show_unraised
libgdk-3.so.0:gdk_x11_display_error_trap_pop_ignored
libgdk-3.so.0:gdk_x11_display_error_trap_push
libgdk-3.so.0:gdk_x11_display_get_type
libgdk-3.so.0:gdk_x11_display_get_xdisplay
libgdk-3.so.0:gdk_x11_display_grab
libgdk-3.so.0:gdk_x11_display_ungrab
Expand Down Expand Up @@ -289,7 +292,6 @@ libglib-2.0.so.0:g_async_queue_try_pop_unlocked
libglib-2.0.so.0:g_async_queue_unlock
libglib-2.0.so.0:g_async_queue_unref
libglib-2.0.so.0:g_build_filename
libglib-2.0.so.0:g_build_path
libglib-2.0.so.0:g_chdir
libglib-2.0.so.0:g_clear_error
libglib-2.0.so.0:g_cond_init
Expand Down Expand Up @@ -330,7 +332,6 @@ libglib-2.0.so.0:g_hash_table_iter_remove
libglib-2.0.so.0:g_hash_table_iter_replace
libglib-2.0.so.0:g_hash_table_lookup
libglib-2.0.so.0:g_hash_table_lookup_extended
libglib-2.0.so.0:g_hash_table_new
libglib-2.0.so.0:g_hash_table_new_full
libglib-2.0.so.0:g_hash_table_remove
libglib-2.0.so.0:g_hash_table_remove_all
Expand Down Expand Up @@ -377,7 +378,9 @@ libglib-2.0.so.0:g_mutex_init
libglib-2.0.so.0:g_mutex_lock
libglib-2.0.so.0:g_mutex_unlock
libglib-2.0.so.0:g_once_init_enter
libglib-2.0.so.0:g_once_init_enter_pointer
libglib-2.0.so.0:g_once_init_leave
libglib-2.0.so.0:g_once_init_leave_pointer
libglib-2.0.so.0:g_option_context_add_main_entries
libglib-2.0.so.0:g_option_context_free
libglib-2.0.so.0:g_option_context_new
Expand Down Expand Up @@ -425,10 +428,7 @@ libglib-2.0.so.0:g_spawn_async_with_pipes
libglib-2.0.so.0:g_spawn_close_pid
libglib-2.0.so.0:g_spawn_sync
libglib-2.0.so.0:g_str_equal
libglib-2.0.so.0:g_str_has_prefix
libglib-2.0.so.0:g_str_hash
libglib-2.0.so.0:g_strchomp
libglib-2.0.so.0:g_strchug
libglib-2.0.so.0:g_strcmp0
libglib-2.0.so.0:g_strconcat
libglib-2.0.so.0:g_strdup
Expand Down Expand Up @@ -545,9 +545,9 @@ libgtk-3.so.0:gtk_events_pending
libgtk-3.so.0:gtk_get_current_event_time
libgtk-3.so.0:gtk_grid_new
libgtk-3.so.0:gtk_icon_theme_get_default
libgtk-3.so.0:gtk_icon_theme_load_icon
libgtk-3.so.0:gtk_icon_theme_load_icon_for_scale
libgtk-3.so.0:gtk_image_new_from_icon_name
libgtk-3.so.0:gtk_image_set_from_pixbuf
libgtk-3.so.0:gtk_image_set_from_surface
libgtk-3.so.0:gtk_info_bar_get_content_area
libgtk-3.so.0:gtk_info_bar_new
libgtk-3.so.0:gtk_init_with_args
Expand Down Expand Up @@ -628,6 +628,7 @@ libgtk-3.so.0:gtk_widget_get_parent_window
libgtk-3.so.0:gtk_widget_get_preferred_size
libgtk-3.so.0:gtk_widget_get_preferred_width
libgtk-3.so.0:gtk_widget_get_realized
libgtk-3.so.0:gtk_widget_get_scale_factor
libgtk-3.so.0:gtk_widget_get_screen
libgtk-3.so.0:gtk_widget_get_sensitive
libgtk-3.so.0:gtk_widget_get_style_context
Expand Down
6 changes: 3 additions & 3 deletions packages/x/xfce4-screensaver/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : xfce4-screensaver

Check notice on line 1 in packages/x/xfce4-screensaver/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : 4.18.3
release : 2
version : 4.18.4
release : 3
source :
- https://archive.xfce.org/src/apps/xfce4-screensaver/4.18/xfce4-screensaver-4.18.3.tar.bz2 : d171316136a1189dfe69ef3da7f7a7f842014129ece184cc21ffb13bc0e13a39
- https://archive.xfce.org/src/apps/xfce4-screensaver/4.18/xfce4-screensaver-4.18.4.tar.bz2 : cf717d032d2d0555978c479299da992af6dc3363ae7e758af9515c7166eac170
license : GPL-2.0-or-later
component : desktop.xfce
homepage : https://docs.xfce.org/apps/screensaver/start
Expand Down
18 changes: 14 additions & 4 deletions packages/x/xfce4-screensaver/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Files>
<Path fileType="executable">/usr/bin/xfce4-screensaver</Path>
<Path fileType="executable">/usr/bin/xfce4-screensaver-command</Path>
<Path fileType="executable">/usr/bin/xfce4-screensaver-configure</Path>
<Path fileType="executable">/usr/bin/xfce4-screensaver-configure.py</Path>
<Path fileType="executable">/usr/bin/xfce4-screensaver-preferences</Path>
<Path fileType="library">/usr/lib64/xfce4-screensaver/xfce4-screensaver-dialog</Path>
<Path fileType="library">/usr/lib64/xfce4-screensaver/xfce4-screensaver-gl-helper</Path>
Expand All @@ -48,23 +48,32 @@
<Path fileType="localedata">/usr/share/locale/cs/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/da/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/de/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/el/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/en_AU/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/en_CA/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/en_GB/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/es/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/et/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/eu/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/fi/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/gl/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/he/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/hr/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/hu/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/hy_AM/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/hye/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/id/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/is/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/it/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/ja/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/kab/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/ko/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/lt/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/ms/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/nb/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/nl/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/oc/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/pl/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/pt/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/pt_BR/LC_MESSAGES/xfce4-screensaver.mo</Path>
Expand All @@ -76,6 +85,7 @@
<Path fileType="localedata">/usr/share/locale/sv/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/th/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/tr/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/uk/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/zh_CN/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="localedata">/usr/share/locale/zh_TW/LC_MESSAGES/xfce4-screensaver.mo</Path>
<Path fileType="man">/usr/share/man/man1/xfce4-screensaver-command.1</Path>
Expand All @@ -87,9 +97,9 @@
</Files>
</Package>
<History>
<Update release="2">
<Date>2024-03-07</Date>
<Version>4.18.3</Version>
<Update release="3">
<Date>2024-12-21</Date>
<Version>4.18.4</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit ee9bbf6

Please sign in to comment.