Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marian Buschsieweke
aports
Commits
98e2254a
Commit
98e2254a
authored
Oct 28, 2021
by
Andy Postnikov
Browse files
community/glibd: add patch for glib 2.70
parent
6d7cb5a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
community/glibd/APKBUILD
View file @
98e2254a
...
...
@@ -2,17 +2,18 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname
=
glibd
pkgver
=
2.3.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"D bindings for the GLib C Utility Library"
url
=
"https://github.com/gtkd-developers/GlibD"
# aarch64 fails build
arch
=
"x86_64"
# ldc
arch
=
"x86_64 aarch64"
# ldc
license
=
"GPL-3.0-or-later"
makedepends
=
"meson gobject-introspection-dev glib-dev ldc ldc-runtime gir-to-d"
subpackages
=
"
$pkgname
-dev
$pkgname
-dbg"
source
=
"https://github.com/gtkd-developers/GlibD/archive/v
$pkgver
/glibd-
$pkgver
.tar.gz
fix-sonames.patch
glib-2.68.patch"
glib-2.68.patch
glib-2.70.patch
"
builddir
=
"
$srcdir
/GlibD-
$pkgver
"
build
()
{
...
...
@@ -32,4 +33,5 @@ sha512sums="
3312eb81f6a586be4755942c23f46b23144c7ca5239a187eb30917f8e1c6726a63ecdfbe408276502f688f39dfb0f281248905a88692ec7d79875af53f893455 glibd-2.3.0.tar.gz
d97413d6615788f456eaa762e0f384ac9f3a1739d669013cf07631719783b24b4db89cdbb9f8b58bb4e49ce71a7783cf3f0cd9f9bd2879aa739d140b9b0d1c40 fix-sonames.patch
39e4eaba9fe01ae072e9c179b3e132bd241c94339ca31a47e64cda460aa9cd2ba2b59c8c25e0fb095386b10d83a033b1860afe8ca82e4a2076934a96a4a94012 glib-2.68.patch
b99b242a2749d5c6edcad6c89d52e9de298984538a6fab5bd4baadb217ed5106b3a9a9cbb75203d5516431a69a6d22885d497b0e04393e2e14c4d34609a16ec8 glib-2.70.patch
"
community/glibd/glib-2.70.patch
0 → 100644
View file @
98e2254a
--- a/src/APILookupGLib.txt
+++ b/src/APILookupGLib.txt
@@ -1985,10 +1987,6 @@
version 2.60: move: strv_equal Str
-move: string_new String
-move: string_new_len String
-move: string_sized_new String
-
move: bit_lock Thread
move: bit_trylock Thread
move: bit_unlock Thread
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment