[arch-commits] Commit in geary/repos (2 files)
Date: Friday, October 2, 2020 @ 07:34:04 Author: alucryd Revision: 715105 archrelease: copy trunk to community-staging-x86_64 Added: geary/repos/community-staging-x86_64/ geary/repos/community-staging-x86_64/PKGBUILD (from rev 715104, geary/trunk/PKGBUILD) --+ PKGBUILD | 68 + 1 file changed, 68 insertions(+) Copied: geary/repos/community-staging-x86_64/PKGBUILD (from rev 715104, geary/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-10-02 07:34:04 UTC (rev 715105) @@ -0,0 +1,68 @@ +# Maintainer: Maxime Gauduin +# Contributor: sebikul +# Contributor: Massimiliano Torromeo + +pkgname=geary +pkgver=3.38.0.1 +pkgrel=1 +epoch=1 +pkgdesc='A lightweight email client for the GNOME desktop' +arch=(x86_64) +url=https://wiki.gnome.org/Apps/Geary +license=(GPL3) +depends=( + cairo + enchant + folks + gcr + gdk-pixbuf2 + glib2 + gmime3 + gnome-online-accounts + gsound + gspell + gtk3 + iso-codes + libcanberra + libgee + libhandy + libnotify + libpeas + libsecret + libsoup + libxml2 + libytnef + org.freedesktop.secrets + pango + sqlite + webkit2gtk +) +makedepends=( + appstream-glib + cmake + git + gobject-introspection + meson + vala + yelp-tools +) +_tag=e3842f131f70e2c945c12d32972a21319835262d +source=(git+https://gitlab.gnome.org/GNOME/geary.git?signed#tag=${_tag}) +validpgpkeys=(3A2EF7F138557A145F2866E99FAB18747A8FC649) # Michael James Gratton +sha256sums=(SKIP) + +pkgver() { + cd geary + git describe --tags | sed 's/-/+/g' +} + +build() { + arch-meson geary build + meson compile -C build +} + +package() { + DESTDIR="${pkgdir}" meson install -C build +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in geary/repos (2 files)
Date: Wednesday, November 22, 2017 @ 22:53:52 Author: jgc Revision: 268120 archrelease: copy trunk to community-staging-x86_64 Added: geary/repos/community-staging-x86_64/ geary/repos/community-staging-x86_64/PKGBUILD (from rev 268119, geary/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: geary/repos/community-staging-x86_64/PKGBUILD (from rev 268119, geary/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-11-22 22:53:52 UTC (rev 268120) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: sebikul +# Contributor: Massimiliano Torromeo + +pkgname=geary +pkgver=0.12.0 +pkgrel=2 +pkgdesc='A lightweight email client for the GNOME desktop' +arch=('x86_64') +url='http://www.yorba.org/projects/geary/' +license=('GPL3') +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') +source=("https://download.gnome.org/sources/geary/${pkgver%.*}/geary-${pkgver}.tar.xz";) +sha256sums=('cef1093033ddfb52942b45c901562539cee7a192e981c7f19e2075ecb0c22446') + +prepare() { + if [[ -d build ]]; then +rm -rf build + fi + mkdir build +} + +build() { + cd build + + cmake ../geary-${pkgver} \ +-DCMAKE_INSTALL_PREFIX='/usr' \ +-DDESKTOP_UPDATE='FALSE' \ +-DICON_UPDATE='FALSE' \ +-DGSETTINGS_COMPILE='FALSE' \ +-DGSETTINGS_COMPILE_IN_PLACE='FALSE' + make +} + +package() { + cd build + + make DESTDIR="${pkgdir}" install +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in geary/repos (2 files)
Date: Friday, February 7, 2014 @ 12:22:13 Author: alucryd Revision: 105420 archrelease: copy trunk to community-i686, community-x86_64 Modified: geary/repos/community-i686/PKGBUILD geary/repos/community-x86_64/PKGBUILD ---+ community-i686/PKGBUILD |2 +- community-x86_64/PKGBUILD |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-02-07 11:22:01 UTC (rev 105419) +++ community-i686/PKGBUILD 2014-02-07 11:22:13 UTC (rev 105420) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Maxime Gauduin +# Maintainer: Maxime Gauduin # Contributor : sebikul # Contributor : Massimiliano Torromeo Modified: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2014-02-07 11:22:01 UTC (rev 105419) +++ community-x86_64/PKGBUILD 2014-02-07 11:22:13 UTC (rev 105420) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Maxime Gauduin +# Maintainer: Maxime Gauduin # Contributor : sebikul # Contributor : Massimiliano Torromeo