Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kde5.git;a=commitdiff;h=387dcf65b9bd20067d33cb5554bcf7f09580bf9c
commit 387dcf65b9bd20067d33cb5554bcf7f09580bf9c Author: crazy <[email protected]> Date: Fri Oct 13 23:55:58 2017 +0200 scribus-1.5.3-2-x86_64 * rebuild with poppler && qt5 * added upstream patches to fix the build with poppler diff --git a/source/xapps-extra/scribus/FrugalBuild b/source/xapps-extra/scribus/FrugalBuild index 291abab..11c74a0 100644 --- a/source/xapps-extra/scribus/FrugalBuild +++ b/source/xapps-extra/scribus/FrugalBuild @@ -4,19 +4,24 @@ pkgname=scribus pkgver=1.5.3 -pkgrel=1 +pkgrel=2 pkgdesc="A professional desktop publishing application." url="http://www.scribus.net" -depends=('qt5-declarative>=5.9.0' 'libcdr' 'cairo' 'libfreehand' 'poppler>=0.53.0' \ +depends=('qt5-declarative>=5.9.2' 'libcdr' 'cairo' 'libfreehand' 'poppler>=0.60.1-2' \ 'libpagemaker' 'libmspub' 'libvisio' 'python' 'librevenge' 'hunspell>=1.6.1' 'glib2' \ 'freetype2' 'fontconfig' 'podofo>=0.9.5' 'hyphen') -makedepends=('cups' 'qt5-tools>=5.9.0' 'boost>=1.61.0' 'x11-protos') +makedepends=('cups' 'qt5-tools>=5.9.2' 'boost>=1.61.0' 'x11-protos') rodepends=('ghostscript') groups=('xapps-extra') archs=('x86_64') _F_sourceforge_ext=".tar.xz" _F_sourceforge_rss_limit=100 Finclude sourceforge cmake +source+=(https://github.com/scribusproject/scribus/commit/61186c7ef083046b7e0c908952e8a773e2787d82.diff \ + https://github.com/scribusproject/scribus/commit/d82b1c989bd0e79b5611521f671adbfb94996e5e.diff) +sha1sums=('787d427e5e2c1b508e1b0a6cb9cba04075b9e5ca' \ + 'fb2d49eceda2d9c79d3ee6a52d8c749119d5348d' \ + 'c18faee708902cb35486c9eec956e6934d3da812') build() { @@ -26,7 +31,7 @@ build() CXXFLAGS+=" -Wno-deprecated -Wno-deprecated-declarations" ## detect newer hunspell - Fsed 'hunspell-1.3' 'hunspell-1.4' cmake/modules/FindHUNSPELL.cmake + Fsed 'hunspell-1.3' 'hunspell-1.6' cmake/modules/FindHUNSPELL.cmake Fsed '(Development)' '' scribus.desktop CMake_build @@ -52,6 +57,4 @@ build() Frm /usr/lib/scribus/dicts/hyph_hu.dic } -sha1sums=('787d427e5e2c1b508e1b0a6cb9cba04075b9e5ca') - # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
