Add marco

This commit is contained in:
Jeremy Soller 2025-11-14 19:18:30 -07:00
parent 7472106d53
commit e215fd83e6
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,24 @@
[source]
tar = "https://github.com/mate-desktop/marco/releases/download/v1.29.1/marco-1.29.1.tar.xz"
blake3 = "609db8d6da0ceffb67fd79a2d017be301f5cdbe441301ca5469530cdca4a7cf5"
patches = ["redox.patch"]
[build]
dependencies = [
"gtk3",
"libcanberra",
"libice",
"libmate-desktop-2",
"libsm",
"libxcomposite",
"libxcursor",
"libxdamage",
"libxinerama",
"libxres",
]
template = "meson"
[package]
dependencies = [
"zenity",
]

View File

@ -0,0 +1,12 @@
diff -ruwN source-old/meson.build source/meson.build
--- source-old/meson.build 2025-09-22 16:03:46.000000000 -0600
+++ source/meson.build 2025-11-14 19:09:08.402564648 -0700
@@ -294,7 +294,7 @@
endif
gdk_pixbuf_csource = find_program('gdk-pixbuf-csource')
-zenity = find_program('zenity')
+#Added to package depends: zenity = find_program('zenity')
libxext = cc.find_library('Xext', required: false)
if build_xsync