[arch-commits] Commit in qimageblitz/repos (6 files)

Florian Pritz bluewind at archlinux.org
Sun Dec 6 18:05:54 UTC 2015


    Date: Sunday, December 6, 2015 @ 19:05:54
  Author: bluewind
Revision: 252921

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  qimageblitz/repos/staging-i686/
  qimageblitz/repos/staging-i686/PKGBUILD
    (from rev 252920, qimageblitz/trunk/PKGBUILD)
  qimageblitz/repos/staging-i686/no-executable-stack.patch
    (from rev 252920, qimageblitz/trunk/no-executable-stack.patch)
  qimageblitz/repos/staging-x86_64/
  qimageblitz/repos/staging-x86_64/PKGBUILD
    (from rev 252920, qimageblitz/trunk/PKGBUILD)
  qimageblitz/repos/staging-x86_64/no-executable-stack.patch
    (from rev 252920, qimageblitz/trunk/no-executable-stack.patch)

------------------------------------------+
 staging-i686/PKGBUILD                    |   37 +++++++++++++++++++++++++++++
 staging-i686/no-executable-stack.patch   |    7 +++++
 staging-x86_64/PKGBUILD                  |   37 +++++++++++++++++++++++++++++
 staging-x86_64/no-executable-stack.patch |    7 +++++
 4 files changed, 88 insertions(+)

Copied: qimageblitz/repos/staging-i686/PKGBUILD (from rev 252920, qimageblitz/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-06 18:05:54 UTC (rev 252921)
@@ -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=5
+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/staging-i686/no-executable-stack.patch (from rev 252920, qimageblitz/trunk/no-executable-stack.patch)
===================================================================
--- staging-i686/no-executable-stack.patch	                        (rev 0)
+++ staging-i686/no-executable-stack.patch	2015-12-06 18:05:54 UTC (rev 252921)
@@ -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 */

Copied: qimageblitz/repos/staging-x86_64/PKGBUILD (from rev 252920, qimageblitz/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-06 18:05:54 UTC (rev 252921)
@@ -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=5
+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/staging-x86_64/no-executable-stack.patch (from rev 252920, qimageblitz/trunk/no-executable-stack.patch)
===================================================================
--- staging-x86_64/no-executable-stack.patch	                        (rev 0)
+++ staging-x86_64/no-executable-stack.patch	2015-12-06 18:05:54 UTC (rev 252921)
@@ -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