Date: Thursday, March 16, 2023 @ 13:11:27
Author: alerque
Revision: 1421075
archrelease: copy trunk to community-x86_64
Added:
sigil/repos/community-x86_64/PKGBUILD
(from rev 1421074, sigil/trunk/PKGBUILD)
sigil/repos/community-x86_64/keys/
Deleted:
sigil/repos/community-x86_64/PKGBUILD
sigil/repos/community-x86_64/keys/
----------+
PKGBUILD | 144 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 71 insertions(+), 73 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-16 13:11:15 UTC (rev 1421074)
+++ PKGBUILD 2023-03-16 13:11:27 UTC (rev 1421075)
@@ -1,73 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Alad Wenter <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
-
-pkgname=sigil
-pkgver=1.9.20
-pkgrel=1
-pkgdesc='multi-platform EPUB2/EPUB3 ebook editor'
-arch=('x86_64')
-url=https://sigil-ebook.com
-_url=https://github.com/Sigil-Ebook/Sigil
-license=(GPL3)
-depends=(hicolor-icon-theme
- hunspell
- mathjax2
- minizip
- python-css-parser
- python-dulwich
- python-lxml
- qt5-svg
- qt5-webengine)
-makedepends=(cmake
- qt5-tools)
-optdepends=('hunspell-en_US: for English dictionary support'
- 'hyphen-en: for English hyphenation support in plugins'
- 'pageedit: external editor to replace BookView'
- 'python-html5lib: recommended for plugins'
- 'python-chardet: recommended for plugins'
- 'python-cssselect: recommended for plugins'
- 'python-pillow: recommended for plugins'
- 'python-regex: recommended for plugins'
- 'python-pyqt5: recommended for plugins'
- 'python-pyqt5-webengine: recommended for plugins'
- 'tk: recommended for plugins')
-_archive="${pkgname^}-$pkgver"
-source=("$_url/archive/$pkgver/$_archive.tar.gz"
- "$_url/releases/download/${pkgver}/$_archive.tar.gz.sig")
-sha256sums=('ccba86da91e7d683ef1cbc1140e99f9eec7a802c28951091624285c94337e83d'
- 'SKIP')
-b2sums=('ca0a8ba5ec9b76ea4016766872e7a70d839c2b3f24a658e90e619fd2feb01de74e05e30cdcf53c79ce92196c380da1d348ec2776f77060b18d2c664ff8171c6a'
- 'SKIP')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay
<[email protected]>
-
-prepare() {
- cd "$_archive"
- mkdir -p build
-}
-
-build() {
- cd "$_archive/build"
- cmake -G "Unix Makefiles" \
- -DUSE_SYSTEM_LIBS=1 \
- -DSYSTEM_LIBS_REQUIRED=1 \
- -DINSTALL_BUNDLED_DICTS=0 \
- -DINSTALL_HICOLOR_ICONS=1 \
- -DDISABLE_UPDATE_CHECK=1 \
- -DMATHJAX_DIR=/usr/share/mathjax2 \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_C_FLAGS:STRING="$CFLAGS" \
- -DCMAKE_CXX_FLAGS:STRING="$CXXFLAGS" \
- -DCMAKE_SKIP_RPATH=ON ..
- make
-}
-
-package() {
- cd "$_archive/build"
- make install DESTDIR="$pkgdir"
- python -m compileall
"$pkgdir/usr/share/sigil/"{plugin_launchers/python/,python3lib}
- python -O -m compileall
"$pkgdir/usr/share/sigil/"{plugin_launchers/python/,python3lib}
-}
Copied: sigil/repos/community-x86_64/PKGBUILD (from rev 1421074,
sigil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-16 13:11:27 UTC (rev 1421075)
@@ -0,0 +1,71 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Alad Wenter <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
+
+pkgname=sigil
+pkgver=1.9.30
+pkgrel=1
+pkgdesc='multi-platform EPUB2/EPUB3 ebook editor'
+arch=('x86_64')
+url=https://sigil-ebook.com
+_url=https://github.com/Sigil-Ebook/Sigil
+license=(GPL3)
+depends=(hicolor-icon-theme
+ hunspell
+ mathjax2
+ minizip
+ python-css-parser
+ python-dulwich
+ python-lxml
+ qt5-svg
+ qt5-webengine)
+makedepends=(cmake
+ qt5-tools)
+optdepends=('hunspell-en_US: for English dictionary support'
+ 'hyphen-en: for English hyphenation support in plugins'
+ 'pageedit: external editor to replace BookView'
+ 'python-html5lib: recommended for plugins'
+ 'python-chardet: recommended for plugins'
+ 'python-cssselect: recommended for plugins'
+ 'python-pillow: recommended for plugins'
+ 'python-regex: recommended for plugins'
+ 'python-pyqt5: recommended for plugins'
+ 'python-pyqt5-webengine: recommended for plugins'
+ 'tk: recommended for plugins')
+_archive="${pkgname^}-$pkgver"
+source=("$_url/archive/$pkgver/$_archive.tar.gz"
+ "$_url/releases/download/${pkgver}/$_archive.tar.gz.sig")
+sha256sums=('262c43ec0ce9ea9486fc19074dd0a687a39d9df1829732e9006d8c5fbb242458'
+ 'SKIP')
+validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay
<[email protected]>
+
+prepare() {
+ cd "$_archive"
+ mkdir -p build
+}
+
+build() {
+ cd "$_archive/build"
+ cmake -G "Unix Makefiles" \
+ -D USE_SYSTEM_LIBS=1 \
+ -D SYSTEM_LIBS_REQUIRED=1 \
+ -D INSTALL_BUNDLED_DICTS=0 \
+ -D INSTALL_HICOLOR_ICONS=1 \
+ -D DISABLE_UPDATE_CHECK=1 \
+ -D MATHJAX_DIR=/usr/share/mathjax2 \
+ -D CMAKE_INSTALL_PREFIX=/usr \
+ -D CMAKE_INSTALL_LIBDIR=lib \
+ -D CMAKE_C_FLAGS="$CFLAGS" \
+ -D CMAKE_CXX_FLAGS="$CXXFLAGS" \
+ -D CMAKE_SKIP_RPATH=ON ..
+ make
+}
+
+package() {
+ cd "$_archive/build"
+ make install DESTDIR="$pkgdir"
+ python -m compileall
"$pkgdir/usr/share/sigil/"{plugin_launchers/python/,python3lib}
+ python -O -m compileall
"$pkgdir/usr/share/sigil/"{plugin_launchers/python/,python3lib}
+}