arianna, fix APP_SIGNATURE (#10337)

This commit is contained in:
Schrijvers Luc
2024-04-15 18:52:38 +02:00
committed by GitHub
parent 17a9f8bf22
commit 26abbf45e8

View File

@@ -4,7 +4,7 @@ discovers your books automatically, and sorts them by categories, genres and aut
HOMEPAGE="https://invent.kde.org/graphics/arianna"
COPYRIGHT="2022 Niccolò Venerandi"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="$HOMEPAGE/-/archive/v$portVersion/arianna-v$portVersion.tar.bz2"
CHECKSUM_SHA256="cff07240a8aa25e8e0e3f298ca6f5369f090198a4b16712daba411980e06c06f"
SOURCE_DIR="arianna-v$portVersion"
@@ -91,7 +91,7 @@ INSTALL()
local MINOR="`echo "$portVersion" | cut -d. -f3`"
local APP_NAME="Arianna"
local LONG_INFO="$SUMMARY"
local APP_SIGNATURE="application/x-vnd.mednaffe"
local APP_SIGNATURE="application/x-vnd.arianna"
sed \
-e "s|@MAJOR@|$MAJOR|" \
-e "s|@MIDDLE@|$MIDDLE|" \