Compare commits
6
Commits
56c0e407a3
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80b4a82a60
|
||
|
|
6ffb069778
|
||
|
|
732f43aead
|
||
|
|
0e6901e1ce
|
||
|
|
4fe9fc5211
|
||
|
|
37b95e191c
|
+2
-1
@@ -1,2 +1,3 @@
|
|||||||
# Exclude bpm archives
|
# Ignore BPM archives and signatures
|
||||||
*.bpm
|
*.bpm
|
||||||
|
*.bpm.sig
|
||||||
|
|||||||
+5
-3
@@ -1,9 +1,11 @@
|
|||||||
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.91.3
|
||||||
revision: 4
|
revision: 1
|
||||||
url: https://upower.freedesktop.org/
|
url: https://upower.freedesktop.org/
|
||||||
license: GPL2-or-later
|
license: GPL2-or-later
|
||||||
|
maintainers:
|
||||||
|
- [email protected]
|
||||||
architecture: any
|
architecture: any
|
||||||
type: source
|
type: source
|
||||||
depends:
|
depends:
|
||||||
@@ -28,4 +30,4 @@ downloads:
|
|||||||
- url: https://gitlab.freedesktop.org/upower/upower/-/archive/v${BPM_PKG_VERSION}/upower-v${BPM_PKG_VERSION}.tar.gz
|
- url: https://gitlab.freedesktop.org/upower/upower/-/archive/v${BPM_PKG_VERSION}/upower-v${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
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 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
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
Reference in New Issue
Block a user