diff options
author | Paul Bredbury <brebs@sent.com> | 2019-03-24 21:46:27 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-02 14:25:04 +0000 |
commit | 225a5bad3f99d9a4233d2bbbf5ef674375ea4139 (patch) | |
tree | bf6b9ba1a501caf787222758a5a9fc2b27dcc710 /community/mate-panel | |
parent | de7d245e604e0f59e1cc88dc098e43a226b09c37 (diff) | |
download | aports-225a5bad3f99d9a4233d2bbbf5ef674375ea4139.tar.bz2 aports-225a5bad3f99d9a4233d2bbbf5ef674375ea4139.tar.xz |
community/mate-panel: upgrade to 1.22.0
Diffstat (limited to 'community/mate-panel')
-rw-r--r-- | community/mate-panel/APKBUILD | 8 | ||||
-rw-r--r-- | community/mate-panel/install-sh.patch | 10 |
2 files changed, 14 insertions, 4 deletions
diff --git a/community/mate-panel/APKBUILD b/community/mate-panel/APKBUILD index 7ba75586ef..83e00bce05 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.21.3 +pkgver=1.22.0 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" @@ -13,7 +13,7 @@ makedepends="librsvg-dev libmateweather-dev libtool intltool itstool 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 - $pkgname-$pkgver-itstool.patch::https://github.com/mate-desktop/mate-panel/commit/22ab0e044c16c539cb72066c0ae1e6a306509ebe.patch" + install-sh.patch" builddir="$srcdir/$pkgname-$pkgver" build() { @@ -37,5 +37,5 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="0eb305b8406192430ece88eaa1daaf3cf49b6d35258f09be003812f8502ca3c2c7a192e148242143b32dd7546ec83fc03edcd84b0f142db8091b1fb2c8e8351d mate-panel-1.21.3.tar.xz -47d976e4b6a682f526b0d4f56e2d6ef970f31fcda2c45f317b84edb1be425a159a1bcc740e2ed2c2cee848cb2ce0a4a150d626f41edb7b6280b8a38593aff81b mate-panel-1.21.3-itstool.patch" +sha512sums="078c6dcdc17970a7a7fab9a218eaf2c8cd6c4074c0c23ff4ce7ccf57e007d0afcbe797be4ad4c9d2c16d9033cc554cc5a979ec61dc721514db939a5e60de456b mate-panel-1.22.0.tar.xz +2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" diff --git a/community/mate-panel/install-sh.patch b/community/mate-panel/install-sh.patch new file mode 100644 index 0000000000..d32f681c0e --- /dev/null +++ b/community/mate-panel/install-sh.patch @@ -0,0 +1,10 @@ +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 |