Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/tracker3
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-11-12 14:26:43 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-11-12 14:26:43 +0100
commit9269db6149550a2c1847e263a87326e3f735b897 (patch)
treeb04567703e7ea5635bbdbcdca78d7e9b2d88b357 /extra/tracker3
parent328b088935b37bfffe7755e716497da677faa490 (diff)
extra/tracker3: reenabled doc building and hope it works next time
Diffstat (limited to 'extra/tracker3')
-rw-r--r--extra/tracker3/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/tracker3/PKGBUILD b/extra/tracker3/PKGBUILD
index a25ec7c2..7c5c36eb 100644
--- a/extra/tracker3/PKGBUILD
+++ b/extra/tracker3/PKGBUILD
@@ -21,26 +21,3 @@ if [ "$CARCH" = 'i486' ]; then
'
)"
fi
-
-# Don't care about broken uptream stuff, especially if it all it does
-# is documenration:
-# tracker/docs/reference/libtracker-sparql/meson.build:63:7: ERROR: hotdoc.generate_doc
-# keyword argument 'dependencies' was of type array[CustomTarget | InternalDependency]
-# but should have been array[Dependency | StaticLibrary | SharedLibrary
-eval "$(
- declare -f build | \
- sed '
- s/arch-meson/arch-meson -D docs=false/
- '
-)"
-
-# more no-doc patching
-source+=('tracker-no-doc.patch')
-sha256sums+=('2621451f3dc44ad458934c6c2cbdf27d73f94e6470082b3f01b5ffb6d752deda')
-eval "$(
- declare -f prepare | \
- sed '
- /}/ i \
- patch -Np1 < ${srcdir}/tracker-no-doc.patch
- '
-)"