# HG changeset patch # User Pascal Bellard # Date 1421319650 -3600 # Node ID 9c6168449386ea2d188a2bdc056a0c0d0bad41a3 # Parent c0ce132ba4eefee0a0bb12fa4e49bfe7ba601c69 lxqt-appswitcher: force build diff -r c0ce132ba4ee -r 9c6168449386 lxqt-appswitcher/receipt --- a/lxqt-appswitcher/receipt Thu Jan 15 01:14:17 2015 +0200 +++ b/lxqt-appswitcher/receipt Thu Jan 15 12:00:50 2015 +0100 @@ -18,6 +18,7 @@ # Rules to configure and make the package. compile_rules() { + sed -i 's|lxqt/LxQt|lxqt/LXQt/|' src/*.h src/*.cpp mkdir build; cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make &&