summaryrefslogtreecommitdiff
path: root/libetonyek
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-18 10:21:42 +0000
committerTim Biermann <tbier@posteo.de>2019-08-18 10:21:42 +0000
commit7ac3fddee1b186bdc535353d70d986caa623fefa (patch)
treea8b8af64abb758c7e6c02531410cadcc43708837 /libetonyek
parenta82aa890b505df99b7dfea106106c7cf86e4ef66 (diff)
downloadcontrib-7ac3fddee1b186bdc535353d70d986caa623fefa.tar.gz
contrib-7ac3fddee1b186bdc535353d70d986caa623fefa.tar.xz
libetonyek: disable building with docs
Diffstat (limited to 'libetonyek')
-rw-r--r--libetonyek/.signature4
-rw-r--r--libetonyek/Pkgfile5
2 files changed, 5 insertions, 4 deletions
diff --git a/libetonyek/.signature b/libetonyek/.signature
index 482687665..7202dc8cb 100644
--- a/libetonyek/.signature
+++ b/libetonyek/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF39hIxMYMrGxAXUNE7rFuM+Ic99UsMAyw4vdHcN/IIpO1olFPnSsQZ6a3XcI/39O4sd/iMvVoP5w08rvRioYzjAE=
-SHA256 (Pkgfile) = 0ab1c55079a2b12e08639e7481e89e5005e1eb8aa611c8b61844f191d700fbb7
+RWSagIOpLGJF39YLBZW1R7x/2t1BzayebLePuKtiAHxcZzDGJplI/QPP2hTY21F4lHMFOBIk0SGWn/oh/gNVzLURGOYEPVwcJQk=
+SHA256 (Pkgfile) = 0a63ff876b6e1ce32a7dafb0d8df8778601b6cd255a69bfad34d4f40e6e12651
SHA256 (.footprint) = 46d39f04e6636a7982c25335c12e465ae0fc81c0d3a42a0f59fe6caa0a91abf7
SHA256 (libetonyek-0.1.9.tar.xz) = e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a
diff --git a/libetonyek/Pkgfile b/libetonyek/Pkgfile
index 223c41641..475fa13a4 100644
--- a/libetonyek/Pkgfile
+++ b/libetonyek/Pkgfile
@@ -5,13 +5,14 @@
name=libetonyek
version=0.1.9
-release=1
+release=2
source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
- --with-mdds=1.4
+ --with-mdds=1.4 \
+ --without-docs
make
make DESTDIR=$PKG install
}

Generated by cgit