mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 05:35:38 +00:00
Reverting to KDE 6.7
Some checks failed
Build ES-DE / Building_RetroDECK-ES-DE (push) Has been cancelled
Some checks failed
Build ES-DE / Building_RetroDECK-ES-DE (push) Has been cancelled
This commit is contained in:
parent
e17cee8bd4
commit
affd8aa447
|
@ -38,14 +38,19 @@ modules:
|
|||
tag: n5.1.4
|
||||
|
||||
- name: freeimage
|
||||
buildsystem: cmake-ninja
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=Release
|
||||
- -DCMAKE_INSTALL_PREFIX=/app
|
||||
no-autogen: true
|
||||
build-options:
|
||||
cxxflags: -std=c++14
|
||||
make-args:
|
||||
- DESTDIR=/app
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/danoli3/FreeImage.git
|
||||
tag: 3.19.7
|
||||
- type: archive
|
||||
url: http://downloads.sourceforge.net/freeimage/FreeImage3180.zip
|
||||
sha256: f41379682f9ada94ea7b34fe86bf9ee00935a3147be41b6569c9605a53e438fd
|
||||
- type: shell
|
||||
commands:
|
||||
- sed -i 's|-o root -g root ||' ./Makefile.gnu
|
||||
- sed -i 's|/usr|/app|' ./Makefile.gnu
|
||||
|
||||
- name: libgit2
|
||||
buildsystem: cmake-ninja
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
app-id: net.retrodeck.es-de
|
||||
runtime: org.kde.Platform
|
||||
runtime-version: "6.8"
|
||||
runtime-version: "6.7"
|
||||
sdk: org.kde.Sdk
|
||||
sdk-extensions:
|
||||
- org.freedesktop.Sdk.Extension.llvm18
|
||||
|
|
Loading…
Reference in a new issue