# Contributor: Lex Black # Contributor: Sébastien Leduc # Contributor: Stéphane Marguet (Stemp) # Contributor: Olivier Le Moal # Contributor: Alexandre Chataignon # Contributor: Sebastien Duquette # Contributor: Marc Poiroud pkgname=verbiste pkgver=0.1.47 pkgrel=1 pkgdesc="Verbiste is a French conjugation system." url="http://sarrazip.com/dev/verbiste.html" license=("GPL") depends=('libxml2' 'gtk2') makedepends=('perl-xml-parser') # 'libgnomeui' arch=('i686' 'x86_64') source=("http://perso.b2b2c.ca/~sarrazip/dev/${pkgname}-${pkgver}.tar.gz") md5sums=('240b5c674da369e5b6492d6910c0a8af') build() { cd "$srcdir/$pkgname-$pkgver" #./configure --prefix=/usr --with-gtk-app ./configure --prefix=/usr --without-gtk-app make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install # Modify location for .desktop file install -Dm 644 "$srcdir/$pkgname-$pkgver/src/gnome/verbiste.desktop" \ "$pkgdir/usr/share/applications/verbiste.desktop" #sed -e 's/Exec=verbiste/Exec=verbiste-gtk/g' -i "$pkgdir/usr/share/applications/verbiste.desktop" }