glade3: update to 3.38.1
This commit is contained in:
parent
6c2f22fd4f
commit
278e30542a
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'glade3'
|
# Template file for 'glade3'
|
||||||
pkgname=glade3
|
pkgname=glade3
|
||||||
version=3.38.0
|
version=3.38.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="glade-${version}"
|
wrksrc="glade-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -15,13 +15,17 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="http://glade.gnome.org/"
|
homepage="http://glade.gnome.org/"
|
||||||
distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
|
||||||
checksum=4a914c5c0b19c2e52fd4ad15077d406dbfd6ad0245e239d7390bf87f27d9103c
|
checksum=171a50be4930d4806fc8ce7f5ce3a75b49e9916f9d3037a5b50d35799bd0cfcd
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -i meson.build -e "/python_dep/s/3.8/3.9/g"
|
||||||
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# Require running xserver
|
# Require running xserver
|
||||||
:
|
:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue