mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
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:
@@ -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`"
|
||||
|
||||
Reference in New Issue
Block a user