diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-13 14:19:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-13 14:19:59 +0300 |
commit | ae94c713f6586245bcbc04577ed9e48efe13330e (patch) | |
tree | a4d83f1f9a944a4c18ff98a71d51e4f21ed8382e /extra/pango | |
parent | d43ff66eb105360e29d3134c5d18e0d16df72ee7 (diff) | |
download | repository-ae94c713f6586245bcbc04577ed9e48efe13330e.tar.gz |
pango: bump to 1.48.3
Diffstat (limited to 'extra/pango')
-rwxr-xr-x | extra/pango/build | 4 | ||||
-rw-r--r-- | extra/pango/checksums | 2 | ||||
-rw-r--r-- | extra/pango/sources | 2 | ||||
-rw-r--r-- | extra/pango/version | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/extra/pango/build b/extra/pango/build index bb912267..72286c8f 100755 --- a/extra/pango/build +++ b/extra/pango/build @@ -2,6 +2,10 @@ 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=false \ diff --git a/extra/pango/checksums b/extra/pango/checksums index 1d4cb2cd..bbd38996 100644 --- a/extra/pango/checksums +++ b/extra/pango/checksums @@ -1 +1 @@ -d21f8b30dc8abdfc55de25656ecb88dc1105eeeb315e5e2a980dcef8010c2c80 pango-1.48.2.tar.xz +36ea145c82217c8efc954d02aa577391b1d9a5da205e0aef7ffe0461349b4b46 pango-1.48.3.tar.xz diff --git a/extra/pango/sources b/extra/pango/sources index 4abe2cc2..ea78b9e9 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.48/pango-1.48.3.tar.xz diff --git a/extra/pango/version b/extra/pango/version index b11d8681..a0aff0b8 100644 --- a/extra/pango/version +++ b/extra/pango/version @@ -1 +1 @@ -1.48.2 1 +1.48.3 1 |