diff options
-rw-r--r-- | community/mate-icon-theme/APKBUILD | 11 | ||||
-rw-r--r-- | community/mate-icon-theme/install-sh.patch | 10 |
2 files changed, 3 insertions, 18 deletions
diff --git a/community/mate-icon-theme/APKBUILD b/community/mate-icon-theme/APKBUILD index 7c0085f933..1d4c359f09 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.22.0 +pkgver=1.22.1 pkgrel=0 pkgdesc="MATE desktop icons" url="https://github.com/mate-desktop/mate-icon-theme" @@ -10,12 +10,10 @@ 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 - install-sh.patch" +source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$builddir" DATADIRNAME=share ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,14 +23,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="${pkgdir}" install } -sha512sums="b4f0b5040e412bcbe818c14f101556cd643cc9dfce02aa676edc790f17de7da2272754235f8d9ad000551e7d92a5974cec3336712074747fcf669c0a729f8a5e mate-icon-theme-1.22.0.tar.xz -2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" +sha512sums="640fea3dfd4d9f2edd24353e4a36d57520de356c421b24ee1aec7fca98d3f76a789808a1d005a20ed87ee089d1777376e5b3f229ce0e90b06adf242f6a79b3b9 mate-icon-theme-1.22.1.tar.xz" diff --git a/community/mate-icon-theme/install-sh.patch b/community/mate-icon-theme/install-sh.patch deleted file mode 100644 index d32f681c0e..0000000000 --- a/community/mate-icon-theme/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 |