1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-26 06:11:25 +02:00

Added experimental Sylpheed 3.8, fixed 3.7 version

This commit is contained in:
2025-09-23 14:23:36 +02:00
parent 7b8829dfe0
commit 67b71d2468
5 changed files with 55 additions and 10 deletions
@@ -6,8 +6,8 @@ EAPI="8"
inherit desktop xdg
DESCRIPTION="A lightweight email client and newsreader"
HOMEPAGE="http://sylpheed.sraoss.jp/"
SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
HOMEPAGE="https://sylpheed.sraoss.jp/"
SRC_URI="https://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0"
@@ -33,6 +33,7 @@ DEPEND="${CDEPEND}
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}/${P}-fix-incompatible-pointer-type.patch"
"${FILESDIR}"/${PN}-tls-1.3.patch
"${FILESDIR}"/${PN}-CVE-2021-37746.patch
)