summaryrefslogtreecommitdiff
path: root/libqxp
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-18 09:35:00 +0000
committerTim Biermann <tbier@posteo.de>2019-08-18 09:35:00 +0000
commitfce60c7e9495c953a95389ddf94122b9745d5732 (patch)
tree3f6b6ee012e4ecaa6549ebcf5b211ef127f16aa2 /libqxp
parent0a495d9c651c52e439d94a719aad6b9946fe870d (diff)
downloadcontrib-fce60c7e9495c953a95389ddf94122b9745d5732.tar.gz
contrib-fce60c7e9495c953a95389ddf94122b9745d5732.tar.xz
libqxp: disable building with docs
Diffstat (limited to 'libqxp')
-rw-r--r--libqxp/.signature4
-rw-r--r--libqxp/Pkgfile5
2 files changed, 5 insertions, 4 deletions
diff --git a/libqxp/.signature b/libqxp/.signature
index 0ee360ab6..990191b21 100644
--- a/libqxp/.signature
+++ b/libqxp/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF39VLQwuDM3Aoyo9/l/fHUi8YADNQx8gnZ79XaMc34JBH6gURa8XcLO5psAEnIC85p3N91cRUiz8C9fQqESP2ZAA=
-SHA256 (Pkgfile) = b39cb8835ecf1cde56013afcecc3e1881293f1c2074ad0743f8dbdb6572b5e5b
+RWSagIOpLGJF30Rcbl6MyiLLYDF5Wpxlo46ceLgrlOOW6JmmQ77e5dR5IEWTekrnnMa6OiEWrVRw9CdaDqOEjjzBvLInh/0lOQo=
+SHA256 (Pkgfile) = d928e6d2f4e74ba942228e2db2672a7f9a09896dbb7633cc8f298bcbd75e62d1
SHA256 (.footprint) = 7d4afec9ac0f4d1cbcbc333485cf173f915c5ee53bec70407e153443b2913c08
SHA256 (libqxp-0.0.2.tar.xz) = e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c
diff --git a/libqxp/Pkgfile b/libqxp/Pkgfile
index 94d0b64fd..e39c04146 100644
--- a/libqxp/Pkgfile
+++ b/libqxp/Pkgfile
@@ -1,7 +1,7 @@
# Description: a library that parses the file format of QuarkXPress documents
# URL: https://wiki.documentfoundation.org/DLP/Libraries/libqxp
# Maintainer: Tim Biermann, tbier at posteo dot de
-# Depends on: icu librevenge
+# Depends on: librevenge icu
name=libqxp
version=0.0.2
@@ -10,7 +10,8 @@ source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --without-docs
make
make DESTDIR=$PKG install
}

Generated by cgit