Compare commits

..

No commits in common. "a2d4356e5eacbe3444f2664649625f80c9de1ff6" and "ef9a524395a84c548af11eaf27a1f7de59f41b39" have entirely different histories.

3 changed files with 2 additions and 36 deletions

View File

@ -1,34 +0,0 @@
# Maintainer: Alan Orth <aorth@mjanja.ch>
pkgname=elementary-mail
pkgver=r527.bd10b27a
pkgrel=1
epoch=1
pkgdesc="Mail app designed for elementary OS"
url="https://github.com/elementary/mail"
arch=(x86_64)
license=(GPL3)
depends=(libhandy evolution-data-server granite folks)
makedepends=(git meson vala cmake)
replaces=('pantheon-mail')
_commit=bd10b27a3beced8354264e4475ff8fcb8897f111
source=("$pkgname::git+https://github.com/elementary/mail.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd "$pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {
cd $pkgname
}
build() {
arch-meson $pkgname build
meson compile -C build
}
package() {
DESTDIR="$pkgdir" meson install -C build
}

@ -1 +1 @@
Subproject commit 40173e02f2520cebf9f5fa34125b59b19a5f1303
Subproject commit 11ae7859ec62e28300935283077fb1179ed07d7f

@ -1 +1 @@
Subproject commit 213ea5e8f7407a3b59579d587af39741f653d25b
Subproject commit 5d55695a86268103be66975fef0de639d8a586c4