mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
Update CURRENT to add information about mate-media
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
1ed5110534
commit
8bea92dc64
1 changed files with 15 additions and 0 deletions
15
CURRENT.TXT
15
CURRENT.TXT
|
@ -1,5 +1,20 @@
|
||||||
The following is a list of notes on building MATE on Slackware -current:
|
The following is a list of notes on building MATE on Slackware -current:
|
||||||
|
|
||||||
|
Mon Jun 24 01:38:36 UTC 2013
|
||||||
|
mate-media is reported to be broken on -Current (but not on Slackware 14.0
|
||||||
|
despite the same version is being used).
|
||||||
|
The fix for this issue is simple, but this would prevent users to add
|
||||||
|
volume control applet on the mate-panel, so it's not yet applied to git master.
|
||||||
|
Here's the temporary solution for Slackware-Current users:
|
||||||
|
Change this line in mate-media.SlackBuild
|
||||||
|
--enable-gstmix \
|
||||||
|
into
|
||||||
|
--disable-gstmix \
|
||||||
|
|
||||||
|
and comment or remove this two lines on line 133 and 134
|
||||||
|
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 {} \;
|
||||||
|
|
||||||
Tue Jun 11 00:41:15 UTC 2013
|
Tue Jun 11 00:41:15 UTC 2013
|
||||||
Pat has rebuilt xdg-utils in Slackware-Current to properly support MATE DE,
|
Pat has rebuilt xdg-utils in Slackware-Current to properly support MATE DE,
|
||||||
so xdg-utils patch is no longer needed in Slackware-Current, but running
|
so xdg-utils patch is no longer needed in Slackware-Current, but running
|
||||||
|
|
Loading…
Reference in a new issue