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

2010-02-21 Thread Allan McRae
Date: Sunday, February 21, 2010 @ 05:16:26
  Author: allan
Revision: 69581

upgpkg: bootchart 0.9-6
convert to arch=any, remove old install file syntax

Modified:
  bootchart/trunk/PKGBUILD
  bootchart/trunk/bootchart.install

---+
 PKGBUILD  |   24 ++--
 bootchart.install |4 
 2 files changed, 10 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 06:30:04 UTC (rev 69580)
+++ PKGBUILD2010-02-21 10:16:26 UTC (rev 69581)
@@ -3,14 +3,14 @@
 
 pkgname=bootchart
 pkgver=0.9
-pkgrel=5
+pkgrel=6
 pkgdesc=Boot Process Performance Visualization
 url=http://www.bootchart.org/;
-arch=('i686' 'x86_64')
+arch=('any')
 license=('GPL2')
 depends=('acct' 'sh')
-optdepends=('java-runtime: for bootchart-render')
 makedepends=('apache-ant')
+optdepends=('java-runtime: for bootchart-render')
 install=bootchart.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
 bootchart-render
@@ -22,20 +22,16 @@
 
 build()
 {
-  cd $startdir/src/$pkgname-$pkgver
-  patch -up1  $startdir/src/fix-inittab-regex.patch
+  cd $srcdir/$pkgname-$pkgver
+  patch -up1  $srcdir/fix-inittab-regex.patch
   ant
-  sed -i s#ROOT=/#ROOT=$startdir/pkg# install.sh
+  sed -i s#ROOT=/#ROOT=$pkgdir# install.sh
 
-  mkdir -p $startdir/pkg/sbin
-  mkdir -p $startdir/pkg/etc
+  install -dm755 $pkgdir/{sbin,etc}
   ./install.sh
 
-  chmod 644 $startdir/pkg/etc/bootchartd.conf
+  chmod 644 $pkgdir/etc/bootchartd.conf
 
-  mkdir -p $startdir/pkg/usr/share/bootchart
-  cp bootchart.jar $startdir/pkg/usr/share/bootchart
-
-  mkdir -p $startdir/pkg/usr/bin
-  install -m755 $startdir/src/bootchart-render 
$startdir/pkg/usr/bin/bootchart-render
+  install -Dm644 bootchart.jar $pkgdir/usr/share/bootchart/bootchart.jar
+  install -Dm755 $srcdir/bootchart-render $pkgdir/usr/bin/bootchart-render
 }

Modified: bootchart.install
===
--- bootchart.install   2010-02-21 06:30:04 UTC (rev 69580)
+++ bootchart.install   2010-02-21 10:16:26 UTC (rev 69581)
@@ -20,7 +20,3 @@
 post_remove() {
   /bin/true
 }
-
-op=$1
-shift
-$op $*



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

2010-02-21 Thread Allan McRae
Date: Sunday, February 21, 2010 @ 05:17:03
  Author: allan
Revision: 69582

archrelease: copy trunk to extra-any

Added:
  bootchart/repos/extra-any/



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

2010-02-21 Thread Allan McRae
Date: Sunday, February 21, 2010 @ 05:17:09
  Author: allan
Revision: 69583

removed extra-i686 and extra-x86_64 for bootchart

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



[arch-commits] Commit in docbook-xsl/trunk (PKGBUILD docbook-xsl.install)

2010-02-21 Thread Allan McRae
Date: Sunday, February 21, 2010 @ 05:26:10
  Author: allan
Revision: 69584

upgpkg: docbook-xsl 1.74.0-2
convert to arch=any, remove old install file syntax

Modified:
  docbook-xsl/trunk/PKGBUILD
  docbook-xsl/trunk/docbook-xsl.install

-+
 PKGBUILD|   14 +++---
 docbook-xsl.install |6 --
 2 files changed, 7 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 10:17:09 UTC (rev 69583)
+++ PKGBUILD2010-02-21 10:26:10 UTC (rev 69584)
@@ -4,9 +4,9 @@
 
 pkgname=docbook-xsl
 pkgver=1.74.0
-pkgrel=1
+pkgrel=2
 pkgdesc=XML stylesheets for Docbook-xml transformations.
-arch=(i686 x86_64)
+arch=('any')
 license=('custom')
 url=http://scrollkeeper.sourceforge.net/docbook.shtml;
 depends=('libxml2' 'libxslt' 'docbook-xml')
