comparison graphics/gtk/gtk.sh @ 523:b1690d766bdb

graphics: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:04:48 +0200
parents 7828241c9634
children bad483aace64
comparison
equal deleted inserted replaced
522:574e733aebf8 523:b1690d766bdb
88 CXXFLAGS="$CXXFLAGS" \ 88 CXXFLAGS="$CXXFLAGS" \
89 LDFLAGS="$LDFLAGS" \ 89 LDFLAGS="$LDFLAGS" \
90 ./configure \ 90 ./configure \
91 --build=$CBUILD \ 91 --build=$CBUILD \
92 --host=$CHOST \ 92 --host=$CHOST \
93 --prefix=/usr \ 93 --prefix=/ \
94 $with_nls \ 94 $with_nls \
95 $with_wayland \ 95 $with_wayland \
96 $with_x 96 $with_x
97 make 97 make
98 make install DESTDIR=$DESTDIR 98 make install DESTDIR=$DESTDIR
99 rm -f $DESTDIR/usr/lib/{gtk,gdk}-3.la 99 rm -f $DESTDIR/lib/{gtk,gdk}-3.la
100 rm -f $DESTDIR/usr/lib/gtk-3.0/3.0.0/immodules/*.la 100 rm -f $DESTDIR/lib/gtk-3.0/3.0.0/immodules/*.la
101 rm -f $DESTDIR/usr/lib/gtk-3.0/3.0.0/printbackends/*.la 101 rm -f $DESTDIR/lib/gtk-3.0/3.0.0/printbackends/*.la
102 102
103 popd 103 popd
104 rm -rf gtk+-$PKGVERSION 104 rm -rf gtk+-$PKGVERSION
105 } 105 }
106 106