mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gajim: update to 1.4.7.
This commit is contained in:
parent
82575bdf11
commit
9cfcb46f12
1 changed files with 14 additions and 10 deletions
|
@ -1,24 +1,28 @@
|
||||||
# Template file for 'gajim'
|
# Template file for 'gajim'
|
||||||
pkgname=gajim
|
pkgname=gajim
|
||||||
version=1.3.3
|
version=1.4.7
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="gajim-gajim-${version}"
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="gettext python3-setuptools"
|
hostmakedepends="gettext python3-setuptools"
|
||||||
depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
|
depends="python3-gobject python3-setuptools python3-Pillow
|
||||||
python3-cairo python3-precis-i18n python3-keyring python3-packaging
|
python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
|
||||||
python3-css-parser farstream python3-dbus python3-openssl"
|
python3-nbxmpp python3-openssl python3-css-parser python3-keyring
|
||||||
|
python3-precis-i18n python3-packaging python3-setuptools python3-distro
|
||||||
|
python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1
|
||||||
|
gst-plugins-ugly1 gst-libav gtksourceview4"
|
||||||
|
checkdepends="${depends}"
|
||||||
short_desc="Full featured Jabber/XMPP client"
|
short_desc="Full featured Jabber/XMPP client"
|
||||||
maintainer="teldra <teldra@rotce.de>"
|
maintainer="teldra <teldra@rotce.de>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://www.gajim.org"
|
homepage="https://www.gajim.org"
|
||||||
changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
|
changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
|
||||||
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
|
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
|
||||||
checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
|
checksum=1a4807bf3a34b31048824e4fff762bd1e1622f464e73a426c09684dc293684f3
|
||||||
# Does not find gdk, introspection typelib
|
|
||||||
# even wtih gdk-pixbuf in checkdepends
|
|
||||||
make_check=no
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc "${FILESDIR}/README.voidlinux"
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python -m unittest discover -s test
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue