Browse Source
office/pandoc-bin: Updated for version 3.6.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/288/head
afhpayne
7 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
6 additions and
4 deletions
-
libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild
-
office/pandoc-bin/pandoc-bin.SlackBuild
-
office/pandoc-bin/pandoc-bin.info
|
|
@ -93,6 +93,7 @@ cd build |
|
|
|
-DLIBEXEC_INSTALL_DIR=/usr/lib${LIBDIRSUFFIX}/webkit2gtk-4.1 \ |
|
|
|
-DENABLE_GAMEPAD=OFF \ |
|
|
|
-DENABLE_MINIBROWSER=ON \ |
|
|
|
-DENABLE_SPEECH_SYNTHESIS=OFF \ |
|
|
|
-DENABLE_JOURNALD_LOG=OFF \ |
|
|
|
-DENABLE_DOCUMENTATION=OFF \ |
|
|
|
-DENABLE_BUBBLEWRAP_SANDBOX=off \ |
|
|
@ -101,6 +102,7 @@ cd build |
|
|
|
-DUSE_GTK4=OFF \ |
|
|
|
-DUSE_LIBBACKTRACE=OFF \ |
|
|
|
-DUSE_JPEGXL=OFF \ |
|
|
|
-DUSE_FLITE=OFF \ |
|
|
|
-DUSE_GSTREAMER_TRANSCODER=OFF \ |
|
|
|
-DUSE_SYSTEM_SYSPROF_CAPTURE=NO \ |
|
|
|
-Wno-dev \ |
|
|
|
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=pandoc-bin |
|
|
|
SRCNAM=pandoc |
|
|
|
VERSION=${VERSION:-3.6.3} |
|
|
|
VERSION=${VERSION:-3.6.4} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="pandoc-bin" |
|
|
|
VERSION="3.6.3" |
|
|
|
VERSION="3.6.4" |
|
|
|
HOMEPAGE="https://github.com/jgm/pandoc" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/3.6.3/pandoc-3.6.3-1-amd64.deb" |
|
|
|
MD5SUM_x86_64="65710202f0c54f5f331f877e794a4401" |
|
|
|
DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-1-amd64.deb" |
|
|
|
MD5SUM_x86_64="9b6f138c27be986e5c2af1e8e235ef8a" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Andrew Payne" |
|
|
|
EMAIL="phalange@komputermatrix.com" |