aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-icon-theme
diff options
context:
space:
mode:
authorPaul Bredbury <brebs@sent.com>2019-06-16 10:34:21 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-17 12:19:43 +0000
commit66886c1e031987286bd3d53c3dc925bdc8386d5b (patch)
treedc2a459fdd2af729784404e3a5f1848eb152ac72 /community/mate-icon-theme
parentc0e65683137d34d2bb12148d067b8be0d00e9ef3 (diff)
downloadaports-66886c1e031987286bd3d53c3dc925bdc8386d5b.tar.bz2
aports-66886c1e031987286bd3d53c3dc925bdc8386d5b.tar.xz
community/mate-icon-theme: upgrade to 1.22.1
Remove patch, is applied upstream. Remove unnecessary "cd" commands.
Diffstat (limited to 'community/mate-icon-theme')
-rw-r--r--community/mate-icon-theme/APKBUILD11
-rw-r--r--community/mate-icon-theme/install-sh.patch10
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