diff options
author | Paul Bredbury <brebs@sent.com> | 2019-03-24 21:46:18 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-02 14:25:03 +0000 |
commit | ddae3e506dc7a126cdc4e30c9136cbc693d68f23 (patch) | |
tree | f895bc61c4974a51c52b0a6d0060450d374c6d24 | |
parent | 1009af32e83ebad36aac2a0a0ab5234f62949605 (diff) | |
download | aports-ddae3e506dc7a126cdc4e30c9136cbc693d68f23.tar.bz2 aports-ddae3e506dc7a126cdc4e30c9136cbc693d68f23.tar.xz |
community/mate-menus: upgrade to 1.22.0
-rw-r--r-- | community/mate-menus/APKBUILD | 8 | ||||
-rw-r--r-- | community/mate-menus/install-sh.patch | 10 |
2 files changed, 15 insertions, 3 deletions
diff --git a/community/mate-menus/APKBUILD b/community/mate-menus/APKBUILD index 8de7c13711..c9e7b0cbd9 100644 --- a/community/mate-menus/APKBUILD +++ b/community/mate-menus/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-menus -pkgver=1.21.0 +pkgver=1.22.0 pkgrel=0 pkgdesc="The libmate-menu library, the layout configuration files for the MATE menu, as well as a simple menu editor" url="https://github.com/mate-desktop/mate-menus" @@ -10,7 +10,8 @@ license="GPL-2.0" depends="mate-common" makedepends="libtool intltool glib-dev gobject-introspection-dev" subpackages="$pkgname-dev $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() { @@ -33,4 +34,5 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="1e1028c30e78167089b4a69b0e5f748fe451bdb12a526731513b7432dbd61ff78a16d6bf191f0b1af3fd077b4e1bafc469a7b1daf250a1b23abb931d0ad34c83 mate-menus-1.21.0.tar.xz" +sha512sums="7ca02c1bb89c83b6b331fc2e8878862fa8f02f5cd52b297aa44b36dd5c2d1ee1ffeb1641d63a10bd4deb99f63ded9c3b890a05ab7f7faf32d7f895b0a2f68d70 mate-menus-1.22.0.tar.xz +2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" diff --git a/community/mate-menus/install-sh.patch b/community/mate-menus/install-sh.patch new file mode 100644 index 0000000000..d32f681c0e --- /dev/null +++ b/community/mate-menus/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 |