# $Id$ PNAME="geany" PVER="1.33" PBUILD="r1" PCAT="app-editors" DESCRIPTION="Geany is a small and lightweight Integrated Development Environment." HOMEPAGE="http://www.geany.org" DEPEND=">= sys-libs/libstdc++-6.3 >= dev-libs/glib2-2.54 >= x11-libs/gtk2+-2.24 >= x11-libs/vte-0.28" SDEPEND=">= dev-util/pkgconfig-0.25 >= dev-util/intltool-0.50 >= sys-dev/gettext-0.18" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( http://download.geany.org/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd ${HOMEPAGE}/Download/Releases | lasttarball" src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} # enable syntax highliting for smage sed -i "s:*.sh;:*.sh;*.smage;*.smage2;*.mage;*.sminc;*.minc;:" \ data/filetype_extensions.conf || die }