summaryrefslogtreecommitdiff
path: root/Ports/glib
diff options
context:
space:
mode:
authorEWouters <6179932+EWouters@users.noreply.github.com>2022-06-03 15:40:33 +0200
committerLinus Groh <mail@linusgroh.de>2022-06-08 11:40:31 +0100
commit9a692aaabc17dd42fcb493ea035d2c07b4780418 (patch)
treefb42866ae417729614d227d5730e86bd8c1fcf38 /Ports/glib
parent810f363fc0903c0a11aecd63e95775a83e5471f3 (diff)
downloadserenity-9a692aaabc17dd42fcb493ea035d2c07b4780418.zip
Ports/glib: Update glib to version 2.72.2
Diffstat (limited to 'Ports/glib')
-rwxr-xr-xPorts/glib/package.sh13
1 files changed, 6 insertions, 7 deletions
diff --git a/Ports/glib/package.sh b/Ports/glib/package.sh
index bc1ac50881..b98b040113 100755
--- a/Ports/glib/package.sh
+++ b/Ports/glib/package.sh
@@ -1,11 +1,11 @@
#!/usr/bin/env -S bash ../.port_include.sh
-port=glib
-version=2.72.1
+port='glib'
+version='2.72.2'
+files="https://gitlab.gnome.org/GNOME/glib/-/archive/${version}/glib-${version}.tar.gz glib-${version}.tar.gz 256439eb4667cda778f12faa6c1726413153618336514d3633ac1e4404d627ea"
+auth_type='sha256'
+useconfigure='true'
+configopts=("--cross-file" "../cross_file-${SERENITY_ARCH}.txt")
depends=("libiconv" "libffi" "zlib" "gettext" "pcre")
-useconfigure=true
-configopts=("--cross-file" "../cross_file-$SERENITY_ARCH.txt")
-files="https://gitlab.gnome.org/GNOME/glib/-/archive/${version}/glib-${version}.tar.gz glib-${version}.tar.gz 4a345987a9ee7709417f5a5c6f4eeec2497bc2a913f14c1b9bdc403409d5ffb7"
-auth_type=sha256
configure() {
# TODO: Figure out why GCC doesn't autodetect that libgcc_s is needed.
@@ -21,6 +21,5 @@ build() {
}
install() {
- export DESTDIR=$SERENITY_BUILD_DIR/Root
run meson install -C _build
}