* update pangomm to 2.46.4-1

This commit is contained in:
Alexander Baldeck 2024-03-08 03:35:46 +01:00
parent 7737a2173f
commit 85c7bbf053

View File

@ -3,19 +3,32 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgbase=pangomm
pkgname=(pangomm pangomm-docs)
pkgver=2.46.3
pkgname=(
pangomm
pangomm-docs
)
pkgver=2.46.4
pkgrel=1
pkgdesc="C++ bindings for Pango"
url="https://www.gtkmm.org/"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=(LGPL)
depends=(pango glibmm cairomm)
makedepends=(git meson mm-common glibmm-docs cairomm-docs)
license=(LGPL-2.1-or-later)
depends=(
cairomm
glibmm
pango
)
makedepends=(
cairomm-docs
git
glibmm-docs
meson
mm-common
)
options=(!emptydirs)
_commit=1712231caf8886d73bd64964814793f19f6e1d70 # tags/2.46.3^0
_commit=13629c78e2b3ed106bd3b3fbee3522e11bafd559 # tags/2.46.4^0
source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit")
sha256sums=('SKIP')
b2sums=('SKIP')
pkgver() {
cd pangomm
@ -27,7 +40,11 @@ prepare() {
}
build() {
arch-meson pangomm build -D maintainer-mode=true
local meson_options=(
-D maintainer-mode=true
)
arch-meson pangomm build "${meson_options[@]}"
meson compile -C build
}
@ -36,7 +53,11 @@ check() {
}
package_pangomm() {
depends+=(libsigc-2.0.so libglibmm-2.4.so libcairomm-1.0.so)
depends+=(
libcairomm-1.0.so
libglibmm-2.4.so
libsigc-2.0.so
)
provides=(libpangomm-1.4.so)
meson install -C build --destdir "$pkgdir"