From 269aa4c7df03e1e581c01866c91bcfa5524d6334 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Tue, 27 Aug 2024 14:43:59 +0200 Subject: Rewrite using C/CMake/Gtk4 and add some features/tweaks --- README.md | 43 +++++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 16 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 26d8cf7..80db5ac 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,35 @@ # Ayatana Settings -### Info +## Info + Ayatana Settings allows you to configure all your Ayatana system indicators. -### Build dependencies [1] -- python-polib [2] -- python-setuptools [2] +## Build dependencies + + - cmake-extras + - intltool + - gtk4 + - glib2 + - glibc + - hicolor-icon-theme + +## Runtime dependencies -### Runtime dependencies [1] + - gtk4 + - glib2 + - glibc + - hicolor-icon-theme -- gtk3 -- gobject-introspection -- python-psutil [2] +## Installation -### Installation [2] - git clone https://github.com/AyatanaIndicators/ayatana-settings.git - cd ayatana-settings - python setup.py build - sudo python setup.py install --root=/ --optimize=1 - -[1] The package names may slightly vary among various Linux flavours +``` +git clone https://github.com/AyatanaIndicators/ayatana-settings.git +cd ayatana-settings +mkdir build +cd build +cmake .. +make +sudo make install +``` -[2] Make sure "python" refers to Python 3 (e.g. python in Arch, python3 in Debian) +**The install prefix defaults to `/usr`, change it with `-DCMAKE_INSTALL_PREFIX=/some/path`** -- cgit v1.2.3