Compare commits

...
9 Commits
Author SHA1 Message Date
EnumDev 625b5ccccd Update package version to 1.91.4 2026-09-25 19:55:42 +03:00
EnumDev 80b4a82a60 Update package version to 1.91.3 2026-07-08 13:33:40 +03:00
EnumDev 6ffb069778 Switch to new package format 2026-06-13 20:01:36 +03:00
EnumDev 732f43aead Update package version to 1.91.2 2026-04-05 12:12:49 +03:00
EnumDev 0e6901e1ce Update .gitignore 2026-02-24 12:46:45 +02:00
EnumDev 4fe9fc5211 Update package version to 1.91.1 2026-02-14 15:03:09 +02:00
EnumDev 37b95e191c Update package version to 1.91.0 2025-11-28 15:17:12 +02:00
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
4 changed files with 11 additions and 8 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
# Exclude bpm archives
# Ignore BPM archives and signatures
*.bpm
*.bpm.sig
+6 -3
View File
@@ -1,9 +1,11 @@
name: upower
description: Abstraction for enumerating power devices, listening to device events and querying history and statistics
version: 1.90.10
revision: 2
version: 1.91.4
revision: 1
url: https://upower.freedesktop.org/
license: GPL2-or-later
maintainers:
- [email protected]
architecture: any
type: source
depends:
@@ -19,6 +21,7 @@ optional_depends:
make_depends:
- docbook-xsl-nons
- gobject-introspection
- gtk-doc
- meson
- python3
- udev
@@ -27,4 +30,4 @@ downloads:
- url: https://gitlab.freedesktop.org/upower/upower/-/archive/v${BPM_PKG_VERSION}/upower-v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 7fcd51bece2526dbee5170feb3ffd1adab5b0cd023575f1fd119d969b73f4b90
checksum: 447dc57365821a8566ace9c9c6c3028c86708f1688c5dadb4dfe9f6b6b117b18
+2 -2
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
@@ -7,7 +7,7 @@
build() {
meson setup --prefix=/usr \
--buildtype=release \
-D gtk-doc=false \
-D gtk-doc=true \
-D man=true \
-D systemdsystemunitdir=no \
-D udevrulesdir=/usr/lib/udev/rules.d build
-1
View File
@@ -1,6 +1,5 @@
name: upowerd
description: Start the upower daemon
dependencies: ["udevd"]
type: background
start_cmd: /usr/libexec/upowerd
exit_method: kill