Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / sigil
Commits:
a0ff84ea by Antonio Rojas at 2024-12-01T11:11:37+01:00
upgpkg: 2.3.1-2: Python 3.13 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sigil
pkgdesc = multi-platform EPUB2/EPUB3 ebook editor
pkgver = 2.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://sigil-ebook.com
arch = x86_64
license = GPL3
@@ -29,8 +29,12 @@ pkgbase = sigil
optdepends = tk: recommended for plugins
source =
https://github.com/Sigil-Ebook/Sigil/archive/2.3.1/Sigil-2.3.1.tar.gz
source =
https://github.com/Sigil-Ebook/Sigil/releases/download/2.3.1/Sigil-2.3.1.tar.gz.sig
+ source = https://github.com/Sigil-Ebook/Sigil/commit/08ed327c.patch
+ source = https://github.com/Sigil-Ebook/Sigil/commit/9b2773e0.patch
validpgpkeys = B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63
sha256sums =
12e84d9a1fc41e60903557ea03801cd0004d8b75dfcebeb44c3a9b1fd8fa97ea
sha256sums = SKIP
+ sha256sums =
f26caf4362a8c336216b9448c958e6ad82ef56acb617e75e33cb2656e1bf5b42
+ sha256sums =
f9c408f486baad1d9f0349699ec04364762fb2cef9eff4703b4a374e03456c58
pkgname = sigil
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=sigil
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='multi-platform EPUB2/EPUB3 ebook editor'
arch=('x86_64')
url=https://sigil-ebook.com
@@ -37,14 +37,21 @@ optdepends=('hunspell-en_US: for English dictionary support'
'tk: recommended for plugins')
_archive="${pkgname^}-$pkgver"
source=("$_url/archive/$pkgver/$_archive.tar.gz"
- "$_url/releases/download/${pkgver}/$_archive.tar.gz.sig")
+ "$_url/releases/download/${pkgver}/$_archive.tar.gz.sig"
+ https://github.com/Sigil-Ebook/Sigil/commit/08ed327c.patch
+ https://github.com/Sigil-Ebook/Sigil/commit/9b2773e0.patch)
sha256sums=('12e84d9a1fc41e60903557ea03801cd0004d8b75dfcebeb44c3a9b1fd8fa97ea'
- 'SKIP')
+ 'SKIP'
+ 'f26caf4362a8c336216b9448c958e6ad82ef56acb617e75e33cb2656e1bf5b42'
+ 'f9c408f486baad1d9f0349699ec04364762fb2cef9eff4703b4a374e03456c58')
validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay
<[email protected]>
prepare() {
cd "$_archive"
mkdir -p build
+ # Fix build with Qt 6.8
+ patch -p1 -i ../08ed327c.patch
+ patch -p1 -i ../9b2773e0.patch
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sigil/-/commit/a0ff84eadfc01ef2542e7c202c282efd5f668dbf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sigil/-/commit/a0ff84eadfc01ef2542e7c202c282efd5f668dbf
You're receiving this email because of your account on gitlab.archlinux.org.