profanity: disable python plugins to allow cross compilation.
This commit is contained in:
parent
9fb64403fc
commit
042cc1c28a
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'profanity'
|
||||
pkgname=profanity
|
||||
version=0.5.0
|
||||
revision=1
|
||||
revision=2
|
||||
# Package build options
|
||||
build_options="notify xscreensaver"
|
||||
build_options_default="notify xscreensaver"
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable notify notifications) $(vopt_with xscreensaver)"
|
||||
hostmakedepends="pkg-config"
|
||||
configure_args="$(vopt_enable notify notifications) $(vopt_with xscreensaver)
|
||||
--disable-python-plugins"
|
||||
hostmakedepends="pkg-config python-devel"
|
||||
makedepends="libglib-devel expat-devel ncurses-devel libgcrypt-devel libotr-devel
|
||||
libcurl-devel libstrophe-devel readline-devel libuuid-devel
|
||||
libcurl-devel libstrophe-devel readline-devel libuuid-devel python-devel
|
||||
$(vopt_if notify libnotify-devel)
|
||||
$(vopt_if xscreensaver libXScrnSaver-devel)"
|
||||
short_desc="A console based XMPP client"
|
||||
|
|
Loading…
Add table
Reference in a new issue