[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Wed Jan 19 10:42:30 UTC 2022
Date: Wednesday, January 19, 2022 @ 10:42:30
Author: alucryd
Revision: 1110465
archrelease: copy trunk to community-x86_64
Added:
geary/repos/community-x86_64/PKGBUILD
(from rev 1110464, geary/trunk/PKGBUILD)
Deleted:
geary/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 148 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 77 insertions(+), 71 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-19 10:42:24 UTC (rev 1110464)
+++ PKGBUILD 2022-01-19 10:42:30 UTC (rev 1110465)
@@ -1,71 +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=40.0
-pkgrel=5
-epoch=1
-pkgdesc='A lightweight email client for the GNOME desktop'
-arch=(x86_64)
-url=https://wiki.gnome.org/Apps/Geary
-license=(GPL3)
-groups=(gnome-extra)
-depends=(
- cairo
- enchant
- folks
- gcr
- gdk-pixbuf2
- glib2
- gmime3
- gnome-online-accounts
- gsound
- gspell
- gtk3
- iso-codes
- libcanberra
- libgee
- libhandy
- libnotify
- libpeas
- libsecret
- libsoup
- libstemmer
- libxml2
- libytnef
- org.freedesktop.secrets
- pango
- sqlite
- webkit2gtk
-)
-makedepends=(
- appstream-glib
- cmake
- git
- gobject-introspection
- meson
- vala
- yelp-tools
-)
-_tag=375f741026c8aa9f1ff41ce912f5c08d7d3cad15
-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 \
- -Dprofile=release
- meson compile -C build
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:
Copied: geary/repos/community-x86_64/PKGBUILD (from rev 1110464, geary/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-19 10:42:30 UTC (rev 1110465)
@@ -0,0 +1,77 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: sebikul <sebikul at gmail.com>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=geary
+pkgver=40.0
+pkgrel=6
+epoch=1
+pkgdesc='A lightweight email client for the GNOME desktop'
+arch=(x86_64)
+url=https://wiki.gnome.org/Apps/Geary
+license=(GPL3)
+groups=(gnome-extra)
+depends=(
+ cairo
+ enchant
+ folks
+ gcr
+ gdk-pixbuf2
+ glib2
+ gmime3
+ gnome-online-accounts
+ gsound
+ gspell
+ gtk3
+ iso-codes
+ libcanberra
+ libgee
+ libhandy
+ libnotify
+ libpeas
+ libsecret
+ libsoup
+ libstemmer
+ libxml2
+ libytnef
+ org.freedesktop.secrets
+ pango
+ sqlite
+ webkit2gtk
+)
+makedepends=(
+ appstream-glib
+ cmake
+ git
+ gobject-introspection
+ meson
+ vala
+ yelp-tools
+)
+_tag=375f741026c8aa9f1ff41ce912f5c08d7d3cad15
+source=(git+https://gitlab.gnome.org/GNOME/geary.git?signed#tag=${_tag})
+validpgpkeys=(3A2EF7F138557A145F2866E99FAB18747A8FC649) # Michael James Gratton <mike at vee.net>
+sha256sums=(SKIP)
+
+prepare() {
+ cd geary
+ git cherry-pick -n b8babd4aba65c85e3e4e9f0d6b5d827d220096de # fix contact auto-completion
+}
+
+pkgver() {
+ cd geary
+ git describe --tags | sed 's/^gnome-//g'
+}
+
+build() {
+ arch-meson geary build \
+ -Dprofile=release
+ meson compile -C build
+}
+
+package() {
+ meson install -C build \
+ --destdir "${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list