summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-11-05 05:44:38 +0100
committersL1pKn072023-11-05 05:44:38 +0100
commitaefa9720d5bc316dc16ad2a6d2f023de19cd82e3 (patch)
treefbcebea812a9ee90016bd3fbf4d4dfefb7f92605
parent1473725d1cff0f15717f344d81d9901191f49a9e (diff)
downloadaur-aefa9720d5bc316dc16ad2a6d2f023de19cd82e3.tar.gz
install missing header
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6579d6bf8d39..8536a7bf660d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,11 +21,13 @@ pkgbase = psmoveapi-git
source = git+https://github.com/inspirit/PS3EYEDriver.git
source = git+https://github.com/libusb/libusb.git
source = add-libv4l2-module.patch
+ source = https://patch-diff.githubusercontent.com/raw/thp/psmoveapi/pull/488.diff
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = 271eaa3f1f5c50045873f1583ebc38eb6c9451440a7c98de5b75731058901480
+ sha256sums = 80133615f0b17e6f85cb2529823267c1ddd62b3ca9ca4c7ff2f5ee775999c177
pkgname = psmoveapi-git
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 418a8140d353..3810a436d596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,7 @@ source=(
'git+https://github.com/inspirit/PS3EYEDriver.git'
'git+https://github.com/libusb/libusb.git'
'add-libv4l2-module.patch'
+ 'https://patch-diff.githubusercontent.com/raw/thp/psmoveapi/pull/488.diff'
)
sha256sums=(
'SKIP'
@@ -38,6 +39,7 @@ sha256sums=(
'SKIP'
'SKIP'
'271eaa3f1f5c50045873f1583ebc38eb6c9451440a7c98de5b75731058901480'
+ '80133615f0b17e6f85cb2529823267c1ddd62b3ca9ca4c7ff2f5ee775999c177'
)
options=('debug')
@@ -59,6 +61,9 @@ prepare() {
# Add the missing cmake libv4l2 linkage
patch -p1 -i "${srcdir}/add-libv4l2-module.patch"
+ # install missing header
+ patch -p1 -i "${srcdir}/488.diff"
+
mkdir -p docs/_static
}