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

Sergej Pupykin spupykin at archlinux.org
Thu Jul 30 11:25:11 UTC 2015


    Date: Thursday, July 30, 2015 @ 13:25:10
  Author: spupykin
Revision: 137621

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

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

-----------------------------------+
 /ChangeLog                        |    4 +
 /PKGBUILD                         |   76 ++++++++++++++++++++++++++++++++++++
 /giflib-5.1.patch                 |   60 ++++++++++++++++++++++++++++
 community-i686/ChangeLog          |    2 
 community-i686/PKGBUILD           |   38 ------------------
 community-i686/giflib-5.1.patch   |   30 --------------
 community-x86_64/ChangeLog        |    2 
 community-x86_64/PKGBUILD         |   38 ------------------
 community-x86_64/giflib-5.1.patch |   30 --------------
 9 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2015-07-30 11:24:52 UTC (rev 137620)
+++ community-i686/ChangeLog	2015-07-30 11:25:10 UTC (rev 137621)
@@ -1,2 +0,0 @@
-2007-06-27 tardo <tardo at nagi-fanboi.net>
-* version upgrade

Copied: gnustep-gui/repos/community-i686/ChangeLog (from rev 137620, gnustep-gui/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2015-07-30 11:25:10 UTC (rev 137621)
@@ -0,0 +1,2 @@
+2007-06-27 tardo <tardo at nagi-fanboi.net>
+* version upgrade

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-30 11:24:52 UTC (rev 137620)
+++ community-i686/PKGBUILD	2015-07-30 11:25:10 UTC (rev 137621)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
-# Contributor: Sebastian Sareyko <public at nooms.de>
-
-pkgname=gnustep-gui
-pkgver=0.24.0
-pkgrel=4
-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-i686/PKGBUILD (from rev 137620, gnustep-gui/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-30 11:25:10 UTC (rev 137621)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Sebastian Sareyko <public at nooms.de>
+
+pkgname=gnustep-gui
+pkgver=0.24.1
+pkgrel=1
+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
+}

Deleted: community-i686/giflib-5.1.patch
===================================================================
--- community-i686/giflib-5.1.patch	2015-07-30 11:24:52 UTC (rev 137620)
+++ community-i686/giflib-5.1.patch	2015-07-30 11:25:10 UTC (rev 137621)
@@ -1,30 +0,0 @@
-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.000000000 +0400
-+++ gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m	2014-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-i686/giflib-5.1.patch (from rev 137620, gnustep-gui/trunk/giflib-5.1.patch)
===================================================================
--- community-i686/giflib-5.1.patch	                        (rev 0)
+++ community-i686/giflib-5.1.patch	2015-07-30 11:25:10 UTC (rev 137621)
@@ -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.000000000 +0400
++++ gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m	2014-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;
+ }

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2015-07-30 11:24:52 UTC (rev 137620)
+++ community-x86_64/ChangeLog	2015-07-30 11:25:10 UTC (rev 137621)
@@ -1,2 +0,0 @@
-2007-06-27 tardo <tardo at nagi-fanboi.net>
-* version upgrade

Copied: gnustep-gui/repos/community-x86_64/ChangeLog (from rev 137620, gnustep-gui/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2015-07-30 11:25:10 UTC (rev 137621)
@@ -0,0 +1,2 @@
+2007-06-27 tardo <tardo at nagi-fanboi.net>
+* version upgrade

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-30 11:24:52 UTC (rev 137620)
+++ community-x86_64/PKGBUILD	2015-07-30 11:25:10 UTC (rev 137621)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
-# Contributor: Sebastian Sareyko <public at nooms.de>
-
-pkgname=gnustep-gui
-pkgver=0.24.0
-pkgrel=4
-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-x86_64/PKGBUILD (from rev 137620, gnustep-gui/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-30 11:25:10 UTC (rev 137621)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Sebastian Sareyko <public at nooms.de>
+
+pkgname=gnustep-gui
+pkgver=0.24.1
+pkgrel=1
+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
+}

Deleted: community-x86_64/giflib-5.1.patch
===================================================================
--- community-x86_64/giflib-5.1.patch	2015-07-30 11:24:52 UTC (rev 137620)
+++ community-x86_64/giflib-5.1.patch	2015-07-30 11:25:10 UTC (rev 137621)
@@ -1,30 +0,0 @@
-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.000000000 +0400
-+++ gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m	2014-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-x86_64/giflib-5.1.patch (from rev 137620, gnustep-gui/trunk/giflib-5.1.patch)
===================================================================
--- community-x86_64/giflib-5.1.patch	                        (rev 0)
+++ community-x86_64/giflib-5.1.patch	2015-07-30 11:25:10 UTC (rev 137621)
@@ -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.000000000 +0400
++++ gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m	2014-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;
+ }



More information about the arch-commits mailing list