Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/gspell/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gspell/PKGBUILD')
-rw-r--r--extra/gspell/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/gspell/PKGBUILD b/extra/gspell/PKGBUILD
deleted file mode 100644
index 31b640a6..00000000
--- a/extra/gspell/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# temporary workaround for FS#63550
-
-eval "$(
- declare -f build | \
- sed '
- s/configure/configure --disable-dependency-tracking/
- /make/ i \
- sed -i s/@CODE_COVERAGE_RULES@//g Makefile \
- sed -i s/@CODE_COVERAGE_RULES@//g gspell/Makefile \
- sed -i s/@CODE_COVERAGE_RULES@//g testsuite/Makefile
- '
-)"
-
-# see https://gitlab.gnome.org/GNOME/gspell/commit/8bd7cac01d8cd27a25b48858843cb21e91f3952e
-source+=('8bd7cac01d8cd27a25b48858843cb21e91f3952e.diff')
-sha256sums+=('d6713a97a151e2556409da28f3f9be4a2c091f82d2b45054bc5d0fc2bfbd3621')
-eval "$(
- declare -f prepare | \
- sed '
- 3 a patch -p1 -i "$srcdir/8bd7cac01d8cd27a25b48858843cb21e91f3952e.diff"
- '
-)"