[arch-commits] Commit in gimp-plugin-fblur/repos (6 files)

Lukas Jirkovsky stativ at nymeria.archlinux.org
Wed Jul 2 20:20:02 UTC 2014


    Date: Wednesday, July 2, 2014 @ 22:20:01
  Author: stativ
Revision: 114679

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

Added:
  gimp-plugin-fblur/repos/community-i686/PKGBUILD
    (from rev 114678, gimp-plugin-fblur/trunk/PKGBUILD)
  gimp-plugin-fblur/repos/community-i686/use_glib_h.diff
    (from rev 114678, gimp-plugin-fblur/trunk/use_glib_h.diff)
  gimp-plugin-fblur/repos/community-x86_64/PKGBUILD
    (from rev 114678, gimp-plugin-fblur/trunk/PKGBUILD)
  gimp-plugin-fblur/repos/community-x86_64/use_glib_h.diff
    (from rev 114678, gimp-plugin-fblur/trunk/use_glib_h.diff)
Deleted:
  gimp-plugin-fblur/repos/community-i686/PKGBUILD
  gimp-plugin-fblur/repos/community-x86_64/PKGBUILD

----------------------------------+
 /PKGBUILD                        |   62 +++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD          |   24 --------------
 community-i686/use_glib_h.diff   |   14 ++++++++
 community-x86_64/PKGBUILD        |   24 --------------
 community-x86_64/use_glib_h.diff |   14 ++++++++
 5 files changed, 90 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-02 20:19:48 UTC (rev 114678)
+++ community-i686/PKGBUILD	2014-07-02 20:20:01 UTC (rev 114679)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=gimp-plugin-fblur
-pkgver=3.2.6
-pkgrel=3
-pkgdesc="Makes out of focus with luminosity and depth"
-arch=('i686' 'x86_64')
-url="http://registry.gimp.org/node/1444"
-license=('GPL')
-depends=('gimp' 'fftw')
-makedepends=('intltool')
-source=(http://registry.gimp.org/files/focusblur-$pkgver.tar.bz2)
-md5sums=('6196c88aeee8733bacc3c6e9ac3c6cf8')
-
-build() {
-  cd "$srcdir"/focusblur-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/focusblur-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gimp-plugin-fblur/repos/community-i686/PKGBUILD (from rev 114678, gimp-plugin-fblur/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-02 20:20:01 UTC (rev 114679)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=gimp-plugin-fblur
+pkgver=3.2.6
+pkgrel=4
+pkgdesc="Makes out of focus with luminosity and depth"
+arch=('i686' 'x86_64')
+url="http://registry.gimp.org/node/1444"
+license=('GPL')
+depends=('gimp' 'fftw')
+makedepends=('intltool')
+source=(http://registry.gimp.org/files/focusblur-$pkgver.tar.bz2 \
+        use_glib_h.diff)
+md5sums=('6196c88aeee8733bacc3c6e9ac3c6cf8'
+         'b654ec87f28589b84625c0683dbe1273')
+
+prepare() {
+  cd "$srcdir"/focusblur-$pkgver
+  patch -Np1 < "$srcdir"/use_glib_h.diff
+}
+
+build() {
+  cd "$srcdir"/focusblur-$pkgver
+  ./configure --prefix=/usr LIBS=-lm
+  make
+}
+
+package() {
+  cd "$srcdir"/focusblur-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gimp-plugin-fblur/repos/community-i686/use_glib_h.diff (from rev 114678, gimp-plugin-fblur/trunk/use_glib_h.diff)
===================================================================
--- community-i686/use_glib_h.diff	                        (rev 0)
+++ community-i686/use_glib_h.diff	2014-07-02 20:20:01 UTC (rev 114679)
@@ -0,0 +1,14 @@
+diff -rup focusblur-3.2.6/src/aaa.h focusblur-3.2.6.new/src/aaa.h
+--- focusblur-3.2.6/src/aaa.h	2008-10-13 17:13:10.000000000 +0200
++++ focusblur-3.2.6.new/src/aaa.h	2014-07-02 22:13:23.166838342 +0200
+@@ -19,9 +19,7 @@
+ #ifndef __AAA_H__
+ #define __AAA_H__
+ 
+-#include <glib/gmacros.h>
+-#include <glib/gtypes.h>
+-
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-02 20:19:48 UTC (rev 114678)
+++ community-x86_64/PKGBUILD	2014-07-02 20:20:01 UTC (rev 114679)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=gimp-plugin-fblur
-pkgver=3.2.6
-pkgrel=3
-pkgdesc="Makes out of focus with luminosity and depth"
-arch=('i686' 'x86_64')
-url="http://registry.gimp.org/node/1444"
-license=('GPL')
-depends=('gimp' 'fftw')
-makedepends=('intltool')
-source=(http://registry.gimp.org/files/focusblur-$pkgver.tar.bz2)
-md5sums=('6196c88aeee8733bacc3c6e9ac3c6cf8')
-
-build() {
-  cd "$srcdir"/focusblur-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/focusblur-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gimp-plugin-fblur/repos/community-x86_64/PKGBUILD (from rev 114678, gimp-plugin-fblur/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-02 20:20:01 UTC (rev 114679)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=gimp-plugin-fblur
+pkgver=3.2.6
+pkgrel=4
+pkgdesc="Makes out of focus with luminosity and depth"
+arch=('i686' 'x86_64')
+url="http://registry.gimp.org/node/1444"
+license=('GPL')
+depends=('gimp' 'fftw')
+makedepends=('intltool')
+source=(http://registry.gimp.org/files/focusblur-$pkgver.tar.bz2 \
+        use_glib_h.diff)
+md5sums=('6196c88aeee8733bacc3c6e9ac3c6cf8'
+         'b654ec87f28589b84625c0683dbe1273')
+
+prepare() {
+  cd "$srcdir"/focusblur-$pkgver
+  patch -Np1 < "$srcdir"/use_glib_h.diff
+}
+
+build() {
+  cd "$srcdir"/focusblur-$pkgver
+  ./configure --prefix=/usr LIBS=-lm
+  make
+}
+
+package() {
+  cd "$srcdir"/focusblur-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gimp-plugin-fblur/repos/community-x86_64/use_glib_h.diff (from rev 114678, gimp-plugin-fblur/trunk/use_glib_h.diff)
===================================================================
--- community-x86_64/use_glib_h.diff	                        (rev 0)
+++ community-x86_64/use_glib_h.diff	2014-07-02 20:20:01 UTC (rev 114679)
@@ -0,0 +1,14 @@
+diff -rup focusblur-3.2.6/src/aaa.h focusblur-3.2.6.new/src/aaa.h
+--- focusblur-3.2.6/src/aaa.h	2008-10-13 17:13:10.000000000 +0200
++++ focusblur-3.2.6.new/src/aaa.h	2014-07-02 22:13:23.166838342 +0200
+@@ -19,9 +19,7 @@
+ #ifndef __AAA_H__
+ #define __AAA_H__
+ 
+-#include <glib/gmacros.h>
+-#include <glib/gtypes.h>
+-
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 




More information about the arch-commits mailing list