~alpine/aports

[alpine-aports] [PATCH 02/16] community/mate-utils: upgrade to 1.22.1

Paul Bredbury <brebs@sent.com>
Details
Message ID
<20190616093432.20377-2-brebs@sent.com>
Sender timestamp
1560677658
DKIM signature
missing
Download raw message
Patch: +4 -20
Requires inkscape.

Remove patch, is applied upstream.

Remove unnecessary "cd" commands.
---
 community/mate-utils/APKBUILD         | 14 ++++----------
 community/mate-utils/install-sh.patch | 10 ----------
 2 files changed, 4 insertions(+), 20 deletions(-)
 delete mode 100644 community/mate-utils/install-sh.patch

diff --git a/community/mate-utils/APKBUILD b/community/mate-utils/APKBUILD
index b15aed18ff..929b91b70a 100644
--- a/community/mate-utils/APKBUILD
+++ b/community/mate-utils/APKBUILD
@@ -1,22 +1,19 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-utils
pkgver=1.22.0
pkgver=1.22.1
pkgrel=0
pkgdesc="Utilities for the MATE Desktop"
url="https://github.com/mate-desktop/mate-utils"
arch="all"
license="GPL-2.0"
makedepends="intltool glib-dev gtk+3.0-dev mate-panel-dev
	libgtop-dev libcanberra-dev itstool libsm-dev libxml2-utils"
	libgtop-dev libcanberra-dev inkscape itstool libsm-dev libxml2-utils"
subpackages="$pkgname-dev $pkgname-doc $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"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
@@ -27,14 +24,11 @@ build() {
}

check() {
	cd "$builddir"
	make check
}

package() {
	cd "$builddir"
	make DESTDIR="${pkgdir}" install
}

sha512sums="248c6e4108900768a4e8b272d20ac9b2d70e8bf77375f4669a099f4d8386c2e8affeafb772d209f00906f96f20d7ee347167ef4837186f44d8aaad85ef855f70  mate-utils-1.22.0.tar.xz
2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3  install-sh.patch"
sha512sums="0f70f088de80440ff6954c899eab75c2bf22d332293c1ec61bf8391396ed31a2ab126279dc4d9dab6f4932225120309bc52e122bcd5a8dc17abccfd6e480390d  mate-utils-1.22.1.tar.xz"
diff --git a/community/mate-utils/install-sh.patch b/community/mate-utils/install-sh.patch
deleted file mode 100644
index d32f681c0e..0000000000
--- a/community/mate-utils/install-sh.patch
@@ -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
-- 
2.22.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)