Skip to content

burhancodes/refine

Repository files navigation

Refine

Tweak various aspects of GNOME

Contributing

This project follows the GNOME Code of Conduct.

Development

Flatpak

Add the GNOME Nightly repository:

System

flatpak remote-add --if-not-exists gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo

User

flatpak remote-add --if-not-exists --user gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo

GNOME Builder

The recommended method is to use GNOME Builder:

  1. Install GNOME Builder from Flathub
  2. Open Builder and select "Clone Repository…"
  3. Clone https://gitlab.gnome.org/TheEvilSkeleton/Refine.git (or your fork)
  4. Press "Run Project" (▶) at the top, or Ctrl+Shift+[Spacebar].

Flatpak Builder

  1. Install org.flatpak.Builder from Flathub

    flatpak install org.flatpak.Builder
  2. Clone the repository (or your fork)

    git clone https://gitlab.gnome.org/TheEvilSkeleton/Refine.git
  3. To build, run the following in a terminal from the root of the repository:

    flatpak run org.flatpak.Builder --force-clean --install --user build-dir build-aux/page.tesk.Refine.Devel.json
  4. To launch Refine, run:

    flatpak run page.tesk.Refine.Devel

Meson

You can build and install on your host system by directly using the Meson buildsystem:

  1. Install blueprint-compiler

  2. Run the following commands (with /usr prefix):

    meson --prefix=/usr build
    ninja -C build
    sudo ninja -C build install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •