Skip to content

Commit

Permalink
addpatch: qaseprite 1.0.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeonacid committed Jan 30, 2025
1 parent fa1eca2 commit aab35d5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions qaseprite/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
diff --git PKGBUILD PKGBUILD
index c120756..204217a 100644
--- PKGBUILD
+++ PKGBUILD
@@ -31,4 +31,12 @@
install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
}

+source+=("qaseprite-laf-riscv64.patch::https://github.com/aseprite/laf/pull/129.diff")
+sha256sums+=("2de4f8918f6e044d4e5de36a3bfb568318e59897b4d1f125fb35604993b9675f")
+
+prepare() {
+ cd "$srcdir/$pkgname-$pkgver"
+ patch -d aseprite/laf -Np1 -i "$srcdir/qaseprite-laf-riscv64.patch"
+}
+
# vim:set ts=2 sw=2 et:

0 comments on commit aab35d5

Please sign in to comment.