Compare commits
8
Commits
e3b69fb92c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80b4a82a60
|
||
|
|
6ffb069778
|
||
|
|
732f43aead
|
||
|
|
0e6901e1ce
|
||
|
|
4fe9fc5211
|
||
|
|
37b95e191c
|
||
|
|
56c0e407a3
|
||
|
|
fb29d1951d
|
+2
-1
@@ -1,2 +1,3 @@
|
||||
# Exclude bpm archives
|
||||
# Ignore BPM archives and signatures
|
||||
*.bpm
|
||||
*.bpm.sig
|
||||
|
||||
+6
-3
@@ -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.3
|
||||
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: 6cef641ce39f13efc09e12afbb889128d4e9b3596a1faeaaa1b619fdf72403a9
|
||||
@@ -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,6 +1,5 @@
|
||||
name: upowerd
|
||||
description: Start the upower daemon
|
||||
dependencies: ["udevd"]
|
||||
type: background
|
||||
start_cmd: /usr/libexec/upowerd
|
||||
exit_method: kill
|
||||
|
||||
Reference in New Issue
Block a user