mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/mate-utils: upgrade to 1.22.0
This commit is contained in:
parent
3333bc4f0d
commit
efad3d77c0
@ -1,7 +1,7 @@
|
||||
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
|
||||
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
|
||||
pkgname=mate-utils
|
||||
pkgver=1.21.0
|
||||
pkgver=1.22.0
|
||||
pkgrel=0
|
||||
pkgdesc="Utilities for the MATE Desktop"
|
||||
url="https://github.com/mate-desktop/mate-utils"
|
||||
@ -10,7 +10,9 @@ license="GPL-2.0"
|
||||
makedepends="intltool glib-dev gtk+3.0-dev mate-panel-dev
|
||||
libgtop-dev libcanberra-dev itstool libsm-dev libxml2-utils"
|
||||
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() {
|
||||
@ -34,4 +36,5 @@ package() {
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
sha512sums="53cddb451802c8ae510f97f7214488d15620ec96e207d5a34d73a7710f44f7c738bb1cc48e24cf72743b530fd72c700fdbd8ecf14f4bce71d688d35691e02c4b mate-utils-1.21.0.tar.xz"
|
||||
sha512sums="248c6e4108900768a4e8b272d20ac9b2d70e8bf77375f4669a099f4d8386c2e8affeafb772d209f00906f96f20d7ee347167ef4837186f44d8aaad85ef855f70 mate-utils-1.22.0.tar.xz
|
||||
2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch"
|
||||
|
||||
10
community/mate-utils/install-sh.patch
Normal file
10
community/mate-utils/install-sh.patch
Normal file
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user