diff options
author | Paul Bredbury <brebs@sent.com> | 2019-03-24 21:46:17 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-02 14:25:03 +0000 |
commit | 1009af32e83ebad36aac2a0a0ab5234f62949605 (patch) | |
tree | b50366acc70c216e17ea16460e4944469299ba01 /community/mate-icon-theme | |
parent | 11ba34b0591a4ae2bc395f7846ff809c45cb9c73 (diff) | |
download | aports-1009af32e83ebad36aac2a0a0ab5234f62949605.tar.bz2 aports-1009af32e83ebad36aac2a0a0ab5234f62949605.tar.xz |
community/mate-icon-theme: upgrade to 1.22.0
Diffstat (limited to 'community/mate-icon-theme')
-rw-r--r-- | community/mate-icon-theme/APKBUILD | 8 | ||||
-rw-r--r-- | community/mate-icon-theme/install-sh.patch | 10 |
2 files changed, 15 insertions, 3 deletions
diff --git a/community/mate-icon-theme/APKBUILD b/community/mate-icon-theme/APKBUILD index 197c45e941..7c0085f933 100644 --- a/community/mate-icon-theme/APKBUILD +++ b/community/mate-icon-theme/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> 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 0000000000..d32f681c0e --- /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 |