[arch-commits] Commit in gnustep-gui/repos (8 files)

2017-04-24 Thread Evangelos Foutras
Date: Tuesday, April 25, 2017 @ 04:55:46
  Author: foutrelis
Revision: 225248

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

Added:
  gnustep-gui/repos/community-staging-i686/
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 225247, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 225247, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.1.patch
(from rev 225247, gnustep-gui/trunk/giflib-5.1.patch)
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 225247, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 225247, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.1.patch
(from rev 225247, gnustep-gui/trunk/giflib-5.1.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/giflib-5.1.patch   |   30 ++
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/giflib-5.1.patch |   30 ++
 6 files changed, 140 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 225247, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2017-04-25 04:55:46 UTC (rev 225248)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 225247, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-25 04:55:46 UTC (rev 225248)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-gui
+pkgver=0.25.1
+pkgrel=2
+pkgdesc="The GNUstep GUI class library"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=('LGPL')
+depends=('aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 'giflib' 
'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.1.patch)
+sha256sums=('3aacb277976014cfd4394084066187430100657dea234da91d9ae5015e747c66'
+'0c004c9816b626e168d085cc140c18bb6b5a2a06160aecfdffc0b00532fbed69')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+#  patch -Np1 -i ../giflib-5.1.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnustep-gui/repos/community-staging-i686/giflib-5.1.patch (from rev 
225247, gnustep-gui/trunk/giflib-5.1.patch)
===
--- community-staging-i686/giflib-5.1.patch (rev 0)
+++ community-staging-i686/giflib-5.1.patch 2017-04-25 04:55:46 UTC (rev 
225248)
@@ -0,0 +1,30 @@
+diff -wbBur gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m 
gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m
+--- gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m   2013-11-24 
15:56:33.0 +0400
 gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m2014-05-29 
18:48:13.333993653 +0400
+@@ -161,7 +161,7 @@
+   return NO;
+ }
+ 
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+   return YES;
+ }
+ 
+@@ -180,7 +180,7 @@
+SET_ERROR_MSG(msg); \
+if (file != NULL) \
+  {\
+-   DGifCloseFile(file); \
++   DGifCloseFile(file, NULL); \
+  }\
+if (imgBuffer != NULL) \
+  {\
+@@ -392,7 +392,7 @@
+   withValue: [NSNumber numberWithInt: 0]];
+ 
+   /* don't forget to close the gif */
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+ 
+   return self;
+ }

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 225247, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2017-04-25 04:55:46 UTC (rev 225248)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 225247, 
gnustep-gui/trunk/PKGBUILD)

[arch-commits] Commit in gnustep-gui/repos (8 files)

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 14:16:19
  Author: foutrelis
Revision: 196909

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

Added:
  gnustep-gui/repos/community-staging-i686/
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 196908, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 196908, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.1.patch
(from rev 196908, gnustep-gui/trunk/giflib-5.1.patch)
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 196908, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 196908, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.1.patch
(from rev 196908, gnustep-gui/trunk/giflib-5.1.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/giflib-5.1.patch   |   30 ++
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/giflib-5.1.patch |   30 ++
 6 files changed, 140 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 196908, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2016-11-26 14:16:19 UTC (rev 196909)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 196908, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-26 14:16:19 UTC (rev 196909)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-gui
+pkgver=0.25.0
+pkgrel=4
+pkgdesc="The GNUstep GUI class library"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=('LGPL')
+depends=('aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 'giflib' 
'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.1.patch)
+md5sums=('6224a2a2fe22da0042d96f0892c884e3'
+ '78b6470b9a43ac7025621fef07d2faef')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+#  patch -Np1 -i ../giflib-5.1.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnustep-gui/repos/community-staging-i686/giflib-5.1.patch (from rev 
196908, gnustep-gui/trunk/giflib-5.1.patch)
===
--- community-staging-i686/giflib-5.1.patch (rev 0)
+++ community-staging-i686/giflib-5.1.patch 2016-11-26 14:16:19 UTC (rev 
196909)
@@ -0,0 +1,30 @@
+diff -wbBur gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m 
gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m
+--- gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m   2013-11-24 
15:56:33.0 +0400
 gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m2014-05-29 
18:48:13.333993653 +0400
+@@ -161,7 +161,7 @@
+   return NO;
+ }
+ 
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+   return YES;
+ }
+ 
+@@ -180,7 +180,7 @@
+SET_ERROR_MSG(msg); \
+if (file != NULL) \
+  {\
+-   DGifCloseFile(file); \
++   DGifCloseFile(file, NULL); \
+  }\
+if (imgBuffer != NULL) \
+  {\
+@@ -392,7 +392,7 @@
+   withValue: [NSNumber numberWithInt: 0]];
+ 
+   /* don't forget to close the gif */
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+ 
+   return self;
+ }

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 196908, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2016-11-26 14:16:19 UTC (rev 196909)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 196908, 
gnustep-gui/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in gnustep-gui/repos (8 files)

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:05:34
  Author: foutrelis
Revision: 169298

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

Added:
  gnustep-gui/repos/community-staging-i686/
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 169297, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 169297, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.1.patch
(from rev 169297, gnustep-gui/trunk/giflib-5.1.patch)
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 169297, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 169297, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.1.patch
(from rev 169297, gnustep-gui/trunk/giflib-5.1.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/giflib-5.1.patch   |   30 ++
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/giflib-5.1.patch |   30 ++
 6 files changed, 140 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 169297, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2016-04-02 23:05:34 UTC (rev 169298)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 169297, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 23:05:34 UTC (rev 169298)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-gui
+pkgver=0.24.1
+pkgrel=3
+pkgdesc="The GNUstep GUI class library"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.1.patch)
+md5sums=('0ff1d513ba4159ba39f16229a9a87eaa'
+ '78b6470b9a43ac7025621fef07d2faef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+#  patch -Np1 -i ../giflib-5.1.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnustep-gui/repos/community-staging-i686/giflib-5.1.patch (from rev 
169297, gnustep-gui/trunk/giflib-5.1.patch)
===
--- community-staging-i686/giflib-5.1.patch (rev 0)
+++ community-staging-i686/giflib-5.1.patch 2016-04-02 23:05:34 UTC (rev 
169298)
@@ -0,0 +1,30 @@
+diff -wbBur gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m 
gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m
+--- gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m   2013-11-24 
15:56:33.0 +0400
 gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m2014-05-29 
18:48:13.333993653 +0400
+@@ -161,7 +161,7 @@
+   return NO;
+ }
+ 
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+   return YES;
+ }
+ 
+@@ -180,7 +180,7 @@
+SET_ERROR_MSG(msg); \
+if (file != NULL) \
+  {\
+-   DGifCloseFile(file); \
++   DGifCloseFile(file, NULL); \
+  }\
+if (imgBuffer != NULL) \
+  {\
+@@ -392,7 +392,7 @@
+   withValue: [NSNumber numberWithInt: 0]];
+ 
+   /* don't forget to close the gif */
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+ 
+   return self;
+ }

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 169297, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2016-04-02 23:05:34 UTC (rev 169298)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 169297, 
gnustep-gui/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in gnustep-gui/repos (8 files)

2015-11-01 Thread Evangelos Foutras
Date: Sunday, November 1, 2015 @ 13:53:14
  Author: foutrelis
Revision: 145437

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

Added:
  gnustep-gui/repos/community-staging-i686/
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 145436, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 145436, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.1.patch
(from rev 145436, gnustep-gui/trunk/giflib-5.1.patch)
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 145436, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 145436, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.1.patch
(from rev 145436, gnustep-gui/trunk/giflib-5.1.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/giflib-5.1.patch   |   30 ++
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/giflib-5.1.patch |   30 ++
 6 files changed, 140 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 145436, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2015-11-01 12:53:14 UTC (rev 145437)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 145436, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-01 12:53:14 UTC (rev 145437)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-gui
+pkgver=0.24.1
+pkgrel=2
+pkgdesc="The GNUstep GUI class library"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.1.patch)
+md5sums=('0ff1d513ba4159ba39f16229a9a87eaa'
+ '78b6470b9a43ac7025621fef07d2faef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+#  patch -Np1 -i ../giflib-5.1.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnustep-gui/repos/community-staging-i686/giflib-5.1.patch (from rev 
145436, gnustep-gui/trunk/giflib-5.1.patch)
===
--- community-staging-i686/giflib-5.1.patch (rev 0)
+++ community-staging-i686/giflib-5.1.patch 2015-11-01 12:53:14 UTC (rev 
145437)
@@ -0,0 +1,30 @@
+diff -wbBur gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m 
gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m
+--- gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m   2013-11-24 
15:56:33.0 +0400
 gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m2014-05-29 
