liferea: cross gir, plugins are python 3 only
This commit is contained in:
parent
c12b2c0934
commit
bd808b79e0
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,14 @@
|
|||
# Template file for 'liferea'
|
||||
pkgname=liferea
|
||||
version=1.12.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
build_helper=gir
|
||||
hostmakedepends="pkg-config intltool libglib-devel"
|
||||
makedepends="libxslt-devel webkit2gtk-devel
|
||||
json-glib-devel $(vopt_if gir gobject-introspection)
|
||||
gsettings-desktop-schemas-devel libpeas-devel python-devel sqlite-devel"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
gsettings-desktop-schemas-devel libpeas-devel python3-devel sqlite-devel"
|
||||
depends="python3"
|
||||
short_desc="GTK news aggregator"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
@ -17,6 +19,4 @@ checksum=ff13875a8ef030e6697fb8550ba5f8aaa5f7968408f3cb94a03e86850586fe7d
|
|||
lib32disabled=yes
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
fi
|
||||
build_options_default="gir"
|
||||
|
|
Loading…
Reference in a new issue