aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bredbury <brebs@sent.com>2019-06-16 10:34:20 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-17 12:19:43 +0000
commitc0e65683137d34d2bb12148d067b8be0d00e9ef3 (patch)
tree44dcfc5cf6e28c31013dd94714d8a1ce3b96cd96
parent6346152ecf43a5ec07572696615079162ae100e1 (diff)
downloadaports-c0e65683137d34d2bb12148d067b8be0d00e9ef3.tar.bz2
aports-c0e65683137d34d2bb12148d067b8be0d00e9ef3.tar.xz
community/mate-media: upgrade to 1.22.1
Requires mate-panel-dev. Remove patch, is applied upstream. Remove unnecessary "cd" commands.
-rw-r--r--community/mate-media/APKBUILD14
-rw-r--r--community/mate-media/install-sh.patch10
2 files changed, 4 insertions, 20 deletions
diff --git a/community/mate-media/APKBUILD b/community/mate-media/APKBUILD
index 4b86550509..0fbe7298c8 100644
--- a/community/mate-media/APKBUILD
+++ b/community/mate-media/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-media
-pkgver=1.22.0
+pkgver=1.22.1
pkgrel=1
pkgdesc="Media tools for MATE"
url="https://github.com/mate-desktop/mate-media"
@@ -9,15 +9,12 @@ arch="all"
license="GPL-2.0"
makedepends="intltool gobject-introspection-dev gtk+3.0-dev
libcanberra-dev libunique-dev libmatemixer-dev mate-desktop-dev
- dconf-dev libxml2-dev startup-notification-dev"
+ mate-panel-dev dconf-dev libxml2-dev startup-notification-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 \
@@ -28,14 +25,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="${pkgdir}" install
}
-sha512sums="1c1751ebb0c848cece0e2fc10240832dff317dfcc08aa6721fe00feaf2cff907c700f5e0debd5a236078a199b9d65d59124ffca7a04f61d425d16b1adb02fc1f mate-media-1.22.0.tar.xz
-c5b37c91f46ac09fe810cdc040c0cc8b3e457cf23f1fc8965a5e88105b441052772d3b46fd02d6ae35e91c1df81ff4618c9c61319e6ab7314e80243c72222147 install-sh.patch"
+sha512sums="e7bce9128bc6e551cd918af669d52a7ca238a280a4ca09d15822f4d5b52fd9925b647278a39067a1f2a5dd0facfad4988385233939abbdf4aefecc21d2e089d9 mate-media-1.22.1.tar.xz"
diff --git a/community/mate-media/install-sh.patch b/community/mate-media/install-sh.patch
deleted file mode 100644
index b3453421d4..0000000000
--- a/community/mate-media/install-sh.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/build-aux/install-sh b/build-aux/install-sh
-index defb86a..8175c64 100755
---- a/build-aux/install-sh
-+++ b/build-aux/install-sh
-@@ -1,4 +1,4 @@
--#!/usr/bin/sh
-+#!/bin/sh
- # install - install a program, script, or datafile
-
- scriptversion=2018-03-11.20; # UTC