[arch-commits] Commit in libwebkit/trunk (2 files)

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 04:50:25
  Author: ibiru
Revision: 130015

update to 1.4.2

Modified:
  libwebkit/trunk/PKGBUILD
Deleted:
  libwebkit/trunk/replace-switch-with-given-when.patch

--+
 PKGBUILD |6 ++--
 replace-switch-with-given-when.patch |   45 -
 2 files changed, 3 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-30 20:49:38 UTC (rev 130014)
+++ PKGBUILD2011-07-01 08:50:25 UTC (rev 130015)
@@ -3,7 +3,7 @@
 
 pkgbase=libwebkit
 pkgname=(libwebkit libwebkit3)
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=An opensource web content engine
 arch=('i686' 'x86_64')
@@ -15,12 +15,12 @@
 install=libwebkit.install
 source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz
 replace-switch-with-given-when.patch)
-md5sums=('c1a4f732a77d6f8197437b50678d3dbc'
+md5sums=('361f8420e93d12101d650758fec09fa0'
  '3ba708a26b7af0e1e853867966fe14f7')
 
 build() {
   cd ${srcdir}/webkit-${pkgver}
-  patch -Np1 -i ${srcdir}/replace-switch-with-given-when.patch
+#  patch -Np1 -i ${srcdir}/replace-switch-with-given-when.patch
   mkdir build-gtk{2,3}
 
   ( cd build-gtk2  _build --with-gtk=2.0 )

Deleted: replace-switch-with-given-when.patch
===
--- replace-switch-with-given-when.patch2011-06-30 20:49:38 UTC (rev 
130014)
+++ replace-switch-with-given-when.patch2011-07-01 08:50:25 UTC (rev 
130015)
@@ -1,45 +0,0 @@
-diff -upr webkit-1.4.0.orig/Source/WebCore/make-hash-tools.pl 
webkit-1.4.0/Source/WebCore/make-hash-tools.pl
 webkit-1.4.0.orig/Source/WebCore/make-hash-tools.pl2011-04-25 
22:27:15.0 +0300
-+++ webkit-1.4.0/Source/WebCore/make-hash-tools.pl 2011-06-02 
00:41:26.0 +0300
-@@ -20,7 +20,7 @@
- #   Boston, MA 02110-1301, USA.
- 
- use strict;
--use Switch;
-+use feature 'switch';
- use File::Basename;
- 
- my $outdir = $ARGV[0];
-@@ -28,9 +28,9 @@ shift;
- my $option = basename($ARGV[0],.gperf);
- 
- 
--switch ($option) {
-+given ($option) {
- 
--case DocTypeStrings {
-+when (DocTypeStrings) {
- 
- my $docTypeStringsGenerated= $outdir/DocTypeStrings.cpp;
- my $docTypeStringsGperf= $ARGV[0];
-@@ -38,9 +38,9 @@ case DocTypeStrings {
- 
- system(gperf --key-positions=\*\ -s 2 $docTypeStringsGperf  
$docTypeStringsGenerated) == 0 || die calling gperf failed: $?;
- 
--} # case DocTypeStrings
-+} # when (DocTypeStrings)
- 
--case ColorData {
-+when (ColorData) {
- 
- my $colorDataGenerated = $outdir/ColorData.cpp;
- my $colorDataGperf = $ARGV[0];
-@@ -48,6 +48,6 @@ case ColorData {
- 
- system(gperf --key-positions=\*\ -D -s 2 $colorDataGperf  
$colorDataGenerated) == 0 || die calling gperf failed: $?;
- 
--} # case ColorData
-+} # when (ColorData)
- 
--} # switch ($option)
-+} # given ($option)



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 05:01:14
  Author: ibiru
Revision: 130016

archrelease: remove extra-i686

Deleted:
  libwebkit/repos/extra-i686/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 05:01:29
  Author: ibiru
Revision: 130017

archrelease: copy trunk to extra-i686

Added:
  libwebkit/repos/extra-i686/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 05:01:33
  Author: ibiru
Revision: 130018

archrelease: remove extra-x86_64

Deleted:
  libwebkit/repos/extra-x86_64/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 05:01:50
  Author: ibiru
Revision: 130019

archrelease: copy trunk to extra-x86_64

Added:
  libwebkit/repos/extra-x86_64/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 05:16:54
  Author: ibiru
Revision: 130020

update to 3.0.4

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-01 09:01:50 UTC (rev 130019)
+++ PKGBUILD2011-07-01 09:16:54 UTC (rev 130020)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=epiphany
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.0.4
+pkgrel=1
 install=epiphany.install
 pkgdesc=A GNOME3 web browser based on the WebKit rendering engine.
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
 options=('!libtool' '!emptydirs')
 groups=('gnome')
 url=http://www.gnome.org/projects/epiphany/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('befcc9b6061b2e5e9c78399423b09e27dc301dec55d96bf63590d543ce9bb805')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3cfc25c4c939e3df960c28e6c27e7e78645e1121d8634ecbd307672df1f37333')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 05:19:33
  Author: ibiru
Revision: 130021

archrelease: remove extra-i686

Deleted:
  epiphany/repos/extra-i686/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 05:19:49
  Author: ibiru
Revision: 130022

archrelease: copy trunk to extra-i686

Added:
  epiphany/repos/extra-i686/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 05:19:53
  Author: ibiru
Revision: 130023

archrelease: remove extra-x86_64

Deleted:
  epiphany/repos/extra-x86_64/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 05:20:08
  Author: ibiru
Revision: 130024

archrelease: copy trunk to extra-x86_64

Added:
  epiphany/repos/extra-x86_64/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 05:21:47
  Author: ibiru
Revision: 130025

update to 0.4.998

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-01 09:20:08 UTC (rev 130024)
+++ PKGBUILD2011-07-01 09:21:47 UTC (rev 130025)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=modemmanager
 _realname=ModemManager
-pkgver=0.4.997
+pkgver=0.4.998
 pkgrel=1
 pkgdesc=Mobile broadband modem management service
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 
source=(http://download.gnome.org/sources/${_realname}/0.4/${_realname}-${pkgver}.tar.xz)
 optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-sha256sums=('88fa2f098b9fbbfb4e91e78e200404ce6dd6258102a197a635a3bd789302c6e4')
+sha256sums=('a0d96d0f9e06f1542b4c32d114833114b330682f93eea16fda8cdba289ceadf5')
 
 build() {
   cd $srcdir/${_realname}-${pkgver}



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 05:23:35
  Author: ibiru
Revision: 130026

archrelease: remove extra-i686

Deleted:
  modemmanager/repos/extra-i686/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 05:24:02
  Author: ibiru
Revision: 130027

archrelease: copy trunk to extra-i686

Added:
  modemmanager/repos/extra-i686/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 05:24:07
  Author: ibiru
Revision: 130028

archrelease: remove extra-x86_64

Deleted:
  modemmanager/repos/extra-x86_64/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 05:24:31
  Author: ibiru
Revision: 130029

archrelease: copy trunk to extra-x86_64

Added:
  modemmanager/repos/extra-x86_64/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 07:17:28
  Author: ibiru
Revision: 130030

update to 3.0.5

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-01 09:24:31 UTC (rev 130029)
+++ PKGBUILD2011-07-01 11:17:28 UTC (rev 130030)
@@ -3,7 +3,7 @@
 
 pkgname=gtksourceview3
 _pkgbasename=gtksourceview
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc=A text widget adding syntax highlighting and more to GNOME
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-${pkgver}.tar.xz)
-sha256sums=('12b39125b650e70bc3ab958f071e35537d4b2136ec5497829d38b5565e7280a0')
+sha256sums=('3502fb5da443f687fdba228e3c015429874b4286e19670a87055866800f985c5')
 
 build() {
   cd ${srcdir}/$_pkgbasename-${pkgver}



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 07:17:58
  Author: ibiru
Revision: 130031

archrelease: remove extra-i686

Deleted:
  gtksourceview3/repos/extra-i686/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 07:18:14
  Author: ibiru
Revision: 130032

archrelease: copy trunk to extra-i686

Added:
  gtksourceview3/repos/extra-i686/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 07:18:17
  Author: ibiru
Revision: 130033

archrelease: remove extra-x86_64

Deleted:
  gtksourceview3/repos/extra-x86_64/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 07:18:33
  Author: ibiru
Revision: 130034

archrelease: copy trunk to extra-x86_64

Added:
  gtksourceview3/repos/extra-x86_64/



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

2011-07-01 Thread andyrtr
Date: Friday, July 1, 2011 @ 07:26:57
  Author: andyrtr
Revision: 130035

db-remove: libreoffice removed by andyrtr

Deleted:
  libreoffice/repos/testing-i686/



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

2011-07-01 Thread andyrtr
Date: Friday, July 1, 2011 @ 07:27:10
  Author: andyrtr
Revision: 130036

db-remove: libreoffice removed by andyrtr

Deleted:
  libreoffice/repos/testing-x86_64/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 09:04:18
  Author: ibiru
Revision: 130037

update to 3.0.6

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-01 11:27:10 UTC (rev 130036)
+++ PKGBUILD2011-07-01 13:04:18 UTC (rev 130037)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gedit
-pkgver=3.0.5
+pkgver=3.0.6
 pkgrel=1
 pkgdesc=A text editor for GNOME
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 url=http://www.gnome.org;
 install=gedit.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b4e4a76f8f74e39ad6757a27296a2e24b0b37a0bf156d424354d964352a1f11c')
+sha256sums=('ac5957fe52991f58570d25828130f60a8e4e3f0cb00abe358f25e7d2b9fed252')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 09:06:05
  Author: ibiru
Revision: 130038

archrelease: remove extra-i686

Deleted:
  gedit/repos/extra-i686/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 09:06:21
  Author: ibiru
Revision: 130039

archrelease: copy trunk to extra-i686

Added:
  gedit/repos/extra-i686/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 09:06:26
  Author: ibiru
Revision: 130040

archrelease: remove extra-x86_64

Deleted:
  gedit/repos/extra-x86_64/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 09:06:41
  Author: ibiru
Revision: 130041

archrelease: copy trunk to extra-x86_64

Added:
  gedit/repos/extra-x86_64/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 10:45:36
  Author: ibiru
Revision: 130042

use released tarball.

Modified:
  udisks/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-01 13:06:41 UTC (rev 130041)
+++ PKGBUILD2011-07-01 14:45:36 UTC (rev 130042)
@@ -3,7 +3,7 @@
 
 pkgname=udisks
 pkgver=1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc=Disk Management Service
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/udisks;
@@ -11,19 +11,14 @@
 depends=('udev' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 
'device-mapper' 'libatasmart' 'lsof' 'lvm2' 'eject')
 makedepends=('intltool' 'docbook-xsl' 'gtk-doc')
 options=(!libtool)
-#source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz
-01-mkfs-tempdir.patch
-fix_well_known_filesystems.patch)
-sha256sums=('a4d18b2de59c1567df5342f26960c6c3e70a0320f7bafe42893f2708c9b57dd5'
-'786c0adb1a37e16b351c906527e3cbd17193bb51d8c1dd0889f216556c419c6c'
-'00d92030de44c5856c7408339c4849bf9b88b66d6cfa6617364b4e8d9ed2bc5e')
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
+01-mkfs-tempdir.patch)
+sha256sums=('d95bceb52a70c727291b934c4c05774899a0074927c8138a219b81a784de8a4b'
+'786c0adb1a37e16b351c906527e3cbd17193bb51d8c1dd0889f216556c419c6c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ${srcdir}/01-mkfs-tempdir.patch
-  patch -Np1 -i ${srcdir}/fix_well_known_filesystems.patch
-  ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/udisks --disable-static
   #fix location for bash_completion helper



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 10:47:17
  Author: ibiru
Revision: 130043

archrelease: remove extra-i686

Deleted:
  udisks/repos/extra-i686/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 10:47:32
  Author: ibiru
Revision: 130044

archrelease: copy trunk to extra-i686

Added:
  udisks/repos/extra-i686/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 10:47:36
  Author: ibiru
Revision: 130045

archrelease: remove extra-x86_64

Deleted:
  udisks/repos/extra-x86_64/



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

2011-07-01 Thread Ionut Biru
Date: Friday, July 1, 2011 @ 10:47:51
  Author: ibiru
Revision: 130046

archrelease: copy trunk to extra-x86_64

Added:
  udisks/repos/extra-x86_64/



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

2011-07-01 Thread Ronald van Haren
Date: Friday, July 1, 2011 @ 11:56:21
  Author: ronald
Revision: 130047

upgpkg: graphicsmagick 1.3.12-2
perl rebuilt

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-01 14:47:51 UTC (rev 130046)
+++ PKGBUILD2011-07-01 15:56:21 UTC (rev 130047)
@@ -5,7 +5,7 @@
 
 pkgname=graphicsmagick
 pkgver=1.3.12
-pkgrel=1
+pkgrel=2
 pkgdesc=Image processing system
 arch=('i686' 'x86_64')
 url=http://www.graphicsmagick.org/;



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

2011-07-01 Thread Ronald van Haren
Date: Friday, July 1, 2011 @ 11:56:25
  Author: ronald
Revision: 130048

archrelease: remove extra-i686

Deleted:
  graphicsmagick/repos/extra-i686/



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

2011-07-01 Thread Ronald van Haren
Date: Friday, July 1, 2011 @ 11:56:46
  Author: ronald
Revision: 130050

archrelease: remove extra-x86_64

Deleted:
  graphicsmagick/repos/extra-x86_64/



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

2011-07-01 Thread Ronald van Haren
Date: Friday, July 1, 2011 @ 11:56:43
  Author: ronald
Revision: 130049

archrelease: copy trunk to extra-i686

Added:
  graphicsmagick/repos/extra-i686/



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

2011-07-01 Thread Ronald van Haren
Date: Friday, July 1, 2011 @ 11:57:01
  Author: ronald
Revision: 130051

archrelease: copy trunk to extra-x86_64

Added:
  graphicsmagick/repos/extra-x86_64/



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

2011-07-01 Thread Ronald van Haren
Date: Friday, July 1, 2011 @ 12:18:58
  Author: ronald
Revision: 130052

upgpkg: miro 4.0.2-1
bump to latest version 4.0.2

Modified:
  miro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-01 15:57:01 UTC (rev 130051)
+++ PKGBUILD2011-07-01 16:18:58 UTC (rev 130052)
@@ -2,8 +2,8 @@
 # Maintainer: Ronald van Haren ronald.archlinux.org
 
 pkgname=miro
-pkgver=4.0.1.1
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
 pkgdesc=The free and open source internet TV platform
 arch=('i686' 'x86_64')
 url=http://www.getmiro.com;
@@ -17,7 +17,7 @@
 makedepends=('pkg-config')
 install=miro.install
 
source=(http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('f6dbfb661bd642ccf60b38405c63182c7a9142df')
+sha1sums=('22342897ca748fa19738c9c1c510510f314fa7eb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}/linux



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

2011-07-01 Thread Ronald van Haren
Date: Friday, July 1, 2011 @ 12:19:04
  Author: ronald
Revision: 130053

archrelease: remove extra-i686

Deleted:
  miro/repos/extra-i686/



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

2011-07-01 Thread Ronald van Haren
Date: Friday, July 1, 2011 @ 12:19:29
  Author: ronald
Revision: 130054

archrelease: copy trunk to extra-i686

Added:
  miro/repos/extra-i686/



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

2011-07-01 Thread Ronald van Haren
Date: Friday, July 1, 2011 @ 12:19:32
  Author: ronald
Revision: 130055

archrelease: remove extra-x86_64

Deleted:
  miro/repos/extra-x86_64/



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

2011-07-01 Thread Ronald van Haren
Date: Friday, July 1, 2011 @ 12:19:47
  Author: ronald
Revision: 130056

archrelease: copy trunk to extra-x86_64

Added:
  miro/repos/extra-x86_64/



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

2011-07-01 Thread Ronald van Haren
Date: Friday, July 1, 2011 @ 12:38:23
  Author: ronald
Revision: 130057

FS#24508 - add octave library path to ld.so.conf.d

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-01 16:19:47 UTC (rev 130056)
+++ PKGBUILD2011-07-01 16:38:23 UTC (rev 130057)
@@ -41,4 +41,8 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
+
+  # add octave library path to ld.so.conf.d
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo /usr/lib/${pkgname}-${pkgver}  
${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
 }



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

2011-07-01 Thread andyrtr
Date: Friday, July 1, 2011 @ 15:36:29
  Author: andyrtr
Revision: 130058

upgpkg: sqlite3 3.7.7.1-1
update to 3.7.7.1

Modified:
  sqlite3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-01 16:38:23 UTC (rev 130057)
+++ PKGBUILD2011-07-01 19:36:29 UTC (rev 130058)
@@ -4,7 +4,7 @@
 
 pkgbase=sqlite3
 pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') 
-_amalgamationver=3070700
+_amalgamationver=3070701
 _amalgamationver2=${_amalgamationver/00/}
 _docver=${_amalgamationver}#3070700
 pkgver=${_amalgamationver2//0/.}
@@ -20,8 +20,8 @@
http://www.sqlite.org/sqlite-doc-${_docver}.zip
license.txt)
 options=('!libtool' '!emptydirs')
-md5sums=('a98df57053adf4c132b6b7ab59e9f333'
- '91a9a3327b46d6d0a1341e9c95cba1e9'
+md5sums=('554026fe7fac47b1cf61c18d5fe43419'
+ '2bca5613abf9352bc525b6a8fd80156e'
  'c1cdbc5544034d9012e421e75a5e4890')
 
 build() {



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

2011-07-01 Thread andyrtr
Date: Friday, July 1, 2011 @ 15:54:25
  Author: andyrtr
Revision: 130059

archrelease: remove testing-i686

Deleted:
  sqlite3/repos/testing-i686/



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

2011-07-01 Thread andyrtr
Date: Friday, July 1, 2011 @ 15:54:43
  Author: andyrtr
Revision: 130060

archrelease: copy trunk to testing-i686

Added:
  sqlite3/repos/testing-i686/



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

2011-07-01 Thread andyrtr
Date: Friday, July 1, 2011 @ 15:54:47
  Author: andyrtr
Revision: 130061

archrelease: remove testing-x86_64

Deleted:
  sqlite3/repos/testing-x86_64/



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

2011-07-01 Thread andyrtr
Date: Friday, July 1, 2011 @ 15:55:04
  Author: andyrtr
Revision: 130062

archrelease: copy trunk to testing-x86_64

Added:
  sqlite3/repos/testing-x86_64/



[arch-commits] Commit in libreoffice/trunk (libreoffice.install)

2011-07-01 Thread andyrtr
Date: Friday, July 1, 2011 @ 16:26:39
  Author: andyrtr
Revision: 130063

fix wiki link in install msg; FS#24957

Modified:
  libreoffice/trunk/libreoffice.install

-+
 libreoffice.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: libreoffice.install
===
--- libreoffice.install 2011-07-01 19:55:04 UTC (rev 130062)
+++ libreoffice.install 2011-07-01 20:26:39 UTC (rev 130063)
@@ -4,7 +4,7 @@
 update-desktop-database -q
 update-mime-database usr/share/mime  /dev/null 21
 
-echo  * see http://wiki.archlinux.org/index.php/Openoffice;
+echo  * see https://wiki.archlinux.org/index.php/LibreOffice;
 echo  * you may want to pacman -Ss libreoffice-extensions
 echoto see what extensions are prepared to install
 echo  * it's recommended to install {hunspell,mythes,hyphen}-xx pkg for spell 
checking



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

2011-07-01 Thread andyrtr
Date: Friday, July 1, 2011 @ 16:39:13
  Author: andyrtr
Revision: 130064

upgpkg: xfconf 4.8.0-2
perl 5.14 rebuild; FS#24980

Modified:
  xfconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-01 20:26:39 UTC (rev 130063)
+++ PKGBUILD2011-07-01 20:39:13 UTC (rev 130064)
@@ -4,7 +4,7 @@
 
 pkgname=xfconf
 pkgver=4.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=a simple client-server configuration storage and query system
 arch=('i686' 'x86_64')
 license=('GPL2')



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

2011-07-01 Thread andyrtr
Date: Friday, July 1, 2011 @ 16:47:02
  Author: andyrtr
Revision: 130065

archrelease: remove extra-i686

Deleted:
  xfconf/repos/extra-i686/



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

2011-07-01 Thread andyrtr
Date: Friday, July 1, 2011 @ 16:47:19
  Author: andyrtr
Revision: 130066

archrelease: copy trunk to extra-i686

Added:
  xfconf/repos/extra-i686/



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

2011-07-01 Thread andyrtr
Date: Friday, July 1, 2011 @ 16:47:24
  Author: andyrtr
Revision: 130067

archrelease: remove extra-x86_64

Deleted:
  xfconf/repos/extra-x86_64/



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

2011-07-01 Thread andyrtr
Date: Friday, July 1, 2011 @ 16:47:42
  Author: andyrtr
Revision: 130068

archrelease: copy trunk to extra-x86_64

Added:
  xfconf/repos/extra-x86_64/



[arch-commits] Commit in subversion/repos (staging-i686)

2011-07-01 Thread Stéphane Gaudreault
Date: Friday, July 1, 2011 @ 16:51:56
  Author: stephane
Revision: 130069

db-remove: subversion removed by stephane

Deleted:
  subversion/repos/staging-i686/



[arch-commits] Commit in subversion/repos (staging-x86_64)

2011-07-01 Thread Stéphane Gaudreault
Date: Friday, July 1, 2011 @ 16:52:19
  Author: stephane
Revision: 130070

db-remove: subversion removed by stephane

Deleted:
  subversion/repos/staging-x86_64/



[arch-commits] Commit in subversion/trunk (PKGBUILD subversion-perl-bindings.patch)

2011-07-01 Thread Stéphane Gaudreault
Date: Friday, July 1, 2011 @ 17:53:41
  Author: stephane
Revision: 130071

upgpkg: subversion 1.6.17-6
change cflags in Makefile.PL to work with Perl 5.14.1

Added:
  subversion/trunk/subversion-perl-bindings.patch
Modified:
  subversion/trunk/PKGBUILD

+
 PKGBUILD   |   32 +---
 subversion-perl-bindings.patch |   12 
 2 files changed, 29 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-01 20:52:19 UTC (rev 130070)
+++ PKGBUILD2011-07-01 21:53:41 UTC (rev 130071)
@@ -4,23 +4,31 @@
 
 pkgname=subversion
 pkgver=1.6.17
-pkgrel=5
-pkgdesc=Replacement for CVS, another versioning system (SVN)
+pkgrel=6
+pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')
 depends=('neon' 'apr-util' 'sqlite3')
+optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion')
 makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'ruby' 'java-runtime' 
  'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
-source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2
-svnserve svn svnserve.conf svnmerge.py
-subversion.rpath.fix.patch
-subversion.suppress.deprecation.warnings.patch)
-
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 url=http://subversion.apache.org/;
 provides=('svn')
 options=('!makeflags' '!libtool')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion')
+source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2
+svnserve svn svnserve.conf svnmerge.py
+subversion.rpath.fix.patch
+subversion.suppress.deprecation.warnings.patch
+subversion-perl-bindings.patch)
+md5sums=('81e5dc5beee4b3fc025ac70c0b6caa14'
+ 'a2b029e8385007ffb99b437b30521c90'
+ 'a0db6dd43af33952739b6ec089852630'
+ 'c459e299192552f61578f3438abf0664'
+ 'a6371baeda7e224504629ecdda2749b4'
+ '6b4340ba9d8845cd8497e013ae01be3f'
+ '1166f3b7413d7e7450299b3525680bbe'
+ '0591aa39837931161b4d61ff35c7b147')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -30,6 +38,7 @@
# apply patches
patch -Np0 -i ../subversion.rpath.fix.patch
patch -Np1 -i ../subversion.suppress.deprecation.warnings.patch
+   patch -Np1 -i ../subversion-perl-bindings.patch
 
# configure
autoreconf
@@ -89,10 +98,3 @@
install -Dm 644 
${srcdir}/${pkgname}-${pkgver}/tools/client-side/bash_completion \
${pkgdir}/etc/bash_completion.d/subversion
 }
-md5sums=('81e5dc5beee4b3fc025ac70c0b6caa14'
- 'a2b029e8385007ffb99b437b30521c90'
- 'a0db6dd43af33952739b6ec089852630'
- 'c459e299192552f61578f3438abf0664'
- 'a6371baeda7e224504629ecdda2749b4'
- '6b4340ba9d8845cd8497e013ae01be3f'
- '1166f3b7413d7e7450299b3525680bbe')

Added: subversion-perl-bindings.patch
===
--- subversion-perl-bindings.patch  (rev 0)
+++ subversion-perl-bindings.patch  2011-07-01 21:53:41 UTC (rev 130071)
@@ -0,0 +1,12 @@
+diff -Naur 
subversion-1.6.17.ori/subversion/bindings/swig/perl/native/Makefile.PL.in 
subversion-1.6.17/subversion/bindings/swig/perl/native/Makefile.PL.in
+--- subversion-1.6.17.ori/subversion/bindings/swig/perl/native/Makefile.PL.in  
2010-11-24 20:42:16.0 +
 subversion-1.6.17/subversion/bindings/swig/perl/native/Makefile.PL.in  
2011-07-01 20:16:16.520892074 +
+@@ -43,7 +43,7 @@
+ my %config = (
+ ABSTRACT = 'Perl bindings for Subversion',
+ DEFINE = $cppflags,
+-CCFLAGS = $cflags,
++CCFLAGS = $Config{ccflags},
+ INC  = join(' ',$apr_cflags, $apu_cflags, 
+   -I$swig_srcdir/perl/libsvn_swig_perl,
+   -I$svnlib_srcdir/include,



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

2011-07-01 Thread Eric Bélanger
Date: Friday, July 1, 2011 @ 17:54:59
  Author: eric
Revision: 130072

upgpkg: gweled 0.9.1-1
Upstream update, Added gtk2 and hicolor-icon-theme depends

Modified:
  gweled/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-01 21:53:41 UTC (rev 130071)
+++ PKGBUILD2011-07-01 21:54:59 UTC (rev 130072)
@@ -2,18 +2,18 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=gweled
-pkgver=0.9
+pkgver=0.9.1
 pkgrel=1
 pkgdesc=A puzzle game similar to Bejeweled (aka Diamond Mine)
 arch=('i686' 'x86_64')
 license=('GPL')
 url=https://launchpad.net/gweled/;
-depends=('librsvg' 'libmikmod')
+depends=('gtk2' 'librsvg' 'libmikmod' 'hicolor-icon-theme')
 makedepends=('intltool')
 install=gweled.install
 
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a3aeec75190710758bbd3c487b637112')
-sha1sums=('70358e0557eaee370a9183e1ea34e95a09d57619')
+md5sums=('746ac14523c968e78140c2f0501fd7cf')
+sha1sums=('ff4a59935c9e1eb4a202e723baabaab39f526714')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-07-01 Thread Eric Bélanger
Date: Friday, July 1, 2011 @ 17:55:11
  Author: eric
Revision: 130073

archrelease: remove extra-i686

Deleted:
  gweled/repos/extra-i686/



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

2011-07-01 Thread Eric Bélanger
Date: Friday, July 1, 2011 @ 17:55:20
  Author: eric
Revision: 130074

archrelease: copy trunk to extra-i686

Added:
  gweled/repos/extra-i686/



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

2011-07-01 Thread Eric Bélanger
Date: Friday, July 1, 2011 @ 17:55:23
  Author: eric
Revision: 130075

archrelease: remove extra-x86_64

Deleted:
  gweled/repos/extra-x86_64/



[arch-commits] Commit in subversion/repos (staging-i686)

2011-07-01 Thread Stéphane Gaudreault
Date: Friday, July 1, 2011 @ 17:55:28
  Author: stephane
Revision: 130076

archrelease: copy trunk to staging-i686

Added:
  subversion/repos/staging-i686/



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

2011-07-01 Thread Eric Bélanger
Date: Friday, July 1, 2011 @ 17:55:31
  Author: eric
Revision: 130077

archrelease: copy trunk to extra-x86_64

Added:
  gweled/repos/extra-x86_64/



[arch-commits] Commit in subversion/repos (staging-x86_64)

2011-07-01 Thread Stéphane Gaudreault
Date: Friday, July 1, 2011 @ 17:55:33
  Author: stephane
Revision: 130078

archrelease: copy trunk to staging-x86_64

Added:
  subversion/repos/staging-x86_64/



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

2011-07-01 Thread Gaetan Bisson
Date: Saturday, July 2, 2011 @ 00:53:08
  Author: bisson
Revision: 130079

db-move: cronie removed by bisson for move to [core] (i686)

Deleted:
  cronie/repos/core-i686/



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

2011-07-01 Thread Gaetan Bisson
Date: Saturday, July 2, 2011 @ 00:53:08
  Author: bisson
Revision: 130080

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

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



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

2011-07-01 Thread Gaetan Bisson
Date: Saturday, July 2, 2011 @ 00:53:09
  Author: bisson
Revision: 130081

db-move: cronie removed by bisson for move to [core] (x86_64)

Deleted:
  cronie/repos/core-x86_64/



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

2011-07-01 Thread Gaetan Bisson
Date: Saturday, July 2, 2011 @ 00:53:11
  Author: bisson
Revision: 130082

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

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