[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-07 Thread Maxime Gauduin via arch-commits
Date: Monday, October 7, 2019 @ 17:22:39
  Author: alucryd
Revision: 513935

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 513934, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  134 ++---
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 17:22:34 UTC (rev 513934)
+++ PKGBUILD2019-10-07 17:22:39 UTC (rev 513935)
@@ -1,67 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=3.34.0
-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
-  gmime
-  gnome-keyring
-  gnome-online-accounts
-  gspell
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libhandy
-  libnotify
-  libsecret
-  libsoup
-  libxml2
-  libytnef
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  appstream-glib
-  cmake
-  git
-  gnome-doc-utils
-  gobject-introspection
-  intltool
-  itstool
-  meson
-  vala
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=e3e24255270358962b64e54bb8fa9beab2de41a6)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd geary
-
-  git describe --tags
-}
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 513934, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 17:22:39 UTC (rev 513935)
@@ -0,0 +1,67 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=3.34.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
+  gmime
+  gnome-keyring
+  gnome-online-accounts
+  gspell
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libhandy
+  libnotify
+  libsecret
+  libsoup
+  libxml2
+  libytnef
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  appstream-glib
+  cmake
+  git
+  gnome-doc-utils
+  gobject-introspection
+  intltool
+  itstool
+  meson
+  vala
+)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=e13a8ab722abcf3b010746368fe73f049dca45f1)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd geary
+
+  git describe --tags
+}
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-23 Thread Maxime Gauduin via arch-commits
Date: Monday, September 23, 2019 @ 07:39:30
  Author: alucryd
Revision: 511560

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 511559, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  124 -
 1 file changed, 67 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 07:39:25 UTC (rev 511559)
+++ PKGBUILD2019-09-23 07:39:30 UTC (rev 511560)
@@ -1,57 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=3.32.2
-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
-  gmime
-  gnome-keyring
-  gnome-online-accounts
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libnotify
-  libsecret
-  libsoup
-  libxml2
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  appstream-glib
-  git
-  gnome-doc-utils
-  gobject-introspection
-  intltool
-  itstool
-  meson
-  vala
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 511559, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 07:39:30 UTC (rev 511560)
@@ -0,0 +1,67 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=3.34.0
+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
+  gmime
+  gnome-keyring
+  gnome-online-accounts
+  gspell
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libhandy
+  libnotify
+  libsecret
+  libsoup
+  libxml2
+  libytnef
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  appstream-glib
+  cmake
+  git
+  gnome-doc-utils
+  gobject-introspection
+  intltool
+  itstool
+  meson
+  vala
+)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=e3e24255270358962b64e54bb8fa9beab2de41a6)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd geary
+
+  git describe --tags
+}
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-04 Thread Maxime Gauduin via arch-commits
Date: Sunday, August 4, 2019 @ 07:58:04
  Author: alucryd
Revision: 497289

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 497288, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-04 07:57:58 UTC (rev 497288)
+++ PKGBUILD2019-08-04 07:58:04 UTC (rev 497289)
@@ -1,57 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=3.32.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
-  gmime
-  gnome-keyring
-  gnome-online-accounts
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libnotify
-  libsecret
-  libsoup
-  libxml2
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  appstream-glib
-  git
-  gnome-doc-utils
-  gobject-introspection
-  intltool
-  itstool
-  meson
-  vala
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 497288, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-04 07:58:04 UTC (rev 497289)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=3.32.2
+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
+  gmime
+  gnome-keyring
+  gnome-online-accounts
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libnotify
+  libsecret
+  libsoup
+  libxml2
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  appstream-glib
+  git
+  gnome-doc-utils
+  gobject-introspection
+  intltool
+  itstool
+  meson
+  vala
+)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-12-19 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 19, 2019 @ 21:05:08
  Author: alucryd
Revision: 538439

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 538438, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  127 ++---
 1 file changed, 63 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-19 21:05:00 UTC (rev 538438)
+++ PKGBUILD2019-12-19 21:05:08 UTC (rev 538439)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=3.34.2
-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
-  gmime
-  gnome-keyring
-  gnome-online-accounts
-  gspell
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libhandy
-  libnotify
-  libsecret
-  libsoup
-  libxml2
-  libytnef
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  appstream-glib
-  git
-  gobject-introspection
-  meson
-  vala
-  yelp-tools
-)
-_commit=5b5d6d9440d845e22870f253a16a9e4a797cd5ea  # tags/3.34.2^0
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd geary
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 538438, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-19 21:05:08 UTC (rev 538439)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=3.34.2
+pkgrel=2
+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
+  gmime
+  org.freedesktop.secrets
+  gnome-online-accounts
+  gspell
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libhandy
+  libnotify
+  libsecret
+  libsoup
+  libxml2
+  libytnef
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  appstream-glib
+  git
+  gobject-introspection
+  meson
+  vala
+  yelp-tools
+)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=5b5d6d9440d845e22870f253a16a9e4a797cd5ea)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd geary
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-24 Thread Jan Steffens via arch-commits
Date: Sunday, November 24, 2019 @ 17:26:02
  Author: heftig
