dolphin24, put Deskbar link in main menu (#11118)

This commit is contained in:
Schrijvers Luc
2024-09-13 12:21:35 +02:00
committed by GitHub
parent 97c244b269
commit 439a868858

View File

@@ -25,7 +25,7 @@ At first look, this is a simple file manager, but it has many talents. Some feat
HOMEPAGE="https://userbase.kde.org/Dolphin"
COPYRIGHT="2000-2023 KDE"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/dolphin-$portVersion.tar.xz"
CHECKSUM_SHA256="4a9d52dcd6513d2193c0c34944b270b399150f1da4ff37da06a0f8af87f6d8d7"
SOURCE_DIR="dolphin-$portVersion"
@@ -207,8 +207,6 @@ INSTALL()
rm -rf $libDir/systemd
rm -rf $dataDir/{applications,icons,metainfo}
mkdir -p "$dataDir/deskbar/menu/Applications/KDE"
local APP_SIGNATURE="application/x-vnd.kde-dolphin"
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
@@ -223,7 +221,7 @@ INSTALL()
$portDir/additional-files/dolphin.rdef.in > dolphin.rdef
addResourcesToBinaries dolphin.rdef $commandBinDir/dolphin
addAppDeskbarSymlink $commandBinDir/dolphin "KDE/Dolphin"
addAppDeskbarSymlink $commandBinDir/dolphin Dolphin
prepareInstalledDevelLibs \
libdolphinprivate \