Skip to content

Instantly share code, notes, and snippets.

@Caellian
Last active August 14, 2018 12:15
Show Gist options
  • Select an option

  • Save Caellian/d66c79503d7a98d7392068b76e4211e8 to your computer and use it in GitHub Desktop.

Select an option

Save Caellian/d66c79503d7a98d7392068b76e4211e8 to your computer and use it in GitHub Desktop.
Tests for ArchInstaller.
hr.caellian:kboardfix:
name: kBoardFix
description: Small fix script for keyboard layout.
script:
pre-mount: fix/fixKeyboard.py
org.x:xorg:
name: Xorg
description: The X.Org project provides an open source implementation of the X Window System.
website: https://www.x.org/wiki/
script:
post-chroot: xorg/post-chroot.py
readme-parts: xorg/info.part
org.freedesktop.wayland:wayland:
name: Wayland
description: Wayland is intended as a simpler replacement for X, easier to develop and maintain.
website: https://wayland.freedesktop.org/
script:
post-chroot: wayland/post-chroot.py
org.kde:plasma:core:
name: KDE Plasma (plasma)
description: Simple by default, powerful when needed.
website: https://www.kde.org/plasma-desktop
depends-on:
- ["hr.caellian:xorg","hr.caellian:wayland"]
script:
post-chroot: kde/core.py
hr.caellian:xorg: kde/xorg-adjust.py
hr.caellian:wayland: kde/wayland-adjust.py
org.kde:plasma:kde-apps:
name: KDE Plasma (plasma, kde-applications)
description: KDE Plasma setup
website: https://www.kde.org/plasma-desktop
depends-on:
- org.kde:plasma:core
script:
post-chroot: kde/kde-apps.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment