aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-menus
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-24 20:44:08 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-24 20:44:39 -0300
commit38b16b380bc5d9cea539d15c141a3dc5bb3fcf49 (patch)
tree6e1b363ce0778beca5217adbebd2b1aefb35dbf3 /community/mate-menus
parent53f4218557caeb9ab8b1f25bde24809985914148 (diff)
downloadaports-38b16b380bc5d9cea539d15c141a3dc5bb3fcf49.tar.bz2
aports-38b16b380bc5d9cea539d15c141a3dc5bb3fcf49.tar.xz
community/mate-menus: upgrade to 1.22.1
Diffstat (limited to 'community/mate-menus')
-rw-r--r--community/mate-menus/APKBUILD14
-rw-r--r--community/mate-menus/install-sh.patch10
2 files changed, 4 insertions, 20 deletions
diff --git a/community/mate-menus/APKBUILD b/community/mate-menus/APKBUILD
index c9e7b0cbd9..9574f93f0f 100644
--- a/community/mate-menus/APKBUILD
+++ b/community/mate-menus/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-menus
-pkgver=1.22.0
+pkgver=1.22.1
pkgrel=0
pkgdesc="The libmate-menu library, the layout configuration files for the MATE menu, as well as a simple menu editor"
url="https://github.com/mate-desktop/mate-menus"
@@ -10,12 +10,9 @@ license="GPL-2.0"
depends="mate-common"
makedepends="libtool intltool glib-dev gobject-introspection-dev"
subpackages="$pkgname-dev $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-menus-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--sysconfdir=/etc \
@@ -25,14 +22,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}
-sha512sums="7ca02c1bb89c83b6b331fc2e8878862fa8f02f5cd52b297aa44b36dd5c2d1ee1ffeb1641d63a10bd4deb99f63ded9c3b890a05ab7f7faf32d7f895b0a2f68d70 mate-menus-1.22.0.tar.xz
-2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch"
+sha512sums="2766cafa35c11da6f6d5d6129a5e39c09e73ca97f72382df757091198260a342d278c53f88cddf75e174231443c1015198dfa1800b3601d5b770553ec7047a00 mate-menus-1.22.1.tar.xz"
diff --git a/community/mate-menus/install-sh.patch b/community/mate-menus/install-sh.patch
deleted file mode 100644
index d32f681c0e..0000000000
--- a/community/mate-menus/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