Skip to content

Commit

Permalink
pango: Update to 1.56.1
Browse files Browse the repository at this point in the history
patch refresh
  • Loading branch information
lazka committed Jan 19, 2025
1 parent aaa3b85 commit 8db0722
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-pango/0001-disable-dwrite.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- pango-1.52.1/meson.build.orig 2024-03-22 07:35:38.070249300 +0100
+++ pango-1.52.1/meson.build 2024-03-22 07:35:48.181258400 +0100
--- pango-1.56.1/meson.build.orig 2025-01-19 10:14:29.953835700 +0100
+++ pango-1.56.1/meson.build 2025-01-19 10:15:38.141088700 +0100
@@ -377,7 +377,7 @@
if cairo_dep.found()
# cairo < 1.17.8 used a different name
cairo_dwrite_dep = dependency(
- ['cairo-dwrite-font', 'cairo-win32-dwrite-font'],
+ '',
version: cairo_req_version,
version: cairo_req,
required: false
)
6 changes: 3 additions & 3 deletions mingw-w64-pango/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _realname=pango
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-${_realname}-docs")
pkgver=1.56.0
pkgver=1.56.1
pkgrel=1
pkgdesc="A library for layout and rendering of text (mingw-w64)"
arch=('any')
Expand Down Expand Up @@ -33,8 +33,8 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-libthai")
source=("https://download.gnome.org/sources/pango/${pkgver:0:4}/${_realname}-${pkgver}.tar.xz"
"0001-disable-dwrite.patch")
sha256sums=('1fb98b338ee6f7cf8ef96153b7d242f4568fe60f9b7434524eca630a57bd538b'
'18f14c39d441ec8d015209a6d1daf15fd17e7504b958f808b33477e1d54d5c97')
sha256sums=('426be66460c98b8378573e7f6b0b2ab450f6bb6d2ec7cecc33ae81178f246480'
'a336324a0ebba118f88950e113e0362bb9548902898d261464fb865649cf0cc7')

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
Expand Down

0 comments on commit 8db0722

Please sign in to comment.