[arch-commits] Commit in geary/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Fri Aug 31 12:50:09 UTC 2018
Date: Friday, August 31, 2018 @ 12:50:08
Author: alucryd
Revision: 375839
upgpkg: geary 0.12.4-1
Modified:
geary/trunk/PKGBUILD (contents, properties)
----------+
PKGBUILD | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-31 12:35:20 UTC (rev 375838)
+++ PKGBUILD 2018-08-31 12:50:08 UTC (rev 375839)
@@ -4,7 +4,7 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
pkgname=geary
-pkgver=0.12.3
+pkgver=0.12.4
pkgrel=1
pkgdesc='A lightweight email client for the GNOME desktop'
arch=('x86_64')
@@ -16,11 +16,11 @@
'libxml2' 'pango' 'sqlite' 'webkit2gtk'
)
makedepends=(
- 'cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 'vala'
+ 'cmake' 'git' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 'vala'
)
-source=("https://download.gnome.org/sources/geary/${pkgver%.*}/geary-${pkgver}.tar.xz"
+source=("git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver}"
'geary-enchant2.patch')
-sha256sums=('87bbf8ed650e67932fe49e70071b8ba4d4df7296dbdbdb0150f29703f497ffa3'
+sha256sums=('SKIP'
'd90243e5ede36399562b5c2e53350e8f0f1a6a56f8a062910a4d4e83b006acb7')
prepare() {
@@ -29,7 +29,7 @@
fi
mkdir build
- cd geary-${pkgver}
+ cd geary
patch -Np1 -i ../geary-enchant2.patch
}
@@ -37,7 +37,7 @@
build() {
cd build
- cmake ../geary-${pkgver} \
+ cmake ../geary \
-DCMAKE_INSTALL_PREFIX='/usr' \
-DDESKTOP_UPDATE='FALSE' \
-DICON_UPDATE='FALSE' \
@@ -47,9 +47,7 @@
}
package() {
- cd build
-
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="${pkgdir}" -C build install
}
# vim: ts=2 sw=2 et:
Property changes on: geary/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
More information about the arch-commits
mailing list