Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/liborcus
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-23 10:15:51 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-23 10:15:51 +0200
commit34a413feb78c3fc39207da1cfac9421d13cdfa1b (patch)
tree7b7467d7d6b614f839ab8aceb1dc64b3a136a2dc /extra/liborcus
parentcd759338e300855b12cc9dda9f21085024a3d0e7 (diff)
extra/liborcus: removed local patching
Diffstat (limited to 'extra/liborcus')
-rw-r--r--extra/liborcus/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/extra/liborcus/PKGBUILD b/extra/liborcus/PKGBUILD
index 0223daea..7b249197 100644
--- a/extra/liborcus/PKGBUILD
+++ b/extra/liborcus/PKGBUILD
@@ -1,30 +1,2 @@
-# download location and packaging is a mess, fixing locally here as
-# we have to do a rebuild of libreoffice..
-source[0]="https://gitlab.com/orcus/orcus/-/archive/${pkgver}/liborcus-${pkgver}.tar.gz"
-sha256sums[0]='b2c30fb24ddadfe9bc94ac5d55782e6137ba727e90f4c9420dab5fde0d51f661'
-eval "$(
- declare -f build | \
- sed '
- s/cd .*/cd orcus-0.17.2-8865b88c8627953c1c4f371c3a582f58f233295d/
- /configure/ i \
- ./autogen.sh
- '
-)"
-
-eval "$(
- declare -f check | \
- sed '
- s/cd .*/cd orcus-0.17.2-8865b88c8627953c1c4f371c3a582f58f233295d/
- '
-)"
-
-eval "$(
- declare -f package | \
- sed '
- s/cd .*/cd orcus-0.17.2-8865b88c8627953c1c4f371c3a582f58f233295d/
- '
-)"
-
-
# ignore tests (Python is broken)
unset check