wok diff engrampa/receipt @ rev 20532
wireshark: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 21 15:56:07 2018 +0100 (2018-11-21) |
parents | 9689f1b75619 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/engrampa/receipt Tue Dec 30 10:01:09 2014 +0100 1.2 +++ b/engrampa/receipt Wed Nov 21 15:56:07 2018 +0100 1.3 @@ -18,7 +18,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - ./autogen.sh \ 1.8 + ./autogen.sh \ 1.9 --prefix=/usr \ 1.10 --libexecdir=/usr/lib/$PACKAGE \ 1.11 --with-gtk=2.0 \ 1.12 @@ -35,24 +35,11 @@ 1.13 cp -a $install/usr/bin $fs/usr 1.14 cp -a $install/usr/lib $fs/usr 1.15 cp -a $install/usr/share/$PACKAGE/* $fs/usr/share/$PACKAGE 1.16 - 1.17 + 1.18 mkdir -p $fs/usr/share/applications 1.19 cp -a $install/usr/share/applications/* $fs/usr/share/applications 1.20 - 1.21 + 1.22 mkdir -p $fs/usr/share/pixmaps 1.23 cp -a $install/usr/share/icons/hicolor/32x32/apps/*.png \ 1.24 $fs/usr/share/pixmaps 1.25 } 1.26 - 1.27 -# Post install/remove commands for Tazpkg. 1.28 -post_install() 1.29 -{ 1.30 - echo "Processing post-install commands..." 1.31 - chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 1.32 -} 1.33 - 1.34 -post_remove() 1.35 -{ 1.36 - echo "Processing post-remove commands..." 1.37 - chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 1.38 -}