Compare commits

...
2 Commits
Author SHA1 Message Date
EnumDev 56c0e407a3 Enable documentation 2025-11-09 14:44:28 +02:00
EnumDev fb29d1951d Remove dependencies field from esvm service 2025-11-09 14:42:57 +02:00
3 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
name: upower name: upower
description: Abstraction for enumerating power devices, listening to device events and querying history and statistics description: Abstraction for enumerating power devices, listening to device events and querying history and statistics
version: 1.90.10 version: 1.90.10
revision: 2 revision: 4
url: https://upower.freedesktop.org/ url: https://upower.freedesktop.org/
license: GPL2-or-later license: GPL2-or-later
architecture: any architecture: any
@@ -19,6 +19,7 @@ optional_depends:
make_depends: make_depends:
- docbook-xsl-nons - docbook-xsl-nons
- gobject-introspection - gobject-introspection
- gtk-doc
- meson - meson
- python3 - python3
- udev - udev
-1
View File
@@ -1,6 +1,5 @@
name: upowerd name: upowerd
description: Start the upower daemon description: Start the upower daemon
dependencies: ["udevd"]
type: background type: background
start_cmd: /usr/libexec/upowerd start_cmd: /usr/libexec/upowerd
exit_method: kill exit_method: kill
+1 -1
View File
@@ -7,7 +7,7 @@
build() { build() {
meson setup --prefix=/usr \ meson setup --prefix=/usr \
--buildtype=release \ --buildtype=release \
-D gtk-doc=false \ -D gtk-doc=true \
-D man=true \ -D man=true \
-D systemdsystemunitdir=no \ -D systemdsystemunitdir=no \
-D udevrulesdir=/usr/lib/udev/rules.d build -D udevrulesdir=/usr/lib/udev/rules.d build