MATE: add iso-codes, libmate-desktop-2, libmate-menu, libmateweather

This commit is contained in:
Jeremy Soller 2025-11-14 18:20:06 -07:00
parent 1186e2ce00
commit 2b62a0d83c
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
4 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#TODO: move to appropriate category
[source]
tar = "https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v4.19.0/iso-codes-v4.19.0.tar.gz"
blake3 = "153cc1748c96c4c6e8a00566aa7d0a573ec45f84c9155afd162cfc7a0cd6314b"
[build]
template = "configure"

View File

@ -0,0 +1,11 @@
[source]
tar = "https://github.com/mate-desktop/mate-desktop/releases/download/v1.28.2/mate-desktop-1.28.2.tar.xz"
blake3 = "b5897e91e0ad542dc3331209bb260124c8e14d654fcdb2d9a738e9fc23d4d3fa"
[build]
dependencies = [
"dconf",
"iso-codes",
"gtk3",
]
template = "meson"

View File

@ -0,0 +1,12 @@
[source]
tar = "https://github.com/mate-desktop/mate-menus/archive/refs/tags/v1.28.0.tar.gz"
blake3 = "90b5540ec82bd9a6188d9eaf36bf1f489258aed4d35de53f3958346f892c0d7c"
[build]
dependencies = [
"glib",
]
template = "meson"
mesonflags = [
"-Dintrospection=false",
]

View File

@ -0,0 +1,19 @@
# Uses custom rev for libsoup3 support, next release should include it
[source]
tar = "https://github.com/mate-desktop/libmateweather/archive/c1c54a15545f13f3dabd2bcd303533d818905c7b.tar.gz"
blake3 = "78c3873937bb90141386d31b6c6d3e585f9f2bde6069933abffdbd9a9161707a"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"gtk3",
"libsoup",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""