Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] akonadi-search: switch to rust based html parsing backend instead of QDocument
@ 2023-10-31 16:35 Johnnynator
  2023-10-31 16:56 ` [PR PATCH] [Updated] " Johnnynator
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Johnnynator @ 2023-10-31 16:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 490 bytes --]

There is a new pull request by Johnnynator against master on the void-packages repository

https://github.com/Johnnynator/void-packages akonadi-search
https://github.com/void-linux/void-packages/pull/46987

akonadi-search: switch to rust based html parsing backend instead of QDocument
- New package: corrosion-0.4.4
- akonadi-search: switch to rust based html parsing backend instead of QDocument


A patch file from https://github.com/void-linux/void-packages/pull/46987.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-akonadi-search-46987.patch --]
[-- Type: text/x-diff, Size: 2071 bytes --]

From 1a815c728115151d656f22bb468c65ede389769d Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
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 <me@johnnynator.dev>"
+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 <me@johnnynator.dev>
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"

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-31 17:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-31 16:35 [PR PATCH] akonadi-search: switch to rust based html parsing backend instead of QDocument Johnnynator
2023-10-31 16:56 ` [PR PATCH] [Updated] " Johnnynator
2023-10-31 16:58 ` Johnnynator
2023-10-31 17:33 ` [PR PATCH] [Merged]: " Johnnynator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).