[arch-commits] Commit in sigil/repos/community-x86_64 (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Tue May 24 20:32:19 UTC 2022


    Date: Tuesday, May 24, 2022 @ 20:32:19
  Author: alerque
Revision: 1210248

archrelease: copy trunk to community-x86_64

Added:
  sigil/repos/community-x86_64/PKGBUILD
    (from rev 1210247, sigil/trunk/PKGBUILD)
Deleted:
  sigil/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  146 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-24 20:32:11 UTC (rev 1210247)
+++ PKGBUILD	2022-05-24 20:32:19 UTC (rev 1210248)
@@ -1,73 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Alad Wenter <alad at mailbox.org>
-# Contributor: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
-
-pkgname=sigil
-pkgver=1.9.2
-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=('d1a16f33fe93cda88442c798e0c53f700fa8e2ef792dd78566392d7ad11d997f'
-            'SKIP')
-b2sums=('410b2cf1772158aa9b0d499ba54bb7fc176c479acf7e9f48c5113a4e253becab35b6b4aeaa83da249d7c36f824cb1ee9b7a2e95e29c023b37afed9e864f94134'
-        'SKIP')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay <douglaslmassay at gmail.com>
-
-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 1210247, sigil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-24 20:32:19 UTC (rev 1210248)
@@ -0,0 +1,73 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Alad Wenter <alad at mailbox.org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
+
+pkgname=sigil
+pkgver=1.9.10
+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=('35b6051d966c2848a8a031ebe691449229b3c95a56145647dc71857acc18fad5'
+            'SKIP')
+b2sums=('ef8d6b5552689f0501971563b429efa050456826ee85dbf524ecb1c1931506de95909e3443bc259353c012b3e4a2b6ce3299f20af8e65d07324818a8f208c2a8'
+        'SKIP')
+validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay <douglaslmassay at gmail.com>
+
+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}
+}



More information about the arch-commits mailing list