1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00

Fix flatpak

Update with the state of the manifest on github and install icons at the
correct location
This commit is contained in:
Carl Schwan 2024-01-30 22:26:30 +01:00
parent c7f5125410
commit 6bd103b322
10 changed files with 38 additions and 12 deletions

View File

@ -7,8 +7,21 @@
"command": "dolphin",
"tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": ["--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--filesystem=host" ],
"finish-args": [
"--device=dri",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--filesystem=host",
"--talk-name=org.freedesktop.Flatpak",
"--talk-name=org.kde.kded5",
"--talk-name=org.kde.kiod5",
"--talk-name=org.kde.JobViewServer",
"--talk-name=org.kde.kpasswdserver",
"--system-talk-name=org.freedesktop.UDisks2"
],
"modules": [
{
"name": "lmdb",
@ -32,12 +45,12 @@
"config-opts": ["-DENABLE_TESTING=OFF", "-DLMDB_DIR=/app"],
"name": "baloo",
"buildsystem": "cmake-ninja",
"builddir": true,
"builddir": true,
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/frameworks/baloo.git",
"branch": "master"
"branch": "master"
}
]
},
@ -45,20 +58,20 @@
"config-opts": ["-DENABLE_TESTING=OFF", "-DQT_MAJOR_VERSION=6", "-DLMDB_DIR=/app"],
"name": "baloo-widgets",
"buildsystem": "cmake-ninja",
"builddir": true,
"builddir": true,
"sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/baloo-widgets.git", "branch": "master"} ]
},
{
"config-opts": ["-DFLATPAK=ON"],
"config-opts": ["-DFLATPAK=ON"],
"name": "dolphin",
"buildsystem": "cmake-ninja",
"builddir": true,
"builddir": true,
"sources": [ { "type": "dir", "path": "." } ]
},
{
"name": "dolphin-plugins",
"buildsystem": "cmake-ninja",
"builddir": true,
"builddir": true,
"sources": [ { "type": "git", "url": "https://invent.kde.org/sdk/dolphin-plugins.git" } ]
}
]

View File

@ -464,9 +464,22 @@ if(FLATPAK)
target_compile_definitions(dolphin PRIVATE FLATPAK)
endif()
# Sets the icon on Windows and OSX
file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/icons/*system-file-manager.png")
ecm_add_app_icon(dolphin ICONS ${ICONS_SRCS})
# Install the icons on macOS and Windows
ecm_add_app_icon(dolphin
ICONS
icons/128-apps-org.kde.dolphin.png
icons/16-apps-org.kde.dolphin.png
icons/22-apps-org.kde.dolphin.png
icons/32-apps-org.kde.dolphin.png
icons/48-apps-org.kde.dolphin.png
icons/64-apps-org.kde.dolphin.png
DESTINATION
${KDE_INSTALL_ICONDIR}
THEME
hicolor
)
install(FILES icons/org.kde.dolphin.svg DESTINATION ${KDE_INSTALL_ICONDIR}/hicolor/scalable/apps)
target_link_libraries(dolphin
PRIVATE

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

Before

Width:  |  Height:  |  Size: 490 B

After

Width:  |  Height:  |  Size: 490 B

View File

Before

Width:  |  Height:  |  Size: 609 B

After

Width:  |  Height:  |  Size: 609 B

View File

Before

Width:  |  Height:  |  Size: 820 B

After

Width:  |  Height:  |  Size: 820 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -59,7 +59,7 @@ Name[x-test]=xxDolphinxx
Name[zh_CN]=Dolphin
Name[zh_TW]=Dolphin
Exec=dolphin %u
Icon=system-file-manager
Icon=org.kde.dolphin
Type=Application
X-DocPath=dolphin/index.html
Categories=Qt;KDE;System;FileTools;FileManager;