czkawka: update to 8.0.0
This commit is contained in:
parent
87d74de1c2
commit
e19eef61ff
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'czkawka'
|
# Template file for 'czkawka'
|
||||||
pkgname=czkawka
|
pkgname=czkawka
|
||||||
version=7.0.0
|
version=8.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--bin czkawka_cli --bin czkawka_gui --all-features"
|
configure_args="--bin czkawka_cli --bin czkawka_gui --all-features"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libheif-devel gtk4-devel libraw-devel"
|
makedepends="libdav1d-devel libheif-devel gtk4-devel libraw-devel"
|
||||||
depends="ffmpeg"
|
depends="ffmpeg"
|
||||||
checkdepends="dbus xvfb-run"
|
checkdepends="dbus xvfb-run"
|
||||||
short_desc="App to find duplicates, empty folders, similar images, etc"
|
short_desc="App to find duplicates, empty folders, similar images, etc"
|
||||||
|
@ -14,7 +14,7 @@ license="MIT"
|
||||||
homepage="https://github.com/qarmin/czkawka"
|
homepage="https://github.com/qarmin/czkawka"
|
||||||
changelog="https://raw.githubusercontent.com/qarmin/czkawka/master/Changelog.md"
|
changelog="https://raw.githubusercontent.com/qarmin/czkawka/master/Changelog.md"
|
||||||
distfiles="https://github.com/qarmin/czkawka/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/qarmin/czkawka/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=ce7d072056dedc4f2ca4d3647dc786ba071d4f3c58e79415da18d7dafd62e87b
|
checksum=df67ca80b1307e8497afee057e139498ff5d80edc65e6c1f14b467bdf212033d
|
||||||
make_check_pre="dbus-run-session xvfb-run"
|
make_check_pre="dbus-run-session xvfb-run"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue