Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / evolution


Commits:
37dd557b by Jan Alexander Steffens (heftig) at 2024-06-23T08:16:56+02:00
3.52.2-2: Fix spellchecker crash

Fixes: 
https://gitlab.archlinux.org/archlinux/packaging/packages/evolution/-/issues/3

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = evolution
        pkgdesc = Manage your email, contacts and schedule
        pkgver = 3.52.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://gitlab.gnome.org/GNOME/evolution/-/wikis/home
        arch = x86_64
        license = LGPL-2.1-or-later
@@ -9,6 +9,7 @@ pkgbase = evolution
        makedepends = cmake
        makedepends = docbook-xsl
        makedepends = git
+       makedepends = glib2-devel
        makedepends = gtk-doc
        makedepends = highlight
        makedepends = intltool


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[evolution]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/evolution.git";
+include_regex = '\d+\.\d*[02468]\.\d+'


=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ pkgname=(
   evolution-spamassassin
 )
 pkgver=3.52.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage your email, contacts and schedule"
 url="https://gitlab.gnome.org/GNOME/evolution/-/wikis/home";
 arch=(x86_64)
@@ -51,6 +51,7 @@ makedepends=(
   cmake
   docbook-xsl
   git
+  glib2-devel
   gtk-doc
   highlight
   intltool
@@ -66,6 +67,11 @@ 
b2sums=('5094abb2d684c559ec50c9d3b1d6f865b5349b8a6360c281fa1a005841e3da72532193c
 
 prepare() {
   cd $pkgbase
+
+  # Fix crash when spellchecking without errors
+  # 
https://gitlab.archlinux.org/archlinux/packaging/packages/evolution/-/issues/3
+  # https://gitlab.gnome.org/GNOME/evolution/-/issues/2761
+  git cherry-pick -n a735ee79e68e0a09fa7dd9a116bde16a4b48b4ad
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/evolution/-/commit/37dd557b67f4730e3aed6cf5ac00102910685993

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/evolution/-/commit/37dd557b67f4730e3aed6cf5ac00102910685993
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to