mate-media: Disable gstmix to make it buildable on -Current

This changes will prevent users to add volume control applet from their desktop

Signed-off-by: willysr <willysr@slackware-id.org>
This commit is contained in:
willysr 2013-09-19 14:54:26 +07:00
parent 29ff2e8f12
commit 402caa139d

View file

@ -3,6 +3,7 @@
# Slackware build script for mate-media
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +25,7 @@
PRGNAM=mate-media
VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_msb}
if [ -z "$ARCH" ]; then
@ -84,7 +85,7 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-pulseaudio \
--disable-scrollkeeper \
--enable-gstmix \
--disable-gstmix \
--enable-gst-mixer-applet \
--build=$ARCH-slackware-linux
@ -126,10 +127,5 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
# Remove help files for now - until MATE upstream fixes help documentation
# buttons and menus. Confirmed w/ upstream.
find $PKG/usr/share/mate/help/mate-mixer_applet2/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \;
find $PKG/usr/share/mate/help/mate-volume-control/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \;
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}