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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue May 7 13:34:32 UTC 2013


    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/ChangeLog	2013-05-07 13:34:15 UTC (rev 90155)
+++ community-i686/ChangeLog	2013-05-07 13:34:32 UTC (rev 90156)
@@ -1,2 +0,0 @@
-2007-06-27 tardo <tardo at 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/ChangeLog	2013-05-07 13:34:32 UTC (rev 90156)
@@ -0,0 +1,2 @@
+2007-06-27 tardo <tardo at 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+arch at gmail.com>
-# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
-# Contributor: Sebastian Sareyko <public at 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+arch at gmail.com>
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Sebastian Sareyko <public at 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 <tardo at nagi-fanboi.net>
-* version upgrade

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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-07 13:34:15 UTC (rev 90155)
+++ community-x86_64/PKGBUILD	2013-05-07 13:34:32 UTC (rev 90156)
@@ -1,33 +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.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-x86_64/PKGBUILD (from rev 90155, gnustep-gui/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-07 13:34:32 UTC (rev 90156)
@@ -0,0 +1,33 @@
+# $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.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
+}




More information about the arch-commits mailing list