Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / evolution
Commits:
fbe3bcb6 by Jan Alexander Steffens (heftig) at 2024-11-22T15:36:33+01:00
3.54.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = evolution
pkgdesc = Manage your email, contacts and schedule
- pkgver = 3.54.1
- pkgrel = 3
+ pkgver = 3.54.2
+ pkgrel = 1
url = https://gitlab.gnome.org/GNOME/evolution/-/wikis/home
arch = x86_64
license = LGPL-2.1-or-later
@@ -49,8 +49,8 @@ pkgbase = evolution
depends = sqlite
depends = webkit2gtk-4.1
options = !emptydirs
- source = git+https://gitlab.gnome.org/GNOME/evolution.git#tag=3.54.1
- b2sums =
ac74b853667bb217012128d8bcd276047032084c5ebaa20ca0776ac43a6afbaaa72060930d41fae1aa5c0c892a9de4659283f8eac6d032799d1ae5e7f1bb29a8
+ source = git+https://gitlab.gnome.org/GNOME/evolution.git#tag=3.54.2
+ b2sums =
76b2e6c81884778c540c736b09c2e83642ba6c97160f28df92587d301498cddb381898e6688279a0e95bddd2ad4616af36d4c22aee44bbea467bb924a9b8ac06
pkgname = evolution
groups = gnome-extra
@@ -98,7 +98,7 @@ pkgname = evolution
pkgname = evolution-bogofilter
pkgdesc = Spam filtering for Evolution, using Bogofilter
- depends = evolution=3.54.1
+ depends = evolution=3.54.2
depends = bogofilter
depends = evolution-data-server
depends = glib2
@@ -107,7 +107,7 @@ pkgname = evolution-bogofilter
pkgname = evolution-spamassassin
pkgdesc = Spam filtering for Evolution, using SpamAssassin
- depends = evolution=3.54.1
+ depends = evolution=3.54.2
depends = evolution-data-server
depends = glib2
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@ pkgname=(
evolution-bogofilter
evolution-spamassassin
)
-pkgver=3.54.1
-pkgrel=3
+pkgver=3.54.2
+pkgrel=1
pkgdesc="Manage your email, contacts and schedule"
url="https://gitlab.gnome.org/GNOME/evolution/-/wikis/home"
arch=(x86_64)
@@ -63,16 +63,10 @@ makedepends=(
)
options=(!emptydirs)
source=("git+https://gitlab.gnome.org/GNOME/evolution.git#tag=$pkgver")
-b2sums=('ac74b853667bb217012128d8bcd276047032084c5ebaa20ca0776ac43a6afbaaa72060930d41fae1aa5c0c892a9de4659283f8eac6d032799d1ae5e7f1bb29a8')
+b2sums=('76b2e6c81884778c540c736b09c2e83642ba6c97160f28df92587d301498cddb381898e6688279a0e95bddd2ad4616af36d4c22aee44bbea467bb924a9b8ac06')
prepare() {
cd $pkgbase
-
- # Fix crash on paste
- #
https://gitlab.archlinux.org/archlinux/packaging/packages/evolution/-/issues/6
- # https://gitlab.gnome.org/GNOME/evolution/-/issues/2886
- git cherry-pick -n 06cbd020419d5e120e9ed4065dad000a6f2cd5fd \
- ed773f637437f7802544c8daae3fe13b44cb9f1f
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/evolution/-/commit/fbe3bcb6b1f99fc8d754b573634b8685b2ad42ae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/evolution/-/commit/fbe3bcb6b1f99fc8d754b573634b8685b2ad42ae
You're receiving this email because of your account on gitlab.archlinux.org.