remove --enable-matecomponent from mate-panel SlackBuild; seems to be an unrecognized compile option; thanks to Willy Sudiarto Raharjo

This commit is contained in:
Chess Griffin 2013-03-24 17:17:12 -04:00
parent 675fc6dfec
commit 87bd881bbd
No known key found for this signature in database
GPG key ID: BFF42AA34B3305BE

View file

@ -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}