# $Id$ PNAME="xarchiver" PVER="0.5.4.13" PBUILD="r1" PCAT="app-arch" DESCRIPTION="Advanced archive manager that can be used with Thunar." DEPEND=">= dev-libs/glib2-2.56 >= x11-libs/gtk2+-2.24" SRCFILE="${PVER}.tar.gz" sminclude xfce SRC_URI=( https://github.com/ib/${PNAME}/archive/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2SEPERATOR="\/" UP2DATE="updatecmd https://github.com/ib/${PNAME}/releases | highesttarball gz" src_compile() { cd ${SRCDIR} # install the xarchive.tap to the right place xfce_configure --libexecdir=/usr/$(mlibdir)/thunar-archive-plugin || die mmake || die } postinstall() { xfce_postinstall echo "You need external programs for some formats, including" #fixme: #echo "7zip - app-arch/p7zip" #echo "arj - app-arch/unarj app-arch/arj" #echo "lha - app-arch/lha" #echo "lzop - app-arch/lzop" echo "rar - app-arch/unrar app-arch/rar" echo "zip - app-arch/unzip app-arch/zip" }