@@ -16,21 +16,21 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  mkdir -p ${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/common
+  install -dm755 
${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/common
   install -m644 common/*.{xml,xsl,dtd,ent} 
${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/common/
 
-  mkdir -p ${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/params
+  install -dm755 
${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/params
   install -m644 params/*.xml 
${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/params/
 
   for fn in fo highlighting html roundtrip; do
-mkdir -p ${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/${fn}
+install -dm755 
${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/${fn}
 install -m644 ${fn}/*.{xml,xsl} 
${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/${fn}/
   done
   for fn in eclipse htmlhelp javahelp lib manpages profiling template website 
xhtml; do
-mkdir -p ${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/${fn}
+install -dm755 
${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/${fn}
 install -m644 ${fn}/*.xsl 
${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/${fn}/
   done
-  mkdir -p ${pkgdir}/etc/xml
+  install -dm755 ${pkgdir}/etc/xml
   install -m644 VERSION 
${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/
 
   install -m644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING

Modified: docbook-xsl.install
===
--- docbook-xsl.install 2010-02-21 10:17:09 UTC (rev 69583)
+++ docbook-xsl.install 2010-02-21 10:26:10 UTC (rev 69584)
@@ -39,9 +39,3 @@
 xmlcatalog --noout --del file:///etc/xml/docbook etc/xml/catalog
   fi
 }
-
-op=$1
-shift
-
-$op $*
-



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

2010-02-21 Thread Allan McRae
Date: Sunday, February 21, 2010 @ 05:28:16
  Author: allan
Revision: 69585

archrelease: copy trunk to extra-any

Added:
  docbook-xsl/repos/extra-any/



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

2010-02-21 Thread Allan McRae
Date: Sunday, February 21, 2010 @ 05:28:22
  Author: allan
Revision: 69586

removed extra-i686 and extra-x86_64 for docbook-xsl

Deleted:
  docbook-xsl/repos/extra-i686/
  docbook-xsl/repos/extra-x86_64/



[arch-commits] Commit in gnome-blog/trunk (PKGBUILD gnome-blog.install)

2010-02-21 Thread Allan McRae
Date: Sunday, February 21, 2010 @ 05:39:17
  Author: allan
Revision: 69587

upgpkg: gnome-blog 0.9.1-3
convert to arch=any, remove old install file syntax

Modified:
  gnome-blog/trunk/PKGBUILD
  gnome-blog/trunk/gnome-blog.install

+
 PKGBUILD   |   15 ---
 gnome-blog.install |5 -
 2 files changed, 8 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 10:28:22 UTC (rev 69586)
+++ PKGBUILD2010-02-21 10:39:17 UTC (rev 69587)
@@ -4,9 +4,9 @@
 
 pkgname=gnome-blog
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A gnome application that allows you to post entries to many different 
blog formats.
-arch=(i686 x86_64)
+arch=('any')
 license=('GPL')
 depends=('gnome-python')
 makedepends=('pkgconfig' 'perlxml')
@@ -16,14 +16,15 @@
 md5sums=('5eb8a04aadf33554a2087589a0025ecc')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/gnome-blog \
   --localstatedir=/var
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 
-  mkdir -p ${startdir}/pkg/usr/share/gconf/schemas
-  gconf-merge-schema 
${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas 
${startdir}/pkg/etc/gconf/schemas/*.schemas
-  rm -f ${startdir}/pkg/etc/gconf/schemas/*.schemas
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas \
+${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }

Modified: gnome-blog.install
===
--- gnome-blog.install  2010-02-21 10:28:22 UTC (rev 69586)
+++ gnome-blog.install  2010-02-21 10:39:17 UTC (rev 69587)
@@ -25,8 +25,3 @@
   
   usr/bin/gconftool-2 --makefile-uninstall-rule ${schem...@]} /dev/null
 }
-
-op=$1
-shift
-
-$op $*



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

2010-02-21 Thread Allan McRae
Date: Sunday, February 21, 2010 @ 05:39:52
  Author: allan
Revision: 69588

archrelease: copy trunk to extra-any

Added:
  gnome-blog/repos/extra-any/



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

2010-02-21 Thread Allan McRae
Date: Sunday, February 21, 2010 @ 05:39:59
  Author: allan
Revision: 69589

removed extra-i686 and extra-x86_64 for gnome-blog

Deleted:
  gnome-blog/repos/extra-i686/
  gnome-blog/repos/extra-x86_64/



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

2010-02-21 Thread James Rayner
Date: Sunday, February 21, 2010 @ 06:16:01
  Author: james
Revision: 69590

bug fix release

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 10:39:59 UTC (rev 69589)
+++ PKGBUILD2010-02-21 11:16:01 UTC (rev 69590)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: James Rayner ja...@archlinux.org
 pkgname=netcfg
-pkgver=2.5.2
+pkgver=2.5.3
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -24,4 +24,4 @@
   ln -s /usr/bin/netcfg2 $pkgdir/usr/bin/netcfg 
 }
 
-md5sums=('530a0037b71c678589175b25e14d6df0')
+md5sums=('71e2da26bdca2b0dc6ca3ddc61b8d41a')



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

2010-02-21 Thread Giovanni Scafora
Date: Sunday, February 21, 2010 @ 06:35:22
  Author: giovanni
Revision: 69591

upgpkg: bluez 4.61-1
upstream release

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 11:16:01 UTC (rev 69590)
+++ PKGBUILD2010-02-21 11:35:22 UTC (rev 69591)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=bluez
-pkgver=4.60
+pkgver=4.61
 pkgrel=1
 pkgdesc=Libraries and tools for the Bluetooth protocol stack
 url=http://www.bluez.org/;
@@ -21,7 +21,7 @@
 source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2
 bluetooth.conf.d
 rc.bluetooth)
-md5sums=('6d15e18ec50920231d9a9e06f1edd94b'
+md5sums=('b9eb3f0d3d64b218b0b73ca72aa2ccb8'
  'd12be5b494525bb1ba6eac5c3983dd3e'
  'b67bd953082befea6ae57c6fe25993e8')
 



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

2010-02-21 Thread Giovanni Scafora
Date: Sunday, February 21, 2010 @ 06:35:54
  Author: giovanni
Revision: 69593

archrelease: copy trunk to extra-i686

Added:
  bluez/repos/extra-i686/



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

2010-02-21 Thread Giovanni Scafora
Date: Sunday, February 21, 2010 @ 06:36:09
  Author: giovanni
Revision: 69594

archrelease: remove extra-x86_64

Deleted:
  bluez/repos/extra-x86_64/



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

2010-02-21 Thread Giovanni Scafora
Date: Sunday, February 21, 2010 @ 06:36:28
  Author: giovanni
Revision: 69595

archrelease: copy trunk to extra-x86_64

Added:
  bluez/repos/extra-x86_64/



[arch-commits] Commit in ttf-arphic-ukai/repos (extra-any)

2010-02-21 Thread Allan McRae
Date: Sunday, February 21, 2010 @ 06:49:56
  Author: allan
Revision: 69597

archrelease: copy trunk to extra-any

Added:
  ttf-arphic-ukai/repos/extra-any/



[arch-commits] Commit in ttf-arphic-ukai/repos (extra-i686 extra-x86_64)

2010-02-21 Thread Allan McRae
Date: Sunday, February 21, 2010 @ 06:50:01
  Author: allan
Revision: 69598

removed extra-i686 and extra-x86_64 for ttf-arphic-ukai

Deleted:
  ttf-arphic-ukai/repos/extra-i686/
  ttf-arphic-ukai/repos/extra-x86_64/



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

2010-02-21 Thread James Rayner
Date: Sunday, February 21, 2010 @ 07:20:41
  Author: james
Revision: 69599

adds NETMASK= for IP=static and introduces basic bridging support

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 11:50:01 UTC (rev 69598)
+++ PKGBUILD2010-02-21 12:20:41 UTC (rev 69599)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: James Rayner ja...@archlinux.org
 pkgname=netcfg
-pkgver=2.5.3
+pkgver=2.5.4
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -24,4 +24,4 @@
   ln -s /usr/bin/netcfg2 $pkgdir/usr/bin/netcfg 
 }
 
-md5sums=('71e2da26bdca2b0dc6ca3ddc61b8d41a')
+md5sums=('7eb254f04a2d27884d896a2b91fc6991')



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

2010-02-21 Thread James Rayner
Date: Sunday, February 21, 2010 @ 07:21:35
  Author: james
Revision: 69601

Initialized merge tracking via svnmerge with revisions 1-69599 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/netcfg/trunk

Modified:
  netcfg/repos/testing-any/ (properties)


Property changes on: netcfg/repos/testing-any
___
Added: svnmerge-integrated
   + /netcfg/trunk:1-69599



[arch-commits] Commit in wicd/trunk (PKGBUILD wicd-scripts-execution.patch)

2010-02-21 Thread Daniel Isenmann
Date: Sunday, February 21, 2010 @ 08:25:09
  Author: daniel
Revision: 69602

upgpkg: wicd 1.7.0-3
FS#18286 fixed.

Added:
  wicd/trunk/wicd-scripts-execution.patch
Modified:
  wicd/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 wicd-scripts-execution.patch |   24 
 2 files changed, 30 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 12:21:35 UTC (rev 69601)
+++ PKGBUILD2010-02-21 13:25:09 UTC (rev 69602)
@@ -4,7 +4,7 @@
 
 pkgname=wicd
 pkgver=1.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc=New and alternative wireless/wired network management utility
 arch=('i686' 'x86_64')
 url=http://wicd.sourceforge.net/;
@@ -20,15 +20,18 @@
 install=wicd.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
 wicd-daemon
-wicd.desktop)
+wicd.desktop
+   wicd-scripts-execution.patch)
 options=('emptydirs')
 backup=('etc/wicd/encryption/templates/active')
 md5sums=('003d2e67240989db55934553437ba32a'
  'f40e5f59998d0829707a7c9976afa8f8'
- '326df163a5732d38741371baa4fce9e5')
+ '326df163a5732d38741371baa4fce9e5'
+ 'f4c377a25aa077cb76955124adfcc03f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  patch -p0 $srcdir/wicd-scripts-execution.patch || return 1
   python setup.py configure --no-install-init 
--resume=/usr/share/wicd/scripts/ \
 --suspend=/usr/share/wicd/scripts/ --verbose
   python setup.py install --root=$pkgdir

Added: wicd-scripts-execution.patch
===
--- wicd-scripts-execution.patch(rev 0)
+++ wicd-scripts-execution.patch2010-02-21 13:25:09 UTC (rev 69602)
@@ -0,0 +1,24 @@
+=== modified file 'wicd/networking.py'
+--- wicd/networking.py 2010-01-15 04:02:10 +
 wicd/networking.py 2010-01-27 19:06:21 +
+@@ -215,8 +215,8 @@
+ if self.pre_disconnect_script:
+ print 'Running pre-disconnect script'
+ 
misc.ExecuteScript(expand_script_macros(self.pre_disconnect_script,
+-'pre-disconnection', (mac,
+-  
name)),
++'pre-disconnection',
++mac, name),
+self.debug)
+ iface.ReleaseDHCP()
+ iface.SetAddress('0.0.0.0')
+@@ -229,7 +229,7 @@
+ print 'Running post-disconnect script'
+ 
misc.ExecuteScript(expand_script_macros(self.post_disconnect_script,
+ 'post-disconnection',
+-   (mac, name)),
++   mac, name),
+self.debug)
+ 
+ def ReleaseDHCP(self):
+



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

2010-02-21 Thread Daniel Isenmann
Date: Sunday, February 21, 2010 @ 08:25:25
  Author: daniel
Revision: 69603

archrelease: remove extra-x86_64

Deleted:
  wicd/repos/extra-x86_64/



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

2010-02-21 Thread Daniel Isenmann
Date: Sunday, February 21, 2010 @ 08:25:45
  Author: daniel
Revision: 69604

archrelease: copy trunk to extra-x86_64

Added:
  wicd/repos/extra-x86_64/



[arch-commits] Commit in epiphany/repos/extra-x86_64 (PKGBUILD bug605860.patch)

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 08:27:07
  Author: jgc
Revision: 69605

Fix bug 18375

Added:
  epiphany/repos/extra-x86_64/bug605860.patch
Modified:
  epiphany/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|9 ++---
 bug605860.patch |   25 +
 2 files changed, 31 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 13:25:45 UTC (rev 69604)
+++ PKGBUILD2010-02-21 13:27:07 UTC (rev 69605)
@@ -3,7 +3,7 @@
 
 pkgname=epiphany
 pkgver=2.28.2
-pkgrel=1
+pkgrel=2
 install=epiphany.install
 pkgdesc=A GNOME2 web browser based on the WebKit rendering engine.
 arch=(i686 x86_64)
@@ -14,13 +14,16 @@
 groups=('gnome')
 url=http://www.gnome.org/projects/epiphany/;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2
-ephy-download-mime.patch)
+ephy-download-mime.patch
+bug605860.patch)
 sha256sums=('98b7a60bb42fa5c8ebdec1bf623319ae730e5674ddbcfaf51649093adb079490'
-'3e8a13d14afd5fb16486fffbafdd8bc47b117d948e13870712bd067586133728')
+'3e8a13d14afd5fb16486fffbafdd8bc47b117d948e13870712bd067586133728'
+'52bb77728780eaa8998b769d84beb89f97cb4476db265b7c38a1c2e6c548a4a3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ${srcdir}/ephy-download-mime.patch || return 1
+  patch -Np1 -i ${srcdir}/bug605860.patch || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
   --disable-scrollkeeper \

Added: bug605860.patch
===
--- bug605860.patch (rev 0)
+++ bug605860.patch 2010-02-21 13:27:07 UTC (rev 69605)
@@ -0,0 +1,25 @@
+From 7ba0a952949410eeb2b0ae81427d31697bbd7886 Mon Sep 17 00:00:00 2001
+From: Diego Escalante Urrelo descala...@igalia.com
+Date: Wed, 13 Jan 2010 23:43:58 +
+Subject: Use g_mkdir_with_parents instead of just mkdir
+
+This ensures that if .gnome2/ doesn't exist, we don't fail instead of just
+creating the dir.
+
+Bug #605860
+---
+diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c
+index 8777c96..271d362 100644
+--- a/lib/ephy-file-helpers.c
 b/lib/ephy-file-helpers.c
+@@ -372,7 +372,7 @@ ephy_ensure_dir_exists (const char *dir,
+   }
+ 
+   if (!g_file_test (dir, G_FILE_TEST_EXISTS) 
+-mkdir (dir, 488) != 0)
++g_mkdir_with_parents (dir, 488) != 0)
+   {
+   g_set_error (error,
+EPHY_FILE_HELPERS_ERROR_QUARK,
+--
+cgit v0.8.3.1



[arch-commits] Commit in epiphany/repos/extra-i686 (PKGBUILD PKGBUILD bug605860.patch)

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 08:30:57
  Author: jgc
Revision: 69606

Fix bug 18375

Added:
  epiphany/repos/extra-i686/PKGBUILD
(from rev 69605, epiphany/repos/extra-x86_64/PKGBUILD)
  epiphany/repos/extra-i686/bug605860.patch
(from rev 69605, epiphany/repos/extra-x86_64/bug605860.patch)
Deleted:
  epiphany/repos/extra-i686/PKGBUILD

-+
 PKGBUILD|   71 --
 bug605860.patch |   25 +++
 2 files changed, 62 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2010-02-21 13:27:07 UTC (rev 69605)
+++ PKGBUILD2010-02-21 13:30:57 UTC (rev 69606)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=epiphany
-pkgver=2.28.2
-pkgrel=1
-install=epiphany.install
-pkgdesc=A GNOME2 web browser based on the WebKit rendering engine.
-arch=(i686 x86_64)
-license=('GPL')
-depends=('libwebkit=1.1.15.4-2' 'startup-notification=0.10' 
'iso-codes=3.10.1' 'desktop-file-utils' 'libxslt=1.1.24' 'libnotify=0.4.5' 
'avahi=0.6.25' 'libsoup-gnome=2.28.2')
-makedepends=('gnome-doc-utils=0.18.0' 'pkgconfig' 'networkmanager' 'intltool')
-options=('!libtool' '!emptydirs')
-groups=('gnome')
-url=http://www.gnome.org/projects/epiphany/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2
-ephy-download-mime.patch)
-sha256sums=('98b7a60bb42fa5c8ebdec1bf623319ae730e5674ddbcfaf51649093adb079490'
-'3e8a13d14afd5fb16486fffbafdd8bc47b117d948e13870712bd067586133728')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/ephy-download-mime.patch || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-scrollkeeper \
-  --enable-network-manager || return 1
-  make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install || 
return 1
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain epiphany ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: epiphany/repos/extra-i686/PKGBUILD (from rev 69605, 
epiphany/repos/extra-x86_64/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2010-02-21 13:30:57 UTC (rev 69606)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=epiphany
+pkgver=2.28.2
+pkgrel=2
+install=epiphany.install
+pkgdesc=A GNOME2 web browser based on the WebKit rendering engine.
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libwebkit=1.1.15.4-2' 'startup-notification=0.10' 
'iso-codes=3.10.1' 'desktop-file-utils' 'libxslt=1.1.24' 'libnotify=0.4.5' 
'avahi=0.6.25' 'libsoup-gnome=2.28.2')
+makedepends=('gnome-doc-utils=0.18.0' 'pkgconfig' 'networkmanager' 'intltool')
+options=('!libtool' '!emptydirs')
+groups=('gnome')
+url=http://www.gnome.org/projects/epiphany/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2
+ephy-download-mime.patch
+bug605860.patch)
+sha256sums=('98b7a60bb42fa5c8ebdec1bf623319ae730e5674ddbcfaf51649093adb079490'
+'3e8a13d14afd5fb16486fffbafdd8bc47b117d948e13870712bd067586133728'
+'52bb77728780eaa8998b769d84beb89f97cb4476db265b7c38a1c2e6c548a4a3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/ephy-download-mime.patch || return 1
+  patch -Np1 -i ${srcdir}/bug605860.patch || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-scrollkeeper \
+  --enable-network-manager || return 1
+  make || return 1
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install || 
return 1
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain epiphany ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: epiphany/repos/extra-i686/bug605860.patch (from rev 69605, 
epiphany/repos/extra-x86_64/bug605860.patch)
===
--- bug605860.patch (rev 0)
+++ bug605860.patch 2010-02-21 13:30:57 UTC (rev 69606)
@@ -0,0 +1,25 @@
+From 7ba0a952949410eeb2b0ae81427d31697bbd7886 Mon Sep 17 00:00:00 2001
+From: Diego Escalante Urrelo descala...@igalia.com
+Date: Wed, 13 Jan 2010 23:43:58 +
+Subject: Use g_mkdir_with_parents instead of just mkdir
+
+This ensures that if .gnome2/ doesn't exist, we don't fail instead of just
+creating the dir.
+
+Bug #605860
+---
+diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c
+index 8777c96..271d362 100644
+--- a/lib/ephy-file-helpers.c
 

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

2010-02-21 Thread Daniel Isenmann
Date: Sunday, February 21, 2010 @ 08:31:37
  Author: daniel
Revision: 69607

upgpkg: monodevelop 2.2.1-1
Upstream bugfix release

Modified:
  monodevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 13:30:57 UTC (rev 69606)
+++ PKGBUILD2010-02-21 13:31:37 UTC (rev 69607)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=monodevelop
-pkgver=2.2
+pkgver=2.2.1
 pkgrel=1
 pkgdesc=A Mono port of SharpDevelop, a .NET Integrated Development Tool [MD 
2.0 beta]
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!makeflags force)
 install=monodevelop.install
 
source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('0d51c8d3a1e0a352f97ee5ac731b3238')
+md5sums=('0ce51cb48aecede189c6a80340215fdb')
 
 build() {
   export MONO_SHARED_DIR=$startdir/src/.wabi



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

2010-02-21 Thread Daniel Isenmann
Date: Sunday, February 21, 2010 @ 08:33:31
  Author: daniel
Revision: 69608

archrelease: remove extra-x86_64

Deleted:
  monodevelop/repos/extra-x86_64/



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

2010-02-21 Thread Daniel Isenmann
Date: Sunday, February 21, 2010 @ 08:33:51
  Author: daniel
Revision: 69609

archrelease: copy trunk to extra-x86_64

Added:
  monodevelop/repos/extra-x86_64/



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

2010-02-21 Thread Daniel Isenmann
Date: Sunday, February 21, 2010 @ 08:45:55
  Author: daniel
Revision: 69610

archrelease: remove extra-i686

Deleted:
  wicd/repos/extra-i686/



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

2010-02-21 Thread Daniel Isenmann
Date: Sunday, February 21, 2010 @ 08:46:14
  Author: daniel
Revision: 69611

archrelease: copy trunk to extra-i686

Added:
  wicd/repos/extra-i686/



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

2010-02-21 Thread Daniel Isenmann
Date: Sunday, February 21, 2010 @ 08:52:30
  Author: daniel
Revision: 69612

archrelease: remove extra-i686

Deleted:
  monodevelop/repos/extra-i686/



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

2010-02-21 Thread Daniel Isenmann
Date: Sunday, February 21, 2010 @ 08:52:49
  Author: daniel
Revision: 69613

archrelease: copy trunk to extra-i686

Added:
  monodevelop/repos/extra-i686/



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

2010-02-21 Thread Thomas Bächler
Date: Sunday, February 21, 2010 @ 09:29:07
  Author: thomas
Revision: 69614

Upgrade to 1.1: Fix race condition when switching networks

Modified:
  wpa_actiond/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 13:52:49 UTC (rev 69613)
+++ PKGBUILD2010-02-21 14:29:07 UTC (rev 69614)
@@ -1,15 +1,15 @@
 # $Id$
 # Maintainer: Thomas Bächler tho...@archlinux.org
 pkgname=wpa_actiond
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc=Daemon that connects to wpa_supplicant and handles connect and 
disconnect events
 arch=('i686' 'x86_64')
-url=http://projects.archlinux.org/?p=wpa_actiond.git;a=summary;
+url=http://projects.archlinux.org/wpa_actiond.git/;
 license=('GPL')
 depends=('glibc' 'wpa_supplicant')
 source=(ftp://ftp.archlinux.org/other/wpa_actiond/$pkgname-$pkgver.tar.xz)
-sha256sums=('f0fd1bb64b938c60e8656730446e46658b1907acd2f637f7ca2d5b19c3f68107')
+sha256sums=('d50a49cb5d56c31345d18e58f017b4ff923e8959a7e4e709abd156744f1668c3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2010-02-21 Thread Thomas Bächler
Date: Sunday, February 21, 2010 @ 09:29:14
  Author: thomas
Revision: 69615

archrelease: copy trunk to testing-i686

Added:
  wpa_actiond/repos/testing-i686/



[arch-commits] Commit in (4 files)

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 09:31:08
  Author: jgc
Revision: 69617

Add new package: gir-repository

Added:
  gir-repository/
  gir-repository/repos/
  gir-repository/trunk/
  gir-repository/trunk/PKGBUILD

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

Added: gir-repository/trunk/PKGBUILD
===
--- gir-repository/trunk/PKGBUILD   (rev 0)
+++ gir-repository/trunk/PKGBUILD   2010-02-21 14:31:08 UTC (rev 69617)
@@ -0,0 +1,23 @@
+# Maintainer: Jan de Groot
+# Contributor: Lucas Hermann Negri kknd...@gmail.org
+# Contributor: Valeriy Lyasotskiy ones...@ukr.net
+
+_gitdate=20100201
+pkgname=gir-repository
+pkgver=0.6.6
+pkgrel=0.${_gitdate}
+pkgdesc=Sharing binding infrastructure work, to make the GNOME platform even 
more binding friendly 
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('poppler-glib' 'dbus-glib' 'gconf' 'libsoup' 'babl' 'nautilus' 
'libgnome-keyring' 'libnotify' 'gtksourceview2')
+url=http://live.gnome.org/GObjectIntrospection/; 
+options=('!libtool')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${_gitdate}.tar.bz2)
+md5sums=('ab4d7425686c4e1ab0dd780e7a6468a8')
+
+build() { 
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static 
--with-skipped-gir-modules=Pango,Atk,Gtk,PangoXft || return 1
+  make || return 1
+  make DESTDIR=${pkgdir} install
+}



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

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 09:52:32
  Author: jgc
Revision: 69618

upgpkg: libunique 1.1.6-2
Add introspection data

Modified:
  libunique/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 14:31:08 UTC (rev 69617)
+++ PKGBUILD2010-02-21 14:52:32 UTC (rev 69618)
@@ -2,12 +2,12 @@
 # Maintainer: Jan de Groot  j...@archlinux.org
 pkgname=libunique
 pkgver=1.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Library for writing single instance applications
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('gtk2=2.18.3' 'dbus-glib=0.82')
-makedepends=('pkgconfig')
+makedepends=('pkgconfig' 'gobject-introspection')
 options=('!libtool')
 url=http://live.gnome.org/LibUnique;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.1/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in libunique/repos (gnome-unstable-i686)

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 09:52:40
  Author: jgc
Revision: 69619

archrelease: copy trunk to gnome-unstable-i686

Added:
  libunique/repos/gnome-unstable-i686/



[arch-commits] Commit in libunique/repos (gnome-unstable-x86_64)

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 09:52:48
  Author: jgc
Revision: 69620

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libunique/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gir-repository/repos (gnome-unstable-x86_64)

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 09:59:27
  Author: jgc
Revision: 69623

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gir-repository/repos/gnome-unstable-x86_64/



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

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 10:09:52
  Author: jgc
Revision: 69624

Add gir-repository dependency

Modified:
  gnome-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 14:59:27 UTC (rev 69623)
+++ PKGBUILD2010-02-21 15:09:52 UTC (rev 69624)
@@ -7,7 +7,7 @@
 pkgdesc=Some Games for GNOME
 arch=(i686 x86_64)
 license=('GPL')
-depends=('libsm' 'gconf=2.28.0' 'guile=1.8.7' 'librsvg=2.26.0' 
'filesystem=2009.11' 'desktop-file-utils' 'gnome-python-desktop=2.29.1' 
'libcanberra=0.21' 'clutter-gtk=0.10.2' 'hicolor-icon-theme' 'seed=2.29.90')
+depends=('libsm' 'gconf=2.28.0' 'guile=1.8.7' 'librsvg=2.26.0' 
'filesystem=2009.11' 'desktop-file-utils' 'gnome-python-desktop=2.29.1' 
'libcanberra=0.21' 'clutter-gtk=0.10.2' 'hicolor-icon-theme' 'seed=2.29.90' 
'gir-repository')
 makedepends=('pkgconfig' 'gnome-doc-utils=0.18.1' 'intltool')
 provides=('glchess' 'gnome-sudoku')
 conflicts=('glchess' 'gnome-sudoku')



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

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 10:31:20
  Author: jgc
Revision: 69625

upgpkg: libwebkit 1.1.21-2
Add introspection data

Modified:
  libwebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 15:09:52 UTC (rev 69624)
+++ PKGBUILD2010-02-21 15:31:20 UTC (rev 69625)
@@ -3,13 +3,13 @@
 
 pkgname=libwebkit
 pkgver=1.1.21
-pkgrel=1
+pkgrel=2
 pkgdesc=an opensource web content engine, derived from KHTML and KJS from KDE
 arch=('i686' 'x86_64')
 url=http://webkitgtk.org/;
 license=('custom')
-depends=('libxt' 'libxslt' 'sqlite3=3.6.22' 'gtk2=2.19.5' 'icu=4.2' 
'gstreamer0.10-base=0.10.26' 'libsoup=2.29.90' 'enchant=1.5.0')
-makedepends=('gperf' 'gtk-doc=1.11')
+depends=('libxt' 'libxslt' 'sqlite3=3.6.22' 'gtk2=2.19.5-2' 'icu=4.2' 
'gstreamer0.10-base=0.10.26' 'libsoup=2.29.90' 'enchant=1.5.0')
+makedepends=('gperf' 'gtk-doc=1.11' 'gir-repository')
 provides=('webkitgtk-svn')
 conflicts=('webkitgtk-svn')
 replaces=('webkitgtk-svn')
@@ -20,7 +20,7 @@
 build() {
   cd ${srcdir}/webkit-${pkgver}
   ./configure --prefix=/usr \
-  --enable-video \
+  --enable-video --enable-introspection \
   --with-font-backend=freetype --enable-gtk-doc \
   --enable-jit --with-unicode-backend=icu || return 1
   make || return 1



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

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 10:31:56
  Author: jgc
Revision: 69626

archrelease: remove gnome-unstable-i686

Deleted:
  libwebkit/repos/gnome-unstable-i686/



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

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 10:32:03
  Author: jgc
Revision: 69627

archrelease: copy trunk to gnome-unstable-i686

Added:
  libwebkit/repos/gnome-unstable-i686/



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

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 10:32:41
  Author: jgc
Revision: 69628

archrelease: remove gnome-unstable-x86_64

Deleted:
  libwebkit/repos/gnome-unstable-x86_64/



[arch-commits] Commit in libgdata/repos (gnome-unstable-i686)

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 10:41:14
  Author: jgc
Revision: 69631

archrelease: copy trunk to gnome-unstable-i686

Added:
  libgdata/repos/gnome-unstable-i686/



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

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 10:52:32
  Author: jgc
Revision: 69634

archrelease: copy trunk to extra-any

Added:
  httplib2/repos/extra-any/



[arch-commits] Commit in totem/repos (gnome-unstable-i686)

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 11:17:21
  Author: jgc
Revision: 69637

archrelease: remove gnome-unstable-i686

Deleted:
  totem/repos/gnome-unstable-i686/



[arch-commits] Commit in totem/repos (gnome-unstable-x86_64)

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 11:17:49
  Author: jgc
Revision: 69639

archrelease: remove gnome-unstable-x86_64

Deleted:
  totem/repos/gnome-unstable-x86_64/



[arch-commits] Commit in totem/repos (gnome-unstable-x86_64)

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 11:17:54
  Author: jgc
Revision: 69640

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-x86_64/



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

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 11:42:05
  Author: jgc
Revision: 69641

upgpkg: orca 2.29.91-1
Update to 2.29.91

Modified:
  orca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 16:17:54 UTC (rev 69640)
+++ PKGBUILD2010-02-21 16:42:05 UTC (rev 69641)
@@ -3,7 +3,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=orca
-pkgver=2.29.90
+pkgver=2.29.91
 pkgrel=1
 pkgdesc=A scriptable screen reader and magnifier
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 replaces=('gnopernicus')
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('66bd1a805a451054405f9db62717e8318bfc896e375829f5255ea7938abfcbcd')
+sha256sums=('6a576e2ad8ae8459b469e936bbc22b0be52b5d6a21a041cb72dd9f1543f1ee8f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in orca/repos (gnome-unstable-i686)

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 11:42:29
  Author: jgc
Revision: 69643

archrelease: copy trunk to gnome-unstable-i686

Added:
  orca/repos/gnome-unstable-i686/



[arch-commits] Commit in orca/repos (gnome-unstable-x86_64)

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 11:42:53
  Author: jgc
Revision: 69645

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  orca/repos/gnome-unstable-x86_64/



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

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 12:00:53
  Author: jgc
Revision: 69646

upgpkg: deskbar-applet 2.29.90-1
Fix libexecdir, update to 2.29.90

Modified:
  deskbar-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 16:42:53 UTC (rev 69645)
+++ PKGBUILD2010-02-21 17:00:53 UTC (rev 69646)
@@ -2,28 +2,28 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=deskbar-applet
-pkgver=2.28.0
-pkgrel=3
+pkgver=2.29.90
+pkgrel=1
 pkgdesc=An all-in-one search bar for the GNOME panel
 arch=(i686 x86_64)
 url=http://raphael.slinckx.net/deskbar/;
 license=('GPL')
-depends=('gnome-desktop=2.28.0' 'gnome-python-desktop=2.28.0' 
'gnome-panel=2.28.0' 'dbus-python=0.83.0')
-makedepends=('evolution-data-server=2.28.0' 'gettext' 'intltool' 'pkgconfig' 
'gnome-doc-utils=0.18.0')
+depends=('gnome-desktop=2.29.90' 'gnome-python-desktop=2.29.1' 
'gnome-panel=2.29.6' 'dbus-python=0.83.0')
+makedepends=('evolution-data-server=2.29.90' 'gettext' 'intltool' 'pkgconfig' 
'gnome-doc-utils=0.18.0')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 install=deskbar-applet.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/deskbar-applet/2.28/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('bdac5c8a3595078911c1aba9f1013c936cdaaed41efbd87d092dfbc04b0ea2cb')
+source=(http://ftp.gnome.org/pub/GNOME/sources/deskbar-applet/2.29/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('fc9269394be3f6fbc4b5313ecbc5af1138a9198f2856765c16bf387e7c15d337')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed '/^modulesdir=/ s/@libdir@/@libexecdir@/' -i data/deskbar-applet.pc.in
   LD_PRELOAD= ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
-  --libexecdir=/usr/lib/deskbar-applet \
+  --libexecdir=/usr/lib \
   --disable-scrollkeeper \
-  --enable-evolution || return 1
+  --enable-evolution --disable-schemas-install || return 1
 
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install || 
return 1



[arch-commits] Commit in deskbar-applet/repos (gnome-unstable-i686)

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 12:01:07
  Author: jgc
Revision: 69647

archrelease: copy trunk to gnome-unstable-i686

Added:
  deskbar-applet/repos/gnome-unstable-i686/



[arch-commits] Commit in deskbar-applet/repos (gnome-unstable-x86_64)

2010-02-21 Thread Jan de Groot
Date: Sunday, February 21, 2010 @ 12:01:21
  Author: jgc
Revision: 69648

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  deskbar-applet/repos/gnome-unstable-x86_64/



[arch-commits] Commit in vim/repos (3 files)

2010-02-21 Thread Daniel Griffiths
Date: Sunday, February 21, 2010 @ 13:10:16
  Author: dgriffiths
Revision: 69650

Merged revisions 68666,69649 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/vim/trunk


  r68666 | dgriffiths | 2010-02-13 15:00:23 -0600 (Sat, 13 Feb 2010) | 1 line
  
  FS#16165 - Redesigned fetch_patches to enable parallel downloading

  r69649 | dgriffiths | 2010-02-21 12:09:59 -0600 (Sun, 21 Feb 2010) | 2 lines
  
  FS#16710


Modified:
  vim/repos/extra-i686/ (properties)
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/fetch_patches.sh

--+
 PKGBUILD |   19 ++-
 fetch_patches.sh |   64 ++---
 2 files changed, 26 insertions(+), 57 deletions(-)


Property changes on: vim/repos/extra-i686
___
Modified: svnmerge-integrated
   - /vim/trunk:1-68412
   + /vim/trunk:1-69649

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-02-21 18:09:59 UTC (rev 69649)
+++ extra-i686/PKGBUILD 2010-02-21 18:10:16 UTC (rev 69650)
@@ -3,15 +3,15 @@
 
 pkgname=vim
 _srcver=7.2
-_patchlevel=359
+_patchlevel=368
 pkgver=${_srcver}.${_patchlevel}
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('custom:vim')
 url=http://www.vim.org;
 depends=('gpm' 'coreutils' 'perl')
-makedepends=('wget' 'sed' 'grep' 'gettext')
+makedepends=('wget' 'sed' 'grep' 'gettext' 'curl')
 backup=(etc/vimrc)
 install=${pkgname}.install
 # we need the extra-stuff to get all patches applied smoothly
@@ -20,7 +20,7 @@
 ftp://ftp.vim.org/pub/vim/extra/vim-${_srcver}-lang.tar.gz \
 fetch_patches.sh fetch_runtime.sh vimrc archlinux.vim)
 md5sums=('f0901284b338e448bfd79ccca0041254' '35e04482f07c57221c9a751aaa3b8dac' 
\
- 'd8884786979e0e520c112faf2e176f05' '6d7e8d7868e8bfaa9a5880cd9c439320' 
\
+ 'd8884786979e0e520c112faf2e176f05' '159d4d11ecaf85c06623a02c1f843d01' 
\
  '45c1c3c6aff7de0d8fc2a9d8cd5cec7d' '3f42c68545b5b1afb2e9a5b2731ef063' 
\
  '10353a61aadc3f276692d0e17db1478e')
 
@@ -29,7 +29,6 @@
   _versiondir=vim$(echo ${_srcver} | sed s/\.//)
   # pull in patches from vim.org (or the src cache alternatively)
   . ${srcdir}/fetch_patches.sh
-  . ${srcdir}/fetch_runtime.sh
   get_patches || return 1
 
   cd ${srcdir}/${_versiondir}
@@ -40,9 +39,17 @@
 --with-compiledby=ArchLinux --with-features=big \
 --enable-gpm --enable-acl --with-x=no --disable-gui \
 --enable-multibyte --enable-cscope \
---enable-perlinterp
+--enable-perlinterp --enable-rubyinterp
 #--with-global-runtime=/usr/share/vim --with-vim-name=vim \
   make || return 1
+}
+
+package()
+{
+  . ${srcdir}/fetch_runtime.sh
+  _versiondir=vim$(echo ${_srcver} | sed s/\.//)
+  cd ${srcdir}/${_versiondir}
+
   make  VIMRCLOC=/etc DESTDIR=${pkgdir} install
   cd ${pkgdir}/usr/bin
   rm ex view  # provided by (n)vi in core

Modified: extra-i686/fetch_patches.sh
===
--- extra-i686/fetch_patches.sh 2010-02-21 18:09:59 UTC (rev 69649)
+++ extra-i686/fetch_patches.sh 2010-02-21 18:10:16 UTC (rev 69650)
@@ -1,67 +1,29 @@
 # the external logic for pulling in patches
 
 get_patches() {
-  _patchdir=${srcdir}/patches
-  cd ${srcdir}/${_versiondir}
-  if [ -d ${_patchdir} ]; then
-rm -rf ${_patchdir}
-echo -e \tremove patches from old build
-  fi
-  mkdir ${_patchdir}  cd ${_patchdir}
-  _rpath=ftp://ftp.vim.org/pub/vim/patches/${_srcver}
 
-  # change IFS to loop line-by-line
-  _OLDIFS=$IFS
-  IFS=
-
-  echo -e \tfetching checksumfile for patches
-  wget ${_rpath}/MD5SUMS /dev/null 21
+  curl ftp://ftp.vim.org/pub/vim/patches/${_srcver}/MD5SUMS | sed -e \
+'/.gz$/d'  MD5SUMS
+  let _patchlevel=$_patchlevel+1
+  _currpatch=$(cat MD5SUMS | wc -l)
+  sed -i ${_patchlevel},\$d MD5SUMS
+  cat MD5SUMS | awk '{ print $2 }' | sed -e \
+s|^|ftp://ftp.vim.org/pub/vim/patches/${_srcver}/| | \
+xargs -P 0 -r -n 1 wget -nv
+  md5sum -c MD5SUMS  /dev/null || return 1
+  for file in $(cat MD5SUMS | awk '{ print $2 }')
+do patch -p0  $file  vim.full.patch.log; done
 
-  _downloads=0
-  for _line in $(/bin/cat MD5SUMS); do
-_file=$(echo $_line | cut -d ' ' -f3)
-[ ${_file##*.} == gz ]  continue
-_downloads=$((${_downloads} + 1))
-_md5=$(echo $_line | cut -d ' ' -f1)
-if [ -f ${SRCDEST}/vim-${_srcver}/${_file} ]; then
-  echo -e \thaving patch file:${_file}
-  cp ${SRCDEST}/vim-${_srcver}/${_file} ./
-else
-  echo -n -e \t... fetching patch file: ${_file} ...
-  wget ${_rpath}/${_file} /dev/null 21
-  if [ -w ${SRCDEST} ]; then
-if [ ! -d ${SRCDEST}/vim-${_srcver} ]; then
-  mkdir -p ${SRCDEST}/vim-${_srcver}
-fi
-cp ${_file} 

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

2010-02-21 Thread Daniel Griffiths
Date: Sunday, February 21, 2010 @ 13:21:08
  Author: dgriffiths
Revision: 69652

FS#16710

Modified:
  gvim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 18:10:40 UTC (rev 69651)
+++ PKGBUILD2010-02-21 18:21:08 UTC (rev 69652)
@@ -3,7 +3,7 @@
 
 pkgname=gvim
 _srcver=7.2
-_patchlevel=359
+_patchlevel=368
 pkgver=${_srcver}.${_patchlevel}
 pkgrel=1
 pkgdesc=the vim text editor with advanced features enabled, such as a gui 
mode
@@ -36,7 +36,7 @@
 --with-compiledby=ArchLinux --with-features=big \
 --with-x=yes --disable-gpm --enable-gui=gtk2 \
 --enable-multibyte --enable-cscope --enable-netbeans \
---enable-perlinterp --enable-pythoninterp --disable-rubyinterp
+--enable-perlinterp --enable-pythoninterp --enable-rubyinterp
 
   make || return 1
 }



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

2010-02-21 Thread Daniel Griffiths
Date: Sunday, February 21, 2010 @ 13:21:23
  Author: dgriffiths
Revision: 69653

Merged revisions 69652 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/gvim/trunk


  r69652 | dgriffiths | 2010-02-21 12:21:08 -0600 (Sun, 21 Feb 2010) | 2 lines
  
  FS#16710


Modified:
  gvim/repos/extra-i686/(properties)
  gvim/repos/extra-i686/PKGBUILD

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


Property changes on: gvim/repos/extra-i686
___
Modified: svnmerge-integrated
   - /gvim/trunk:1-68715
   + /gvim/trunk:1-69652

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-02-21 18:21:08 UTC (rev 69652)
+++ extra-i686/PKGBUILD 2010-02-21 18:21:23 UTC (rev 69653)
@@ -3,7 +3,7 @@
 
 pkgname=gvim
 _srcver=7.2
-_patchlevel=359
+_patchlevel=368
 pkgver=${_srcver}.${_patchlevel}
 pkgrel=1
 pkgdesc=the vim text editor with advanced features enabled, such as a gui 
mode
@@ -36,7 +36,7 @@
 --with-compiledby=ArchLinux --with-features=big \
 --with-x=yes --disable-gpm --enable-gui=gtk2 \
 --enable-multibyte --enable-cscope --enable-netbeans \
---enable-perlinterp --enable-pythoninterp --disable-rubyinterp
+--enable-perlinterp --enable-pythoninterp --enable-rubyinterp
 
   make || return 1
 }



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

2010-02-21 Thread Daniel Griffiths
Date: Sunday, February 21, 2010 @ 13:28:43
  Author: dgriffiths
Revision: 69654

Merged revisions 69652 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/gvim/trunk


  r69652 | dgriffiths | 2010-02-21 12:21:08 -0600 (Sun, 21 Feb 2010) | 2 lines
  
  FS#16710


Modified:
  gvim/repos/extra-x86_64/  (properties)
  gvim/repos/extra-x86_64/PKGBUILD

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


Property changes on: gvim/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /gvim/trunk:1-68716
   + /gvim/trunk:1-69653

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-02-21 18:21:23 UTC (rev 69653)
+++ extra-x86_64/PKGBUILD   2010-02-21 18:28:43 UTC (rev 69654)
@@ -3,7 +3,7 @@
 
 pkgname=gvim
 _srcver=7.2
-_patchlevel=359
+_patchlevel=368
 pkgver=${_srcver}.${_patchlevel}
 pkgrel=1
 pkgdesc=the vim text editor with advanced features enabled, such as a gui 
mode
@@ -36,7 +36,7 @@
 --with-compiledby=ArchLinux --with-features=big \
 --with-x=yes --disable-gpm --enable-gui=gtk2 \
 --enable-multibyte --enable-cscope --enable-netbeans \
---enable-perlinterp --enable-pythoninterp --disable-rubyinterp
+--enable-perlinterp --enable-pythoninterp --enable-rubyinterp
 
   make || return 1
 }



[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

2010-02-21 Thread andyrtr
Date: Sunday, February 21, 2010 @ 13:30:39
  Author: andyrtr
Revision: 69655

upgpkg: xf86-video-nouveau 0.0.15_git20100221-1
new snapshot

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 14 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 18:28:43 UTC (rev 69654)
+++ PKGBUILD2010-02-21 18:30:39 UTC (rev 69655)
@@ -3,30 +3,33 @@
 # Contributor: buddabrod buddab...@gmail.com
 
 pkgname=xf86-video-nouveau
-_gitdate=20100117
+_gitdate=20100221
 pkgver=0.0.15_git${_gitdate} # see configure.ac
 pkgrel=1
 pkgdesc=Open Source 3D acceleration driver for nVidia cards (experimental)
 arch=('i686' 'x86_64')
 url=http://nouveau.freedesktop.org/wiki/;
 license=('GPL') #and MIT, not yet a license file, see 
http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
-depends=('nouveau-drm=0.0.15_20100116' 'libdrm=2.4.17-3')
+depends=('nouveau-drm=0.0.15_20100116' 'libdrm=2.4.18')
 #optdepends=('nouveau-dri: highly experimental gallium3d features')
-makedepends=('pkgconfig' 'xorg-server=1.7.3.901' 'mesa=7.7' 
'glproto=1.4.10' 'xorg-util-macros' 'xf86driproto' 'autoconf')
+makedepends=('pkgconfig' 'xorg-server=1.7.5' 'mesa=7.7' 'glproto=1.4.11' 
'xorg-util-macros' 'xf86driproto' 'autoconf')
 conflicts=('xorg-server1.7.0')
 options=('!libtool') # 'force'
 install=${pkgname}.install
 
source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('ce2d3f81f7ba41460e04ec02a6fd0cb0')
+md5sums=('08d6d04faba0ba54dbb7e0d7cb3f9039')
 
+# source PKGBUILD  mksource
+mksource() {
+   mkdir /tmp/${pkgname}-${_gitdate}
+   pushd /tmp/${pkgname}-${_gitdate}
+   git clone -v --depth 1 
git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
+   cd xf86-video-nouveau
+   git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD 
| bzip2  /tmp/${pkgname}-${_gitdate}/${pkgname}-${_gitdate}.tar.bz2
+   popd
+}
+
 build() {
-  # get git code
-#  cd ${srcdir}
-#  git clone -v git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
-#  cd xf86-video-nouveau
-#  git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD | 
bzip2  $SRCDEST/xf86-video-nouveau-${_gitdate}.tar.bz2
-#  return 1
-
   cd ${srcdir}/xf86-video-nouveau-${_gitdate}
   ./autogen.sh --prefix=/usr || return 1
   make || return 1



[arch-commits] Commit in xf86-video-nouveau/repos (extra-i686)

2010-02-21 Thread andyrtr
Date: Sunday, February 21, 2010 @ 13:31:14
  Author: andyrtr
Revision: 69657

archrelease: copy trunk to extra-i686

Added:
  xf86-video-nouveau/repos/extra-i686/



[arch-commits] Commit in xf86-video-nouveau/repos (extra-x86_64)

2010-02-21 Thread andyrtr
Date: Sunday, February 21, 2010 @ 13:31:24
  Author: andyrtr
Revision: 69658

archrelease: remove extra-x86_64

Deleted:
  xf86-video-nouveau/repos/extra-x86_64/



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

2010-02-21 Thread andyrtr
Date: Sunday, February 21, 2010 @ 13:45:24
  Author: andyrtr
Revision: 69661

archrelease: remove extra-i686

Deleted:
  midori/repos/extra-i686/



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

2010-02-21 Thread andyrtr
Date: Sunday, February 21, 2010 @ 13:45:46
  Author: andyrtr
Revision: 69662

archrelease: copy trunk to extra-i686

Added:
  midori/repos/extra-i686/



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

2010-02-21 Thread andyrtr
Date: Sunday, February 21, 2010 @ 13:46:02
  Author: andyrtr
Revision: 69663

archrelease: remove extra-x86_64

Deleted:
  midori/repos/extra-x86_64/



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

2010-02-21 Thread andyrtr
Date: Sunday, February 21, 2010 @ 13:46:24
  Author: andyrtr
Revision: 69664

archrelease: copy trunk to extra-x86_64

Added:
  midori/repos/extra-x86_64/



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

2010-02-21 Thread Pierre Schmitz
Date: Sunday, February 21, 2010 @ 13:54:10
  Author: pierre
Revision: 69665

upgpkg: devtools 0.9.3-1
upstream release; first xz package

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 18:46:24 UTC (rev 69664)
+++ PKGBUILD2010-02-21 18:54:10 UTC (rev 69665)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=devtools
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -10,7 +10,7 @@
 url='http://projects.archlinux.org/devtools.git/'
 depends=('namcap' 'openssh' 'subversion' 'rsync')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('05b15c48464ffe3fb91da94d6909d65c')
+md5sums=('9877c382071eda5ce01c18634fb9b8c9')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-21 Thread Pierre Schmitz
Date: Sunday, February 21, 2010 @ 13:54:28
  Author: pierre
Revision: 69666

archrelease: copy trunk to testing-any

Added:
  devtools/repos/testing-any/



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

2010-02-21 Thread andyrtr
Date: Sunday, February 21, 2010 @ 13:56:29
  Author: andyrtr
Revision: 69667

upgpkg: raptor 1.4.21-1
new version 1.4.21

Modified:
  raptor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 18:54:28 UTC (rev 69666)
+++ PKGBUILD2010-02-21 18:56:29 UTC (rev 69667)
@@ -4,7 +4,7 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=raptor
-pkgver=1.4.20
+pkgver=1.4.21
 pkgrel=1
 pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('LGPL')
 options=('!libtool')
 source=(http://librdf.org/dist/source/$pkgname-$pkgver.tar.gz)
-md5sums=('4d9c950ea794d3e141ff60875b0a2bbc')
+md5sums=('992061488af7a9e2d933df6b694bb876')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-21 Thread andyrtr
Date: Sunday, February 21, 2010 @ 13:56:40
  Author: andyrtr
Revision: 69668

archrelease: remove extra-i686

Deleted:
  raptor/repos/extra-i686/



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

2010-02-21 Thread andyrtr
Date: Sunday, February 21, 2010 @ 13:57:01
  Author: andyrtr
Revision: 69669

archrelease: copy trunk to extra-i686

Added:
  raptor/repos/extra-i686/



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

2010-02-21 Thread andyrtr
Date: Sunday, February 21, 2010 @ 13:57:36
  Author: andyrtr
Revision: 69671

archrelease: copy trunk to extra-x86_64

Added:
  raptor/repos/extra-x86_64/



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

2010-02-21 Thread andyrtr
Date: Sunday, February 21, 2010 @ 14:04:21
  Author: andyrtr
Revision: 69673

archrelease: remove extra-i686

Deleted:
  rasqal/repos/extra-i686/



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

2010-02-21 Thread andyrtr
Date: Sunday, February 21, 2010 @ 14:04:53
  Author: andyrtr
Revision: 69675

archrelease: remove extra-x86_64

Deleted:
  rasqal/repos/extra-x86_64/



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

2010-02-21 Thread andyrtr
Date: Sunday, February 21, 2010 @ 14:05:18
  Author: andyrtr
Revision: 69676

archrelease: copy trunk to extra-x86_64

Added:
  rasqal/repos/extra-x86_64/



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

2010-02-21 Thread Juergen Hoetzel
Date: Sunday, February 21, 2010 @ 15:02:06
  Author: juergen
Revision: 69677

Fix FS#18354 - [lxde] Keyboard Layout Switcher worked only for one session

Added:
  lxpanel/trunk/Fix-failure-to-react-to-keyboard-map-changes-initiat.patch
Modified:
  lxpanel/trunk/PKGBUILD

+
 Fix-failure-to-react-to-keyboard-map-changes-initiat.patch |  555 +++
 PKGBUILD   |   13 
 2 files changed, 562 insertions(+), 6 deletions(-)

Added: Fix-failure-to-react-to-keyboard-map-changes-initiat.patch
===
--- Fix-failure-to-react-to-keyboard-map-changes-initiat.patch  
(rev 0)
+++ Fix-failure-to-react-to-keyboard-map-changes-initiat.patch  2010-02-21 
20:02:06 UTC (rev 69677)
@@ -0,0 +1,555 @@
+From 438d9fdbd3e0be04de933705917d508a02b7c04b Mon Sep 17 00:00:00 2001
+From: Marty Jack mar...@linux.local
+Date: Sat, 20 Feb 2010 16:23:57 -0500
+Subject: [PATCH 4/5] Fix failure to react to keyboard map changes initiated 
outside the plugin
+ - Occurred when setxkbmap was run, or when HAL configured the keyboard at X 
startup
+ - Caused by failure to process the NewKeyboard event
+ - Caused by dropping events due to faulty code to read them
+ - Cosmetic change, the tooltip now the Xkb Group name rather than Xkb Symbol 
name
+
+---
+ src/plugins/xkb/xkb-plugin.c |   92 +
+ src/plugins/xkb/xkb.c|  236 +
+ src/plugins/xkb/xkb.h|7 +-
+ 3 files changed, 173 insertions(+), 162 deletions(-)
+
+diff --git a/src/plugins/xkb/xkb-plugin.c b/src/plugins/xkb/xkb-plugin.c
+index f49a77d..80a14ba 100644
+--- a/src/plugins/xkb/xkb-plugin.c
 b/src/plugins/xkb/xkb-plugin.c
+@@ -1,18 +1,23 @@
+-/*
+-//
+-//  xfce4-xkb-plugin - XFCE4 Xkb Layout Indicator panel plugin
+-// ---
+-//  Alexander Iliev sasoil...@mamul.org
+-//  20-Feb-04
+-// ---
+-//  Parts of this code belong to Michael Glickman wma...@yahooo.com
+-//  and his program wmxkb.
+-//  WARNING: DO NOT BOTHER Michael Glickman WITH QUESTIONS ABOUT THIS
+-//   PROGRAM!!! SEND INSTEAD EMAILS TO sasoil...@mamul.org
+-//
+-*/
+-
+-/* Modified by Hong Jen Yee (PCMan) pcman...@gmail.com on 2008-04-06 for 
lxpanel */
++/**
++ * Copyright (c) 2010 LxDE Developers, see the file AUTHORS for details.
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License as published by
++ * the Free Software Foundation; either version 2 of the License, or
++ * (at your option) any later version.
++ *
++ * This program is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++ * GNU General Public License for more details.
++ *
++ * You should have received a copy of the GNU General Public License
++ * along with this program; if not, write to the Free Software Foundation,
++ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
++ */
++
++/* Originally derived from xfce4-xkb-plugin, Copyright 2004 Alexander Iliev,
++ * which credits Michael Glickman. */
+ 
+ #ifdef HAVE_CONFIG_H
+ #include config.h
+@@ -49,38 +54,45 @@ void xkb_redraw(XkbPlugin * xkb)
+ if (xkb-display_type == IMAGE)
+ {
+ int size = xkb-plugin-panel-icon_size;
+-char * group_name = (char *) 
xkb_get_current_group_name_lowercase(xkb);
+-char * filename = g_strdup_printf(%s/%s.png, FLAGSDIR, group_name);
+-GdkPixbuf * unscaled_pixbuf = gdk_pixbuf_new_from_file(filename, 
NULL);
+-g_free(filename);
+-g_free(group_name);
+-
+-if (unscaled_pixbuf != NULL)
++char * group_name = (char *) 
xkb_get_current_symbol_name_lowercase(xkb);
++if (group_name != NULL)
+ {
+-/* Loaded successfully. */
+-int width = gdk_pixbuf_get_width(unscaled_pixbuf);
+-int height = gdk_pixbuf_get_height(unscaled_pixbuf);
+-GdkPixbuf * pixbuf = gdk_pixbuf_scale_simple(unscaled_pixbuf, 
size * width / height, size, GDK_INTERP_BILINEAR);
+-if (pixbuf != NULL)
++char * filename = g_strdup_printf(%s/%s.png, FLAGSDIR, 
group_name);
++GdkPixbuf * unscaled_pixbuf = gdk_pixbuf_new_from_file(filename, 
NULL);
++g_free(filename);
++g_free(group_name);
++
++if (unscaled_pixbuf != NULL)
+ {
+-gtk_image_set_from_pixbuf(GTK_IMAGE(xkb-image), pixbuf);
+-g_object_unref(G_OBJECT(pixbuf));

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

2010-02-21 Thread Juergen Hoetzel
Date: Sunday, February 21, 2010 @ 15:03:31
  Author: juergen
Revision: 69678

archrelease: remove extra-x86_64

Deleted:
  lxpanel/repos/extra-x86_64/



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

2010-02-21 Thread Juergen Hoetzel
Date: Sunday, February 21, 2010 @ 15:03:44
  Author: juergen
Revision: 69679

archrelease: copy trunk to extra-x86_64

Added:
  lxpanel/repos/extra-x86_64/



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

2010-02-21 Thread Juergen Hoetzel
Date: Sunday, February 21, 2010 @ 15:08:13
  Author: juergen
Revision: 69680

archrelease: remove extra-i686

Deleted:
  lxpanel/repos/extra-i686/



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

2010-02-21 Thread Juergen Hoetzel
Date: Sunday, February 21, 2010 @ 15:08:24
  Author: juergen
Revision: 69681

archrelease: copy trunk to extra-i686

Added:
  lxpanel/repos/extra-i686/



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

2010-02-21 Thread Tobias Powalowski
Date: Sunday, February 21, 2010 @ 15:17:56
  Author: tpowa
Revision: 69682

db-move: pciutils removed by tpowa for move to core

Deleted:
  pciutils/repos/core-i686/



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

2010-02-21 Thread Tobias Powalowski
Date: Sunday, February 21, 2010 @ 15:17:57
  Author: tpowa
Revision: 69683

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

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



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

2010-02-21 Thread Tobias Powalowski
Date: Sunday, February 21, 2010 @ 15:18:05
  Author: tpowa
Revision: 69684

db-move: pciutils removed by tpowa for move to core

Deleted:
  pciutils/repos/core-x86_64/



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

2010-02-21 Thread Tobias Powalowski
Date: Sunday, February 21, 2010 @ 15:18:07
  Author: tpowa
Revision: 69685

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

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



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

2010-02-21 Thread Pierre Schmitz
Date: Sunday, February 21, 2010 @ 16:40:31
  Author: pierre
Revision: 69688

db-move: zlib removed by pierre for move to core

Deleted:
  zlib/repos/core-x86_64/



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

2010-02-21 Thread Pierre Schmitz
Date: Sunday, February 21, 2010 @ 16:40:33
  Author: pierre
Revision: 69689

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

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



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

2010-02-21 Thread Thomas Bächler
Date: Sunday, February 21, 2010 @ 16:58:51
  Author: thomas
Revision: 69690

Upgrade to 0.6.3

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 21:40:33 UTC (rev 69689)
+++ PKGBUILD2010-02-21 21:58:51 UTC (rev 69690)
@@ -4,7 +4,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.2
+pkgver=0.6.3
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
@@ -21,7 +21,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('f68b96130e044938aa11ae44e0cee980e90d480e078acc6124398a88e373431f')
+sha256sums=('ad0addba354399c9737b4572bbea2c10b45dfb24fd69b87b90f21fec27df2cf7')
 
 build() {
   :



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

2010-02-21 Thread Thomas Bächler
Date: Sunday, February 21, 2010 @ 17:00:19
  Author: thomas
Revision: 69691

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/



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

2010-02-21 Thread Daniel Griffiths
Date: Sunday, February 21, 2010 @ 17:33:00
  Author: dgriffiths
Revision: 69692

Removing ruby, doesn't build properly

Modified:
  gvim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 22:00:19 UTC (rev 69691)
+++ PKGBUILD2010-02-21 22:33:00 UTC (rev 69692)
@@ -5,7 +5,7 @@
 _srcver=7.2
 _patchlevel=368
 pkgver=${_srcver}.${_patchlevel}
-pkgrel=1
+pkgrel=2
 pkgdesc=the vim text editor with advanced features enabled, such as a gui 
mode
 arch=('i686' 'x86_64')
 license=('custom:vim')
@@ -36,7 +36,7 @@
 --with-compiledby=ArchLinux --with-features=big \
 --with-x=yes --disable-gpm --enable-gui=gtk2 \
 --enable-multibyte --enable-cscope --enable-netbeans \
---enable-perlinterp --enable-pythoninterp --enable-rubyinterp
+--enable-perlinterp --enable-pythoninterp --disable-rubyinterp
 
   make || return 1
 }



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

2010-02-21 Thread Dan McGee
Date: Sunday, February 21, 2010 @ 18:30:29
  Author: dan
Revision: 69694

db-move: libarchive removed by dan for move to core

Deleted:
  libarchive/repos/core-i686/



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

2010-02-21 Thread Dan McGee
Date: Sunday, February 21, 2010 @ 18:30:36
  Author: dan
Revision: 69697

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

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



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

2010-02-21 Thread Dan McGee
Date: Sunday, February 21, 2010 @ 18:39:41
  Author: dan
Revision: 69698

verbump

Modified:
  doxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 23:30:36 UTC (rev 69697)
+++ PKGBUILD2010-02-21 23:39:41 UTC (rev 69698)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Dan McGee d...@archlinux.org
 pkgname=doxygen
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.3
+pkgrel=1
 pkgdesc=A documentation system for C++, C, Java, IDL and PHP
 license=('GPL')
 arch=(i686 x86_64)
@@ -21,5 +21,5 @@
   make INSTALL=${startdir}/pkg/usr MAN1DIR=share/man/man1 install
 }
 
-md5sums=('70260101ef60952cb99484700241c99e')
-sha256sums=('3b2e1ca98552da0e44c640123eb79f5b38f50759d7dbe2e56852218a78bc1e5f')
+md5sums=('2d6ea20a9d850d94321cee78bab7bb87')
+sha256sums=('a3a6524b5fc1da084fd0e081507c99240aba85f76ef7b15c9fb3ae248492')



[arch-commits] Commit in dcron/trunk (PKGBUILD dcron-logname.patch)

2010-02-21 Thread Paul Mattal
Date: Sunday, February 21, 2010 @ 21:05:20
  Author: paul
Revision: 69701

added LOGNAME patch to close FS#18338

Added:
  dcron/trunk/dcron-logname.patch
Modified:
  dcron/trunk/PKGBUILD

-+
 PKGBUILD|   15 ---
 dcron-logname.patch |   25 +
 2 files changed, 33 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 23:41:34 UTC (rev 69700)
+++ PKGBUILD2010-02-22 02:05:20 UTC (rev 69701)
@@ -2,7 +2,7 @@
 
 pkgname=dcron
 pkgver=4.4
-pkgrel=1
+pkgrel=2
 pkgdesc=dillon's lightweight cron daemon
 arch=(i686 x86_64)
 license=('GPL')
@@ -11,24 +11,25 @@
 depends=('glibc')
 provides=('cron')
 groups=('base')
-source=(http://www.jimpryor.net/linux/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('02d848ba043a9df5bf2102a9f4bc04bd')
+source=(http://www.jimpryor.net/linux/releases/${pkgname}-${pkgver}.tar.gz;
+   'dcron-logname.patch')
+md5sums=('02d848ba043a9df5bf2102a9f4bc04bd'
+'c6054421b48100f7a2a7a36e2d33c92a')
 optdepends=('smtp-server: sending cron job output via email')
 
 build() {
-   cd $srcdir/${pkgname}-${pkgver}
+   cd $srcdir/${pkgname}-${pkgver} || return 1
 
+   # patch to add LOGNAME environment variable
+   patch -p1 -i $srcdir/dcron-logname.patch || return 1
 
# by default, any member of group users can edit their own crontab
make PREFIX=/usr CRONTAB_GROUP=users CRONTABS=/var/spool/cron 
CRONSTAMPS=/var/spool/cronstamps || return 1
make DESTDIR=$pkgdir install || return 1
 
-
install -d -m755 $pkgdir/etc/cron.{hourly,daily,weekly,monthly} || 
return 1
install -D -m755 extra/crond.rc $pkgdir/etc/rc.d/crond || return 1
install -D -m755 extra/run-cron $pkgdir/usr/sbin/run-cron || return 1
install -D -m0600 extra/root.crontab $pkgdir/var/spool/cron/root || 
return 1
install -D -m644 extra/crond.logrotate $pkgdir/etc/logrotate.d/crond 
|| return 1
-   # install -D -m755 extra/prune-cronstamps 
$pkgdir/etc/cron.monthly/prune-cronstamps || return 1
-
 }

Added: dcron-logname.patch
===
--- dcron-logname.patch (rev 0)
+++ dcron-logname.patch 2010-02-22 02:05:20 UTC (rev 69701)
@@ -0,0 +1,25 @@
+diff -aur dcron-4.4/chuser.c dcron-4.4.logname/chuser.c
+--- dcron-4.4/chuser.c 2010-02-15 11:18:13.111967483 +0100
 dcron-4.4.logname/chuser.c 2010-02-15 11:18:29.615531204 +0100
+@@ -25,6 +25,7 @@
+   return(-1);
+   }
+   setenv(USER, pas-pw_name, 1);
++  setenv(LOGNAME, pas-pw_name, 1);
+   setenv(HOME, pas-pw_dir, 1);
+   setenv(SHELL, /bin/sh, 1);
+ 
+diff -aur dcron-4.4/crontab.1 dcron-4.4.logname/crontab.1
+--- dcron-4.4/crontab.12010-02-15 11:18:13.111967483 +0100
 dcron-4.4.logname/crontab.12010-02-15 11:19:48.295707950 +0100
+@@ -57,8 +57,8 @@
+ .PP
+ Nor does it do any special environment handling.
+ A shell script is better-suited to doing that than a cron daemon.
+-This cron daemon sets up only three environment variables: USER,
+-HOME, and SHELL.
++This cron daemon sets up only four environment variables: USER,
++LOGNAME, HOME, and SHELL.
+ .PP
+ Our crontab format is roughly similar to that used by vixiecron.
+ Individual fields may contain a time, a time range, a time range



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

2010-02-21 Thread Pierre Schmitz
Date: Sunday, February 21, 2010 @ 21:11:56
  Author: pierre
Revision: 69703

upgpkg: zlib 1.2.3.9-1
upstream update

Modified:
  zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-22 02:09:24 UTC (rev 69702)
+++ PKGBUILD2010-02-22 02:11:56 UTC (rev 69703)
@@ -2,9 +2,9 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=zlib
-pkgver=1.2.3.8
+pkgver=1.2.3.9
 pkgrel=1
-pkgdesc='compression library implementing the deflate compression method found 
in gzip and PKZIP'
+pkgdesc='Compression library implementing the deflate compression method found 
in gzip and PKZIP'
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://www.zlib.net/;
@@ -12,7 +12,7 @@
 depends=('glibc')
 # source from zlib-devel
 source=(ftp://ftp.archlinux.org/other/zlib/zlib-${pkgver}.tar.gz;)
-md5sums=('ab5fa664b51eaa0788fd057c41a09dbd')
+md5sums=('e63390cc6cbd0722f70729307d4dd01d')
 
 build() {
cd ${srcdir}/zlib-$pkgver



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

2010-02-21 Thread Pierre Schmitz
Date: Sunday, February 21, 2010 @ 21:12:15
  Author: pierre
Revision: 69704

archrelease: copy trunk to testing-i686

Added:
  zlib/repos/testing-i686/



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

2010-02-21 Thread Eric Bélanger
Date: Sunday, February 21, 2010 @ 21:17:06
  Author: eric
Revision: 69706

archrelease: remove extra-i686

Deleted:
  doxygen/repos/extra-i686/



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

2010-02-21 Thread Pierre Schmitz
Date: Sunday, February 21, 2010 @ 21:23:43
  Author: pierre
Revision: 69707

keep .pkg.tar.gz for a while

Modified:
  xz-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-22 02:17:06 UTC (rev 69706)
+++ PKGBUILD2010-02-22 02:23:43 UTC (rev 69707)
@@ -16,6 +16,9 @@
 source=(http://tukaani.org/xz/xz-${pkgver}.tar.gz;)
 md5sums=('f2073579b6da2fe35d453adee1aaf1b2')
 
+# keep an upgrade path for older installations
+PKGEXT='.pkg.tar.gz'
+
 build() {
cd $srcdir/xz-$pkgver
 



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

2010-02-21 Thread Pierre Schmitz
Date: Sunday, February 21, 2010 @ 21:24:21
  Author: pierre
Revision: 69708

keep .pkg.tar.gz for a while

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-22 02:23:43 UTC (rev 69707)
+++ PKGBUILD2010-02-22 02:24:21 UTC (rev 69708)
@@ -16,6 +16,9 @@
 # the missing symbols inside the libarchive .a static lib, but that is dirty)
 options=(libtool)
 
+# keep an upgrade path for older installations
+PKGEXT='.pkg.tar.gz'
+
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr --without-xml2



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

2010-02-21 Thread Eric Bélanger
Date: Sunday, February 21, 2010 @ 21:24:37
  Author: eric
Revision: 69709

archrelease: copy trunk to extra-i686

Added:
  doxygen/repos/extra-i686/



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

2010-02-21 Thread Pierre Schmitz
Date: Sunday, February 21, 2010 @ 21:24:53
  Author: pierre
Revision: 69710

keep .pkg.tar.gz for a while

Modified:
  libfetch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-22 02:24:37 UTC (rev 69709)
+++ PKGBUILD2010-02-22 02:24:53 UTC (rev 69710)
@@ -14,6 +14,9 @@
 source=(Makefile
 ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
 
+# keep an upgrade path for older installations
+PKGEXT='.pkg.tar.gz'
+
 # source PKGBUILD  mksource
 mksource() {
   export CVSROOT=:pserver:anon...@anoncvs.netbsd.org:/cvsroot



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

2010-02-21 Thread Pierre Schmitz
Date: Sunday, February 21, 2010 @ 21:25:18
  Author: pierre
Revision: 69711

keep .pkg.tar.gz for a while

Modified:
  pacman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-22 02:24:53 UTC (rev 69710)
+++ PKGBUILD2010-02-22 02:25:18 UTC (rev 69711)
@@ -23,6 +23,9 @@
  'abe70dabacee7036368c7afeb686eb10'
  '52c7bc651b107d73f9902755b7594458')
 
+# keep an upgrade path for older installations
+PKGEXT='.pkg.tar.gz'
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   



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

2010-02-21 Thread Paul Mattal
Date: Sunday, February 21, 2010 @ 21:35:57
  Author: paul
Revision: 69712

upgpkg: syslog-ng 3.0.4-2
added /var/log/crond.log to logrotate script

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-22 02:25:18 UTC (rev 69711)
+++ PKGBUILD2010-02-22 02:35:57 UTC (rev 69712)
@@ -4,7 +4,7 @@
 
 pkgname=syslog-ng
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -22,7 +22,7 @@
 install=syslog-ng.install
 md5sums=('86c39779261545d2289e9c309e262b8d'
  'e02be6637d0c3b5484d4597ce049ae39'
- '9714c7479119922b55a7992677ebecb5'
+ '06e46d1c732492b5ed5c42ca91aa251f'
  '9bd98250cfa49e13fa3fa731b6040549')
 
 build() {



  1   2   >