[arch-commits] Commit in geary/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Oct 7 17:22:40 UTC 2019
Date: Monday, October 7, 2019 @ 17:22:39
Author: alucryd
Revision: 513935
archrelease: copy trunk to community-x86_64
Added:
geary/repos/community-x86_64/PKGBUILD
(from rev 513934, geary/trunk/PKGBUILD)
Deleted:
geary/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 134 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 67 insertions(+), 67 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-07 17:22:34 UTC (rev 513934)
+++ PKGBUILD 2019-10-07 17:22:39 UTC (rev 513935)
@@ -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.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
- 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=e3e24255270358962b64e54bb8fa9beab2de41a6)
-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 513934, geary/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-07 17:22:39 UTC (rev 513935)
@@ -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.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:
More information about the arch-commits
mailing list