TAAPArthur / kiss-xorg

A KISS Linux Repository for Xorg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kiss-xorg

+----------------------------------------+
|                           ;;;;;;;;;;;;;|
| XORG                      ;\;;;\\;;;|;;|
|                            ;\\;;|;|;;|||
|                             ;'| '    ;||
|         .---.                 | | |   ||
|;;;     [     ]   |||    ;;@   | | '   ||
|@;@;;   |  X  | `-vvv  ;@;;;;_/    |   \|
|;;;@;;@ |     |    | ;;;;;;@/   /;;\    |
+----------------------------------------+

A collection of repositories for running Xorg on KISS Linux.

Due to upstream KISS making the switch to wayland, and my reliance on X, I forked the main repo.

Feel free to create Issues and Pull Requests for outdated software!

Structure

  • xorg/ - contains the X11 distribution, and other misc software for X
  • extra/ - contains the browser (firefox) and media player (mpv)
    • NOTE: You will still need the upsteam extra repo!
  • community/ - contains useful software that depends on X
  • games/ - contains video games

Usage

Just add the directories before the official KISS repos in your KISS_PATH

Example:

KISS_PATH="/path/to/repo/core"
KISS_PATH="${KISS_PATH}:/path/to/kiss-xorg/extra"
KISS_PATH="${KISS_PATH}:/path/to/kiss-xorg/xorg"
KISS_PATH="${KISS_PATH}:/path/to/repo/extra"
...

Support

distro/fork tested? notes
kisslinux Y n/a
gkisslinux Y
glasnost Y clang is a dep of some packages, so a dummy package is needed
wyverkiss Y need to fork some packges for gmake & bison
noir N
carbslinux n/a carbs ships with Xorg already

About

A KISS Linux Repository for Xorg

License:MIT License


Languages

Language:Shell 100.0%