summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Meyer2020-08-13 09:22:45 +0200
committerIngo Meyer2020-08-13 09:22:45 +0200
commitd7596d9781a3d4a0123e91072f009583834a5c23 (patch)
tree4c27101d63cfb500648f8ce41c46593bfb9a8c00
parent7f61359b8556b40475522cb2b26c9b0315cf5109 (diff)
downloadaur-d7596d9781a3d4a0123e91072f009583834a5c23.tar.gz
Remove unneeded patch file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--gr-framework-0.50.0.patch12
3 files changed, 2 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b4817ca1a7c..23469c53a535 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gr-framework
pkgdesc = A universal framework for cross-platform visualization applications.
pkgver = 0.51.2
- pkgrel = 2
+ pkgrel = 3
url = https://gr-framework.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 126570dbef21..2ed8079a8256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="gr-framework"
pkgver="0.51.2"
-pkgrel="2"
+pkgrel="3"
pkgdesc="A universal framework for cross-platform visualization applications."
arch=("i686" "x86_64" "armv6h" "armv7h" "aarch64")
url="https://gr-framework.org"
diff --git a/gr-framework-0.50.0.patch b/gr-framework-0.50.0.patch
deleted file mode 100644
index 1039670004fa..000000000000
--- a/gr-framework-0.50.0.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/lib/gks/plugin/qt5plugin.cxx b/lib/gks/plugin/qt5plugin.cxx
-index de9cd3d2..301d7fb9 100644
---- a/lib/gks/plugin/qt5plugin.cxx
-+++ b/lib/gks/plugin/qt5plugin.cxx
-@@ -6,6 +6,7 @@
-
- #include <QtWidgets/QWidget>
- #include <QtGui/QPainter>
-+#include <QtGui/QPainterPath>
- #include <QtGui/QImage>
- #include <QtGui/QGuiApplication>
- #include <QtGui/QScreen>