aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-09-08 12:37:36 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-09-08 22:01:50 +0000
commitd62a6903479c2d390506fa7d6759f22575de8f5d (patch)
tree723268e39d9a2aab5aacd266fdd8c871a656ffca
parent3482078fccf281251415887212c3bf21cb88d03e (diff)
community/*: rebuild against libpoppler.so.102.0.0
-rw-r--r--community/calligra/APKBUILD2
-rw-r--r--community/cups-filters/APKBUILD2
-rw-r--r--community/gdal/APKBUILD4
-rw-r--r--community/inkscape/APKBUILD2
-rw-r--r--community/kitinerary/APKBUILD2
-rw-r--r--community/libreoffice/APKBUILD2
-rw-r--r--community/pdfgrep/APKBUILD5
-rw-r--r--community/texlive/APKBUILD2
8 files changed, 9 insertions, 12 deletions
diff --git a/community/calligra/APKBUILD b/community/calligra/APKBUILD
index 6143c2c902c..1ffc4033868 100644
--- a/community/calligra/APKBUILD
+++ b/community/calligra/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=calligra
pkgver=3.2.1
-pkgrel=0
+pkgrel=1
pkgdesc="Office and graphic art suite by KDE"
arch="all !armhf !mips !mips64" # qtdeclarative
url="https://calligra.org"
diff --git a/community/cups-filters/APKBUILD b/community/cups-filters/APKBUILD
index 28e14925db0..0dd40920270 100644
--- a/community/cups-filters/APKBUILD
+++ b/community/cups-filters/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=cups-filters
pkgver=1.27.5
-pkgrel=0
+pkgrel=1
pkgdesc="OpenPrinting CUPS filters and backends"
url="https://wiki.linuxfoundation.org/openprinting/cups-filters"
arch="all"
diff --git a/community/gdal/APKBUILD b/community/gdal/APKBUILD
index c9174aef1e8..833d6a8cc37 100644
--- a/community/gdal/APKBUILD
+++ b/community/gdal/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Trevor R.H. Clarke <trevor@notcows.com>
pkgname=gdal
pkgver=3.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A translator library for raster and vector geospatial data formats"
url="https://gdal.org/"
arch="all !s390x !mips !mips64"
@@ -64,7 +64,7 @@ subpackages="
"
source="
- $pkgname-$pkgver.tar.gz::https://github.com/OSGeo/$pkgname/archive/v$pkgver.tar.gz
+ $pkgname-$pkgver.tar.gz::https://github.com/OSGeo/gdal/archive/v$pkgver.tar.gz
10-atoll.patch
20-userfaultfd-detection.patch
"
diff --git a/community/inkscape/APKBUILD b/community/inkscape/APKBUILD
index 1cde91226b4..de78ca1c430 100644
--- a/community/inkscape/APKBUILD
+++ b/community/inkscape/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=inkscape
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc="A vector-based drawing program - svg compliant"
url="https://inkscape.org/"
arch="all"
diff --git a/community/kitinerary/APKBUILD b/community/kitinerary/APKBUILD
index c0cf5967a99..a196fac2ee1 100644
--- a/community/kitinerary/APKBUILD
+++ b/community/kitinerary/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kitinerary
pkgver=20.08.1
-pkgrel=0
+pkgrel=1
arch="all !armhf" # armhf blocked by qt5-qtdeclarative
url="https://kontact.kde.org/"
pkgdesc="Data model and extraction system for travel reservation information"
diff --git a/community/libreoffice/APKBUILD b/community/libreoffice/APKBUILD
index d8edcc34ffa..16711be11ea 100644
--- a/community/libreoffice/APKBUILD
+++ b/community/libreoffice/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libreoffice
pkgver=6.4.6.2
-pkgrel=0
+pkgrel=1
pkgdesc="LibreOffice - Meta package for the full office suite"
url="https://www.libreoffice.org/"
arch="all !s390x !mips !mips64"
diff --git a/community/pdfgrep/APKBUILD b/community/pdfgrep/APKBUILD
index f4d3dcfdfd3..16c09427e1c 100644
--- a/community/pdfgrep/APKBUILD
+++ b/community/pdfgrep/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=pdfgrep
pkgver=2.1.2
-pkgrel=3
+pkgrel=4
pkgdesc="Commandline utility to search text in PDF files"
url="https://pdfgrep.org/"
arch="all"
@@ -18,7 +18,6 @@ options="!check" # multiple failures
builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -30,12 +29,10 @@ build() {
}
check() {
- cd "$builddir"
make -k check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
diff --git a/community/texlive/APKBUILD b/community/texlive/APKBUILD
index 70fa918a521..4ecb5505dd0 100644
--- a/community/texlive/APKBUILD
+++ b/community/texlive/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=texlive
pkgver=20200406
-pkgrel=1
+pkgrel=2
pkgdesc="Comprehensive TeX document production system"
url="https://tug.org/texlive/"
arch="all !mips64 !s390x" # luatex fails on s390x