[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2020-12-18 Thread Felix Yan via arch-commits
Date: Saturday, December 19, 2020 @ 07:00:47
  Author: felixonmars
Revision: 779766

upgpkg: gnustep-base 1.27.0-2: icu 68.2 rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 06:57:08 UTC (rev 779765)
+++ PKGBUILD2020-12-19 07:00:47 UTC (rev 779766)
@@ -4,7 +4,7 @@
 
 pkgname=gnustep-base
 pkgver=1.27.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNUstep base package"
 arch=('x86_64')
 url="http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD icu68.patch)

2020-12-18 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 19, 2020 @ 06:57:08
  Author: foutrelis
Revision: 779765

Fix build with ICU 68 (patch from FreeBSD)

Added:
  gnustep-base/trunk/icu68.patch
Modified:
  gnustep-base/trunk/PKGBUILD

-+
 PKGBUILD|   11 ++-
 icu68.patch |  185 ++
 2 files changed, 194 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 06:53:49 UTC (rev 779764)
+++ PKGBUILD2020-12-19 06:57:08 UTC (rev 779765)
@@ -13,11 +13,18 @@
 makedepends=(gcc-objc gnustep-make)
 groups=('gnustep-core')
 options=('!emptydirs' '!makeflags')
-source=(https://github.com/gnustep/libs-base/releases/download/base-${pkgver//./_}/gnustep-base-${pkgver}.tar.gz{,.sig})
+source=(https://github.com/gnustep/libs-base/releases/download/base-${pkgver//./_}/gnustep-base-${pkgver}.tar.gz{,.sig}
+icu68.patch)
 sha256sums=('8803fa1fdf23f90264a81ad2d9fbe97ba66d6e313e396a28fd7c10d2caceb283'
-'SKIP')
+'SKIP'
+'0b38c3df1a150bc64fb4f37cd92cfc63fa7c0741a77eca940fb992942858d7d0')
 validpgpkeys=('83AAE47CE829A4146EF83420CA868D4C99149679')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np0 -i ../icu68.patch
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   source /usr/share/GNUstep/Makefiles/GNUstep.sh

Added: icu68.patch
===
--- icu68.patch (rev 0)
+++ icu68.patch 2020-12-19 06:57:08 UTC (rev 779765)
@@ -0,0 +1,185 @@
+Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844
+
+GSICUString.m:71:18: error: use of undeclared identifier 'TRUE'
+  return TRUE;
+ ^
+GSICUString.m:80:18: error: use of undeclared identifier 'FALSE'
+  return FALSE;
+ ^
+GSICUString.m:104:18: error: use of undeclared identifier 'TRUE'
+  return TRUE;
+ ^
+GSICUString.m:113:18: error: use of undeclared identifier 'FALSE'
+  return FALSE;
+ ^
+GSICUString.m:135:10: error: use of undeclared identifier 'TRUE'
+  return TRUE;
+ ^
+GSICUString.m:170:66: error: use of undeclared identifier 'TRUE'
+  UTextNSStringAccess(ut, r.location + [replacement length] + 1, TRUE);
+ ^
+NSRegularExpression.m:185:29: error: use of undeclared identifier 'FALSE'
+  utext_clone(>txt, t, FALSE, TRUE, );
+^
+NSRegularExpression.m:185:36: error: use of undeclared identifier 'TRUE'
+  utext_clone(>txt, t, FALSE, TRUE, );
+   ^
+NSRegularExpression.m:842:34: error: use of undeclared identifier 'TRUE'
+  utext_clone(>txt, output, TRUE, TRUE, );
+ ^
+NSRegularExpression.m:842:40: error: use of undeclared identifier 'TRUE'
+  utext_clone(>txt, output, TRUE, TRUE, );
+   ^
+NSRegularExpression.m:876:34: error: use of undeclared identifier 'TRUE'
+  utext_clone(>txt, output, TRUE, TRUE, );
+ ^
+NSRegularExpression.m:876:40: error: use of undeclared identifier 'TRUE'
+  utext_clone(>txt, output, TRUE, TRUE, );
+   ^
+NSRegularExpression.m:914:34: error: use of undeclared identifier 'TRUE'
+  utext_clone(>txt, output, TRUE, TRUE, );
+ ^
+NSRegularExpression.m:914:40: error: use of undeclared identifier 'TRUE'
+  utext_clone(>txt, output, TRUE, TRUE, );
+   ^
+NSRegularExpression.m:291:14: error: use of undeclared identifier 'FALSE'
+  return FALSE;
+ ^
+NSRegularExpression.m:368:36: error: use of undeclared identifier 'FALSE'
+  uregex_useAnchoringBounds(r, FALSE, );
+   ^
+NSRegularExpression.m:372:38: error: use of undeclared identifier 'TRUE'
+  uregex_useTransparentBounds(r, TRUE, );
+ ^
+
+--- Source/GSICUString.m.orig  2019-01-06 22:33:45 UTC
 Source/GSICUString.m
+@@ -68,7 +68,7 @@ UTextNSStringAccess(UText *ut, int64_t nativeIndex, UB
+* to match it.
+*/
+   ut->chunkOffset = nativeIndex - nativeStart;
+-  return TRUE;
++  return true;
+ }
+ 
+   if (nativeIndex >= length && nativeLimit >= length)
+@@ -77,7 +77,7 @@ UTextNSStringAccess(UText *ut, int64_t nativeIndex, UB
+* Limit it to point just after the last character.
+*/
+   ut->chunkOffset = ut->chunkLength;
+-  return FALSE;
++  return false;
+ }
+ 
+   /* Set up to fill the chunk with characters from the string
+@@ -101,7 +101,7 @@ UTextNSStringAccess(UText *ut, int64_t nativeIndex, UB
+* to match it.
+*/
+   ut->chunkOffset = nativeIndex - nativeStart;
+-   

[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2020-05-02 Thread Antonio Rojas via arch-commits
Date: Saturday, May 2, 2020 @ 08:57:59
  Author: arojas
Revision: 624339

Update to 1.27.0

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-02 08:51:40 UTC (rev 624338)
+++ PKGBUILD2020-05-02 08:57:59 UTC (rev 624339)
@@ -3,8 +3,8 @@
 # Contributor: Sebastian Sareyko 
 
 pkgname=gnustep-base
-pkgver=1.26.0
-pkgrel=5
+pkgver=1.27.0
+pkgrel=1
 pkgdesc="The GNUstep base package"
 arch=('x86_64')
 url="http://www.gnustep.org/;
@@ -14,7 +14,7 @@
 groups=('gnustep-core')
 options=('!emptydirs' '!makeflags')
 
source=(https://github.com/gnustep/libs-base/releases/download/base-${pkgver//./_}/gnustep-base-${pkgver}.tar.gz{,.sig})
-sha256sums=('f68bc066c60c73cfc1582326866d0a59be791df56d752dfdc51b838e79364173'
+sha256sums=('8803fa1fdf23f90264a81ad2d9fbe97ba66d6e313e396a28fd7c10d2caceb283'
 'SKIP')
 validpgpkeys=('83AAE47CE829A4146EF83420CA868D4C99149679')
 
@@ -26,7 +26,7 @@
   # 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
+  make
 }
 
 package() {


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2020-04-27 Thread Evangelos Foutras via arch-commits
Date: Monday, April 27, 2020 @ 09:26:58
  Author: foutrelis
Revision: 621808

icu 67.1 rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 09:22:56 UTC (rev 621807)
+++ PKGBUILD2020-04-27 09:26:58 UTC (rev 621808)
@@ -4,7 +4,7 @@
 
 pkgname=gnustep-base
 pkgver=1.26.0
-pkgrel=4
+pkgrel=5
 pkgdesc="The GNUstep base package"
 arch=('x86_64')
 url="http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2020-04-08 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 8, 2020 @ 23:06:04
  Author: foutrelis
Revision: 612824

libffi 3.3 rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-08 23:01:34 UTC (rev 612823)
+++ PKGBUILD2020-04-08 23:06:04 UTC (rev 612824)
@@ -4,7 +4,7 @@
 
 pkgname=gnustep-base
 pkgver=1.26.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The GNUstep base package"
 arch=('x86_64')
 url="http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2019-11-11 Thread Evangelos Foutras via arch-commits
Date: Monday, November 11, 2019 @ 22:37:37
  Author: foutrelis
Revision: 526848

icu 65.1 / poppler 0.82.0 rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-11 22:36:00 UTC (rev 526847)
+++ PKGBUILD2019-11-11 22:37:37 UTC (rev 526848)
@@ -4,7 +4,7 @@
 
 pkgname=gnustep-base
 pkgver=1.26.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The GNUstep base package"
 arch=('x86_64')
 url="http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 12:14:43
  Author: felixonmars
Revision: 449795

icu 64.1 rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 12:14:23 UTC (rev 449794)
+++ PKGBUILD2019-04-05 12:14:43 UTC (rev 449795)
@@ -4,7 +4,7 @@
 
 pkgname=gnustep-base
 pkgver=1.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNUstep base package"
 arch=('x86_64')
 url="http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2019-01-15 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 15, 2019 @ 16:24:04
  Author: anatolik
Revision: 423351

upgpkg: gnustep-base 1.26.0-1

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 15:08:21 UTC (rev 423350)
+++ PKGBUILD2019-01-15 16:24:04 UTC (rev 423351)
@@ -3,8 +3,8 @@
 # Contributor: Sebastian Sareyko 
 
 pkgname=gnustep-base
-pkgver=1.25.1
-pkgrel=4
+pkgver=1.26.0
+pkgrel=1
 pkgdesc="The GNUstep base package"
 arch=('x86_64')
 url="http://www.gnustep.org/;
@@ -14,7 +14,7 @@
 groups=('gnustep-core')
 options=('!emptydirs' '!makeflags')
 
source=(https://github.com/gnustep/libs-base/releases/download/base-${pkgver//./_}/gnustep-base-${pkgver}.tar.gz{,.sig})
-sha256sums=('f28beb9ca485674bcce3053896ad90a31b109fb97c5a041827c72f241e8db69e'
+sha256sums=('f68bc066c60c73cfc1582326866d0a59be791df56d752dfdc51b838e79364173'
 'SKIP')
 validpgpkeys=('83AAE47CE829A4146EF83420CA868D4C99149679')
 


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2018-10-22 Thread Evangelos Foutras via arch-commits
Date: Monday, October 22, 2018 @ 19:22:39
  Author: foutrelis
Revision: 398469

icu 63.1 / poppler 0.70.0 rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 19:21:21 UTC (rev 398468)
+++ PKGBUILD2018-10-22 19:22:39 UTC (rev 398469)
@@ -4,7 +4,7 @@
 
 pkgname=gnustep-base
 pkgver=1.25.1
-pkgrel=3
+pkgrel=4
 pkgdesc="The GNUstep base package"
 arch=('x86_64')
 url="http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2018-08-06 Thread Evangelos Foutras via arch-commits
Date: Monday, August 6, 2018 @ 16:29:36
  Author: foutrelis
Revision: 369844

icu 62.1 / poppler 0.67.0 rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 16:28:35 UTC (rev 369843)
+++ PKGBUILD2018-08-06 16:29:36 UTC (rev 369844)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.25.1
-pkgrel=2
+pkgrel=3
 pkgdesc="The GNUstep base package"
 arch=('x86_64')
 url="http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 21:37:00
  Author: foutrelis
Revision: 312947

icu 61.1 rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 21:33:30 UTC (rev 312946)
+++ PKGBUILD2018-03-27 21:37:00 UTC (rev 312947)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.25.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNUstep base package"
 arch=('x86_64')
 url="http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2017-11-12 Thread Evangelos Foutras
Date: Sunday, November 12, 2017 @ 13:08:05
  Author: foutrelis
Revision: 266326

icu 60.1 rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-12 13:06:34 UTC (rev 266325)
+++ PKGBUILD2017-11-12 13:08:05 UTC (rev 266326)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.25.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The GNUstep base package"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2017-06-19 Thread Laurent Carlier
Date: Monday, June 19, 2017 @ 09:04:29
  Author: lcarlier
Revision: 238137

upgpkg: gnustep-base 1.25.0-3

gnustep-make rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-19 08:56:29 UTC (rev 238136)
+++ PKGBUILD2017-06-19 09:04:29 UTC (rev 238137)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.25.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The GNUstep base package"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/;
@@ -20,7 +20,7 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  source /etc/profile.d/GNUstep.sh
+  source /usr/share/GNUstep/Makefiles/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


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

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

icu 59.1 / hunspell 1.6.0 rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-24 20:16:18 UTC (rev 225205)
+++ PKGBUILD2017-04-24 20:17:36 UTC (rev 225206)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.25.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNUstep base package"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2017-04-17 Thread Sergej Pupykin
Date: Monday, April 17, 2017 @ 08:13:24
  Author: spupykin
Revision: 223364

upgpkg: gnustep-base 1.25.0-1

upd

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 08:13:19 UTC (rev 223363)
+++ PKGBUILD2017-04-17 08:13:24 UTC (rev 223364)
@@ -4,8 +4,8 @@
 # Contributor: Sebastian Sareyko 
 
 pkgname=gnustep-base
-pkgver=1.24.9
-pkgrel=3
+pkgver=1.25.0
+pkgrel=1
 pkgdesc="The GNUstep base package"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/;
@@ -16,7 +16,7 @@
 groups=('gnustep-core')
 options=('!emptydirs' '!makeflags')
 source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('34b1d127762c66a1e6358bd605e47ba5')
+sha256sums=('f5159a7d70e06b9dfb96c5f8ac572e3a5e6cf8de7bafb056bc9b2e0c4f93c347')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

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

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 12:34:49 UTC (rev 196895)
+++ PKGBUILD2016-11-26 12:47:02 UTC (rev 196896)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.24.9
-pkgrel=2
+pkgrel=3
 pkgdesc="The GNUstep base package"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:04:31
  Author: spupykin
Revision: 184774

upgpkg: gnustep-base 1.24.9-2

upd

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 19:04:28 UTC (rev 184773)
+++ PKGBUILD2016-08-01 19:04:31 UTC (rev 184774)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.24.9
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNUstep base package"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2016-07-18 Thread Sergej Pupykin
Date: Monday, July 18, 2016 @ 11:26:20
  Author: spupykin
Revision: 183060

upgpkg: gnustep-base 1.24.9-1

upd

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-18 11:26:16 UTC (rev 183059)
+++ PKGBUILD2016-07-18 11:26:20 UTC (rev 183060)
@@ -4,8 +4,8 @@
 # Contributor: Sebastian Sareyko 
 
 pkgname=gnustep-base
-pkgver=1.24.8
-pkgrel=3
+pkgver=1.24.9
+pkgrel=1
 pkgdesc="The GNUstep base package"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/;
@@ -16,7 +16,7 @@
 groups=('gnustep-core')
 options=('!emptydirs' '!makeflags')
 source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('d0a22c87d506319c604a5c436c2dc0eb')
+md5sums=('34b1d127762c66a1e6358bd605e47ba5')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

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

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 17:04:46 UTC (rev 169267)
+++ PKGBUILD2016-04-02 17:05:01 UTC (rev 169268)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.24.8
-pkgrel=2
+pkgrel=3
 pkgdesc="The GNUstep base package"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

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

icu 56.1 / poppler 0.37.0 rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-01 09:38:31 UTC (rev 145406)
+++ PKGBUILD2015-11-01 10:13:46 UTC (rev 145407)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.24.8
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNUstep base package"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2015-07-30 Thread Sergej Pupykin
Date: Thursday, July 30, 2015 @ 13:16:10
  Author: spupykin
Revision: 137616

upgpkg: gnustep-base 1.24.8-1

upd

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-30 11:16:06 UTC (rev 137615)
+++ PKGBUILD2015-07-30 11:16:10 UTC (rev 137616)
@@ -4,8 +4,8 @@
 # Contributor: Sebastian Sareyko pub...@nooms.de
 
 pkgname=gnustep-base
-pkgver=1.24.6
-pkgrel=4
+pkgver=1.24.8
+pkgrel=1
 pkgdesc=The GNUstep base package
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;
@@ -16,7 +16,7 @@
 groups=('gnustep-core')
 options=('!emptydirs' '!makeflags')
 source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('02e45ae9a7e5e75bf32cc1a6e8381bc1')
+md5sums=('d0a22c87d506319c604a5c436c2dc0eb')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

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

upgpkg: gnustep-base 1.24.6-3

upd

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-05 21:04:28 UTC (rev 130723)
+++ PKGBUILD2015-04-05 21:04:31 UTC (rev 130724)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.24.6
-pkgrel=2
+pkgrel=3
 pkgdesc=The GNUstep base package
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

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

upgpkg: gnustep-base 1.24.6-2

upd

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 14:40:36 UTC (rev 120884)
+++ PKGBUILD2014-10-17 14:40:40 UTC (rev 120885)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.24.6
-pkgrel=1
+pkgrel=2
 pkgdesc=The GNUstep base package
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;


[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:48:09
  Author: spupykin
Revision: 111469

upgpkg: gnustep-base 1.24.6-1

upd

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 09:48:01 UTC (rev 111468)
+++ PKGBUILD2014-05-19 09:48:09 UTC (rev 111469)
@@ -4,8 +4,8 @@
 # Contributor: Sebastian Sareyko pub...@nooms.de
 
 pkgname=gnustep-base
-pkgver=1.24.5
-pkgrel=6
+pkgver=1.24.6
+pkgrel=1
 pkgdesc=The GNUstep base package
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;
@@ -16,7 +16,7 @@
 groups=('gnustep-core')
 options=('!emptydirs' '!makeflags')
 source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('df4e9786c6845d091a677b55d4e2c7c3')
+md5sums=('02e45ae9a7e5e75bf32cc1a6e8381bc1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

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

upgpkg: gnustep-base 1.24.5-6

upd

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-07 09:52:21 UTC (rev 108896)
+++ PKGBUILD2014-04-07 09:52:24 UTC (rev 108897)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.24.5
-pkgrel=5
+pkgrel=6
 pkgdesc=The GNUstep base package
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;



[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

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

upgpkg: gnustep-base 1.24.5-5

upd

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-17 13:21:25 UTC (rev 102675)
+++ PKGBUILD2013-12-17 13:21:30 UTC (rev 102676)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.24.5
-pkgrel=3
+pkgrel=5
 pkgdesc=The GNUstep base package
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;



[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2013-10-15 Thread Sergej Pupykin
Date: Tuesday, October 15, 2013 @ 17:03:46
  Author: spupykin
Revision: 98615

upgpkg: gnustep-base 1.24.5-3

upd

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-15 15:03:41 UTC (rev 98614)
+++ PKGBUILD2013-10-15 15:03:46 UTC (rev 98615)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.24.5
-pkgrel=2
+pkgrel=3
 pkgdesc=The GNUstep base package
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;



[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2013-09-09 Thread Balló György
Date: Monday, September 9, 2013 @ 21:51:07
  Author: bgyorgy
Revision: 96985

upgpkg: gnustep-base 1.24.5-2

Rebuild for i686 (FS#29546)

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-09 19:41:53 UTC (rev 96984)
+++ PKGBUILD2013-09-09 19:51:07 UTC (rev 96985)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.24.5
-pkgrel=1
+pkgrel=2
 pkgdesc=The GNUstep base package
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;



[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2013-08-30 Thread Sergej Pupykin
Date: Friday, August 30, 2013 @ 16:07:38
  Author: spupykin
Revision: 96474

upgpkg: gnustep-base 1.24.5-1

upd

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-30 11:19:31 UTC (rev 96473)
+++ PKGBUILD2013-08-30 14:07:38 UTC (rev 96474)
@@ -4,7 +4,7 @@
 # Contributor: Sebastian Sareyko pub...@nooms.de
 
 pkgname=gnustep-base
-pkgver=1.24.4
+pkgver=1.24.5
 pkgrel=1
 pkgdesc=The GNUstep base package
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('gnustep-core')
 options=('!emptydirs' '!makeflags')
 source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('b300f3e6f9c27705226b741c8c018038')
+md5sums=('df4e9786c6845d091a677b55d4e2c7c3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

2013-05-07 Thread Sergej Pupykin
Date: Tuesday, May 7, 2013 @ 15:33:51
  Author: spupykin
Revision: 90153

upgpkg: gnustep-base 1.24.4-1

upd

Modified:
  gnustep-base/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-07 13:33:45 UTC (rev 90152)
+++ PKGBUILD2013-05-07 13:33:51 UTC (rev 90153)
@@ -4,19 +4,19 @@
 # Contributor: Sebastian Sareyko pub...@nooms.de
 
 pkgname=gnustep-base
-pkgver=1.24.0
-pkgrel=3
+pkgver=1.24.4
+pkgrel=1
 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)
+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=('53cd117e9f64729870e906b66d2314ba')
+md5sums=('b300f3e6f9c27705226b741c8c018038')
 
 build() {
   cd $srcdir/$pkgname-$pkgver