[arch-commits] Commit in slang/trunk (PKGBUILD slang-2.2.3-faster-baud-rates.patch)

2011-04-25 Thread Rémy Oudompheng
Date: Monday, April 25, 2011 @ 03:37:13
  Author: remy
Revision: 120537

Update to 2.2.4, modernize PKGBUILD

Modified:
  slang/trunk/PKGBUILD
Deleted:
  slang/trunk/slang-2.2.3-faster-baud-rates.patch

-+
 PKGBUILD|   27 --
 slang-2.2.3-faster-baud-rates.patch |   62 --
 2 files changed, 16 insertions(+), 73 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-24 20:26:30 UTC (rev 120536)
+++ PKGBUILD2011-04-25 07:37:13 UTC (rev 120537)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=slang
-pkgver=2.2.3
-pkgrel=2
+pkgver=2.2.4
+pkgrel=1
 pkgdesc=S-Lang is a powerful interpreted language
 arch=('i686' 'x86_64')
 url=http://www.jedsoft.org/slang/;
@@ -12,17 +12,22 @@
 depends=('glibc' 'pcre' 'zlib')
 backup=('etc/slsh.rc')
 options=('!makeflags')
-source=(ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
-${pkgname}-2.2.3-faster-baud-rates.patch)
-md5sums=('17e1864de999ae9535a9f7350a010427'
- '4e22e58836100adfae34e824f5fbcb1c')
+source=(ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('7fcfd447e378f07dd0c0bae671fe6487')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/${pkgname}-2.2.3-faster-baud-rates.patch || return 
1
-
   ./configure --prefix=/usr \
-  --sysconfdir=/etc || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install-all || return 1
+  --sysconfdir=/etc
+  make
 }
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install-all
+}

Deleted: slang-2.2.3-faster-baud-rates.patch
===
--- slang-2.2.3-faster-baud-rates.patch 2011-04-24 20:26:30 UTC (rev 120536)
+++ slang-2.2.3-faster-baud-rates.patch 2011-04-25 07:37:13 UTC (rev 120537)
@@ -1,62 +0,0 @@
-The baud rate constant list used for setting the SLang_TT_Baud_Rate
-variable contains baud rates only up to 230400; any faster baud rate is
-not properly detected, and SLang_TT_Baud_Rate is left as 0.  This caused
-problems at least with the Midnight Commander:
-
-  https://www.midnight-commander.org/ticket/2452
-
-(recent versions of rxvt-unicode set speed 400 for the pty (and
-there is no configurable option for this), and mc then considers such
-terminal as slow due to SLang_TT_Baud_Rate == 0 and turns off some
-useful UI options).
-
-This patch adds missing values to the Baud_Rates array in src/slutty.c,
-which fixes the baud rate detection problem.  It also brings this array
-in sync with Baudrate_Map in modules/termios-module.c, where those
-higher baud rates were already present for some time.
-
-
 slang-2.2.3/src/slutty.c.alt-baud-rates2010-12-15 13:56:48.0 
+0300
-+++ slang-2.2.3/src/slutty.c   2011-01-09 22:34:59.91108 +0300
-@@ -170,6 +170,42 @@ static Baud_Rate_Type Baud_Rates [] =
- #ifdef B230400
-  {B230400, 230400},
- #endif
-+#ifdef B460800
-+ {B460800, 460800},
-+#endif
-+#ifdef B50
-+ {B50, 50},
-+#endif
-+#ifdef B576000
-+ {B576000, 576000},
-+#endif
-+#ifdef B921600
-+ {B921600, 921600},
-+#endif
-+#ifdef B100
-+ {B100, 100},
-+#endif
-+#ifdef B1152000
-+ {B1152000, 1152000},
-+#endif
-+#ifdef B150
-+ {B150, 150},
-+#endif
-+#ifdef B200
-+ {B200, 200},
-+#endif
-+#ifdef B250
-+ {B250, 250},
-+#endif
-+#ifdef B300
-+ {B300, 300},
-+#endif
-+#ifdef B350
-+ {B350, 350},
-+#endif
-+#ifdef B400
-+ {B400, 400},
-+#endif
-  {0, 0}
- };



[arch-commits] Commit in slang/repos (extra-i686)

2011-04-25 Thread Rémy Oudompheng
Date: Monday, April 25, 2011 @ 03:37:29
  Author: remy
Revision: 120538

archrelease: remove extra-i686

Deleted:
  slang/repos/extra-i686/



[arch-commits] Commit in slang/repos (extra-i686)

2011-04-25 Thread Rémy Oudompheng
Date: Monday, April 25, 2011 @ 03:37:42
  Author: remy
Revision: 120539

archrelease: copy trunk to extra-i686

Added:
  slang/repos/extra-i686/



[arch-commits] Commit in slang/repos (extra-x86_64)

2011-04-25 Thread Rémy Oudompheng
Date: Monday, April 25, 2011 @ 03:37:44
  Author: remy
Revision: 120540

archrelease: remove extra-x86_64

Deleted:
  slang/repos/extra-x86_64/



[arch-commits] Commit in slang/repos (extra-x86_64)

2011-04-25 Thread Rémy Oudompheng
Date: Monday, April 25, 2011 @ 03:37:58
  Author: remy
Revision: 120541

