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

Maxime Gauduin alucryd at archlinux.org
Sun Mar 29 14:57:31 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-03-29 14:57:25 UTC (rev 606015)
+++ PKGBUILD	2020-03-29 14:57:30 UTC (rev 606016)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: sebikul <sebikul at gmail.com>
-# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-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)
+++ PKGBUILD	2020-03-29 14:57:30 UTC (rev 606016)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: sebikul <sebikul at gmail.com>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+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:



More information about the arch-commits mailing list