Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / mm-common
Commits:
679850ed by Jan Alexander Steffens (heftig) at 2026-07-02T01:49:53+02:00
1.0.8-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = mm-common
pkgdesc = Common build files of the C++ bindings
- pkgver = 1.0.7
+ pkgver = 1.0.8
pkgrel = 1
url = https://gtkmm.gnome.org/
arch = any
@@ -15,9 +15,9 @@ pkgbase = mm-common
depends = libsigc++-docs
depends = perl-xml-parser
depends = python
- source = git+https://gitlab.gnome.org/GNOME/mm-common.git#tag=1.0.7
- source =
libstdc++-15.1.0.tag::https://gcc.gnu.org/onlinedocs/gcc-15.1.0/libstdc++/api/libstdc++.tag
- b2sums =
bb7fd67f18006b9c73732adddf0aa118b0e86c4847746693e33007c6afc489ca0d1829b7dda078c8747e8cd98a0e83b5ca554c583ec1364c48845e56ab7ac354
- b2sums =
5be30b8ca19464aa11b76bce23e09c28fbf9b949b25b119dc2a6ade69273dcfd9a2bd1e098ab63e7d056e0497e70704b90a2372839b99e3561c506da8aeacdb4
+ source = git+https://gitlab.gnome.org/GNOME/mm-common.git#tag=1.0.8
+ source =
libstdc++-16.1.0.tag::https://gcc.gnu.org/onlinedocs/gcc-16.1.0/libstdc++/api/libstdc++.tag
+ b2sums =
62d0ad2228666a9aaf61b599b667b84ec8944f6dee98e6b7d89ca94eace7fb0b0d8f56f969b3915b93154c1607443ff69ab03812e903736c0b356fa58753ba11
+ b2sums =
66c7340390c7d71729f5f4d6350baa5ca999a7e5048ed56955f546fbc680b18e3548188b34256a7def0e704ba5957220bbb0287c55fb00c0288146b5e2a8662a
pkgname = mm-common
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Ionut Biru <[email protected]>
pkgname=mm-common
-pkgver=1.0.7
+pkgver=1.0.8
pkgrel=1
pkgdesc="Common build files of the C++ bindings"
url="https://gtkmm.gnome.org/"
@@ -22,14 +22,14 @@ makedepends=(
libsigc++
meson
)
-_docver=15.1.0
+_docver=16.1.0
_docurl=https://gcc.gnu.org/onlinedocs/gcc-$_docver/libstdc++/api/
source=(
"git+https://gitlab.gnome.org/GNOME/mm-common.git#tag=$pkgver"
"libstdc++-$_docver.tag::${_docurl}libstdc++.tag"
)
-b2sums=('bb7fd67f18006b9c73732adddf0aa118b0e86c4847746693e33007c6afc489ca0d1829b7dda078c8747e8cd98a0e83b5ca554c583ec1364c48845e56ab7ac354'
-
'5be30b8ca19464aa11b76bce23e09c28fbf9b949b25b119dc2a6ade69273dcfd9a2bd1e098ab63e7d056e0497e70704b90a2372839b99e3561c506da8aeacdb4')
+b2sums=('62d0ad2228666a9aaf61b599b667b84ec8944f6dee98e6b7d89ca94eace7fb0b0d8f56f969b3915b93154c1607443ff69ab03812e903736c0b356fa58753ba11'
+
'66c7340390c7d71729f5f4d6350baa5ca999a7e5048ed56955f546fbc680b18e3548188b34256a7def0e704ba5957220bbb0287c55fb00c0288146b5e2a8662a')
prepare() {
cd $pkgname
@@ -42,7 +42,11 @@ prepare() {
}
build() {
- arch-meson $pkgname build
+ local meson_options=(
+ -D use-network=false
+ )
+
+ arch-meson $pkgname build "${meson_options[@]}"
meson compile -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mm-common/-/commit/679850edcd71268b5649431c83d36dc4d4597bd5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mm-common/-/commit/679850edcd71268b5649431c83d36dc4d4597bd5
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help