Skip to content

Commit 4ffd7c5

Browse files
committed
pangomm: Update to v2.58.0
Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
1 parent 3cf2867 commit 4ffd7c5

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

p/pangomm/manifest.x86_64.bin

56 Bytes
Binary file not shown.

p/pangomm/manifest.x86_64.jsonc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
"build-depends": [
77
"binary(doxygen)",
88
"binary(m4)",
9+
"binary(mm-common-get)",
910
"binary(perl)",
1011
"binary(python3)",
1112
"binary(xsltproc)",
1213
"pkgconfig(cairomm-1.16)",
1314
"pkgconfig(glibmm-2.68)",
15+
"pkgconfig(mm-common-libstdc++)",
1416
"pkgconfig(pangocairo)"
1517
],
1618
"depends": [
@@ -39,11 +41,13 @@
3941
"build-depends": [
4042
"binary(doxygen)",
4143
"binary(m4)",
44+
"binary(mm-common-get)",
4245
"binary(perl)",
4346
"binary(python3)",
4447
"binary(xsltproc)",
4548
"pkgconfig(cairomm-1.16)",
4649
"pkgconfig(glibmm-2.68)",
50+
"pkgconfig(mm-common-libstdc++)",
4751
"pkgconfig(pangocairo)"
4852
],
4953
"depends": [
@@ -122,6 +126,6 @@
122126
}
123127
},
124128
"source-name": "pangomm",
125-
"source-release": "8",
126-
"source-version": "2.56.2"
129+
"source-release": "9",
130+
"source-version": "2.58.0"
127131
}

p/pangomm/stone.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,25 @@
22
# SPDX-License-Identifier: MPL-2.0
33

44
name : pangomm
5-
version : "2.56.2"
6-
release : 8
5+
version : "2.58.0"
6+
release : 9
77
homepage : https://www.gtkmm.org
88
upstreams :
9-
- https://download.gnome.org/sources/pangomm/2.56/pangomm-2.56.2.tar.xz : f1e984c85a85b6a0e61616366521f51dd8282a072bb45d15b5084762b62f4c0e
9+
- https://download.gnome.org/sources/pangomm/2.58/pangomm-2.58.0.tar.xz : 217514c1a65035c2fce6e69e33b0d92bafa2594cc474e995a4473441b10f3a33
1010
summary : C++ API for Pango (2.48 ABI)
1111
description : |
1212
C++ API for Pango (2.48 ABI)
1313
license : LGPL-2.1-or-later
1414
builddeps :
1515
- binary(doxygen)
1616
- binary(m4)
17+
- binary(mm-common-get)
1718
- binary(perl)
1819
- binary(python3)
1920
- binary(xsltproc)
2021
- pkgconfig(cairomm-1.16)
2122
- pkgconfig(glibmm-2.68)
23+
- pkgconfig(mm-common-libstdc++)
2224
- pkgconfig(pangocairo)
2325
setup : |
2426
%meson

0 commit comments

Comments
 (0)