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

2020-06-06 Thread Eli Schwartz via arch-commits
Date: Sunday, June 7, 2020 @ 04:47:30
  Author: eschwartz
Revision: 639580

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  144 +---
 sigil.install |   20 +++
 2 files changed, 86 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-07 04:47:06 UTC (rev 639579)
+++ PKGBUILD2020-06-07 04:47:30 UTC (rev 639580)
@@ -1,68 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=1.2.1
-pkgrel=1
-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-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')
-install=${pkgname}.install
-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=('5187084486513f9bd3239eb4f4961cd98192c34fe6e161f277b52511fd760861'
-'SKIP')
-b2sums=('b615304d80ae1bc8b202398e4e00e25e6f13130ba5f27239d78cb847813fac6d13ddd868ed8daa496b5a5f2f37914603b3014b2c0ecb9f8ae2f0e5f6f2bdf84b'
-'SKIP')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

-
-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 \
--DMATHJAX_DIR=/usr/share/mathjax2 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-make
-}
-
-package() {
-cd "${srcdir}"/Sigil-${pkgver}/build
-make install DESTDIR="${pkgdir}"
-
-for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-done
-install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-# 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 639579, 
sigil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-07 04:47:30 UTC (rev 639580)
@@ -0,0 +1,76 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=1.2.1
+pkgrel=2
+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-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')
+install=${pkgname}.install
+source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz;
+

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

2020-03-29 Thread Eli Schwartz via arch-commits
Date: Monday, March 30, 2020 @ 01:37:59
  Author: eschwartz
Revision: 606697

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  136 
 sigil.install |   20 
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-30 01:37:41 UTC (rev 606696)
+++ PKGBUILD2020-03-30 01:37:59 UTC (rev 606697)
@@ -1,68 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=1.1.0
-pkgrel=1
-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-lxml' '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')
-install=${pkgname}.install
-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=('b22c612464f5d3f62f850c0412183d7eba0c6f4879c3d6a521f9872b6f98da79'
-'SKIP')
-b2sums=('f5e522e6cd6335ef0a897fecdc99f40da5f6be902c02fadc8bf5817bc0e88c4bacab1075995f5da1fd6bbacb8759ab9f20c6810acfeb3736d033241d1ca6f2ed'
-'SKIP')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

-
-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 \
--DMATHJAX_DIR=/usr/share/mathjax2 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-make
-}
-
-package() {
-cd "${srcdir}"/Sigil-${pkgver}/build
-make install DESTDIR="${pkgdir}"
-
-for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-done
-install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-# 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 606696, 
sigil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-30 01:37:59 UTC (rev 606697)
@@ -0,0 +1,68 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=1.2.1
+pkgrel=1
+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-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')
+install=${pkgname}.install
+source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz;
+

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

2020-02-06 Thread Eli Schwartz via arch-commits
Date: Friday, February 7, 2020 @ 04:04:51
  Author: eschwartz
Revision: 563694

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  136 
 sigil.install |   20 
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-07 04:04:32 UTC (rev 563693)
+++ PKGBUILD2020-02-07 04:04:51 UTC (rev 563694)
@@ -1,68 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=1.0.0
-pkgrel=1
-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-lxml' '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')
-install=${pkgname}.install
-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=('431c25791c1bdfa0397a1473aa014727d40b2def7e6be236b23ef98a495b1b10'
-'SKIP')
-b2sums=('5772316d3ffc78387f7fb9db1e88397756bf82c25513246033fe71f288d619844e9316f43b7f08b914e4f59912e42eea061079cd4b468de77087bf7a8ea46be0'
-'SKIP')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

-
-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 \
--DMATHJAX_DIR=/usr/share/mathjax2 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-make
-}
-
-package() {
-cd "${srcdir}"/Sigil-${pkgver}/build
-make install DESTDIR="${pkgdir}"
-
-for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-done
-install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-# 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 563693, 
sigil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-07 04:04:51 UTC (rev 563694)
@@ -0,0 +1,68 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=1.1.0
+pkgrel=1
+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-lxml' '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')
+install=${pkgname}.install
+source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz;
+

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

2019-12-17 Thread Eli Schwartz via arch-commits
Date: Wednesday, December 18, 2019 @ 02:53:21
  Author: eschwartz
Revision: 538010

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  136 
 sigil.install |   20 
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-18 02:53:04 UTC (rev 538009)
+++ PKGBUILD2019-12-18 02:53:21 UTC (rev 538010)
@@ -1,68 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.9.18
-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-lxml' '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')
-install=${pkgname}.install
-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=('d4ac2d178fd154d9892fcb552304b20fc12d9eb4b2be5a222c6421c18720cca6'
-'SKIP')
-b2sums=('a20a1465032371f9d7e567fff03c859adf4bd2264e9d803efeb3bdeb3b097eca826daa36824370848aea50fffb2b2b74b28568f7dca926565dfd0948d7ade030'
-'SKIP')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

-
-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 \
--DMATHJAX_DIR=/usr/share/mathjax2 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-make
-}
-
-package() {
-cd "${srcdir}"/Sigil-${pkgver}/build
-make install DESTDIR="${pkgdir}"
-
-for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-done
-install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-# 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 538009, 
sigil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-18 02:53:21 UTC (rev 538010)
@@ -0,0 +1,68 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=1.0.0
+pkgrel=1
+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-lxml' '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')
+install=${pkgname}.install
+source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz;
+

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

2019-09-03 Thread Eli Schwartz via arch-commits
Date: Wednesday, September 4, 2019 @ 01:46:22
  Author: eschwartz
Revision: 507990

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  144 ++--
 sigil.install |   20 +++
 2 files changed, 78 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-04 01:46:02 UTC (rev 507989)
+++ PKGBUILD2019-09-04 01:46:22 UTC (rev 507990)
@@ -1,76 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.9.17
-pkgrel=1
-pkgdesc="WYSIWYG ebook editor"
-arch=('x86_64')
-url="https://sigil-ebook.com/;
-license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
- 'python-lxml' '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')
-install=${pkgname}.install
-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=('25ef68f979c3daca9b2a869a5ca3919b0a0f965ae2ba176f34ff93a641c3e2b2'
-'SKIP')
-b2sums=('fdba78eb1167e97c4190d7ae6d8d6de8055e0cac0e1105a3bdc1ddacbfa2f8403a293018ec464c72b8024f1ef0c1e9b230ca90586fdbb1d2fb3826e0fd327137'
-'SKIP')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

-
-prepare() {
-cd "${srcdir}"/Sigil-${pkgver}
-
-# devendor css_parser as it's a direct copy of the external package;
-# upstream maintains both and plans to switch soon
-rm -r src/Resource_Files/plugin_launchers/python/css_parser/
-}
-
-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 \
--DMATHJAX_DIR=/usr/share/mathjax \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-make
-}
-
-package() {
-cd "${srcdir}"/Sigil-${pkgver}/build
-make install DESTDIR="${pkgdir}"
-
-for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-done
-install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-# 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 507989, 
sigil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-04 01:46:22 UTC (rev 507990)
@@ -0,0 +1,68 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.9.18
+pkgrel=1
+pkgdesc="WYSIWYG ebook editor"
+arch=('x86_64')
+url="https://sigil-ebook.com/;
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
+ 'python-lxml' '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 

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

2019-08-11 Thread Alad Wenter via arch-commits
Date: Sunday, August 11, 2019 @ 20:08:13
  Author: alad
Revision: 498969

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  158 ++--
 sigil.install |   20 +++
 2 files changed, 86 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-11 20:07:52 UTC (rev 498968)
+++ PKGBUILD2019-08-11 20:08:13 UTC (rev 498969)
@@ -1,82 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.9.16
-pkgrel=2
-pkgdesc="WYSIWYG ebook editor"
-arch=('x86_64')
-url="https://sigil-ebook.com/;
-license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
- 'python-lxml' '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')
-install=${pkgname}.install
-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;
-
"https://github.com/Sigil-Ebook/Sigil/commit/aa4f6549554fb99ad062ce501afe23c51530cbf5.patch;)
-sha256sums=('c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638'
-'SKIP'
-'e2df8fb07cfd957ecff31de0a93f90c4a1aaad73f2e6c4df89112bde6e787e5c')
-b2sums=('1e784768cfe98e08ac01f5a9c11ec8254f9a0211f69ee1eb479643cc83677f6fea43745bcb158ea178ac64eec87c2e0062e783af2fe7477e2e5e8faf4db24c46'
-'SKIP'
-
'00e5bda498618d052a8bdda414bab5dc9d58fa54c22c28f7d97d1bc681b1fcbaeb0199e20d1ce4933b7220a1c6ee5ebafeb6f956ea17d4cdc5f5a61833b66faf')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

-
-prepare() {
-cd "${srcdir}"/Sigil-${pkgver}
-
-# devendor css_parser as it's a direct copy of the external package;
-# upstream maintains both and plans to switch soon
-rm -r src/Resource_Files/plugin_launchers/python/css_parser/
-
-# fix lxml 4.4 incompatibility
-patch -p1 -i ../aa4f6549554fb99ad062ce501afe23c51530cbf5.patch
-}
-
-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 \
--DMATHJAX_DIR=/usr/share/mathjax \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-make
-}
-
-package() {
-cd "${srcdir}"/Sigil-${pkgver}/build
-make install DESTDIR="${pkgdir}"
-
-for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-done
-install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-# 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 498968, 
sigil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-11 20:08:13 UTC (rev 498969)
@@ -0,0 +1,76 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.9.17
+pkgrel=1
+pkgdesc="WYSIWYG ebook editor"
+arch=('x86_64')
+url="https://sigil-ebook.com/;
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
+ 'python-lxml' 'qt5-webengine')
+makedepends=('qt5-tools' 'cmake')
+optdepends=('hunspell-en_US: for English dictionary support'
+'hyphen-en: 

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

2019-08-01 Thread Eli Schwartz via arch-commits
Date: Thursday, August 1, 2019 @ 16:08:56
  Author: eschwartz
Revision: 496456

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  158 +---
 sigil.install |   20 +++
 2 files changed, 92 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-01 16:08:36 UTC (rev 496455)
+++ PKGBUILD2019-08-01 16:08:56 UTC (rev 496456)
@@ -1,76 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.9.16
-pkgrel=1
-pkgdesc="WYSIWYG ebook editor"
-arch=('x86_64')
-url="https://sigil-ebook.com/;
-license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
- 'python-lxml' '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')
-install=${pkgname}.install
-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=('c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638'
-'SKIP')
-b2sums=('1e784768cfe98e08ac01f5a9c11ec8254f9a0211f69ee1eb479643cc83677f6fea43745bcb158ea178ac64eec87c2e0062e783af2fe7477e2e5e8faf4db24c46'
-'SKIP')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

-
-prepare() {
-cd "${srcdir}"/Sigil-${pkgver}
-
-# devendor css_parser as it's a direct copy of the external package;
-# upstream maintains both and plans to switch soon
-rm -r src/Resource_Files/plugin_launchers/python/css_parser/
-}
-
-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 \
--DMATHJAX_DIR=/usr/share/mathjax \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-make
-}
-
-package() {
-cd "${srcdir}"/Sigil-${pkgver}/build
-make install DESTDIR="${pkgdir}"
-
-for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-done
-install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-# 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 496455, 
sigil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-01 16:08:56 UTC (rev 496456)
@@ -0,0 +1,82 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.9.16
+pkgrel=2
+pkgdesc="WYSIWYG ebook editor"
+arch=('x86_64')
+url="https://sigil-ebook.com/;
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
+ 'python-lxml' '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 

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

2019-07-21 Thread Eli Schwartz via arch-commits
Date: Sunday, July 21, 2019 @ 20:06:09
  Author: eschwartz
Revision: 492498

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  151 
 sigil.install |   20 +++
 2 files changed, 86 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-21 20:05:51 UTC (rev 492497)
+++ PKGBUILD2019-07-21 20:06:09 UTC (rev 492498)
@@ -1,75 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.9.14
-pkgrel=1
-pkgdesc="WYSIWYG ebook editor"
-arch=('x86_64')
-url="https://sigil-ebook.com/;
-license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
- 'python-lxml' 'qt5-webkit' 'qt5-xmlpatterns')
-makedepends=('qt5-tools' 'qt5-svg' 'cmake')
-optdepends=('hunspell-en_US: for English dictionary support'
-'hyphen-en: for English hyphenation support in plugins'
-'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')
-install=${pkgname}.install
-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=('6da5482a6158896c7cde50d7787b7d2c681ab3afea032298ccf05f50ec803ac4'
-'SKIP')
-b2sums=('245177031688d83091d5b7fb100196b7875a3c7c4ac4f9b690960c756848ddd1d0353c3a7da1762717f66e8d47a9fdb4b68acf07295b381f4c34b393f0aade7b'
-'SKIP')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

-
-prepare() {
-cd "${srcdir}"/Sigil-${pkgver}
-
-# devendor css_parser as it's a direct copy of the external package;
-# upstream maintains both and plans to switch soon
-rm -r src/Resource_Files/plugin_launchers/python/css_parser/
-}
-
-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 \
--DMATHJAX_DIR=/usr/share/mathjax \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-make
-}
-
-package() {
-cd "${srcdir}"/Sigil-${pkgver}/build
-make install DESTDIR="${pkgdir}"
-
-for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-done
-install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-# 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 492497, 
sigil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-21 20:06:09 UTC (rev 492498)
@@ -0,0 +1,76 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.9.16
+pkgrel=1
+pkgdesc="WYSIWYG ebook editor"
+arch=('x86_64')
+url="https://sigil-ebook.com/;
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
+ 'python-lxml' '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 

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

2019-06-11 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 11, 2019 @ 07:13:11
  Author: eschwartz
Revision: 480172

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  147 
 sigil.install |   20 +++
 2 files changed, 85 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-11 07:12:53 UTC (rev 480171)
+++ PKGBUILD2019-06-11 07:13:11 UTC (rev 480172)
@@ -1,72 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.9.13
-pkgrel=1
-pkgdesc="WYSIWYG ebook editor"
-arch=('x86_64')
-url="https://sigil-ebook.com/;
-license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
- 'python-lxml' 'qt5-webkit' 'qt5-xmlpatterns')
-makedepends=('qt5-tools' 'qt5-svg' 'cmake')
-optdepends=('hunspell-en: for English dictionary support'
-'hyphen-en: for English hyphenation support in plugins'
-'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')
-install=${pkgname}.install
-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=('7b9f31a6cc7ef469d6eb07cd1b16b81c06aaa4a9d27d122d7e77e35e03606777'
-'SKIP')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

-
-prepare() {
-cd "${srcdir}"/Sigil-${pkgver}
-
-# devendor css_parser as it's a direct copy of the external package;
-# upstream maintains both and plans to switch soon
-rm -r src/Resource_Files/plugin_launchers/python/css_parser/
-}
-
-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 \
--DMATHJAX_DIR=/usr/share/mathjax \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-make
-}
-
-package() {
-cd "${srcdir}"/Sigil-${pkgver}/build
-make install DESTDIR="${pkgdir}"
-
-for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-done
-install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-# 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 480171, 
sigil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-11 07:13:11 UTC (rev 480172)
@@ -0,0 +1,75 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.9.14
+pkgrel=1
+pkgdesc="WYSIWYG ebook editor"
+arch=('x86_64')
+url="https://sigil-ebook.com/;
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
+ 'python-lxml' 'qt5-webkit' 'qt5-xmlpatterns')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake')
+optdepends=('hunspell-en_US: for English dictionary support'
+'hyphen-en: for English hyphenation support in plugins'
+'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')
+install=${pkgname}.install
+source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz;
+