From 776a3e6b0489960392247ea6ad0ab9fbbffe855c Mon Sep 17 00:00:00 2001 From: Paul Bredbury Date: Sun, 24 Mar 2019 21:46:25 +0000 Subject: community/marco: upgrade to 1.22.0 --- community/marco/APKBUILD | 8 +++++--- community/marco/install-sh.patch | 10 ++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 community/marco/install-sh.patch (limited to 'community/marco') diff --git a/community/marco/APKBUILD b/community/marco/APKBUILD index f56fdb2184..5cdde03543 100644 --- a/community/marco/APKBUILD +++ b/community/marco/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=marco -pkgver=1.21.1 +pkgver=1.22.0 pkgrel=0 pkgdesc="MATE window manager" url="https://github.com/mate-desktop/marco" @@ -11,7 +11,8 @@ depends="mate-common yelp-tools libxml2-utils" makedepends="libtool itstool zenity intltool glib-dev gtk+3.0-dev libxcomposite-dev libxpresent-dev libcanberra-dev startup-notification-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" +source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz + install-sh.patch" builddir="$srcdir/$pkgname-$pkgver" build() { @@ -36,4 +37,5 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="f0bf852122a9b432a1a77352887e5a980e4da36469b0c7721aad83c7bbf7ff958312f72ceefe18c146b4d0dcdefef3d9bd40cfb157cb44bef840c2d80065c406 marco-1.21.1.tar.xz" +sha512sums="0935ca1532fde882e21ebbc67b41afe80e15e8519b413b9b8bde351196be347a8dcac2e092da818ec0bc700216e38211f192a891eafec8ac7d9bf63d3a42328d marco-1.22.0.tar.xz +2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" diff --git a/community/marco/install-sh.patch b/community/marco/install-sh.patch new file mode 100644 index 0000000000..d32f681c0e --- /dev/null +++ b/community/marco/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 -- cgit v1.2.3