# fss-0002

main:
  ./configure $CONF $DOCDIR --libexecdir=/bin --enable-gio-unix --enable-dbus --enable-startup-notification --enable-gudev --enable-notifications --enable-exif --enable-pcre 
  make pkgconfigdir=${TC}lib/pkgconfig/
  make pkgconfigdir=${TC}lib/pkgconfig/ install
  chmod ugo-x /lib/libthunarx-2.la
  mv -v /lib/libthunarx-2.la ${TC}lib/
  cp -v ${PR}Thunar-bulk-rename.desktop /share/applications/
  sed -i -e '/# vi:set encoding=UTF-8:/d' /share/applications/Thunar{,-folder-handler}.desktop
  chgrp -R e_application /bin/Thunar /bin/thunar-settings
  chgrp -R e_application /lib/libthunarx-2.so* /lib/Thunar
  find /lib/Thunar -type d -exec chmod g+s '{}' ';'
  rm -Rf /share/locale/
