aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-control-center/APKBUILD
blob: d29959fd24b263d576b1a76181eae274c29ab52e (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
40
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-control-center
pkgver=1.20.0
pkgrel=0
pkgdesc="MATE's main interface for configuration of various aspects of your desktop"
url="https://github.com/mate-desktop/mate-control-center"
arch="all"
license="GPL-2.0"
depends="mate-common mate-menus mate-desktop mate-icon-theme desktop-file-utils"
makedepends="dbus-glib-dev libtool intltool itstool gtk+3.0-dev
	dconf-dev mate-menus-dev libunique-dev marco-dev mate-settings-daemon-dev
	libmatekbd-dev libxklavier-dev mate-desktop-dev startup-notification-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"

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

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

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

sha512sums="4232e74975ee4e181c16432c8e2f6d595b6c4756edf43d2620dff9bf73a4058892cd64c12786e50a851aa94d8f4df1c51a3d77749386f9c1c96ee6a46be9f74b  mate-control-center-1.20.0.tar.xz"