mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
parent
2d6c4fdcc3
commit
89f3605015
2 changed files with 16 additions and 3 deletions
13
srcpkgs/zim/patches/xdg-rename.patch
Normal file
13
srcpkgs/zim/patches/xdg-rename.patch
Normal file
|
@ -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
|
||||
)
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue