summaryrefslogtreecommitdiff
path: root/libcdr/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-03-27 13:02:35 +0000
committerTim Biermann <tbier@posteo.de>2021-03-27 13:02:35 +0000
commit4873c8b90d6c755d6b7639054114e73e26b98dee (patch)
treebcb33b2a07b0a12a66252c2641369ea860961611 /libcdr/Pkgfile
parentecd6617b6ee059e5a42b15135a09f18042d3b9e8 (diff)
downloadcontrib-4873c8b90d6c755d6b7639054114e73e26b98dee.tar.gz
contrib-4873c8b90d6c755d6b7639054114e73e26b98dee.tar.xz
libcdr: 0.1.6 -> 0.1.7
Diffstat (limited to 'libcdr/Pkgfile')
-rw-r--r--libcdr/Pkgfile7
1 files changed, 2 insertions, 5 deletions
diff --git a/libcdr/Pkgfile b/libcdr/Pkgfile
index 50dd34417..c202fe492 100644
--- a/libcdr/Pkgfile
+++ b/libcdr/Pkgfile
@@ -4,15 +4,12 @@
# Depends on: lcms2 librevenge icu
name=libcdr
-version=0.1.6
+version=0.1.7
release=1
-source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz
- libcdr-0.1.6-icu-68.patch)
+source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz)
build() {
cd $name-$version
- [ $(pkginfo -i | awk '/^icu / {split($2,a,"."); print a[1]}') -ge 68 ] && \
- patch -p1 -i $SRC/libcdr-0.1.6-icu-68.patch
./configure --prefix=/usr \
--without-docs
make

Generated by cgit