|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
|
|
|
|
|
pkgbase=pangomm |
|
|
|
|
pkgname=(pangomm pangomm-docs) |
|
|
|
|
pkgver=2.46.1 |
|
|
|
|
pkgrel=2 |
|
|
|
|
pkgver=2.46.2 |
|
|
|
|
pkgrel=1 |
|
|
|
|
pkgdesc="C++ bindings for Pango" |
|
|
|
|
url="https://www.gtkmm.org/" |
|
|
|
|
arch=(x86_64) |
|
|
|
@ -12,7 +12,7 @@ license=(LGPL)
|
|
|
|
|
depends=(pango glibmm cairomm) |
|
|
|
|
makedepends=(git meson mm-common glibmm-docs cairomm-docs) |
|
|
|
|
options=(!emptydirs) |
|
|
|
|
_commit=2ed5891a274b65e0ab1cf2effe556d3963870040 # tags/2.46.1^0 |
|
|
|
|
_commit=c531ef7cf5351ec14014da2480b2fd3e474eac00 # tags/2.46.2^0 |
|
|
|
|
source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit") |
|
|
|
|
sha256sums=('SKIP') |
|
|
|
|
|
|
|
|
@ -26,7 +26,7 @@ prepare() {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
build() { |
|
|
|
|
arch-meson pangomm build -D maintainer-mode=true |
|
|
|
|
artix-meson pangomm build -D maintainer-mode=true |
|
|
|
|
meson compile -C build |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|