aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gnome-session/APKBUILD
blob: 60f375d8228929e784ae9b1b15b53a2e5317f346 (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
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnome-session
pkgver=3.24.1
pkgrel=2
pkgdesc="GNOME session manager"
url="http://www.gnome.org/"
arch="all !aarch64 !armhf"
license="GPL"
depends="gnome-shell"
depends_dev=""
makedepends="gnome-settings-daemon-dev libsm-dev consolekit2-dev itstool libxslt libxml2-utils json-glib-dev"
install=""
subpackages="$pkgname-doc $pkgname-lang"
source="http://ftp.gnome.org/pub/GNOME/sources/gnome-session/${pkgver%.*}/gnome-session-$pkgver.tar.xz
	fail-whale-dialog.patch
	no-rpmatch.patch"
builddir="$srcdir/gnome-session-$pkgver"

build() {
	cd "$builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var \
		--without-systemd \
		--enable-consolekit
	make
}

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

sha512sums="507f9f1cddab37f1b66c72291e1885397f7e8b6bfb7c365f6f1ff827649a71380706fe0e3a8c6e74c3c159349a0eea0aabe3d5c7bbae5b29aeb2d49ae715affb  gnome-session-3.24.1.tar.xz
0a5dd181c060a8d403b26b3d3b647b6cc7c519b487a05a2f11693fdbb9f61257e4e433c989c835cf1210bc199a92e9d5418b7de9a2a248b595b679f3c1c2b9b5  fail-whale-dialog.patch
0d6057cc47f3494050cf02f55b887ae0fea2b405fe3585b412f91c79dafaab77a4d3da2d77fa65bd43a7a9a77b83c11e78f68af659378f3f62f857ca1a86c6de  no-rpmatch.patch"