diff --git a/pango.yaml b/pango.yaml index f4085d0d790..a478e7cb6bd 100644 --- a/pango.yaml +++ b/pango.yaml @@ -1,6 +1,6 @@ package: name: pango - version: 1.50.12 + version: 1.50.14 epoch: 0 description: library for layout and rendering of text copyright: @@ -8,6 +8,7 @@ package: scriptlets: trigger: script: FIXME + environment: contents: packages: @@ -32,17 +33,22 @@ environment: pipeline: - uses: fetch with: - expected-sha256: caef96d27bbe792a6be92727c73468d832b13da57c8071ef79b9df69ee058fe3 + expected-sha256: 1d67f205bfc318c27a29cfdfb6828568df566795df0cb51d2189cde7f2d581e8 uri: https://download.gnome.org/sources/pango/1.50/pango-${{package.version}}.tar.xz + - uses: meson/configure with: opts: | -Db_lto=true \ -Dintrospection=enabled \ -Dgtk_doc=false + - uses: meson/compile + - uses: meson/install + - uses: strip + subpackages: - name: pango-dev pipeline: @@ -52,17 +58,20 @@ subpackages: - pango - pango-tools description: pango dev + - name: pango-doc pipeline: - uses: split/manpages description: pango manpages + - name: pango-tools pipeline: - runs: | mkdir -p "${{targets.subpkgdir}}"/usr/bin mv ${{targets.destdir}}/usr/bin ${{targets.subpkgdir}}/usr/ description: pango (tools) + update: enabled: true release-monitor: - identifier: 11783 \ No newline at end of file + identifier: 11783