mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Krusader: fix application signature
This commit is contained in:
@@ -20,7 +20,7 @@ user friendly, fast and looks great on your desktop! You should give it a try."
|
||||
HOMEPAGE="https://krusader.org/"
|
||||
COPYRIGHT="2000-2020 Krusader Krew"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/KDE/krusader/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="08e429e9f5139db8af06d1cdcc86d696e04cd6aff92535d32391568c349b72ab"
|
||||
ADDITIONAL_FILES="krusader.rdef.in"
|
||||
@@ -135,11 +135,10 @@ INSTALL()
|
||||
cd build
|
||||
make install
|
||||
|
||||
local APP_SIGNATURE="application/x-vnd.qt5-kdiff3"
|
||||
local APP_SIGNATURE="application/x-vnd.qt5-krusader"
|
||||
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
|
||||
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
|
||||
local MINOR="`echo "$portVersion" | cut -d. -f3`"
|
||||
local MINOR="0"
|
||||
local LONG_INFO="$SUMMARY"
|
||||
sed \
|
||||
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \
|
||||
|
||||
Reference in New Issue
Block a user