pangomm: updated to 2.46.4

This commit is contained in:
John McQuah 2024-03-15 19:18:52 +00:00
parent f63e3e975f
commit ea37293f8f
3 changed files with 12 additions and 27 deletions

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33iU0+nD1vWbcAIK79sGWfCAlNlokpH6Op1lKnRQecQpFixURim+L5/7pLhskuKxcH452lC05cDnr3NeBNBZSgU=
SHA256 (Pkgfile) = 16b7efbad56f58eee825d5b165e5cbfe829b5a3628dc576d29e53af586eec550
RWSagIOpLGJF36Ju4bTumjSlaGaImMnI7oSMWBpmljn40Eya5tXKSQ6mDOFAHiobeBKBE8oz833MmiWLzD2YxwzX9zc4F/kaPAY=
SHA256 (Pkgfile) = ee8183512647d8a547192e97298075875c09c994e9f1059ac7f8a5c887bcade8
SHA256 (.footprint) = d0102e51dc80e3c33ebd4356adc3aac9b6fdc1bed08bf2d2f8ec57ec496994f6
SHA256 (pangomm-2.46.3.tar.xz) = 410fe04d471a608f3f0273d3a17d840241d911ed0ff2c758a9859c66c6f24379
SHA256 (pango.patch) = 9089d4c0ea2900371f3ec2f0641df02de78f1deef3cc773062d7e1f31c4fe660
SHA256 (pangomm-2.46.4.tar.xz) = b92016661526424de4b9377f1512f59781f41fb16c9c0267d6133ba1cd68db22

View File

@ -4,20 +4,17 @@
# Depends on: cairomm-1.0 glibmm pango
name=pangomm
version=2.46.3
version=2.46.4
release=1
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz
pango.patch)
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
patch -d $name-$version -p1 -i $SRC/pango.patch
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
-D b_lto=true \
-D b_pie=true
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain \
-D b_lto=true \
-D b_pie=true
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
}

View File

@ -1,11 +0,0 @@
diff -urN pangomm-2.42.2.orig/untracked/pango/pangomm/attrlist.cc pangomm-2.42.2/untracked/pango/pangomm/attrlist.cc
--- pangomm-2.42.2.orig/untracked/pango/pangomm/attrlist.cc 2020-12-13 08:11:13.689664100 -0600
+++ pangomm-2.42.2/untracked/pango/pangomm/attrlist.cc 2021-12-21 13:40:02.471631496 -0600
@@ -6,6 +6,7 @@
#include <pangomm/attrlist.h>
#include <pangomm/private/attrlist_p.h>
+#include <pango-1.0/pango/pango-markup.h>
// -*- c++ -*-
/* $Id: attrlist.ccg,v 1.3 2005/11/22 15:00:17 murrayc Exp $ */