webkit2
This commit is contained in:
parent
3344977c47
commit
d38fa2e6da
7
.SRCINFO
7
.SRCINFO
@ -1,8 +1,8 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Wed Feb 7 12:31:34 UTC 2018
|
||||
# Sun Jul 1 10:11:24 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.11.r2.g0df6677
|
||||
pkgver = v0.12.r105.g446f1c0
|
||||
pkgrel = 1
|
||||
url = https://github.com/astroidmail/astroid
|
||||
install = astroid.install
|
||||
@ -21,10 +21,11 @@ pkgbase = astroid-git
|
||||
depends = boost-libs
|
||||
depends = gmime
|
||||
depends = gtkmm3
|
||||
depends = webkitgtk
|
||||
depends = webkit2gtk
|
||||
depends = libsass
|
||||
depends = libpeas
|
||||
depends = gobject-introspection
|
||||
depends = protobuf
|
||||
optdepends = gvim: default editor
|
||||
optdepends = emacs: can be used as editor
|
||||
optdepends = vte3: for drop-down terminal
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Gaute Hope <eg@gaute.vetsj.com>
|
||||
_pkgname=astroid
|
||||
pkgname=$_pkgname-git
|
||||
pkgver=v0.11.r2.g0df6677
|
||||
pkgver=v0.12.r105.g446f1c0
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc="a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others"
|
||||
@ -9,7 +9,7 @@ arch=('x86_64' 'i686')
|
||||
url="https://github.com/astroidmail/astroid"
|
||||
license=('GPL')
|
||||
groups=()
|
||||
depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkitgtk' 'libsass' 'libpeas' 'gobject-introspection')
|
||||
depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkit2gtk' 'libsass' 'libpeas' 'gobject-introspection' 'protobuf')
|
||||
makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'marked')
|
||||
checkdepends=('notmuch-runtime')
|
||||
optdepends=('gvim: default editor'
|
||||
|
Loading…
Reference in New Issue
Block a user