Skip to content

Commit

Permalink
addpatch: system76-scheduler 2.0.2-1
Browse files Browse the repository at this point in the history
Bump generator crate which supports riscv64 in 0.8.x. Upstreamed to pop-os/system76-scheduler#120.
  • Loading branch information
hack3ric committed Nov 19, 2024
1 parent e0bb650 commit 6826f90
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions system76-scheduler/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
--- PKGBUILD
+++ PKGBUILD
@@ -35,6 +35,11 @@ pkgver() {
git describe --tags
}

+prepare() {
+ cd system76-scheduler
+ patch -Np1 -i ../bump-generator.patch
+}
+
build() {
cd system76-scheduler
export CC=clang
@@ -46,4 +51,7 @@ package() {
just rootdir="${pkgdir}" install
}

+source+=(bump-generator.patch::https://github.com/pop-os/system76-scheduler/pull/120.diff)
+b2sums+=('521c1f2949a92a64af6b54a9831a3aa02a18d27e0cbdf2c9850bd46b5bc19e8705e5c4f333df137e6c72bb6463b807169f6215b6c63af9260b257c8427770e36')
+
# vim: ts=2 sw=2 et:

0 comments on commit 6826f90

Please sign in to comment.