Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kdenlive: Add kcolorscheme and remove kdbusaddons dependency #21173

Merged
merged 1 commit into from
Jun 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions mingw-w64-kdenlive/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ _realname=kdenlive
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=24.05.1
pkgrel=1
pkgrel=2
pkgdesc="A non-linear video editor for Linux using the MLT video framework (mingw-w64)"
arch=('any')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'archlinux: kdenlive'
)
msys2_repository_url='https://invent.kde.org/multimedia/kdenlive/'
url="https://kdenlive.org/"
license=("spdx:GPL-3.0-only")
makedepends=(
Expand All @@ -21,12 +25,12 @@ depends=(
"${MINGW_PACKAGE_PREFIX}-karchive"
"${MINGW_PACKAGE_PREFIX}-kbookmarks"
"${MINGW_PACKAGE_PREFIX}-kcodecs"
"${MINGW_PACKAGE_PREFIX}-kcolorscheme"
"${MINGW_PACKAGE_PREFIX}-kcompletion"
"${MINGW_PACKAGE_PREFIX}-kconfig"
"${MINGW_PACKAGE_PREFIX}-kconfigwidgets"
"${MINGW_PACKAGE_PREFIX}-kcoreaddons"
"${MINGW_PACKAGE_PREFIX}-kcrash"
"${MINGW_PACKAGE_PREFIX}-kdbusaddons"
"${MINGW_PACKAGE_PREFIX}-kfilemetadata"
"${MINGW_PACKAGE_PREFIX}-kguiaddons"
"${MINGW_PACKAGE_PREFIX}-ki18n"
Expand Down