-
Notifications
You must be signed in to change notification settings - Fork 1
Packages
bleUX provides packages and metapackages essential to its proper functioning, helping ensure proper upgrades.
The provided packages are:
bleux-backgroundsbleux-consolebleux-desktopbleux-featuresbleux-repositorybleux-settings
This package wraps around the gnome-backgrounds package and provides the ubuntu-wallpapers package. This is necessary so that gnome-backgrounds can fully replace ubuntu-wallpapers, which is a dependency of gnome-shell.
This package wraps around the gnome-console package, recommends nautilus-extension-gnome-console, provides the x-terminal-emulator package and sets gnome-console as an x-terminal-emulator alternative using the update-alternatives command. This is necessary so that gnome-console can fully replace gnome-terminal feature-wise.
To add a package, create a directory with its name, copy the template files into it and change them as needed:
cd packages/
mkdir <package>/
cp build-template <package>/build
cp changelog-template <package>/changelog
cp control-template <package>/control
cd <package>/cd packages/
./build <target>| Target | Description |
|---|---|
all |
Builds all packages. |
<package> |
Only builds a specific package. |