aboutsummaryrefslogtreecommitdiffstats
path: root/community/vte3/APKBUILD
blob: fdf76076916390c8eac329cb6f8ebfc22f12ee5a (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=vte3
pkgver=0.42.1
pkgrel=0
pkgdesc="Virtual Terminal Emulator library"
url="https://developer.gnome.org/vte/"
arch="all"
license="LGPL2+"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
depends=
depends_dev="pango-dev gtk+3.0-dev"
makedepends="$depends_dev intltool python ncurses-dev gobject-introspection-dev
	vala gnutls-dev linux-headers libxml2-utils
	autoconf automake libtool"
source="http://ftp.gnome.org/pub/GNOME/sources/vte/${pkgver%.*}/vte-$pkgver.tar.xz
	allow_alt_in_terminal.patch
	werror.patch
	"

_builddir="$srcdir"/vte-$pkgver
prepare() {
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch)
			patch -p1 -i "$srcdir"/$i || return 1
			;;
		esac
	done
	autoreconf -vif || return 1
}

build() {
	cd "$_builddir"
	export CFLAGS="$CFLAGS -D_GNU_SOURCE"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--libexecdir=/usr/lib/$pkgname \
		--localstatedir=/var \
		--disable-static \
		--enable-introspection \
		|| return 1
	make V=1 || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="f3775983b48771884466608ad123fe97  vte-0.42.1.tar.xz
6ae30139b7d7ca78b56a3b55426c83f2  allow_alt_in_terminal.patch
ba558bb881207c6c7fb4fd0451178aa1  werror.patch"
sha256sums="9e00e2e9e94f4202b979c871f407a8815890bc0f4a8448a08534f76ab0fc9d34  vte-0.42.1.tar.xz
6e4488f9a60f52a2a7eeb09865bdc42f00c309eb4cf8d548b524b9c33fadcd8a  allow_alt_in_terminal.patch
013d44075ba179abb719a17470a0ae18995054e5fcef496dcb5933ec7bfa9e24  werror.patch"
sha512sums="4cf917d3f343973dcb816a341276bfab7784a9f4dc6f8fb402193e9a9062503ac192ccc274fe92bb20a17ac182d21fd2268bf9c1ddea817f730db5612e3b21c0  vte-0.42.1.tar.xz
a4786a97a5caa42db3b29808c3542777684fcf7d931a116d4e3d847e859a64fb59a2d5b60927dc8e5c2733efc55c29aa4d30aeb02597aff5f034c172cc528833  allow_alt_in_terminal.patch
ff199ede8e415d141d897e9c922db84d33c2c28d07958a5ec44b3688809809885f45275cc1aeed56fa2d8de46e9cc2527f5e9682a8ea28af7e39b275340c85c4  werror.patch"