mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
Claws mail : enable the litehtml viewer plugin (#11949)
* Enable the litehtml viewer plugin * Update to version 4.3.1 --------- Co-authored-by: DigitalBox98 <digitalbox098@gmail.com>
This commit is contained in:
@@ -9,9 +9,9 @@ if the required libraries are present."
|
||||
HOMEPAGE="https://www.claws-mail.org/"
|
||||
COPYRIGHT="1999-2024 the Claws Mail team and Hiroyuki Yamamoto"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://www.claws-mail.org/download.php?file=releases/claws-mail-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="95dc1d888eb916f028467fa0c3cbf45baff6678793b7bfb35fabba029d581ce1"
|
||||
CHECKSUM_SHA256="d8adf210c767ab58252dfc5ab3c69e603d7ffdb7281a1e3340d2d86062f468a6"
|
||||
SOURCE_DIR="claws-mail-$portVersion"
|
||||
PATCHES="claws_mail-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="claws_mail.rdef.in"
|
||||
@@ -39,6 +39,7 @@ REQUIRES="
|
||||
lib:libgdk_pixbuf_2.0$secondaryArchSuffix
|
||||
lib:libgio_2.0$secondaryArchSuffix
|
||||
lib:libglib_2.0$secondaryArchSuffix
|
||||
lib:libgmodule_2.0$secondaryArchSuffix
|
||||
lib:libgnutls$secondaryArchSuffix
|
||||
lib:libgobject_2.0$secondaryArchSuffix
|
||||
lib:libgpgme$secondaryArchSuffix
|
||||
@@ -51,7 +52,7 @@ REQUIRES="
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:liblber$secondaryArchSuffix
|
||||
lib:libldap$secondaryArchSuffix
|
||||
lib:libgmodule_2.0$secondaryArchSuffix
|
||||
lib:liblitehtml$secondaryArchSuffix
|
||||
lib:libnettle$secondaryArchSuffix
|
||||
lib:libpango_1.0$secondaryArchSuffix
|
||||
lib:libpangocairo_1.0$secondaryArchSuffix
|
||||
@@ -78,6 +79,7 @@ BUILD_REQUIRES="
|
||||
devel:libgdk_pixbuf_2.0$secondaryArchSuffix
|
||||
devel:libgio_2.0$secondaryArchSuffix
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
devel:libgmodule_2.0$secondaryArchSuffix
|
||||
devel:libgnutls$secondaryArchSuffix
|
||||
devel:libgobject_2.0$secondaryArchSuffix
|
||||
devel:libgpgme$secondaryArchSuffix
|
||||
@@ -90,7 +92,7 @@ BUILD_REQUIRES="
|
||||
devel:libintl$secondaryArchSuffix
|
||||
devel:liblber$secondaryArchSuffix
|
||||
devel:libldap$secondaryArchSuffix
|
||||
devel:libgmodule_2.0$secondaryArchSuffix
|
||||
devel:liblitehtml$secondaryArchSuffix
|
||||
devel:libnettle$secondaryArchSuffix
|
||||
devel:libpango_1.0$secondaryArchSuffix
|
||||
devel:libpangocairo_1.0$secondaryArchSuffix
|
||||
@@ -126,6 +128,7 @@ BUILD()
|
||||
--localedir=$dataDir/locale \
|
||||
--docdir=$developDocDir \
|
||||
--mandir=$manDir \
|
||||
--enable-litehtml_viewer-plugin \
|
||||
--disable-dillo-plugin \
|
||||
--disable-notification-plugin \
|
||||
--disable-static --with-config-dir=mail/claws-mail
|
||||
Reference in New Issue
Block a user