Skip to content

Commit

Permalink
README: update README with respect to kisslinux/community
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyn-corner committed Feb 1, 2021
1 parent 0879330 commit eb75902
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,16 @@ if you would like to have documentation:
* git revert --no-commit df2c33d^..e6f0a36


### Community

The BDFL of KISS has gone on an extended hiatus. As a result, I have forked the
packages from community which are required to build `plasma-desktop` into
KISS-kde/extra in order to make sure they stay updated. Ensure this repository
is ahead of community in your `$KISS_PATH`. Alternatively, you can clone [the
community maintained version of
community](https://github.com/kiss-community/community).


### dbus

The dreaded(?) question.
Expand Down Expand Up @@ -243,12 +253,6 @@ Rebuild `kauth` and `kscreenlocker` if you already had them installed.

The engine that make it go!

The qt dependency includes packages which overlap with community, like `qt5`.
Additionally, `qt5` requires packages from community at build time. If a package
has been changed, it will be forked into this repository. As a result, you
should place this repository in your `$KISS_PATH` __before__ the official and
the community repositories.

`qt5*`, specifically `qt5-webengine`, take a very long time to build (thanks,
chromium). As a result, I have included along with this repository a KISS
tarball of the fully built packages for the three parts of the `qt5` suite that
Expand Down Expand Up @@ -361,12 +365,10 @@ that matter). I keep mine in `$HOME/git`. For now, assume I've done `git clone`
in `$HOME`.

```
$ git clone https://github.com/kisslinux/community # Clone
$ git clone https://github.com/dilyn-corner/KISS-kde # pls
# Add relevant repository paths
$ export KISS_PATH="$HOME/community/community:$KISS_PATH"
$ export KISS_PATH="$HOME/KISS-kde/extra:$KISS_PATH"
$ export KISS_PATH="$HOME/KISS-kde/plasma:$KISS_PATH"
$ export KISS_PATH="$HOME/KISS-kde/frameworks:$KISS_PATH"
Expand Down Expand Up @@ -419,8 +421,8 @@ $ sv up dbus
$ sv up udevd
# Install a font of your choosing.
# noto-fonts is in KISS-kde/extra. It's massive.
# hack is in community. It's very small and good.
# noto-fonts and hack are in KISS-kde/extra. noto is massive.
# hack is very small and good.
# Any TTF font should work though.
# You might want to make a runtime directory or KDE will
Expand Down

0 comments on commit eb75902

Please sign in to comment.