mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
Update Documentation and build script for yelp
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
0076381007
commit
24d2717302
3 changed files with 15 additions and 18 deletions
27
CURRENT.TXT
27
CURRENT.TXT
|
@ -7,12 +7,6 @@ deps/. Both require itstool, which is already available on Slackware
|
||||||
-current, so there is no need to build itstool if you are using Slackware
|
-current, so there is no need to build itstool if you are using Slackware
|
||||||
-current.
|
-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 to use the
|
|
||||||
precompiled binary packages for Slackware 14.0 which is reported to be working
|
|
||||||
fine on Slackware -current.
|
|
||||||
|
|
||||||
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
|
||||||
|
@ -25,24 +19,23 @@ xdg-mime default caja-folder-handler.desktop application/x-directory
|
||||||
please make a backup of your $HOME/.local/share/applications/defaults.list
|
please make a backup of your $HOME/.local/share/applications/defaults.list
|
||||||
before executing the above commands
|
before executing the above commands
|
||||||
|
|
||||||
Tue Mar 26 02:06:35 UTC 2013
|
Mon May 20 21:01:33 UTC 2013
|
||||||
Another note about the addition of dconf to Slackware -current. If you
|
Pat just added itstool to Slackware-current. if you are building MATE on
|
||||||
previously built MATE packages with the dconf in the MATE SlackBuilds /deps
|
-current with Pat's new itstool installed, you shouldn't need to build the
|
||||||
directory, you'll need to rebuild the following packages using the new dconf
|
itstool package in the MATE SlackBuild repository. And if you are using the
|
||||||
in -current:
|
mate-build-base.sh script, then please edit that script and remove this line:
|
||||||
|
|
||||||
base/mate-control-center
|
deps/itstool \
|
||||||
base/mate-panel
|
|
||||||
base/mate-settings-daemon
|
And then proceed with running the script. Please report any issues. Thanks!
|
||||||
extra/mate-terminal
|
|
||||||
|
|
||||||
Sun Mar 24 04:48:35 UTC 2013
|
Sun Mar 24 04:48:35 UTC 2013
|
||||||
Pat just added dconf to Slackware -current and dconf is included as a
|
Pat just added dconf to Slackware -current and dconf is included as a
|
||||||
dependency package in the /base directory. So, if you are building MATE on
|
dependency package in the /base directory. So, if you are building MATE on
|
||||||
-current with Pat's new dconf installed, you shouldn't need to build the dconf
|
-current with Pat's new dconf installed, you shouldn't need to build the dconf
|
||||||
package in the MATE SlackBuild repository. And if you are using the
|
package in the MATE SlackBuild repository. And if you are using the
|
||||||
mate-build-base.sh script, then please edit that script and remove line 52:
|
mate-build-base.sh script, then please edit that script and remove this line:
|
||||||
|
|
||||||
dconf \
|
deps/dconf \
|
||||||
|
|
||||||
And then proceed with running the script. Please report any issues. Thanks!
|
And then proceed with running the script. Please report any issues. Thanks!
|
||||||
|
|
|
@ -3,7 +3,7 @@ MATE SlackBuilds
|
||||||
|
|
||||||
This project provides SlackBuild scripts to build and install the MATE desktop
|
This project provides SlackBuild scripts to build and install the MATE desktop
|
||||||
environment on Slackware (http://www.mate-desktop.org). Please check the main
|
environment on Slackware (http://www.mate-desktop.org). Please check the main
|
||||||
project website at http://mateslackbuilds.github.com for screenshots and more
|
project website at http://mateslackbuilds.github.io for screenshots and more
|
||||||
information. There is also a link to some MATE 1.6 binary packages for
|
information. There is also a link to some MATE 1.6 binary packages for
|
||||||
Slackware 14.0.
|
Slackware 14.0.
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
|
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
|
||||||
|
# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Based on the xfce-build-all.sh script by Patrick J. Volkerding
|
# Based on the xfce-build-all.sh script by Patrick J. Volkerding
|
||||||
|
@ -39,6 +40,9 @@ MSBROOT=$(pwd)
|
||||||
for dir in \
|
for dir in \
|
||||||
base/mate-common \
|
base/mate-common \
|
||||||
deps/rarian \
|
deps/rarian \
|
||||||
|
deps/itstool \
|
||||||
|
deps/yelp-xsl \
|
||||||
|
deps/yelp-tools \
|
||||||
base/mate-doc-utils \
|
base/mate-doc-utils \
|
||||||
base/libmatekbd \
|
base/libmatekbd \
|
||||||
base/libmateweather \
|
base/libmateweather \
|
||||||
|
|
Loading…
Reference in a new issue