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


Commits:
8ecc7646 by Jan Alexander Steffens (heftig) at 2024-04-20T00:15:49+02:00
3.52.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = evolution-ews
        pkgdesc = MS Exchange integration through Exchange Web Services
-       pkgver = 3.52.0
+       pkgver = 3.52.1
        pkgrel = 1
        url = https://wiki.gnome.org/Apps/Evolution/EWS
        arch = x86_64
@@ -12,8 +12,18 @@ pkgbase = evolution-ews
        makedepends = python
        makedepends = systemd
        depends = evolution
+       depends = evolution-data-server
+       depends = gcc-libs
+       depends = glib2
+       depends = glibc
+       depends = gtk3
+       depends = json-glib
+       depends = libical
        depends = libmspack
-       source = 
git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=d8c2a005d9b730e28a8c61b0197347d55bed6050
-       b2sums = SKIP
+       depends = libsoup3
+       depends = libxml2
+       depends = pango
+       source = git+https://gitlab.gnome.org/GNOME/evolution-ews.git#tag=3.52.1
+       b2sums = 
50f4bba01c47d3268471e83bd60d0edb35cc905827718ed03c07516b3f4feb27489fc779060c744d2880bb337172eea5fa0a0e14134be674aa4549c207c9344e
 
 pkgname = evolution-ews


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ib...@archlinux.org>
 
 pkgname=evolution-ews
-pkgver=3.52.0
+pkgver=3.52.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS";
@@ -11,7 +11,17 @@ arch=(x86_64)
 license=(LGPL-2.1-or-later)
 depends=(
   evolution
+  evolution-data-server
+  gcc-libs
+  glib2
+  glibc
+  gtk3
+  json-glib
+  libical
   libmspack
+  libsoup3
+  libxml2
+  pango
 )
 makedepends=(
   cmake
@@ -21,14 +31,8 @@ makedepends=(
   python
   systemd
 )
-_commit=d8c2a005d9b730e28a8c61b0197347d55bed6050  # tags/3.52.0^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#tag=$pkgver";)
+b2sums=('50f4bba01c47d3268471e83bd60d0edb35cc905827718ed03c07516b3f4feb27489fc779060c744d2880bb337172eea5fa0a0e14134be674aa4549c207c9344e')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/evolution-ews/-/commit/8ecc764654b7a3af9f700b76c798e0a30b58fb6b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/evolution-ews/-/commit/8ecc764654b7a3af9f700b76c798e0a30b58fb6b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to