gajim: update to 1.7.1.
This commit is contained in:
parent
9a4a5c58d0
commit
03a5eb3b8a
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'gajim'
|
# Template file for 'gajim'
|
||||||
pkgname=gajim
|
pkgname=gajim
|
||||||
version=1.5.3
|
version=1.7.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="gettext python3-setuptools"
|
hostmakedepends="gettext python3-wheel"
|
||||||
depends="python3-gobject python3-setuptools python3-Pillow
|
depends="python3-gobject python3-setuptools python3-Pillow
|
||||||
python3-cairo python3-dbus libsecret gsound libnm
|
python3-cairo python3-dbus libsecret gsound libnm
|
||||||
python3-nbxmpp python3-openssl python3-css-parser python3-keyring
|
python3-nbxmpp python3-openssl python3-css-parser python3-keyring
|
||||||
python3-precis-i18n python3-packaging python3-setuptools python3-distro
|
python3-precis-i18n python3-packaging python3-setuptools python3-distro
|
||||||
python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
|
python3-netifaces python3-pyasn1 python3-jeepney libsoup3 farstream gst-plugins-base1
|
||||||
gst-plugins-ugly1 gst-libav gtksourceview4"
|
gst-plugins-ugly1 gst-libav gtksourceview4"
|
||||||
checkdepends="${depends} python3-packaging"
|
checkdepends="${depends} python3-packaging"
|
||||||
short_desc="Full featured Jabber/XMPP client"
|
short_desc="Full featured Jabber/XMPP client"
|
||||||
|
@ -17,9 +17,14 @@ license="GPL-3.0-only"
|
||||||
homepage="https://www.gajim.org"
|
homepage="https://www.gajim.org"
|
||||||
changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/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=252578e7ddacee8289cf106086d96bbd7a82a0eea2091a1836efde6aa3dfb8b0
|
checksum=b9a26a353549189fe65e0bc130cf98cbc42bd7105e72ac2041cb4a7f9d7543c6
|
||||||
|
|
||||||
|
post_build() {
|
||||||
|
./pep517build/build_metadata.py -o dist/metadata
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr
|
||||||
vdoc "${FILESDIR}/README.voidlinux"
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue