Skip to content

Commit

Permalink
gtk-doc: Update to 1.34.0
Browse files Browse the repository at this point in the history
simple patch refresh
  • Loading branch information
lazka committed Sep 17, 2024
1 parent 3db1aca commit 4f6be8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions mingw-w64-gtk-doc/0001-exeext.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
--- gtk-doc-1.33.0/gtkdoc/meson.build.orig 2020-10-01 21:19:36.163794500 +0200
+++ gtk-doc-1.33.0/gtkdoc/meson.build 2020-10-02 11:04:43.478778000 +0200
@@ -9,7 +9,12 @@
--- gtk-doc-1.34.0/gtkdoc/meson.build.orig 2024-09-17 12:21:35.078577400 +0200
+++ gtk-doc-1.34.0/gtkdoc/meson.build 2024-09-17 12:22:11.010584300 +0200
@@ -9,7 +9,11 @@
config_py.set('XSLTPROC', xsltproc_prg_path)

config_py.set('VERSION', version)
config_py.set('VERSION', meson.project_version())
-config_py.set('EXEEXT', '')
+
+if host_machine.system() == 'windows'
+ config_py.set('EXEEXT', '.exe')
+else
Expand Down
8 changes: 4 additions & 4 deletions mingw-w64-gtk-doc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=gtk-doc
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.33.2
pkgrel=4
pkgver=1.34.0
pkgrel=1
pkgdesc="Documentation tool for public library API (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -25,8 +25,8 @@ url="https://www.gtk.org/gtk-doc/"
source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz
0001-exeext.patch
pyscript2exe.py)
sha256sums=('cc1b709a20eb030a278a1f9842a362e00402b7f834ae1df4c1998a723152bf43'
'e30928ae5f89b9a8f5a8757ea772749f25c3a445b3d7e441faa318540b6526c9'
sha256sums=('b20b72b32a80bc18c7f975c9d4c16460c2276566a0b50f87d6852dff3aa7861c'
'4256b893bfb75c2c0feabf9f941e9be06d0e8a756205e0a21b51896b8917c183'
'e57174517b08cf8f9fb4f43a381d342d23d2db3cad661107f35ca21c39b5734d')

prepare() {
Expand Down

0 comments on commit 4f6be8a

Please sign in to comment.