From f95366002f66244af84491b757eb24c51fb79004 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 4 Oct 2013 14:05:12 +0000 Subject: abuild: support qt5 mkspecs --- abuild.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'abuild.in') diff --git a/abuild.in b/abuild.in index 13b4ea4..8c37ccf 100755 --- a/abuild.in +++ b/abuild.in @@ -1301,9 +1301,11 @@ default_dev() { for i in usr/include usr/lib/pkgconfig usr/share/aclocal\ usr/share/gettext usr/bin/*-config \ usr/share/vala/vapi usr/share/gir-[0-9]*\ - usr/share/qt/mkspecs \ + usr/share/qt*/mkspecs \ + usr/lib/qt*/mkspecs \ $(find -name include -type d) \ - $(find lib/ usr/ -name '*.[acho]' 2>/dev/null); do + $(find lib/ usr/ -name '*.[acho]' \ + -o -name '*.prl' 2>/dev/null); do if [ -e "$pkgdir/$i" ] || [ -L "$pkgdir/$i" ]; then d="$subpkgdir/${i%/*}" # dirname $i mkdir -p "$d" -- cgit v1.2.3-60-g2f50