mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
trojita: the commit comes after 0.7.0
This commit is contained in:
@@ -16,7 +16,7 @@ not afraid of making them work."
|
||||
HOMEPAGE="http://trojita.flaska.net/"
|
||||
COPYRIGHT="2006-2020 Trojitá developers"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="11"
|
||||
REVISION="1"
|
||||
srcGitRev="b4f24d73b68d69ae4b643d3279a9e90d991d06cc"
|
||||
SOURCE_URI="https://github.com/KDE/trojita/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="061189f877ee15b25ce0136c9a4b450cb5788a1a62875a849c4ab5030b12ec33"
|
||||
@@ -122,9 +122,9 @@ INSTALL()
|
||||
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
|
||||
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
|
||||
# For release
|
||||
#local MINOR="`echo "$portVersion" | cut -d. -f3`"
|
||||
local MINOR="`echo "$portVersion" | cut -d. -f3`"
|
||||
# For git version
|
||||
local MINOR="`echo "$portVersion" | cut -d. -f3 | cut -d~ -f1`"
|
||||
#local MINOR="`echo "$portVersion" | cut -d. -f3 | cut -d~ -f1`"
|
||||
sed \
|
||||
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \
|
||||
-e "s|@MAJOR@|$MAJOR|" \
|
||||
Reference in New Issue
Block a user