[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Nov 24 17:26:03 UTC 2019
Date: Sunday, November 24, 2019 @ 17:26:02
Author: heftig
Revision: 533083
archrelease: copy trunk to community-x86_64
Added:
geary/repos/community-x86_64/PKGBUILD
(from rev 533082, geary/trunk/PKGBUILD)
Deleted:
geary/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 131 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 64 insertions(+), 67 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-24 17:25:03 UTC (rev 533082)
+++ PKGBUILD 2019-11-24 17:26:02 UTC (rev 533083)
@@ -1,67 +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.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
- gmime
- gnome-keyring
- gnome-online-accounts
- gspell
- gtk3
- iso-codes
- libcanberra
- libgee
- libhandy
- libnotify
- libsecret
- libsoup
- libxml2
- libytnef
- pango
- sqlite
- webkit2gtk
-)
-makedepends=(
- appstream-glib
- cmake
- git
- gnome-doc-utils
- gobject-introspection
- intltool
- itstool
- meson
- vala
-)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=e13a8ab722abcf3b010746368fe73f049dca45f1)
-sha256sums=(SKIP)
-
-pkgver() {
- cd geary
-
- git describe --tags
-}
-
-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 533082, geary/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-24 17:26:02 UTC (rev 533083)
@@ -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.34.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
+ gmime
+ gnome-keyring
+ 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
+)
+_commit=5b5d6d9440d845e22870f253a16a9e4a797cd5ea # tags/3.34.2^0
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#commit=$_commit)
+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