Skip to content

Commit

Permalink
system76-power: Add at v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pheoxy committed Sep 26, 2024
1 parent cbb7b40 commit 99769ad
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 0 deletions.
Binary file added s/system76-power/manifest.x86_64.bin
Binary file not shown.
33 changes: 33 additions & 0 deletions s/system76-power/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/** Human readable report. This is not consumed by boulder */
{
"manifest-version": "0.2",
"packages": {
"system76-power": {
"build-depends": [
"binary(cargo)",
"pkgconfig(libusb-1.0)"
],
"depends": [
"interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))",
"soname(ld-linux-x86-64.so.2(x86_64))",
"soname(libc.so.6(x86_64))",
"soname(libunwind.so.1(x86_64))",
"soname(libusb-1.0.so.0(x86_64))"
],
"files": [
"/usr/bin/system76-power",
"/usr/lib/systemd/system/com.system76.PowerDaemon.service",
"/usr/share/dbus-1/interfaces/com.system76.PowerDaemon.xml",
"/usr/share/dbus-1/system.d/com.system76.PowerDaemon.conf",
"/usr/share/polkit-1/actions/com.system76.PowerDaemon.policy"
],
"name": "system76-power",
"provides": [
"binary(system76-power)"
]
}
},
"source-name": "system76-power",
"source-release": "1",
"source-version": "1.2.1"
}
2 changes: 2 additions & 0 deletions s/system76-power/monitoring.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
id: 78605
24 changes: 24 additions & 0 deletions s/system76-power/stone.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#
# SPDX-FileCopyrightText: © 2020-2024 Serpent OS Developers
#
# SPDX-License-Identifier: MPL-2.0
#
name : system76-power
version : 1.2.1
release : 1
homepage : https://github.com/pop-os/system76-power
upstreams :
- https://github.com/pop-os/system76-power/archive/refs/tags/1.2.1.tar.gz: 90b796e72a442a7968fc80b269ed2a936c6541bcba939a72612898082fbd7ec3
summary : system76-power is a utility for managing graphics and power profiles.
description : |
system76-power is a utility for managing graphics and power profiles.
license:
- GPL-3.0-only
builddeps :
- binary(cargo)
- pkgconfig(libusb-1.0)
networking : yes
build : |
%make
install : |
%make_install

0 comments on commit 99769ad

Please sign in to comment.