aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-09-21 12:05:33 +0000
committerpsykose <alice@ayaya.dev>2022-09-21 14:05:33 +0200
commitef42325b882b6ab6aecc4449e6d45e0fae9869ef (patch)
treeb9e8beae6c0601ba66359cfd6549f210854f1f99
parent94d81ceeb58cff448d489bbcbe9a6d40c9991663 (diff)
community/glibmm: upgrade to 2.66.5
-rw-r--r--community/glibmm/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/glibmm/APKBUILD b/community/glibmm/APKBUILD
index abca65adcbd..662c7a11369 100644
--- a/community/glibmm/APKBUILD
+++ b/community/glibmm/APKBUILD
@@ -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
"