gnome-chess: update to 3.32.0.
This commit is contained in:
parent
8a115eedae
commit
4805a66caf
|
@ -1,12 +0,0 @@
|
|||
--- src/portability.c 2015-06-14 08:56:28.000000000 +0200
|
||||
+++ src/portability.c 2015-08-16 07:08:47.011801803 +0200
|
||||
@@ -14,7 +14,9 @@
|
||||
#if HAVE_LINUX_PRCTL_H
|
||||
#include <signal.h>
|
||||
|
||||
+#if defined(__GLIBC__)
|
||||
#include <linux/prctl.h>
|
||||
+#endif
|
||||
#include <sys/prctl.h>
|
||||
#endif
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gnome-chess'
|
||||
pkgname=gnome-chess
|
||||
version=3.30.1
|
||||
version=3.32.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config vala glib-devel itstool librsvg-devel"
|
||||
|
@ -11,8 +11,4 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://wiki.gnome.org/Apps/Chess"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=f4f13791a0b46da5afdc9d23a3845f8ddc4ce718cf0403a901bd4f52bea9edbf
|
||||
|
||||
pre_configure() {
|
||||
vsed -e '/meson.add_install_script/d' -i meson.build
|
||||
}
|
||||
checksum=6998a9bc6cee1d7b6b203f9ec744f33c6f1983adb0b0a7b477c1bbca8936eb43
|
||||
|
|
Loading…
Reference in New Issue