[arch-commits] Commit in gnustep-base/repos (6 files)
Sergej Pupykin
spupykin at archlinux.org
Sun Apr 5 21:04:42 UTC 2015
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/ChangeLog 2015-04-05 21:04:42 UTC (rev 130725)
@@ -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 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+arch at gmail.com>
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Sebastian Sareyko <public at 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 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 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+arch at gmail.com>
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Sebastian Sareyko <public at 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/"
+}
More information about the arch-commits
mailing list