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

Evangelos Foutras foutrelis at archlinux.org
Sat Apr 2 17:05:08 UTC 2016


    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/ChangeLog	2016-04-02 17:05:08 UTC (rev 169269)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman <eric at archlinux>
+	* rebuilt against toolchain in current
+	* fixed SMP build
+	* fixed file ownership
+2007-06-26 tardo <tardo at nagi-fanboi.net>
+* 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 <pupykin.s+arch at gmail.com>
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Sebastian Sareyko <public at nooms.de>
+
+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 <eric at archlinux>
+	* rebuilt against toolchain in current
+	* fixed SMP build
+	* fixed file ownership
+2007-06-26 tardo <tardo at nagi-fanboi.net>
+* 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 <pupykin.s+arch at gmail.com>
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Sebastian Sareyko <public at nooms.de>
+
+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/"
+}



More information about the arch-commits mailing list