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

2011-01-06 Thread Pierre Schmitz
Date: Thursday, January 6, 2011 @ 04:31:23
  Author: pierre
Revision: 105094

upgpkg: devtools 0.9.16-1
upstream update

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 07:47:45 UTC (rev 105093)
+++ PKGBUILD2011-01-06 09:31:23 UTC (rev 105094)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=devtools
-pkgver=0.9.15
+pkgver=0.9.16
 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=('fa1603355451e8971e84bb4a7e07a900')
+md5sums=('d5f72681e22c3ba9a89481c46ba2bed9')
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2011-01-06 Thread Pierre Schmitz
Date: Thursday, January 6, 2011 @ 04:31:29
  Author: pierre
Revision: 105095

archrelease: remove extra-any

Deleted:
  devtools/repos/extra-any/



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

2011-01-06 Thread Pierre Schmitz
Date: Thursday, January 6, 2011 @ 04:31:43
  Author: pierre
Revision: 105096

archrelease: copy trunk to extra-any

Added:
  devtools/repos/extra-any/



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 06:44:02
  Author: ibiru
Revision: 105097

upgpkg: bzr 2.2.2-1
update to 2.2.2

Modified:
  bzr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 09:31:43 UTC (rev 105096)
+++ PKGBUILD2011-01-06 11:44:02 UTC (rev 105097)
@@ -1,18 +1,19 @@
 # $Id$
-# Maintainer: Hugo Doria h...@archlinux.org
+# Maintainer :
+# Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=bzr
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.2.2
+pkgrel=1
 pkgdesc=A decentralized revision control system (bazaar)
 arch=('i686' 'x86_64')
 url=http://www.bazaar-vcs.org;
 license=('GPL')
 depends=('python2')
-source=(http://launchpad.net/bzr/2.1/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz
+source=(http://launchpad.net/bzr/2.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz
 unittest-compat.patch
 python2.7-compat.patch)
-md5sums=('834d18558b7f3e0f36e3933f8a177506'
+md5sums=('d1bfa2fd1aad282c423c78d62ebacb21'
  '34f84b51d8d2c3240f367f2e5d310f5a'
  '0f0d8e0d31032cde59565b6c74a37e41')
 
@@ -27,7 +28,6 @@
 
   # bash-completion
   install -D -m644 contrib/bash/bzr ${pkgdir}/etc/bash_completion.d/bzr
-  install -D -m644 contrib/bash/bzr.simple \
-  ${pkgdir}/etc/bash_completion.d/bzr.simple
+  install -D -m644 contrib/bash/bzrbashprompt.sh \
+  ${pkgdir}/etc/bash_completion.d/bzrbashprompt.sh
 }
-



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 06:44:15
  Author: ibiru
Revision: 105098

archrelease: remove extra-i686

Deleted:
  bzr/repos/extra-i686/



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 06:44:28
  Author: ibiru
Revision: 105099

archrelease: copy trunk to extra-i686

Added:
  bzr/repos/extra-i686/



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 06:44:37
  Author: ibiru
Revision: 105100

archrelease: remove extra-x86_64

Deleted:
  bzr/repos/extra-x86_64/



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 06:44:50
  Author: ibiru
Revision: 105101

archrelease: copy trunk to extra-x86_64

Added:
  bzr/repos/extra-x86_64/



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

2011-01-06 Thread Stéphane Gaudreault
Date: Thursday, January 6, 2011 @ 07:04:40
  Author: stephane
Revision: 105102

upgpkg: python2 2.7.1-4
workaround for FS#22322

Modified:
  python2/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 11:44:50 UTC (rev 105101)
+++ PKGBUILD2011-01-06 12:04:40 UTC (rev 105102)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: Allan McRae al...@archlinux.org
+# Contributer: Stéphane Gaudreault steph...@archlinux.org
 # Contributer: Jason Chu ja...@archlinux.org
 
 pkgname=python2
 pkgver=2.7.1
-pkgrel=3
+pkgrel=4
 _pybasever=2.7
 pkgdesc=A high-level scripting language
 arch=('i686' 'x86_64')
@@ -25,6 +26,10 @@
 
   patch -Np1 -i ../python-2.7-db51.diff
 
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i /progname =/s/python/python${_pybasever}/ Python/pythonrun.c
+
   # Enable built-in SQLite3 module to load extensions (fix FS#22122)
   sed -i /SQLITE_OMIT_LOAD_EXTENSION/d setup.py
 



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

2011-01-06 Thread Stéphane Gaudreault
Date: Thursday, January 6, 2011 @ 07:04:54
  Author: stephane
Revision: 105103

archrelease: remove extra-i686

Deleted:
  python2/repos/extra-i686/



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

2011-01-06 Thread Stéphane Gaudreault
Date: Thursday, January 6, 2011 @ 07:04:59
  Author: stephane
Revision: 105104

archrelease: copy trunk to extra-i686

Added:
  python2/repos/extra-i686/



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

2011-01-06 Thread Stéphane Gaudreault
Date: Thursday, January 6, 2011 @ 07:05:17
  Author: stephane
Revision: 105105

archrelease: remove extra-x86_64

Deleted:
  python2/repos/extra-x86_64/



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

2011-01-06 Thread Stéphane Gaudreault
Date: Thursday, January 6, 2011 @ 07:05:20
  Author: stephane
Revision: 105106

archrelease: copy trunk to extra-x86_64

Added:
  python2/repos/extra-x86_64/



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 09:02:19
  Author: ibiru
Revision: 105107

upgpkg: bzr 2.2.2-2
remove PS1 modification. we don't want it

Modified:
  bzr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 12:05:20 UTC (rev 105106)
+++ PKGBUILD2011-01-06 14:02:19 UTC (rev 105107)
@@ -4,7 +4,7 @@
 
 pkgname=bzr
 pkgver=2.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A decentralized revision control system (bazaar)
 arch=('i686' 'x86_64')
 url=http://www.bazaar-vcs.org;
@@ -28,6 +28,4 @@
 
   # bash-completion
   install -D -m644 contrib/bash/bzr ${pkgdir}/etc/bash_completion.d/bzr
-  install -D -m644 contrib/bash/bzrbashprompt.sh \
-  ${pkgdir}/etc/bash_completion.d/bzrbashprompt.sh
 }



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 09:02:32
  Author: ibiru
