1 # Maintainer: György Balló <ballogy@freestart.hu>
5 pkgdesc="A small, lightweight calendar"
7 url="http://pimlico-project.org/dates.html"
9 depends=(gtk2 'evolution-data-server>=3.2.0' xdg-utils)
10 makedepends=(intltool)
12 install=$pkgname.install
13 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
14 0001-Replaced-the-calls-to-the-deprecated-functions-e_sou.patch)
15 sha256sums=('60b0cfe1fa6dee684e255c2a0cd02febafb9d16607ba4b05196e983cd8012c03'
16 '88ab8de4861253be1a8db1be4432f71307fcffa376be95e9495cff021b7ead62')
19 cd "$srcdir/$pkgname-$pkgver"
20 patch -Np1 -i "$srcdir/0001-Replaced-the-calls-to-the-deprecated-functions-e_sou.patch"
21 sed -i 's/ $(MAKE)/ $(MAKE)/' Makefile.{am,in}
23 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
24 --disable-static --enable-owl
29 cd "$srcdir/$pkgname-$pkgver"
31 make DESTDIR="$pkgdir/" install