~alpine/aports

[alpine-aports] [PATCH 03/16] community/mate-panel: upgrade to 1.22.1

Paul Bredbury <brebs@sent.com>
Details
Message ID
<20190616093432.20377-3-brebs@sent.com>
Sender timestamp
1560677659
DKIM signature
missing
Download raw message
Patch: +3 -18
Remove patch, is applied upstream.

Remove unnecessary "cd" commands.
---
 community/mate-panel/APKBUILD         | 11 +++--------
 community/mate-panel/install-sh.patch | 10 ----------
 2 files changed, 3 insertions(+), 18 deletions(-)
 delete mode 100644 community/mate-panel/install-sh.patch

diff --git a/community/mate-panel/APKBUILD b/community/mate-panel/APKBUILD
index 83e00bce05..7cefe49197 100644
--- a/community/mate-panel/APKBUILD
+++ b/community/mate-panel/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-panel
pkgver=1.22.0
pkgver=1.22.1
pkgrel=0
pkgdesc="The MATE panel is the area on your desktop from which you can run applications"
url="https://github.com/mate-desktop/mate-panel"
@@ -12,12 +12,10 @@ makedepends="librsvg-dev libmateweather-dev libtool intltool itstool
	mate-menus-dev dconf-dev libice-dev libsm-dev libcanberra-dev dbus-glib-dev
	libwnck3-dev libsoup-dev mate-desktop-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 \
@@ -28,14 +26,11 @@ build() {
}

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

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

sha512sums="078c6dcdc17970a7a7fab9a218eaf2c8cd6c4074c0c23ff4ce7ccf57e007d0afcbe797be4ad4c9d2c16d9033cc554cc5a979ec61dc721514db939a5e60de456b  mate-panel-1.22.0.tar.xz
2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3  install-sh.patch"
sha512sums="023599a2c0a879e32df11fc09d7526a54b8dc5248173c940e61df1dd9cbe8c04e4c916da89f5a64e44fe3f99462d56c72849314fc182c0af58a7c19e1fac642f  mate-panel-1.22.1.tar.xz"
diff --git a/community/mate-panel/install-sh.patch b/community/mate-panel/install-sh.patch
deleted file mode 100644
index d32f681c0e..0000000000
--- a/community/mate-panel/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)