archrelease: copy trunk to extra-x86_64

Added:
  slang/repos/extra-x86_64/



[arch-commits] Commit in ilmbase/trunk (PKGBUILD tests-compile-fixes.patch)

2011-04-25 Thread Rémy Oudompheng
Date: Monday, April 25, 2011 @ 04:41:09
  Author: remy
Revision: 120542

Update to version 1.0.2, modernize PKGBUILD

Added:
  ilmbase/trunk/tests-compile-fixes.patch
Modified:
  ilmbase/trunk/PKGBUILD

---+
 PKGBUILD  |   29 +
 tests-compile-fixes.patch |   12 
 2 files changed, 33 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 07:37:58 UTC (rev 120541)
+++ PKGBUILD2011-04-25 08:41:09 UTC (rev 120542)
@@ -2,21 +2,34 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=ilmbase
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 depends=('gcc-libs')
-pkgdesc=IlmThread is a thread abstraction library for use with OpenEXR
+pkgdesc=Base libraries from ILM for OpenEXR
 arch=(i686 x86_64)
 license=('custom')
 options=('!libtool')
-source=(http://savannah.nongnu.org/download/openexr/$pkgname-$pkgver.tar.gz)
-url=http://www.openexr.org;
-md5sums=('f76f094e69a6079b0beb93d97e2a217e')
+source=(http://savannah.nongnu.org/download/openexr/$pkgname-$pkgver.tar.gz
+tests-compile-fixes.patch)
+url=http://www.openexr.com;
+md5sums=('26c133ee8ca48e1196fbfb3ffe292ab4'
+ '2687ab9ac01b417ee5cf8c0174b72e43')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -Np1 -i ${srcdir}/tests-compile-fixes.patch
   ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$startdir/pkg install
+  make
+}
+
+check() {
+  cd ${srcdir}/$pkgname-$pkgver
+  # one of the tests fails randomly for an unknown reason
+  make check || true
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
   install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }

Added: tests-compile-fixes.patch
===
--- tests-compile-fixes.patch   (rev 0)
+++ tests-compile-fixes.patch   2011-04-25 08:41:09 UTC (rev 120542)
@@ -0,0 +1,12 @@
+diff -ur ilmbase-1.0.2/Imath/ImathMatrix.h 
ilmbase-1.0.2.new/Imath/ImathMatrix.h
+--- ilmbase-1.0.2/Imath/ImathMatrix.h  2010-07-17 00:48:40.0 +0200
 ilmbase-1.0.2.new/Imath/ImathMatrix.h  2011-04-25 10:15:21.121608420 
+0200
+@@ -49,6 +49,8 @@
+ #include ImathVec.h
+ #include ImathShear.h
+ 
++#include cstdlib
++#include cstring
+ #include iostream
+ #include iomanip
+ 



[arch-commits] Commit in ilmbase/repos (extra-i686)

2011-04-25 Thread Rémy Oudompheng
Date: Monday, April 25, 2011 @ 04:41:12
  Author: remy
Revision: 120543

archrelease: remove extra-i686

Deleted:
  ilmbase/repos/extra-i686/



[arch-commits] Commit in ilmbase/repos (extra-i686)

2011-04-25 Thread Rémy Oudompheng
Date: Monday, April 25, 2011 @ 04:41:26
  Author: remy
Revision: 120544

archrelease: copy trunk to extra-i686

Added:
  ilmbase/repos/extra-i686/



[arch-commits] Commit in ilmbase/repos (extra-x86_64)

2011-04-25 Thread Rémy Oudompheng
Date: Monday, April 25, 2011 @ 04:41:29
  Author: remy
Revision: 120545

archrelease: remove extra-x86_64

Deleted:
  ilmbase/repos/extra-x86_64/



[arch-commits] Commit in ilmbase/repos (extra-x86_64)

2011-04-25 Thread Rémy Oudompheng
Date: Monday, April 25, 2011 @ 04:41:44
  Author: remy
Revision: 120546

archrelease: copy trunk to extra-x86_64

Added:
  ilmbase/repos/extra-x86_64/



[arch-commits] Commit in kernel26/repos (core-i686)

2011-04-25 Thread Tobias Powalowski
Date: Monday, April 25, 2011 @ 12:45:58
  Author: tpowa
Revision: 120547

db-move: kernel26 removed by tpowa for move to [core] (i686)

Deleted:
  kernel26/repos/core-i686/



[arch-commits] Commit in kernel26/repos (core-i686 testing-i686)

2011-04-25 Thread Tobias Powalowski
Date: Monday, April 25, 2011 @ 12:45:59
  Author: tpowa
Revision: 120548

db-move: moved kernel26 from [testing] to [core] (i686)

Added:
  kernel26/repos/core-i686/
Deleted:
  kernel26/repos/testing-i686/



[arch-commits] Commit in kernel26/repos (core-x86_64)

2011-04-25 Thread Tobias Powalowski
Date: Monday, April 25, 2011 @ 12:46:00
  Author: tpowa
Revision: 120549

db-move: kernel26 removed by tpowa for move to [core] (x86_64)

Deleted:
  kernel26/repos/core-x86_64/



[arch-commits] Commit in kernel26/repos (core-x86_64 testing-x86_64)

2011-04-25 Thread Tobias Powalowski
Date: Monday, April 25, 2011 @ 12:46:00
  Author: tpowa
Revision: 120550

db-move: moved kernel26 from [testing] to [core] (x86_64)

Added:
  kernel26/repos/core-x86_64/
Deleted:
  kernel26/repos/testing-x86_64/



[arch-commits] Commit in aufs2/repos (extra-i686)

2011-04-25 Thread Tobias Powalowski
Date: Monday, April 25, 2011 @ 12:46:31
  Author: tpowa
Revision: 120551

db-move: aufs2 removed by tpowa for move to [extra] (i686)

Deleted:
  aufs2/repos/extra-i686/



[arch-commits] Commit in aufs2/repos (extra-i686 testing-i686)

2011-04-25 Thread Tobias Powalowski
Date: Monday, April 25, 2011 @ 12:46:32
  Author: tpowa
Revision: 120552

db-move: moved aufs2 from [testing] to [extra] (i686)

Added:
  aufs2/repos/extra-i686/
Deleted:
  aufs2/repos/testing-i686/



[arch-commits] Commit in aufs2/repos (extra-x86_64)

2011-04-25 Thread Tobias Powalowski
Date: Monday, April 25, 2011 @ 12:46:33
  Author: tpowa
Revision: 120553

db-move: aufs2 removed by tpowa for move to [extra] (x86_64)

Deleted:
  aufs2/repos/extra-x86_64/



[arch-commits] Commit in aufs2/repos (extra-x86_64 testing-x86_64)

2011-04-25 Thread Tobias Powalowski
Date: Monday, April 25, 2011 @ 12:46:34
  Author: tpowa
Revision: 120554

db-move: moved aufs2 from [testing] to [extra] (x86_64)

Added:
  aufs2/repos/extra-x86_64/
Deleted:
  aufs2/repos/testing-x86_64/



[arch-commits] Commit in gnome-doc-utils/trunk (PKGBUILD)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 12:50:51
  Author: ibiru
Revision: 120555

update to 0.20.6

Modified:
  gnome-doc-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 16:46:34 UTC (rev 120554)
+++ PKGBUILD2011-04-25 16:50:51 UTC (rev 120555)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-doc-utils
-pkgver=0.20.5
+pkgver=0.20.6
 pkgrel=1
 pkgdesc=Documentation utilities for Gnome
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('pkgconfig' 'intltool')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.20/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('08d99b8ab813fadd3407873e4a30282debce92e22eb1b45430a8bb9c120e2130')
+sha256sums=('091486e370480bf45349ad09dac799211092a02938b26a0d68206172cb6cebbf')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gnome-doc-utils/repos (testing-any)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 12:52:41
  Author: ibiru
Revision: 120556

archrelease: remove testing-any

Deleted:
  gnome-doc-utils/repos/testing-any/



[arch-commits] Commit in gnome-doc-utils/repos (testing-any)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 12:52:58
  Author: ibiru
Revision: 120557

archrelease: copy trunk to testing-any

Added:
  gnome-doc-utils/repos/testing-any/



[arch-commits] Commit in latex2html/trunk (PKGBUILD install-destdir.patch)

2011-04-25 Thread Rémy Oudompheng
Date: Monday, April 25, 2011 @ 13:05:18
  Author: remy
Revision: 120558

PKGBUILD cleanup, remove url.sty from package (FS#22930)

Added:
  latex2html/trunk/install-destdir.patch
Modified:
  latex2html/trunk/PKGBUILD

---+
 PKGBUILD  |   47 ++-
 install-destdir.patch |   20 
 2 files changed, 42 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 16:52:58 UTC (rev 120557)
+++ PKGBUILD2011-04-25 17:05:18 UTC (rev 120558)
@@ -5,41 +5,38 @@
 
 pkgname=latex2html
 pkgver=2008
-pkgrel=1
-pkgdesc=latex2html is a convertor written in Perl that converts LaTeX 
documents to HTML.
-arch=('i686' 'x86_64')
-url=http://saftsack.fs.uni-bayreuth.de/~latex2ht/;
+pkgrel=2
+pkgdesc=a convertor written in Perl that converts LaTeX documents to HTML.
+arch=('any')
+url=http://www.ctan.org/pkg/latex2html/;
 depends=('perl' 'ghostscript' 'texlive-core' 'libpng' 'giflib' 'netpbm')
 install=$pkgname.install
 license=('GPL2')
-source=(http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/$pkgname-$pkgver.tar.gz)
+source=(http://mirrors.ctan.org/support/${pkgname}/$pkgname-$pkgver.tar.gz
+ install-destdir.patch)
+md5sums=('275ab6cfa8ca9328446b7f40d8dc302e'
+ '5b77601b36abca4fff3e2f75ccf15499')
 
 build() {
cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=$startdir/pkg/usr \
-   --shlibdir=$startdir/pkg/usr/lib/$pkgname \
-   --with-texpath=$startdir/pkg/usr/share/texmf/tex/latex/html \
+   patch -Np0 -i ${srcdir}/install-destdir.patch
+   ./configure --prefix=/usr \
+   --shlibdir=/usr/lib/$pkgname \
+   --with-texpath=/usr/share/texmf/tex/latex/html \
--enable-wrapper \
--enable-gif \
-   --enable-png || return 1
+   --enable-png
 
-   make || return 1
-   make install || return 1
-   
-   find $startdir/pkg/usr -type f -print | while read filename; do
-   if [ ! -z '`grep $startdir $filename`' ]; then
-   mv $filename $filename.mkpkg
-   sed -e s#$pkgdir##g -e s#$srcdir##g  $filename.mkpkg  
$filename
-   rm $filename.mkpkg
-   fi
-   done
+   make
+}
 
-   # move files to FHS location
-   mv $startdir/pkg/usr/cfgcache.pm $startdir/pkg/usr/l2hconf.pm 
$startdir/pkg/usr/lib/$pkgname/
-
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=${pkgdir} install
+   
# set correct permission on executables
-   chmod 755 $pkgdir/usr/bin/pstoimg \
-   $pkgdir/usr/bin/$pkgname \
-   $pkgdir/usr/bin/texexpand
+   chmod 755 $pkgdir/usr/bin/{pstoimg,texexpand,latex2html}
 
+   # avoid conflict with TeXLive
+   rm -f ${pkgdir}/usr/share/texmf/tex/latex/html/url.sty
 }

