mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Improve and fix recipes
This commit is contained in:
parent
b374a4e24e
commit
4b174d6f9d
@ -7,5 +7,4 @@ dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
[package]
|
||||
dependencies = ["blueprint"]
|
||||
dev-dependencies = ["blueprint"]
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# build instructions: https://docs.krita.org/en/untranslatable_pages/building_krita.html#building-on-linux
|
||||
[source]
|
||||
git = "https://invent.kde.org/graphics/krita"
|
||||
branch = "release/5.2.14"
|
||||
branch = "krita/6.0"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
@ -24,24 +24,24 @@ cmakeflags = [
|
||||
# "libpng",
|
||||
# "libtiff",
|
||||
# "libwebp",
|
||||
# "qt5-base",
|
||||
# "qt5-svg",
|
||||
# "qt6-base",
|
||||
# "qt6-svg",
|
||||
# "zlib",
|
||||
# "libmypaint",
|
||||
# "boost",
|
||||
# "libheif",
|
||||
# "libjpeg",
|
||||
# "libjxl",
|
||||
# "kf5-extra-cmake-modules",
|
||||
# "kf5-completion",
|
||||
# "kf5-config",
|
||||
# "kf5-coreaddons",
|
||||
# "kf5-crash",
|
||||
# "kf5-guiaddons",
|
||||
# "kf5-i18n",
|
||||
# "kf5-itemviews",
|
||||
# "kf5-widgetaddons",
|
||||
# "kf5-windowsystem",
|
||||
# "kf6-extra-cmake-modules",
|
||||
# "kf6-completion",
|
||||
# "kf6-config",
|
||||
# "kf6-coreaddons",
|
||||
# "kf6-crash",
|
||||
# "kf6-guiaddons",
|
||||
# "kf6-i18n",
|
||||
# "kf6-itemviews",
|
||||
# "kf6-widgetaddons",
|
||||
# "kf6-windowsystem",
|
||||
# "mlt",
|
||||
# "opencolorio",
|
||||
# "openexr",
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#TODO: verify if the crash was fixed
|
||||
[source]
|
||||
git = "https://github.com/jackpot51/qemu.git"
|
||||
shallow_clone = true
|
||||
@ -16,7 +17,7 @@ dependencies = [
|
||||
"libstdcxx",
|
||||
"mesa",
|
||||
"nghttp2",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"pcre2",
|
||||
"pixman",
|
||||
"sdl2",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user