1 # Maintainer: TDY <tdy@gmx.com>
2 # Contributor: rabyte <rabyte__gmail>
7 pkgdesc="Limited edition series of the Leafpad text editor"
9 url="http://tarot.freeshell.org/leafpad/"
11 depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme')
12 makedepends=('pkgconfig>=0.9.0')
13 optdepends=('libgnomeprintui: for printing support')
16 install=leafpad.install
17 source=(http://tarot.freeshell.org/leafpad/leafpad-$pkgver.tar.bz2)
18 md5sums=('d3b6d02ed88e5e458928fc84fefbbba6')
21 cd "$srcdir/leafpad-$pkgver"
22 sed -i '3 s/$/ LE/; 9 s/$/;/; 2 c\Version=1.0' data/leafpad.desktop.in
23 ./configure --prefix=/usr --enable-chooser
28 cd "$srcdir/leafpad-$pkgver"
29 make DESTDIR="$pkgdir" install