Added: install-destdir.patch
===
--- install-destdir.patch   (rev 0)
+++ install-destdir.patch   2011-04-25 17:05:18 UTC (rev 120558)
@@ -0,0 +1,20 @@
+--- config/install.pl.old  2011-04-25 09:32:26.052179167 -0700
 config/install.pl  2011-04-25 09:33:28.262180892 -0700
+@@ -372,14 +372,15 @@
+ 
+ if($cfg{TEXPATH}) {
+   print \nNote: trying to install LaTeX2HTML style files in TeX directory 
tree\n ($cfg{TEXPATH})\n;
+-  unless(mkpath($cfg{TEXPATH})) {
++  my $dest = $cfg{TEXPATH};
++  $dest = $ENV{'DESTDIR'}.$dest if($ENV{'DESTDIR'});
++  unless(mkpath($dest)) {
+   #my $testpath = $cfg{TEXPATH}; # to strip (latex2)html
+   #$testpath =~ s/[$dd$dd][^$dd$dd]*$//;
+   #if((-d $cfg{TEXPATH}  !-w _) || (-d $testpath  !-w _)) {
+ print STDERR \nError: Cannot install LaTeX2HTML style files in 
$cfg{TEXPATH}\n;
+   } else {
+ my $dir = 'texinputs';
+-my $dest = $cfg{TEXPATH};
+ unless(opendir(DIR,$dir)) {
+   print STDERR qq{Error: Could not read directory $dir: $!\n};
+ } else {



[arch-commits] Commit in latex2html/repos (extra-any)

2011-04-25 Thread Rémy Oudompheng
Date: Monday, April 25, 2011 @ 13:05:34
  Author: remy
Revision: 120559

archrelease: copy trunk to extra-any

Added:
  latex2html/repos/extra-any/



[arch-commits] Commit in latex2html/repos (extra-i686 extra-x86_64)

2011-04-25 Thread Rémy Oudompheng
Date: Monday, April 25, 2011 @ 13:05:41
  Author: remy
Revision: 120560

removed extra-i686 and extra-x86_64 for latex2html

Deleted:
  latex2html/repos/extra-i686/
  latex2html/repos/extra-x86_64/



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

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:06:15
  Author: ibiru
Revision: 120561

update to 2.32.3

Modified:
  gconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 17:05:41 UTC (rev 120560)
+++ PKGBUILD2011-04-25 17:06:15 UTC (rev 120561)
@@ -2,7 +2,7 @@
 # Maintainer:  Jan de Groot j...@archlinux.org
 
 pkgname=gconf
-pkgver=2.32.2
+pkgver=2.32.3
 pkgrel=1
 pkgdesc=A configuration database system
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 gconfpkg
 gconf-reload.patch
 01_xml-gettext-domain.patch)
-sha256sums=('6bff392b9d1ca52502f0c6dac5506260800e43d72ca1fa77a4524af1a3cc1330'
+sha256sums=('63e249d16b1b50820e9c32f1d85ff2c94498afdd45544fa5f37b8e1d084c5bae'
 'ee6b6e6f4975dad13a8c45f1c1f0547a99373bdecdcd6604bfc12965c328a028'
 'bf1928718caa5df2b9e54a13cfd0f15a8fe0e09e86b84385ce023616a114e898'
 '567b78d8b4b4bbcb77c5f134d57bc503c34867fcc6341c0b01716bcaa4a21694'



[arch-commits] Commit in gconf/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:10:00
  Author: ibiru
Revision: 120562

archrelease: remove testing-i686

Deleted:
  gconf/repos/testing-i686/



[arch-commits] Commit in gconf/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:10:16
  Author: ibiru
Revision: 120563

archrelease: copy trunk to testing-i686

Added:
  gconf/repos/testing-i686/



[arch-commits] Commit in gconf/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:10:21
  Author: ibiru
Revision: 120564

archrelease: remove testing-x86_64

Deleted:
  gconf/repos/testing-x86_64/



[arch-commits] Commit in gconf/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:10:38
  Author: ibiru
Revision: 120565

archrelease: copy trunk to testing-x86_64

Added:
  gconf/repos/testing-x86_64/



[arch-commits] Commit in yelp-xsl/trunk (PKGBUILD)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:12:06
  Author: ibiru
Revision: 120566

update to 3.0.1

Modified:
  yelp-xsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 17:10:38 UTC (rev 120565)
+++ PKGBUILD2011-04-25 17:12:06 UTC (rev 120566)
@@ -2,7 +2,7 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=yelp-xsl
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=Stylesheets for Yelp
 arch=(any)
@@ -11,7 +11,7 @@
 options=('!emptydirs')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('60d62ad2f747e5f7564be5d4e7d014164b1951dc7aa9f65cd4c2c6150ea5d8e3')
+sha256sums=('1c3ce3639b5a62b50d4c2580e84b35d62bdc215cbab2ac464d386d20328f42f0')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in yelp-xsl/repos (testing-any)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:12:37
  Author: ibiru
Revision: 120567

archrelease: remove testing-any

Deleted:
  yelp-xsl/repos/testing-any/



[arch-commits] Commit in yelp-xsl/repos (testing-any)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:12:53
  Author: ibiru
Revision: 120568

archrelease: copy trunk to testing-any

Added:
  yelp-xsl/repos/testing-any/



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

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:16:30
  Author: ibiru
Revision: 120569

update to 4.0.1

Modified:
  gtkhtml4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 17:12:53 UTC (rev 120568)
+++ PKGBUILD2011-04-25 17:16:30 UTC (rev 120569)
@@ -3,7 +3,7 @@
 
 pkgname=gtkhtml4
 _pkgbasename=gtkhtml
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget for GTK3
 arch=(i686 x86_64)
@@ -13,12 +13,12 @@
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('6e2f267e3de5fe689310ad61c0ecc35faa8ba79d69d77b80addc6e94ebf3c297')
+sha256sums=('13fd845ce2ebc837fd4771d2dd0c103bde20faad9f77f6c7a62ff7d8099557ff')
 
 build() {
 cd ${srcdir}/${_pkgbasename}-${pkgver}
 ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/gtkhtml3 \
+--libexecdir=/usr/lib/gtkhtml4 \
 --localstatedir=/var --disable-static
 make
 }



[arch-commits] Commit in gtkhtml4/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:17:04
  Author: ibiru
Revision: 120570

archrelease: remove testing-i686

Deleted:
  gtkhtml4/repos/testing-i686/



[arch-commits] Commit in gtkhtml4/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:17:21
  Author: ibiru
Revision: 120571

archrelease: copy trunk to testing-i686

Added:
  gtkhtml4/repos/testing-i686/



[arch-commits] Commit in gtkhtml4/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:17:25
  Author: ibiru
Revision: 120572

archrelease: remove testing-x86_64

Deleted:
  gtkhtml4/repos/testing-x86_64/



[arch-commits] Commit in gtkhtml4/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:17:41
  Author: ibiru
Revision: 120573

archrelease: copy trunk to testing-x86_64

Added:
  gtkhtml4/repos/testing-x86_64/



[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:24:21
  Author: ibiru
Revision: 120574

update to 3.0.1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 17:17:41 UTC (rev 120573)
+++ PKGBUILD2011-04-25 17:24:21 UTC (rev 120574)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=Central location for addressbook and calendar storage in the GNOME 
Desktop
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 url=http://www.gnome.org;
 license=('GPL')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2fa5d11dffa18e7161db35237aed46476a58e20ef895f74455f01e36484c063f')
+sha256sums=('8592be94027a9848ac18670a0e86e48e857539cd2813eb345eda0ace19688dd0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in evolution-data-server/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:25:44
  Author: ibiru
Revision: 120575

archrelease: remove testing-i686

Deleted:
  evolution-data-server/repos/testing-i686/



[arch-commits] Commit in evolution-data-server/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:26:00
  Author: ibiru
Revision: 120576

archrelease: copy trunk to testing-i686

Added:
  evolution-data-server/repos/testing-i686/



[arch-commits] Commit in evolution-data-server/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:26:05
  Author: ibiru
Revision: 120577

archrelease: remove testing-x86_64

Deleted:
  evolution-data-server/repos/testing-x86_64/



[arch-commits] Commit in evolution-data-server/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:26:21
  Author: ibiru
Revision: 120578

archrelease: copy trunk to testing-x86_64

Added:
  evolution-data-server/repos/testing-x86_64/



[arch-commits] Commit in libgnome-keyring/trunk (PKGBUILD)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:26:49
  Author: ibiru
Revision: 120579

update to 3.0.1

Modified:
  libgnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 17:26:21 UTC (rev 120578)
+++ PKGBUILD2011-04-25 17:26:49 UTC (rev 120579)
@@ -2,7 +2,7 @@
 #Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=libgnome-keyring
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=GNOME keyring client library
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('165e653d93e6ab74ea0a32e6fbbcd2b38a18aeadccf6f7082a0fa3d21bf1ce01')
+sha256sums=('9d748842dab86914488bef039ca2c25f8ff5510daae3815643e6e00a2f69cacb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in libgnome-keyring/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:28:36
  Author: ibiru
Revision: 120580

archrelease: remove testing-i686

Deleted:
  libgnome-keyring/repos/testing-i686/



[arch-commits] Commit in libgnome-keyring/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:28:52
  Author: ibiru
Revision: 120581

archrelease: copy trunk to testing-i686

Added:
  libgnome-keyring/repos/testing-i686/



[arch-commits] Commit in libgnome-keyring/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:28:56
  Author: ibiru
Revision: 120582

archrelease: remove testing-x86_64

Deleted:
  libgnome-keyring/repos/testing-x86_64/



[arch-commits] Commit in gnome-keyring/trunk (PKGBUILD)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:40:10
  Author: ibiru
Revision: 120584

update to 3.0.1

Modified:
  gnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 17:29:12 UTC (rev 120583)
+++ PKGBUILD2011-04-25 17:40:10 UTC (rev 120584)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=gnome-keyring
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=GNOME Password Management daemon
 arch=(i686 x86_64)
@@ -10,11 +10,11 @@
 depends=('gtk3' 'dconf')
 makedepends=('intltool' 'pkgconfig' 'python2')
 groups=('gnome')
-options=('!libtool' '!emptydirs')
+options=('!libtool' '!emptydirs' '!makeflags')
 url=http://www.gnome.org;
 install=gnome-keyring.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('63bbe53031620d8514cf4ebd7705e2360d37679e785c4588f66b88f919e56c20')
+sha256sums=('1b296fc58fb189c9632fdd8a8a8a2dbb0af97db1529af87d73e21a96c4b78c03')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -22,7 +22,7 @@
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/gnome-keyring \
   --with-pam-dir=/lib/security --with-root-certs=/etc/ssl/certs \
-  --disable-schemas-compile --with-gtk=3.0
+  --disable-schemas-compile
   make
 }
 



[arch-commits] Commit in gnome-keyring/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:40:47
  Author: ibiru
Revision: 120585

archrelease: remove testing-i686

Deleted:
  gnome-keyring/repos/testing-i686/



[arch-commits] Commit in gnome-keyring/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:41:03
  Author: ibiru
Revision: 120586

archrelease: copy trunk to testing-i686

Added:
  gnome-keyring/repos/testing-i686/



[arch-commits] Commit in gnome-keyring/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:41:08
  Author: ibiru
Revision: 120587

archrelease: remove testing-x86_64

Deleted:
  gnome-keyring/repos/testing-x86_64/



[arch-commits] Commit in gnome-keyring/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:41:24
  Author: ibiru
Revision: 120588

archrelease: copy trunk to testing-x86_64

Added:
  gnome-keyring/repos/testing-x86_64/



[arch-commits] Commit in gnome-themes-standard/trunk (PKGBUILD)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:43:37
  Author: ibiru
Revision: 120589

update to 3.0.1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 17:41:24 UTC (rev 120588)
+++ PKGBUILD2011-04-25 17:43:37 UTC (rev 120589)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-themes-standard
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
 
source=(http://download.gnome.org/sources/$pkgname/3.0/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('ea6215d814da2301e4a287e454693ee62616c0e42b57b0576c2489786e3487f3')
+sha256sums=('9630b12c02d8a05a328cb0bef111bb776b86639c9c582475943f71666ab82677')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gnome-themes-standard/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:43:59
  Author: ibiru
Revision: 120590

archrelease: remove testing-i686

Deleted:
  gnome-themes-standard/repos/testing-i686/



[arch-commits] Commit in gnome-themes-standard/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:44:15
  Author: ibiru
Revision: 120591

archrelease: copy trunk to testing-i686

Added:
  gnome-themes-standard/repos/testing-i686/



[arch-commits] Commit in gnome-themes-standard/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:44:19
  Author: ibiru
Revision: 120592

archrelease: remove testing-x86_64

Deleted:
  gnome-themes-standard/repos/testing-x86_64/



[arch-commits] Commit in gnome-themes-standard/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:44:35
  Author: ibiru
Revision: 120593

archrelease: copy trunk to testing-x86_64

Added:
  gnome-themes-standard/repos/testing-x86_64/



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

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:46:45
  Author: ibiru
Revision: 120594

update to 3.0.1

Modified:
  gucharmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 17:44:35 UTC (rev 120593)
+++ PKGBUILD2011-04-25 17:46:45 UTC (rev 120594)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=gucharmap
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=Gnome Unicode Charmap
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!libtool' '!emptydirs')
 install=gucharmap.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e95c161f7c229e27a7acb3d5212a95ec3564b5bc2964c1607ab32ef24f093bf0')
+sha256sums=('948a376f13af98ffe6be29c73f1d89d2dbc201abd697bb6e85c717d8242dcf75')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gucharmap/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:47:10
  Author: ibiru
Revision: 120595

archrelease: remove testing-i686

Deleted:
  gucharmap/repos/testing-i686/



[arch-commits] Commit in gucharmap/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:47:25
  Author: ibiru
Revision: 120596

archrelease: copy trunk to testing-i686

Added:
  gucharmap/repos/testing-i686/



[arch-commits] Commit in gucharmap/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:47:30
  Author: ibiru
Revision: 120597

archrelease: remove testing-x86_64

Deleted:
  gucharmap/repos/testing-x86_64/



[arch-commits] Commit in gucharmap/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:47:46
  Author: ibiru
Revision: 120598

archrelease: copy trunk to testing-x86_64

Added:
  gucharmap/repos/testing-x86_64/



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

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:55:43
  Author: ibiru
Revision: 120599

update to 3.0.1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 17:47:46 UTC (rev 120598)
+++ PKGBUILD2011-04-25 17:55:43 UTC (rev 120599)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=Integrated Workgroup and Personal Information Management for Gnome
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2969c999cf995dd434598a366ae9c51a43d119bfe36e3de40ad2f82832210957')
+sha256sums=('d322241c38ece00e2ee7adf0c4d0583dc811c52d5a176ef93427b9b35c04487b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in evolution/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:01:33
  Author: ibiru
Revision: 120600

archrelease: remove testing-i686

Deleted:
  evolution/repos/testing-i686/



[arch-commits] Commit in evolution/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:01:50
  Author: ibiru
Revision: 120601

archrelease: copy trunk to testing-i686

Added:
  evolution/repos/testing-i686/



[arch-commits] Commit in evolution/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:01:54
  Author: ibiru
Revision: 120602

archrelease: remove testing-x86_64

Deleted:
  evolution/repos/testing-x86_64/



[arch-commits] Commit in evolution/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:02:10
  Author: ibiru
Revision: 120603

archrelease: copy trunk to testing-x86_64

Added:
  evolution/repos/testing-x86_64/



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

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:04:11
  Author: ibiru
Revision: 120604

update to 3.0.1

Modified:
  seahorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 18:02:10 UTC (rev 120603)
+++ PKGBUILD2011-04-25 18:04:11 UTC (rev 120604)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants michel.li...@tiscali.be
 
 pkgname=seahorse
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=GNOME application for managing PGP keys.
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 groups=('gnome-extra')
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('93df5c39755e6d87b72fa3a17ded2d5f99d153701613cb2c7d2ab6221dc93e26')
+sha256sums=('79efc22f9fe7db3d53a02be8bcf910be25aef0e321a49ec87a3a709f8912')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -23,8 +23,7 @@
   --localstatedir=/var --disable-static \
   --enable-ldap --enable-hkp \
   --disable-scrollkeeper \
-  --disable-update-mime-database \
-  --with-gtk=3.0
+  --disable-update-mime-database
   make
 }
 



[arch-commits] Commit in seahorse/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:05:52
  Author: ibiru
Revision: 120605

archrelease: remove testing-i686

Deleted:
  seahorse/repos/testing-i686/



[arch-commits] Commit in seahorse/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:06:13
  Author: ibiru
Revision: 120606

archrelease: copy trunk to testing-i686

Added:
  seahorse/repos/testing-i686/



[arch-commits] Commit in seahorse/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:06:17
  Author: ibiru
Revision: 120607

archrelease: remove testing-x86_64

Deleted:
  seahorse/repos/testing-x86_64/



[arch-commits] Commit in seahorse/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:06:33
  Author: ibiru
Revision: 120608

archrelease: copy trunk to testing-x86_64

Added:
  seahorse/repos/testing-x86_64/



[arch-commits] Commit in gnome-terminal/trunk (PKGBUILD)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:07:09
  Author: ibiru
Revision: 120609

update to 3.0.1

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 18:06:33 UTC (rev 120608)
+++ PKGBUILD2011-04-25 18:07:09 UTC (rev 120609)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-terminal
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=The GNOME Terminal Emulator
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 groups=('gnome')
 install=gnome-terminal.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('16a3420176bbe5d58ad432306bfc40edb1423d43e311dd1d0de6da16559943f8')
+sha256sums=('388eda40663566cb785e2d92180e0b584c2c89acc3e7bcd30605601710fddc48')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gnome-terminal/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:08:29
  Author: ibiru
Revision: 120610

archrelease: remove testing-i686

Deleted:
  gnome-terminal/repos/testing-i686/



[arch-commits] Commit in gnome-terminal/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:08:47
  Author: ibiru
Revision: 120611

archrelease: copy trunk to testing-i686

Added:
  gnome-terminal/repos/testing-i686/



[arch-commits] Commit in gnome-terminal/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:08:52
  Author: ibiru
Revision: 120612

archrelease: remove testing-x86_64

Deleted:
  gnome-terminal/repos/testing-x86_64/



[arch-commits] Commit in gnome-terminal/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:09:08
  Author: ibiru
Revision: 120613

archrelease: copy trunk to testing-x86_64

Added:
  gnome-terminal/repos/testing-x86_64/



[arch-commits] Commit in empathy/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:13:33
  Author: ibiru
Revision: 120615

archrelease: remove testing-i686

Deleted:
  empathy/repos/testing-i686/



[arch-commits] Commit in empathy/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:13:49
  Author: ibiru
Revision: 120616

archrelease: copy trunk to testing-i686

Added:
  empathy/repos/testing-i686/



[arch-commits] Commit in empathy/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:13:53
  Author: ibiru
Revision: 120617

archrelease: remove testing-x86_64

Deleted:
  empathy/repos/testing-x86_64/



[arch-commits] Commit in empathy/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:14:09
  Author: ibiru
Revision: 120618

archrelease: copy trunk to testing-x86_64

Added:
  empathy/repos/testing-x86_64/



[arch-commits] Commit in gnome-utils/trunk (PKGBUILD)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:27:58
  Author: ibiru
Revision: 120619

update to 3.0.1

Modified:
  gnome-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 18:14:09 UTC (rev 120618)
+++ PKGBUILD2011-04-25 18:27:58 UTC (rev 120619)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-utils
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=Common utilities for GNOME
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=('gnome-extra')
 install=gnome-utils.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1cc095f69f4e224509727f648797fdee2190405a0f9005a65e4a0c53ae6547a6')
+sha256sums=('7debe9ca4ba8b8852f67c1a359c613dbfa10e10abfaa2235261cbc2520daf218')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gnome-utils/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:29:00
  Author: ibiru
Revision: 120620

archrelease: remove testing-i686

Deleted:
  gnome-utils/repos/testing-i686/



[arch-commits] Commit in gnome-utils/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:29:16
  Author: ibiru
Revision: 120621

archrelease: copy trunk to testing-i686

Added:
  gnome-utils/repos/testing-i686/



[arch-commits] Commit in gnome-utils/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:29:19
  Author: ibiru
Revision: 120622

archrelease: remove testing-x86_64

Deleted:
  gnome-utils/repos/testing-x86_64/



[arch-commits] Commit in gnome-utils/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:29:35
  Author: ibiru
Revision: 120623

archrelease: copy trunk to testing-x86_64

Added:
  gnome-utils/repos/testing-x86_64/



[arch-commits] Commit in evolution-exchange/trunk (PKGBUILD)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:31:36
  Author: ibiru
Revision: 120624

update to 3.0.1

Modified:
  evolution-exchange/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 18:29:35 UTC (rev 120623)
+++ PKGBUILD2011-04-25 18:31:36 UTC (rev 120624)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-exchange
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=Ximian Connector Exchange plugin for Evolution
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool' '!emptydirs')
 install=evolution-exchange.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('841f4edc16979724d2b42210e422f24698aea406e3450df9db2a84fffd8febdb')
+sha256sums=('4c020f7946f534e3245806f29f48dbc9ccb98afdbc92d7bb5b14a5410668ad02')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in evolution-exchange/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:32:19
  Author: ibiru
Revision: 120625

archrelease: remove testing-i686

Deleted:
  evolution-exchange/repos/testing-i686/



[arch-commits] Commit in evolution-exchange/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:32:35
  Author: ibiru
Revision: 120626

archrelease: copy trunk to testing-i686

Added:
  evolution-exchange/repos/testing-i686/



[arch-commits] Commit in evolution-exchange/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:32:39
  Author: ibiru
Revision: 120627

archrelease: remove testing-x86_64

Deleted:
  evolution-exchange/repos/testing-x86_64/



[arch-commits] Commit in evolution-exchange/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:32:55
  Author: ibiru
Revision: 120628

archrelease: copy trunk to testing-x86_64

Added:
  evolution-exchange/repos/testing-x86_64/



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

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:36:29
  Author: ibiru
Revision: 120629

update to 3.0.1

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 18:32:55 UTC (rev 120628)
+++ PKGBUILD2011-04-25 18:36:29 UTC (rev 120629)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=nautilus
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=The GNOME shell and file manager
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 install=nautilus.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6842be325c7acd5bb889ed93dfb1ed8b9ccc4a1ff7e034cb083895e74e59ebe3')
+sha256sums=('f759d615c880caebf84290bc00c354488266bd7292479d88b8811a9c4f3106e8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in nautilus/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:37:07
  Author: ibiru
Revision: 120630

archrelease: remove testing-i686

Deleted:
  nautilus/repos/testing-i686/



[arch-commits] Commit in nautilus/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:37:23
  Author: ibiru
Revision: 120631

archrelease: copy trunk to testing-i686

Added:
  nautilus/repos/testing-i686/



[arch-commits] Commit in nautilus/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:37:26
  Author: ibiru
Revision: 120632

archrelease: remove testing-x86_64

Deleted:
  nautilus/repos/testing-x86_64/



[arch-commits] Commit in nautilus/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:37:42
  Author: ibiru
Revision: 120633

archrelease: copy trunk to testing-x86_64

Added:
  nautilus/repos/testing-x86_64/



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

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:44:11
  Author: ibiru
Revision: 120634

update to 3.0.1

Modified:
  vino/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 18:37:42 UTC (rev 120633)
+++ PKGBUILD2011-04-25 18:44:11 UTC (rev 120634)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=vino
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=a VNC server for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 install=vino.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('15d511bc63a63f63b3bb182a9c7f48dd2d7c619fdb4305379d1018c5211314aa')
+sha256sums=('d2111f1f8dbcb78005cce3d28ea42b5deabe5ced83eb11030e4a74874fdfdfca')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in vino/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:44:49
  Author: ibiru
Revision: 120635

archrelease: remove testing-i686

Deleted:
  vino/repos/testing-i686/



[arch-commits] Commit in vino/repos (testing-i686)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:45:04
  Author: ibiru
Revision: 120636

archrelease: copy trunk to testing-i686

Added:
  vino/repos/testing-i686/



[arch-commits] Commit in vino/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:45:08
  Author: ibiru
Revision: 120637

archrelease: remove testing-x86_64

Deleted:
  vino/repos/testing-x86_64/



[arch-commits] Commit in vino/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:45:24
  Author: ibiru
Revision: 120638

archrelease: copy trunk to testing-x86_64

Added:
  vino/repos/testing-x86_64/



  1   2   >