repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mpv: add libXext and libXpresent deps (from ehawkvu/kiss-xorg)
[kiss-trunc88.git]
/
gtk+2.mine
/
build
blob
797989a8803d4fdf152a41702ade48c1f1ca5a72
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--sysconfdir
=/
etc \
6
--localstatedir
=/
var \
7
--enable-debug
=
no \
8
--disable-glibtest
\
9
--disable-cups
\
10
--disable-papi
\
11
--enable-test-print-backend
=
no \
12
--enable-introspection
=
no \
13
--enable-gtk-doc-html
=
no
14
15
make
16
make
DESTDIR
=
"
$1
"
install
17
rm
"
$1
/usr/bin/gtk-update-icon-cache"