From 89f3605015408d2f3d129a29d164103df60895bd Mon Sep 17 00:00:00 2001 From: Corey Stephan Date: Mon, 30 Jun 2025 14:57:56 -0500 Subject: [PATCH] zim: update to 0.76.3 closes: #56051 [via git-merge-pr] --- srcpkgs/zim/patches/xdg-rename.patch | 13 +++++++++++++ srcpkgs/zim/template | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/zim/patches/xdg-rename.patch diff --git a/srcpkgs/zim/patches/xdg-rename.patch b/srcpkgs/zim/patches/xdg-rename.patch new file mode 100644 index 00000000000..d7a129d4c4d --- /dev/null +++ b/srcpkgs/zim/patches/xdg-rename.patch @@ -0,0 +1,13 @@ +this is the incorrect dependency in the metadata + +--- a/setup.py ++++ b/setup.py +@@ -338,7 +338,7 @@ + scripts = scripts, + packages = collect_packages(), + data_files = collect_data_files(), +- requires = ['gi', 'xdg'], ++ requires = ['gi', 'pyxdg'], + + **py2exeoptions + ) diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template index 1bc600dae39..b886509937a 100644 --- a/srcpkgs/zim/template +++ b/srcpkgs/zim/template @@ -1,7 +1,7 @@ # Template file for 'zim' pkgname=zim -version=0.75.2 -revision=3 +version=0.76.3 +revision=1 build_style=python3-module hostmakedepends="python3-gobject python3-xdg python3-setuptools gtk+3" depends="python3-gobject python3-xdg gtk+3 desktop-file-utils" @@ -11,4 +11,4 @@ license="GPL-2.0-or-later" homepage="http://zim-wiki.org/" changelog="https://raw.githubusercontent.com/zim-desktop-wiki/zim-desktop-wiki/master/CHANGELOG.md" distfiles="https://zim-wiki.org/downloads/zim-${version}.tar.gz" -checksum=40890db05b1678d1c47178461c767224330c5b694dbddc0c24b1b178265a2dd2 +checksum=4adf09eb3f077138fe55bf26f13e6c4d993616fe424a799d1ba6be098ce4eb05