Skip to content

Commit

Permalink
gajim: update to 1.9.5.
Browse files Browse the repository at this point in the history
Remove the patch as it's not needed anymore, since the failing test is
now disabled upstream.
  • Loading branch information
lissine0 authored and classabbyamp committed Oct 7, 2024
1 parent 6e528c0 commit e42054f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
15 changes: 0 additions & 15 deletions srcpkgs/gajim/patches/remove_broken_test.patch

This file was deleted.

8 changes: 4 additions & 4 deletions srcpkgs/gajim/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
}

Expand Down

0 comments on commit e42054f

Please sign in to comment.