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

Maxime Gauduin alucryd at archlinux.org
Thu Mar 7 10:15:46 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-03-07 10:15:36 UTC (rev 437984)
+++ PKGBUILD	2019-03-07 10:15:45 UTC (rev 437985)
@@ -1,54 +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=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)
+++ PKGBUILD	2019-03-07 10:15:45 UTC (rev 437985)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: sebikul <sebikul at gmail.com>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+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:



More information about the arch-commits mailing list