aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-desktop/APKBUILD
blob: 22cf9c9fc1379a16f8ee1fbaef3320dc770f615d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-desktop
pkgver=1.19.3
pkgrel=0
pkgdesc="The MATE Desktop Environment"
url="http://wiki.mate-desktop.org/mate-desktop"
arch="all"
license="GPL-2.0"
depends="mate-common yelp-tools"
depends_dev="startup-notification"
makedepends="$depends_dev itstool intltool dconf-dev gtk+3.0-dev
	libxrandr-dev libxml2-utils"
subpackages="$pkgname-lang $pkgname-dev $pkgname-doc"
source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--enable-static=no \
		--sysconfdir=/etc \
		--prefix=/usr
	make
}

check() {
	cd "$builddir"
	make check
}

package() {
	cd "$builddir"
	make DESTDIR="${pkgdir}" install
}

sha512sums="77fc0a8f4f39bbec3a79884d2586950dcc6dd1fc8f1a679a9c17a165e05dfac6101efb418a3c78ac7da8a2406e83d2984137ce06f47ccecc1df9de9263c79095  mate-desktop-1.19.3.tar.xz"