Date: Thursday, November 19, 2020 @ 19:50:23 Author: eschwartz Revision: 757707
archrelease: copy trunk to community-x86_64 Added: sigil/repos/community-x86_64/PKGBUILD (from rev 757706, sigil/trunk/PKGBUILD) Deleted: sigil/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 122 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 61 insertions(+), 61 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-11-19 19:50:08 UTC (rev 757706) +++ PKGBUILD 2020-11-19 19:50:23 UTC (rev 757707) @@ -1,61 +0,0 @@ -# Maintainer: Eli Schwartz <eschwa...@archlinux.org> -# Maintainer: Alad Wenter <a...@mailbox.org> -# Contributor: Giovanni Scafora <giova...@archlinux.org> -# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> - -pkgname=sigil -pkgver=1.4.1 -pkgrel=3 -pkgdesc="multi-platform EPUB2/EPUB3 ebook editor" -arch=('x86_64') -url="https://sigil-ebook.com/" -license=('GPL3') -depends=('hicolor-icon-theme' 'hunspell' 'mathjax2' 'minizip' 'python-css-parser' - 'python-dulwich' 'python-lxml' 'qt5-svg' 'qt5-webengine') -makedepends=('qt5-tools' 'cmake') -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' - 'tk: recommended for plugins') -source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz" - "https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig") -sha256sums=('8e4919bde7b0e530e12a6feb8956e92e662270187d924a0102e505e942acacb1' - 'SKIP') -b2sums=('6c904d131cd4b59bbbc0c98ef973f802c1c6b66153763c94143ac1c347ed70a112f04f6d912c2098df609a917d14cd052c3e7b0545ec94509643290a21a46cb0' - 'SKIP') -validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay <douglaslmas...@gmail.com> - -build() { - mkdir -p "${srcdir}"/Sigil-${pkgver}/build - cd "${srcdir}"/Sigil-${pkgver}/build - - cmake -G "Unix Makefiles" \ - -DUSE_SYSTEM_LIBS=1 \ - -DSYSTEM_LIBS_REQUIRED=1 \ - -DINSTALL_BUNDLED_DICTS=0 \ - -DINSTALL_HICOLOR_ICONS=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 "${srcdir}"/Sigil-${pkgver}/build - - make install DESTDIR="${pkgdir}" - - # Compile python bytecode - 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 757706, sigil/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-11-19 19:50:23 UTC (rev 757707) @@ -0,0 +1,61 @@ +# Maintainer: Eli Schwartz <eschwa...@archlinux.org> +# Maintainer: Alad Wenter <a...@mailbox.org> +# Contributor: Giovanni Scafora <giova...@archlinux.org> +# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> + +pkgname=sigil +pkgver=1.4.1 +pkgrel=4 +pkgdesc="multi-platform EPUB2/EPUB3 ebook editor" +arch=('x86_64') +url="https://sigil-ebook.com/" +license=('GPL3') +depends=('hicolor-icon-theme' 'hunspell' 'mathjax2' 'minizip' 'python-css-parser' + 'python-dulwich' 'python-lxml' 'qt5-svg' 'qt5-webengine') +makedepends=('qt5-tools' 'cmake') +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' + 'tk: recommended for plugins') +source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz" + "https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig") +sha256sums=('8e4919bde7b0e530e12a6feb8956e92e662270187d924a0102e505e942acacb1' + 'SKIP') +b2sums=('6c904d131cd4b59bbbc0c98ef973f802c1c6b66153763c94143ac1c347ed70a112f04f6d912c2098df609a917d14cd052c3e7b0545ec94509643290a21a46cb0' + 'SKIP') +validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay <douglaslmas...@gmail.com> + +build() { + mkdir -p "${srcdir}"/Sigil-${pkgver}/build + cd "${srcdir}"/Sigil-${pkgver}/build + + cmake -G "Unix Makefiles" \ + -DUSE_SYSTEM_LIBS=1 \ + -DSYSTEM_LIBS_REQUIRED=1 \ + -DINSTALL_BUNDLED_DICTS=0 \ + -DINSTALL_HICOLOR_ICONS=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 "${srcdir}"/Sigil-${pkgver}/build + + make install DESTDIR="${pkgdir}" + + # Compile python bytecode + python -m compileall "${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib} + python -O -m compileall "${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib} +}