Skip to content

Commit

Permalink
addpkg: libepoxy
Browse files Browse the repository at this point in the history
  • Loading branch information
piggynl authored and felixonmars committed Jun 14, 2022
1 parent 5c4dfb7 commit 09e5e90
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions libepoxy/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
--- PKGBUILD
+++ PKGBUILD
@@ -14,8 +14,10 @@ makedepends=(git meson mesa-libgl systemd doxygen graphviz)
checkdepends=(xorg-server-xvfb)
options=(debug)
_commit=c84bc9459357a40e46e2fec0408d04fbdde2c973 # tags/1.5.10^0
-source=("git+https://github.com/anholt/libepoxy#commit=$_commit")
-sha256sums=('SKIP')
+source=("git+https://github.com/anholt/libepoxy#commit=$_commit"
+ "$pkgname-dlwrap-riscv64.patch::https://github.com/anholt/libepoxy/pull/270.patch")
+sha256sums=('SKIP'
+ 'ce1dd6cbcf62f43b4019712f829d0220446262a18f81dc569b771b2cb031364d')
validpgpkeys=('53EF3DC3B63E2899271BD26322E8091EEA11BBB7') # Emmanuele Bassi <[email protected]>

pkgver() {
@@ -25,6 +27,7 @@ pkgver() {

prepare() {
cd libepoxy
+ patch -Np1 -i $srcdir/$pkgname-dlwrap-riscv64.patch
}

build() {

0 comments on commit 09e5e90

Please sign in to comment.