desktop/kwalletcli: Support for KDE 5.

This commit is contained in:
Benjamin Trigona-Harany 2021-04-17 19:48:52 +02:00 committed by Robby Workman
parent e268e12394
commit 709337e67f

View file

@ -72,7 +72,7 @@ find -L . \
mkdir -p $PKG/usr/bin $PKG/usr/man/man1
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
make KDE_VER=4 KDE_INCS="-I /usr/lib$LIBDIRSUFFIX/qt/include -I /usr/lib$LIBDIRSUFFIX/qt/include/QtCore"
make KDE_VER=5
make install MANDIR=/usr/man/man DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \