https://bugs.kde.org/show_bug.cgi?id=364794

--- Comment #5 from farid <snd.no...@gmail.com> ---
I compĂ­led from an automated script from AUR. 
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=kdenlive-git

make install is there:
build() {
  cd build
  cmake ../kdenlive \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DLIB_INSTALL_DIR=lib \
    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
    -DBUILD_TESTING=OFF
  make
}

package() {
  make -C build DESTDIR="${pkgdir}" install
}

I will look further into this.

Cheers

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to