mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
dolphin24, put Deskbar link in main menu (#11118)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user