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

Eli Schwartz eschwartz at archlinux.org
Tue Jun 11 07:13:12 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-06-11 07:12:53 UTC (rev 480171)
+++ PKGBUILD	2019-06-11 07:13:11 UTC (rev 480172)
@@ -1,72 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
-
-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 <douglaslmassay at gmail.com>
-
-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)
+++ PKGBUILD	2019-06-11 07:13:11 UTC (rev 480172)
@@ -0,0 +1,75 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
+
+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 <douglaslmassay at gmail.com>
+
+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}
+}

Deleted: sigil.install
===================================================================
--- sigil.install	2019-06-11 07:12:53 UTC (rev 480171)
+++ sigil.install	2019-06-11 07:13:11 UTC (rev 480172)
@@ -1,10 +0,0 @@
-post_upgrade() {
-    if (( $(vercmp 0.9.13 "$2") > 0 )); then
-        cat << __EOF__
-Sigil will very possibly not work at first due to bugs in the 0.9.11 - 0.9.12 preferences code.
-Please see the following resources for migration instructions:
-  https://www.mobileread.com/forums/showthread.php?t=315748
-  https://github.com/Sigil-Ebook/Sigil/wiki#if-youre-here-because
-__EOF__
-    fi
-}

Copied: sigil/repos/community-x86_64/sigil.install (from rev 480171, sigil/trunk/sigil.install)
===================================================================
--- sigil.install	                        (rev 0)
+++ sigil.install	2019-06-11 07:13:11 UTC (rev 480172)
@@ -0,0 +1,10 @@
+post_upgrade() {
+    if (( $(vercmp 0.9.13 "$2") > 0 )); then
+        cat << __EOF__
+Sigil will very possibly not work at first due to bugs in the 0.9.11 - 0.9.12 preferences code.
+Please see the following resources for migration instructions:
+  https://www.mobileread.com/forums/showthread.php?t=315748
+  https://github.com/Sigil-Ebook/Sigil/wiki#if-youre-here-because
+__EOF__
+    fi
+}



More information about the arch-commits mailing list