Skip to content
Snippets Groups Projects
Unverified Commit ef42325b authored by alice's avatar alice
Browse files

community/glibmm: upgrade to 2.66.5

parent 94d81cee
No related branches found
No related tags found
1 merge request!39311glib,glibmm: upgrade
......@@ -2,7 +2,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=glibmm
pkgver=2.66.4
pkgver=2.66.5
pkgrel=0
pkgdesc="C++ wrapper for the GLib toolkit"
url="https://www.gtkmm.org/"
......@@ -13,7 +13,10 @@ subpackages="$pkgname-dev $pkgname-doc"
source="https://download.gnome.org/sources/glibmm/${pkgver%.*}/glibmm-$pkgver.tar.xz"
build() {
abuild-meson -Dbuild-documentation=true . output
abuild-meson \
-Db_lto=true \
-Dbuild-documentation=true \
. output
meson compile ${JOBS:+-j ${JOBS}} -C output
}
......@@ -34,5 +37,5 @@ doc() {
}
sha512sums="
9b1e0c09a11182384313ea4a7ba484ebab894528e08169a610387f207b5a7f8db9338466cd3e9eb3fa55e1c12817351ea27c39d6503208af67ba619f9d249c75 glibmm-2.66.4.tar.xz
3c1f91a1d91c23c5975254f5bf499f6752b6e3f1b056511133722cdfc853ffd2a94c375c0441dbb3f0933e7a257449ca4e365355ed580bd72d88c08d99a76684 glibmm-2.66.5.tar.xz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment