* update gtkmm3 to 3.24.9-1

This commit is contained in:
Alexander Baldeck 2024-04-08 11:24:23 +02:00
parent 9c6e687b71
commit 3b527744a9

View File

@ -7,12 +7,12 @@ pkgname=(
gtkmm3
gtkmm3-docs
)
pkgver=3.24.8
pkgver=3.24.9
pkgrel=1
pkgdesc="C++ bindings for GTK+ 3"
url="https://www.gtkmm.org/"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=(LGPL)
license=(LGPL-2.1-or-later)
depends=(
atkmm
gtk3
@ -28,10 +28,9 @@ makedepends=(
pangomm-docs
)
checkdepends=(xorg-server-xvfb)
options=(!emptydirs)
_commit=07b4229ef6f91c5b8619085a37aeb190b44ea676 # tags/3.24.8^0
_commit=2ae5c7ec2daf58f8320c411465c61c228ec8bd27 # tags/3.24.9^0
source=("git+https://gitlab.gnome.org/GNOME/gtkmm.git#commit=$_commit")
b2sums=('SKIP')
b2sums=('593d3251802bc586ff6965a3d4ae4bd082280a1f6e30b6e26578ea9ef214ea7f02a90947cd3af058414044dadda5a0c0e9a40f0319babcd3c44ace57d3708106')
pkgver() {
cd gtkmm
@ -64,6 +63,7 @@ package_gtkmm3() {
libsigc-2.0.so
)
provides=(libgtkmm-3.0.so)
options=(!emptydirs)
meson install -C build --destdir "$pkgdir"