abstrakt: fix build, bump revision

Bump revision to see if now the icon will show up at HaikuDepot, see
https://github.com/haiku/haikudepotserver/issues/267
This commit is contained in:
Humdinger
2025-10-15 10:49:25 +02:00
parent c733dcdac7
commit db79a4633c

View File

@@ -1,12 +1,12 @@
SUMMARY="DuckDuckGo abstracts one fingertip away"
DESCRIPTION="Desktop App that shows the Abstract / Definition text \
from DuckDuckGo Instant Answers."
SUMMARY="DuckDuckGo 'abstracts' at your fingertip"
DESCRIPTION="A desktop application that shows the Abstract / Definition text \
of 'DuckDuckGo Instant Answers'."
HOMEPAGE="https://github.com/emctague/abstrakt"
COPYRIGHT="2018 Ethan McTague"
LICENSE="MIT"
REVISION="1"
REVISION="2"
srcGitRev="62563051df47b39f39ed2a912a2dd319f42fabf7"
SOURCE_URI="https://github.com/emctague/abstrakt/archive/$srcGitRev.tar.gz"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="3cdc7b3db08690b4f7c3eb146d6379dc341e2fcbc719a4ae6cec9d31420ecb73"
SOURCE_DIR="abstrakt-$srcGitRev"
ADDITIONAL_FILES="abstrakt.rdef.in"
@@ -48,7 +48,7 @@ defineDebugInfoPackage abstrakt$secondaryArchSuffix \
BUILD()
{
lrelease abstrakt.pro
lrelease Input.pro
mkdir -p haiku_build && cd haiku_build
qmake ../Input.pro
@@ -62,7 +62,7 @@ INSTALL()
mkdir -p $appsDir
cp Input $appsDir/Abstrakt
# Icon
# Version and icon
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
local MINOR="`echo "$portVersion" | cut -d. -f3 | cut -d~ -f1`"