From 4508646b1a5a5c64fd9f92df3963dc99712e9e92 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Sun, 4 Oct 2020 21:08:54 -0400 Subject: [PATCH] pango: new fork to enable gobject-introspection --- pango/build | 17 +++++++++++++++++ pango/checksums | 1 + pango/depends | 9 +++++++++ pango/sources | 1 + pango/version | 1 + readme | 2 ++ 6 files changed, 31 insertions(+) create mode 100755 pango/build create mode 100644 pango/checksums create mode 100644 pango/depends create mode 100644 pango/sources create mode 100644 pango/version diff --git a/pango/build b/pango/build new file mode 100755 index 0000000..71b6746 --- /dev/null +++ b/pango/build @@ -0,0 +1,17 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +sed -i "/subdir('tests')/d" meson.build +sed -i "/subdir('examples')/d" meson.build + +meson \ + --prefix=/usr \ + -Dgir=false \ + -Dgtk_doc=false \ + -Dintrospection=true \ + -Dinstalled_tests=false \ + . build + +ninja -C build +ninja -C build install diff --git a/pango/checksums b/pango/checksums new file mode 100644 index 0000000..bd62284 --- /dev/null +++ b/pango/checksums @@ -0,0 +1 @@ +7446dc0c8a334d358959a6a4f142eb36b15dd61430442c313f9714d6a9ea1ec4 diff --git a/pango/depends b/pango/depends new file mode 100644 index 0000000..a826934 --- /dev/null +++ b/pango/depends @@ -0,0 +1,9 @@ +cairo +fontconfig +freetype-harfbuzz +fribidi +glib +libXft +libXrender +meson make +pkgconf make diff --git a/pango/sources b/pango/sources new file mode 100644 index 0000000..fa0b479 --- /dev/null +++ b/pango/sources @@ -0,0 +1 @@ +https://github.com/GNOME/pango/archive/1.46.2.tar.gz diff --git a/pango/version b/pango/version new file mode 100644 index 0000000..49efa08 --- /dev/null +++ b/pango/version @@ -0,0 +1 @@ +1.46.2 1 diff --git a/readme b/readme index dd557dc..1fd8141 100644 --- a/readme +++ b/readme @@ -34,6 +34,8 @@ libcap: fix build from community libressl: downgrade version 3.0.2 for openvpn +pango: enable gobject-introspection + # kiss commands kiss-bi: kiss bi @repo/package - hacky script to specify a package from a repo