diff options
author | Paul Bredbury <brebs@sent.com> | 2019-06-16 10:34:17 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-17 12:19:43 +0000 |
commit | 447b941ab7c380aafe73243e9a91275527ef2a9d (patch) | |
tree | 94a33d6739d17d07841aad82a8ba7dff711bd120 /community/mate-desktop | |
parent | 10813513cde058b7db979f0a204b1840046299fd (diff) | |
download | aports-447b941ab7c380aafe73243e9a91275527ef2a9d.tar.bz2 aports-447b941ab7c380aafe73243e9a91275527ef2a9d.tar.xz |
community/mate-desktop: upgrade to 1.22.1
Remove patch, is applied upstream.
Remove unnecessary "cd" commands.
Diffstat (limited to 'community/mate-desktop')
-rw-r--r-- | community/mate-desktop/APKBUILD | 12 | ||||
-rw-r--r-- | community/mate-desktop/install-sh.patch | 10 |
2 files changed, 3 insertions, 19 deletions
diff --git a/community/mate-desktop/APKBUILD b/community/mate-desktop/APKBUILD index 1d0bae5edd..a731fca92f 100644 --- a/community/mate-desktop/APKBUILD +++ b/community/mate-desktop/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-desktop -pkgver=1.22.0 +pkgver=1.22.1 pkgrel=0 pkgdesc="The MATE Desktop Environment" url="http://wiki.mate-desktop.org/mate-desktop" @@ -11,13 +11,10 @@ depends="mate-common yelp-tools" makedepends="startup-notification itstool intltool dconf-dev gtk+3.0-dev libxrandr-dev libxml2-utils iso-codes-dev" subpackages="$pkgname-lang $pkgname-dev $pkgname-doc" -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 \ @@ -28,14 +25,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="${pkgdir}" install } -sha512sums="3950249c0bc026163da7f38a6fd5551c0e1e863e298e9d2ca224679b6c802d1deaf12e16ea873a2ea0539a7989a523d0495fb0dc4c556857203c0b04ab6edf7a mate-desktop-1.22.0.tar.xz -2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" +sha512sums="bb2bf9de05439a0fcd4ab01ac628a2a235808cd07c1b7ce9abfbf2e64f98dc572603dfbd4a52bca5f03446825fba199715d7e08fcdc84f0df8d2ffeb4c87da62 mate-desktop-1.22.1.tar.xz" diff --git a/community/mate-desktop/install-sh.patch b/community/mate-desktop/install-sh.patch deleted file mode 100644 index d32f681c0e..0000000000 --- a/community/mate-desktop/install-sh.patch +++ /dev/null @@ -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 |