18:48:13.333993653 +0400
+@@ -161,7 +161,7 @@
+   return NO;
+ }
+ 
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+   return YES;
+ }
+ 
+@@ -180,7 +180,7 @@
+SET_ERROR_MSG(msg); \
+if (file != NULL) \
+  {\
+-   DGifCloseFile(file); \
++   DGifCloseFile(file, NULL); \
+  }\
+if (imgBuffer != NULL) \
+  {\
+@@ -392,7 +392,7 @@
+   withValue: [NSNumber numberWithInt: 0]];
+ 
+   /* don't forget to close the gif */
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+ 
+   return self;
+ }

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 145436, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2015-11-01 12:53:14 UTC (rev 145437)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 145436, 
gnustep-gui/trunk/PKGBUILD)
===

[arch-commits] Commit in gnustep-gui/repos (8 files)

2014-10-17 Thread Jelle van der Waa
Date: Friday, October 17, 2014 @ 19:18:45
  Author: jelle
Revision: 120918

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

Added:
  gnustep-gui/repos/community-staging-i686/
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 120916, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 120916, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.1.patch
(from rev 120916, gnustep-gui/trunk/giflib-5.1.patch)
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 120917, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 120917, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.1.patch
(from rev 120917, gnustep-gui/trunk/giflib-5.1.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/giflib-5.1.patch   |   30 ++
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/giflib-5.1.patch |   30 ++
 6 files changed, 140 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 120916, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-10-17 17:18:45 UTC (rev 120918)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 120916, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 17:18:45 UTC (rev 120918)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-gui
+pkgver=0.24.0
+pkgrel=3
+pkgdesc=The GNUstep GUI class library
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.1.patch)
+md5sums=('bd289f0c7b2626d093ad92364069b9a7'
+ '78b6470b9a43ac7025621fef07d2faef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i ../giflib-5.1.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnustep-gui/repos/community-staging-i686/giflib-5.1.patch (from rev 
120916, gnustep-gui/trunk/giflib-5.1.patch)
===
--- community-staging-i686/giflib-5.1.patch (rev 0)
+++ community-staging-i686/giflib-5.1.patch 2014-10-17 17:18:45 UTC (rev 
120918)
@@ -0,0 +1,30 @@
+diff -wbBur gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m 
gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m
+--- gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m   2013-11-24 
15:56:33.0 +0400
 gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m2014-05-29 
18:48:13.333993653 +0400
+@@ -161,7 +161,7 @@
+   return NO;
+ }
+ 
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+   return YES;
+ }
+ 
+@@ -180,7 +180,7 @@
+SET_ERROR_MSG(msg); \
+if (file != NULL) \
+  {\
+-   DGifCloseFile(file); \
++   DGifCloseFile(file, NULL); \
+  }\
+if (imgBuffer != NULL) \
+  {\
+@@ -392,7 +392,7 @@
+   withValue: [NSNumber numberWithInt: 0]];
+ 
+   /* don't forget to close the gif */
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+ 
+   return self;
+ }

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 120917, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2014-10-17 17:18:45 UTC (rev 120918)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 120917, 
gnustep-gui/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in gnustep-gui/repos (8 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 17:07:36
  Author: spupykin
Revision: 112183

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

Added:
  gnustep-gui/repos/community-staging-i686/
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 112182, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 112182, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.1.patch
(from rev 112182, gnustep-gui/trunk/giflib-5.1.patch)
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 112182, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 112182, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.1.patch
(from rev 112182, gnustep-gui/trunk/giflib-5.1.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/giflib-5.1.patch   |   30 ++
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/giflib-5.1.patch |   30 ++
 6 files changed, 140 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 112182, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-05-29 15:07:36 UTC (rev 112183)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 112182, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 15:07:36 UTC (rev 112183)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-gui
+pkgver=0.24.0
+pkgrel=2
+pkgdesc=The GNUstep GUI class library
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.1.patch)
+md5sums=('bd289f0c7b2626d093ad92364069b9a7'
+ '78b6470b9a43ac7025621fef07d2faef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i ../giflib-5.1.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnustep-gui/repos/community-staging-i686/giflib-5.1.patch (from rev 
112182, gnustep-gui/trunk/giflib-5.1.patch)
===
--- community-staging-i686/giflib-5.1.patch (rev 0)
+++ community-staging-i686/giflib-5.1.patch 2014-05-29 15:07:36 UTC (rev 
112183)
@@ -0,0 +1,30 @@
+diff -wbBur gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m 
gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m
+--- gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m   2013-11-24 
15:56:33.0 +0400
 gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m2014-05-29 
18:48:13.333993653 +0400
+@@ -161,7 +161,7 @@
+   return NO;
+ }
+ 
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+   return YES;
+ }
+ 
+@@ -180,7 +180,7 @@
+SET_ERROR_MSG(msg); \
+if (file != NULL) \
+  {\
+-   DGifCloseFile(file); \
++   DGifCloseFile(file, NULL); \
+  }\
+if (imgBuffer != NULL) \
+  {\
+@@ -392,7 +392,7 @@
+   withValue: [NSNumber numberWithInt: 0]];
+ 
+   /* don't forget to close the gif */
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+ 
+   return self;
+ }

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 112182, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2014-05-29 15:07:36 UTC (rev 112183)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 112182, 
gnustep-gui/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in gnustep-gui/repos (8 files)

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 12:13:37
  Author: spupykin
