2
0
Fork 0
This commit is contained in:
Gaute Hope 2018-09-30 21:40:32 +02:00
parent 4a8097494f
commit b6b764524a
3 changed files with 7 additions and 13 deletions

View File

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Mon Sep 3 12:20:02 UTC 2018
# Sun Sep 30 19:40:21 UTC 2018
pkgbase = astroid-git
pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others
pkgver = v0.13.r24.g20b9171
pkgver = v0.14.r0.g3e6c863
pkgrel = 1
url = https://github.com/astroidmail/astroid
install = astroid.install
@ -16,6 +16,7 @@ pkgbase = astroid-git
makedepends = pkg-config
makedepends = python-gobject
makedepends = cmark
makedepends = ruby-ronn
depends = notmuch
depends = boost
depends = boost-libs
@ -32,9 +33,7 @@ pkgbase = astroid-git
optdepends = cmark: for markdown to html composition
provides = astroid
source = astroid::git+https://github.com/astroidmail/astroid.git
source = astroid.1.gz
md5sums = SKIP
md5sums = 1cae3fa289d3061dd7d1ac2aa1f9c643
pkgname = astroid-git

View File

@ -1,7 +1,7 @@
# Maintainer: Gaute Hope <eg@gaute.vetsj.com>
_pkgname=astroid
pkgname=$_pkgname-git
pkgver=v0.13.r24.g20b9171
pkgver=v0.14.r0.g3e6c863
pkgrel=1
epoch=
pkgdesc="a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others"
@ -10,7 +10,7 @@ url="https://github.com/astroidmail/astroid"
license=('GPL')
groups=()
depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkit2gtk' 'libsass' 'libpeas' 'gobject-introspection' 'protobuf')
makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'cmark')
makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'cmark' 'ruby-ronn')
checkdepends=('notmuch-runtime')
optdepends=('gvim: default editor'
'emacs: can be used as editor'
@ -23,10 +23,9 @@ backup=()
options=()
install=$_pkgname.install
changelog=
source=(astroid::git+https://github.com/astroidmail/astroid.git astroid.1.gz)
source=(astroid::git+https://github.com/astroidmail/astroid.git)
noextract=()
md5sums=('SKIP'
'1cae3fa289d3061dd7d1ac2aa1f9c643')
md5sums=('SKIP')
build() {
cd "$srcdir/astroid"
@ -50,10 +49,6 @@ package() {
cd "$srcdir/astroid"
cd build
DESTDIR="$pkgdir" ninja install
# install manpage
mkdir -p "$pkgdir/usr/share/man/man1"
cp "$srcdir/astroid.1.gz" "$pkgdir/usr/share/man/man1/"
}
pkgver() {

Binary file not shown.