diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/mate-backgrounds/APKBUILD | 8 | ||||
-rw-r--r-- | community/mate-backgrounds/install-sh.patch | 10 |
2 files changed, 15 insertions, 3 deletions
diff --git a/community/mate-backgrounds/APKBUILD b/community/mate-backgrounds/APKBUILD index 5943a14f9b..ddce6b16f4 100644 --- a/community/mate-backgrounds/APKBUILD +++ b/community/mate-backgrounds/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-backgrounds -pkgver=1.20.0 +pkgver=1.22.0 pkgrel=0 pkgdesc="Background images and data for MATE" url="https://github.com/mate-desktop/mate-backgrounds" @@ -10,7 +10,8 @@ license="GPL-2.0" depends="mate-common" makedepends="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="6ecf802ad357ea001ebd32481223f62867729c617c4c85f6d3ef1e893f610705c5a72b3257a1fa38e8000b510c1ed60c743472c2045e2af0f4b22ce57ee611de mate-backgrounds-1.20.0.tar.xz" +sha512sums="b7135cdb20972d50f43026cf98275faaa3c5e41bd0900bca7624a8f9ed03d0ec7f465c78aaf3da534ea6798e8cc690727a1fed8f14b3fb42a8a63bd82858ff30 mate-backgrounds-1.22.0.tar.xz +2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" diff --git a/community/mate-backgrounds/install-sh.patch b/community/mate-backgrounds/install-sh.patch new file mode 100644 index 0000000000..d32f681c0e --- /dev/null +++ b/community/mate-backgrounds/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 |