Revision: 108963

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

Added:
  gnustep-gui/repos/community-staging-i686/
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 108962, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 108962, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.0.patch
(from rev 108962, gnustep-gui/trunk/giflib-5.0.patch)
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 108962, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 108962, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.0.patch
(from rev 108962, gnustep-gui/trunk/giflib-5.0.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/giflib-5.0.patch   |   21 
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/giflib-5.0.patch |   21 
 6 files changed, 118 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 108962, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-04-08 10:13:37 UTC (rev 108963)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 108962, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-08 10:13:37 UTC (rev 108963)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-gui
+pkgver=0.23.1
+pkgrel=7
+pkgdesc=The GNUstep GUI class library
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.0.patch)
+md5sums=('1771bdb42f27ee946b17bf60fef5eb2e'
+ 'b998c0bc3e2bc260c2779d7a50ce6407')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  sed -i 's|#include GNUstepBase/preface.h|//#include 
GNUstepBase/preface.h |' Source/GSGuiPrivate.h
+  sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
+  patch -Np1 -i ../giflib-5.0.patch
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnustep-gui/repos/community-staging-i686/giflib-5.0.patch (from rev 
108962, gnustep-gui/trunk/giflib-5.0.patch)
===
--- community-staging-i686/giflib-5.0.patch (rev 0)
+++ community-staging-i686/giflib-5.0.patch 2014-04-08 10:13:37 UTC (rev 
108963)
@@ -0,0 +1,21 @@
+diff -rupN a/Source/NSBitmapImageRep+GIF.m b/Source/NSBitmapImageRep+GIF.m
+--- a/Source/NSBitmapImageRep+GIF.m2013-01-13 14:57:37.0 +0100
 b/Source/NSBitmapImageRep+GIF.m2013-07-30 11:30:19.630935640 +0200
+@@ -142,7 +142,7 @@ static int gs_gif_output(GifFileType *fi
+ }
+ 
+   gs_gif_init_input_source(src, imageData);
+-  file = DGifOpen(src, gs_gif_input);
++  file = DGifOpen(src, gs_gif_input, NULL);
+   if (file == NULL)
+ {
+   /* we do not use giferror here because it doesn't
+@@ -216,7 +216,7 @@ static int gs_gif_output(GifFileType *fi
+ 
+   /* open the image */
+   gs_gif_init_input_source(src, imageData);
+-  file = DGifOpen(src, gs_gif_input);
++  file = DGifOpen(src, gs_gif_input, NULL);
+   if (file == NULL)
+ {
+   /* we do not use giferror here because it doesn't

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 108962, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2014-04-08 10:13:37 UTC (rev 108963)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 108962, 

[arch-commits] Commit in gnustep-gui/repos (8 files)

2013-10-16 Thread Bartłomiej Piotrowski
Date: Wednesday, October 16, 2013 @ 17:24:25
  Author: bpiotrowski
Revision: 98663

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

Added:
  gnustep-gui/repos/community-staging-i686/
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 98662, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 98662, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.0.patch
(from rev 98662, gnustep-gui/trunk/giflib-5.0.patch)
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 98662, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 98662, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.0.patch
(from rev 98662, gnustep-gui/trunk/giflib-5.0.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/giflib-5.0.patch   |   21 
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/giflib-5.0.patch |   21 
 6 files changed, 118 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 98662, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-10-16 15:24:25 UTC (rev 98663)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 98662, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-10-16 15:24:25 UTC (rev 98663)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-gui
+pkgver=0.23.1
+pkgrel=4
+pkgdesc=The GNUstep GUI class library
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 
'libsndfile' 'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.0.patch)
+md5sums=('1771bdb42f27ee946b17bf60fef5eb2e'
+ 'b998c0bc3e2bc260c2779d7a50ce6407')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  sed -i 's|#include GNUstepBase/preface.h|//#include 
GNUstepBase/preface.h |' Source/GSGuiPrivate.h
+  sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
+  patch -Np1 -i ../giflib-5.0.patch
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnustep-gui/repos/community-staging-i686/giflib-5.0.patch (from rev 
98662, gnustep-gui/trunk/giflib-5.0.patch)
===
--- community-staging-i686/giflib-5.0.patch (rev 0)
+++ community-staging-i686/giflib-5.0.patch 2013-10-16 15:24:25 UTC (rev 
98663)
@@ -0,0 +1,21 @@
+diff -rupN a/Source/NSBitmapImageRep+GIF.m b/Source/NSBitmapImageRep+GIF.m
+--- a/Source/NSBitmapImageRep+GIF.m2013-01-13 14:57:37.0 +0100
 b/Source/NSBitmapImageRep+GIF.m2013-07-30 11:30:19.630935640 +0200
+@@ -142,7 +142,7 @@ static int gs_gif_output(GifFileType *fi
+ }
+ 
+   gs_gif_init_input_source(src, imageData);
+-  file = DGifOpen(src, gs_gif_input);
++  file = DGifOpen(src, gs_gif_input, NULL);
+   if (file == NULL)
+ {
+   /* we do not use giferror here because it doesn't
+@@ -216,7 +216,7 @@ static int gs_gif_output(GifFileType *fi
+ 
+   /* open the image */
+   gs_gif_init_input_source(src, imageData);
+-  file = DGifOpen(src, gs_gif_input);
++  file = DGifOpen(src, gs_gif_input, NULL);
+   if (file == NULL)
+ {
+   /* we do not use giferror here because it doesn't

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 98662, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2013-10-16 15:24:25 UTC (rev 98663)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 98662, 

[arch-commits] Commit in gnustep-gui/repos (8 files)

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 11:38:27
  Author: bpiotrowski
Revision: 94772

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

Added:
  gnustep-gui/repos/community-staging-i686/
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 94771, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 94771, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.0.patch
(from rev 94771, gnustep-gui/trunk/giflib-5.0.patch)
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 94771, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 94771, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.0.patch
(from rev 94771, gnustep-gui/trunk/giflib-5.0.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/giflib-5.0.patch   |   21 
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/giflib-5.0.patch |   21 
 6 files changed, 118 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 94771, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-07-30 09:38:27 UTC (rev 94772)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 94771, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 09:38:27 UTC (rev 94772)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-gui
+pkgver=0.23.1
+pkgrel=1
+pkgdesc=The GNUstep GUI class library
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 
'libsndfile' 'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.0.patch)
+md5sums=('1771bdb42f27ee946b17bf60fef5eb2e'
+ 'b998c0bc3e2bc260c2779d7a50ce6407')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  sed -i 's|#include GNUstepBase/preface.h|//#include 
GNUstepBase/preface.h |' Source/GSGuiPrivate.h
+  sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
+  patch -Np1 -i ../giflib-5.0.patch
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnustep-gui/repos/community-staging-i686/giflib-5.0.patch (from rev 
94771, gnustep-gui/trunk/giflib-5.0.patch)
===
--- community-staging-i686/giflib-5.0.patch (rev 0)
+++ community-staging-i686/giflib-5.0.patch 2013-07-30 09:38:27 UTC (rev 
94772)
@@ -0,0 +1,21 @@
+diff -rupN a/Source/NSBitmapImageRep+GIF.m b/Source/NSBitmapImageRep+GIF.m
+--- a/Source/NSBitmapImageRep+GIF.m2013-01-13 14:57:37.0 +0100
 b/Source/NSBitmapImageRep+GIF.m2013-07-30 11:30:19.630935640 +0200
+@@ -142,7 +142,7 @@ static int gs_gif_output(GifFileType *fi
+ }
+ 
+   gs_gif_init_input_source(src, imageData);
+-  file = DGifOpen(src, gs_gif_input);
++  file = DGifOpen(src, gs_gif_input, NULL);
+   if (file == NULL)
+ {
+   /* we do not use giferror here because it doesn't
+@@ -216,7 +216,7 @@ static int gs_gif_output(GifFileType *fi
+ 
+   /* open the image */
+   gs_gif_init_input_source(src, imageData);
+-  file = DGifOpen(src, gs_gif_input);
++  file = DGifOpen(src, gs_gif_input, NULL);
+   if (file == NULL)
+ {
+   /* we do not use giferror here because it doesn't

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 94771, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2013-07-30 09:38:27 UTC (rev 94772)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 94771, 

[arch-commits] Commit in gnustep-gui/repos (8 files)

2013-05-07 Thread Sergej Pupykin
Date: Tuesday, May 7, 2013 @ 15:34:32
  Author: spupykin
Revision: 90156

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

Added:
  gnustep-gui/repos/community-i686/ChangeLog
(from rev 90155, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-i686/PKGBUILD
(from rev 90155, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-x86_64/ChangeLog
(from rev 90155, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-x86_64/PKGBUILD
(from rev 90155, gnustep-gui/trunk/PKGBUILD)
Deleted:
  gnustep-gui/repos/community-i686/ChangeLog
  gnustep-gui/repos/community-i686/PKGBUILD
  gnustep-gui/repos/community-x86_64/ChangeLog
  gnustep-gui/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |4 ++
 /PKGBUILD  |   66 +++
 community-i686/ChangeLog   |2 -
 community-i686/PKGBUILD|   33 -
 community-x86_64/ChangeLog |2 -
 community-x86_64/PKGBUILD  |   33 -
 6 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-05-07 13:34:15 UTC (rev 90155)
+++ community-i686/ChangeLog2013-05-07 13:34:32 UTC (rev 90156)
@@ -1,2 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* version upgrade

Copied: gnustep-gui/repos/community-i686/ChangeLog (from rev 90155, 
gnustep-gui/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-05-07 13:34:32 UTC (rev 90156)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-07 13:34:15 UTC (rev 90155)
+++ community-i686/PKGBUILD 2013-05-07 13:34:32 UTC (rev 90156)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=gnustep-gui
-pkgver=0.22.0
-pkgrel=4
-pkgdesc=The GNUstep GUI class library
-arch=('i686' 'x86_64')
-url=http://www.gnustep.org/;
-license=('LGPL')
-depends=('gnustep-back' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 
'libsndfile' 'giflib' 'libao')
-makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
-conflicts=('gnustep-gui-svn')
-groups=('gnustep-core')
-options=('!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('3aa3346071736206ca144ce1ce8f063f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  . /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
-  sed -i 's|#include GNUstepBase/preface.h|//#include 
GNUstepBase/preface.h |' Source/GSGuiPrivate.h
-  sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnustep-gui/repos/community-i686/PKGBUILD (from rev 90155, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-07 13:34:32 UTC (rev 90156)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-gui
+pkgver=0.23.1
+pkgrel=1
+pkgdesc=The GNUstep GUI class library
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 
'libsndfile' 'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('1771bdb42f27ee946b17bf60fef5eb2e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  sed -i 's|#include GNUstepBase/preface.h|//#include 
GNUstepBase/preface.h |' Source/GSGuiPrivate.h
+  sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2013-05-07 13:34:15 UTC (rev 90155)
+++ community-x86_64/ChangeLog  2013-05-07 13:34:32 UTC (rev 90156)
@@ -1,2 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* version upgrade

Copied: gnustep-gui/repos/community-x86_64/ChangeLog (from rev 90155, 
gnustep-gui/trunk/ChangeLog)
===
---