From 66886c1e031987286bd3d53c3dc925bdc8386d5b Mon Sep 17 00:00:00 2001 From: Paul Bredbury Date: Sun, 16 Jun 2019 10:34:21 +0100 Subject: community/mate-icon-theme: upgrade to 1.22.1 Remove patch, is applied upstream. Remove unnecessary "cd" commands. --- community/mate-icon-theme/APKBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'community/mate-icon-theme/APKBUILD') 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 # Maintainer: Alan Lacerda 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" -- cgit v1.2.3