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

2011-01-13 Thread Giovanni Scafora
Date: Thursday, January 13, 2011 @ 04:38:10
  Author: giovanni
Revision: 105845

upgpkg: unrar 4.0.4-1
upstream release

Modified:
  unrar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 05:15:39 UTC (rev 105844)
+++ PKGBUILD2011-01-13 09:38:10 UTC (rev 105845)
@@ -3,7 +3,7 @@
 # Contributor: dorphell dorph...@gmx.net
 
 pkgname=unrar
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 pkgdesc=The RAR uncompression program
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('gcc-libs')
 source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz)
-md5sums=('2db701a29cf2e7a34b363dc6276b644a')
+md5sums=('203bc1e43935124db9635262cfd00b3f')
 
 build() {
   cd ${srcdir}/${pkgname}



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

2011-01-13 Thread Giovanni Scafora
Date: Thursday, January 13, 2011 @ 04:38:19
  Author: giovanni
Revision: 105846

archrelease: remove extra-i686

Deleted:
  unrar/repos/extra-i686/



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

2011-01-13 Thread Giovanni Scafora
Date: Thursday, January 13, 2011 @ 04:38:38
  Author: giovanni
Revision: 105847

archrelease: copy trunk to extra-i686

Added:
  unrar/repos/extra-i686/



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

2011-01-13 Thread Giovanni Scafora
Date: Thursday, January 13, 2011 @ 04:38:47
  Author: giovanni
Revision: 105848

archrelease: remove extra-x86_64

Deleted:
  unrar/repos/extra-x86_64/



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

2011-01-13 Thread Giovanni Scafora
Date: Thursday, January 13, 2011 @ 04:39:06
  Author: giovanni
Revision: 105849

archrelease: copy trunk to extra-x86_64

Added:
  unrar/repos/extra-x86_64/



[arch-commits] Commit in php-apc/trunk (PKGBUILD suppress_stat_warning.patch)

2011-01-13 Thread Pierre Schmitz
Date: Thursday, January 13, 2011 @ 06:54:50
  Author: pierre
Revision: 105850

upgpkg: php-apc 3.1.7-1
upstream update

Modified:
  php-apc/trunk/PKGBUILD
Deleted:
  php-apc/trunk/suppress_stat_warning.patch

-+
 PKGBUILD|   11 +++
 suppress_stat_warning.patch |   17 -
 2 files changed, 3 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 09:39:06 UTC (rev 105849)
+++ PKGBUILD2011-01-13 11:54:50 UTC (rev 105850)
@@ -2,24 +2,19 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-apc
-pkgver=3.1.6
+pkgver=3.1.7
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
 url='http://pecl.php.net/package/APC'
 depends=('php')
 license=PHP
-source=(http://pecl.php.net/get/APC-${pkgver}.tgz;
-'suppress_stat_warning.patch')
+source=(http://pecl.php.net/get/APC-${pkgver}.tgz;)
 backup=('etc/php/conf.d/apc.ini')
-md5sums=('624b8030254f897face30789d64e6b7e'
- 'cf5b72c9808273e782bdc11421b4a512')
+md5sums=('94239866e5d1b90e02675e988a5cbad4')
 
 build() {
cd $srcdir/APC-$pkgver
-   # suppress warning when stat=0 is used with rel. paths
-   # see http://pecl.php.net/bugs/bug.php?id=19610
-   patch -p0 -i ${srcdir}/suppress_stat_warning.patch
phpize
./configure --prefix=/usr
make

Deleted: suppress_stat_warning.patch
===
--- suppress_stat_warning.patch 2011-01-13 09:39:06 UTC (rev 105849)
+++ suppress_stat_warning.patch 2011-01-13 11:54:50 UTC (rev 105850)
@@ -1,17 +0,0 @@
 apc_cache.c2010-11-30 11:18:31.0 +0100
-+++ apc_cache.c2010-11-30 12:20:09.781164212 +0100
-@@ -868,12 +868,12 @@
- fileinfo = apc_php_malloc(sizeof(apc_fileinfo_t) TSRMLS_CC);
- 
- if (apc_search_paths(filename, include_path, fileinfo TSRMLS_CC) 
!= 0) {
--apc_warning(apc failed to locate %s - bailing TSRMLS_CC, 
filename);
-+apc_debug(apc failed to locate %s - bailing TSRMLS_CC, 
filename);
- goto cleanup;
- }
- 
- if(!VCWD_REALPATH(fileinfo-fullpath, APCG(canon_path))) {
--apc_warning(realpath failed to canonicalize %s - bailing 
TSRMLS_CC, filename);
-+apc_debug(realpath failed to canonicalize %s - bailing 
TSRMLS_CC, filename);
- goto cleanup;
- }
- 



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

2011-01-13 Thread Pierre Schmitz
Date: Thursday, January 13, 2011 @ 06:55:09
  Author: pierre
Revision: 105851

archrelease: copy trunk to testing-i686

Added:
  php-apc/repos/testing-i686/



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

2011-01-13 Thread Pierre Schmitz
Date: Thursday, January 13, 2011 @ 06:55:26
  Author: pierre
Revision: 105852

archrelease: copy trunk to testing-x86_64

Added:
  php-apc/repos/testing-x86_64/



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

2011-01-13 Thread andyrtr
Date: Thursday, January 13, 2011 @ 08:09:13
  Author: andyrtr
Revision: 105853

upgpkg: squeeze 0.2.3-4
rebuild for Xfce 4.8

Modified:
  squeeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 11:55:26 UTC (rev 105852)
+++ PKGBUILD2011-01-13 13:09:13 UTC (rev 105853)
@@ -4,13 +4,13 @@
 
 pkgname=squeeze
 pkgver=0.2.3
-pkgrel=3
+pkgrel=4
 pkgdesc=Squeeze is a modern and advanced archive manager for the Xfce Desktop 
Environment.
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://squeeze.xfce.org/;
 groups=('xfce4-goodies')
-depends=('thunar' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('thunar-vfs' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'tar' 'desktop-file-utils')
 optdepends=('tar: TAR support'
 'gzip: GZIP support'
@@ -31,11 +31,15 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
---localstatedir=/var --disable-static || return 1
-  make || return 1
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/xfce4 \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
 }
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



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

2011-01-13 Thread andyrtr
Date: Thursday, January 13, 2011 @ 08:09:36
  Author: andyrtr
Revision: 105854

archrelease: copy trunk to testing-i686

Added:
  squeeze/repos/testing-i686/



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

2011-01-13 Thread andyrtr
Date: Thursday, January 13, 2011 @ 08:09:59
  Author: andyrtr
Revision: 105855

archrelease: copy trunk to testing-x86_64

Added:
  squeeze/repos/testing-x86_64/



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

2011-01-13 Thread Ionut Biru
Date: Thursday, January 13, 2011 @ 08:15:52
  Author: ibiru
Revision: 105856

upgpkg: chromium 8.0.552.237-1
update to 8.0.552.237

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 13:09:59 UTC (rev 105855)
+++ PKGBUILD2011-01-13 13:15:52 UTC (rev 105856)
@@ -4,7 +4,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=8.0.552.224
+pkgver=8.0.552.237
 pkgrel=1
 pkgdesc='The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser.'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install=chromium.install
 
source=(http://build.chromium.org/buildbot/official/chromium-${pkgver}.tar.bz2;
 'chromium.desktop' 'chromium.sh')
-md5sums=('0f883fcb6dcbb979ae870b42c8c9f959'
+md5sums=('403de19fe1f1e3c0c769d1663b470076'
  'c5e849fcb1101149977355c99d8ff78f'
  '096a46ef386817988250d2d7bddd1b34')
 



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

2011-01-13 Thread Ionut Biru
Date: Thursday, January 13, 2011 @ 08:16:13
  Author: ibiru
Revision: 105857

archrelease: remove extra-i686

Deleted:
  chromium/repos/extra-i686/



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

2011-01-13 Thread Ionut Biru
Date: Thursday, January 13, 2011 @ 08:16:26
  Author: ibiru
Revision: 105858

archrelease: copy trunk to extra-i686

Added:
  chromium/repos/extra-i686/



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

2011-01-13 Thread Ionut Biru
Date: Thursday, January 13, 2011 @ 08:16:44
  Author: ibiru
Revision: 105859

archrelease: remove extra-x86_64

Deleted:
  chromium/repos/extra-x86_64/



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

2011-01-13 Thread Ionut Biru
Date: Thursday, January 13, 2011 @ 08:16:56
  Author: ibiru
Revision: 105860

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/



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

2011-01-13 Thread Stéphane Gaudreault
Date: Thursday, January 13, 2011 @ 10:23:08
  Author: stephane
Revision: 105861

upgpkg: dash 0.5.6.1-2
Rebuild of old package, Tidy up PKGBUILD

Modified:
  dash/trunk/PKGBUILD

--+
 PKGBUILD |   21 ++---
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 13:16:56 UTC (rev 105860)
+++ PKGBUILD2011-01-13 15:23:08 UTC (rev 105861)
@@ -3,27 +3,26 @@
 
 pkgname=dash
 pkgver=0.5.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A POSIX compliant shell that aims to be as small as possible
 arch=('i686' 'x86_64')
 url=http://gondor.apana.org.au/~herbert/dash/;
 license=('BSD')
 groups=('base')
 depends=('glibc')
-#provides=('sh')
-source=(http://gondor.apana.org.au/~herbert/dash/files/dash-$pkgver.tar.gz;)
+source=(http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('1c846f4f5a33c0050b2045a6f7037e56')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --mandir=/usr/share/man --exec-prefix=
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make
+}
 
-  # license
-  install -m644 -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 
-  # dash is our default /bin/sh
-  #cd $pkgdir/bin
-  #ln -s dash sh
+  # license
+  install -m644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }



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

2011-01-13 Thread Stéphane Gaudreault
Date: Thursday, January 13, 2011 @ 10:23:17
  Author: stephane
Revision: 105863

archrelease: copy trunk to testing-x86_64

Added:
  dash/repos/testing-x86_64/



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

2011-01-13 Thread Stéphane Gaudreault
Date: Thursday, January 13, 2011 @ 10:23:13
  Author: stephane
Revision: 105862

archrelease: copy trunk to testing-i686

Added:
  dash/repos/testing-i686/



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

2011-01-13 Thread Stéphane Gaudreault
Date: Thursday, January 13, 2011 @ 11:14:39
  Author: stephane
Revision: 105864

upgpkg: libmpc 0.8.2-2
Rebuild of old package, Tidy up PKGBUILD

Modified:
  libmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 15:23:17 UTC (rev 105863)
+++ PKGBUILD2011-01-13 16:14:39 UTC (rev 105864)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
-url=http://www.multiprecision.org;
+url=http://www.multiprecision.org/;
 license=('LGPL')
 depends=('mpfr=3.0.0')
 options=('!libtool')
@@ -15,14 +15,14 @@
 md5sums=('e98267ebd5648a39f881d66797122fb6')
 
 build() {
-  cd $srcdir/mpc-$pkgver
+  cd ${srcdir}/mpc-${pkgver}
   ./configure --prefix=/usr
   make
   make check
 }
 
 package() {
-  cd $srcdir/mpc-$pkgver
-  make DESTDIR=$pkgdir/ install
-  mv -f $pkgdir/usr/share/info/{mpc,libmpc}.info
+  cd ${srcdir}/mpc-${pkgver}
+  make DESTDIR=${pkgdir} install
+  mv ${pkgdir}/usr/share/info/{mpc,libmpc}.info
 }



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

2011-01-13 Thread Stéphane Gaudreault
Date: Thursday, January 13, 2011 @ 11:14:43
  Author: stephane
Revision: 105865

archrelease: copy trunk to testing-i686

Added:
  libmpc/repos/testing-i686/



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

2011-01-13 Thread Stéphane Gaudreault
Date: Thursday, January 13, 2011 @ 11:14:48
  Author: stephane
Revision: 105866

archrelease: copy trunk to testing-x86_64

Added:
  libmpc/repos/testing-x86_64/



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

2011-01-13 Thread Ionut Biru
Date: Thursday, January 13, 2011 @ 14:51:11
  Author: ibiru
Revision: 105867

upgpkg: networkmanager 0.8.3-0.20110113
bump to latest revision from NM_0_8 branch. the most notable fix is stop 
touching /etc/hosts.

Modified:
  networkmanager/trunk/PKGBUILD
  networkmanager/trunk/networkmanager.install

+
 PKGBUILD   |5 ++---
 networkmanager.install |1 +
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 16:14:48 UTC (rev 105866)
+++ PKGBUILD2011-01-13 19:51:11 UTC (rev 105867)
@@ -7,7 +7,7 @@
 
 pkgname=networkmanager
 pkgver=0.8.3
-pkgrel=0.20101130
+pkgrel=0.20110113
 pkgdesc=Network Management daemon
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -25,7 +25,7 @@
 
#source=(http://ftp.gnome.org/pub/gnome/sources/NetworkManager/0.8/NetworkManager-${pkgver}.tar.bz2
 
source=(http://mirrors.kernel.org/archlinux/other/networkmanager/NetworkManager-$pkgver-$pkgrel.tar.bz2
 NetworkManager.conf disable_set_hostname.patch)
-md5sums=('1d4b43ab6789df72e8ac81905bb64662'
+md5sums=('bdcdd1060e17e9373e60edcdad7d076e'
  '1653159d6634fb62d3a5c548b7a56151'
  'b7deda5bb47b3df0eb42782eabbaefe7')
 
@@ -55,5 +55,4 @@
   make DESTDIR=${pkgdir} install
 
   install -m644 ${srcdir}/NetworkManager.conf ${pkgdir}/etc/NetworkManager/
-  install -m0755 test/.libs/nm-online ${pkgdir}/usr/bin/
 }

Modified: networkmanager.install
===
--- networkmanager.install  2011-01-13 16:14:48 UTC (rev 105866)
+++ networkmanager.install  2011-01-13 19:51:11 UTC (rev 105867)
@@ -5,4 +5,5 @@
   by /etc/NetworkManager/NetworkManager.conf. Make sure you move
   any custom settings to the new config file.
 MSG
+  true
 }



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

2011-01-13 Thread Ionut Biru
Date: Thursday, January 13, 2011 @ 14:51:17
  Author: ibiru
Revision: 105868

archrelease: remove extra-i686

Deleted:
  networkmanager/repos/extra-i686/



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

2011-01-13 Thread Ionut Biru
Date: Thursday, January 13, 2011 @ 14:51:29
  Author: ibiru
Revision: 105869

archrelease: copy trunk to extra-i686

Added:
  networkmanager/repos/extra-i686/



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

2011-01-13 Thread Ionut Biru
Date: Thursday, January 13, 2011 @ 14:51:36
  Author: ibiru
Revision: 105870

archrelease: remove extra-x86_64

Deleted:
  networkmanager/repos/extra-x86_64/



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

2011-01-13 Thread Ionut Biru
Date: Thursday, January 13, 2011 @ 14:51:49
  Author: ibiru
Revision: 105871

archrelease: copy trunk to extra-x86_64

Added:
  networkmanager/repos/extra-x86_64/



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 14:59:51
  Author: bisson
Revision: 105872

minor upstream update

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 19:51:49 UTC (rev 105871)
+++ PKGBUILD2011-01-13 19:59:51 UTC (rev 105872)
@@ -3,19 +3,19 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=audacious
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
-pkgdesc='Media player based on BMP'
+pkgdesc='Lightweight, GTK2-based advanced audio player focused on audio 
quality'
 arch=('i686' 'x86_64')
 url='http://audacious-media-player.org/'
 license=('GPL3')
-depends=('gtk2' 'libmcs' 'dbus-glib' 'libxml2' 'libguess' 'audacious-plugins' 
'desktop-file-utils' 'hicolor-icon-theme')
+depends=('gtk2' 'libmcs' 'dbus-glib' 'libguess' 'audacious-plugins' 
'desktop-file-utils' 'hicolor-icon-theme')
 optdepends=('unzip: zipped skins support')
 provides=('audacious-player')
 replaces=('audacious-player')
 install=audacious.install
 source=(http://distfiles.atheme.org/$pkgname-$pkgver.tgz;)
-sha1sums=('a5875a52ae47213a900ef1ded8fe0db3cbd0efc7')
+sha1sums=('81fd26c9488c543beb4ba2900a667ed386e63ef3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 15:00:05
  Author: bisson
Revision: 105873

archrelease: remove extra-i686

Deleted:
  audacious/repos/extra-i686/



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 15:00:23
  Author: bisson
Revision: 105874

archrelease: copy trunk to extra-i686

Added:
  audacious/repos/extra-i686/



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 15:00:38
  Author: bisson
Revision: 105875

archrelease: remove extra-x86_64

Deleted:
  audacious/repos/extra-x86_64/



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 15:00:54
  Author: bisson
Revision: 105876

archrelease: copy trunk to extra-x86_64

Added:
  audacious/repos/extra-x86_64/



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 15:01:16
  Author: bisson
Revision: 105877

minor upstream update

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 20:00:54 UTC (rev 105876)
+++ PKGBUILD2011-01-13 20:01:16 UTC (rev 105877)
@@ -3,17 +3,16 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=audacious-plugins
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 pkgdesc='Plugins for Audacious'
 arch=('i686' 'x86_64')
 url='http://audacious-media-player.org/'
 license=('GPL')
 
-depends=()
+depends=(audacious=${pkgver})
 
-makedepends=(audacious=${pkgver}
- 'alsa-lib' 'pulseaudio' 'jack' 'lame' 'libvorbis' 'flac'
+makedepends=('alsa-lib' 'pulseaudio' 'jack' 'lame' 'libvorbis' 'flac'
  'faad2' 'ffmpeg' 'fluidsynth' 'libcdio' 'libsidplay' 'wavpack'
  'libnotify' 'lirc-utils' 'curl' 'libmtp'
  'neon' 'libmms' 'libcue')
@@ -42,7 +41,7 @@
 'libcue: CUE playlist format')
 
 source=(http://distfiles.atheme.org/$pkgname-$pkgver.tgz;)
-sha1sums=('07a0c0ac65bc01aa936454da9550ad982e66b8f0')
+sha1sums=('b89f87e9abb0249cb6b8318ed8fa58bb7bb27c67')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 15:01:51
  Author: bisson
Revision: 105878

archrelease: remove extra-i686

Deleted:
  audacious-plugins/repos/extra-i686/



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 15:02:07
  Author: bisson
Revision: 105879

archrelease: copy trunk to extra-i686

Added:
  audacious-plugins/repos/extra-i686/



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 15:02:43
  Author: bisson
Revision: 105880

archrelease: remove extra-x86_64

Deleted:
  audacious-plugins/repos/extra-x86_64/



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 15:02:59
  Author: bisson
Revision: 105881

archrelease: copy trunk to extra-x86_64

Added:
  audacious-plugins/repos/extra-x86_64/



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 15:13:29
  Author: bisson
Revision: 105882

upstream update

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 20:02:59 UTC (rev 105881)
+++ PKGBUILD2011-01-13 20:13:29 UTC (rev 105882)
@@ -3,19 +3,19 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=meld
-pkgver=1.4.0
-pkgrel=2
-pkgdesc='Visual diff and merge tool for GNOME'
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Visual diff and merge tool'
 arch=('any')
 url='http://meld.sourceforge.net/'
 license=('GPL')
-depends=('pygtk=2.22.0')
+depends=('pygtk')
 makedepends=('intltool' 'gnome-doc-utils')
 optdepends=('pygtksourceview2: syntax highlighting'
 'gnome-python: gnome integration')
 install=meld.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.4/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('0edb78d9da2bfe7e630742111eb6d8edc476c8cc91b1f6403d940d072dd75469')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.5/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('35e75eb3f7b89a6a8a71fafa1e9f0049bc9facd18b0a2a2c54d5d911d098c0cd')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 15:13:42
  Author: bisson
Revision: 105883

archrelease: remove extra-any

Deleted:
  meld/repos/extra-any/



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 15:13:59
  Author: bisson
Revision: 105884

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/



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

2011-01-13 Thread Allan McRae
Date: Thursday, January 13, 2011 @ 15:17:51
  Author: allan
Revision: 105885

db-move: sudo removed by allan for move to [core] (i686)

Deleted:
  sudo/repos/core-i686/



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

2011-01-13 Thread Allan McRae
Date: Thursday, January 13, 2011 @ 15:17:51
  Author: allan
Revision: 105886

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

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



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

2011-01-13 Thread Allan McRae
Date: Thursday, January 13, 2011 @ 15:17:52
  Author: allan
Revision: 105887

db-move: sudo removed by allan for move to [core] (x86_64)

Deleted:
  sudo/repos/core-x86_64/



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

2011-01-13 Thread Allan McRae
Date: Thursday, January 13, 2011 @ 15:17:53
  Author: allan
Revision: 105888

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

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



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

2011-01-13 Thread Allan McRae
Date: Thursday, January 13, 2011 @ 15:29:36
  Author: allan
Revision: 105890

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

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



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

2011-01-13 Thread Allan McRae
Date: Thursday, January 13, 2011 @ 15:29:37
  Author: allan
Revision: 105891

db-move: gmp removed by allan for move to [core] (x86_64)

Deleted:
  gmp/repos/core-x86_64/



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

2011-01-13 Thread Allan McRae
Date: Thursday, January 13, 2011 @ 15:29:38
  Author: allan
Revision: 105892

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

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



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

2011-01-13 Thread andyrtr
Date: Thursday, January 13, 2011 @ 15:58:22
  Author: andyrtr
Revision: 105893

prepare build, still need to fix install paths

Modified:
  icedtea-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 20:29:38 UTC (rev 105892)
+++ PKGBUILD2011-01-13 20:58:22 UTC (rev 105893)
@@ -9,8 +9,8 @@
 url=http://icedtea.classpath.org/wiki/IcedTea-Web;
 license=('GPL2')
 groups=()
-depends=('openjdk6')
-makedepends=()
+depends=('openjdk6') # 'libx11' 'zlib'
+makedepends=('zip' 'xulrunner')
 optdepends=()
 provides=()
 conflicts=()
@@ -20,20 +20,37 @@
 install=
 changelog=
 source=(#$pkgname-$pkgver.tar.gz
+   # latest snapshot from 1.0 release branch
# see 
http://icedtea.classpath.org/hg/release/icedtea-web-1.0/rev/b3647620fa41 for 
state

http://icedtea.classpath.org/hg/release/icedtea-web-1.0/archive/b3647620fa41.tar.bz2)
 noextract=()
-md5sums=() #generate with 'makepkg -g'
+md5sums=('0468c20ad57d1d1f5e5b490956301d8e')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+#  cd $srcdir/$pkgname-$pkgver
 
-  ./configure --prefix=/usr
+  _javaver=6
+  _jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
+
+  if [ ${CARCH} = x86_64 ]; then
+_arch=amd64
+  else
+_arch=i586
+  fi
+
+
+  cd $srcdir/$pkgname-*
+
+  ./autogen.sh
+  ./configure --prefix=/usr \
+   --mandir=/usr/share/man \
+#  --disable-doc \
+#  --disable-plugin #--help
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
+#  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-*
+  make DESTDIR=$pkgdir/ install-data-local
 }



[arch-commits] Commit in stardict/trunk (5 files)

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 16:44:25
  Author: bisson
Revision: 105894

minor upstream update, PKGBUILD cleanup, remove a few patches, add a new one

Added:
  stardict/trunk/help-in-destdir.patch
Modified:
  stardict/trunk/PKGBUILD
Deleted:
  stardict/trunk/gtk_gthread_fixes.patch
  stardict/trunk/sigc++.patch
  stardict/trunk/stardict_gcc43.patch

-+
 PKGBUILD|   47 +++---
 gtk_gthread_fixes.patch |   31 ---
 help-in-destdir.patch   |   21 ++
 sigc++.patch|  177 --
 stardict_gcc43.patch|  357 --
 5 files changed, 46 insertions(+), 587 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 20:58:22 UTC (rev 105893)
+++ PKGBUILD2011-01-13 21:44:25 UTC (rev 105894)
@@ -3,33 +3,36 @@
 # Contributor: Neil Lin n...@vip.url.com.tw
 
 pkgname=stardict
-pkgver=3.0.1
-pkgrel=3
-pkgdesc=A powerful international dictionary written in Gtk2.
-arch=(i686 x86_64)
-url=http://stardict.sourceforge.net/;
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='A powerful international dictionary written in Gtk2.'
+arch=('i686' 'x86_64')
+url='http://stardict.sourceforge.net/'
 license=('GPL')
-depends=('enchant' 'gtk2=2.16.1' 'libsigc++2.0' 'libsm')
-makedepends=('intltool' 'popt')
+depends=('enchant' 'gtk2' 'libsigc++' 'libsm')
+makedepends=('intltool' 'popt' 'gnome-doc-utils')
 options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/stardict/$pkgname-$pkgver.tar.bz2
-   stardict_gcc43.patch
-   sigc++.patch)
-md5sums=('93bb2d7825bc9d52a4f9ba4c1c506d1d'
- '25755f13686e22ad28239fa11049f14d'
- '5bf0232225dab4e62a8bd08eb2ec581c')
+source=(http://downloads.sourceforge.net/sourceforge/stardict/$pkgname-$pkgver.tar.bz2;
+'help-in-destdir.patch')
+sha1sums=('301875657cd39b5f25e5933ece22936a28db1230'
+  '2016db86bb10782701c94777ebf67455282ca163')
 
 build()
 {
-   cd $srcdir/$pkgname-$pkgver
+   cd $srcdir/$pkgname-$pkgver
 
-   patch -Np1 -i $srcdir/sigc++.patch || return 1
-   patch -Np1 -i $srcdir/stardict_gcc43.patch || return 1
+   export LDFLAGS=${LDFLAGS// -Wl,--as-needed/}
+   patch -p1 -i ../help-in-destdir.patch
 
-   ./configure PKG_CONFIG=/usr/bin/pkg-config --prefix=/usr 
--sysconfdir=/etc \
---mandir=/usr/share/man --disable-gnome-support 
--disable-schemas-install \
---disable-espeak --disable-gucharmap --disable-festival 
--disable-advertisement \
-   --disable-updateinfo || return 1
-   make || return 1
-   make DESTDIR=$pkgdir install || return 1
+   ./configure PKG_CONFIG=/usr/bin/pkg-config --prefix=/usr \
+   --sysconfdir=/etc --mandir=/usr/share/man \
+   --disable-gnome-support --disable-schemas-install \
+   --disable-espeak --disable-gucharmap \
+   --disable-festival --disable-updateinfo
+   make
 }
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}

Deleted: gtk_gthread_fixes.patch
===
--- gtk_gthread_fixes.patch 2011-01-13 20:58:22 UTC (rev 105893)
+++ gtk_gthread_fixes.patch 2011-01-13 21:44:25 UTC (rev 105894)
@@ -1,31 +0,0 @@
 a/src/prefsdlg.cpp 2007-09-12 23:37:46.0 -0500
-+++ b/src/prefsdlg.cpp 2007-09-12 23:38:54.0 -0500
-@@ -726,7 +726,7 @@
-   GtkWidget *vbox1 = gtk_vbox_new(false, 6);
-   gtk_box_pack_start(GTK_BOX(vbox),vbox1,false,false, 0);
- 
--  GtkWidget *check_button;
-+  GtkWidget *check_button, *label;
-   check_button = gtk_check_button_new_with_mnemonic(_(_Enable sound 
event.));
-   bool enable=
-   conf-get_bool_at(dictionary/enable_sound_event);
-@@ -748,7 +748,7 @@
-   gtk_box_pack_start(GTK_BOX(vbox1), hbox2, FALSE, FALSE, 0);
- #endif
- 
--  GtkWidget *label = gtk_label_new(_(RealPeopleTTS search path:));
-+  label = gtk_label_new(_(RealPeopleTTS search path:));
-   gtk_misc_set_alignment(GTK_MISC(label), 0, .5);
-   gtk_box_pack_start(GTK_BOX(vbox1),label,false,false,0);
-   tts_textview = gtk_text_view_new();
 a/configure.in 2007-09-12 23:52:01.0 -0500
-+++ b/configure.in 2007-09-12 23:52:33.0 -0500
-@@ -192,7 +192,7 @@
- elif test x${enable_maemo_support} = xyes ; then
-   DEP_MODULES=gtk+-2.0 = 2.6 gconf-2.0 = 2.6 hildon-libs = 0.12
- elif test x${enable_gnome_support} = xno ; then
--  DEP_MODULES=gtk+-2.0 = 2.6
-+  DEP_MODULES=gtk+-2.0 = 2.6 gthread-2.0
- else
-   DEP_MODULES=libgnomeui-2.0 = 2.2.0
- fi

Added: help-in-destdir.patch
===
--- help-in-destdir.patch   (rev 0)
+++ help-in-destdir.patch   2011-01-13 21:44:25 UTC (rev 105894)
@@ -0,0 +1,21 @@
+diff -aur old/help/Makefile.in new/help/Makefile.in
+--- 

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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 16:45:01
  Author: bisson
Revision: 105895

archrelease: remove extra-i686

Deleted:
  stardict/repos/extra-i686/



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 16:45:18
  Author: bisson
Revision: 105896

archrelease: copy trunk to extra-i686

Added:
  stardict/repos/extra-i686/



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

2011-01-13 Thread Gaetan Bisson
Date: Thursday, January 13, 2011 @ 16:46:11
  Author: bisson
Revision: 105898

archrelease: copy trunk to extra-x86_64

Added:
  stardict/repos/extra-x86_64/



[arch-commits] Commit in icedtea-web/trunk (PKGBUILD fix-man-location.patch)

2011-01-13 Thread Ionut Biru
Date: Thursday, January 13, 2011 @ 16:48:52
  Author: ibiru
Revision: 105899

split build into plugin and doc, fix man location

Added:
  icedtea-web/trunk/fix-man-location.patch
Modified:
  icedtea-web/trunk/PKGBUILD

+
 PKGBUILD   |   32 ++--
 fix-man-location.patch |   14 ++
 2 files changed, 36 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 21:46:11 UTC (rev 105898)
+++ PKGBUILD2011-01-13 21:48:52 UTC (rev 105899)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=icedtea-web
+pkgbase=icedtea-web
+pkgname=('icedtea-web' 'icedtea-web-doc')
 pkgver=0.9.hg20110107
 pkgrel=1
 pkgdesc=provides a Free Software web browser plugin running applets written 
in the Java programming language and an implementation of Java Web Start, 
originally based on the NetX project
@@ -22,9 +22,11 @@
 source=(#$pkgname-$pkgver.tar.gz
# latest snapshot from 1.0 release branch
# see 
http://icedtea.classpath.org/hg/release/icedtea-web-1.0/rev/b3647620fa41 for 
state
-   
http://icedtea.classpath.org/hg/release/icedtea-web-1.0/archive/b3647620fa41.tar.bz2)
+   
http://icedtea.classpath.org/hg/release/icedtea-web-1.0/archive/b3647620fa41.tar.bz2
+fix-man-location.patch)
 noextract=()
-md5sums=('0468c20ad57d1d1f5e5b490956301d8e')
+md5sums=('0468c20ad57d1d1f5e5b490956301d8e'
+ '1608d3141594a272d330db6adb64a572')
 
 build() {
 #  cd $srcdir/$pkgname-$pkgver
@@ -39,18 +41,28 @@
   fi
 
 
-  cd $srcdir/$pkgname-*
+  cd $srcdir/$pkgbase-*
 
+  patch -Np1 -i $srcdir/fix-man-location.patch
+
   ./autogen.sh
-  ./configure --prefix=/usr \
-   --mandir=/usr/share/man \
+  ./configure --prefix=/usr/lib/jvm/java-6-openjdk \
+  --datarootdir=/usr/share
 #  --disable-doc \
 #  --disable-plugin #--help
   make
 }
 
-package() {
+package_icedtea-web() {
 #  cd $srcdir/$pkgname-$pkgver
-  cd $srcdir/$pkgname-*
-  make DESTDIR=$pkgdir/ install-data-local
+  cd $srcdir/$pkgbase-*
+  make DESTDIR=$pkgdir install-exec-local
 }
+
+package_icedtea-web-doc() {
+#  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgbase-*
+  install -m755 -d $pkgdir/usr/lib/jvm/java-6-openjdk/jre/lib
+  make DESTDIR=$pkgdir install-data-local
+}
+

Added: fix-man-location.patch
===
--- fix-man-location.patch  (rev 0)
+++ fix-man-location.patch  2011-01-13 21:48:52 UTC (rev 105899)
@@ -0,0 +1,14 @@
+diff -Nur icedtea-web-1-0-b3647620fa41.orig/Makefile.am 
icedtea-web-1-0-b3647620fa41/Makefile.am
+--- icedtea-web-1-0-b3647620fa41.orig/Makefile.am  2011-01-07 
05:08:41.0 -0800
 icedtea-web-1-0-b3647620fa41/Makefile.am   2011-01-13 13:25:41.170004189 
-0800
+@@ -114,8 +114,8 @@
+   ${INSTALL_PROGRAM} $(NETX_DIR)/launcher/controlpanel/itweb-settings 
$(DESTDIR)$(bindir)
+ 
+ install-data-local:
+-  ${mkinstalldirs} -d $(DESTDIR)$(prefix)/man/man1
+-  ${INSTALL_DATA} $(NETX_SRCDIR)/javaws.1 $(DESTDIR)$(prefix)/man/man1
++  ${mkinstalldirs} -d $(DESTDIR)$(mandir)/man1
++  ${INSTALL_DATA} $(NETX_SRCDIR)/javaws.1 $(DESTDIR)$(mandir)/man1
+   ${INSTALL_DATA} $(NETX_RESOURCE_DIR)/about.jnlp 
$(DESTDIR)$(prefix)/jre/lib
+ if ENABLE_DOCS
+   ${mkinstalldirs} $(DESTDIR)$(htmldir)



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

2011-01-13 Thread Stéphane Gaudreault
Date: Thursday, January 13, 2011 @ 20:41:49
  Author: stephane
Revision: 105900

upgpkg: libmpc 0.8.2-3
bump pkgrel

Modified:
  libmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 21:48:52 UTC (rev 105899)
+++ PKGBUILD2011-01-14 01:41:49 UTC (rev 105900)
@@ -3,7 +3,7 @@
 
 pkgname=libmpc
 pkgver=0.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
 url=http://www.multiprecision.org/;



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

2011-01-13 Thread Stéphane Gaudreault
Date: Thursday, January 13, 2011 @ 20:41:52
  Author: stephane
Revision: 105901

archrelease: remove testing-i686

Deleted:
  libmpc/repos/testing-i686/



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

2011-01-13 Thread Stéphane Gaudreault
Date: Thursday, January 13, 2011 @ 20:41:56
  Author: stephane
Revision: 105902

archrelease: copy trunk to testing-i686

Added:
  libmpc/repos/testing-i686/



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

2011-01-13 Thread Stéphane Gaudreault
Date: Thursday, January 13, 2011 @ 20:41:59
  Author: stephane
Revision: 105903

archrelease: remove testing-x86_64

Deleted:
  libmpc/repos/testing-x86_64/



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

2011-01-13 Thread Stéphane Gaudreault
Date: Thursday, January 13, 2011 @ 20:42:04
  Author: stephane
Revision: 105904

archrelease: copy trunk to testing-x86_64

Added:
  libmpc/repos/testing-x86_64/



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

2011-01-13 Thread Gaetan Bisson
Date: Friday, January 14, 2011 @ 02:50:37
  Author: bisson
Revision: 105905

mistakenly upgraded to 1.5.0 (unstable)

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-14 01:42:04 UTC (rev 105904)
+++ PKGBUILD2011-01-14 07:50:37 UTC (rev 105905)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=meld
-pkgver=1.5.0
-pkgrel=1
+pkgver=1.4.0
+pkgrel=3
 pkgdesc='Visual diff and merge tool'
 arch=('any')
 url='http://meld.sourceforge.net/'
@@ -14,9 +14,11 @@
 optdepends=('pygtksourceview2: syntax highlighting'
 'gnome-python: gnome integration')
 install=meld.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.5/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('35e75eb3f7b89a6a8a71fafa1e9f0049bc9facd18b0a2a2c54d5d911d098c0cd')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.4/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('0edb78d9da2bfe7e630742111eb6d8edc476c8cc91b1f6403d940d072dd75469')
 
+options=('force')
+
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
 make PYTHON=python2 prefix=/usr



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

2011-01-13 Thread Gaetan Bisson
Date: Friday, January 14, 2011 @ 02:50:51
  Author: bisson
Revision: 105906

archrelease: remove extra-any

Deleted:
  meld/repos/extra-any/



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

2011-01-13 Thread Gaetan Bisson
Date: Friday, January 14, 2011 @ 02:51:10
  Author: bisson
Revision: 105907

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/