diff --git a/www-client/dooble/dooble-1.56d.recipe b/www-client/dooble/dooble-1.56e.recipe similarity index 83% rename from www-client/dooble/dooble-1.56d.recipe rename to www-client/dooble/dooble-1.56e.recipe index faf16024e..54fe0164a 100644 --- a/www-client/dooble/dooble-1.56d.recipe +++ b/www-client/dooble/dooble-1.56e.recipe @@ -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 } diff --git a/www-client/dooble/patches/dooble-1.56d.patchset b/www-client/dooble/patches/dooble-1.56e.patchset similarity index 100% rename from www-client/dooble/patches/dooble-1.56d.patchset rename to www-client/dooble/patches/dooble-1.56e.patchset