[arch-commits] Commit in qimageblitz/trunk (PKGBUILD no-executable-stack.patch)

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Jun 30 17:12:16 UTC 2014


    Date: Monday, June 30, 2014 @ 19:12:16
  Author: andrea
Revision: 215847

upgpkg: qimageblitz 0.0.6-4

MTREE rebuild; Fix executable stack

Added:
  qimageblitz/trunk/no-executable-stack.patch
Modified:
  qimageblitz/trunk/PKGBUILD

---------------------------+
 PKGBUILD                  |   11 ++++++++---
 no-executable-stack.patch |    7 +++++++
 2 files changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-30 17:05:17 UTC (rev 215846)
+++ PKGBUILD	2014-06-30 17:12:16 UTC (rev 215847)
@@ -4,7 +4,7 @@
 
 pkgname=qimageblitz
 pkgver=0.0.6
-pkgrel=3
+pkgrel=4
 pkgdesc="A graphical effect and filter library for KDE"
 arch=('i686' 'x86_64')
 url="http://www.kde.org/"
@@ -11,11 +11,16 @@
 license=('GPL2')
 depends=('qt4')
 makedepends=('cmake')
-source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
+source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+        'no-executable-stack.patch')
+md5sums=('0ae2f7d4e0876764a97ca73799f61df4'
+         '67a56f4418bb2bda5f8a7444931ca7ac')
 
 prepare() {
   mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p3 -i "${srcdir}"/no-executable-stack.patch
 }
 
 build() {

Added: no-executable-stack.patch
===================================================================
--- no-executable-stack.patch	                        (rev 0)
+++ no-executable-stack.patch	2014-06-30 17:12:16 UTC (rev 215847)
@@ -0,0 +1,7 @@
+--- trunk/kdesupport/qimageblitz/blitz/asm_scale.S	2010/12/06 14:02:47	1204247
++++ trunk/kdesupport/qimageblitz/blitz/asm_scale.S	2010/12/06 14:05:09	1204248
+@@ -1,3 +1,4 @@
++.section .note.GNU-stack,"",%progbits
+ 
+ #if defined(__EMX__)
+ /* Due to strange behaviour of as.exe we use this macros */




More information about the arch-commits mailing list