Browse Source

Scribus replaced its self-hacked rendering engine with libart, so add our libart to the package dependencies

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
09a1417f5b
  1. 6
      scribus/scribus.spec

6
scribus/scribus.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Editor
License: GPL
Version: 1.1.0
Release: 20030916
Release: 20030917
# list of sources
Source0: http://scribus.planetmirror.com/scribus-%{version}.tar.gz
@ -42,9 +42,9 @@ Patch0: scribus.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, qt, freetype
BuildPreReq: OpenPKG, openpkg >= 20030103, qt, freetype, libart
BuildPreReq: ghostscript, png, jpeg, tiff, zlib, pkgconfig
PreReq: OpenPKG, openpkg >= 20030103, qt, freetype
PreReq: OpenPKG, openpkg >= 20030103, qt, freetype, libart
PreReq: ghostscript, png, jpeg, tiff, zlib
AutoReq: no
AutoReqProv: no

Loading…
Cancel
Save