Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / zim
Commits: cbed94dc by Jelle van der Waa at 2024-04-09T13:58:00+02:00 upgpkg: 0.75.2-3: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,32 @@ +pkgbase = zim + pkgdesc = A WYSIWYG text editor that aims at bringing the concept of a wiki to the desktop. + pkgver = 0.75.2 + pkgrel = 3 + url = https://zim-wiki.org/ + arch = any + license = GPL + license = PerlArtistic + checkdepends = xorg-server-xvfb + checkdepends = python-setuptools + depends = python + depends = python-gobject + depends = ttf-font + depends = gtk3 + depends = python-xdg + optdepends = breezy: Version Control plugin + optdepends = git: Version Control plugin + optdepends = mercurial: Version Control plugin + optdepends = gnuplot: Insert Gnuplot plugin + optdepends = ditaa: Insert Ditaa plugin + optdepends = graphviz: Insert Diagram plugin + optdepends = xdot: Link Map plugin + optdepends = gtkspell3: Spell Checker plugin + optdepends = r: Insert GNU R Plot plugin + optdepends = scrot: Insert Screenshot plugin + optdepends = lilypond: Insert Score plugin + optdepends = gtksourceview3: Source View plugin + optdepends = texlive-bin: Insert Equation plugin + source = https://www.zim-wiki.org/downloads/zim-0.75.2.tar.gz + sha256sums = 40890db05b1678d1c47178461c767224330c5b694dbddc0c24b1b178265a2dd2 + +pkgname = zim ===================================== PKGBUILD ===================================== @@ -4,13 +4,13 @@ pkgname=zim pkgver=0.75.2 -pkgrel=2 +pkgrel=3 pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to the desktop." arch=(any) license=('GPL' 'PerlArtistic') url="https://zim-wiki.org/" depends=('python' 'python-gobject' 'ttf-font' 'gtk3' 'python-xdg') -checkdepends=('xorg-server-xvfb') +checkdepends=('xorg-server-xvfb' 'python-setuptools') optdepends=('breezy: Version Control plugin' 'git: Version Control plugin' 'mercurial: Version Control plugin' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zim/-/commit/cbed94dc8cf0cf7f295afaaa4b8e42363e07f4a9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zim/-/commit/cbed94dc8cf0cf7f295afaaa4b8e42363e07f4a9 You're receiving this email because of your account on gitlab.archlinux.org.
