wok-current rev 16984
caja: Remove some share folders.
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Thu Aug 07 22:54:52 2014 -0300 (2014-08-07) |
parents | fd6dbd42a03d |
children | 92cfc10bd226 |
files | caja/receipt |
line diff
1.1 --- a/caja/receipt Thu Aug 07 22:23:10 2014 -0300 1.2 +++ b/caja/receipt Thu Aug 07 22:54:52 2014 -0300 1.3 @@ -19,13 +19,13 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - ./autogen.sh \ 1.8 - --prefix=/usr \ 1.9 - --libexecdir=/usr/lib/${PACKAGE} \ 1.10 - --enable-introspection \ 1.11 - --enable-unique \ 1.12 - --disable-static \ 1.13 - --disable-update-mimedb \ 1.14 + ./autogen.sh \ 1.15 + --prefix=/usr \ 1.16 + --libexecdir=/usr/lib/$PACKAGE \ 1.17 + --enable-introspection \ 1.18 + --enable-unique \ 1.19 + --disable-static \ 1.20 + --disable-update-mimedb \ 1.21 $CONFIGURE_ARGS && 1.22 make && 1.23 make DESTDIR=$DESTDIR install 1.24 @@ -33,10 +33,17 @@ 1.25 1.26 genpkg_rules() 1.27 { 1.28 - mkdir -p $fs/usr/lib 1.29 + mkdir -p $fs/usr/lib/caja $fs/usr/share/pixmaps 1.30 cp -a $install/usr/bin $fs/usr 1.31 cp -a $install/usr/share $fs/usr 1.32 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.33 + cp -a $install/usr/lib/caja $fs/usr/lib 1.34 + 1.35 + cp -a $install/usr/share/caja $fs/usr/share 1.36 + cp -a $install/usr/share/dbus-1 $fs/usr/share 1.37 + cp -a $install/usr/share/glib-2.0 $fs/usr/share 1.38 + cp -a $install/usr/share/icons/hicolor/32x32/apps/*.png \ 1.39 + $fs/usr/share/pixmaps 1.40 } 1.41 1.42 # Post install/remove commands for Tazpkg.