# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/scribus/scribus.conf # Copyright (C) 2004 - 2022 The T2 SDE Project # Copyright (C) 1998 - 2004 ROCK Linux Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- # make sure the right qt and kde libs are used # export LD_LIBRARY_PATH="$QTDIR/lib:/$prefix/lib:$LD_LIBRARY_PATH" var_append cmakeopt ' ' "-DDOCDIR=$docdir \ -DFONTCONFIG_INCLUDE_DIR=`pkgprefix includedir fontconfig` \ -DPYTHON_LIBRARY=`pkgprefix libdir python`/libpython2.6.so \ -DPYTHON_INCLUDE_PATH=`pkgprefix includedir python`/python2.6/" if [ "$SDECFG_PKG_QT_STL" = 0 ]; then var_append patchfiles " " "$confdir/stl.diff" fi