Date: Monday, January 10, 2022 @ 10:38:35 Author: alucryd Revision: 1099020
archrelease: copy trunk to community-x86_64 Added: pantheon-mail/repos/community-x86_64/PKGBUILD (from rev 1099019, 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-01-10 10:38:30 UTC (rev 1099019) +++ PKGBUILD 2022-01-10 10:38:35 UTC (rev 1099020) @@ -1,48 +0,0 @@ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> -# Contributor: Filipe Laíns (FFY00) <filipe.la...@gmail.com> -# Contributor: Riley Trautman <aso...@tamu.edu> - -pkgname=pantheon-mail -pkgver=6.2.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=56e99d6566a0d4682fe7f84ebd5b89fbeaf5f547 -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 1099019, pantheon-mail/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-01-10 10:38:35 UTC (rev 1099020) @@ -0,0 +1,48 @@ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> +# Contributor: Filipe Laíns (FFY00) <filipe.la...@gmail.com> +# Contributor: Riley Trautman <aso...@tamu.edu> + +pkgname=pantheon-mail +pkgver=6.3.1 +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=f3a10527f09ed9681245e98f89a589b885333d1c +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: