https://github.com/jingmatrix/gvc
build libgnome-volume-control manually
https://github.com/jingmatrix/gvc
Last synced: 5 months ago
JSON representation
build libgnome-volume-control manually
- Host: GitHub
- URL: https://github.com/jingmatrix/gvc
- Owner: JingMatrix
- License: gpl-3.0
- Created: 2023-06-16T08:37:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T08:50:13.000Z (about 3 years ago)
- Last Synced: 2025-06-01T10:45:06.692Z (about 1 year ago)
- Language: Meson
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build libgnome-volume-control
This repo helps to build [libgnome-volume-control](https://gitlab.gnome.org/GNOME/libgnome-volume-control) outside Gnome environment.
The built files include
```
/usr/lib/gnome-shell
├── Gvc-1.0.typelib
└── libgvc.so
/usr/share/gnome-shell
└── Gvc-1.0.gir
```
Run the following to install:
```sh
meson build --prefix=/usr
ninja -C build install
```