aboutsummaryrefslogtreecommitdiff
path: root/extra/gcr/build
blob: dfe13670b5599d10e972b8da67ef6abfcf3b0e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh -e

./configure \
	--prefix=/usr \
	--sysconfdir=/etc \
	--disable-scheams-compile \
	--disable-update-mime \
	--disable-introspection \
	--disable-update-icon-cache \
	--disable-gir \
	--disable-nls

make

# These require gettext to build but
# there is no way to disable gettext
# in gcr, so a little hack goes here

touch ui/gcr-prompter.desktop ui/gcr-viewer.desktop

make DESTDIR="$1" install