1 # Maintainer: bzt <unmacaque@gmail.com>
3 pkgname=gcalctool-oldgui
6 pkgdesc="GCalctool is an application that solves mathematical equations and is suitable as a default application in a Desktop environment."
9 depends=('gtk2>=2.14.0' 'dconf')
10 makedepends=('intltool' 'gnome-doc-utils>=0.8.0')
11 url="https://webstats.gnome.org/Gcalctool"
12 source=(http://ftp.acc.umu.se/pub/GNOME/sources/gcalctool/5.28/gcalctool-${pkgver}.tar.bz2)
13 md5sums=(5c7ad2f95f2f0756f8261073dde342da)
14 provides=('gcalctool')
15 conflicts=('gcalctool')
18 cd "${srcdir}/${provides}-${pkgver}"
20 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-scrollkeeper
22 make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install