From c320ee689786f4e0e9fa2ff2a8c55f3f90412359 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 24 Mar 2017 22:19:12 +0100 Subject: [PATCH] scribus: clean up. --- app-office/scribus/scribus-1.5.2.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-office/scribus/scribus-1.5.2.recipe b/app-office/scribus/scribus-1.5.2.recipe index dc9346bf1..68592345e 100644 --- a/app-office/scribus/scribus-1.5.2.recipe +++ b/app-office/scribus/scribus-1.5.2.recipe @@ -65,8 +65,8 @@ BUILD_REQUIRES=" devel:libfontconfig$secondaryArchSuffix devel:libjpeg$secondaryArchSuffix devel:liblcms2$secondaryArchSuffix - devel:libpodofo$secondaryArchSuffix devel:libpagemaker_0.0$secondaryArchSuffix + devel:libpodofo$secondaryArchSuffix devel:libpython2.7$secondaryArchSuffix devel:libQt5Core$secondaryArchSuffix devel:libQt5Gui$secondaryArchSuffix @@ -82,11 +82,12 @@ BUILD_REQUIRES=" " BUILD_PREREQUIRES=" cmd:cmake - cmd:make cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix + cmd:make cmd:pkg_config$secondaryArchSuffix " + BUILD() { cmake . -DCMAKE_INSTALL_PREFIX=$prefix \ @@ -98,6 +99,7 @@ BUILD() -DLIB_SUFFIX="$secondaryArchSuffix" make $jobArgs } + INSTALL() { make install