Revision: 533083

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 533082, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  131 +
 1 file changed, 64 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 17:25:03 UTC (rev 533082)
+++ PKGBUILD2019-11-24 17:26:02 UTC (rev 533083)
@@ -1,67 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=3.34.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
-  gmime
-  gnome-keyring
-  gnome-online-accounts
-  gspell
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libhandy
-  libnotify
-  libsecret
-  libsoup
-  libxml2
-  libytnef
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  appstream-glib
-  cmake
-  git
-  gnome-doc-utils
-  gobject-introspection
-  intltool
-  itstool
-  meson
-  vala
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=e13a8ab722abcf3b010746368fe73f049dca45f1)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd geary
-
-  git describe --tags
-}
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 533082, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 17:26:02 UTC (rev 533083)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=3.34.2
+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
+  gmime
+  gnome-keyring
+  gnome-online-accounts
+  gspell
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libhandy
+  libnotify
+  libsecret
+  libsoup
+  libxml2
+  libytnef
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  appstream-glib
+  git
+  gobject-introspection
+  meson
+  vala
+  yelp-tools
+)
+_commit=5b5d6d9440d845e22870f253a16a9e4a797cd5ea  # tags/3.34.2^0
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd geary
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 09:33:36
  Author: alucryd
Revision: 600478

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 600476, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  127 ++---
 1 file changed, 64 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 09:33:35 UTC (rev 600477)
+++ PKGBUILD2020-03-18 09:33:36 UTC (rev 600478)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=3.34.2
-pkgrel=2
-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
-  gmime
-  org.freedesktop.secrets
-  gnome-online-accounts
-  gspell
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libhandy
-  libnotify
-  libsecret
-  libsoup
-  libxml2
-  libytnef
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  appstream-glib
-  git
-  gobject-introspection
-  meson
-  vala
-  yelp-tools
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=5b5d6d9440d845e22870f253a16a9e4a797cd5ea)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd geary
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 600476, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 09:33:36 UTC (rev 600478)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=3.36.0
+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
+  org.freedesktop.secrets
+  gnome-online-accounts
+  gspell
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libhandy
+  libnotify
+  libpeas
+  libsecret
+  libsoup
+  libxml2
+  libytnef
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  appstream-glib
+  git
+  gobject-introspection
+  meson
+  vala
+  yelp-tools
+)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=bb907070cd3b296cff7f121e1b48b846e8757e30)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd geary
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, May 5, 2020 @ 10:49:50
  Author: alucryd
Revision: 624879

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 624878, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  128 ++---
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 10:49:45 UTC (rev 624878)
+++ PKGBUILD2020-05-05 10:49:50 UTC (rev 624879)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=3.36.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
-  org.freedesktop.secrets
-  gnome-online-accounts
-  gspell
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libhandy
-  libnotify
-  libpeas
-  libsecret
-  libsoup
-  libxml2
-  libytnef
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  appstream-glib
-  git
-  gobject-introspection
-  meson
-  vala
-  yelp-tools
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=cb533f5b3234e0efd7ff93138c556c2b76961ef9)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd geary
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 624878, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 10:49:50 UTC (rev 624879)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=3.36.2
+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
+  org.freedesktop.secrets
+  gnome-online-accounts
+  gspell
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libhandy
+  libnotify
+  libpeas
+  libsecret
+  libsoup
+  libxml2
+  libytnef
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  appstream-glib
+  git
+  gobject-introspection
+  meson
+  vala
+  yelp-tools
+)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=3cb5b603c51bb95e3e6cdf7e5e58f25e8b12a817)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd geary
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-29 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 29, 2020 @ 14:57:30
  Author: alucryd
