Cinnamon SlackBuilds
Find a file
Willy Sudiarto Raharjo 100891e66c
cjs: Upgraded to 5.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
2022-06-16 16:57:12 +07:00
.github Update funding channel 2020-05-26 09:51:36 +07:00
caribou Switch to 2022. 2022-02-05 17:39:50 +07:00
cinnamon cinnamon: Upgraded to 5.4.0. 2022-06-16 16:53:34 +07:00
cinnamon-control-center cinnamon-control-center: Upgraded to 5.4.0. 2022-06-16 16:54:53 +07:00
cinnamon-desktop Switch to 2022. 2022-02-05 17:39:50 +07:00
cinnamon-menus Switch to 2022. 2022-02-05 17:39:50 +07:00
cinnamon-screensaver Switch to 2022. 2022-02-05 17:39:50 +07:00
cinnamon-session Switch to 2022. 2022-02-05 17:39:50 +07:00
cinnamon-settings-daemon Switch to 2022. 2022-02-05 17:39:50 +07:00
cinnamon-translations Switch to 2022. 2022-02-05 17:39:50 +07:00
cjs cjs: Upgraded to 5.4.0. 2022-06-16 16:57:12 +07:00
clutter for aarch64 added the -fPIC flag 2021-12-05 01:59:43 +07:00
clutter-gtk for aarch64 added the -fPIC flag 2021-12-05 01:59:43 +07:00
cogl Switch to 2022. 2022-02-05 17:39:50 +07:00
colord colord: Fix path. 2022-03-04 14:25:51 +07:00
gnome-menus Switch to 2022. 2022-02-05 17:39:50 +07:00
libcroco Switch to 2022. 2022-02-05 17:39:50 +07:00
libgnomekbd Switch to 2022. 2022-02-05 17:39:50 +07:00
libgusb Switch to 2022. 2022-02-05 17:39:50 +07:00
libtimezonemap Switch to 2022. 2022-02-05 17:39:50 +07:00
metacity Switch to 2022. 2022-02-05 17:39:50 +07:00
mint-themes mint-themes: Upgraded to 1.9.9. 2022-06-16 16:56:39 +07:00
mint-y-icons mint-y-icons: Upgraded to 1.6.0. 2022-06-16 16:56:00 +07:00
muffin muffin: Upgraded to 5.4.0. 2022-06-16 16:55:21 +07:00
nemo Switch to 2022. 2022-02-05 17:39:50 +07:00
pangox-compat for aarch64 added the -fPIC flag 2021-12-05 01:59:43 +07:00
pexpect for aarch64 added the -fPIC flag 2021-12-05 01:59:43 +07:00
pia-manager pia-manager: Upgraded to 1.0.8. 2018-11-06 19:15:43 +07:00
polib for aarch64 added the -fPIC flag 2021-12-05 01:59:43 +07:00
psutil psutil: Upgraded to 5.8.0. 2021-06-03 01:28:55 +07:00
ptyprocess Switch to 2022. 2022-02-05 17:39:50 +07:00
python-pam Switch to 2022. 2022-02-05 17:39:50 +07:00
python3-xapp Switch to 2022. 2022-02-05 17:39:50 +07:00
pytz pytz: Upgraded to 2021.3 2021-11-20 00:45:00 +07:00
setproctitle for aarch64 added the -fPIC flag 2021-12-05 01:59:43 +07:00
tinycss for aarch64 added the -fPIC flag 2021-12-05 01:59:43 +07:00
xapp xapp: Upgraded to 2.2.11. 2022-06-16 16:54:24 +07:00
zenity for aarch64 added the -fPIC flag 2021-12-05 01:59:43 +07:00
.gitignore gitignore: Added .gem. 2018-11-26 01:37:31 +07:00
build-cinnamon.sh libgee: Removed (Included in Slackware). 2022-02-12 12:37:44 +07:00
BUILD_ORDER libgee: Removed (Included in Slackware). 2022-02-12 12:37:44 +07:00
CREDIT Update CREDIT and KNOWN ISSUES. 2016-11-23 04:23:03 +07:00
KNOWN_ISSUES cinnamon: Fix KNOWN ISSUE. 2017-01-08 08:17:23 +07:00
NOTES libdbusmenu: Remove .la files. 2022-02-05 17:31:49 +07:00
README TODO: Cleared. 2022-02-05 17:29:38 +07:00
TODO TODO: Cleared. 2022-02-05 17:29:38 +07:00

CINNAMON SlackBuilds
=====================

This repository provides SlackBuild scripts to build and install the CINNAMON
desktop environment (http://developer.linuxmint.com/projects/cinnamon-projects.html)
on top of Slackware Linux.
The Cinnamon packages are built with a minimum set of dependencies, but still
provides a working desktop.

Binary packages of Cinnamon for Slackware 15.0 for both ARCH (x86 and x86_64)
can be obtained from : http://www.slackware.uk/csb/. Binaries are built
against Slackware 15.0.

If you have custom installation, building from the source is the recommended
way to make sure it is linked with the libraries available on your machine.

How to build and install the CINNAMON packages using these scripts:

1.  Clone the Git repo or download a tarball/zip of the repo.
    Master branch is recommended if you are using current and it's always tracking
    the latest release of Cinnamon project. If you are using stable version of Slackware,
    please use a branch matching your Slackware version; eg. 15.0.

2.  You may want to read NOTES before building

3.  Install bash-completion from /extra before building the packages.

4.  Build the packages according to the BUILD_ORDER manually.
    If you wish to run an automated build script, please use the 'build-cinnamon.sh'
    in the root directory which will build and install all the cinnamon packages
    including the necessary dependencies.
    NOTE: In certain cases, the automated build script *may* failed.
    Some known issues are documented in KNOWN_ISSUES.

5.  Once the packages are built and installed, you can use 'xwmconfig' 
    to select the cinnamon session. Run startx to start Cinnamon Desktop.

6.  Enjoy and let me know of any issues or suggestions/improvements. 
    Email is: willysr@slackware-id.org

Thanks!

---
Willy Sudiarto Raharjo