# $Id: PKGBUILD 44458 2011-04-07 16:24:21Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: tobias # Contributor: Tobias Kieslich pkgname=gphpedit pkgver=0.9.98RC1 pkgrel=2 pkgdesc="a scintilla/gnome based editor specialized on php-files" arch=(i686 x86_64) license=('GPL') depends=('libgnomeui>=2.18.1-2' 'libgtkhtml>=2.11.0' 'desktop-file-utils' 'libwebkit') url="http://www.gphpedit.org/" options=('!makeflags') install=gphpedit.install source=(http://www.gphpedit.org/sites/default/files/gphpedit-$pkgver.tar.gz doc-fix.patch) md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525' 'db5e427642af2971accbcd90812ae88c') build() { cd ${srcdir}/*$pkgname* # patch -Np1 -i ${srcdir}/doc-fix.patch ./autogen.sh ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make make DESTDIR=$pkgdir install # extend MimeType declaration echo "MimeType=application/x-php;text-x-php-text/x-php-source;" >> \ $pkgdir/usr/share/applications/gphpedit.desktop }