mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
community/mate-terminal: upgrade to 1.22.1
Remove patch, is applied upstream. Remove unnecessary "cd" commands.
This commit is contained in:
parent
66886c1e03
commit
e9f7af2164
@ -1,7 +1,7 @@
|
||||
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
|
||||
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
|
||||
pkgname=mate-terminal
|
||||
pkgver=1.22.0
|
||||
pkgver=1.22.1
|
||||
pkgrel=0
|
||||
pkgdesc="MATE terminal emulator"
|
||||
url="https://github.com/mate-desktop/mate-terminal"
|
||||
@ -11,12 +11,10 @@ depends="mate-common yelp-tools mate-desktop"
|
||||
makedepends="libtool intltool dconf-dev libsm-dev itstool vte3-dev
|
||||
mate-desktop-dev libxml2-utils gtk+3.0-dev"
|
||||
subpackages="$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 \
|
||||
@ -27,14 +25,11 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
sha512sums="45932db8c50348386a58ee7acaf08af43e28bd495dac08b4dcff5defd1c10189163bdfd73c61015674d61f275dabc2f749b2e0cbf9981c7dfdef5a4060686645 mate-terminal-1.22.0.tar.xz
|
||||
2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch"
|
||||
sha512sums="b20102c15dc140b59c93802606ca94fd108dfd5f7ac7f079b872e957794fc2c3aab40c0e6da697e8d393a67fca7b106573a4cb8014af5d6c8ad777be3a798534 mate-terminal-1.22.1.tar.xz"
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user