Upgraded base/exiv2 to 0.27.5 Upgraded base/gdbm to 1.23 Upgraded base/gettext to 0.21.1 Upgraded base/git to 2.30.8 Upgraded base/glib to 2.70.3 Fixed build option in base/gnutls Upgraded base/htop to 3.2.2 Upgraded base/icu to 72.1 Upgraded base/iptables to 1.8.9, discarded old patches Upgraded base/libarchive to 3.6.2 Upgraded base/logrotate to 3.21.0 Upgraded base/make to 4.4 Discarded obsolete build options and fixed configure.local of base/mandoc Upgraded base/mozilla-nss to 3.87 and nspr which is part of it to 4.35 Upgraded base/openssl to 1.1.1t Added sha512 checksum for tar lzip file inside base/tar
36 lines
No EOL
807 B
Text
Executable file
36 lines
No EOL
807 B
Text
Executable file
app=glib
|
|
version=2.70.3
|
|
build=1sml
|
|
homepage="https://gitlab.gnome.org/GNOME/glib"
|
|
download="https://download.gnome.org/sources/glib/2.66/glib-$version.tar.xz"
|
|
desc="library of C routines"
|
|
requires="libffi util-linux pcre python3 gettext meson"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
mkdir smbuild && cd smbuild
|
|
|
|
meson .. --prefix="/" \
|
|
-Dman=false \
|
|
-Dgtk_doc=false \
|
|
-Dselinux=disabled \
|
|
-Dnls=disabled \
|
|
-Dinstalled_tests=false
|
|
|
|
ninja
|
|
DESTDIR="$pkg" ninja install
|
|
|
|
cp ../COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
993853772132feb0844e868408fa0ee803d4dad5e0827ed6410105b8746c05440313a9514d3b8d87385fe5133aacc2ff1e3e6418c0ce69c8f69f2977733f623c glib-2.70.3.tar.lz
|
|
" |