diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-02-13 06:44:57 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-13 07:23:42 -0300 |
| commit | 0769a75228875eedef6bc08d71da9d5f8dbbc4b4 (patch) | |
| tree | 14722fd510285c657ff6076e1f49d4c5d4c5a147 | |
| parent | 7a0d58fe5d91ec101384d9e7e1e920a1f96f344d (diff) | |
| download | aports-0769a75228875eedef6bc08d71da9d5f8dbbc4b4.tar.bz2 aports-0769a75228875eedef6bc08d71da9d5f8dbbc4b4.tar.xz | |
community/mate-backgrounds: upgrade to 1.24.0
| -rw-r--r-- | community/mate-backgrounds/APKBUILD | 17 | ||||
| -rw-r--r-- | community/mate-backgrounds/install-sh.patch | 10 |
2 files changed, 5 insertions, 22 deletions
diff --git a/community/mate-backgrounds/APKBUILD b/community/mate-backgrounds/APKBUILD index ddce6b16f4..a67c22c477 100644 --- a/community/mate-backgrounds/APKBUILD +++ b/community/mate-backgrounds/APKBUILD @@ -1,21 +1,17 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-backgrounds -pkgver=1.22.0 +pkgver=1.24.0 pkgrel=0 pkgdesc="Background images and data for MATE" url="https://github.com/mate-desktop/mate-backgrounds" arch="noarch" -license="GPL-2.0" +license="GPL-2.0-or-later" depends="mate-common" makedepends="intltool" -subpackages="$pkgname-lang" -source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz - install-sh.patch" -builddir="$srcdir/$pkgname-$pkgver" +source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-backgrounds-$pkgver.tar.xz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,14 +21,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } -sha512sums="b7135cdb20972d50f43026cf98275faaa3c5e41bd0900bca7624a8f9ed03d0ec7f465c78aaf3da534ea6798e8cc690727a1fed8f14b3fb42a8a63bd82858ff30 mate-backgrounds-1.22.0.tar.xz -2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" +sha512sums="29bb18ad77767593c9428c0bbb28da5b2fccab67b71b7d295784c7ec018692f6d5fcdcbae202549650765bc090932cec99a9ec9066d066dc8b4fc6d7347f5905 mate-backgrounds-1.24.0.tar.xz" diff --git a/community/mate-backgrounds/install-sh.patch b/community/mate-backgrounds/install-sh.patch deleted file mode 100644 index d32f681c0e..0000000000 --- a/community/mate-backgrounds/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 |
