[notify] gobject-introspection seems bundling the source is not required and cairo is only required for some tests. partial revert to dependencies: glib meson ninja

This commit is contained in:
Danny Rawlins 2019-05-19 00:26:13 +10:00
parent c99a8bf7d9
commit 0a86b7b0bf
2 changed files with 7 additions and 11 deletions

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/VCA4x33Y9BIS5EIzpp5IYtDK5VPmupc1citPwosTUfMI9YAXoA5GnwLrk1jJ6tBJ/7kZlL28EIU++BmU+EoVgA=
SHA256 (Pkgfile) = a8be8accd2053d15057a45ad0120e5746c6b6216e53fe59049b6a580e64b19ea
SHA256 (.footprint) = c911d0ff4ad33e78923031b2db71aea1a302a4f7062087e14c03b2b4e7a38f23
RWSE3ohX2g5d/Uf/G8aX8ZqaCQK/9Rt350HpkU7B71ws1QfZm8uC0dI6ys5YR0cO4b7iG7lCUPFHKwbu8nEirGSIODkSHjln8gw=
SHA256 (Pkgfile) = 7028e47078eefd833b75bb6f56e74ca891bfdb7372152ed7178b7762f1436f39
SHA256 (.footprint) = 6eab165615d34ccf2d9c5e7949cac7411db36d15e1f939913234138d2cb755fa
SHA256 (gobject-introspection-1.58.3.tar.xz) = 025b632bbd944dcf11fc50d19a0ca086b83baf92b3e34936d008180d28cdc3c8
SHA256 (glib-2.58.3.tar.xz) = 8f43c31767e88a25da72b52a40f3301fefc49a665b56dc10ee7cc9565cbe7481

View File

@ -1,23 +1,20 @@
# Description: A middleware layer between C libraries (using GObject) and language bindings.
# URL: https://live.gnome.org/GObjectIntrospection
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: cairo
# Depends on: glib meson ninja
name=gobject-introspection
version=1.58.3
release=1
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz
https://download.gnome.org/sources/glib/2.58/glib-2.58.3.tar.xz)
release=2
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz)
build() {
cd $name-$version
meson build \
--prefix /usr \
-D cairo=true \
-D gtk_doc=false \
-D doctool=false \
-D glib_src_dir="$SRC/glib-2.58.3"
-D doctool=false
ninja -C build -j ${JOBS:-1}
DESTDIR="$PKG" ninja -C build install