summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Clifford2022-02-27 16:00:17 +0000
committerTim Clifford2022-02-27 16:04:53 +0000
commit4cef49257f848eec4b5552b8ed14fe430f1997c5 (patch)
tree8a36b70e11327fa3b10fe735d92255ed1f80cef8
parentb7d1b42a0f39e74e97a6931e4c6b8f8cdf780565 (diff)
downloadaur-gplates-bin.tar.gz
Update to 2.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
-rw-r--r--gplates-appimage.yml30
3 files changed, 39 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac23aa68d4cb..4bc7331dcbaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gplates-bin
- pkgdesc = GPlates - a plate tectonics program. Built as an AppImage from the Xenial deb
- pkgver = 2.2
+ pkgdesc = GPlates - a plate tectonics program. Built as an AppImage from the .deb
+ pkgver = 2.3
pkgrel = 1
url = https://www.gplates.org
arch = x86_64
@@ -14,11 +14,11 @@ pkgbase = gplates-bin
source = gplates-appimage.yml
source = gplates.png
source = https://raw.githubusercontent.com/AppImage/pkg2appimage/master/pkg2appimage
- source = https://sourceforge.net/projects/gplates/files/gplates/2.2/gplates-ubuntu-xenial_2.2_1_amd64.deb
+ source = gplates_2.3.0_ubuntu-20.04-amd64.deb::https://www.earthbyte.org/download/8430
md5sums = 5f40760e7d3448a413354bbdcb72e529
- md5sums = 2ec83c32d7c3ac889097e2835188ad58
+ md5sums = 6a85bf12313cd662f7cd23a05f978ca2
md5sums = 4476faf94d5d8c919aeaa34aa0b2ed04
md5sums = 29b5588e48f5705029ab3e954d16e40b
- md5sums = 6ab1bd1d080e3a5815e2a282b33909a9
+ md5sums = 871ab30b353286f2e812ee22667ebb83
pkgname = gplates-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8095dada0bf0..76404a750d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Tim Clifford <tclifford at protonmail dot com>
+# Maintainer: Tim Clifford <tim at clifford dot lol>
pkgname=gplates-bin
-pkgver=2.2
+pkgver=2.3
pkgrel=1
-pkgdesc="GPlates - a plate tectonics program. Built as an AppImage from the Xenial deb"
+pkgdesc="GPlates - a plate tectonics program. Built as an AppImage from the .deb"
arch=('x86_64')
url="https://www.gplates.org"
license=('GPL2')
@@ -14,14 +14,14 @@ source=(
gplates-appimage.yml
gplates.png
https://raw.githubusercontent.com/AppImage/pkg2appimage/master/pkg2appimage
- https://sourceforge.net/projects/gplates/files/gplates/${pkgver}/gplates-ubuntu-xenial_${pkgver}_1_amd64.deb
+ gplates_2.3.0_ubuntu-20.04-amd64.deb::https://www.earthbyte.org/download/8430
)
md5sums=(
5f40760e7d3448a413354bbdcb72e529
- 2ec83c32d7c3ac889097e2835188ad58
+ 6a85bf12313cd662f7cd23a05f978ca2
4476faf94d5d8c919aeaa34aa0b2ed04
29b5588e48f5705029ab3e954d16e40b
- 6ab1bd1d080e3a5815e2a282b33909a9
+ 871ab30b353286f2e812ee22667ebb83
)
build() {
diff --git a/gplates-appimage.yml b/gplates-appimage.yml
index fd83aeb82879..58d6ad413289 100644
--- a/gplates-appimage.yml
+++ b/gplates-appimage.yml
@@ -1,8 +1,34 @@
app: gplates
ingredients:
- dist: xenial
+ dist: focal
sources:
- - deb http://archive.ubuntu.com/ubuntu/ xenial main universe
+ - deb http://archive.ubuntu.com/ubuntu/ focal main universe
+ packages:
+ - cmake
+ - libglew-dev
+ - python3-dev
+ - python3-numpy
+ - libboost-dev
+ - libboost-python-dev
+ - libboost-thread-dev
+ - libboost-program-options-dev
+ - libboost-test-dev
+ - libboost-system-dev
+ - qt5-default
+ - libqt5opengl5-dev
+ - libqt5svg5-dev
+ - libqt5xmlpatterns5-dev
+ - libgdal-dev
+ - libcgal-dev
+ - libproj-dev
+ - libqwt-qt5-dev
+ - zlib1g-dev
+ - libfreetype6-dev
+ - libfontconfig1-dev
+ - libxrender-dev
+ - libice-dev
+ - libsm-dev
+ - gplates
script:
- # create desktop and image files
- cat > gplates.desktop <<EOF