summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorben2019-01-11 16:43:48 +0100
committerTorben2019-01-11 16:43:48 +0100
commit453b37dda086dece933faef65a9be9cc7015b257 (patch)
treeb0794288a67dd4e62c4611135f88ba62f248f6ba
parent1c4938ab54f422874c95d25104c59d2592b37b12 (diff)
downloadaur-453b37dda086dece933faef65a9be9cc7015b257.tar.gz
Update enchant2 patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--geary-enchant2.patch5
3 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f35f7b83198a..9134493c83fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = geary-git
pkgdesc = A lightweight email client for the GNOME desktop
- pkgver = r3790.f3ad1fe0
+ pkgver = r4025.668e4b46
pkgrel = 1
url = https://wiki.gnome.org/Apps/Geary
arch = i686
@@ -26,7 +26,7 @@ pkgbase = geary-git
source = git+https://gitlab.gnome.org/GNOME/geary.git
source = geary-enchant2.patch
sha256sums = SKIP
- sha256sums = 35022afaa1b7f4081a2759987de7ec8e7ed74c0837a4d663ead9180ee8d76156
+ sha256sums = c4978c3885085e5e35f94cbf6a33f227c5a7a6cab753c738186b5b72a62e636c
pkgname = geary-git
diff --git a/PKGBUILD b/PKGBUILD
index 1463621241b0..e311feb4bb7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail dot com>
pkgname=geary-git
-pkgver=r3790.f3ad1fe0
+pkgver=r4025.668e4b46
pkgrel=1
pkgdesc="A lightweight email client for the GNOME desktop"
arch=(i686 x86_64)
@@ -18,7 +18,7 @@ conflicts=('geary')
source=('git+https://gitlab.gnome.org/GNOME/geary.git'
'geary-enchant2.patch')
sha256sums=('SKIP'
- '35022afaa1b7f4081a2759987de7ec8e7ed74c0837a4d663ead9180ee8d76156')
+ 'c4978c3885085e5e35f94cbf6a33f227c5a7a6cab753c738186b5b72a62e636c')
pkgver() {
cd "$srcdir/geary"
diff --git a/geary-enchant2.patch b/geary-enchant2.patch
index 07bc0c98db95..af5407d119f0 100644
--- a/geary-enchant2.patch
+++ b/geary-enchant2.patch
@@ -1,7 +1,7 @@
diff --u a/meson.build b/meson.build
--- a/meson.build
+++ b/meson.build
-@@ -51,7 +51,17 @@
+@@ -52,7 +52,17 @@
webkit2gtk = dependency('webkit2gtk-4.0', version: '>=' + target_webkit)
# Secondary deps - keep sorted alphabetically
@@ -17,7 +17,6 @@ diff --u a/meson.build b/meson.build
+ add_project_arguments('-I/usr/include/enchant-2/', language : 'c')
+ add_project_link_arguments('-lenchant-2', language : 'c')
+endif
+ gck = dependency('gck-1')
gcr = dependency('gcr-3', version: '>= 3.10.1')
gdk = dependency('gdk-3.0', version: '>=' + target_gtk)
- gee = dependency('gee-0.8', version: '>= 0.8.5')
-