summaryrefslogtreecommitdiff
path: root/gobject-introspection
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-05-19 00:26:13 +1000
committerDanny Rawlins <monster.romster@gmail.com>2019-05-19 00:26:13 +1000
commit0a86b7b0bf85dde461dd388f83f5f3439fb2bb23 (patch)
treec2ba0e88aae2cfa8bbdf8c97f7dc4b62cc3da8af /gobject-introspection
parentc99a8bf7d9228ba38997f5bbe37fe50e9fe04e43 (diff)
downloadopt-0a86b7b0bf85dde461dd388f83f5f3439fb2bb23.tar.gz
opt-0a86b7b0bf85dde461dd388f83f5f3439fb2bb23.tar.xz
[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
Diffstat (limited to 'gobject-introspection')
-rw-r--r--gobject-introspection/.signature7
-rw-r--r--gobject-introspection/Pkgfile11
2 files changed, 7 insertions, 11 deletions
diff --git a/gobject-introspection/.signature b/gobject-introspection/.signature
index 8e080fb84..78cb4a667 100644
--- a/gobject-introspection/.signature
+++ b/gobject-introspection/.signature
@@ -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
diff --git a/gobject-introspection/Pkgfile b/gobject-introspection/Pkgfile
index a5bd14be3..393041654 100644
--- a/gobject-introspection/Pkgfile
+++ b/gobject-introspection/Pkgfile
@@ -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

Generated by cgit