internal/rosa/package: azalea proposal

This commit is contained in:
mae
2026-05-23 20:50:35 -05:00
parent 689f972976
commit 0307f781a2
75 changed files with 2854 additions and 2879 deletions

View File

@@ -1,63 +1,65 @@
package dbus {
description = "a message bus system";
website = "https://www.freedesktop.org/wiki/Software/dbus";
anitya = 5356;
//az:schema mbf
version* = "1.16.2";
package dbus {
description = "a message bus system"
website = "https://www.freedesktop.org/wiki/Software/dbus"
anitya = 5356
version := "1.16.2"
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "dbus/dbus";
ref = "dbus-"+version;
checksum = "INwOuNdrDG7XW5ilW_vn8JSxEa444rRNc5ho97i84I1CNF09OmcFcV-gzbF4uCyg";
};
domain = "gitlab.freedesktop.org"
suffix = "dbus/dbus"
ref = "dbus-${version}"
checksum = "INwOuNdrDG7XW5ilW_vn8JSxEa444rRNc5ho97i84I1CNF09OmcFcV-gzbF4uCyg"
}
// OSError: [Errno 30] Read-only file system: '/usr/src/dbus/subprojects/packagecache'
writable = true;
writable
// PermissionError: [Errno 13] Permission denied: '/usr/src/dbus/subprojects/packagecache'
chmod = true;
chmod
exec = meson {
setup = {
"Depoll": "enabled";
"Dinotify": "enabled";
"Dx11_autolaunch": "disabled";
};
};
setup = endi [
"Depoll": true
"Dinotify": true
"Dx11_autolaunch": false
]
}
inputs = [
glib,
libexpat,
];
glib
libexpat
]
runtime = [
glib,
libexpat,
];
glib
libexpat
]
}
package xdg-dbus-proxy {
description = "a filtering proxy for D-Bus connections";
website = "https://github.com/flatpak/xdg-dbus-proxy";
anitya = 58434;
description = "a filtering proxy for D-Bus connections"
website = "https://github.com/flatpak/xdg-dbus-proxy"
anitya = 58434
version* = "0.1.7";
version := "0.1.7"
source = remoteGitHub {
suffix = "flatpak/xdg-dbus-proxy";
tag = version;
checksum = "UW5Pe-TP-XAaN-kTbxrkOQ7eYdmlAQlr2pdreLtPT0uwdAz-7rzDP8V_8PWuZBup";
};
suffix = "flatpak/xdg-dbus-proxy"
tag = version
checksum = "UW5Pe-TP-XAaN-kTbxrkOQ7eYdmlAQlr2pdreLtPT0uwdAz-7rzDP8V_8PWuZBup"
}
exec = meson {
setup = {
"Dman": "disabled";
};
};
setup = endi [
"Dman": false
]
}
inputs = [
dbus,
glib,
];
dbus
glib
]
runtime = [ glib ];
runtime = [ glib ]
}