cmark + man
This commit is contained in:
parent
d38fa2e6da
commit
3a110b38a2
7
.SRCINFO
7
.SRCINFO
@ -1,8 +1,8 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sun Jul 1 10:11:24 UTC 2018
|
# Wed Aug 29 07:54:13 UTC 2018
|
||||||
pkgbase = astroid-git
|
pkgbase = astroid-git
|
||||||
pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others
|
pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others
|
||||||
pkgver = v0.12.r105.g446f1c0
|
pkgver = v0.13.r21.g00a1fbb
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/astroidmail/astroid
|
url = https://github.com/astroidmail/astroid
|
||||||
install = astroid.install
|
install = astroid.install
|
||||||
@ -15,7 +15,8 @@ pkgbase = astroid-git
|
|||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = pkg-config
|
makedepends = pkg-config
|
||||||
makedepends = python-gobject
|
makedepends = python-gobject
|
||||||
makedepends = marked
|
makedepends = cmark
|
||||||
|
makedepends = ruby-ronn
|
||||||
depends = notmuch
|
depends = notmuch
|
||||||
depends = boost
|
depends = boost
|
||||||
depends = boost-libs
|
depends = boost-libs
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Gaute Hope <eg@gaute.vetsj.com>
|
# Maintainer: Gaute Hope <eg@gaute.vetsj.com>
|
||||||
_pkgname=astroid
|
_pkgname=astroid
|
||||||
pkgname=$_pkgname-git
|
pkgname=$_pkgname-git
|
||||||
pkgver=v0.12.r105.g446f1c0
|
pkgver=v0.13.r21.g00a1fbb
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc="a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others"
|
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')
|
license=('GPL')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkit2gtk' 'libsass' 'libpeas' 'gobject-introspection' 'protobuf')
|
depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkit2gtk' 'libsass' 'libpeas' 'gobject-introspection' 'protobuf')
|
||||||
makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'marked')
|
makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'cmark' 'ruby-ronn')
|
||||||
checkdepends=('notmuch-runtime')
|
checkdepends=('notmuch-runtime')
|
||||||
optdepends=('gvim: default editor'
|
optdepends=('gvim: default editor'
|
||||||
'emacs: can be used as editor'
|
'emacs: can be used as editor'
|
||||||
|
Loading…
Reference in New Issue
Block a user