New package: scribus-1.4.5
This commit is contained in:
parent
b2a64f3e9e
commit
85ddd4a081
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'scribus'
|
||||
pkgname=scribus
|
||||
version=1.4.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake pkg-config"
|
||||
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.bz2"
|
||||
checksum=9f706f0561d26bb11bbe558690ae0507cd3689e381f6e17aa9411d9c4ef58498
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's#^Icon=scribus#^Icon=/usr/share/scribus/icons/scribus.png#' scribus.desktop
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall scribus.desktop 644 usr/share/applications
|
||||
}
|
Loading…
Reference in New Issue