summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Hummel2023-11-28 08:54:06 -0700
committerDavid Hummel2023-11-28 08:54:06 -0700
commite5854a89da929101b23a7af9bd8fabe6cb508dd4 (patch)
tree36b84af5d58901b616a997a8af1814af01173c25
parent7b5c7f006f75bc380433efb5f512f1d323071554 (diff)
downloadaur-e5854a89da929101b23a7af9bd8fabe6cb508dd4.tar.gz
Remove no-longer-needed patch files & update pkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d70d0ca82350..401b929b9dfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mapnik-git
pkgdesc = Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps (git version)
- pkgver = 4.0.0.r13802.g437feeb
+ pkgver = 4.0.0.r13808.g2e1b325
pkgrel = 1
url = https://github.com/mapnik/mapnik
arch = i686
@@ -34,14 +34,10 @@ pkgbase = mapnik-git
source = git+https://github.com/mapnik/mapnik.git
source = mapnik-cmake-harfbuzz.patch
source = mapnik-datasource-ogr-test.patch
- source = mapnik-plugins-input-ogr-cmakelists.patch
- source = mapnik-test-cmakelists.patch
source = git+https://github.com/mapnik/test-data.git
sha256sums = SKIP
sha256sums = 90f541c0845e3c7005564fa113771ce01cf2bcfd57662b7fa8849aabf4151638
sha256sums = 3fcf178e646df526e9a5c278f56ad16e4f75d2f27108e7b33419649a46b92f52
- sha256sums = 36bb2426f4de823f10b4e5025bd9e0eccfac069084bfe99093a8348c3ae9124e
- sha256sums = fd15a5bb2829bfb3cbebbf380c5c3fb14d57727198c6e851afae717681d15796
sha256sums = SKIP
pkgname = mapnik-git
diff --git a/PKGBUILD b/PKGBUILD
index fc7db8d63be3..2e0befdce9c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: David Hummel <david dot hummel at gmail point com>
pkgname=mapnik-git
-pkgver=4.0.0.r13802.g437feeb
+pkgver=4.0.0.r13808.g2e1b325
pkgrel=1
pkgdesc='Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps (git version)'
arch=('i686' 'x86_64')
@@ -40,14 +40,10 @@ provides=('mapnik')
source=('git+https://github.com/mapnik/mapnik.git'
'mapnik-cmake-harfbuzz.patch'
'mapnik-datasource-ogr-test.patch'
- 'mapnik-plugins-input-ogr-cmakelists.patch' # Fix build after #4420
- 'mapnik-test-cmakelists.patch' # Fix build after #4420
'git+https://github.com/mapnik/test-data.git')
sha256sums=('SKIP'
'90f541c0845e3c7005564fa113771ce01cf2bcfd57662b7fa8849aabf4151638'
'3fcf178e646df526e9a5c278f56ad16e4f75d2f27108e7b33419649a46b92f52'
- '36bb2426f4de823f10b4e5025bd9e0eccfac069084bfe99093a8348c3ae9124e'
- 'fd15a5bb2829bfb3cbebbf380c5c3fb14d57727198c6e851afae717681d15796'
'SKIP')
pkgver() {
@@ -59,8 +55,6 @@ prepare() {
cd mapnik || exit
patch -Np1 < ../mapnik-cmake-harfbuzz.patch
patch -Np1 < ../mapnik-datasource-ogr-test.patch
- patch -Np1 < ../mapnik-plugins-input-ogr-cmakelists.patch
- patch -Np1 < ../mapnik-test-cmakelists.patch
git submodule init \
test/data
git config submodule.test/data.url "$srcdir"/test-data