mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Add recipes
This commit is contained in:
parent
4407359844
commit
46e41aa3b3
5
recipes/wip/breeze-icons/recipe.toml
Normal file
5
recipes/wip/breeze-icons/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/breeze-icons-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
38
recipes/wip/kdenlive/recipe.toml
Normal file
38
recipes/wip/kdenlive/recipe.toml
Normal file
@ -0,0 +1,38 @@
|
||||
#TODO missing script for CMake, see https://invent.kde.org/multimedia/kdenlive/-/blob/master/dev-docs/build.md#build-and-install-the-projects
|
||||
[source]
|
||||
tar = "https://invent.kde.org/multimedia/kdenlive/-/archive/v23.08.3/kdenlive-v23.08.3.tar.bz2"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"mlt",
|
||||
"ffmpeg6",
|
||||
"qt5-declarative",
|
||||
"qt5-tools",
|
||||
"qt5-multimedia",
|
||||
"qt5-svg",
|
||||
"qt5-quickcontrols",
|
||||
"qt5-quickcontrols2",
|
||||
"qt5-networkauth",
|
||||
"kf5-archive",
|
||||
"kf5-bookmarks",
|
||||
"kf5-codecs",
|
||||
"kf5-config",
|
||||
"kf5-configwidgets",
|
||||
"kf5-coreaddons",
|
||||
"kf5-crash",
|
||||
"kf5-dbusaddons",
|
||||
"kf5-declarative",
|
||||
"kf5-filemetadata",
|
||||
"kf5-guiaddons",
|
||||
"kf5-iconthemes",
|
||||
"kf5-init",
|
||||
"kf5-io",
|
||||
"kf5-newstuff",
|
||||
"kf5-notifications",
|
||||
"kf5-notifyconfig",
|
||||
"kf5-purpose",
|
||||
"kf5-textwidgets",
|
||||
"kf5-widgetaddons",
|
||||
"kf5-xmlgui",
|
||||
"breeze-icons",
|
||||
]
|
||||
5
recipes/wip/kf5-archive/recipe.toml
Normal file
5
recipes/wip/kf5-archive/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, see https://invent.kde.org/frameworks/karchive/-/blob/master/INSTALL?ref_type=heads
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/karchive-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-bookmarks/recipe.toml
Normal file
5
recipes/wip/kf5-bookmarks/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kbookmarks-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-codecs/recipe.toml
Normal file
5
recipes/wip/kf5-codecs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kcodecs-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-config/recipe.toml
Normal file
5
recipes/wip/kf5-config/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kconfig-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-configwidgets/recipe.toml
Normal file
5
recipes/wip/kf5-configwidgets/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kconfigwidgets-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-coreaddons/recipe.toml
Normal file
5
recipes/wip/kf5-coreaddons/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kcoreaddons-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-crash/recipe.toml
Normal file
5
recipes/wip/kf5-crash/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kcrash-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-dbusaddons/recipe.toml
Normal file
5
recipes/wip/kf5-dbusaddons/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kdbusaddons-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-declarative/recipe.toml
Normal file
5
recipes/wip/kf5-declarative/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kdeclarative-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-filemetadata/recipe.toml
Normal file
5
recipes/wip/kf5-filemetadata/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kfilemetadata-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-guiaddons/recipe.toml
Normal file
5
recipes/wip/kf5-guiaddons/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kguiaddons-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-iconthemes/recipe.toml
Normal file
5
recipes/wip/kf5-iconthemes/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kiconthemes-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-init/recipe.toml
Normal file
5
recipes/wip/kf5-init/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kinit-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-io/recipe.toml
Normal file
5
recipes/wip/kf5-io/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kio-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-newstuff/recipe.toml
Normal file
5
recipes/wip/kf5-newstuff/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/knewstuff-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-notifications/recipe.toml
Normal file
5
recipes/wip/kf5-notifications/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/knotifications-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-notifyconfig/recipe.toml
Normal file
5
recipes/wip/kf5-notifyconfig/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/knotifyconfig-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-purpose/recipe.toml
Normal file
5
recipes/wip/kf5-purpose/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/purpose-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-textwidgets/recipe.toml
Normal file
5
recipes/wip/kf5-textwidgets/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/ktextwidgets-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-widgetaddons/recipe.toml
Normal file
5
recipes/wip/kf5-widgetaddons/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kwidgetaddons-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/kf5-xmlgui/recipe.toml
Normal file
5
recipes/wip/kf5-xmlgui/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.kde.org/stable/frameworks/5.112/kxmlgui-5.112.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/mlt/recipe.toml
Normal file
5
recipes/wip/mlt/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, see https://github.com/mltframework/mlt#readme
|
||||
[source]
|
||||
tar = "https://github.com/mltframework/mlt/releases/download/v7.22.0/mlt-7.22.0.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/qt5-networkauth/recipe.toml
Normal file
5
recipes/wip/qt5-networkauth/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtnetworkauth-everywhere-opensource-src-5.15.11.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/qt5-quickcontrols/recipe.toml
Normal file
5
recipes/wip/qt5-quickcontrols/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtquickcontrols-everywhere-opensource-src-5.15.11.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/qt5-quickcontrols2/recipe.toml
Normal file
5
recipes/wip/qt5-quickcontrols2/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtquickcontrols2-everywhere-opensource-src-5.15.11.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
Loading…
Reference in New Issue
Block a user