-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added missing tools and functionalities
- Loading branch information
1 parent
a51d42e
commit ade5345
Showing
8 changed files
with
211 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
id: brightnessctl | ||
version: 0.5.1 | ||
about: Lightweight brightness control tool | ||
|
||
environ: | ||
- ENABLE_SYSTEMD=1 | ||
|
||
script: |- | ||
make && make DESTDIR=%{install-root} install | ||
depends: | ||
- components/systemd.yml | ||
|
||
sources: | ||
- brightnessctl-%{version}.tar.gz::https://github.com/Hummer12007/brightnessctl/archive/%{version}.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
id: cxxopts | ||
version: 3.2.1 | ||
about: Lightweight C++ command line option parser | ||
|
||
sources: | ||
- https://github.com/jarro2783/cxxopts/archive/v%{version}/cxxopts-v%{version}.tar.gz | ||
|
||
build-depends: | ||
- components/cmake.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
id: iio-sway | ||
version: 31-05-2022 | ||
commit: e07477d1b2478fede1446e97424a94c80767819d | ||
about: Rotate Sway outputs based on current accelerometer orientation using iio-sensor-proxy | ||
|
||
depends: | ||
- components/iio-sensor-proxy.yml | ||
- components/dbus.yml | ||
|
||
sources: | ||
- iio-sway-%{commit}.tar.gz::https://github.com/okeri/iio-sway/archive/%{commit}.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
id: make | ||
version: 1.9.0 | ||
about: Lightweight notification daemon for Wayland | ||
|
||
configure: >- | ||
-Dsd-bus-provider=libsystemd | ||
post-script: |- | ||
install -v -D -m 0644 /dev/stdin %{install-root}%{libdir}/systemd/user/mako.service << "EOF" | ||
[Unit] | ||
Description=Lightweight Wayland notification daemon | ||
Documentation=man:mako(1) | ||
PartOf=graphical-session.target | ||
After=graphical-session.target | ||
[Service] | ||
Type=dbus | ||
BusName=org.freedesktop.Notifications | ||
ExecCondition=%{bindir}/sh -c '[ -n "$WAYLAND_DISPLAY" ]' | ||
ExecStart=%{bindir}/mako | ||
ExecReload=%{bindir}/makoctl reload | ||
SystemdService=mako.service | ||
[Install] | ||
WantedBy=graphical-session.target | ||
EOF | ||
depends: | ||
- components/gdk-pixbuf.yml | ||
- components/pango.yml | ||
- components/systemd.yml | ||
- components/wayland.yml | ||
- components/jq.yml | ||
|
||
build-depends: | ||
- components/meson.yml | ||
- components/scdoc.yml | ||
- components/wayland-protocols.yml | ||
|
||
sources: | ||
- https://github.com/emersion/mako/releases/download/v%{version}/mako-%{version}.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
id: pamixer | ||
version: 1.6 | ||
about: Pulseaudio commandline mixer like amixer | ||
|
||
depends: | ||
- components/pulseaudio.yml | ||
|
||
build-depends: | ||
- components/cxxopts.yml | ||
|
||
sources: | ||
- pamixer-%{version}.tar.gz::https://github.com/cdemoulins/pamixer/archive/%{version}.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
id: playerctl | ||
version: 2.4.1 | ||
about: mpris media player controller and lib for spotify, vlc, audacious, bmp, xmms2, and others. | ||
|
||
depends: | ||
- components/glib.yml | ||
|
||
build-depends: | ||
- components/gobject-introspection.yml | ||
- components/gtk-doc.yml | ||
- components/meson.yml | ||
|
||
sources: | ||
- playerctl-%{version}.tar.gz::https://github.com/altdesktop/playerctl/archive/refs/tags/v%{version}.tar.gz |