File mingw64-localekf5.prov of Package mingw64-kf5-filesystem

#!/bin/bash
targetpkg="$1"
if [ "${targetpkg%-lang}" != "$1" ]; then
	targetpkg="${targetpkg%-lang}"
elif [ "${targetpkg%-locale}" != "$1" ]; then
	targetpkg="${targetpkg%-locale}"
else
	# discard input
	cat >/dev/null
	exit 0
fi
while read line; do
	l="${line%%/LC_MESSAGES/*}"
	l="${l##*/}"
	echo "mingw64($targetpkg:$l)"
done
openSUSE Build Service is sponsored by