[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Mar 18 09:33:37 UTC 2020
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
===================================================================
--- PKGBUILD 2020-03-18 09:33:35 UTC (rev 600477)
+++ PKGBUILD 2020-03-18 09:33:36 UTC (rev 600478)
@@ -1,63 +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.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)
+++ PKGBUILD 2020-03-18 09:33:36 UTC (rev 600478)
@@ -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.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:
More information about the arch-commits
mailing list