aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-05-29 12:17:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-05-29 12:17:56 +0000
commit0b7fab5126b7fb3555bb5ddf88fedc0f5d0a5215 (patch)
tree2e190d95ecb82f6f3558b6eae4fa8e34759d1142 /community
parentc5bf7ccd5a6302afc0f7f0f8834a8efc8575b0cc (diff)
downloadaports-0b7fab5126b7fb3555bb5ddf88fedc0f5d0a5215.tar.bz2
aports-0b7fab5126b7fb3555bb5ddf88fedc0f5d0a5215.tar.xz
community/mate-themes: upgrade to 3.20.7
Diffstat (limited to 'community')
-rw-r--r--community/mate-themes/APKBUILD27
1 files changed, 8 insertions, 19 deletions
diff --git a/community/mate-themes/APKBUILD b/community/mate-themes/APKBUILD
index ade7295741..4d457c0ada 100644
--- a/community/mate-themes/APKBUILD
+++ b/community/mate-themes/APKBUILD
@@ -1,8 +1,7 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-themes
-pkgver=1.12.2
-_gtkver=3.18
+pkgver=3.20.7
pkgrel=0
pkgdesc="MATE themes"
url="https://github.com/mate-desktop/mate-themes"
@@ -13,21 +12,11 @@ depends_dev=""
makedepends="$depends_dev intltool gdk-pixbuf-dev gtk+2.0-dev icon-naming-utils"
install=""
subpackages="$pkgname-lang"
-source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-gtk$_gtkver-$pkgver.tar.xz"
-
-_builddir="$srcdir/$pkgname-gtk$_gtkver-$pkgver"
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
+source="http://pub.mate-desktop.org/releases/themes/${pkgver%.*}/mate-themes-$pkgver.tar.xz"
+builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$_builddir"
+ cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -39,10 +28,10 @@ build() {
}
package() {
- cd "$_builddir"
+ cd "$builddir"
make DESTDIR="${pkgdir}" install || return 1
}
-md5sums="457749603a9affc1ae6dada0a095f193 mate-themes-gtk3.18-1.12.2.tar.xz"
-sha256sums="ce96f97cbcd9e208321724f35492ed2f52f6354e56f46e1f30f27f55f4a3d94f mate-themes-gtk3.18-1.12.2.tar.xz"
-sha512sums="b0980ef741403dabcf5f10e106ebd648c702b18df8831ba6e3338a9be1c9ce68e48375c75ca4fb41fbcdb6fdcacc198eeb1b54416910cca71a6baa6738aa94a0 mate-themes-gtk3.18-1.12.2.tar.xz"
+md5sums="87a2254b0d9fe6deb93d58cba997ee12 mate-themes-3.20.7.tar.xz"
+sha256sums="c2909366b83e9e56e630fd5f51c5cf2f6993e0eb337717cac2663c708577606e mate-themes-3.20.7.tar.xz"
+sha512sums="8f8eb631b9db8c170c04c6a65e39d7cfb7d1717c05d1c4ef9d0d48f2fc4249d0129c2665cabc116f0ae5600646b3ef0cb5add28828a0865185c018c480cc8640 mate-themes-3.20.7.tar.xz"