aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-keyring/APKBUILD
blob: 992cde3827e60f922b5a0521b18f60e4973072a1 (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
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnome-keyring
pkgver=3.28.2
pkgrel=0
pkgdesc="GNOME keyring"
url="http://www.gnome.org"
arch="all"
license="GPL"
options="!check"
makedepends="gtk+3.0-dev gcr-dev libcap-ng-dev
	intltool gobject-introspection-dev gtk-doc libxslt"
subpackages="$pkgname-lang $pkgname-doc"
source="https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
	fix-includes.patch"
builddir="${srcdir}/${pkgname}-${pkgver}"

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

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

sha512sums="a51bc9d6bc9203b86febe99bdbf893d3ba0eeaad976ece2bd49efc3869bd1d15f440a01999ce969f845f8336538de22e9f1161da990d707cbadb99d5cc3549bc  gnome-keyring-3.28.2.tar.xz
99af8b23c8b53bc1e70f921c872563b779c1ec59db72474b62e6d693f0d82d38b94607c8b9d53e751cf4a44873c91e283bc27d69f37433a37aa40e990caa1249  fix-includes.patch"