diff options
Diffstat (limited to 'extra/pango')
-rwxr-xr-x | extra/pango/build | 10 | ||||
-rw-r--r-- | extra/pango/checksums | 3 | ||||
-rw-r--r-- | extra/pango/depends | 1 | ||||
-rw-r--r-- | extra/pango/meta | 3 | ||||
-rw-r--r-- | extra/pango/sources | 2 | ||||
-rw-r--r-- | extra/pango/version | 2 |
6 files changed, 14 insertions, 7 deletions
diff --git a/extra/pango/build b/extra/pango/build index bb912267..43923ce0 100755 --- a/extra/pango/build +++ b/extra/pango/build @@ -2,11 +2,13 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ - -Dgir=false \ +cl-meson \ + -Dfontconfig=enabled \ + -Dfreetype=enabled \ + -Dcairo=enabled \ + -Dxft=enabled \ -Dgtk_doc=false \ - -Dintrospection=disabled \ + -Dintrospection=enabled \ . build ninja -C build diff --git a/extra/pango/checksums b/extra/pango/checksums index 1d4cb2cd..667971b5 100644 --- a/extra/pango/checksums +++ b/extra/pango/checksums @@ -1 +1,2 @@ -d21f8b30dc8abdfc55de25656ecb88dc1105eeeb315e5e2a980dcef8010c2c80 pango-1.48.2.tar.xz +%BLAKE3 +1d025a3d857cbfcb1eb93244e1b9a6bd76b120c260096a4ec3554333e4fbef1a pango-1.54.0.tar.xz diff --git a/extra/pango/depends b/extra/pango/depends index 400e99c4..91cd9d0a 100644 --- a/extra/pango/depends +++ b/extra/pango/depends @@ -3,6 +3,7 @@ fontconfig freetype-harfbuzz fribidi glib +gobject-introspection libXft libXrender meson make diff --git a/extra/pango/meta b/extra/pango/meta new file mode 100644 index 00000000..e495c810 --- /dev/null +++ b/extra/pango/meta @@ -0,0 +1,3 @@ +description: Text rendering and layout library +license: LGPL-2.1-or-later +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/pango/sources b/extra/pango/sources index 4abe2cc2..8b41b00d 100644 --- a/extra/pango/sources +++ b/extra/pango/sources @@ -1 +1 @@ -https://download.gnome.org/sources/pango/1.48/pango-1.48.2.tar.xz +https://download.gnome.org/sources/pango/1.54/pango-1.54.0.tar.xz diff --git a/extra/pango/version b/extra/pango/version index b11d8681..67971158 100644 --- a/extra/pango/version +++ b/extra/pango/version @@ -1 +1 @@ -1.48.2 1 +1.54.0 1 |