aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-calc
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-20 23:04:57 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-23 02:30:42 -0300
commitcccb9c8272e67044b4ea2aa2c95890a49689eaea (patch)
tree65a88a50a7f3e513efad5a35d933e8b0b0ef3bcb /community/mate-calc
parent90cd0f60578872f3cadb805111aca6f2de2ab3d3 (diff)
downloadaports-cccb9c8272e67044b4ea2aa2c95890a49689eaea.tar.bz2
aports-cccb9c8272e67044b4ea2aa2c95890a49689eaea.tar.xz
community/mate-calc: upgrade to 1.22.2
Diffstat (limited to 'community/mate-calc')
-rw-r--r--community/mate-calc/APKBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/community/mate-calc/APKBUILD b/community/mate-calc/APKBUILD
index eab64a6f56..52697d05a0 100644
--- a/community/mate-calc/APKBUILD
+++ b/community/mate-calc/APKBUILD
@@ -1,21 +1,19 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=mate-calc
-pkgver=1.22.1
+pkgver=1.22.2
pkgrel=0
pkgdesc="Calculator for MATE"
url="https://github.com/mate-desktop/mate-calc"
arch="all"
license="GPL-2.0-or-later"
depends="mate-common"
-makedepends="itstool libtool intltool gtk+3.0-dev
+makedepends="itstool libtool intltool gtk+3.0-dev
libxml2-utils libxml2-dev"
subpackages="$pkgname-lang $pkgname-doc"
-source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-calc-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -25,13 +23,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}
-sha512sums="8e8efa1c17f6b6330471d877bc4d9c8486c64fb22ac3e3caf13a47f8be030664f1ca635a2323a78c5345a838fda307c3b4913caa748a67cc45fe43b9c8070e9a mate-calc-1.22.1.tar.xz"
+sha512sums="4235e49df4517d1a43a1f6422220f5b35320c34f588eb9ff3c63aa2ff59123a53ea9723372d3fe4d8c29d40ef09a51f4bd536655b5056d840eb5c253f572afb5 mate-calc-1.22.2.tar.xz"