Dooble: bump version

This commit is contained in:
Sergei Reznikov
2017-12-18 15:46:42 +03:00
parent ab214017de
commit b599ca8a7e
2 changed files with 8 additions and 10 deletions

View File

@@ -3,17 +3,17 @@ DESCRIPTION="Dooble is a web browser focused on security and privacy with \
many integrated features like support for advanced options and cookie \
management, Gopher support, a FTP browser, a file manager, a download \
manager, and many others."
HOMEPAGE="http://dooble.sourceforge.net/"
HOMEPAGE="https://textbrowser.github.io/dooble/"
COPYRIGHT="Dooble"
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="https://github.com/textbrowser/dooble/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="8abf260d7f0e2bd4ab7ed857d0ff3b719aede3872f3dd1faac1ae539f554fef6"
SOURCE_DIR="dooble-$portVersion/Version 1.x"
CHECKSUM_SHA256="f61619adbda177d9b303944a930a3aacd969d314389f994a4f8e90168e86cabb"
SOURCE_DIR="dooble-$portVersion/$portVersion"
PATCHES="dooble-$portVersion.patchset"
ADDITIONAL_FILES="dooble.rdef.in"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
ARCHITECTURES="!x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
@@ -21,7 +21,7 @@ PROVIDES="
app:Dooble$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku${secondaryArchSuffix}
haiku$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
lib:libQt5Core$secondaryArchSuffix
lib:libQt5Gui$secondaryArchSuffix
@@ -71,10 +71,8 @@ BUILD()
INSTALL()
{
mkdir -p $appsDir/Dooble/lib
cp -rf ./Icons $appsDir/Dooble
cp -rf ./Images $appsDir/Dooble
cp -rf ./Translations $appsDir/Dooble
cp -f ./libSpotOn/libspoton.so $appsDir/Dooble/lib
cp -rf {Icons,Images,Translations} $appsDir/Dooble
cp -f libSpotOn/libspoton.so $appsDir/Dooble/lib
cp -f Dooble $appsDir/Dooble
local MAJOR="1"
@@ -88,5 +86,5 @@ INSTALL()
addResourcesToBinaries dooble.rdef \
$appsDir/Dooble/Dooble
addAppDeskbarSymlink $appsDir/Dooble/Dooble "Dooble"
addAppDeskbarSymlink $appsDir/Dooble/Dooble
}