diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -223,7 +223,6 @@
libgtk-4.so.1:gtk_button_set_label
libgtk-4.so.1:gtk_cell_renderer_text_new
libgtk-4.so.1:gtk_cell_renderer_toggle_new
-libgtk-4.so.1:gtk_cell_renderer_toggle_set_activatable
libgtk-4.so.1:gtk_check_button_get_active
libgtk-4.so.1:gtk_check_button_get_type
libgtk-4.so.1:gtk_check_button_set_active
@@ -365,6 +364,7 @@
libm.so.6:cbrtf
libm.so.6:ceil
libm.so.6:ceilf
+libm.so.6:cos
libm.so.6:cosf
libm.so.6:exp2
libm.so.6:exp2f
@@ -372,6 +372,8 @@
libm.so.6:floor
libm.so.6:floorf
libm.so.6:fmodf
+libm.so.6:log
+libm.so.6:log2
libm.so.6:pow
libm.so.6:powf
libm.so.6:round
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : czkawka
-version : 5.1.0
-release : 3
+version : 6.0.0
+release : 4
source :
- - https://github.com/qarmin/czkawka/archive/refs/tags/5.1.0.tar.gz : 346c256ef215fa029a78c8150fcac1815e0c7f98319a167e18c5239e04849068
+ - https://github.com/qarmin/czkawka/archive/refs/tags/6.0.0.tar.gz : 32dc1d8a55bc3ce478246830a1f81679affa85735e69aa049fd83e30271e368f
homepage : https://qarmin.github.io/czkawka/
license :
- CC-BY-4.0
@@ -18,7 +18,7 @@
- cargo
build : |
cargo build --release --workspace
-install : |-
+install : |
install -Dm00755 target/release/czkawka_gui $installdir/usr/bin/czkawka_gui
install -Dm00755 target/release/czkawka_cli $installdir/usr/bin/czkawka_cli
install -Dm00644 data/com.github.qarmin.czkawka.desktop -t $installdir/usr/share/applications
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
czkawka
https://qarmin.github.io/czkawka/
- Joey Riches
- josephriches@gmail.com
+ Matthias Homann
+ palto@mailbox.org
CC-BY-4.0
MIT
@@ -33,12 +33,12 @@
-
- 2023-07-12
- 5.1.0
+
+ 2023-07-29
+ 6.0.0
Packaging update
- Joey Riches
- josephriches@gmail.com
+ Matthias Homann
+ palto@mailbox.org
\ No newline at end of file