aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-panel/APKBUILD
blob: aed7427b24a5bcc5856f6462c717a55c4f377669 (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
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-panel
pkgver=1.19.4
pkgrel=0
pkgdesc="The MATE panel is the area on your desktop from which you can run applications"
url="https://github.com/mate-desktop/mate-panel"
arch="all"
license="GPL-2.0"
depends="mate-common mate-desktop"
makedepends="librsvg-dev libmateweather-dev libtool intltool itstool
	mate-menus-dev dconf-dev libice-dev libsm-dev libcanberra-dev dbus-glib-dev
	libwnck3-dev libsoup-dev mate-desktop-dev libxml2-utils"
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
	make
}

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

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

sha512sums="dee04a8e9ad5860b8bb7b1af9ed42267819b0c4fcded63ea2acc139649196d5482c3ba10b3d453cead0a081d6c22f9b05ae672b8ff8c6036112fd12afae1c33e  mate-panel-1.19.4.tar.xz"