Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aisleriot: Remove dependency on pysolfc(-cardsets) #2537

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packages/a/aisleriot/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ libgio-2.0.so.0:g_zlib_decompressor_new
libglib-2.0.so.0:g_access
libglib-2.0.so.0:g_ascii_strcasecmp
libglib-2.0.so.0:g_ascii_strdown
libglib-2.0.so.0:g_ascii_strtoll
libglib-2.0.so.0:g_ascii_strtoull
libglib-2.0.so.0:g_ascii_table
libglib-2.0.so.0:g_ascii_toupper
Expand All @@ -134,7 +133,6 @@ libglib-2.0.so.0:g_error_copy
libglib-2.0.so.0:g_error_free
libglib-2.0.so.0:g_error_matches
libglib-2.0.so.0:g_file_error_quark
libglib-2.0.so.0:g_file_get_contents
libglib-2.0.so.0:g_file_open_tmp
libglib-2.0.so.0:g_file_set_contents
libglib-2.0.so.0:g_filename_display_name
Expand Down Expand Up @@ -220,7 +218,6 @@ libglib-2.0.so.0:g_snprintf
libglib-2.0.so.0:g_source_remove
libglib-2.0.so.0:g_spawn_async
libglib-2.0.so.0:g_str_equal
libglib-2.0.so.0:g_str_has_prefix
libglib-2.0.so.0:g_str_has_suffix
libglib-2.0.so.0:g_str_hash
libglib-2.0.so.0:g_strchomp
Expand Down
11 changes: 2 additions & 9 deletions packages/a/aisleriot/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : aisleriot
version : 3.22.32
release : 34
release : 35
source :
- https://gitlab.gnome.org/GNOME/aisleriot/-/archive/3.22.32/aisleriot-3.22.32.tar.gz : ad5bb03841f508d6b7dfcfc308fd4b96c671a71ab2eafda89890f54f96e9d947
license :
Expand All @@ -21,20 +21,13 @@ builddeps :
- pkgconfig(librsvg-2.0)
- desktop-file-utils
- itstool
- pysolfc
- pysolfc-cardsets
rundeps :
- pysolfc
- pysolfc-cardsets
setup : |
# Change file names that are not latin1 to fix eopkg creation
%patch -p1 -i $pkgfiles/0001-Rename-non-latin1-files.patch

%meson_configure \
-Ddefault_theme_format=svg-rsvg \
-Dtheme_kde=false \
-Dtheme_pysol=true \
-Dtheme_pysol_path=/usr/share/PySolFC/
-Dtheme_kde=false
build : |
%ninja_build
install : |
Expand Down
4 changes: 2 additions & 2 deletions packages/a/aisleriot/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2256,8 +2256,8 @@
</Files>
</Package>
<History>
<Update release="34">
<Date>2024-04-25</Date>
<Update release="35">
<Date>2024-05-11</Date>
<Version>3.22.32</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
Expand Down