[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Fri Aug 28 11:04:46 UTC 2020
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
===================================================================
--- PKGBUILD 2020-08-28 11:04:41 UTC (rev 690503)
+++ PKGBUILD 2020-08-28 11:04:46 UTC (rev 690504)
@@ -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.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)
+++ PKGBUILD 2020-08-28 11:04:46 UTC (rev 690504)
@@ -0,0 +1,67 @@
+# 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.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:
More information about the arch-commits
mailing list