gnome-builder: update to 3.28.2.
This commit is contained in:
parent
f6315e1bf0
commit
a3ff288aed
2 changed files with 9 additions and 6 deletions
|
@ -1,9 +1,10 @@
|
|||
--- src/plugins/sysprof/gbp-sysprof-plugin.c 2018-03-14 03:10:22.000000000 +0100
|
||||
+++ src/plugins/sysprof/gbp-sysprof-plugin.c 2018-04-10 15:20:46.416250960 +0200
|
||||
@@ -16,6 +16,10 @@
|
||||
@@ -16,6 +16,11 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
+#include <stdlib.h>
|
||||
+#if !defined(__GLIBC__)
|
||||
+#include <bits/reg.h> /* for __WORDSIZE */
|
||||
+#endif
|
||||
|
@ -13,10 +14,11 @@
|
|||
#include <sysprof.h>
|
||||
--- src/plugins/sysprof/gbp-sysprof-perspective.c 2018-03-14 03:10:22.000000000 +0100
|
||||
+++ src/plugins/sysprof/gbp-sysprof-perspective.c 2018-04-10 15:12:49.793279369 +0200
|
||||
@@ -17,6 +17,9 @@
|
||||
@@ -17,6 +17,10 @@
|
||||
*/
|
||||
|
||||
#define G_LOG_DOMAIN "gbp-sysprof-perspective"
|
||||
+#include <stdlib.h>
|
||||
+#if !defined(__GLIBC__)
|
||||
+#include <bits/reg.h> /* for __WORDSIZE */
|
||||
+#endif
|
||||
|
@ -25,10 +27,11 @@
|
|||
#include <sysprof.h>
|
||||
--- src/plugins/sysprof/gbp-sysprof-workbench-addin.c 2018-03-14 03:10:22.000000000 +0100
|
||||
+++ src/plugins/sysprof/gbp-sysprof-workbench-addin.c 2018-04-10 15:19:28.473255605 +0200
|
||||
@@ -16,6 +16,10 @@
|
||||
@@ -16,6 +16,11 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
+#include <stdlib.h>
|
||||
+#if !defined(__GLIBC__)
|
||||
+#include <bits/reg.h> /* for __WORDSIZE */
|
||||
+#endif
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-builder'
|
||||
pkgname=gnome-builder
|
||||
version=3.28.0
|
||||
revision=3
|
||||
version=3.28.2
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="appdata-tools desktop-file-utils flex gobject-introspection
|
||||
gspell-devel llvm mm-common vala"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|||
homepage="https://wiki.gnome.org/Apps/Builder"
|
||||
license="GPL-2.0-or-later"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=71b7527a4297b5e4986754f5563cb9afc777bc8a890b90145c05ac93f2d6a9f8
|
||||
checksum=398baaf8b14407a666b9d9eddbe9bde0812a86479f534085080149bd3271372e
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) makedepends+=" libexecinfo-devel"
|
||||
|
|
Loading…
Reference in a new issue