wok-next diff libfm-qt/receipt @ rev 20454
Choose between libpng16 and libpng12
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Feb 28 17:32:31 2018 +0200 (2018-02-28) |
parents | d394530f7404 |
children | c0521c689857 |
line diff
1.1 --- a/libfm-qt/receipt Sat Nov 11 16:20:59 2017 +0200 1.2 +++ b/libfm-qt/receipt Wed Feb 28 17:32:31 2018 +0200 1.3 @@ -24,13 +24,16 @@ 1.4 -DPULL_TRANSLATIONS=no \ 1.5 .. && 1.6 make && 1.7 - make install 1.8 + make install || return 1 1.9 + 1.10 + rmdir $install/usr/include/libfm-qt/tests/ # empty 1.11 } 1.12 1.13 genpkg_rules() { 1.14 case $PACKAGE in 1.15 libfm-qt) 1.16 copy @std 1.17 + rm -rf $fs/usr/share/mime # useless, see shared-mime-info package 1.18 DEPENDS="glib libfm menu-cache qt5-base qt5-x11extras xorg-libxcb" 1.19 ;; 1.20 *-dev)