From 24d2717302ef5ab639b72bc950a272c6ff3c5a4b Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 29 Sep 2013 23:49:20 +0700 Subject: [PATCH] Update Documentation and build script for yelp Signed-off-by: Willy Sudiarto Raharjo --- CURRENT.TXT | 27 ++++++++++----------------- README.TXT | 2 +- mate-build-base.sh | 4 ++++ 3 files changed, 15 insertions(+), 18 deletions(-) diff --git a/CURRENT.TXT b/CURRENT.TXT index dde30be..4d4d370 100644 --- a/CURRENT.TXT +++ b/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. -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 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 @@ -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 before executing the above commands -Tue Mar 26 02:06:35 UTC 2013 -Another note about the addition of dconf to Slackware -current. If you -previously built MATE packages with the dconf in the MATE SlackBuilds /deps -directory, you'll need to rebuild the following packages using the new dconf -in -current: +Mon May 20 21:01:33 UTC 2013 +Pat just added itstool to Slackware-current. if you are building MATE on +-current with Pat's new itstool installed, you shouldn't need to build the +itstool package in the MATE SlackBuild repository. And if you are using the +mate-build-base.sh script, then please edit that script and remove this line: -base/mate-control-center -base/mate-panel -base/mate-settings-daemon -extra/mate-terminal +deps/itstool \ + +And then proceed with running the script. Please report any issues. Thanks! Sun Mar 24 04:48:35 UTC 2013 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 -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 -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! diff --git a/README.TXT b/README.TXT index 2f52299..69de8f6 100644 --- a/README.TXT +++ b/README.TXT @@ -3,7 +3,7 @@ MATE SlackBuilds This project provides SlackBuild scripts to build and install the MATE desktop 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 Slackware 14.0. diff --git a/mate-build-base.sh b/mate-build-base.sh index 827316e..53b022d 100755 --- a/mate-build-base.sh +++ b/mate-build-base.sh @@ -4,6 +4,7 @@ # All rights reserved. # # Copyright 2013 Chess Griffin Raleigh, NC +# Copyright 2013 Willy Sudiarto Raharjo # All rights reserved. # # Based on the xfce-build-all.sh script by Patrick J. Volkerding @@ -39,6 +40,9 @@ MSBROOT=$(pwd) for dir in \ base/mate-common \ deps/rarian \ + deps/itstool \ + deps/yelp-xsl \ + deps/yelp-tools \ base/mate-doc-utils \ base/libmatekbd \ base/libmateweather \