From 1a815c728115151d656f22bb468c65ede389769d Mon Sep 17 00:00:00 2001 From: John Date: Tue, 31 Oct 2023 17:34:44 +0100 Subject: [PATCH 1/2] New package: corrosion-0.4.4 --- srcpkgs/corrosion/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/corrosion/template diff --git a/srcpkgs/corrosion/template b/srcpkgs/corrosion/template new file mode 100644 index 0000000000000..565c7f352420b --- /dev/null +++ b/srcpkgs/corrosion/template @@ -0,0 +1,16 @@ +# Template file for 'corrosion' +pkgname=corrosion +version=0.4.4 +revision=1 +build_style=cmake +hostmakedepends="cargo" +short_desc="Tool for integrating Rust into an existing CMake project" +maintainer="John " +license="MIT" +homepage="https://github.com/corrosion-rs/corrosion" +distfiles="https://github.com/corrosion-rs/corrosion/archive/refs/tags/v${version}.tar.gz" +checksum=bf3981d0e066f2c877949ec59d9ed6cb193ae4ff615b73f20c64a5de68fc06ab + +post_install() { + vlicense LICENSE +} From e15ed1d689683fadf10cc2aaf09552154361ec9e Mon Sep 17 00:00:00 2001 From: John Date: Tue, 31 Oct 2023 17:35:27 +0100 Subject: [PATCH 2/2] akonadi-search: switch to rust based html parsing backend instead of QDocument --- srcpkgs/akonadi-search/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/akonadi-search/template b/srcpkgs/akonadi-search/template index e9dd9fb7a12b4..09187360ded85 100644 --- a/srcpkgs/akonadi-search/template +++ b/srcpkgs/akonadi-search/template @@ -1,10 +1,10 @@ # Template file for 'akonadi-search' pkgname=akonadi-search version=23.08.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 AppStream - gettext kcoreaddons kpackage" + gettext kcoreaddons kpackage corrosion cargo" makedepends="akonadi5-devel akonadi-mime-devel xapian-core-devel krunner-devel kcmutils-devel kcontacts-devel kcalendarcore-devel" short_desc="Libraries and daemons to implement searching in Akonadi"