aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-themes
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-18 00:08:26 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-18 00:25:14 -0300
commite406155b535c105c44627bc961d8f6dd9f46bb0e (patch)
tree68eee6d36cde83e8930a8eeb422b31064b887f19 /community/mate-themes
parent06e083fc7d6b69e2fa1c8587b5fe9cfaaf964d06 (diff)
downloadaports-e406155b535c105c44627bc961d8f6dd9f46bb0e.tar.bz2
aports-e406155b535c105c44627bc961d8f6dd9f46bb0e.tar.xz
community/mate-themes: upgrade to 3.22.20
Diffstat (limited to 'community/mate-themes')
-rw-r--r--community/mate-themes/APKBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/community/mate-themes/APKBUILD b/community/mate-themes/APKBUILD
index a6c122303d..40bb755f49 100644
--- a/community/mate-themes/APKBUILD
+++ b/community/mate-themes/APKBUILD
@@ -1,20 +1,18 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-themes
-pkgver=3.22.18
+pkgver=3.22.20
pkgrel=0
pkgdesc="MATE themes"
url="https://github.com/mate-desktop/mate-themes"
arch="noarch"
-license="LGPL-2.0"
+license="LGPL-2.1-or-later"
depends="mate-common"
makedepends="intltool gdk-pixbuf-dev gtk+2.0-dev icon-naming-utils gtk+3.0-dev"
subpackages="$pkgname-lang"
-source="https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/mate-themes-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -24,13 +22,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}
-sha512sums="0851dee8ddb7495b43cbb7590ca3ecd1b3fa5a474f66806cb644462a70324c8221630d1d555e84beb8fa7025c080edc9524f244e47ac42c9843cc9eccc78dd74 mate-themes-3.22.18.tar.xz"
+sha512sums="347ba59724ae4b57e23e9df7046030bfb555158711ea7f50994324031efe480dfb3cf7bd8acd9fa1dcfba12fd108bb63303aef43377d0bc2b13fb87710bcd683 mate-themes-3.22.20.tar.xz"