[arch-commits] Commit in qimageblitz/repos (6 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Mon Jun 30 17:12:24 UTC 2014
Date: Monday, June 30, 2014 @ 19:12:23
Author: andrea
Revision: 215848
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
qimageblitz/repos/extra-i686/PKGBUILD
(from rev 215847, qimageblitz/trunk/PKGBUILD)
qimageblitz/repos/extra-i686/no-executable-stack.patch
(from rev 215847, qimageblitz/trunk/no-executable-stack.patch)
qimageblitz/repos/extra-x86_64/PKGBUILD
(from rev 215847, qimageblitz/trunk/PKGBUILD)
qimageblitz/repos/extra-x86_64/no-executable-stack.patch
(from rev 215847, qimageblitz/trunk/no-executable-stack.patch)
Deleted:
qimageblitz/repos/extra-i686/PKGBUILD
qimageblitz/repos/extra-x86_64/PKGBUILD
----------------------------------------+
/PKGBUILD | 74 +++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 32 -------------
extra-i686/no-executable-stack.patch | 7 ++
extra-x86_64/PKGBUILD | 32 -------------
extra-x86_64/no-executable-stack.patch | 7 ++
5 files changed, 88 insertions(+), 64 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-06-30 17:12:16 UTC (rev 215847)
+++ extra-i686/PKGBUILD 2014-06-30 17:12:23 UTC (rev 215848)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=qimageblitz
-pkgver=0.0.6
-pkgrel=3
-pkgdesc="A graphical effect and filter library for KDE"
-arch=('i686' 'x86_64')
-url="http://www.kde.org/"
-license=('GPL2')
-depends=('qt4')
-makedepends=('cmake')
-source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: qimageblitz/repos/extra-i686/PKGBUILD (from rev 215847, qimageblitz/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 17:12:23 UTC (rev 215848)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=qimageblitz
+pkgver=0.0.6
+pkgrel=4
+pkgdesc="A graphical effect and filter library for KDE"
+arch=('i686' 'x86_64')
+url="http://www.kde.org/"
+license=('GPL2')
+depends=('qt4')
+makedepends=('cmake')
+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() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: qimageblitz/repos/extra-i686/no-executable-stack.patch (from rev 215847, qimageblitz/trunk/no-executable-stack.patch)
===================================================================
--- extra-i686/no-executable-stack.patch (rev 0)
+++ extra-i686/no-executable-stack.patch 2014-06-30 17:12:23 UTC (rev 215848)
@@ -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 */
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-06-30 17:12:16 UTC (rev 215847)
+++ extra-x86_64/PKGBUILD 2014-06-30 17:12:23 UTC (rev 215848)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=qimageblitz
-pkgver=0.0.6
-pkgrel=3
-pkgdesc="A graphical effect and filter library for KDE"
-arch=('i686' 'x86_64')
-url="http://www.kde.org/"
-license=('GPL2')
-depends=('qt4')
-makedepends=('cmake')
-source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: qimageblitz/repos/extra-x86_64/PKGBUILD (from rev 215847, qimageblitz/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-06-30 17:12:23 UTC (rev 215848)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=qimageblitz
+pkgver=0.0.6
+pkgrel=4
+pkgdesc="A graphical effect and filter library for KDE"
+arch=('i686' 'x86_64')
+url="http://www.kde.org/"
+license=('GPL2')
+depends=('qt4')
+makedepends=('cmake')
+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() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: qimageblitz/repos/extra-x86_64/no-executable-stack.patch (from rev 215847, qimageblitz/trunk/no-executable-stack.patch)
===================================================================
--- extra-x86_64/no-executable-stack.patch (rev 0)
+++ extra-x86_64/no-executable-stack.patch 2014-06-30 17:12:23 UTC (rev 215848)
@@ -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