diff options
Diffstat (limited to 'extra/pango')
| -rwxr-xr-x | extra/pango/build | 12 | ||||
| -rw-r--r-- | extra/pango/checksums | 3 | ||||
| -rw-r--r-- | extra/pango/meta | 3 | ||||
| -rw-r--r-- | extra/pango/sources | 2 | ||||
| -rw-r--r-- | extra/pango/version | 2 |
5 files changed, 12 insertions, 10 deletions
diff --git a/extra/pango/build b/extra/pango/build index 066a4c31..43923ce0 100755 --- a/extra/pango/build +++ b/extra/pango/build @@ -2,13 +2,11 @@ export DESTDIR="$1" -# Avoid cloning gidocgen -sed '/gidocgen_dep/,/)$/d' meson.build > meson.build.tmp -mv meson.build.tmp meson.build - -meson \ - --prefix=/usr \ - -Dgir=true \ +cl-meson \ + -Dfontconfig=enabled \ + -Dfreetype=enabled \ + -Dcairo=enabled \ + -Dxft=enabled \ -Dgtk_doc=false \ -Dintrospection=enabled \ . build diff --git a/extra/pango/checksums b/extra/pango/checksums index f71e949b..667971b5 100644 --- a/extra/pango/checksums +++ b/extra/pango/checksums @@ -1 +1,2 @@ -501e74496173c02dcd024ded7fbb3f09efd37e2a488e248aa40799424dbb3b2a pango-1.48.5.tar.xz +%BLAKE3 +1d025a3d857cbfcb1eb93244e1b9a6bd76b120c260096a4ec3554333e4fbef1a pango-1.54.0.tar.xz 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 b011b74d..8b41b00d 100644 --- a/extra/pango/sources +++ b/extra/pango/sources @@ -1 +1 @@ -https://download.gnome.org/sources/pango/1.48/pango-1.48.5.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 937b5504..67971158 100644 --- a/extra/pango/version +++ b/extra/pango/version @@ -1 +1 @@ -1.48.5 1 +1.54.0 1 |
