diff options
author | Jonathan Chen <jonc@chen.org.nz> | 2025-01-14 15:04:58 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-01-17 12:36:55 +0000 |
commit | cba5bfcc550296176c4176f2c273e867b884cd1f (patch) | |
tree | f1339c4bb84c123698b29724534ce55020c9f2a2 | |
parent | 923f66dbdd34b74069a69a89697a757a1b8e41d8 (diff) |
textproc/sigil: update to 2.4.0
Changelog: https://sigil-ebook.com/blog/sigil-2.4.0-released/
PR: 284041
-rw-r--r-- | textproc/sigil/Makefile | 6 | ||||
-rw-r--r-- | textproc/sigil/distinfo | 6 | ||||
-rw-r--r-- | textproc/sigil/pkg-plist | 1 |
3 files changed, 5 insertions, 8 deletions
diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index 8ac03b245820..30ad62068b3d 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -1,11 +1,7 @@ PORTNAME= sigil -DISTVERSION= 2.3.1 +DISTVERSION= 2.4.0 CATEGORIES= textproc -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 9b2773e08ba68f3d35c9f58696d8d1b78dd42e26.patch:-p1 # Fix build with Qt 6.8.x -PATCHFILES+= 08ed327cf220eca9c814ea2a65adace24a4cf3d9.patch:-p1 # Fix build with Qt 6.8.x - MAINTAINER= jonc@chen.org.nz COMMENT= WYSIWYG ePub editor WWW= https://sigil-ebook.com/ diff --git a/textproc/sigil/distinfo b/textproc/sigil/distinfo index 80562fc298b9..41439c7ce4cf 100644 --- a/textproc/sigil/distinfo +++ b/textproc/sigil/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1734401478 -SHA256 (Sigil-Ebook-Sigil-2.3.1_GH0.tar.gz) = 12e84d9a1fc41e60903557ea03801cd0004d8b75dfcebeb44c3a9b1fd8fa97ea -SIZE (Sigil-Ebook-Sigil-2.3.1_GH0.tar.gz) = 17475697 +TIMESTAMP = 1736801572 +SHA256 (Sigil-Ebook-Sigil-2.4.0_GH0.tar.gz) = 200152fcda1d72b547e8981047c51415f1bcd3b8c28b463ffd1263438391f322 +SIZE (Sigil-Ebook-Sigil-2.4.0_GH0.tar.gz) = 19135045 SHA256 (9b2773e08ba68f3d35c9f58696d8d1b78dd42e26.patch) = f9c408f486baad1d9f0349699ec04364762fb2cef9eff4703b4a374e03456c58 SIZE (9b2773e08ba68f3d35c9f58696d8d1b78dd42e26.patch) = 963 SHA256 (08ed327cf220eca9c814ea2a65adace24a4cf3d9.patch) = f26caf4362a8c336216b9448c958e6ad82ef56acb617e75e33cb2656e1bf5b42 diff --git a/textproc/sigil/pkg-plist b/textproc/sigil/pkg-plist index 324550442a19..2aec10d51005 100644 --- a/textproc/sigil/pkg-plist +++ b/textproc/sigil/pkg-plist @@ -289,6 +289,7 @@ share/pixmaps/sigil.png %%DATADIR%%/python3lib/updatechecker.py %%DATADIR%%/python3lib/xmlprocessor.py %%DATADIR%%/python3lib/xmlsanitycheck.py +%%DATADIR%%/translations/sigil_ar.qm %%DATADIR%%/translations/sigil_de.qm %%DATADIR%%/translations/sigil_en.qm %%DATADIR%%/translations/sigil_es.qm |