hexchat: update to 2.14.3
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
0a737868b8
commit
66ee5bf6c8
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hexchat'
|
# Template file for 'hexchat'
|
||||||
pkgname=hexchat
|
pkgname=hexchat
|
||||||
version=2.14.2
|
version=2.14.3
|
||||||
revision=7
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwith-dbus=true -Dwith-ssl=true -Dwith-text=false
|
configure_args="-Dwith-dbus=true -Dwith-ssl=true -Dwith-text=false
|
||||||
-Dwith-perl=/usr/bin/perl -Dwith-python=python3
|
-Dwith-perl=/usr/bin/perl -Dwith-python=python3
|
||||||
|
@ -11,20 +11,20 @@ makedepends="gtk+-devel libressl-devel dbus-glib-devel perl libnotify-devel
|
||||||
libcanberra-devel libxml2-devel pciutils-devel libproxy-devel
|
libcanberra-devel libxml2-devel pciutils-devel libproxy-devel
|
||||||
iso-codes python3-devel $(vopt_if LuaJIT LuaJIT-devel lua-devel)"
|
iso-codes python3-devel $(vopt_if LuaJIT LuaJIT-devel lua-devel)"
|
||||||
depends="desktop-file-utils enchant"
|
depends="desktop-file-utils enchant"
|
||||||
short_desc="A GTK+ based IRC client successor of Xchat"
|
short_desc="GTK+ based IRC client successor of Xchat"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://hexchat.github.io/"
|
homepage="https://hexchat.github.io/"
|
||||||
changelog="https://hexchat.readthedocs.org/en/latest/changelog.html"
|
changelog="https://hexchat.readthedocs.org/en/latest/changelog.html"
|
||||||
distfiles="https://dl.hexchat.net/hexchat/${pkgname}-${version}.tar.xz"
|
distfiles="https://dl.hexchat.net/hexchat/${pkgname}-${version}.tar.xz"
|
||||||
checksum=7792b9e52560fbd3e10d75bfb5d138a20913a87771d676d296547f1b4ac09618
|
checksum=901a9d13db5a4da69b827f6093306bbd16863dc49016f7668bd3e4506512e882
|
||||||
build_options="LuaJIT"
|
build_options="LuaJIT"
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
arm*-musl) : "LuaJIT is broken for musl cross arches" ;;
|
arm*-musl) : "LuaJIT is broken for musl cross arches" ;;
|
||||||
*) build_options_default+=" LuaJIT" ;;
|
*) build_options_default+=" LuaJIT" ;;
|
||||||
esac
|
esac
|
||||||
lib32disabled=yes
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" dbus-glib-devel libxml2-devel gdk-pixbuf perl
|
hostmakedepends+=" dbus-glib-devel libxml2-devel gdk-pixbuf perl
|
||||||
|
|
Loading…
Reference in a new issue