diff --git a/recipes/wip/gnome/showtime/recipe.toml b/recipes/wip/gnome/showtime/recipe.toml index c4012a205..f17d9760d 100644 --- a/recipes/wip/gnome/showtime/recipe.toml +++ b/recipes/wip/gnome/showtime/recipe.toml @@ -7,5 +7,4 @@ dependencies = [ "gtk4", "libadwaita", ] -[package] -dependencies = ["blueprint"] +dev-dependencies = ["blueprint"] diff --git a/recipes/wip/kde/krita/recipe.toml b/recipes/wip/kde/krita/recipe.toml index c166860fc..98b5a1a3e 100644 --- a/recipes/wip/kde/krita/recipe.toml +++ b/recipes/wip/kde/krita/recipe.toml @@ -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", diff --git a/recipes/wip/vm/qemu/recipe.toml b/recipes/wip/vm/qemu/recipe.toml index 31d7010f8..39b680d88 100644 --- a/recipes/wip/vm/qemu/recipe.toml +++ b/recipes/wip/vm/qemu/recipe.toml @@ -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",