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

2017-04-24 Thread Evangelos Foutras
Date: Monday, April 24, 2017 @ 20:17:45
  Author: foutrelis
Revision: 225207

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

Added:
  gnustep-base/repos/community-staging-i686/
  gnustep-base/repos/community-staging-i686/ChangeLog
(from rev 225206, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-i686/PKGBUILD
(from rev 225206, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-staging-x86_64/
  gnustep-base/repos/community-staging-x86_64/ChangeLog
(from rev 225206, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-x86_64/PKGBUILD
(from rev 225206, gnustep-base/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |6 +
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-x86_64/ChangeLog |6 +
 community-staging-x86_64/PKGBUILD  |   36 +++
 4 files changed, 84 insertions(+)

Copied: gnustep-base/repos/community-staging-i686/ChangeLog (from rev 225206, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2017-04-24 20:17:45 UTC (rev 225207)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-i686/PKGBUILD (from rev 225206, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-24 20:17:45 UTC (rev 225207)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.25.0
+pkgrel=2
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+sha256sums=('f5159a7d70e06b9dfb96c5f8ac572e3a5e6cf8de7bafb056bc9b2e0c4f93c347')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  chown -R root.root "$pkgdir/"
+}

Copied: gnustep-base/repos/community-staging-x86_64/ChangeLog (from rev 225206, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2017-04-24 20:17:45 UTC (rev 225207)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-x86_64/PKGBUILD (from rev 225206, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-24 20:17:45 UTC (rev 225207)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.25.0
+pkgrel=2
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+sha256sums=('f5159a7d70e06b9dfb96c5f8ac572e3a5e6cf8de7bafb056bc9b2e0c4f93c347')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file 

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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 12:47:12
  Author: foutrelis
Revision: 196897

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

Added:
  gnustep-base/repos/community-staging-i686/
  gnustep-base/repos/community-staging-i686/ChangeLog
(from rev 196896, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-i686/PKGBUILD
(from rev 196896, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-staging-x86_64/
  gnustep-base/repos/community-staging-x86_64/ChangeLog
(from rev 196896, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-x86_64/PKGBUILD
(from rev 196896, gnustep-base/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |6 +
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-x86_64/ChangeLog |6 +
 community-staging-x86_64/PKGBUILD  |   36 +++
 4 files changed, 84 insertions(+)

Copied: gnustep-base/repos/community-staging-i686/ChangeLog (from rev 196896, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2016-11-26 12:47:12 UTC (rev 196897)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-i686/PKGBUILD (from rev 196896, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-26 12:47:12 UTC (rev 196897)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.24.9
+pkgrel=3
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('34b1d127762c66a1e6358bd605e47ba5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  chown -R root.root "$pkgdir/"
+}

Copied: gnustep-base/repos/community-staging-x86_64/ChangeLog (from rev 196896, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2016-11-26 12:47:12 UTC (rev 196897)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-x86_64/PKGBUILD (from rev 196896, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-26 12:47:12 UTC (rev 196897)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.24.9
+pkgrel=3
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('34b1d127762c66a1e6358bd605e47ba5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf 

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

2016-04-02 Thread Evangelos Foutras
Date: Saturday, April 2, 2016 @ 19:05:08
  Author: foutrelis
Revision: 169269

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

Added:
  gnustep-base/repos/community-staging-i686/
  gnustep-base/repos/community-staging-i686/ChangeLog
(from rev 169268, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-i686/PKGBUILD
(from rev 169268, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-staging-x86_64/
  gnustep-base/repos/community-staging-x86_64/ChangeLog
(from rev 169268, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-x86_64/PKGBUILD
(from rev 169268, gnustep-base/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |6 +
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-x86_64/ChangeLog |6 +
 community-staging-x86_64/PKGBUILD  |   36 +++
 4 files changed, 84 insertions(+)

Copied: gnustep-base/repos/community-staging-i686/ChangeLog (from rev 169268, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2016-04-02 17:05:08 UTC (rev 169269)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-i686/PKGBUILD (from rev 169268, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 17:05:08 UTC (rev 169269)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.24.8
+pkgrel=3
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('d0a22c87d506319c604a5c436c2dc0eb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  chown -R root.root "$pkgdir/"
+}

Copied: gnustep-base/repos/community-staging-x86_64/ChangeLog (from rev 169268, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2016-04-02 17:05:08 UTC (rev 169269)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-x86_64/PKGBUILD (from rev 169268, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-02 17:05:08 UTC (rev 169269)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.24.8
+pkgrel=3
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('d0a22c87d506319c604a5c436c2dc0eb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf 

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

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

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

Added:
  gnustep-base/repos/community-staging-i686/
  gnustep-base/repos/community-staging-i686/ChangeLog
(from rev 145407, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-i686/PKGBUILD
(from rev 145407, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-staging-x86_64/
  gnustep-base/repos/community-staging-x86_64/ChangeLog
(from rev 145407, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-x86_64/PKGBUILD
(from rev 145407, gnustep-base/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |6 +
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-x86_64/ChangeLog |6 +
 community-staging-x86_64/PKGBUILD  |   36 +++
 4 files changed, 84 insertions(+)

Copied: gnustep-base/repos/community-staging-i686/ChangeLog (from rev 145407, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2015-11-01 10:13:53 UTC (rev 145408)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-i686/PKGBUILD (from rev 145407, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-01 10:13:53 UTC (rev 145408)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.24.8
+pkgrel=2
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('d0a22c87d506319c604a5c436c2dc0eb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  chown -R root.root "$pkgdir/"
+}

Copied: gnustep-base/repos/community-staging-x86_64/ChangeLog (from rev 145407, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2015-11-01 10:13:53 UTC (rev 145408)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-x86_64/PKGBUILD (from rev 145407, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-01 10:13:53 UTC (rev 145408)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.24.8
+pkgrel=2
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('d0a22c87d506319c604a5c436c2dc0eb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf 

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

2015-04-05 Thread Sergej Pupykin
Date: Sunday, April 5, 2015 @ 23:04:42
  Author: spupykin
Revision: 130725

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

Added:
  gnustep-base/repos/community-staging-i686/
  gnustep-base/repos/community-staging-i686/ChangeLog
(from rev 130724, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-i686/PKGBUILD
(from rev 130724, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-staging-x86_64/
  gnustep-base/repos/community-staging-x86_64/ChangeLog
(from rev 130724, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-x86_64/PKGBUILD
(from rev 130724, gnustep-base/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |6 +
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-x86_64/ChangeLog |6 +
 community-staging-x86_64/PKGBUILD  |   36 +++
 4 files changed, 84 insertions(+)

Copied: gnustep-base/repos/community-staging-i686/ChangeLog (from rev 130724, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2015-04-05 21:04:42 UTC (rev 130725)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-i686/PKGBUILD (from rev 130724, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-05 21:04:42 UTC (rev 130725)
@@ -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-base
+pkgver=1.24.6
+pkgrel=3
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('02e45ae9a7e5e75bf32cc1a6e8381bc1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  chown -R root.root $pkgdir/
+}

Copied: gnustep-base/repos/community-staging-x86_64/ChangeLog (from rev 130724, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2015-04-05 21:04:42 UTC (rev 130725)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-x86_64/PKGBUILD (from rev 130724, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-05 21:04:42 UTC (rev 130725)
@@ -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-base
+pkgver=1.24.6
+pkgrel=3
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('02e45ae9a7e5e75bf32cc1a6e8381bc1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' 

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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 16:40:50
  Author: spupykin
Revision: 120886

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

Added:
  gnustep-base/repos/community-staging-i686/
  gnustep-base/repos/community-staging-i686/ChangeLog
(from rev 120885, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-i686/PKGBUILD
(from rev 120885, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-staging-x86_64/
  gnustep-base/repos/community-staging-x86_64/ChangeLog
(from rev 120885, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-x86_64/PKGBUILD
(from rev 120885, gnustep-base/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |6 +
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-x86_64/ChangeLog |6 +
 community-staging-x86_64/PKGBUILD  |   36 +++
 4 files changed, 84 insertions(+)

Copied: gnustep-base/repos/community-staging-i686/ChangeLog (from rev 120885, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-10-17 14:40:50 UTC (rev 120886)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-i686/PKGBUILD (from rev 120885, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 14:40:50 UTC (rev 120886)
@@ -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-base
+pkgver=1.24.6
+pkgrel=2
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('02e45ae9a7e5e75bf32cc1a6e8381bc1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  chown -R root.root $pkgdir/
+}

Copied: gnustep-base/repos/community-staging-x86_64/ChangeLog (from rev 120885, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2014-10-17 14:40:50 UTC (rev 120886)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-x86_64/PKGBUILD (from rev 120885, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-17 14:40:50 UTC (rev 120886)
@@ -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-base
+pkgver=1.24.6
+pkgrel=2
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('02e45ae9a7e5e75bf32cc1a6e8381bc1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' 

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

2014-04-07 Thread Sergej Pupykin
Date: Monday, April 7, 2014 @ 11:52:34
  Author: spupykin
Revision: 108898

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

Added:
  gnustep-base/repos/community-staging-i686/
  gnustep-base/repos/community-staging-i686/ChangeLog
(from rev 108897, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-i686/PKGBUILD
(from rev 108897, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-staging-x86_64/
  gnustep-base/repos/community-staging-x86_64/ChangeLog
(from rev 108897, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-x86_64/PKGBUILD
(from rev 108897, gnustep-base/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |6 +
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-x86_64/ChangeLog |6 +
 community-staging-x86_64/PKGBUILD  |   36 +++
 4 files changed, 84 insertions(+)

Copied: gnustep-base/repos/community-staging-i686/ChangeLog (from rev 108897, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-04-07 09:52:34 UTC (rev 108898)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-i686/PKGBUILD (from rev 108897, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-07 09:52:34 UTC (rev 108898)
@@ -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-base
+pkgver=1.24.5
+pkgrel=6
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('df4e9786c6845d091a677b55d4e2c7c3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  chown -R root.root $pkgdir/
+}

Copied: gnustep-base/repos/community-staging-x86_64/ChangeLog (from rev 108897, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2014-04-07 09:52:34 UTC (rev 108898)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-x86_64/PKGBUILD (from rev 108897, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-07 09:52:34 UTC (rev 108898)
@@ -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-base
+pkgver=1.24.5
+pkgrel=6
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('df4e9786c6845d091a677b55d4e2c7c3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' 

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

2013-12-17 Thread Sergej Pupykin
Date: Tuesday, December 17, 2013 @ 14:21:43
  Author: spupykin
Revision: 102677

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

Added:
  gnustep-base/repos/community-staging-i686/
  gnustep-base/repos/community-staging-i686/ChangeLog
(from rev 102676, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-i686/PKGBUILD
(from rev 102676, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-staging-x86_64/
  gnustep-base/repos/community-staging-x86_64/ChangeLog
(from rev 102676, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-x86_64/PKGBUILD
(from rev 102676, gnustep-base/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |6 +
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-x86_64/ChangeLog |6 +
 community-staging-x86_64/PKGBUILD  |   36 +++
 4 files changed, 84 insertions(+)

Copied: gnustep-base/repos/community-staging-i686/ChangeLog (from rev 102676, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-12-17 13:21:43 UTC (rev 102677)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-i686/PKGBUILD (from rev 102676, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-17 13:21:43 UTC (rev 102677)
@@ -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-base
+pkgver=1.24.5
+pkgrel=5
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('df4e9786c6845d091a677b55d4e2c7c3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  chown -R root.root $pkgdir/
+}

Copied: gnustep-base/repos/community-staging-x86_64/ChangeLog (from rev 102676, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2013-12-17 13:21:43 UTC (rev 102677)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-x86_64/PKGBUILD (from rev 102676, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-12-17 13:21:43 UTC (rev 102677)
@@ -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-base
+pkgver=1.24.5
+pkgrel=5
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('df4e9786c6845d091a677b55d4e2c7c3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' 

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

2013-10-15 Thread Sergej Pupykin
Date: Tuesday, October 15, 2013 @ 17:04:00
  Author: spupykin
Revision: 98616

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

Added:
  gnustep-base/repos/community-staging-i686/
  gnustep-base/repos/community-staging-i686/ChangeLog
(from rev 98615, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-i686/PKGBUILD
(from rev 98615, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-staging-x86_64/
  gnustep-base/repos/community-staging-x86_64/ChangeLog
(from rev 98615, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-x86_64/PKGBUILD
(from rev 98615, gnustep-base/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |6 +
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-x86_64/ChangeLog |6 +
 community-staging-x86_64/PKGBUILD  |   36 +++
 4 files changed, 84 insertions(+)

Copied: gnustep-base/repos/community-staging-i686/ChangeLog (from rev 98615, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-10-15 15:04:00 UTC (rev 98616)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-i686/PKGBUILD (from rev 98615, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-10-15 15:04:00 UTC (rev 98616)
@@ -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-base
+pkgver=1.24.5
+pkgrel=3
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('df4e9786c6845d091a677b55d4e2c7c3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  chown -R root.root $pkgdir/
+}

Copied: gnustep-base/repos/community-staging-x86_64/ChangeLog (from rev 98615, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2013-10-15 15:04:00 UTC (rev 98616)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-x86_64/PKGBUILD (from rev 98615, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-10-15 15:04:00 UTC (rev 98616)
@@ -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-base
+pkgver=1.24.5
+pkgrel=3
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('df4e9786c6845d091a677b55d4e2c7c3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/'