scribus: update to 1.4.7.
also, fixing crossbuild by adding qt-devel to hostmakdedepends Closes #3. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
f7cf133a45
commit
6dfc1e180f
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'scribus'
|
||||
pkgname=scribus
|
||||
version=1.4.6
|
||||
version=1.4.7
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config qt-devel"
|
||||
makedepends="qt-devel zlib-devel cairo-devel lcms2-devel cups-devel libxml2-devel
|
||||
hyphen-devel ghostscript-devel boost-devel python-devel"
|
||||
depends="ghostscript"
|
||||
short_desc="Open Source DTP (Desktop Publishing) application"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://scribus.net"
|
||||
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname/$version/$pkgname-$version.tar.xz"
|
||||
checksum=21e336500d9edc9c90ccf73087e5ef3df59ec3e4a3cbfec15367bcd8d078a19a
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://scribus.net"
|
||||
distfiles="$SOURCEFORGE_SITE/scribus/scribus/${version}/scribus-${version}.tar.xz"
|
||||
checksum=42d335b4a59c26c8ae1e3f601676baa3c42b035b8cde326d195f7a30078e5fec
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's#^Icon=scribus#^Icon=/usr/share/scribus/icons/scribus.png#' scribus.desktop
|
||||
|
|
Loading…
Reference in New Issue