Skip to content

Commit

Permalink
addpatch: ogre-next 3.0.0-1
Browse files Browse the repository at this point in the history
Upstreamed to OGRECave/ogre-next#478.
  • Loading branch information
hack3ric committed Nov 18, 2024
1 parent e0bb650 commit 6149d15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
14 changes: 0 additions & 14 deletions ogre-next/add-riscv64.patch

This file was deleted.

6 changes: 3 additions & 3 deletions ogre-next/riscv64.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
+++ PKGBUILD
@@ -14,6 +14,10 @@ install=ogre-next.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/OGRECave/ogre-next/archive/v${pkgver}.tar.gz")
sha512sums=('52ed2d2a3375c0d35f0dc695b986514484ad1d47966c5c18351d3b09913123b2487b9729738c6b8b1219c1a992a8c8509a2303e097a6eb26497e152a14d48830')
sha512sums=('2ef8f16517c96cc7ddb31986857e4d0002e33c2eeff845b4af0b8e5848c3e92289dc3b10ededbe66fb63ef6234cbee88ed513466182bd4e70d710d0507f98418')

+prepare() {
+ patch -Np1 -d ogre-next-${pkgver} < "${srcdir}/add-riscv64.patch"
Expand All @@ -24,7 +24,7 @@
install -Dm644 Docs/License.html "${pkgdir}"/usr/share/licenses/${pkgname}/License.html
}

+source+=("add-riscv64.patch")
+sha512sums+=('e2c3e7abbbfc390accbb8cd783a2e45554cddee39f84c9894e6674bb31d6dc790971192958d65ef5c1ea54cd250328a05c18b569d3659936d7ea382f1d4277c8')
+source+=("add-riscv64.patch::https://github.com/OGRECave/ogre-next/pull/478.diff")
+sha512sums+=('9859a828dc560e49b570ec887853cbbb5467998348fc1ea253ed6032bebeb41d51fc6f1d4e7ea667b23eeb9c7a44c3ba3c8708e01df02c173ac28086c7f94faa')
+
# vim:set ts=2 sw=2 et:

0 comments on commit 6149d15

Please sign in to comment.