Skip to content

mhoush/crux-mate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MATE Desktop Environment ports collection for CRUX Linux

The current release is MATE 1.26 for CRUX 3.7 (as of 03 Oct 2022).

Quickstart

Download mate.httpup OR mate.git (not both):

curl -o /etc/ports/mate.httpup https://raw.githubusercontent.com/mhoush/crux-mate/main/mate.httpup

OR

curl -o /etc/ports/mate.git https://raw.githubusercontent.com/mhoush/crux-mate/main/mate.git

Enable the 'contrib' ports collection as described in the CRUX handbook

Add 'prtdir /usr/ports/mate' to /etc/prt-get.conf, before 'contrib', 'core', 'opt', and 'xorg'.

Update ports collections:

ports -u

Add the collection's public key to the ports config:

cp /usr/ports/mate/mate.pub /etc/ports/

Install MATE ports:

prt-get depinst mate --install-scripts --margs="-in"

NOTE: There are a few ports outside of the MATE ports tree that will likely have footprint mismatches during the MATE build. These mismatches are usually due to extra libraries or software installed that the ports detect. The --margs="-in" option to prt-get above will cover cases of NEW files in .footprints.

After the installation completes, add dbus to the 'SERVICES' array in /etc/rc.conf:

SERVICES=(net crond dbus)

Ensure the dbus service is running or reboot.

If using startx configure your .xinitrc like so:

exec /usr/bin/start-mate

If using a login manager or other method, configure as appropriate.

About

MATE Desktop ports for CRUX Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages