mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
libwnck3: remove la files.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
7a9933a44e
commit
e411064476
1 changed files with 4 additions and 1 deletions
5
deps/libwnck3/libwnck3.SlackBuild
vendored
5
deps/libwnck3/libwnck3.SlackBuild
vendored
|
@ -27,7 +27,7 @@
|
|||
PRGNAM=libwnck3
|
||||
SRCNAM=libwnck
|
||||
VERSION=${VERSION:-3.24.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_msb}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -94,6 +94,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make $NUMJOBS || make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
# Don't ship .la files:
|
||||
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
|
||||
|
||||
mv $PKG/usr/bin/wnckprop $PKG/usr/bin/wnckprop3
|
||||
mv $PKG/usr/bin/wnck-urgency-monitor $PKG/usr/bin/wnck3-urgency-monitor
|
||||
|
||||
|
|
Loading…
Reference in a new issue