[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Oct 6 12:28:56 UTC 2020
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
===================================================================
--- PKGBUILD 2020-10-06 12:28:51 UTC (rev 719328)
+++ PKGBUILD 2020-10-06 12:28:56 UTC (rev 719329)
@@ -1,68 +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.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 <mike at vee.net>
-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)
+++ PKGBUILD 2020-10-06 12:28:56 UTC (rev 719329)
@@ -0,0 +1,68 @@
+# 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.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 <mike at vee.net>
+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:
More information about the arch-commits
mailing list