Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / glibmm-2.68
Commits: 7fa85b09 by Jan Alexander Steffens (heftig) at 2023-09-12T11:06:11+02:00 2.78.0-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,20 +3,32 @@ # Contributor: Tom Newsom <[email protected]> pkgbase=glibmm-2.68 -pkgname=(glibmm-2.68 glibmm-2.68-docs) -pkgver=2.76.0 +pkgname=( + glibmm-2.68 + glibmm-2.68-docs +) +pkgver=2.78.0 pkgrel=1 pkgdesc="C++ bindings for GLib" url="https://www.gtkmm.org/" arch=(x86_64) license=(LGPL) -depends=(glib2 libsigc++-3.0) -makedepends=(git meson mm-common perl-xml-parser clang) +depends=( + glib2 + libsigc++-3.0 +) +makedepends=( + clang + git + meson + mm-common + perl-xml-parser +) checkdepends=(glib-networking) options=(!emptydirs) -_commit=d3874b1ec56d6db6b393e94daa1aded0f94d4b8b # tags/2.76.0^0 +_commit=9c376086c1921dcdd99445aef5e7334c652cc77d # tags/2.78.0^0 source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit") -sha256sums=('SKIP') +b2sums=('SKIP') pkgver() { cd glibmm @@ -28,7 +40,11 @@ prepare() { } build() { - arch-meson glibmm build -D maintainer-mode=true + local meson_options=( + -D maintainer-mode=true + ) + + arch-meson glibmm build "${meson_options[@]}" meson compile -C build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glibmm-2.68/-/commit/7fa85b09a4fd949e3c77edaf510a6681ae18dbcf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glibmm-2.68/-/commit/7fa85b09a4fd949e3c77edaf510a6681ae18dbcf You're receiving this email because of your account on gitlab.archlinux.org.