Revision: 105108

archrelease: remove extra-i686

Deleted:
  bzr/repos/extra-i686/



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 09:02:44
  Author: ibiru
Revision: 105109

archrelease: copy trunk to extra-i686

Added:
  bzr/repos/extra-i686/



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 09:02:52
  Author: ibiru
Revision: 105110

archrelease: remove extra-x86_64

Deleted:
  bzr/repos/extra-x86_64/



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 09:03:06
  Author: ibiru
Revision: 105111

archrelease: copy trunk to extra-x86_64

Added:
  bzr/repos/extra-x86_64/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 10:31:30
  Author: andyrtr
Revision: 105112

upgpkg: hunspell 1.2.14-1
new upstream release

Modified:
  hunspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 14:03:06 UTC (rev 105111)
+++ PKGBUILD2011-01-06 15:31:30 UTC (rev 105112)
@@ -3,7 +3,7 @@
 # Contributor: Hussam Al-Tayeb ht990...@gmail.com
 
 pkgname=hunspell
-pkgver=1.2.12
+pkgver=1.2.14
 pkgrel=1
 pkgdesc=Spell checker and morphological analyzer library and program
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('perl: for ispellaff2myspell')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
-md5sums=('5ef2dc1026660d0ffb7eae7b511aee23')
+md5sums=('c2f289af57a677e6b258f2d18ecb178e')
 
 build() {
   cd $srcdir/hunspell-$pkgver



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 10:31:40
  Author: andyrtr
Revision: 105113

archrelease: remove extra-i686

Deleted:
  hunspell/repos/extra-i686/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 10:31:58
  Author: andyrtr
Revision: 105114

archrelease: copy trunk to extra-i686

Added:
  hunspell/repos/extra-i686/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 10:32:08
  Author: andyrtr
Revision: 105115

archrelease: remove extra-x86_64

Deleted:
  hunspell/repos/extra-x86_64/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 10:32:26
  Author: andyrtr
Revision: 105116

archrelease: copy trunk to extra-x86_64

Added:
  hunspell/repos/extra-x86_64/



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

2011-01-06 Thread Andrea Scarpino
Date: Thursday, January 6, 2011 @ 11:12:22
  Author: andrea
Revision: 105117

upgpkg: avogadro 1.0.1-6
install FindAvogadro.cmake (FS#22340)

Modified:
  avogadro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 15:32:26 UTC (rev 105116)
+++ PKGBUILD2011-01-06 16:12:22 UTC (rev 105117)
@@ -4,7 +4,7 @@
 
 pkgname=avogadro
 pkgver=1.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc=An advanced molecular editor based on Qt
 arch=('i686' 'x86_64')
 url=http://avogadro.openmolecules.net/wiki/Main_Page;
@@ -39,4 +39,7 @@
 package() {
   cd ${srcdir}/build
   make DESTDIR=${pkgdir} install
+
+  install -Dm644 
${srcdir}/${pkgname}-${pkgver}/cmake/modules/FindAvogadro.cmake \
+${pkgdir}/usr/share/cmake-2.8/Modules/FindAvogadro.cmake
 }



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

2011-01-06 Thread Andrea Scarpino
Date: Thursday, January 6, 2011 @ 11:12:30
  Author: andrea
Revision: 105118

archrelease: remove extra-i686

Deleted:
  avogadro/repos/extra-i686/



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

2011-01-06 Thread Andrea Scarpino
Date: Thursday, January 6, 2011 @ 11:12:48
  Author: andrea
Revision: 105119

archrelease: copy trunk to extra-i686

Added:
  avogadro/repos/extra-i686/



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

2011-01-06 Thread Andrea Scarpino
Date: Thursday, January 6, 2011 @ 11:13:52
  Author: andrea
Revision: 105120

archrelease: remove extra-x86_64

Deleted:
  avogadro/repos/extra-x86_64/



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

2011-01-06 Thread Andrea Scarpino
Date: Thursday, January 6, 2011 @ 11:14:09
  Author: andrea
Revision: 105121

archrelease: copy trunk to extra-x86_64

Added:
  avogadro/repos/extra-x86_64/



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

2011-01-06 Thread Angel Velásquez
Date: Thursday, January 6, 2011 @ 11:42:24
  Author: angvp
Revision: 105122

db-move: mythes-es removed by angvp for move to [extra] (any)

Deleted:
  mythes-es/repos/extra-any/



[arch-commits] Commit in mythes-es/repos (extra-any testing-any)

2011-01-06 Thread Angel Velásquez
Date: Thursday, January 6, 2011 @ 11:42:25
  Author: angvp
Revision: 105123

db-move: moved mythes-es from [testing] to [extra] (any)

Added:
  mythes-es/repos/extra-any/
Deleted:
  mythes-es/repos/testing-any/



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 12:19:56
  Author: ibiru
Revision: 105124

upgpkg: anjuta-extras 2.32.1.1-1
update to 2.32.1.1

Modified:
  anjuta-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 16:42:25 UTC (rev 105123)
+++ PKGBUILD2011-01-06 17:19:56 UTC (rev 105124)
@@ -2,7 +2,7 @@
 # Mantainer: Jan de Groot j...@archlinux.org
 
 pkgname=anjuta-extras
-pkgver=2.32.0.0
+pkgver=2.32.1.1
 pkgrel=1
 pkgdesc=Anjuta Integrated Development Environment extra plugins
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://anjuta.sourceforge.net/;
 
source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
 options=('!libtool' '!emptydirs')
-sha256sums=('220fd7cf87de2f8e3de2fcbc01373e25f66b428cf5b2c8a25aa9b4b3527ad620')
+sha256sums=('0461b78eaa11b7a930001024c4db2484863b35f5f52acaa23c568bc6355414a4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 12:20:09
  Author: ibiru
Revision: 105125

archrelease: remove extra-i686

Deleted:
  anjuta-extras/repos/extra-i686/



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 12:20:22
  Author: ibiru
Revision: 105126

archrelease: copy trunk to extra-i686

Added:
  anjuta-extras/repos/extra-i686/



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 12:20:32
  Author: ibiru
Revision: 105127

archrelease: remove extra-x86_64

Deleted:
  anjuta-extras/repos/extra-x86_64/



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

2011-01-06 Thread Ionut Biru
Date: Thursday, January 6, 2011 @ 12:20:45
  Author: ibiru
Revision: 105128

archrelease: copy trunk to extra-x86_64

Added:
  anjuta-extras/repos/extra-x86_64/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 13:00:46
  Author: andyrtr
Revision: 105129

upgpkg: lftp 4.1.2-1
new upstream release

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 17:20:45 UTC (rev 105128)
+++ PKGBUILD2011-01-06 18:00:46 UTC (rev 105129)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=lftp
-pkgver=4.1.1
+pkgver=4.1.2
 pkgrel=1
 pkgdesc=Sophisticated command line based FTP client
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 url=http://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('87717c30869a626cc53817c1c0a585ef')
+md5sums=('03cf7ebb6c89839fb8a6084e438c49b9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 13:00:58
  Author: andyrtr
Revision: 105130

archrelease: remove extra-i686

Deleted:
  lftp/repos/extra-i686/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 13:01:17
  Author: andyrtr
Revision: 105131

archrelease: copy trunk to extra-i686

Added:
  lftp/repos/extra-i686/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 13:01:41
  Author: andyrtr
Revision: 105132

archrelease: remove extra-x86_64

Deleted:
  lftp/repos/extra-x86_64/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 13:02:00
  Author: andyrtr
Revision: 105133

archrelease: copy trunk to extra-x86_64

Added:
  lftp/repos/extra-x86_64/



[arch-commits] Commit in thunar/trunk (PKGBUILD org.freedesktop.udisks.pkla)

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 14:48:45
  Author: andyrtr
Revision: 105134

upgpkg: thunar 1.1.6-3
add dep on udisks; add helpful optional deps; ship udisks permission file

Added:
  thunar/trunk/org.freedesktop.udisks.pkla
Modified:
  thunar/trunk/PKGBUILD

-+
 PKGBUILD|   24 +---
 org.freedesktop.udisks.pkla |7 +++
 2 files changed, 24 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 18:02:00 UTC (rev 105133)
+++ PKGBUILD2011-01-06 19:48:45 UTC (rev 105134)
@@ -4,22 +4,27 @@
 
 pkgname=thunar
 pkgver=1.1.6
-pkgrel=2
-pkgdesc=new modern file manager for Xfce
+pkgrel=3
+pkgdesc=modern file manager for Xfce
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url=http://thunar.xfce.org;
 groups=('xfce4')
 depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev'
- 'gtk2' 'exo=0.5.4' 'libxfce4util=4.7.3' 'libxfce4ui' 'libpng') # 
'fam' - obsolete?
+ 'gtk2' 'exo=0.5.4' 'libxfce4util=4.7.3' 'libxfce4ui' 'libpng' 
'udisks')
 makedepends=('intltool' 'gtk-doc' 'xfce4-panel=4.7.4')
-optdepends=( # 'gamin:   a fam replacement to make thunar monitor changes to 
files on the fly'
+optdepends=('gvfs: for addtional device access'
 'xfce4-panel: for trash applet'
-   'tumbler: for thumbnail previews')
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/1.1/Thunar-${pkgver}.tar.bz2)
-md5sums=('a96fdbc0b3d422f864d50374b5d6be41')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/1.1/Thunar-${pkgver}.tar.bz2
+   org.freedesktop.udisks.pkla)
+md5sums=('a96fdbc0b3d422f864d50374b5d6be41'
+ 'a7ddb5eec02d9a8e91a2997862e73cd8')
 
 build() {
   cd ${srcdir}/Thunar-${pkgver}
@@ -45,4 +50,9 @@
   make DESTDIR=${pkgdir} install
   sed -i 's:x-directory/gnome-default-handler;::' \
 ${pkgdir}/usr/share/applications/Thunar-folder-handler.desktop
+
+  # install udisks permission file
+  install -dm700 ${pkgdir}/etc/polkit-1/localauthority
+  install -dm755 ${pkgdir}/etc/polkit-1/localauthority/50-local.d
+  install -m644 ${srcdir}/org.freedesktop.udisks.pkla 
${pkgdir}/etc/polkit-1/localauthority/50-local.d/
 }

Added: org.freedesktop.udisks.pkla
===
--- org.freedesktop.udisks.pkla (rev 0)
+++ org.freedesktop.udisks.pkla 2011-01-06 19:48:45 UTC (rev 105134)
@@ -0,0 +1,7 @@
+[Local Users]
+#Identity=unix-user: your_username
+Identity=unix-group:storage
+Action=org.freedesktop.udisks.*
+ResultAny=yes
+ResultInactive=no
+ResultActive=yes



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 14:49:20
  Author: andyrtr
Revision: 105135

archrelease: remove testing-i686

Deleted:
  thunar/repos/testing-i686/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 14:49:44
  Author: andyrtr
Revision: 105136

archrelease: copy trunk to testing-i686

Added:
  thunar/repos/testing-i686/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 14:50:19
  Author: andyrtr
Revision: 105137

archrelease: remove testing-x86_64

Deleted:
  thunar/repos/testing-x86_64/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 14:50:39
  Author: andyrtr
Revision: 105138

archrelease: copy trunk to testing-x86_64

Added:
  thunar/repos/testing-x86_64/



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

2011-01-06 Thread Eric Bélanger
Date: Thursday, January 6, 2011 @ 15:28:59
  Author: eric
Revision: 105139

upgpkg: mpg123 1.13.1-1
Upstream update

Modified:
  mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 19:50:39 UTC (rev 105138)
+++ PKGBUILD2011-01-06 20:28:59 UTC (rev 105139)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Hugo Doria h...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
+# Maintainer: Eric Belanger e...@archlinux.org
 
 pkgname=mpg123
-pkgver=1.12.3
+pkgver=1.13.1
 pkgrel=1
 pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3
 arch=('i686' 'x86_64')
@@ -17,8 +17,8 @@
 replaces=('mpg321')
 options=('libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('c1568be2d1715786bd6b1a89ec6fa7ef')
-sha1sums=('5e92d3c918f6095264089f711a9f38a5d2168b31')
+md5sums=('edbbcca96871d2c7357fa96a8b661304')
+sha1sums=('d4d791bec46eef9bd9823d1b1b4e47d1c10b94c6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-01-06 Thread Eric Bélanger
Date: Thursday, January 6, 2011 @ 15:29:08
  Author: eric
Revision: 105140

archrelease: remove extra-i686

Deleted:
  mpg123/repos/extra-i686/



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

2011-01-06 Thread Eric Bélanger
Date: Thursday, January 6, 2011 @ 15:29:17
  Author: eric
Revision: 105141

archrelease: copy trunk to extra-i686

Added:
  mpg123/repos/extra-i686/



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

2011-01-06 Thread Eric Bélanger
Date: Thursday, January 6, 2011 @ 15:29:24
  Author: eric
Revision: 105142

archrelease: remove extra-x86_64

Deleted:
  mpg123/repos/extra-x86_64/



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

2011-01-06 Thread Eric Bélanger
Date: Thursday, January 6, 2011 @ 15:29:33
  Author: eric
Revision: 105143

archrelease: copy trunk to extra-x86_64

Added:
  mpg123/repos/extra-x86_64/



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

2011-01-06 Thread Angel Velásquez
Date: Thursday, January 6, 2011 @ 15:57:13
  Author: angvp
Revision: 105144

upgpkg: htop 0.9-1
Updating to 0.9.1

Modified:
  htop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 20:29:33 UTC (rev 105143)
+++ PKGBUILD2011-01-06 20:57:13 UTC (rev 105144)
@@ -3,27 +3,28 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=htop
-pkgver=0.8.3
+pkgver=0.9
 pkgrel=1
 pkgdesc=Interactive process viewer
 arch=('i686' 'x86_64')
 url=http://htop.sourceforge.net/;
 license=('GPL')
 depends=('ncurses')
+makedepends=('python2')
 options=('!emptydirs')
 source=(http://downloads.sourceforge.net/htop/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5c9f093f9eaddf6e77aa6d54c2116d0c')
-sha1sums=('2a0bf90f160b3d019e26712c94db612d6ff9a429')
+md5sums=('7c5507f35f363f3f40183a2ba3c561f8')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i 's|ncursesw/curses.h|curses.h|' RichString.h RichString.c || 
return 1
+   sed -i 's|ncursesw/curses.h|curses.h|' RichString.h RichString.c 
configure 
+   sed -i 's|python|python2|' scripts/MakeHeader.py
./configure --prefix=/usr --enable-unicode --enable-openvz \
-   --enable-vserver || return 1
-   make || return 1
+   --enable-vserver 
+   make 
 }
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install || return 1
+   make DESTDIR=${pkgdir} install 
 }



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

2011-01-06 Thread Angel Velásquez
Date: Thursday, January 6, 2011 @ 15:57:23
  Author: angvp
Revision: 105145

archrelease: copy trunk to testing-i686

Added:
  htop/repos/testing-i686/



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

2011-01-06 Thread Angel Velásquez
Date: Thursday, January 6, 2011 @ 15:57:30
  Author: angvp
Revision: 105146

archrelease: copy trunk to testing-x86_64

Added:
  htop/repos/testing-x86_64/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 16:11:19
  Author: andyrtr
Revision: 105147

upgpkg: thunar 1.1.6-4
put the udisks config file under backup control

Modified:
  thunar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 20:57:30 UTC (rev 105146)
+++ PKGBUILD2011-01-06 21:11:19 UTC (rev 105147)
@@ -4,7 +4,7 @@
 
 pkgname=thunar
 pkgver=1.1.6
-pkgrel=3
+pkgrel=4
 pkgdesc=modern file manager for Xfce
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
@@ -21,6 +21,7 @@
 'thunar-media-tags-plugin: view/edit id3/ogg tags')
 options=('!libtool')
 install=${pkgname}.install
+backup=('etc/polkit-1/localauthority/50-local.d/org.freedesktop.udisks.pkla')
 
source=(http://archive.xfce.org/src/xfce/${pkgname}/1.1/Thunar-${pkgver}.tar.bz2
org.freedesktop.udisks.pkla)
 md5sums=('a96fdbc0b3d422f864d50374b5d6be41'



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 16:11:57
  Author: andyrtr
Revision: 105148

archrelease: remove testing-i686

Deleted:
  thunar/repos/testing-i686/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 16:12:24
  Author: andyrtr
Revision: 105149

archrelease: copy trunk to testing-i686

Added:
  thunar/repos/testing-i686/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 16:12:59
  Author: andyrtr
Revision: 105150

archrelease: remove testing-x86_64

Deleted:
  thunar/repos/testing-x86_64/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 16:13:19
  Author: andyrtr
Revision: 105151

archrelease: copy trunk to testing-x86_64

Added:
  thunar/repos/testing-x86_64/



[arch-commits] Commit in xfce4-session/trunk (3 files)

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 16:29:10
  Author: andyrtr
Revision: 105152

upgpkg: xfce4-session 4.7.3-2
add deps on upower +consolekit

Modified:
  xfce4-session/trunk/PKGBUILD
  xfce4-session/trunk/org.freedesktop.consolekit.pkla
  xfce4-session/trunk/org.freedesktop.upower.pkla

-+
 PKGBUILD|   10 ++
 org.freedesktop.consolekit.pkla |   24 
 org.freedesktop.upower.pkla |8 
 3 files changed, 30 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 21:13:19 UTC (rev 105151)
+++ PKGBUILD2011-01-06 21:29:10 UTC (rev 105152)
@@ -4,13 +4,15 @@
 
 pkgname=xfce4-session
 pkgver=4.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A session manager for Xfce
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.xfce.org/;
 groups=('xfce4')
-depends=('xfce4-panel' 'libwnck' 'xorg-iceauth' 'hicolor-icon-theme' ) # keep 
xorg-server-utils for https://bugs.archlinux.org/task/21096  'xorg-server-utils'
+ # keep xorg-server-utils for https://bugs.archlinux.org/task/21096  
'xorg-server-utils'
+ # upower and consolekit for reboot/shutdown/hibernate/suspend
+depends=('xfce4-panel' 'libwnck' 'xorg-iceauth' 'upower' 'consolekit' 
'hicolor-icon-theme' )
 makedepends=('pkgconfig' 'intltool')
 optdepends=('fortune-mod: for xfce4-tips')
 replaces=('xfce4-toys')
@@ -22,8 +24,8 @@
org.freedesktop.consolekit.pkla
org.freedesktop.upower.pkla)
 md5sums=('ae6c98b4419cc4b651a7e68c4afdf432'
- '73e8925488386bbf38129ba3b960fce4'
- '75ccbdb1271cb7ff21f8a65e548f409f')
+ '2e2519950d8c591dc9440ed8957a49ed'
+ '5fa270637b5e685f033863d8664795a2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: org.freedesktop.consolekit.pkla
===
--- org.freedesktop.consolekit.pkla 2011-01-06 21:13:19 UTC (rev 105151)
+++ org.freedesktop.consolekit.pkla 2011-01-06 21:29:10 UTC (rev 105152)
@@ -1,15 +1,31 @@
 [Local restart]
-Identity=unix-user:
-#Identity=unix-group:
+#Identity=unix-user: your_username
+Identity=unix-group:power
 Action=org.freedesktop.consolekit.system.restart
 ResultAny=yes
 ResultInactive=no
 ResultActive=yes
 
 [Local shutdown]
-Identity=unix-user:
-#Identity=unix-group:
+#Identity=unix-user: your_username
+Identity=unix-group:power
 Action=org.freedesktop.consolekit.system.stop
 ResultAny=yes
 ResultInactive=no
 ResultActive=yes
+
+[Local restart - multiple]
+#Identity=unix-user: your_username
+Identity=unix-group:power
+Action=org.freedesktop.consolekit.system.restart-multiple-users
+ResultAny=yes
+ResultInactive=no
+ResultActive=yes
+
+[Local shutdown - multiple]
+#Identity=unix-user: your_username
+Identity=unix-group:power
+Action=org.freedesktop.consolekit.system.stop-multiple-users
+ResultAny=yes
+ResultInactive=no
+ResultActive=yes

Modified: org.freedesktop.upower.pkla
===
--- org.freedesktop.upower.pkla 2011-01-06 21:13:19 UTC (rev 105151)
+++ org.freedesktop.upower.pkla 2011-01-06 21:29:10 UTC (rev 105152)
@@ -1,14 +1,14 @@
 [Local hibernate]
-Identity=unix-user:
-#Identity=unix-group:
+#Identity=unix-user: your_username
+Identity=unix-group:power
 Action=org.freedesktop.upower.hibernate
 ResultAny=yes
 ResultInactive=no
 ResultActive=yes
 
 [Local suspend]
-Identity=unix-user:
-#Identity=unix-group:
+#Identity=unix-user: your_username
+Identity=unix-group:power
 Action=org.freedesktop.upower.suspend
 ResultAny=yes
 ResultInactive=no



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 16:29:27
  Author: andyrtr
Revision: 105153

archrelease: remove testing-i686

Deleted:
  xfce4-session/repos/testing-i686/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 16:29:47
  Author: andyrtr
Revision: 105154

archrelease: copy trunk to testing-i686

Added:
  xfce4-session/repos/testing-i686/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 16:30:04
  Author: andyrtr
Revision: 105155

archrelease: remove testing-x86_64

Deleted:
  xfce4-session/repos/testing-x86_64/



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

2011-01-06 Thread andyrtr
Date: Thursday, January 6, 2011 @ 16:30:23
  Author: andyrtr
Revision: 105156

archrelease: copy trunk to testing-x86_64

Added:
  xfce4-session/repos/testing-x86_64/



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

2011-01-06 Thread Tobias Powalowski
Date: Thursday, January 6, 2011 @ 16:31:01
  Author: tpowa
Revision: 105157

add crypto headers

Modified:
  kernel26-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 21:30:23 UTC (rev 105156)
+++ PKGBUILD2011-01-06 21:31:01 UTC (rev 105157)
@@ -191,6 +191,10 @@
   # in reference to:
   # http://bugs.archlinux.org/task/14568
   cp -a include/trace $pkgdir/usr/src/linux-${_kernver}/include/
+  # add headers for crypto modules
+  # in reference to:
+  # http://bugs.archlinux.org/task/22081
+  cp -a include/crypto $pkgdir/usr/src/linux-${_kernver}/include/
   
   # copy in Kconfig files
   for i in `find . -name Kconfig*`; do 



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

2011-01-06 Thread Gaetan Bisson
Date: Thursday, January 6, 2011 @ 16:42:23
  Author: bisson
Revision: 105158

upstream update, minor cosmetic changes

Modified:
  ttf-freefont/trunk/PKGBUILD
  ttf-freefont/trunk/ttf-freefont.install

--+
 PKGBUILD |   10 +-
 ttf-freefont.install |4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 21:31:01 UTC (rev 105157)
+++ PKGBUILD2011-01-06 21:42:23 UTC (rev 105158)
@@ -3,19 +3,19 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=ttf-freefont
-pkgver=20090104
-pkgrel=2
+pkgver=20100919
+pkgrel=1
 pkgdesc=A set of free high-quality TrueType fonts covering the UCS character 
set
 arch=('any')
 url=http://www.nongnu.org/freefont/;
 license=('GPL')
 depends=('fontconfig' 'xorg-font-utils')
 install=ttf-freefont.install
-source=(http://ftp.gnu.org/gnu/freefont/freefont-ttf-$pkgver.tar.gz)
-md5sums=('1128bb17763cde6990eacd5996f7def7')
+source=(http://ftp.gnu.org/gnu/freefont/freefont-ttf-$pkgver.tar.gz;)
+sha1sums=('feb1c3349529bbb769cfe55bc901baa917507407')
 
 build() {
   cd ${srcdir}/freefont-${pkgver}
   install -d $pkgdir/usr/share/fonts/TTF
-  install -m644 *.ttf $pkgdir/usr/share/fonts/TTF/ || return 1
+  install -m644 *.ttf $pkgdir/usr/share/fonts/TTF/
 }

Modified: ttf-freefont.install
===
--- ttf-freefont.install2011-01-06 21:31:01 UTC (rev 105157)
+++ ttf-freefont.install2011-01-06 21:42:23 UTC (rev 105158)
@@ -7,10 +7,10 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  post_install $1
+  post_install
 }
 



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

2011-01-06 Thread Gaetan Bisson
Date: Thursday, January 6, 2011 @ 16:42:48
  Author: bisson
Revision: 105159

archrelease: remove extra-any

Deleted:
  ttf-freefont/repos/extra-any/



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

2011-01-06 Thread Gaetan Bisson
Date: Thursday, January 6, 2011 @ 16:43:03
  Author: bisson
Revision: 105160

archrelease: copy trunk to extra-any

Added:
  ttf-freefont/repos/extra-any/



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

2011-01-06 Thread andyrtr
Date: Friday, January 7, 2011 @ 01:36:34
  Author: andyrtr
Revision: 105161

upgpkg: cups 1.4.6-1
new upstream release

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-06 21:43:03 UTC (rev 105160)
+++ PKGBUILD2011-01-07 06:36:34 UTC (rev 105161)
@@ -3,8 +3,8 @@
 
 pkgbase=cups
 pkgname=('libcups' 'cups')
-pkgver=1.4.5
-pkgrel=2
+pkgver=1.4.6
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.cups.org/;
@@ -14,7 +14,7 @@
cups-avahi.patch
 cups cups.logrotate cups.pam)
 #options=('!emptydirs')
-md5sums=('50729f6fc46ba54223e0eaf5009f3419'
+md5sums=('de8fb5a29c36554925c0c6a6e2c0dae1'
  '8ebd390197501ffd709f0ee546937fd5'
  '5c85b7d8d2ddd02c2c64955cebbf55ea'
  'f861b18f4446c43918c8643dcbbd7f6d'



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

2011-01-06 Thread andyrtr
Date: Friday, January 7, 2011 @ 01:37:08
  Author: andyrtr
Revision: 105162

archrelease: remove extra-i686

Deleted:
  cups/repos/extra-i686/



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

2011-01-06 Thread andyrtr
Date: Friday, January 7, 2011 @ 01:37:26
  Author: andyrtr
Revision: 105163

archrelease: copy trunk to extra-i686

Added:
  cups/repos/extra-i686/



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

2011-01-06 Thread andyrtr
Date: Friday, January 7, 2011 @ 01:38:01
  Author: andyrtr
Revision: 105164

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



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

2011-01-06 Thread andyrtr
Date: Friday, January 7, 2011 @ 01:38:18
  Author: andyrtr
Revision: 105165

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/