summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD28
2 files changed, 17 insertions, 34 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf1415607ee0..8c70d88b10a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = evolution-git
pkgdesc = Manage your email, contacts and schedule - git version
- pkgver = 3.31.1.r049.g2e9459ff24
+ pkgver = 3.50.0.r036.g51bfea8671
pkgrel = 1
url = https://wiki.gnome.org/Apps/Evolution
install = evolution.install
@@ -10,32 +10,22 @@ pkgbase = evolution-git
makedepends = dconf
makedepends = desktop-file-utils
makedepends = docbook-xsl
- makedepends = evolution-data-server
- makedepends = gnome-desktop
- makedepends = gtkspell3
makedepends = hicolor-icon-theme
makedepends = highlight
- makedepends = intltool
makedepends = itstool
- makedepends = libcanberra
- makedepends = libcryptui
- makedepends = libpst
- makedepends = libytnef
makedepends = networkmanager
+ depends = cmark
depends = dconf
- depends = desktop-file-utils
depends = evolution-data-server
depends = gnome-autoar
- depends = gnome-common
depends = gnome-desktop
- depends = gtk-doc
- depends = gtkspell3
- depends = hicolor-icon-theme
+ depends = gspell
depends = libcanberra
depends = libchamplain
- depends = libcryptui
+ depends = libnotify
depends = libpst
depends = libytnef
+ depends = nss
optdepends = highlight: text highlight plugin
provides = evolution
provides = evolution-bogofilter
@@ -47,8 +37,9 @@ pkgbase = evolution-git
replaces = evolution-bogofilter
replaces = evolution-spamassassin
options = !emptydirs
+ options = debug
+ options = strip
source = evolution::git+https://gitlab.gnome.org/GNOME/evolution.git
sha256sums = SKIP
pkgname = evolution-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 67dddecd2872..79de1cf57739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,44 +3,35 @@
_pkgname=evolution
pkgname=$_pkgname-git
-pkgver=3.31.1.r049.g2e9459ff24
+pkgver=3.50.0.r036.g51bfea8671
pkgrel=1
pkgdesc="Manage your email, contacts and schedule - git version"
arch=(i686 x86_64)
license=(GPL)
-depends=(dconf
- desktop-file-utils
+depends=(
+ cmark
+ dconf
evolution-data-server
gnome-autoar
- gnome-common
gnome-desktop
- gtk-doc
- gtkspell3
- hicolor-icon-theme
+ gspell
libcanberra
libchamplain
- libcryptui
+ libnotify
libpst
libytnef
+ nss
)
makedepends=(dconf
desktop-file-utils
docbook-xsl
- evolution-data-server
- gnome-desktop
- gtkspell3
hicolor-icon-theme
highlight
- intltool
itstool
- libcanberra
- libcryptui
- libpst
- libytnef
networkmanager
)
optdepends=('highlight: text highlight plugin')
-options=('!emptydirs')
+options=('!emptydirs' 'debug' 'strip')
url="https://wiki.gnome.org/Apps/Evolution"
conflicts=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
replaces=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
@@ -65,9 +56,10 @@ build() {
-DLIBEXEC_INSTALL_DIR=/usr/lib \
-DSYSCONF_INSTALL_DIR=/etc \
-DENABLE_CONTACT_MAPS=ON \
- -DENABLE_GTK_DOC=ON \
+ -DENABLE_GTK_DOC=OFF \
-DENABLE_PLUGINS=all \
-DENABLE_SMIME=ON \
+ -DENABLE_WEATHER=ON \
ninja
}