wok-next diff lxqt-themes/receipt @ rev 17916
fontforge: add desktop integration, remove included fonts.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 09 10:20:05 2015 +0300 (2015-04-09) |
parents | bdcd8803b305 |
children |
line diff
1.1 --- a/lxqt-themes/receipt Sat Oct 18 17:59:10 2014 +0200 1.2 +++ b/lxqt-themes/receipt Thu Apr 09 10:20:05 2015 +0300 1.3 @@ -17,4 +17,9 @@ 1.4 mkdir -p $fs/usr/share/lxqt 1.5 cp -a $install/usr/share/lxqt/themes $fs/usr/share/lxqt 1.6 rm -rf $fs/usr/share/lxqt/themes/flat 1.7 + 1.8 + # Commit after dropping Qt4: 1.9 + cd $fs/usr/share/lxqt && patch -p1 < $stuff/taskbar.patch 1.10 + 1.11 + # find $fs -name *wow* -delete 1.12 }