Skip to content

Commit d298012

Browse files
author
arch
committed
switch to kde backend
1 parent f99fbc7 commit d298012

File tree

2 files changed

+34
-8
lines changed

2 files changed

+34
-8
lines changed

build_flatpak.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22

33
sudo sysctl kernel.unprivileged_userns_clone=1
4-
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
5-
flatpak install -y flathub org.freedesktop.Platform//21.08 org.freedesktop.Sdk//21.08
6-
flatpak install -y flathub org.gnome.Platform//3.38 org.gnome.Sdk//3.38
7-
flatpak install -y flathub org.gtk.Gtk3theme.Breeze-Dark
4+
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
5+
sudo flatpak install -y flathub org.freedesktop.Platform//21.08 org.freedesktop.Sdk//21.08
6+
sudo flatpak install -y flathub org.gnome.Platform//3.38 org.gnome.Sdk//3.38
7+
sudo flatpak install -y flathub org.kde.Platform//5.15 org.kde.Sdk//5.15
8+
sudo flatpak install -y flathub org.gtk.Gtk3theme.Breeze-Dark
89
flatpak-builder --repo=repo --force-clean build-dir org.flatpak.PythonFunscriptEditor.json

org.flatpak.PythonFunscriptEditor.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"app-id": "org.flatpak.PythonFunscriptEditor",
3-
"runtime": "org.gnome.Platform",
4-
"runtime-version": "3.38",
5-
"sdk": "org.gnome.Sdk",
3+
"runtime": "org.kde.Platform",
4+
"runtime-version": "5.15",
5+
"sdk": "org.kde.Sdk",
66
"command": "runner.sh",
77
"finish-args": [
88
"--share=ipc",
@@ -175,7 +175,8 @@
175175
"sources": [
176176
{
177177
"type": "git",
178-
"url": "https://github.com/mpv-player/mpv.git"
178+
"url": "https://github.com/mpv-player/mpv.git",
179+
"commit": "171627b267bb741fafe0d06bf4dc9c6b9fe4571d"
179180
},
180181
{
181182
"type": "file",
@@ -185,6 +186,30 @@
185186
}
186187
]
187188
},
189+
{
190+
"name": "kdecoration",
191+
"buildsystem": "cmake-ninja",
192+
"builddir": true,
193+
"sources": [
194+
{
195+
"type": "git",
196+
"url": "https://invent.kde.org/kde/kdecoration.git",
197+
"commit": "70a98b43f3a866fc39c420176af90709dd34df70"
198+
}
199+
]
200+
},
201+
{
202+
"name": "breeze",
203+
"buildsystem": "cmake-ninja",
204+
"builddir": true,
205+
"sources": [
206+
{
207+
"type": "git",
208+
"url": "https://invent.kde.org/kde/breeze.git",
209+
"commit": "945ba0cc712fb1e4f68ce8862d1fbcb864f3e6fa"
210+
}
211+
]
212+
},
188213
{
189214
"name": "setup-package",
190215
"buildsystem": "simple",

0 commit comments

Comments
 (0)