This method is not any more recommended.
Instructions for build on Ubuntu:
install git
Code:
sudo apt-get install git
get all source code from git
Code:
git clone https://github.com/perberos/Mate-Desktop-Environment.git
while, install all development headers and tools for build.
Code:
sudo apt-get install libxml2-dev libxslt1-dev libglib2.0-dev libidl-dev \
libdbus-1-dev libdbus-glib-1-dev libpolkit-backend-1-dev flex libpopt-dev \
bison libbz2-dev libgcrypt11-dev libcanberra-dev libgail-dev libgtk2.0-dev \
libart-2.0-dev libglade2-dev libtasn1-3-bin libxklavier-dev libsoup2.4-dev \
icon-naming-utils libunique-dev libcanberra-gtk-dev libwnck-dev \
librsvg2-dev libpolkit-agent-1-dev gobject-introspection \
libgirepository1.0-dev libupower-glib-dev intltool xsltproc \
libtasn1-3-dev libtool gtk-doc-tools libgamin-dev \
librarian-dev
When you got all installed, install mate-doc-utils.
Code:
cd Mate-Desktop-Environment/mate-doc-utils
./configure --prefix=/usr
make
sudo make install
Now you are ready to start to pack.
On each folder inside Mate-Desktop-Environment, you will find one called distro. Inside, there are scripts for build packages.
for example, to build mate-doc-utils, you need to run:
Code:
cd Mate-Desktop-Environment/mate-doc-utils/distro/ubuntu
./build
It will make 2 folders. pkg contains the files for the tarball .deb, and the src contains the source code, and some file binaries.
The file .deb will be generated. But if you had some problem, post on this thread.
The script do not check for dependency, so you need to follow this order and install it before you get the .deb:
Code:
mate-doc-utils
mate-common
mate-corba
mate-conf
libmatecomponent
mate-mime-data
mate-vfs
libmate
libmatecanvas
libmatecomponentui
libmatekeyring
mate-keyring
libmateui
libmatenotify
libmatekbd
libmateweather
mate-icon-theme
mate-dialogs
mate-desktop
mate-file-manager
mate-notification-daemon
mate-backgrounds
mate-menus
mate-window-manager
mate-settings-daemon
mate-control-center
mate-panel
mate-polkit
mate-session-manager
to install a .deb, use:
Code:
sudo dpkg -i name_of_pack_here.deb
Tip: How To Disable The Overlay Scrollbars In Ubuntu
http://www.webupd8.org/2011/04/how-t...llbars-in.html
Tip: Disable resize gripper in windows
http://askubuntu.com/questions/29209...per-in-windows