diff options
author | Paul Bredbury <brebs@sent.com> | 2019-06-16 10:34:24 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-17 12:19:44 +0000 |
commit | 854c76c54a4deb3f6199904ae87b446d740057f1 (patch) | |
tree | c37a3e94e41d9fce32f37090718b5ccc47d852b5 /community/mate-user-guide | |
parent | a125206732d59f9882befaadade1bae1df183902 (diff) | |
download | aports-854c76c54a4deb3f6199904ae87b446d740057f1.tar.bz2 aports-854c76c54a4deb3f6199904ae87b446d740057f1.tar.xz |
community/mate-user-guide: upgrade to 1.22.1
Remove patch, is applied upstream.
Remove unnecessary "cd" commands.
Diffstat (limited to 'community/mate-user-guide')
-rw-r--r-- | community/mate-user-guide/APKBUILD | 11 | ||||
-rw-r--r-- | community/mate-user-guide/install-sh.patch | 10 |
2 files changed, 3 insertions, 18 deletions
diff --git a/community/mate-user-guide/APKBUILD b/community/mate-user-guide/APKBUILD index 4888258ffd..4ec3fb8698 100644 --- a/community/mate-user-guide/APKBUILD +++ b/community/mate-user-guide/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-user-guide -pkgver=1.22.0 +pkgver=1.22.1 pkgrel=0 pkgdesc="Documents targeted for end-users of MATE" url="https://github.com/mate-desktop/mate-user-guide" @@ -9,12 +9,10 @@ arch="noarch" license="CC" makedepends="itstool libxml2-utils intltool gettext-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 \ @@ -24,14 +22,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="${pkgdir}" install } -sha512sums="faf82569d8289f13d31c0c3a548692194f4938dc341b5a2214ccd3bba1fafaa6b5446cc5455ade391e7172268354cf2088c2a119aee96d3d42e71ee4c094dd14 mate-user-guide-1.22.0.tar.xz -2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" +sha512sums="972f609364cb0673c3c402f6936618ba4a212d122055ea18232734cc2cc9d023e9a16cbd78ba96898d227b6db640234c98b387550504224428bfc682b6090877 mate-user-guide-1.22.1.tar.xz" diff --git a/community/mate-user-guide/install-sh.patch b/community/mate-user-guide/install-sh.patch deleted file mode 100644 index d32f681c0e..0000000000 --- a/community/mate-user-guide/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 |