# sigil/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following command was used: ocgitfetch --run \ --deletegit \ https://github.com/Sigil-Ebook/Sigil.git #--------------------------------------------------------------------- [buildtimes] 00.05 hours (or 002.87 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.09 hours (or 005.12 minutes) - ThinkPad W530 i7 4x2 32GB RAM #--------------------------------------------------------------------- [settings] license = See "license*.txt" in installed tree licfile = COPYING.txt setpaths = hunspell python3 qt5 sigil tmpsize = 161M #--------------------------------------------------------------------- [depends] alsa brotli bzip2 cmake double-conversion eudev expat fontconfig freetype2 graphite2 gstreamer gtkcore hunspell jpeg lcms2 libbsd libevdev libevent2 libffi libgudev libicu libinput liborc libpng libsndfile libwacom libwebp libxml2 libxslt mtdev ncurses nspr nss openssl opus pciutils pulseaudio python qt5 sqlite3 tcp-wrappers util-linux woff2 xorg xzutils zlib zstd #--------------------------------------------------------------------- [configure] mkdir obj && cd obj cmake \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ .. #--------------------------------------------------------------------- [build] cd obj smpmake make install || make install #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin PROGBASE=sigil cd $BINDIR rm -fr ../xbin/ mkdir -p ../xbin/ mv $PROGBASE ../xbin/ cp -p $PKGDIR_SPECIAL/$PROGBASE.wrapper.in $PROGBASE chmod 755 $PROGBASE #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 211108 Added package. Started with 05d34a3d1 ("git" hash). 220823 Updated to f43045970 - same as 1.9.10 230225 Updated to a2898308c