Skeleton for /home
, used for configuring RebornOS Cinnamon.
In order to download the source code to your local computer for testing, or for development, you can clone from the remote repository using either SSH, or HTTPS. Below are instructions on how to do so using GitHub hosted code as remote.
git clone https://github.com/rebornos-team/rebornos-cinnamon-skel.git
cd rebornos-cinnamon-skel
git clone git@github.com:rebornos-team/rebornos-cinnamon-skel.git
cd rebornos-cinnamon-skel
- On a model target system (like a Cinnamon VM), modify the settings you want to change.
- Dump the system settings to a temporary keyfile:
dconf dump / > /tmp/settings.ini
- In the above file, keep only the settings you want the skel config to have, and remove everything else. Save it.
- Transfer the contents of the above file to the keyfile in your project directory.
Edit the keyfile in your project directory.
Change to the project directory (cd rebornos-cinnamon-skel
) and run any of the below scripts:
-
sh packaging/setup.sh <MODE>
: Builds and installs a package -
sh packaging/build-package.sh <MODE>
: Just builds a package without installing it locally -
sh packaging/install-package.sh <MODE>
: Just installs a package locally, except if no built package is detected, a package is built. -
where
<MODE>
can be one of the belowlocal
: Selects rebornos-cinnamon-skel-local from the local project that you have cloned already.git
: Selects rebornos-cinnamon-skel-git from the latest git commit.stable
: Selects rebornos-cinnamon-skel from the git tag corresponding to thepkgver
specified in the PKGBUILD. Ifpkgver=1.1.1
, then the git tagv1.1.1
is used for packaging.
Note: Any additional parameters passed to the above scripts are automatically sent to
makepkg
orpacman
(whichever is applicable).