mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
astroid: update to 0.16
This commit is contained in:
parent
4b3647c824
commit
995e4ed11b
1 changed files with 9 additions and 3 deletions
|
@ -1,19 +1,25 @@
|
||||||
# Template file for 'astroid'
|
# Template file for 'astroid'
|
||||||
pkgname=astroid
|
pkgname=astroid
|
||||||
version=0.15
|
version=0.16
|
||||||
revision=8
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config scdoc protobuf gobject-introspection"
|
hostmakedepends="pkg-config scdoc protobuf gobject-introspection"
|
||||||
makedepends="libnotmuch-devel gtkmm-devel webkit2gtk-devel libsass-devel
|
makedepends="libnotmuch-devel gtkmm-devel webkit2gtk-devel libsass-devel
|
||||||
gmime3-devel boost-devel protobuf-devel vte3-devel gobject-introspection
|
gmime3-devel boost-devel protobuf-devel vte3-devel gobject-introspection
|
||||||
libpeas-devel libsoup-devel"
|
libpeas-devel libsoup-devel"
|
||||||
|
checkdepends="gnupg notmuch w3m cmark xvfb-run"
|
||||||
short_desc="Graphical threads-with-tags style email client for Notmuch"
|
short_desc="Graphical threads-with-tags style email client for Notmuch"
|
||||||
maintainer="Ameise <ameise@bitparlament.de>"
|
maintainer="Ameise <ameise@bitparlament.de>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://astroidmail.github.io/"
|
homepage="http://astroidmail.github.io/"
|
||||||
distfiles="https://github.com/astroidmail/astroid/archive/v${version}.tar.gz"
|
distfiles="https://github.com/astroidmail/astroid/archive/v${version}.tar.gz"
|
||||||
checksum=8581bbdbc71bd00d4cdd473cfad8bc604628bb15616fe5eab5c623461f686c65
|
checksum=32ecb8c2fafe67f70c7d5f2bc60bda1796d98a56a75f7868c7c1ca50cd7baf5e
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qemu-user-static prelink-cross"
|
hostmakedepends+=" qemu-user-static prelink-cross"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd build
|
||||||
|
xvfb-run ctest
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue