|
|
|
@ -24,7 +24,7 @@ case "${PKGNAME}" in
|
|
|
|
|
# Most TDE libraries have no prefix
|
|
|
|
|
#"libkdcraw") PREFIX="";;
|
|
|
|
|
# 3rd party dependencies
|
|
|
|
|
"dirmngr"|"esound"|"exempi"|"file"|"fileshareset"|"hk_classes"|"lcms"|"python-qt3"|"tar") PREFIX="";;
|
|
|
|
|
"dirmngr"|"esound"|"exempi"|"file"|"fileshareset"|"hk_classes"|"lcms"|"mp4v2"|"python-qt3"|"tar") PREFIX="";;
|
|
|
|
|
# Extra build stuff
|
|
|
|
|
"autoconf"|"automake"|"cmake"|"gnuchess"|"htdig"|"imlib1"|"libconfig"|"libotr3"|"libr"|"libtool2"|"lilypond"|"m4"|"mftrace"|"pan"|"pcsc-perl"|"torsocks"|"wv2") PREFIX="";;
|
|
|
|
|
# Other
|
|
|
|
@ -57,6 +57,7 @@ case "${PKGNAME}" in
|
|
|
|
|
"libkexiv2") PKGRUNTIME="${lib}kexiv2-5";;
|
|
|
|
|
"libkipi") PKGRUNTIME="${lib}kipi0";;
|
|
|
|
|
"libr") PKGRUNTIME="${lib}r";;
|
|
|
|
|
"mp4v2") PKGRUNTIME="${lib}mp4v2";;
|
|
|
|
|
"tqscintilla") PKGRUNTIME="${lib}tqscintilla7";;
|
|
|
|
|
"tqca") PKGRUNTIME="${lib}tqca1";;
|
|
|
|
|
"tqca-tls") PKGRUNTIME="${lib}tqt3-mt-tqca-tls";;
|
|
|
|
@ -103,6 +104,7 @@ if [ -n "${DEVEL}" ]; then
|
|
|
|
|
"libkexiv2") PKGDEVEL="${lib}kexiv2-devel";;
|
|
|
|
|
"libkipi") PKGDEVEL="${lib}kipi-devel";;
|
|
|
|
|
"libr") PKGDEVEL="${lib}r-devel";;
|
|
|
|
|
"mp4v2") PKGDEVEL="${lib}mp4v2-devel";;
|
|
|
|
|
"pan") PKGDEVEL="uulib-devel";;
|
|
|
|
|
"tqca") PKGDEVEL="${lib}tqca-devel";;
|
|
|
|
|
"tqscintilla") PKGDEVEL="${lib}tqscintilla-devel";;
|
|
|
|
|