summaryrefslogtreecommitdiff
path: root/community/mate-calc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-calc/PKGBUILD')
-rw-r--r--community/mate-calc/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/community/mate-calc/PKGBUILD b/community/mate-calc/PKGBUILD
index d48ea6d52..0651c0b4c 100644
--- a/community/mate-calc/PKGBUILD
+++ b/community/mate-calc/PKGBUILD
@@ -1,25 +1,26 @@
-# $Id: PKGBUILD 104914 2014-01-28 10:51:00Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
pkgname=mate-calc
-pkgver=1.6.1
-pkgrel=1
+pkgver=1.8.0
+pkgrel=2
pkgdesc="Calculator for the Mate desktop environment"
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('LGPL' 'GPL')
depends=('dconf' 'gtk2')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
options=('!emptydirs')
groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('dca1568748e42d4a019d7cf8effe1be80b20b82b')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('d63156db75d8110f0cabf82a12c74c5b9836f327')
install=${pkgname}.install
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \
- --prefix=/usr
+ --prefix=/usr \
+ --with-gtk=2.0
make
}