[arch-commits] Commit in opencascade/trunk (InterfaceGraphic_X11.patch PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Sat Apr 11 22:02:19 UTC 2015
Date: Sunday, April 12, 2015 @ 00:02:19
Author: bluewind
Revision: 131194
upgpkg: opencascade 6.8.0-1
remove unused patch
Modified:
opencascade/trunk/PKGBUILD
Deleted:
opencascade/trunk/InterfaceGraphic_X11.patch
----------------------------+
InterfaceGraphic_X11.patch | 11 -----------
PKGBUILD | 7 ++-----
2 files changed, 2 insertions(+), 16 deletions(-)
Deleted: InterfaceGraphic_X11.patch
===================================================================
--- InterfaceGraphic_X11.patch 2015-04-11 22:01:28 UTC (rev 131193)
+++ InterfaceGraphic_X11.patch 2015-04-11 22:02:19 UTC (rev 131194)
@@ -1,11 +0,0 @@
---- inc/InterfaceGraphic_X11.hxx 2014-04-29 11:40:35.000000000 +0200
-+++ inc/InterfaceGraphic_X11.hxx.new 2014-10-10 01:16:49.274370801 +0200
-@@ -21,6 +21,8 @@
- #include <X11/Xlib.h>
- #include <X11/Xutil.h>
- #include <X11/Xatom.h>
-+typedef ptrdiff_t GLsizeiptr;
-+typedef ptrdiff_t GLintptr;
- #include <GL/glx.h>
-
- #if defined (sun) || defined (SUNOS) || defined (__alpha) || defined (DECOSF1) || defined (sgi) || defined (IRIX) || defined (__hpux)|| defined (HPUX)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-11 22:01:28 UTC (rev 131193)
+++ PKGBUILD 2015-04-11 22:02:19 UTC (rev 131194)
@@ -11,18 +11,15 @@
license=('custom')
depends=('tk' 'mesa' 'java-runtime' 'libxmu' 'ftgl')
makedepends=('java-environment')
-source=("http://files.opencascade.com/OCCT/OCC_${pkgver}_release/$pkgname-${pkgver}.tgz" "env.sh" "opencascade.sh" "opencascade.conf" "InterfaceGraphic_X11.patch")
+source=("http://files.opencascade.com/OCCT/OCC_${pkgver}_release/$pkgname-${pkgver}.tgz" "env.sh" "opencascade.sh" "opencascade.conf")
md5sums=('702bfebbfb3cc0e0d35104ac1642040d'
'a96f28ee7f4273ae1771ee033a2a3af3'
'd9368b8d348ced3ec4462012977552d2'
- '2924ecf57c95d25888f51071fdc72ad0'
- '51b09803e8d14700af0198e25ef9befb')
+ '2924ecf57c95d25888f51071fdc72ad0')
build() {
cd "$srcdir/$pkgname-$pkgver"
- # fix for Mesa 10.3.0
- #patch -Np0 -i "$srcdir/InterfaceGraphic_X11.patch"
# fix for automake 1.13
sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
./build_configure
More information about the arch-commits
mailing list