Date: Sunday, June 21, 2020 @ 08:42:54 Author: bisson Revision: 648778
upstream update Modified: subsurface/trunk/PKGBUILD Deleted: subsurface/trunk/qpainterpath.patch --------------------+ PKGBUILD | 13 +++---------- qpainterpath.patch | 11 ----------- 2 files changed, 3 insertions(+), 21 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-21 08:16:20 UTC (rev 648777) +++ PKGBUILD 2020-06-21 08:42:54 UTC (rev 648778) @@ -3,7 +3,7 @@ pkgname=subsurface _pkgname=Subsurface -pkgver=4.9.5 +pkgver=4.9.6 pkgrel=1 pkgdesc='Divelog program' url='https://subsurface-divelog.org/' @@ -13,18 +13,11 @@ depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2' 'subsurface-libdc' 'qt5-svg' 'qt5-location' 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps') -source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz" - 'qpainterpath.patch') -sha256sums=('266e8a2ca7ccb583366b87641187e38611cd60e6db33d9adcc35a0b89075bc6f' - '0e73e29383c6dfa4a70eea75b67f4ac32a27052d83671032e7bb6bdcd4694598') +source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz") +sha256sums=('fed9485958f2b37d0efd8702b63a23eae1abfab0f01e1de1946aad5701c59f34') # qt5-webkit still used for: printing, manual -prepare() { - cd "${srcdir}/${_pkgname}-${pkgver}" - patch -p1 -i ../qpainterpath.patch -} - build() { cd "${srcdir}/${_pkgname}-${pkgver}" install -d build Deleted: qpainterpath.patch =================================================================== --- qpainterpath.patch 2020-06-21 08:16:20 UTC (rev 648777) +++ qpainterpath.patch 2020-06-21 08:42:54 UTC (rev 648778) @@ -1,11 +0,0 @@ -diff -Naur old/desktop-widgets/groupedlineedit.cpp new/desktop-widgets/groupedlineedit.cpp ---- old/desktop-widgets/groupedlineedit.cpp 2020-06-12 09:44:56.000000000 -1000 -+++ new/desktop-widgets/groupedlineedit.cpp 2020-06-12 15:56:58.558388952 -1000 -@@ -32,6 +32,7 @@ - #include <QScrollBar> - #include <QTextBlock> - #include <QPainter> -+#include <QPainterPath> - #include <QApplication> - #include <QStyle> - #include <QStyleOptionFocusRect>
