From 1009af32e83ebad36aac2a0a0ab5234f62949605 Mon Sep 17 00:00:00 2001 From: Paul Bredbury Date: Sun, 24 Mar 2019 21:46:17 +0000 Subject: community/mate-icon-theme: upgrade to 1.22.0 --- community/mate-icon-theme/APKBUILD | 8 +++++--- community/mate-icon-theme/install-sh.patch | 10 ++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 community/mate-icon-theme/install-sh.patch diff --git a/community/mate-icon-theme/APKBUILD b/community/mate-icon-theme/APKBUILD index 197c45e9410..7c0085f9332 100644 --- a/community/mate-icon-theme/APKBUILD +++ b/community/mate-icon-theme/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-icon-theme -pkgver=1.21.0 +pkgver=1.22.0 pkgrel=0 pkgdesc="MATE desktop icons" url="https://github.com/mate-desktop/mate-icon-theme" @@ -10,7 +10,8 @@ license="GPL-2.0" depends="mate-common" makedepends="icon-naming-utils intltool" subpackages="$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() { @@ -33,4 +34,5 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="456a9127c686f71db93598705341e2985ec04251103c934d8a1553ab0fae5f09be8d350f2cc157dde5f3827b406faabccc06c78447b3c14a408704f720b5348e mate-icon-theme-1.21.0.tar.xz" +sha512sums="b4f0b5040e412bcbe818c14f101556cd643cc9dfce02aa676edc790f17de7da2272754235f8d9ad000551e7d92a5974cec3336712074747fcf669c0a729f8a5e mate-icon-theme-1.22.0.tar.xz +2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" diff --git a/community/mate-icon-theme/install-sh.patch b/community/mate-icon-theme/install-sh.patch new file mode 100644 index 00000000000..d32f681c0e4 --- /dev/null +++ b/community/mate-icon-theme/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