[arch-commits] Commit in pantheon-mail/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Fri Aug 19 10:05:21 UTC 2022
Date: Friday, August 19, 2022 @ 10:05:21
Author: alucryd
Revision: 1269882
archrelease: copy trunk to community-x86_64
Added:
pantheon-mail/repos/community-x86_64/PKGBUILD
(from rev 1269881, pantheon-mail/trunk/PKGBUILD)
Deleted:
pantheon-mail/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-19 10:05:12 UTC (rev 1269881)
+++ PKGBUILD 2022-08-19 10:05:21 UTC (rev 1269882)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Filipe Laíns (FFY00) <filipe.lains at gmail.com>
-# Contributor: Riley Trautman <asonix at tamu.edu>
-
-pkgname=pantheon-mail
-pkgver=6.4.0
-pkgrel=2
-pkgdesc='Mail app designed for elementary OS'
-arch=(x86_64)
-url=https://github.com/elementary/mail
-license=(GPL3)
-groups=(pantheon)
-depends=(
- glib2
- gtk3
- libcamel-1.2.so
- libedataserver-1.2.so
- libedataserverui-1.2.so
- libfolks.so
- libgranite.so
- libhandy-1.so
- webkit2gtk
-)
-makedepends=(
- git
- intltool
- meson
- vala
-)
-_tag=b44991d9b1fafa5d7a83b015516c2874f1d9f3d9
-source=(pantheon-mail::git+https://github.com/elementary/mail.git#tag=${_tag})
-sha256sums=('SKIP')
-
-pkgver() {
- cd pantheon-mail
- git describe --tags
-}
-
-build() {
- arch-meson pantheon-mail build
- meson compile -C build
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:
Copied: pantheon-mail/repos/community-x86_64/PKGBUILD (from rev 1269881, pantheon-mail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-19 10:05:21 UTC (rev 1269882)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Filipe Laíns (FFY00) <filipe.lains at gmail.com>
+# Contributor: Riley Trautman <asonix at tamu.edu>
+
+pkgname=pantheon-mail
+pkgver=7.0.0
+pkgrel=1
+pkgdesc='Mail app designed for elementary OS'
+arch=(x86_64)
+url=https://github.com/elementary/mail
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ glib2
+ gtk3
+ libcamel-1.2.so
+ libedataserver-1.2.so
+ libedataserverui-1.2.so
+ libfolks.so
+ libgranite.so
+ libhandy-1.so
+ webkit2gtk
+)
+makedepends=(
+ git
+ intltool
+ meson
+ vala
+)
+_tag=c18a5a551beb9cd7096e0d9c27e3a67456a818d4
+source=(pantheon-mail::git+https://github.com/elementary/mail.git#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+ cd pantheon-mail
+ git describe --tags
+}
+
+build() {
+ arch-meson pantheon-mail build
+ 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