Skip to content

Commit

Permalink
gajim: update to 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
teldra committed May 18, 2022
1 parent 78f01ad commit 61b5b98
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions srcpkgs/gajim/template
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
# Template file for 'gajim'
pkgname=gajim
version=1.3.3
version=1.4.0
revision=1
wrksrc="gajim-gajim-${version}"
build_style=python3-module
hostmakedepends="gettext python3-setuptools"
depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
python3-cairo python3-precis-i18n python3-keyring python3-packaging
python3-css-parser farstream python3-dbus python3-openssl"
depends="python3-gobject python3-setuptools python3-Pillow
python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
python3-nbxmpp python3-openssl python3-css-parser python3-keyring
python3-precis-i18n python3-packaging python3-setuptools libsoup farstream
gst-plugins-base1 gst-plugins-ugly1 gst-libav gtksourceview4"
checkdepends="${depends}"
short_desc="Full featured Jabber/XMPP client"
maintainer="teldra <teldra@rotce.de>"
license="GPL-3.0-only"
homepage="https://www.gajim.org"
changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
# Does not find gdk, introspection typelib
# even wtih gdk-pixbuf in checkdepends
make_check=no
checksum=2db26fb0359f80e8d9f03116b2927f7947d873ebc950cc563195c3f22e56936c

post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}

do_check() {
python -m unittest discover -s test
}

0 comments on commit 61b5b98

Please sign in to comment.