Revision: 606016

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 606015, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  128 ++---
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-29 14:57:25 UTC (rev 606015)
+++ PKGBUILD2020-03-29 14:57:30 UTC (rev 606016)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=3.36.0
-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
-  org.freedesktop.secrets
-  gnome-online-accounts
-  gspell
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libhandy
-  libnotify
-  libpeas
-  libsecret
-  libsoup
-  libxml2
-  libytnef
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  appstream-glib
-  git
-  gobject-introspection
-  meson
-  vala
-  yelp-tools
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=bb907070cd3b296cff7f121e1b48b846e8757e30)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd geary
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 606015, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-29 14:57:30 UTC (rev 606016)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=3.36.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
+  org.freedesktop.secrets
+  gnome-online-accounts
+  gspell
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libhandy
+  libnotify
+  libpeas
+  libsecret
+  libsoup
+  libxml2
+  libytnef
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  appstream-glib
+  git
+  gobject-introspection
+  meson
+  vala
+  yelp-tools
+)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=cb533f5b3234e0efd7ff93138c556c2b76961ef9)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd geary
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-28 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 28, 2019 @ 16:17:41
  Author: alucryd
Revision: 455091

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 455090, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  113 +++--
 1 file changed, 58 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-28 16:17:33 UTC (rev 455090)
+++ PKGBUILD2019-04-28 16:17:41 UTC (rev 455091)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=3.32.0
-pkgrel=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
-  gmime
-  gnome-keyring
-  gnome-online-accounts
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libnotify
-  libsecret
-  libsoup
-  libxml2
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  git
-  gnome-doc-utils
-  gobject-introspection
-  intltool
-  itstool
-  meson
-  vala
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 455090, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-28 16:17:41 UTC (rev 455091)
@@ -0,0 +1,58 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=3.33.1
+pkgrel=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
+  gmime
+  gnome-keyring
+  gnome-online-accounts
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libhandy
+  libnotify
+  libsecret
+  libsoup
+  libxml2
+  libytnef
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  appstream-glib
+  git
+  gnome-doc-utils
+  gobject-introspection
+  intltool
+  itstool
+  meson
+  vala
+)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-28 Thread Maxime Gauduin via arch-commits
Date: Monday, April 29, 2019 @ 06:48:15
  Author: alucryd
Revision: 455237

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 455236, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  115 ++---
 1 file changed, 57 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-29 06:48:08 UTC (rev 455236)
+++ PKGBUILD2019-04-29 06:48:15 UTC (rev 455237)
@@ -1,58 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=3.33.1
-pkgrel=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
-  gmime
-  gnome-keyring
-  gnome-online-accounts
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libhandy
-  libnotify
-  libsecret
-  libsoup
-  libxml2
-  libytnef
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  appstream-glib
-  git
-  gnome-doc-utils
-  gobject-introspection
-  intltool
-  itstool
-  meson
-  vala
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 455236, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-29 06:48:15 UTC (rev 455237)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=3.32.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
+  gmime
+  gnome-keyring
+  gnome-online-accounts
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libnotify
+  libsecret
+  libsoup
+  libxml2
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  appstream-glib
+  git
+  gnome-doc-utils
+  gobject-introspection
+  intltool
+  itstool
+  meson
+  vala
+)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-20 Thread Maxime Gauduin via arch-commits
Date: Thursday, February 21, 2019 @ 07:53:58
  Author: alucryd
Revision: 434840

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 434839, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-21 07:53:50 UTC (rev 434839)
+++ PKGBUILD2019-02-21 07:53:58 UTC (rev 434840)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=0.13.0
-pkgrel=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
-  gcr
-  gdk-pixbuf2
-  glib2
-  gmime
-  gnome-keyring
-  gnome-online-accounts
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libnotify
-  libsecret
-  libsoup
-  libxml2
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  git
-  gnome-doc-utils
-  gobject-introspection
-  intltool
-  itstool
-  meson
-  vala
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 434839, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-21 07:53:58 UTC (rev 434840)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=0.13.1
+pkgrel=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
+  gcr
+  gdk-pixbuf2
+  glib2
+  gmime
+  gnome-keyring
+  gnome-online-accounts
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libnotify
+  libsecret
+  libsoup
+  libxml2
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  git
+  gnome-doc-utils
+  gobject-introspection
+  intltool
+  itstool
+  meson
+  vala
+)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-07 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 7, 2019 @ 10:15:45
  Author: alucryd
Revision: 437985

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 437984, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 10:15:36 UTC (rev 437984)
+++ PKGBUILD2019-03-07 10:15:45 UTC (rev 437985)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=0.13.1
-pkgrel=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
-  gcr
-  gdk-pixbuf2
-  glib2
-  gmime
-  gnome-keyring
-  gnome-online-accounts
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libnotify
-  libsecret
-  libsoup
-  libxml2
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  git
-  gnome-doc-utils
-  gobject-introspection
-  intltool
-  itstool
-  meson
-  vala
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 437984, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 10:15:45 UTC (rev 437985)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=0.13.2
+pkgrel=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
+  gcr
+  gdk-pixbuf2
+  glib2
+  gmime
+  gnome-keyring
+  gnome-online-accounts
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libnotify
+  libsecret
+  libsoup
+  libxml2
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  git
+  gnome-doc-utils
+  gobject-introspection
+  intltool
+  itstool
+  meson
+  vala
+)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-11 Thread Maxime Gauduin via arch-commits
Date: Monday, March 11, 2019 @ 09:47:01
  Author: alucryd
Revision: 439732

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 439731, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 09:46:53 UTC (rev 439731)
+++ PKGBUILD2019-03-11 09:47:01 UTC (rev 439732)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=0.13.2
-pkgrel=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
-  gcr
-  gdk-pixbuf2
-  glib2
-  gmime
-  gnome-keyring
-  gnome-online-accounts
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libnotify
-  libsecret
-  libsoup
-  libxml2
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  git
-  gnome-doc-utils
-  gobject-introspection
-  intltool
-  itstool
-  meson
-  vala
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 439731, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 09:47:01 UTC (rev 439732)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=0.13.3
+pkgrel=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
+  gcr
+  gdk-pixbuf2
+  glib2
+  gmime
+  gnome-keyring
+  gnome-online-accounts
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libnotify
+  libsecret
+  libsoup
+  libxml2
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  git
+  gnome-doc-utils
+  gobject-introspection
+  intltool
+  itstool
+  meson
+  vala
+)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-18 Thread Maxime Gauduin via arch-commits
Date: Monday, March 18, 2019 @ 09:23:16
  Author: alucryd
Revision: 442430

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 442429, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  109 ++---
 1 file changed, 55 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 09:23:07 UTC (rev 442429)
+++ PKGBUILD2019-03-18 09:23:16 UTC (rev 442430)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=0.13.3
-pkgrel=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
-  gcr
-  gdk-pixbuf2
-  glib2
-  gmime
-  gnome-keyring
-  gnome-online-accounts
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libnotify
-  libsecret
-  libsoup
-  libxml2
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  git
-  gnome-doc-utils
-  gobject-introspection
-  intltool
-  itstool
-  meson
-  vala
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 442429, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 09:23:16 UTC (rev 442430)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=3.32.0
+pkgrel=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
+  gmime
+  gnome-keyring
+  gnome-online-accounts
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libnotify
+  libsecret
+  libsoup
+  libxml2
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  git
+  gnome-doc-utils
+  gobject-introspection
+  intltool
+  itstool
+  meson
+  vala
+)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, October 6, 2020 @ 12:28:56
  Author: alucryd
Revision: 719329

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 719328, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  136 ++---
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-06 12:28:51 UTC (rev 719328)
+++ PKGBUILD2020-10-06 12:28:56 UTC (rev 719329)
@@ -1,68 +0,0 @@
-# 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:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 719328, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-06 12:28:56 UTC (rev 719329)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=3.38.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=c8ca5eb1b4c9d69ceb02ce6f4b7da9abf2a91c24
+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/^gnome-//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/community-x86_64 (PKGBUILD PKGBUILD)

2020-08-28 Thread Maxime Gauduin via arch-commits
Date: Friday, August 28, 2020 @ 11:04:46
  Author: alucryd
Revision: 690504

archrelease: copy trunk to community-x86_64

Added:
  geary/repos/community-x86_64/PKGBUILD
(from rev 690503, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  131 +++--
 1 file changed, 67 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-28 11:04:41 UTC (rev 690503)
+++ PKGBUILD2020-08-28 11:04:46 UTC (rev 690504)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=3.36.2
-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
-  org.freedesktop.secrets
-  gnome-online-accounts
-  gspell
-  gtk3
-  iso-codes
-  libcanberra
-  libgee
-  libhandy
-  libnotify
-  libpeas
-  libsecret
-  libsoup
-  libxml2
-  libytnef
-  pango
-  sqlite
-  webkit2gtk
-)
-makedepends=(
-  appstream-glib
-  git
-  gobject-introspection
-  meson
-  vala
-  yelp-tools
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=3cb5b603c51bb95e3e6cdf7e5e58f25e8b12a817)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd geary
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson geary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 690503, 
geary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-28 11:04:46 UTC (rev 690504)
@@ -0,0 +1,67 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=3.36.3.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
+  glade
+  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
+  git
+  gobject-introspection
+  meson
+  vala
+  yelp-tools
+)
+_tag=d2c1ccb9e39d4bd2822fe341356fa5288331dab6
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd geary
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson geary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et: