[arch-commits] Commit in geary/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Oct 29 18:45:55 UTC 2017


    Date: Sunday, October 29, 2017 @ 18:45:54
  Author: alucryd
Revision: 264682

upgpkg: geary 0.12.0-1

Modified:
  geary/trunk/PKGBUILD

----------+
 PKGBUILD |   27 ++++++++++-----------------
 1 file changed, 10 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-29 18:35:47 UTC (rev 264681)
+++ PKGBUILD	2017-10-29 18:45:54 UTC (rev 264682)
@@ -4,28 +4,21 @@
 # Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
 
 pkgname=geary
-pkgver=0.11.3+758+g00718198
+pkgver=0.12.0
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
 license=('GPL3')
-depends=('gnome-keyring' 'gmime' 'iso-codes' 'libcanberra' 'libgee' 'libnotify'
-         'librsvg' 'webkit2gtk')
+depends=('cairo' 'enchant' 'gcr' 'gdk-pixbuf2' 'glib2' 'glibc' 'gmime'
+         'gnome-keyring' 'gtk3' 'iso-codes' 'libcanberra' 'libgee' 'libnotify'
+         'libsecret' 'libsoup' 'libxml2' 'pango' 'sqlite' 'webkit2gtk')
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
-             'vala' 'git')
-_commit='00718198fa9b7b3a287bd149039088aa2e0b7c98' # master
-source=("git+https://git.gnome.org/browse/geary#commit=$_commit")
-sha256sums=('SKIP')
+             'vala')
+source=("https://download.gnome.org/sources/geary/${pkgver%.*}/geary-${pkgver}.tar.xz")
+sha256sums=('cef1093033ddfb52942b45c901562539cee7a192e981c7f19e2075ecb0c22446')
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^geary-//;s/-/+/g' | sed 's/0.11.0/0.11.3/'
-}
-
 prepare() {
-  cd $pkgname
-
   if [[ -d build ]]; then
     rm -rf build
   fi
@@ -33,9 +26,9 @@
 }
 
 build() {
-  cd $pkgname/build
+  cd build
 
-  cmake .. \
+  cmake ../geary-${pkgver} \
     -DCMAKE_INSTALL_PREFIX='/usr' \
     -DDESKTOP_UPDATE='FALSE' \
     -DICON_UPDATE='FALSE' \
@@ -45,7 +38,7 @@
 }
 
 package() {
-  cd $pkgname/build
+  cd build
 
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list