aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bredbury <brebs@sent.com>2019-06-16 10:34:18 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-17 12:19:43 +0000
commitc175fe19eba6c2f7e7be61936582a82a9702c098 (patch)
tree3c399eeff9c84918c0c53d026dcac06aa705cc9f
parent447b941ab7c380aafe73243e9a91275527ef2a9d (diff)
downloadaports-c175fe19eba6c2f7e7be61936582a82a9702c098.tar.bz2
aports-c175fe19eba6c2f7e7be61936582a82a9702c098.tar.xz
community/mate-utils: upgrade to 1.22.1
Requires inkscape. Remove patch, is applied upstream. Remove unnecessary "cd" commands.
-rw-r--r--community/mate-utils/APKBUILD14
-rw-r--r--community/mate-utils/install-sh.patch10
2 files changed, 4 insertions, 20 deletions
diff --git a/community/mate-utils/APKBUILD b/community/mate-utils/APKBUILD
index b15aed18ff..929b91b70a 100644
--- a/community/mate-utils/APKBUILD
+++ b/community/mate-utils/APKBUILD
@@ -1,22 +1,19 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-utils
-pkgver=1.22.0
+pkgver=1.22.1
pkgrel=0
pkgdesc="Utilities for the MATE Desktop"
url="https://github.com/mate-desktop/mate-utils"
arch="all"
license="GPL-2.0"
makedepends="intltool glib-dev gtk+3.0-dev mate-panel-dev
- libgtop-dev libcanberra-dev itstool libsm-dev libxml2-utils"
+ libgtop-dev libcanberra-dev inkscape itstool libsm-dev libxml2-utils"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz
- install-sh.patch
- "
+source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -27,14 +24,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="${pkgdir}" install
}
-sha512sums="248c6e4108900768a4e8b272d20ac9b2d70e8bf77375f4669a099f4d8386c2e8affeafb772d209f00906f96f20d7ee347167ef4837186f44d8aaad85ef855f70 mate-utils-1.22.0.tar.xz
-2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch"
+sha512sums="0f70f088de80440ff6954c899eab75c2bf22d332293c1ec61bf8391396ed31a2ab126279dc4d9dab6f4932225120309bc52e122bcd5a8dc17abccfd6e480390d mate-utils-1.22.1.tar.xz"
diff --git a/community/mate-utils/install-sh.patch b/community/mate-utils/install-sh.patch
deleted file mode 100644
index d32f681c0e..0000000000
--- a/community/mate-utils/install-sh.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/install-sh b/install-sh
-index defb86a..8175c64 100755
---- a/install-sh
-+++ b/install-sh
-@@ -1,4 +1,4 @@
--#!/usr/bin/sh
-+#!/bin/sh
- # install - install a program, script, or datafile
-
- scriptversion=2018-03-11.20; # UTC