Skip to content

Commit

Permalink
pango: new fork to enable gobject-introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dahan committed Oct 5, 2020
1 parent ca2fc6b commit 4508646
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 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
1 change: 1 addition & 0 deletions pango/checksums
@@ -0,0 +1 @@
7446dc0c8a334d358959a6a4f142eb36b15dd61430442c313f9714d6a9ea1ec4
9 changes: 9 additions & 0 deletions pango/depends
@@ -0,0 +1,9 @@
cairo
fontconfig
freetype-harfbuzz
fribidi
glib
libXft
libXrender
meson make
pkgconf make
1 change: 1 addition & 0 deletions pango/sources
@@ -0,0 +1 @@
https://github.com/GNOME/pango/archive/1.46.2.tar.gz
1 change: 1 addition & 0 deletions pango/version
@@ -0,0 +1 @@
1.46.2 1
2 changes: 2 additions & 0 deletions readme
Expand Up @@ -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
Expand Down

0 comments on commit 4508646

Please sign in to comment.