gajim: update to 1.9.5.

Remove the patch as it's not needed anymore, since the failing test is
now disabled upstream.
This commit is contained in:
lissine 2024-09-19 20:26:33 +01:00 committed by classabbyamp
parent 6e528c0a43
commit e42054ff28
2 changed files with 4 additions and 19 deletions

View File

@ -1,15 +0,0 @@
--- a/test/gui/test_util.py 2024-06-10 10:03:49.000000000 +0200
+++ b/test/gui/test_util.py 2024-06-11 16:15:31.000273954 +0200
@@ -57,9 +57,9 @@
# returns 'c', not 'ch'.
# In most locales (say, any western one):
- devanagari_kshi = '\u0915\u094D' + devanagari_ssi
- self.assertEqual(
- get_first_grapheme(devanagari_kshi), '\u0915\u094D', 'क्षि -> क् ')
+ # devanagari_kshi = '\u0915\u094D' + devanagari_ssi
+ # self.assertEqual(
+ # get_first_grapheme(devanagari_kshi), '\u0915\u094D', 'क्षि -> क् ')
# This probably won't fail on *any* locale, ever, again because the
# implementation doesn't seem locale-specific.

View File

@ -1,6 +1,6 @@
# Template file for 'gajim'
pkgname=gajim
version=1.9.3
version=1.9.5
revision=1
build_style=python3-pep517
hostmakedepends="gettext python3-wheel"
@ -18,14 +18,14 @@ license="GPL-3.0-only"
homepage="https://www.gajim.org"
changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
checksum=4f15b2503a01bec70a6b6a203eb165ccb0b6abee513323270223a941da453f83
checksum=7fdf4db0eb16a7ebc679c2360f145f64e0abcff0f16913c45f92c8eb8d87563c
post_build() {
./pep517build/build_metadata.py -o dist/metadata
./make.py build --dist=unix
}
post_install() {
./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr
./make.py install --dist=unix --prefix=$DESTDIR/usr
vdoc "${FILESDIR}/README.voidlinux"
}