From efad3d77c089cc052f74829e09dcaef3d5be02a4 Mon Sep 17 00:00:00 2001 From: Paul Bredbury Date: Sun, 24 Mar 2019 21:46:11 +0000 Subject: community/mate-utils: upgrade to 1.22.0 --- community/mate-utils/APKBUILD | 9 ++++++--- community/mate-utils/install-sh.patch | 10 ++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 community/mate-utils/install-sh.patch (limited to 'community/mate-utils') diff --git a/community/mate-utils/APKBUILD b/community/mate-utils/APKBUILD index f233d969a2..b15aed18ff 100644 --- a/community/mate-utils/APKBUILD +++ b/community/mate-utils/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-utils -pkgver=1.21.0 +pkgver=1.22.0 pkgrel=0 pkgdesc="Utilities for the MATE Desktop" url="https://github.com/mate-desktop/mate-utils" @@ -10,7 +10,9 @@ license="GPL-2.0" makedepends="intltool glib-dev gtk+3.0-dev mate-panel-dev libgtop-dev libcanberra-dev itstool libsm-dev libxml2-utils" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" +source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz + install-sh.patch + " builddir="$srcdir/$pkgname-$pkgver" build() { @@ -34,4 +36,5 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="53cddb451802c8ae510f97f7214488d15620ec96e207d5a34d73a7710f44f7c738bb1cc48e24cf72743b530fd72c700fdbd8ecf14f4bce71d688d35691e02c4b mate-utils-1.21.0.tar.xz" +sha512sums="248c6e4108900768a4e8b272d20ac9b2d70e8bf77375f4669a099f4d8386c2e8affeafb772d209f00906f96f20d7ee347167ef4837186f44d8aaad85ef855f70 mate-utils-1.22.0.tar.xz +2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" diff --git a/community/mate-utils/install-sh.patch b/community/mate-utils/install-sh.patch new file mode 100644 index 0000000000..d32f681c0e --- /dev/null +++ b/community/mate-utils/install-sh.patch @@ -0,0 +1,10 @@ +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 -- cgit v1.2.3