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