mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
profanity: update to 0.7.0
This commit is contained in:
parent
0775b3ae26
commit
9d250487a4
1 changed files with 21 additions and 9 deletions
|
@ -1,26 +1,38 @@
|
||||||
# Template file for 'profanity'
|
# Template file for 'profanity'
|
||||||
pkgname=profanity
|
pkgname=profanity
|
||||||
version=0.6.0
|
version=0.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
|
configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
|
||||||
$(vopt_enable pgp) $(vopt_enable python python-plugins)
|
$(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)
|
||||||
$(vopt_with xscreensaver)"
|
$(vopt_with xscreensaver) $(vopt_enable omemo) $(vopt_enable gtk icons) $(vopt_enable cplugins c-plugins)"
|
||||||
hostmakedepends="pkg-config $(vopt_if python python-devel)"
|
hostmakedepends="pkg-config $(vopt_if python python-devel) $(vopt_if gtk gtk+-devel)"
|
||||||
makedepends="libcurl-devel libglib-devel libstrophe-devel readline-devel
|
makedepends="libcurl-devel libglib-devel libstrophe-devel readline-devel
|
||||||
$(vopt_if notify libnotify-devel) $(vopt_if otr 'libotr-devel libgcrypt-devel')
|
$(vopt_if notify libnotify-devel) $(vopt_if otr 'libotr-devel libgcrypt-devel')
|
||||||
$(vopt_if pgp gpgme-devel) $(vopt_if python python-devel)
|
$(vopt_if pgp gpgme-devel) $(vopt_if python python-devel) $(vopt_if gtk gtk+-devel)
|
||||||
$(vopt_if xscreensaver libXScrnSaver-devel)"
|
$(vopt_if xscreensaver libXScrnSaver-devel) $(vopt_if omemo 'libsignal-protocol-c libgcrypt-devel')"
|
||||||
checkdepends="cmocka-devel"
|
checkdepends="cmocka-devel"
|
||||||
short_desc="Console based XMPP client"
|
short_desc="Console based XMPP client"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.profanity.im/"
|
homepage="http://www.profanity.im/"
|
||||||
distfiles="https://github.com/boothj5/profanity/releases/download/${version}/profanity-${version}.tar.gz"
|
distfiles="https://github.com/boothj5/profanity/releases/download/${version}/profanity-${version}.tar.gz"
|
||||||
checksum=f1b2773b79eb294297686f3913e9489c20effae5e3a335c8956db18f6ee2f660
|
checksum=f1eb99be01683d41b891b0f997f4c873c9bb87b0b6b8400b7fccb8e553d514bb
|
||||||
|
|
||||||
|
export LIBS="-lm"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
arm*)
|
||||||
|
export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/${py2_inc}"
|
||||||
|
export PYTHON_EXTRA_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lpython${py2_ver}" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="notify otr pgp python xscreensaver"
|
build_options="notify otr pgp omemo gtk python xscreensaver cplugins plugins"
|
||||||
build_options_default="notify otr pgp xscreensaver"
|
build_options_default="notify otr pgp gtk omemo python cplugins plugins xscreensaver"
|
||||||
desc_option_otr="Enable support for OTR encryption"
|
desc_option_otr="Enable support for OTR encryption"
|
||||||
desc_option_pgp="Enable support for OpenPGP encryption"
|
desc_option_pgp="Enable support for OpenPGP encryption"
|
||||||
|
desc_option_omemo="Enable support for OMEMO encryption"
|
||||||
|
desc_option_gtk="Enable support for the GTK GUI toolkit"
|
||||||
|
desc_option_plugins="Enable support for plugins"
|
||||||
|
desc_option_cplugins="Enable support for c-plugins"
|
||||||
|
|
Loading…
Add table
Reference in a new issue