mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
remove --enable-matecomponent from mate-panel SlackBuild; seems to be an unrecognized compile option; thanks to Willy Sudiarto Raharjo
This commit is contained in:
parent
675fc6dfec
commit
87bd881bbd
1 changed files with 2 additions and 3 deletions
|
@ -88,7 +88,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--libexecdir=/usr/lib${LIBDIRSUFFIX}/mate-panel \
|
--libexecdir=/usr/lib${LIBDIRSUFFIX}/mate-panel \
|
||||||
--disable-scrollkeeper \
|
--disable-scrollkeeper \
|
||||||
--enable-introspection \
|
--enable-introspection \
|
||||||
--enable-matecomponent \
|
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make $NUMJOBS || make
|
make $NUMJOBS || make
|
||||||
|
@ -131,8 +130,8 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||||
|
|
||||||
# Remove help files for now - until MATE upstream fixes help documentation
|
# Remove help files for now - until MATE upstream fixes help documentation
|
||||||
# buttons and menus.
|
# buttons and menus.
|
||||||
find $PKG/usr/share/mate/help/mate-applet-fish/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \;
|
find $PKG/usr/share/mate/help/mate-applet-fish/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \; || true
|
||||||
find $PKG/usr/share/mate/help/mate-applet-clock/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \;
|
find $PKG/usr/share/mate/help/mate-applet-clock/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \; || true
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
|
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
|
||||||
|
|
Loading…
Reference in a new issue