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

2012-01-02 Thread Ionut Biru
Date: Monday, January 2, 2012 @ 05:04:53
  Author: ibiru
Revision: 145812

db 5.3.15 rebuild

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 01:45:52 UTC (rev 145811)
+++ PKGBUILD2012-01-02 10:04:53 UTC (rev 145812)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Centralized access to appointments and contacts
 arch=('i686' 'x86_64')
 depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
@@ -11,11 +11,11 @@
 options=('!libtool')
 url=http://www.gnome.org;
 license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
 sha256sums=('2a129b4c9412b8b855ce28bd682e522b3af0309e407f9d900f1d48be649bc76a')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --with-openldap=yes \
   --libexecdir=/usr/lib/evolution-data-server \
@@ -26,6 +26,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in evolution-data-server/repos (4 files)

2012-01-02 Thread Ionut Biru
Date: Monday, January 2, 2012 @ 05:05:49
  Author: ibiru
Revision: 145813

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  evolution-data-server/repos/staging-i686/
  evolution-data-server/repos/staging-i686/PKGBUILD
(from rev 145812, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/staging-x86_64/
  evolution-data-server/repos/staging-x86_64/PKGBUILD
(from rev 145812, evolution-data-server/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: evolution-data-server/repos/staging-i686/PKGBUILD (from rev 145812, 
evolution-data-server/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-02 10:05:49 UTC (rev 145813)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.2.2
+pkgrel=2
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('2a129b4c9412b8b855ce28bd682e522b3af0309e407f9d900f1d48be649bc76a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: evolution-data-server/repos/staging-x86_64/PKGBUILD (from rev 145812, 
evolution-data-server/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-02 10:05:49 UTC (rev 145813)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.2.2
+pkgrel=2
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('2a129b4c9412b8b855ce28bd682e522b3af0309e407f9d900f1d48be649bc76a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-01-02 Thread Ionut Biru
Date: Monday, January 2, 2012 @ 05:15:41
  Author: ibiru
Revision: 145814

db 5.3.15 rebuild

Modified:
  evolution-exchange/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 10:05:49 UTC (rev 145813)
+++ PKGBUILD2012-01-02 10:15:41 UTC (rev 145814)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-exchange
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Ximian Connector Exchange plugin for Evolution
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,11 +12,11 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 install=evolution-exchange.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('d9bebd1ab252e8568409fb1c50ba5a8f0c8236a8abf72ba697c95f9134d4cd9c')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/evolution --disable-static \
   --with-libdb=/usr --with-krb5=/usr
@@ -24,10 +24,10 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-exchange-3.2 ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-exchange-3.2 $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
 }



[arch-commits] Commit in evolution-exchange/repos (6 files)

2012-01-02 Thread Ionut Biru
Date: Monday, January 2, 2012 @ 05:16:37
  Author: ibiru
Revision: 145815

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  evolution-exchange/repos/staging-i686/
  evolution-exchange/repos/staging-i686/PKGBUILD
(from rev 145814, evolution-exchange/trunk/PKGBUILD)
  evolution-exchange/repos/staging-i686/evolution-exchange.install
(from rev 145814, evolution-exchange/trunk/evolution-exchange.install)
  evolution-exchange/repos/staging-x86_64/
  evolution-exchange/repos/staging-x86_64/PKGBUILD
(from rev 145814, evolution-exchange/trunk/PKGBUILD)
  evolution-exchange/repos/staging-x86_64/evolution-exchange.install
(from rev 145814, evolution-exchange/trunk/evolution-exchange.install)

---+
 staging-i686/PKGBUILD |   33 
 staging-i686/evolution-exchange.install   |   17 ++
 staging-x86_64/PKGBUILD   |   33 
 staging-x86_64/evolution-exchange.install |   17 ++
 4 files changed, 100 insertions(+)

Copied: evolution-exchange/repos/staging-i686/PKGBUILD (from rev 145814, 
evolution-exchange/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-02 10:16:37 UTC (rev 145815)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-exchange
+pkgver=3.2.1
+pkgrel=2
+pkgdesc=Ximian Connector Exchange plugin for Evolution
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.ximian.com;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+install=evolution-exchange.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d9bebd1ab252e8568409fb1c50ba5a8f0c8236a8abf72ba697c95f9134d4cd9c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static \
+  --with-libdb=/usr --with-krb5=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-exchange-3.2 $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: evolution-exchange/repos/staging-i686/evolution-exchange.install (from 
rev 145814, evolution-exchange/trunk/evolution-exchange.install)
===
--- staging-i686/evolution-exchange.install (rev 0)
+++ staging-i686/evolution-exchange.install 2012-01-02 10:16:37 UTC (rev 
145815)
@@ -0,0 +1,17 @@
+pkgname=evolution-exchange
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}

Copied: evolution-exchange/repos/staging-x86_64/PKGBUILD (from rev 145814, 
evolution-exchange/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-02 10:16:37 UTC (rev 145815)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-exchange
+pkgver=3.2.1
+pkgrel=2
+pkgdesc=Ximian Connector Exchange plugin for Evolution
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.ximian.com;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+install=evolution-exchange.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d9bebd1ab252e8568409fb1c50ba5a8f0c8236a8abf72ba697c95f9134d4cd9c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static \
+  --with-libdb=/usr --with-krb5=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-exchange-3.2 $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: evolution-exchange/repos/staging-x86_64/evolution-exchange.install 
(from rev 145814, evolution-exchange/trunk/evolution-exchange.install)
===
--- staging-x86_64/evolution-exchange.install   (rev 0)
+++ staging-x86_64/evolution-exchange.install   2012-01-02 

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

2012-01-02 Thread Ionut Biru
Date: Monday, January 2, 2012 @ 05:19:28
  Author: ibiru
Revision: 145816

db 5.3.15 rebuild

Modified:
  evolution-groupwise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 10:16:37 UTC (rev 145815)
+++ PKGBUILD2012-01-02 10:19:28 UTC (rev 145816)
@@ -4,7 +4,7 @@
 
 pkgname=evolution-groupwise
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=GroupWise connector for evolution
 arch=(i686 x86_64)
 url=http://projects.gnome.org/evolution/;



[arch-commits] Commit in evolution-groupwise/repos (4 files)

2012-01-02 Thread Ionut Biru
Date: Monday, January 2, 2012 @ 05:20:33
  Author: ibiru
Revision: 145817

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  evolution-groupwise/repos/staging-i686/
  evolution-groupwise/repos/staging-i686/PKGBUILD
(from rev 145816, evolution-groupwise/trunk/PKGBUILD)
  evolution-groupwise/repos/staging-x86_64/
  evolution-groupwise/repos/staging-x86_64/PKGBUILD
(from rev 145816, evolution-groupwise/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: evolution-groupwise/repos/staging-i686/PKGBUILD (from rev 145816, 
evolution-groupwise/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-02 10:20:33 UTC (rev 145817)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=evolution-groupwise
+pkgver=3.2.1
+pkgrel=2
+pkgdesc=GroupWise connector for evolution
+arch=(i686 x86_64)
+url=http://projects.gnome.org/evolution/;
+license=(LGPL)
+depends=('evolution-data-server' 'gtkhtml4')
+makedepends=(intltool evolution)
+optdepends=('evolution: evolution plugin')
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('3a5a1590b92144e465b09abc0fdaefc6d6bf9a5465d0b07e01171ddfef4aebbf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+

Copied: evolution-groupwise/repos/staging-x86_64/PKGBUILD (from rev 145816, 
evolution-groupwise/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-02 10:20:33 UTC (rev 145817)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=evolution-groupwise
+pkgver=3.2.1
+pkgrel=2
+pkgdesc=GroupWise connector for evolution
+arch=(i686 x86_64)
+url=http://projects.gnome.org/evolution/;
+license=(LGPL)
+depends=('evolution-data-server' 'gtkhtml4')
+makedepends=(intltool evolution)
+optdepends=('evolution: evolution plugin')
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('3a5a1590b92144e465b09abc0fdaefc6d6bf9a5465d0b07e01171ddfef4aebbf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+



[arch-commits] Commit in kdemultimedia/trunk (PKGBUILD fix-kmix-high-cpu.patch)

2012-01-02 Thread Andrea Scarpino
Date: Monday, January 2, 2012 @ 06:12:52
  Author: andrea
Revision: 145818

Fix Kmix high cpu (KDEBUG#288675)

Added:
  kdemultimedia/trunk/fix-kmix-high-cpu.patch
Modified:
  kdemultimedia/trunk/PKGBUILD

-+
 PKGBUILD|   11 +-
 fix-kmix-high-cpu.patch |  195 ++
 2 files changed, 203 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 10:20:33 UTC (rev 145817)
+++ PKGBUILD2012-01-02 11:12:52 UTC (rev 145818)
@@ -11,7 +11,7 @@
  'kdemultimedia-kscd'
  'kdemultimedia-mplayerthumbs')
 pkgver=4.7.95
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -19,11 +19,16 @@
 makedepends=('cmake' 'automoc4' 'kdelibs' 'tunepimp' 'ffmpeg' 'mplayer'
  'pulseaudio' 'libmusicbrainz3')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
-'mplayerthumbs.config')
+'mplayerthumbs.config'
+'fix-kmix-high-cpu.patch')
 sha1sums=('8c56f7bcbfd012492f97a3a827f97d07b7b6b390'
-  'ba016fa2563c14ffcba852c62506b66bfc6ee683')
+  'ba016fa2563c14ffcba852c62506b66bfc6ee683'
+  'd993b72004378aee84de3d410e9b25f91aa88138')
 
 build() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+patch -p0 -i ${srcdir}/fix-kmix-high-cpu.patch
+
 cd ${srcdir}
mkdir build
cd build

Added: fix-kmix-high-cpu.patch
===
--- fix-kmix-high-cpu.patch (rev 0)
+++ fix-kmix-high-cpu.patch 2012-01-02 11:12:52 UTC (rev 145818)
@@ -0,0 +1,195 @@
+Index: kmix/gui/mdwslider.h
+===
+--- kmix/gui/mdwslider.h   (revision 1270927)
 kmix/gui/mdwslider.h   (revision 1270928)
+@@ -56,7 +56,7 @@
+  bool includePlayback, bool includeCapture,
+  bool small, Qt::Orientation,
+  QWidget* parent, ViewBase* view, ProfControl *pctl);
+-~MDWSlider() { }
++virtual ~MDWSlider();
+ 
+ enum LabelType { LT_ALL, LT_FIRST_CAPTURE, LT_NONE };
+ void addActionToPopup( KAction *action );
+Index: kmix/gui/viewbase.cpp
+===
+--- kmix/gui/viewbase.cpp  (revision 1270927)
 kmix/gui/viewbase.cpp  (revision 1270928)
+@@ -128,13 +128,14 @@
+ // allow view to polish itself
+ constructionFinished();
+ 
+-   kDebug()  CONNECT ViewBase count   _mixers.size();
+-  foreach ( Mixer* mixer, _mixers )
+-  {
+-kDebug(67100)  CONNECT ViewBase controlschanged  mixer-id(); 
+-   connect ( mixer, SIGNAL(controlChanged()), this, 
SLOT(refreshVolumeLevels()) );
+-   connect ( mixer, SIGNAL(controlsReconfigured(QString)), this, 
SLOT(controlsReconfigured(QString)) );
+-  }
++// Moved the following up one Level to KMixerWidget
++//   kDebug()  CONNECT ViewBase count   _mixers.size();
++//  foreach ( Mixer* mixer, _mixers )
++//  {
++//kDebug(67100)  CONNECT ViewBase controlschanged  mixer-id();
++//   connect ( mixer, SIGNAL(controlChanged()), this, 
SLOT(refreshVolumeLevels()) );
++//   connect ( mixer, SIGNAL(controlsReconfigured(QString)), this, 
SLOT(controlsReconfigured(QString)) );
++//  }
+ 
+ 
+ }
+@@ -217,10 +218,6 @@
+   setMixSet();
+   kDebug(67100)  ViewBase::controlsReconfigured()   
mixer_ID  : Recreating widgets (mixset contains:   _mixSet-count()  
);
+   createDeviceWidgets();
+-
+-  // We've done the low level stuff our selves but let elements
+-  // above know what has happened so they can reload config etc.
+-  emit redrawMixer(mixer_ID);
+   }
+ }
+ 
+Index: kmix/gui/kmixerwidget.h
+===
+--- kmix/gui/kmixerwidget.h(revision 1270927)
 kmix/gui/kmixerwidget.h(revision 1270928)
+@@ -75,6 +75,10 @@
+void saveConfig( KConfig *config );
+void loadConfig( KConfig *config );
+ 
++  private slots:
++void controlsReconfiguredToplevel(QString mixerId);
++void refreshVolumeLevelsToplevel();
++
+   private:
+Mixer *_mixer;
+QVBoxLayout *m_topLayout; // contains TabWidget
+@@ -82,6 +86,7 @@
+ProfTab* _tab;
+std::vectorViewBase* _views;
+KActionCollection* _actionCollection;  // -- applciations wide action 
collection
++   QWidget* _mainWindow;
+ 
+
+void createLayout(ViewBase::ViewFlags vflags);
+Index: kmix/gui/mixdevicewidget.h
+===
+--- kmix/gui/mixdevicewidget.h (revision 1270927)
 kmix/gui/mixdevicewidget.h (revision 1270928)
+@@ -47,7 +47,7 @@
+ MixDeviceWidget( MixDevice* md,
+  bool small, Qt::Orientation orientation,
+  QWidget* 

[arch-commits] Commit in kdemultimedia/repos (18 files)

2012-01-02 Thread Andrea Scarpino
Date: Monday, January 2, 2012 @ 06:17:44
  Author: andrea
Revision: 145819

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdemultimedia/repos/kde-unstable-i686/PKGBUILD
(from rev 145818, kdemultimedia/trunk/PKGBUILD)
  kdemultimedia/repos/kde-unstable-i686/fix-kmix-high-cpu.patch
(from rev 145818, kdemultimedia/trunk/fix-kmix-high-cpu.patch)
  kdemultimedia/repos/kde-unstable-i686/kdemultimedia-dragonplayer.install
(from rev 145818, kdemultimedia/trunk/kdemultimedia-dragonplayer.install)
  kdemultimedia/repos/kde-unstable-i686/kdemultimedia.install
(from rev 145818, kdemultimedia/trunk/kdemultimedia.install)
  kdemultimedia/repos/kde-unstable-i686/mplayerthumbs.config
(from rev 145818, kdemultimedia/trunk/mplayerthumbs.config)
  kdemultimedia/repos/kde-unstable-x86_64/PKGBUILD
(from rev 145818, kdemultimedia/trunk/PKGBUILD)
  kdemultimedia/repos/kde-unstable-x86_64/fix-kmix-high-cpu.patch
(from rev 145818, kdemultimedia/trunk/fix-kmix-high-cpu.patch)
  kdemultimedia/repos/kde-unstable-x86_64/kdemultimedia-dragonplayer.install
(from rev 145818, kdemultimedia/trunk/kdemultimedia-dragonplayer.install)
  kdemultimedia/repos/kde-unstable-x86_64/kdemultimedia.install
(from rev 145818, kdemultimedia/trunk/kdemultimedia.install)
  kdemultimedia/repos/kde-unstable-x86_64/mplayerthumbs.config
(from rev 145818, kdemultimedia/trunk/mplayerthumbs.config)
Deleted:
  kdemultimedia/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia/repos/kde-unstable-i686/kdemultimedia-dragonplayer.install
  kdemultimedia/repos/kde-unstable-i686/kdemultimedia.install
  kdemultimedia/repos/kde-unstable-i686/mplayerthumbs.config
  kdemultimedia/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia/repos/kde-unstable-x86_64/kdemultimedia-dragonplayer.install
  kdemultimedia/repos/kde-unstable-x86_64/kdemultimedia.install
  kdemultimedia/repos/kde-unstable-x86_64/mplayerthumbs.config

+
 kde-unstable-i686/PKGBUILD |  221 +++
 kde-unstable-i686/fix-kmix-high-cpu.patch  |  195 +
 kde-unstable-i686/kdemultimedia-dragonplayer.install   |   24 -
 kde-unstable-i686/kdemultimedia.install|   22 -
 kde-unstable-i686/mplayerthumbs.config |4 
 kde-unstable-x86_64/PKGBUILD   |  221 +++
 kde-unstable-x86_64/fix-kmix-high-cpu.patch|  195 +
 kde-unstable-x86_64/kdemultimedia-dragonplayer.install |   24 -
 kde-unstable-x86_64/kdemultimedia.install  |   22 -
 kde-unstable-x86_64/mplayerthumbs.config   |4 
 10 files changed, 666 insertions(+), 266 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-01-02 11:12:52 UTC (rev 145818)
+++ kde-unstable-i686/PKGBUILD  2012-01-02 11:17:44 UTC (rev 145819)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdemultimedia
-pkgname=('kdemultimedia-dragonplayer'
- 'kdemultimedia-ffmpegthumbs'
- 'kdemultimedia-juk'
- 'kdemultimedia-kioslave'
- 'kdemultimedia-kmix'
- 'kdemultimedia-kscd'
- 'kdemultimedia-mplayerthumbs')
-pkgver=4.7.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-makedepends=('cmake' 'automoc4' 'kdelibs' 'tunepimp' 'ffmpeg' 'mplayer'
- 'pulseaudio' 'libmusicbrainz3')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
-'mplayerthumbs.config')
-sha1sums=('8c56f7bcbfd012492f97a3a827f97d07b7b6b390'
-  'ba016fa2563c14ffcba852c62506b66bfc6ee683')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdemultimedia-dragonplayer() {
-   pkgdesc='Video Player'
-   depends=('kdebase-runtime')
-   url=http://kde.org/applications/multimedia/dragonplayer/;
-   install='kdemultimedia-dragonplayer.install'
-   cd $srcdir/build/dragonplayer
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/dragonplayer
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-ffmpegthumbs() {
-   pkgdesc='Video Files (ffmpegthumbs)'
-   depends=('kdebase-runtime' 'ffmpeg')
-   install='kdemultimedia.install'
-   cd $srcdir/build/ffmpegthumbs
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-juk() {
-   pkgdesc='Music Player'
-   depends=('kdebase-runtime' 'tunepimp')
-   url=http://kde.org/applications/multimedia/juk;
-   install='kdemultimedia.install'
-   cd 

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

2012-01-02 Thread Andrea Scarpino
Date: Monday, January 2, 2012 @ 06:28:51
  Author: andrea
Revision: 145820

upgpkg: redland 1:1.0.15-3

db rebuild

Modified:
  redland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 11:17:44 UTC (rev 145819)
+++ PKGBUILD2012-01-02 11:28:51 UTC (rev 145820)
@@ -6,11 +6,11 @@
 epoch=1
 pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 'redland-storage-sqlite')
 pkgver=1.0.15
-pkgrel=2
+pkgrel=3
 url=http://librdf.org/;
 license=(GPL)
 arch=('i686' 'x86_64')
-makedepends=('rasqal=0.9.26' 'raptor=2.0.6' 'db=5.2' 'postgresql-libs' 
'libmysqlclient' 'unixodbc' 'sqlite3')
+makedepends=('rasqal=0.9.28' 'raptor=2.0.6' 'db=5.3' 'postgresql-libs' 
'libmysqlclient' 'unixodbc' 'sqlite3')
 options=('!libtool')
 source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc}
 rpath.diff)



[arch-commits] Commit in redland/repos (6 files)

2012-01-02 Thread Andrea Scarpino
Date: Monday, January 2, 2012 @ 06:29:29
  Author: andrea
Revision: 145821

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  redland/repos/staging-i686/
  redland/repos/staging-i686/PKGBUILD
(from rev 145820, redland/trunk/PKGBUILD)
  redland/repos/staging-i686/rpath.diff
(from rev 145820, redland/trunk/rpath.diff)
  redland/repos/staging-x86_64/
  redland/repos/staging-x86_64/PKGBUILD
(from rev 145820, redland/trunk/PKGBUILD)
  redland/repos/staging-x86_64/rpath.diff
(from rev 145820, redland/trunk/rpath.diff)

---+
 staging-i686/PKGBUILD |   79 
 staging-i686/rpath.diff   |   11 ++
 staging-x86_64/PKGBUILD   |   79 
 staging-x86_64/rpath.diff |   11 ++
 4 files changed, 180 insertions(+)

Copied: redland/repos/staging-i686/PKGBUILD (from rev 145820, 
redland/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-02 11:29:29 UTC (rev 145821)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Francois Charette francois.archlinux.org 
+
+pkgbase=redland
+epoch=1
+pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 'redland-storage-sqlite')
+pkgver=1.0.15
+pkgrel=3
+url=http://librdf.org/;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('rasqal=0.9.28' 'raptor=2.0.6' 'db=5.3' 'postgresql-libs' 
'libmysqlclient' 'unixodbc' 'sqlite3')
+options=('!libtool')
+source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc}
+rpath.diff)
+sha1sums=('e93d6fafaeebdf9f15a1044be6f4a88270f007af'
+  '3aeef38a7247ae33db6a0a19511ef4132240164b'
+  'f5db05c925b6bcd6402d5abd75c648b137f069c7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-release \
+   --disable-static \
+   --with-raptor=system \
+   --with-rasqal=system \
+   --with-sqlite=3
+
+  # nuke rpath
+  patch -Np0 -i ${srcdir}/rpath.diff
+
+  make
+}
+
+package_redland() {
+ pkgdesc=Library that provides a high-level interface to RDF data
+ depends=('rasqal=0.9.26' 'raptor=2.0.6' 'libltdl')
+ 
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib/redland
+}
+
+package_redland-storage-mysql() {
+ pkgdesc=MySQL storage support for Redland
+ depends=('redland' 'libmysqlclient')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_mysql.so 
${pkgdir}/usr/lib/redland/librdf_storage_mysql.so
+}
+
+package_redland-storage-postgresql() {
+ pkgdesc=PostgreSQL storage support for Redland
+ depends=('redland' 'postgresql-libs')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_postgresql.so 
${pkgdir}/usr/lib/redland/
+}
+
+package_redland-storage-virtuoso() {
+ pkgdesc=Virtuoso storage support for Redland
+ depends=('redland' 'unixodbc' 'db')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_virtuoso.so 
${pkgdir}/usr/lib/redland/
+}
+
+package_redland-storage-sqlite() {
+ pkgdesc=SQLite storage support for Redland
+ depends=('redland' 'sqlite3' 'db')
+ 
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_sqlite.so ${pkgdir}/usr/lib/redland/
+}

Copied: redland/repos/staging-i686/rpath.diff (from rev 145820, 
redland/trunk/rpath.diff)
===
--- staging-i686/rpath.diff (rev 0)
+++ staging-i686/rpath.diff 2012-01-02 11:29:29 UTC (rev 145821)
@@ -0,0 +1,11 @@
+--- libtool2011-02-20 10:46:47.0 +0100
 libtool.new2011-02-20 10:52:58.285764909 +0100
+@@ -324,7 +324,7 @@
+ 
+ # Flag to hardcode $libdir into a binary during linking.
+ # This must work even if $libdir does not exist
+-hardcode_libdir_flag_spec=\${wl}-rpath \${wl}\$libdir
++hardcode_libdir_flag_spec= 
+ 
+ # If ld is used when linking, flag to hardcode $libdir into a binary
+ # during linking.  This must work even if $libdir does not exist.

Copied: redland/repos/staging-x86_64/PKGBUILD (from rev 145820, 
redland/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-02 11:29:29 UTC (rev 145821)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Francois Charette francois.archlinux.org 
+
+pkgbase=redland
+epoch=1
+pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 

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

2012-01-02 Thread Pierre Schmitz
Date: Monday, January 2, 2012 @ 06:42:18
  Author: pierre
Revision: 145822

upgpkg: apr-util 1.3.12-5

db 5.3 rebuild

Modified:
  apr-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 11:29:29 UTC (rev 145821)
+++ PKGBUILD2012-01-02 11:42:18 UTC (rev 145822)
@@ -4,7 +4,7 @@
 
 pkgname=apr-util
 pkgver=1.3.12
-pkgrel=4
+pkgrel=5
 pkgdesc=The Apache Portable Runtime
 arch=('i686' 'x86_64')
 url=http://apr.apache.org/;



[arch-commits] Commit in apr-util/repos (4 files)

2012-01-02 Thread Pierre Schmitz
Date: Monday, January 2, 2012 @ 06:42:51
  Author: pierre
Revision: 145823

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  apr-util/repos/staging-i686/
  apr-util/repos/staging-i686/PKGBUILD
(from rev 145822, apr-util/trunk/PKGBUILD)
  apr-util/repos/staging-x86_64/
  apr-util/repos/staging-x86_64/PKGBUILD
(from rev 145822, apr-util/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   28 
 staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: apr-util/repos/staging-i686/PKGBUILD (from rev 145822, 
apr-util/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-02 11:42:51 UTC (rev 145823)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apr-util
+pkgver=1.3.12
+pkgrel=5
+pkgdesc=The Apache Portable Runtime
+arch=('i686' 'x86_64')
+url=http://apr.apache.org/;
+depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
+options=('!libtool')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2;)
+md5sums=('0f671b037ca62751a8a7005578085560')
+
+build() {
+  cd ${srcdir}/apr-util-${pkgver}
+  ./configure --prefix=/usr --with-apr=/usr \
+--without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
+--with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+  make
+}
+
+package() {
+  cd ${srcdir}/apr-util-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: apr-util/repos/staging-x86_64/PKGBUILD (from rev 145822, 
apr-util/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-02 11:42:51 UTC (rev 145823)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apr-util
+pkgver=1.3.12
+pkgrel=5
+pkgdesc=The Apache Portable Runtime
+arch=('i686' 'x86_64')
+url=http://apr.apache.org/;
+depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
+options=('!libtool')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2;)
+md5sums=('0f671b037ca62751a8a7005578085560')
+
+build() {
+  cd ${srcdir}/apr-util-${pkgver}
+  ./configure --prefix=/usr --with-apr=/usr \
+--without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
+--with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+  make
+}
+
+package() {
+  cd ${srcdir}/apr-util-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-01-02 Thread Pierre Schmitz
Date: Monday, January 2, 2012 @ 06:51:43
  Author: pierre
Revision: 145824

upgpkg: php 5.3.8-7

db 5.3 rebuild

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 11:42:51 UTC (rev 145823)
+++ PKGBUILD2012-01-02 11:51:43 UTC (rev 145824)
@@ -23,7 +23,7 @@
  'php-xsl')
 pkgver=5.3.8
 _suhosinver=5.3.7-0.9.10
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'



[arch-commits] Commit in php/repos (14 files)

2012-01-02 Thread Pierre Schmitz
Date: Monday, January 2, 2012 @ 06:52:31
  Author: pierre
Revision: 145825

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  php/repos/staging-i686/
  php/repos/staging-i686/PKGBUILD
(from rev 145824, php/trunk/PKGBUILD)
  php/repos/staging-i686/apache.conf
(from rev 145824, php/trunk/apache.conf)
  php/repos/staging-i686/logrotate.d.php-fpm
(from rev 145824, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-i686/php-fpm.conf.in.patch
(from rev 145824, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-i686/php.ini.patch
(from rev 145824, php/trunk/php.ini.patch)
  php/repos/staging-i686/rc.d.php-fpm
(from rev 145824, php/trunk/rc.d.php-fpm)
  php/repos/staging-x86_64/
  php/repos/staging-x86_64/PKGBUILD
(from rev 145824, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 145824, php/trunk/apache.conf)
  php/repos/staging-x86_64/logrotate.d.php-fpm
(from rev 145824, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-x86_64/php-fpm.conf.in.patch
(from rev 145824, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-x86_64/php.ini.patch
(from rev 145824, php/trunk/php.ini.patch)
  php/repos/staging-x86_64/rc.d.php-fpm
(from rev 145824, php/trunk/rc.d.php-fpm)

--+
 staging-i686/PKGBUILD|  365 +
 staging-i686/apache.conf |   13 +
 staging-i686/logrotate.d.php-fpm |6 
 staging-i686/php-fpm.conf.in.patch   |   80 +++
 staging-i686/php.ini.patch   |  126 +++
 staging-i686/rc.d.php-fpm|  158 ++
 staging-x86_64/PKGBUILD  |  365 +
 staging-x86_64/apache.conf   |   13 +
 staging-x86_64/logrotate.d.php-fpm   |6 
 staging-x86_64/php-fpm.conf.in.patch |   80 +++
 staging-x86_64/php.ini.patch |  126 +++
 staging-x86_64/rc.d.php-fpm  |  158 ++
 12 files changed, 1496 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 145824:145825 to see the changes.


[arch-commits] Commit in zsh/trunk (PKGBUILD svn-1.7.patch)

2012-01-02 Thread Pierre Schmitz
Date: Monday, January 2, 2012 @ 07:42:51
  Author: pierre
Revision: 145826

Fix support for svn 1.7

See 
http://zsh.git.sourceforge.net/git/gitweb.cgi?p=zsh/zsh;a=commitdiff;h=ee03cac7fea67062eff3340b018b8d38c35f6a95

Added:
  zsh/trunk/svn-1.7.patch
Modified:
  zsh/trunk/PKGBUILD

---+
 PKGBUILD  |8 +---
 svn-1.7.patch |   34 ++
 2 files changed, 39 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 11:52:31 UTC (rev 145825)
+++ PKGBUILD2012-01-02 12:42:51 UTC (rev 145826)
@@ -3,7 +3,7 @@
 
 pkgname=zsh
 pkgver=4.3.15
-pkgrel=1
+pkgrel=2
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -11,13 +11,15 @@
 depends=('pcre' 'libcap' 'gdbm')
 install=zsh.install
 source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
-'zprofile')
+'zprofile' 'svn-1.7.patch')
 backup=('etc/zsh/zprofile')
 md5sums=('11766b0dd674a513810903cd33ffcac4'
- '24a9335edf77252a7b5f52e079f7aef7')
+ '24a9335edf77252a7b5f52e079f7aef7'
+ '4fcbc119fdb624a8c483a278f3a82efd')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ${srcdir}/svn-1.7.patch
# FS#16360
sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
 Doc/zsh.texi \

Added: svn-1.7.patch
===
--- svn-1.7.patch   (rev 0)
+++ svn-1.7.patch   2012-01-02 12:42:51 UTC (rev 145826)
@@ -0,0 +1,34 @@
+diff --git a/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn 
b/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
+index b1cb730..41cc3e7 100644
+--- a/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
 b/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
+@@ -6,12 +6,28 @@
+ 
+ setopt localoptions noksharrays extendedglob NO_shwordsplit
+ local svnbase svnbranch a b rrn
++local -i rc
+ local -A svninfo parentinfo
+ local -xA hook_com
+ 
+ svnbase=.;
+ svninfo=()
+-${vcs_comm[cmd]} info --non-interactive | while IFS=: read a b; do 
svninfo[${a// /_}]=${b## #}; done
++# Unfortunately, `$pipestatus' is broken currently. Until that problem is
++# resolved, here is a workaround that will get things done, without using it.
++# Clumsily, but that's life.
++local -a dat
++dat=( ${(f)$(${vcs_comm[cmd]} info --non-interactive 21)} )
++rc=$?
++(( rc != 0 ))  return 1
++# The following line is the real code, the following is the workaround.
++#${vcs_comm[cmd]} info --non-interactive \
++print -l ${dat[@]} \
++| while IFS=: read a b; do
++svninfo[${a// /_}]=${b## #}
++done
++#rc=${pipestatus[1]}
++#(( rc != 0 ))  return 1
++
+ while [[ -d ${svnbase}/../.svn ]]; do
+ parentinfo=()
+ ${vcs_comm[cmd]} info --non-interactive ${svnbase}/.. | while IFS=: 
read a b; do parentinfo[${a// /_}]=${b## #}; done



[arch-commits] Commit in zsh/repos (14 files)

2012-01-02 Thread Pierre Schmitz
Date: Monday, January 2, 2012 @ 07:43:36
  Author: pierre
Revision: 145827

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  zsh/repos/extra-i686/PKGBUILD
(from rev 145826, zsh/trunk/PKGBUILD)
  zsh/repos/extra-i686/svn-1.7.patch
(from rev 145826, zsh/trunk/svn-1.7.patch)
  zsh/repos/extra-i686/zprofile
(from rev 145826, zsh/trunk/zprofile)
  zsh/repos/extra-i686/zsh.install
(from rev 145826, zsh/trunk/zsh.install)
  zsh/repos/extra-x86_64/PKGBUILD
(from rev 145826, zsh/trunk/PKGBUILD)
  zsh/repos/extra-x86_64/svn-1.7.patch
(from rev 145826, zsh/trunk/svn-1.7.patch)
  zsh/repos/extra-x86_64/zprofile
(from rev 145826, zsh/trunk/zprofile)
  zsh/repos/extra-x86_64/zsh.install
(from rev 145826, zsh/trunk/zsh.install)
Deleted:
  zsh/repos/extra-i686/PKGBUILD
  zsh/repos/extra-i686/zprofile
  zsh/repos/extra-i686/zsh.install
  zsh/repos/extra-x86_64/PKGBUILD
  zsh/repos/extra-x86_64/zprofile
  zsh/repos/extra-x86_64/zsh.install

+
 extra-i686/PKGBUILD|  120 +--
 extra-i686/svn-1.7.patch   |   34 
 extra-i686/zprofile|2 
 extra-i686/zsh.install |   22 +++
 extra-x86_64/PKGBUILD  |  120 +--
 extra-x86_64/svn-1.7.patch |   34 
 extra-x86_64/zprofile  |2 
 extra-x86_64/zsh.install   |   22 +++
 8 files changed, 214 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-02 12:42:51 UTC (rev 145826)
+++ extra-i686/PKGBUILD 2012-01-02 12:43:36 UTC (rev 145827)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=zsh
-pkgver=4.3.15
-pkgrel=1
-pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
-arch=('i686' 'x86_64')
-url='http://www.zsh.org/'
-license=('custom')
-depends=('pcre' 'libcap' 'gdbm')
-install=zsh.install
-source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
-'zprofile')
-backup=('etc/zsh/zprofile')
-md5sums=('11766b0dd674a513810903cd33ffcac4'
- '24a9335edf77252a7b5f52e079f7aef7')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   # FS#16360
-   sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
-Doc/zsh.texi \
-Completion/Unix/Type/_services \
-Completion/Unix/Command/_init_d
-   ./configure --prefix=/usr \
-   --bindir=/bin \
-   --enable-etcdir=/etc/zsh \
-   --enable-zshenv=/etc/zsh/zshenv \
-   --enable-zlogin=/etc/zsh/zlogin \
-   --enable-zlogout=/etc/zsh/zlogout \
-   --enable-zprofile=/etc/zsh/zprofile \
-   --enable-zshrc=/etc/zsh/zshrc \
-   --enable-maildir-support \
-   --with-term-lib='ncursesw' \
-   --enable-multibyte \
-   --enable-function-subdirs \
-   --enable-fndir=/usr/share/zsh/functions \
-   --enable-scriptdir=/usr/share/zsh/scripts \
-   --with-tcsetpgrp \
-   --enable-pcre \
-   --enable-cap \
-   --enable-zsh-secure-free
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   # This test wont work with the noatime mount option
-   rm Test/C02cond.ztst
-   HOME=${srcdir} make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir}/ install
-   install -D -m644 ${srcdir}/zprofile ${pkgdir}/etc/zsh/zprofile
-   install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: zsh/repos/extra-i686/PKGBUILD (from rev 145826, zsh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-02 12:43:36 UTC (rev 145827)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=zsh
+pkgver=4.3.15
+pkgrel=2
+pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
+arch=('i686' 'x86_64')
+url='http://www.zsh.org/'
+license=('custom')
+depends=('pcre' 'libcap' 'gdbm')
+install=zsh.install
+source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
+'zprofile' 'svn-1.7.patch')
+backup=('etc/zsh/zprofile')
+md5sums=('11766b0dd674a513810903cd33ffcac4'
+ '24a9335edf77252a7b5f52e079f7aef7'
+ '4fcbc119fdb624a8c483a278f3a82efd')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ${srcdir}/svn-1.7.patch
+   # FS#16360
+   sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
+Doc/zsh.texi \
+Completion/Unix/Type/_services \
+Completion/Unix/Command/_init_d
+   ./configure 

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

2012-01-02 Thread Gaetan Bisson
Date: Monday, January 2, 2012 @ 08:33:12
  Author: bisson
Revision: 145828

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 12:43:36 UTC (rev 145827)
+++ PKGBUILD2012-01-02 13:33:12 UTC (rev 145828)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=feh
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
@@ -15,7 +15,7 @@
 optdepends=('perl: feh-cam, webcam wrapper for feh')
 makedepends=('libxt')
 source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a5964122bf2ee2675eb9423dea7839410806fee9')
+sha1sums=('655db5f558cdb268ff55cb088994d78331bd39aa')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in feh/repos (4 files)

2012-01-02 Thread Gaetan Bisson
Date: Monday, January 2, 2012 @ 08:33:45
  Author: bisson
Revision: 145829

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  feh/repos/extra-i686/PKGBUILD
(from rev 145828, feh/trunk/PKGBUILD)
  feh/repos/extra-x86_64/PKGBUILD
(from rev 145828, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-i686/PKGBUILD
  feh/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   58 
 extra-x86_64/PKGBUILD |   58 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-02 13:33:12 UTC (rev 145828)
+++ extra-i686/PKGBUILD 2012-01-02 13:33:45 UTC (rev 145829)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=feh
-pkgver=2.1
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('giblib' 'curl' 'libxinerama')
-optdepends=('perl: feh-cam, webcam wrapper for feh')
-makedepends=('libxt')
-source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a5964122bf2ee2675eb9423dea7839410806fee9')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 145828, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-02 13:33:45 UTC (rev 145829)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=feh
+pkgver=2.2
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('giblib' 'curl' 'libxinerama')
+optdepends=('perl: feh-cam, webcam wrapper for feh')
+makedepends=('libxt')
+source=(${url}${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('655db5f558cdb268ff55cb088994d78331bd39aa')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-02 13:33:12 UTC (rev 145828)
+++ extra-x86_64/PKGBUILD   2012-01-02 13:33:45 UTC (rev 145829)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=feh
-pkgver=2.1
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('giblib' 'curl' 'libxinerama')
-optdepends=('perl: feh-cam, webcam wrapper for feh')
-makedepends=('libxt')
-source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a5964122bf2ee2675eb9423dea7839410806fee9')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 145828, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-02 13:33:45 UTC (rev 145829)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=feh
+pkgver=2.2
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('giblib' 'curl' 'libxinerama')
+optdepends=('perl: feh-cam, webcam wrapper for feh')
+makedepends=('libxt')
+source=(${url}${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('655db5f558cdb268ff55cb088994d78331bd39aa')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make 

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

2012-01-02 Thread Dave Reisner
Date: Monday, January 2, 2012 @ 14:21:26
  Author: dreisner
Revision: 145830

upgpkg: libarchive 3.0.2-1

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 13:33:45 UTC (rev 145829)
+++ PKGBUILD2012-01-02 19:21:26 UTC (rev 145830)
@@ -1,33 +1,31 @@
 # $Id$
 # Maintainer: Dan McGee d...@archlinux.org
 pkgname=libarchive
-pkgver=2.8.5
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
 pkgdesc=library that can create and read several streaming archive formats
 arch=('i686' 'x86_64')
 url=http://libarchive.googlecode.com/;
 license=('BSD')
 depends=('zlib' 'bzip2' 'xz=5.0.0' 'acl' 'openssl=1.0.0' 'expat')
-source=(http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz;
-release-2.8-fixes.patch)
-md5sums=('9caf51dcf6213e9c9f5a1c27448b9c90'
- '14dbbf2d31d68d8eedb93ec5531f3b0c')
-sha256sums=('13993e0ffbd121ccda46ea226b1f8eac218de0fa8da7d8b1f998093d5c32a72d'
-'fcadc5ac3020a9fab5922d343baca28f067cc051e9b6f59e480349ba5b0a5060')
+source=(http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz;)
+md5sums=('4df33cb107c9702c80473e0794ddf833')
+sha256sums=('b27a10182f4fc3f69d01419a59ddb16fccf5df8c4b166008c04f41905e29fd74')
 
 # keep an upgrade path for older installations
 PKGEXT='.pkg.tar.gz'
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np0  ../release-2.8-fixes.patch
   ./configure --prefix=/usr --without-xml2
   make
 }
 
 check() {
   cd $srcdir/$pkgname-$pkgver
-  make check
+
+  # currently fails in a minor test involving atime updates (#60)
+  make check || :
 }
 
 package() {



[arch-commits] Commit in libarchive/repos (6 files)

2012-01-02 Thread Dave Reisner
Date: Monday, January 2, 2012 @ 14:21:38
  Author: dreisner
Revision: 145831

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libarchive/repos/staging-i686/
  libarchive/repos/staging-i686/PKGBUILD
(from rev 145830, libarchive/trunk/PKGBUILD)
  libarchive/repos/staging-i686/release-2.8-fixes.patch
(from rev 145830, libarchive/trunk/release-2.8-fixes.patch)
  libarchive/repos/staging-x86_64/
  libarchive/repos/staging-x86_64/PKGBUILD
(from rev 145830, libarchive/trunk/PKGBUILD)
  libarchive/repos/staging-x86_64/release-2.8-fixes.patch
(from rev 145830, libarchive/trunk/release-2.8-fixes.patch)

+
 staging-i686/PKGBUILD  |   36 
 staging-i686/release-2.8-fixes.patch   |  234 +++
 staging-x86_64/PKGBUILD|   36 
 staging-x86_64/release-2.8-fixes.patch |  234 +++
 4 files changed, 540 insertions(+)

Copied: libarchive/repos/staging-i686/PKGBUILD (from rev 145830, 
libarchive/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-02 19:21:38 UTC (rev 145831)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+pkgname=libarchive
+pkgver=3.0.2
+pkgrel=1
+pkgdesc=library that can create and read several streaming archive formats
+arch=('i686' 'x86_64')
+url=http://libarchive.googlecode.com/;
+license=('BSD')
+depends=('zlib' 'bzip2' 'xz=5.0.0' 'acl' 'openssl=1.0.0' 'expat')
+source=(http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz;)
+md5sums=('4df33cb107c9702c80473e0794ddf833')
+sha256sums=('b27a10182f4fc3f69d01419a59ddb16fccf5df8c4b166008c04f41905e29fd74')
+
+# keep an upgrade path for older installations
+PKGEXT='.pkg.tar.gz'
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --without-xml2
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # currently fails in a minor test involving atime updates (#60)
+  make check || :
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/libarchive/COPYING
+}

Copied: libarchive/repos/staging-i686/release-2.8-fixes.patch (from rev 145830, 
libarchive/trunk/release-2.8-fixes.patch)
===
--- staging-i686/release-2.8-fixes.patch(rev 0)
+++ staging-i686/release-2.8-fixes.patch2012-01-02 19:21:38 UTC (rev 
145831)
@@ -0,0 +1,234 @@
+Index: build/cmake/config.h.in
+===
+--- build/cmake/config.h.in(revision 3670)
 build/cmake/config.h.in(revision 3737)
+@@ -1,5 +1,8 @@
+ /* config.h.  Generated from config.h.cmake by cmake configure */
+ 
++/* Define ZLIB_WINAPI if zlib was built on Visual Studio. */
++#cmakedefine ZLIB_WINAPI 1
++
+ /* MD5 via ARCHIVE_HASH_MD5_LIBC supported. */
+ #cmakedefine ARCHIVE_HASH_MD5_LIBC
+ 
+Index: libarchive/archive_read_support_format_all.c
+===
+--- libarchive/archive_read_support_format_all.c   (revision 3670)
 libarchive/archive_read_support_format_all.c   (revision 3737)
+@@ -1,5 +1,5 @@
+ /*-
+- * Copyright (c) 2003-2007 Tim Kientzle
++ * Copyright (c) 2003-2011 Tim Kientzle
+  * All rights reserved.
+  *
+  * Redistribution and use in source and binary forms, with or without
+@@ -39,5 +39,13 @@
+   archive_read_support_format_tar(a);
+   archive_read_support_format_xar(a);
+   archive_read_support_format_zip(a);
++
++  /* Note: We always return ARCHIVE_OK here, even if some of the
++   * above return ARCHIVE_WARN.  The intent here is to enable
++   * as much as possible.  Clients who need specific
++   * compression should enable those individually so they can
++   * verify the level of support. */
++  /* Clear any warning messages set by the above functions. */
++  archive_clear_error(a);
+   return (ARCHIVE_OK);
+ }
+Index: libarchive/archive_write_disk.c
+===
+--- libarchive/archive_write_disk.c(revision 3670)
 libarchive/archive_write_disk.c(revision 3737)
+@@ -1513,6 +1513,22 @@
+ }
+ 
+ #if defined(_WIN32) || defined(__CYGWIN__)
++static int
++guidword(const char *p, int n)
++{
++  int i;
++
++  for (i = 0; i  n; i++) {
++  if ((*p = '0'  *p = '9') ||
++  (*p = 'a'  *p = 'f') ||
++  (*p = 'A'  *p = 'F'))
++  p++;
++  else
++  return (-1);
++  }
++  return (0);
++}
++
+ /*
+  * 1. Convert a path separator from '\' to '/' .
+  *We shouldn't check multi-byte character directly because some
+@@ -1521,26 +1537,92 

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

2012-01-02 Thread Dave Reisner
Date: Monday, January 2, 2012 @ 14:33:46
  Author: dreisner
Revision: 145832

upgpkg: pacman 4.0.1-2

- rebuild for libarchive soname bump

Modified:
  pacman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 19:21:38 UTC (rev 145831)
+++ PKGBUILD2012-01-02 19:33:46 UTC (rev 145832)
@@ -5,7 +5,7 @@
 
 pkgname=pacman
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A library-based package manager with dependency support
 arch=('i686' 'x86_64')
 url=http://www.archlinux.org/pacman/;



[arch-commits] Commit in pacman/repos (12 files)

2012-01-02 Thread Dave Reisner
Date: Monday, January 2, 2012 @ 14:34:07
  Author: dreisner
Revision: 145833

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  pacman/repos/staging-i686/
  pacman/repos/staging-i686/PKGBUILD
(from rev 145832, pacman/trunk/PKGBUILD)
  pacman/repos/staging-i686/makepkg.conf
(from rev 145832, pacman/trunk/makepkg.conf)
  pacman/repos/staging-i686/pacman.conf
(from rev 145832, pacman/trunk/pacman.conf)
  pacman/repos/staging-i686/pacman.conf.x86_64
(from rev 145832, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/staging-i686/pacman.install
(from rev 145832, pacman/trunk/pacman.install)
  pacman/repos/staging-x86_64/
  pacman/repos/staging-x86_64/PKGBUILD
(from rev 145832, pacman/trunk/PKGBUILD)
  pacman/repos/staging-x86_64/makepkg.conf
(from rev 145832, pacman/trunk/makepkg.conf)
  pacman/repos/staging-x86_64/pacman.conf
(from rev 145832, pacman/trunk/pacman.conf)
  pacman/repos/staging-x86_64/pacman.conf.x86_64
(from rev 145832, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/staging-x86_64/pacman.install
(from rev 145832, pacman/trunk/pacman.install)

---+
 staging-i686/PKGBUILD |   72 +
 staging-i686/makepkg.conf |  121 
 staging-i686/pacman.conf  |   94 +++
 staging-i686/pacman.conf.x86_64   |  103 ++
 staging-i686/pacman.install   |   73 +
 staging-x86_64/PKGBUILD   |   72 +
 staging-x86_64/makepkg.conf   |  121 
 staging-x86_64/pacman.conf|   94 +++
 staging-x86_64/pacman.conf.x86_64 |  103 ++
 staging-x86_64/pacman.install |   73 +
 10 files changed, 926 insertions(+)

Copied: pacman/repos/staging-i686/PKGBUILD (from rev 145832, 
pacman/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-02 19:34:07 UTC (rev 145833)
@@ -0,0 +1,72 @@
+# vim: set ts=2 sw=2 et:
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Dave Reisner d...@archlinux.org
+
+pkgname=pacman
+pkgver=4.0.1
+pkgrel=2
+pkgdesc=A library-based package manager with dependency support
+arch=('i686' 'x86_64')
+url=http://www.archlinux.org/pacman/;
+license=('GPL')
+groups=('base')
+depends=('bash' 'glibc=2.14' 'libarchive=2.8.4' 'curl=7.19.4'
+ 'gpgme' 'pacman-mirrorlist')
+optdepends=('fakeroot: for makepkg usage as normal user')
+backup=(etc/pacman.conf etc/makepkg.conf)
+install=pacman.install
+options=(!libtool)
+source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz
+pacman.conf
+pacman.conf.x86_64
+makepkg.conf)
+md5sums=('76bd88eff8cd94bc9899faa091822dc1'
+ '4ebee5e1da37a6afdf06c1bc55efbf92'
+ '3e3342bd4abda20bb758595c1cbfb014'
+ 'db051afbd12993b7743ccd4d58668499')
+
+# keep an upgrade path for older installations
+PKGEXT='.pkg.tar.gz'
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --enable-doc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install Arch specific stuff
+  mkdir -p $pkgdir/etc
+  case $CARCH in
+i686)
+  install -m644 $srcdir/pacman.conf $pkgdir/etc/pacman.conf
+  mycarch=i686
+  mychost=i686-pc-linux-gnu
+  myflags=-march=i686 
+  ;;
+x86_64)
+  install -m644 $srcdir/pacman.conf.x86_64 $pkgdir/etc/pacman.conf
+  mycarch=x86_64
+  mychost=x86_64-unknown-linux-gnu
+  myflags=-march=x86-64 
+  ;;
+  esac
+  install -m644 $srcdir/makepkg.conf $pkgdir/etc/
+  # set things correctly in the default conf file
+  sed -i $pkgdir/etc/makepkg.conf \
+-e s|@CARCH[@]|$mycarch|g \
+-e s|@CHOST[@]|$mychost|g \
+-e s|@CARCHFLAGS[@]|$myflags|g
+
+  # install completion files
+  mkdir -p $pkgdir/etc/bash_completion.d/
+  install -m644 contrib/bash_completion $pkgdir/etc/bash_completion.d/pacman
+  mkdir -p $pkgdir/usr/share/zsh/site-functions/
+  install -m644 contrib/zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_pacman
+}

Copied: pacman/repos/staging-i686/makepkg.conf (from rev 145832, 
pacman/trunk/makepkg.conf)
===
--- staging-i686/makepkg.conf   (rev 0)
+++ staging-i686/makepkg.conf   2012-01-02 19:34:07 UTC (rev 145833)
@@ -0,0 +1,121 @@
+#
+# /etc/makepkg.conf
+#
+
+#
+# SOURCE ACQUISITION
+#
+#
+#-- The download utilities that makepkg should use to acquire sources
+#  Format: 'protocol::agent'

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

2012-01-02 Thread Dave Reisner
Date: Monday, January 2, 2012 @ 14:34:50
  Author: dreisner
Revision: 145834

upgpkg: cmake 2.8.7-2

rebuild for libarchive 3 soname bump

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 19:34:07 UTC (rev 145833)
+++ PKGBUILD2012-01-02 19:34:50 UTC (rev 145834)
@@ -4,7 +4,7 @@
 
 pkgname=cmake
 pkgver=2.8.7
-pkgrel=1
+pkgrel=2
 pkgdesc=A cross-platform open-source make system
 arch=('i686' 'x86_64')
 license=('custom')



[arch-commits] Commit in cmake/repos (6 files)

2012-01-02 Thread Dave Reisner
Date: Monday, January 2, 2012 @ 14:34:59
  Author: dreisner
Revision: 145835

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  cmake/repos/staging-i686/
  cmake/repos/staging-i686/PKGBUILD
(from rev 145834, cmake/trunk/PKGBUILD)
  cmake/repos/staging-i686/cmake.install
(from rev 145834, cmake/trunk/cmake.install)
  cmake/repos/staging-x86_64/
  cmake/repos/staging-x86_64/PKGBUILD
(from rev 145834, cmake/trunk/PKGBUILD)
  cmake/repos/staging-x86_64/cmake.install
(from rev 145834, cmake/trunk/cmake.install)

--+
 staging-i686/PKGBUILD|   40 
 staging-i686/cmake.install   |   12 
 staging-x86_64/PKGBUILD  |   40 
 staging-x86_64/cmake.install |   12 
 4 files changed, 104 insertions(+)

Copied: cmake/repos/staging-i686/PKGBUILD (from rev 145834, 
cmake/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-02 19:34:59 UTC (rev 145835)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=cmake
+pkgver=2.8.7
+pkgrel=2
+pkgdesc=A cross-platform open-source make system
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.cmake.org;
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt')
+optdepends=('qt: cmake-gui')
+install=${pkgname}.install
+source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('e1b237aeaed880f65dec9c20602452f6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=2
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  vimpath=$pkgdir/usr/share/vim/vimfiles
+  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
+  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
+  install -Dm644 Docs/cmake-mode.el 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
+  install -Dm644 Copyright.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: cmake/repos/staging-i686/cmake.install (from rev 145834, 
cmake/trunk/cmake.install)
===
--- staging-i686/cmake.install  (rev 0)
+++ staging-i686/cmake.install  2012-01-02 19:34:59 UTC (rev 145835)
@@ -0,0 +1,12 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+[[ -x usr/bin/update-desktop-database ]]  update-desktop-database -q || 
true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: cmake/repos/staging-x86_64/PKGBUILD (from rev 145834, 
cmake/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-02 19:34:59 UTC (rev 145835)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=cmake
+pkgver=2.8.7
+pkgrel=2
+pkgdesc=A cross-platform open-source make system
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.cmake.org;
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt')
+optdepends=('qt: cmake-gui')
+install=${pkgname}.install
+source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('e1b237aeaed880f65dec9c20602452f6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=2
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  vimpath=$pkgdir/usr/share/vim/vimfiles
+  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
+  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
+  install -Dm644 Docs/cmake-mode.el 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
+  install -Dm644 Copyright.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: cmake/repos/staging-x86_64/cmake.install (from rev 145834, 
cmake/trunk/cmake.install)
===
--- staging-x86_64/cmake.install(rev 0)
+++ staging-x86_64/cmake.install2012-01-02 19:34:59 UTC (rev 145835)
@@ -0,0 +1,12 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+[[ -x usr/bin/update-desktop-database ]]  update-desktop-database -q || 
true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-01-02 Thread Dave Reisner
Date: Monday, January 2, 2012 @ 14:39:43
  Author: dreisner
Revision: 145836

upgpkg: pacman 4.0.1-3

- fix glibc/libarchive versioning in depends

Modified:
  pacman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 19:34:59 UTC (rev 145835)
+++ PKGBUILD2012-01-02 19:39:43 UTC (rev 145836)
@@ -5,13 +5,13 @@
 
 pkgname=pacman
 pkgver=4.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A library-based package manager with dependency support
 arch=('i686' 'x86_64')
 url=http://www.archlinux.org/pacman/;
 license=('GPL')
 groups=('base')
-depends=('bash' 'glibc=2.14' 'libarchive=2.8.4' 'curl=7.19.4'
+depends=('bash' 'glibc=2.15' 'libarchive=3.0.2' 'curl=7.19.4'
  'gpgme' 'pacman-mirrorlist')
 optdepends=('fakeroot: for makepkg usage as normal user')
 backup=(etc/pacman.conf etc/makepkg.conf)



[arch-commits] Commit in pacman/repos (20 files)

2012-01-02 Thread Dave Reisner
Date: Monday, January 2, 2012 @ 14:40:02
  Author: dreisner
Revision: 145837

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  pacman/repos/staging-i686/PKGBUILD
(from rev 145836, pacman/trunk/PKGBUILD)
  pacman/repos/staging-i686/makepkg.conf
(from rev 145836, pacman/trunk/makepkg.conf)
  pacman/repos/staging-i686/pacman.conf
(from rev 145836, pacman/trunk/pacman.conf)
  pacman/repos/staging-i686/pacman.conf.x86_64
(from rev 145836, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/staging-i686/pacman.install
(from rev 145836, pacman/trunk/pacman.install)
  pacman/repos/staging-x86_64/PKGBUILD
(from rev 145836, pacman/trunk/PKGBUILD)
  pacman/repos/staging-x86_64/makepkg.conf
(from rev 145836, pacman/trunk/makepkg.conf)
  pacman/repos/staging-x86_64/pacman.conf
(from rev 145836, pacman/trunk/pacman.conf)
  pacman/repos/staging-x86_64/pacman.conf.x86_64
(from rev 145836, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/staging-x86_64/pacman.install
(from rev 145836, pacman/trunk/pacman.install)
Deleted:
  pacman/repos/staging-i686/PKGBUILD
  pacman/repos/staging-i686/makepkg.conf
  pacman/repos/staging-i686/pacman.conf
  pacman/repos/staging-i686/pacman.conf.x86_64
  pacman/repos/staging-i686/pacman.install
  pacman/repos/staging-x86_64/PKGBUILD
  pacman/repos/staging-x86_64/makepkg.conf
  pacman/repos/staging-x86_64/pacman.conf
  pacman/repos/staging-x86_64/pacman.conf.x86_64
  pacman/repos/staging-x86_64/pacman.install

---+
 staging-i686/PKGBUILD |  144 ++---
 staging-i686/makepkg.conf |  242 ++--
 staging-i686/pacman.conf  |  188 +--
 staging-i686/pacman.conf.x86_64   |  206 +++---
 staging-i686/pacman.install   |  146 ++---
 staging-x86_64/PKGBUILD   |  144 ++---
 staging-x86_64/makepkg.conf   |  242 ++--
 staging-x86_64/pacman.conf|  188 +--
 staging-x86_64/pacman.conf.x86_64 |  206 +++---
 staging-x86_64/pacman.install |  146 ++---
 10 files changed, 926 insertions(+), 926 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 145836:145837 to see the changes.


[arch-commits] Commit in claws-mail-extra-plugins/trunk (PKGBUILD)

2012-01-02 Thread Dave Reisner
Date: Monday, January 2, 2012 @ 14:48:10
  Author: dreisner
Revision: 145838

upgpkg: claws-mail-extra-plugins 3.8.0-2

- rebuild for libarchive 3 soname bump

Modified:
  claws-mail-extra-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 19:40:02 UTC (rev 145837)
+++ PKGBUILD2012-01-02 19:48:10 UTC (rev 145838)
@@ -4,7 +4,7 @@
 
 pkgname=claws-mail-extra-plugins
 pkgver=3.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Extra plugins for claws-mail
 url=http://www.claws-mail.org/plugins.php?branch=EXT;
 license=('GPL3')
@@ -33,7 +33,7 @@
 replaces=('sylpheed-claws-extra-plugins')
 options=('!libtool' '!strip')
 
source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
-md5sums=('0783008baff9e09cb21ffc8947e9f2ee')
+md5sums=('4776f6e0357a694f384349ac73b6da52')
 
 build() {
   cd $srcdir/claws-mail-extra-plugins-$pkgver



[arch-commits] Commit in claws-mail-extra-plugins/repos (4 files)

2012-01-02 Thread Dave Reisner
Date: Monday, January 2, 2012 @ 14:48:20
  Author: dreisner
Revision: 145839

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  claws-mail-extra-plugins/repos/staging-i686/
  claws-mail-extra-plugins/repos/staging-i686/PKGBUILD
(from rev 145838, claws-mail-extra-plugins/trunk/PKGBUILD)
  claws-mail-extra-plugins/repos/staging-x86_64/
  claws-mail-extra-plugins/repos/staging-x86_64/PKGBUILD
(from rev 145838, claws-mail-extra-plugins/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   66 ++
 staging-x86_64/PKGBUILD |   66 ++
 2 files changed, 132 insertions(+)

Copied: claws-mail-extra-plugins/repos/staging-i686/PKGBUILD (from rev 145838, 
claws-mail-extra-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-02 19:48:20 UTC (rev 145839)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Mildred mildred593 at online dot fr
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=Extra plugins for claws-mail
+url=http://www.claws-mail.org/plugins.php?branch=EXT;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail=3.8.0')
+makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.6.1'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit html plugin'
+'libsoup-gnome: for the fancy webkit html plugin'
+'python2: for python plugin'
+   'libgdata: for gdata plugin')
+conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
+   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
+   'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
+   'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
+replaces=('sylpheed-claws-extra-plugins')
+options=('!libtool' '!strip')
+source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
+md5sums=('4776f6e0357a694f384349ac73b6da52')
+
+build() {
+  cd $srcdir/claws-mail-extra-plugins-$pkgver
+
+  # fix for python2
+  export PYTHON=/usr/bin/python2
+
+  # fix gdata plugin build
+  sed -i -e s:libgdata\ \ 0.9.0:libgdata\ \ 0.11.0:g 
gdata_plugin-0.3/configure
+ 
+  for dir in */; do
+[[ $dir != geolocation_plugin-* ]]  (
+  cd $dir
+
+  ./configure --prefix=/usr --disable-static
+  make
+)
+  done
+}
+
+package() {
+  cd $srcdir/claws-mail-extra-plugins-$pkgver
+  for dir in */; do
+[[ $dir != geolocation_plugin-* ]]  
+  make -C $dir DESTDIR=$pkgdir install
+  done
+
+  # fix fileconflict with libical, #11485
+  rm -f $pkgdir/usr/include/ical.h
+}

Copied: claws-mail-extra-plugins/repos/staging-x86_64/PKGBUILD (from rev 
145838, claws-mail-extra-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-02 19:48:20 UTC (rev 145839)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Mildred mildred593 at online dot fr
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=Extra plugins for claws-mail
+url=http://www.claws-mail.org/plugins.php?branch=EXT;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail=3.8.0')
+makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.6.1'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit html plugin'
+'libsoup-gnome: for the fancy webkit html plugin'
+

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

2012-01-02 Thread Dave Reisner
Date: Monday, January 2, 2012 @ 14:54:29
  Author: dreisner
Revision: 145840

upgpkg: gvfs 1.10.1-2

- rebuild for libarchive 3 soname bump

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 19:48:20 UTC (rev 145839)
+++ PKGBUILD2012-01-02 19:54:29 UTC (rev 145840)
@@ -4,7 +4,7 @@
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
 pkgver=1.10.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('libsoup-gnome' 'libcdio' 'fuse' 'bluez' 'smbclient' 'libgphoto2' 
'libarchive' 'libgdu' 'pkgconfig' 'intltool' 'libimobiledevice' 'avahi' 'dconf')



[arch-commits] Commit in gvfs/repos (10 files)

2012-01-02 Thread Dave Reisner
Date: Monday, January 2, 2012 @ 14:54:43
  Author: dreisner
Revision: 145841

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gvfs/repos/staging-i686/
  gvfs/repos/staging-i686/PKGBUILD
(from rev 145840, gvfs/trunk/PKGBUILD)
  gvfs/repos/staging-i686/gvfs-module.install
(from rev 145840, gvfs/trunk/gvfs-module.install)
  gvfs/repos/staging-i686/gvfs-smb.install
(from rev 145840, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/staging-i686/gvfs.install
(from rev 145840, gvfs/trunk/gvfs.install)
  gvfs/repos/staging-x86_64/
  gvfs/repos/staging-x86_64/PKGBUILD
(from rev 145840, gvfs/trunk/PKGBUILD)
  gvfs/repos/staging-x86_64/gvfs-module.install
(from rev 145840, gvfs/trunk/gvfs-module.install)
  gvfs/repos/staging-x86_64/gvfs-smb.install
(from rev 145840, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/staging-x86_64/gvfs.install
(from rev 145840, gvfs/trunk/gvfs.install)

+
 staging-i686/PKGBUILD  |  113 +++
 staging-i686/gvfs-module.install   |7 ++
 staging-i686/gvfs-smb.install  |   12 +++
 staging-i686/gvfs.install  |   14 
 staging-x86_64/PKGBUILD|  113 +++
 staging-x86_64/gvfs-module.install |7 ++
 staging-x86_64/gvfs-smb.install|   12 +++
 staging-x86_64/gvfs.install|   14 
 8 files changed, 292 insertions(+)

Copied: gvfs/repos/staging-i686/PKGBUILD (from rev 145840, gvfs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-02 19:54:43 UTC (rev 145841)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gvfs
+pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
+pkgver=1.10.1
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('libsoup-gnome' 'libcdio' 'fuse' 'bluez' 'smbclient' 'libgphoto2' 
'libarchive' 'libgdu' 'pkgconfig' 'intltool' 'libimobiledevice' 'avahi' 'dconf')
+url=http://www.gnome.org;
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('cd30facee5ad6cd0fafc5337bbf7c06a0bff3936f9ff2ae31519b301efcc9288')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gvfs \
+  --with-bash-completion-dir=/etc/bash_completion.d
+  make
+}
+
+package_gvfs() {
+  pkgdesc=Userspace virtual filesystem implemented as a pluggable module for 
gio
+  depends=('libsoup-gnome' 'libgdu' 'libcdio' 'fuse' 'libarchive' 'avahi' 
'dconf')
+  optdepends=('gvfs-afc: AFC (mobile devices) support'
+  'gvfs-smb: SMB/CIFS (Windows client) support'
+  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
+  'gvfs-obexftp: ObexFTP (bluetooth) support'
+  'gvfs-afp: Apple Filing Protocol (AFP) support')
+  install=gvfs.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -e 's/^am__append_3/#am__append_3/' \
+  -e 's/^am__append_4/#am__append_4/' \
+  -i monitor/Makefile
+  make DESTDIR=${pkgdir} install
+
+  cd ${pkgdir}
+  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}
+  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount
+  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+  rm usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-smb() {
+  pkgdesc=SMB/CIFS (Windows client) backend for gvfs
+  depends=(gvfs=${pkgver} 'smbclient' 'libgnome-keyring')
+  install=gvfs-smb.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/daemon
+  install -m755 -d ${pkgdir}/usr/lib/gvfs
+  install -m755 -d ${pkgdir}/usr/share/gvfs/mounts
+
+  install -m755 .libs/gvfsd-smb{,-browse} ${pkgdir}/usr/lib/gvfs/
+  install -m644 smb{,-browse}.mount ${pkgdir}/usr/share/gvfs/mounts/
+
+  install -Dm644 org.gnome.system.smb.gschema.xml \
+${pkgdir}/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+  install -Dm644 gvfs-smb.convert \
+${pkgdir}/usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-afc() {
+  pkgdesc=AFC (mobile devices) backend for gvfs
+  depends=(gvfs=${pkgver} 'libimobiledevice')
+  install=gvfs-module.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/daemon
+  install -D .libs/gvfsd-afc ${pkgdir}/usr/lib/gvfs/gvfsd-afc
+  install -Dm644 afc.mount ${pkgdir}/usr/share/gvfs/mounts/afc.mount
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/monitor/afc
+  make DESTDIR=${pkgdir} install
+}
+
+package_gvfs-gphoto2() {
+  pkgdesc=gphoto2 (PTP camera/MTP media player) backend for gvfs
+  depends=(gvfs=${pkgver} 'dbus-core' 'libgphoto2' 'udev')
+  install=gvfs-module.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/daemon
+  install -D .libs/gvfsd-gphoto2 

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

2012-01-02 Thread Eric Bélanger
Date: Monday, January 2, 2012 @ 15:30:47
  Author: eric
Revision: 145842

upgpkg: bluefish 2.2.1-1

Upstream update, Add hicolor-icon-theme depends

Modified:
  bluefish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 19:54:43 UTC (rev 145841)
+++ PKGBUILD2012-01-02 20:30:47 UTC (rev 145842)
@@ -2,23 +2,25 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=bluefish
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc=A powerful HTML editor for experienced web designers and programmers
 arch=('i686' 'x86_64')
 url=http://bluefish.openoffice.nl/;
 license=('GPL3')
-depends=('gtk3' 'enchant' 'desktop-file-utils')
+depends=('gtk3' 'enchant' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('gucharmap' 'intltool')
 optdepends=('gucharmap: for using the charmap plugin')
 options=('!libtool')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('b8f5dad17c7365bc6f4342b6c22bdc328e31d20d'
-  'faf37ece57fc155c3510e5d6cec5679f22cd11f4')
+sha1sums=('f7b2e9915e196c971c6bcca04d8d6b87efab1ae6'
+  '89d5130d91999ff0319b709f0ed2cbcf7aa028d6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+src/plugin_zencoding/zencoding/{,filters/,actions/}*.py
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
   make



[arch-commits] Commit in bluefish/repos (8 files)

2012-01-02 Thread Eric Bélanger
Date: Monday, January 2, 2012 @ 15:31:09
  Author: eric
Revision: 145843

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bluefish/repos/extra-i686/PKGBUILD
(from rev 145842, bluefish/trunk/PKGBUILD)
  bluefish/repos/extra-i686/bluefish.install
(from rev 145842, bluefish/trunk/bluefish.install)
  bluefish/repos/extra-x86_64/PKGBUILD
(from rev 145842, bluefish/trunk/PKGBUILD)
  bluefish/repos/extra-x86_64/bluefish.install
(from rev 145842, bluefish/trunk/bluefish.install)
Deleted:
  bluefish/repos/extra-i686/PKGBUILD
  bluefish/repos/extra-i686/bluefish.install
  bluefish/repos/extra-x86_64/PKGBUILD
  bluefish/repos/extra-x86_64/bluefish.install

---+
 extra-i686/PKGBUILD   |   62 
 extra-i686/bluefish.install   |   56 ++--
 extra-x86_64/PKGBUILD |   62 
 extra-x86_64/bluefish.install |   56 ++--
 4 files changed, 120 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-02 20:30:47 UTC (rev 145842)
+++ extra-i686/PKGBUILD 2012-01-02 20:31:09 UTC (rev 145843)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=bluefish
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=A powerful HTML editor for experienced web designers and programmers
-arch=('i686' 'x86_64')
-url=http://bluefish.openoffice.nl/;
-license=('GPL3')
-depends=('gtk3' 'enchant' 'desktop-file-utils')
-makedepends=('gucharmap' 'intltool')
-optdepends=('gucharmap: for using the charmap plugin')
-options=('!libtool')
-install=bluefish.install
-source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('b8f5dad17c7365bc6f4342b6c22bdc328e31d20d'
-  'faf37ece57fc155c3510e5d6cec5679f22cd11f4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: bluefish/repos/extra-i686/PKGBUILD (from rev 145842, 
bluefish/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-02 20:31:09 UTC (rev 145843)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=bluefish
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=A powerful HTML editor for experienced web designers and programmers
+arch=('i686' 'x86_64')
+url=http://bluefish.openoffice.nl/;
+license=('GPL3')
+depends=('gtk3' 'enchant' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('gucharmap' 'intltool')
+optdepends=('gucharmap: for using the charmap plugin')
+options=('!libtool')
+install=bluefish.install
+source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
+sha1sums=('f7b2e9915e196c971c6bcca04d8d6b87efab1ae6'
+  '89d5130d91999ff0319b709f0ed2cbcf7aa028d6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+src/plugin_zencoding/zencoding/{,filters/,actions/}*.py
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/bluefish.install
===
--- extra-i686/bluefish.install 2012-01-02 20:30:47 UTC (rev 145842)
+++ extra-i686/bluefish.install 2012-01-02 20:31:09 UTC (rev 145843)
@@ -1,28 +0,0 @@
-post_install() {
-  if [ ! -d etc/xml ]; then
-mkdir -p etc/xml
-  fi
-  if [ ! -e etc/xml/catalog ]; then
-xmlcatalog --noout --create etc/xml/catalog
-  fi
-  xmlcatalog --noout --add 'delegateURI' \
-'http://bluefish.openoffice.nl/ns/bflang/2.0/' /usr/share/xml/bluefish \
-etc/xml/catalog
-
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor   
-}
-
-pre_upgrade() {
-  post_remove
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  xmlcatalog --noout --del \
-/usr/share/xml/bluefish etc/xml/catalog
-}

Copied: bluefish/repos/extra-i686/bluefish.install (from rev 145842, 
bluefish/trunk/bluefish.install)
===
--- extra-i686/bluefish.install (rev 0)
+++ extra-i686/bluefish.install 2012-01-02 20:31:09 UTC (rev 145843)
@@ -0,0 +1,28 @@
+post_install() {
+  if [ ! -d etc/xml ]; then
+mkdir -p etc/xml
+  fi
+  if [ ! -e etc/xml/catalog ]; then
+xmlcatalog 

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

2012-01-02 Thread Guillaume Alaux
Date: Monday, January 2, 2012 @ 15:41:20
  Author: guillaume
Revision: 145844

upgpkg: hunspell-fr 4.4.1-1

Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 20:31:09 UTC (rev 145843)
+++ PKGBUILD2012-01-02 20:41:20 UTC (rev 145844)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.3
+pkgver=4.4.1
 pkgrel=1
 pkgdesc=French (modern) hunspell dictionaries
 arch=(any)
@@ -9,7 +9,7 @@
 license=('GPL' 'MPL' 'LGPL')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('57021eb1a924f4f28bd14208978a957b')
+md5sums=('21797904e86e2faa2057cca18fc90105')
 
 package() {
   cd ${srcdir}



[arch-commits] Commit in hunspell-fr/repos/extra-any (PKGBUILD PKGBUILD)

2012-01-02 Thread Guillaume Alaux
Date: Monday, January 2, 2012 @ 15:41:44
  Author: guillaume
Revision: 145845

archrelease: copy trunk to extra-any

Added:
  hunspell-fr/repos/extra-any/PKGBUILD
(from rev 145844, hunspell-fr/trunk/PKGBUILD)
Deleted:
  hunspell-fr/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-02 20:41:20 UTC (rev 145844)
+++ PKGBUILD2012-01-02 20:41:44 UTC (rev 145845)
@@ -1,40 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-
-pkgname=hunspell-fr
-pkgver=4.3
-pkgrel=1
-pkgdesc=French (modern) hunspell dictionaries
-arch=(any)
-url=http://www.dicollecte.org/;
-license=('GPL' 'MPL' 'LGPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('57021eb1a924f4f28bd14208978a957b')
-
-package() {
-  cd ${srcdir}
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 fr-moderne.dic ${pkgdir}/usr/share/hunspell/fr_FR.dic
-  install -m644 fr-moderne.aff ${pkgdir}/usr/share/hunspell/fr_FR.aff
-
-  pushd ${pkgdir}/usr/share/hunspell/
-  fr_FR_aliases=fr_BE fr_CA fr_CH fr_LU
-  for lang in ${fr_FR_aliases}; do
-   ln -s fr_FR.aff ${lang}.aff
-   ln -s fr_FR.dic ${lang}.dic
-  done
-
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd ${pkgdir}/usr/share/myspell/dicts
-for file in ${pkgdir}/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename ${file}) .
-done
-  popd
-  
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
-  install -m644 README_fr.txt $pkgdir/usr/share/doc/${pkgname}/README_fr.txt
-}

Copied: hunspell-fr/repos/extra-any/PKGBUILD (from rev 145844, 
hunspell-fr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-01-02 20:41:44 UTC (rev 145845)
@@ -0,0 +1,40 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+
+pkgname=hunspell-fr
+pkgver=4.4.1
+pkgrel=1
+pkgdesc=French (modern) hunspell dictionaries
+arch=(any)
+url=http://www.dicollecte.org/;
+license=('GPL' 'MPL' 'LGPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
+md5sums=('21797904e86e2faa2057cca18fc90105')
+
+package() {
+  cd ${srcdir}
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 fr-moderne.dic ${pkgdir}/usr/share/hunspell/fr_FR.dic
+  install -m644 fr-moderne.aff ${pkgdir}/usr/share/hunspell/fr_FR.aff
+
+  pushd ${pkgdir}/usr/share/hunspell/
+  fr_FR_aliases=fr_BE fr_CA fr_CH fr_LU
+  for lang in ${fr_FR_aliases}; do
+   ln -s fr_FR.aff ${lang}.aff
+   ln -s fr_FR.dic ${lang}.dic
+  done
+
+  popd
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd ${pkgdir}/usr/share/myspell/dicts
+for file in ${pkgdir}/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename ${file}) .
+done
+  popd
+  
+  # docs
+  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
+  install -m644 README_fr.txt $pkgdir/usr/share/doc/${pkgname}/README_fr.txt
+}



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

2012-01-02 Thread Eric Bélanger
Date: Monday, January 2, 2012 @ 16:43:21
  Author: eric
Revision: 145846

upgpkg: moc 20110528-5

Rebuild against db 5.3.15

Modified:
  moc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 20:41:44 UTC (rev 145845)
+++ PKGBUILD2012-01-02 21:43:21 UTC (rev 145846)
@@ -3,7 +3,7 @@
 
 pkgname=moc
 pkgver=20110528
-pkgrel=4
+pkgrel=5
 pkgdesc=An ncurses console audio player with support for the mp3, ogg, and 
wave formats
 arch=('i686' 'x86_64')
 url=http://moc.daper.net/;



[arch-commits] Commit in moc/repos (8 files)

2012-01-02 Thread Eric Bélanger
Date: Monday, January 2, 2012 @ 16:43:42
  Author: eric
Revision: 145847

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  moc/repos/staging-i686/
  moc/repos/staging-i686/PKGBUILD
(from rev 145846, moc/trunk/PKGBUILD)
  moc/repos/staging-i686/gcc-undefined-symbols.diff
(from rev 145846, moc/trunk/gcc-undefined-symbols.diff)
  moc/repos/staging-i686/moc-ffmpeg.patch
(from rev 145846, moc/trunk/moc-ffmpeg.patch)
  moc/repos/staging-x86_64/
  moc/repos/staging-x86_64/PKGBUILD
(from rev 145846, moc/trunk/PKGBUILD)
  moc/repos/staging-x86_64/gcc-undefined-symbols.diff
(from rev 145846, moc/trunk/gcc-undefined-symbols.diff)
  moc/repos/staging-x86_64/moc-ffmpeg.patch
(from rev 145846, moc/trunk/moc-ffmpeg.patch)

---+
 staging-i686/PKGBUILD |   44 
 staging-i686/gcc-undefined-symbols.diff   |   12 +++
 staging-i686/moc-ffmpeg.patch |   26 
 staging-x86_64/PKGBUILD   |   44 
 staging-x86_64/gcc-undefined-symbols.diff |   12 +++
 staging-x86_64/moc-ffmpeg.patch   |   26 
 6 files changed, 164 insertions(+)

Copied: moc/repos/staging-i686/PKGBUILD (from rev 145846, moc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-02 21:43:42 UTC (rev 145847)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=moc
+pkgver=20110528
+pkgrel=5
+pkgdesc=An ncurses console audio player with support for the mp3, ogg, and 
wave formats
+arch=('i686' 'x86_64')
+url=http://moc.daper.net/;
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug')
+optdepends=('speex: for using the speex plugin' 
+   'ffmpeg: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin' 
+   'libmpcdec: for using the musepack plugin' 
+'wavpack: for using the wavpack plugin' 
+   'libmodplug: for using the modplug plugin')
+options=('!libtool')
+source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz \
+gcc-undefined-symbols.diff moc-ffmpeg.patch)
+sha1sums=('f79049136ce6616bfd6af2f5e08246a5921441cf'
+  'a811a4ac7e049914aab528d3f06a6be6634c2720'
+  'f7e8eb17a89fea1c08c8a68f5afd1ffdc641ce9d')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  patch -p0 -i ../gcc-undefined-symbols.diff
+  patch -p0 -i ../moc-ffmpeg.patch
+
+# Disabling aac to use the external ffmpeg to play them (FS#13164)
+  ./autogen.sh
+  ./configure --prefix=/usr --without-rcc --without-aac \
+--with-oss  --with-alsa  --with-jack --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile --with-modplug --with-ffmpeg --with-speex \
+--with-samplerate --with-curl --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}

Copied: moc/repos/staging-i686/gcc-undefined-symbols.diff (from rev 145846, 
moc/trunk/gcc-undefined-symbols.diff)
===
--- staging-i686/gcc-undefined-symbols.diff (rev 0)
+++ staging-i686/gcc-undefined-symbols.diff 2012-01-02 21:43:42 UTC (rev 
145847)
@@ -0,0 +1,12 @@
+--- decoder.c~ 2011-05-08 09:28:28.077137883 +0200
 decoder.c  2011-05-10 21:40:48.887941968 +0200
+@@ -259,6 +259,9 @@
+   for (i = 0; i  plugins_num; i++)
+   if (plugins[i].decoder-destroy)
+   plugins[i].decoder-destroy ();
++  for (i = 0; i  plugins_num; i++)
++  if (plugins[i].handle)
++lt_dlclose(plugins[i].handle);
+ 
+   if (lt_dlexit())
+   logit (lt_exit() failed: %s, lt_dlerror());

Copied: moc/repos/staging-i686/moc-ffmpeg.patch (from rev 145846, 
moc/trunk/moc-ffmpeg.patch)
===
--- staging-i686/moc-ffmpeg.patch   (rev 0)
+++ staging-i686/moc-ffmpeg.patch   2012-01-02 21:43:42 UTC (rev 145847)
@@ -0,0 +1,26 @@
+Index: decoder_plugins/ffmpeg/ffmpeg.c
+===
+--- decoder_plugins/ffmpeg/ffmpeg.c(revision 2307)
 decoder_plugins/ffmpeg/ffmpeg.c(working copy)
+@@ -28,12 +28,6 @@
+ #include ffmpeg/avformat.h
+ #endif
+ 
+-/* libavformat's API will be changing at version 53, but at present there
+- * appears to be no guidance on what will replace the deprecated fields. */
+-#ifndef FF_API_OLD_METADATA
+-#define FF_API_OLD_METADATA(LIBAVFORMAT_VERSION_MAJOR  53)
+-#endif
+-
+ /* FFmpeg also likes common names, without that, our common.h and log.h
+  * would not be 

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

2012-01-02 Thread Eric Bélanger
Date: Monday, January 2, 2012 @ 21:35:16
  Author: eric
Revision: 145848

upgpkg: ruby 1.9.3_p0-3

Rebuild against db 5.3.15

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 21:43:42 UTC (rev 145847)
+++ PKGBUILD2012-01-03 02:35:16 UTC (rev 145848)
@@ -7,7 +7,7 @@
 pkgbase=ruby
 pkgname=('ruby' 'ruby-docs')
 pkgver=1.9.3_p0
-pkgrel=2
+pkgrel=3
 pkgdesc=An object-oriented language for quick and easy programming
 arch=('i686' 'x86_64')
 url=http://www.ruby-lang.org/en/;



[arch-commits] Commit in ruby/repos (4 files)

2012-01-02 Thread Eric Bélanger
Date: Monday, January 2, 2012 @ 21:35:43
  Author: eric
Revision: 145849

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  ruby/repos/staging-i686/
  ruby/repos/staging-i686/PKGBUILD
(from rev 145848, ruby/trunk/PKGBUILD)
  ruby/repos/staging-x86_64/
  ruby/repos/staging-x86_64/PKGBUILD
(from rev 145848, ruby/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   46 ++
 staging-x86_64/PKGBUILD |   46 ++
 2 files changed, 92 insertions(+)

Copied: ruby/repos/staging-i686/PKGBUILD (from rev 145848, ruby/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-03 02:35:43 UTC (rev 145849)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Jeramy Rutley jrut...@gmail.com
+
+pkgbase=ruby
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p0
+pkgrel=3
+pkgdesc=An object-oriented language for quick and easy programming
+arch=('i686' 'x86_64')
+url=http://www.ruby-lang.org/en/;
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.ruby-lang.org/pub/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver//_/-}.tar.bz2)
+sha1sums=('f63c116411b981ef54c2caeefb9ccc4d71a5d2cf')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver//_/-}
+  DOXYGEN=/usr/bin/doxygen PKG_CONFIG=/usr/bin/pkg-config ./configure 
--prefix=/usr --sysconfdir=/etc \
+  --enable-shared --enable-pthread --disable-rpath
+  make
+}
+
+package_ruby() {
+  depends=('openssl' 'libffi' 'libyaml')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  optdepends=('tk: for Ruby/TK')
+
+  cd ${srcdir}/${pkgbase}-${pkgver//_/-}
+  make DESTDIR=${pkgdir} install-nodoc
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/${pkgname}/BSDL
+}
+
+package_ruby-docs() {
+  pkgdesc=Documentation files for ruby
+
+  cd ${srcdir}/${pkgbase}-${pkgver//_/-}
+  make DESTDIR=${pkgdir} install-doc install-capi
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/${pkgname}/BSDL
+}

Copied: ruby/repos/staging-x86_64/PKGBUILD (from rev 145848, 
ruby/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-03 02:35:43 UTC (rev 145849)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Jeramy Rutley jrut...@gmail.com
+
+pkgbase=ruby
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p0
+pkgrel=3
+pkgdesc=An object-oriented language for quick and easy programming
+arch=('i686' 'x86_64')
+url=http://www.ruby-lang.org/en/;
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.ruby-lang.org/pub/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver//_/-}.tar.bz2)
+sha1sums=('f63c116411b981ef54c2caeefb9ccc4d71a5d2cf')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver//_/-}
+  DOXYGEN=/usr/bin/doxygen PKG_CONFIG=/usr/bin/pkg-config ./configure 
--prefix=/usr --sysconfdir=/etc \
+  --enable-shared --enable-pthread --disable-rpath
+  make
+}
+
+package_ruby() {
+  depends=('openssl' 'libffi' 'libyaml')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  optdepends=('tk: for Ruby/TK')
+
+  cd ${srcdir}/${pkgbase}-${pkgver//_/-}
+  make DESTDIR=${pkgdir} install-nodoc
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/${pkgname}/BSDL
+}
+
+package_ruby-docs() {
+  pkgdesc=Documentation files for ruby
+
+  cd ${srcdir}/${pkgbase}-${pkgver//_/-}
+  make DESTDIR=${pkgdir} install-doc install-capi
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/${pkgname}/BSDL
+}



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

2012-01-02 Thread Eric Bélanger
Date: Monday, January 2, 2012 @ 21:45:14
  Author: eric
Revision: 145850

upgpkg: openldap 2.4.28-2

Rebuild against db 5.3.15

Modified:
  openldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 02:35:43 UTC (rev 145849)
+++ PKGBUILD2012-01-03 02:45:14 UTC (rev 145850)
@@ -4,7 +4,7 @@
 pkgbase=openldap
 pkgname=('libldap' 'openldap')
 pkgver=2.4.28
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.openldap.org/;
 license=('custom')



[arch-commits] Commit in openldap/repos (12 files)

2012-01-02 Thread Eric Bélanger
Date: Monday, January 2, 2012 @ 21:45:43
  Author: eric
Revision: 145851

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  openldap/repos/staging-i686/
  openldap/repos/staging-i686/PKGBUILD
(from rev 145850, openldap/trunk/PKGBUILD)
  openldap/repos/staging-i686/ntlm.patch
(from rev 145850, openldap/trunk/ntlm.patch)
  openldap/repos/staging-i686/openldap.install
(from rev 145850, openldap/trunk/openldap.install)
  openldap/repos/staging-i686/slapd
(from rev 145850, openldap/trunk/slapd)
  openldap/repos/staging-i686/slapd.default
(from rev 145850, openldap/trunk/slapd.default)
  openldap/repos/staging-x86_64/
  openldap/repos/staging-x86_64/PKGBUILD
(from rev 145850, openldap/trunk/PKGBUILD)
  openldap/repos/staging-x86_64/ntlm.patch
(from rev 145850, openldap/trunk/ntlm.patch)
  openldap/repos/staging-x86_64/openldap.install
(from rev 145850, openldap/trunk/openldap.install)
  openldap/repos/staging-x86_64/slapd
(from rev 145850, openldap/trunk/slapd)
  openldap/repos/staging-x86_64/slapd.default
(from rev 145850, openldap/trunk/slapd.default)

-+
 staging-i686/PKGBUILD   |   96 +++
 staging-i686/ntlm.patch |  230 ++
 staging-i686/openldap.install   |   20 +++
 staging-i686/slapd  |   49 
 staging-i686/slapd.default  |6 
 staging-x86_64/PKGBUILD |   96 +++
 staging-x86_64/ntlm.patch   |  230 ++
 staging-x86_64/openldap.install |   20 +++
 staging-x86_64/slapd|   49 
 staging-x86_64/slapd.default|6 
 10 files changed, 802 insertions(+)

Copied: openldap/repos/staging-i686/PKGBUILD (from rev 145850, 
openldap/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-03 02:45:43 UTC (rev 145851)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer:
+
+pkgbase=openldap
+pkgname=('libldap' 'openldap')
+pkgver=2.4.28
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.openldap.org/;
+license=('custom')
+makedepends=('libfetch' 'libltdl' 'libsasl' 'e2fsprogs' 'util-linux')
+source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
+slapd slapd.default ntlm.patch)
+sha1sums=('d888beae1723002a5a2ff5509d3040df40885774'
+  'bd1ea19256d3d467f1f803e0f4046ef50f17628f'
+  'd89b8a533045123f1ab46c9c430cf132d58a20a4'
+  'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  patch -Np1 -i ${srcdir}/ntlm.patch
+  sed -i 's|-m 644 $(LIBRARY)|-m 755 $(LIBRARY)|' 
libraries/{liblber,libldap,libldap_r}/Makefile.in
+  sed -i 's|#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP run LDAP_DIRSEP 
ldapi|#define LDAPI_SOCK LDAP_DIRSEP run LDAP_DIRSEP openldap LDAP_DIRSEP 
ldapi|' include/ldap_defaults.h
+  sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.conf
+  sed -i 's|-$(MKDIR) $(DESTDIR)$(localstatedir)/run|-$(MKDIR) 
$(DESTDIR)/run/openldap|' servers/slapd/Makefile.in
+
+  LDFLAGS=$LDFLAGS -L\${pkgdir}\/libldap/usr/lib 
+  ./configure --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib \
+--sysconfdir=/etc --localstatedir=/var/lib/openldap \
+--enable-ipv6 --enable-syslog --enable-local \
+--enable-bdb --enable-hdb \
+--enable-crypt --enable-dynamic \
+--with-threads  --disable-wrappers \
+--enable-spasswd --with-cyrus-sasl \
+--enable-overlays=mod --enable-modules=yes
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make test
+}
+
+package_libldap() {
+  pkgdesc=Lightweight Directory Access Protocol (LDAP) client libraries
+  depends=('libsasl' 'libfetch' 'e2fsprogs')
+  backup=('etc/openldap/ldap.conf')
+  options=('!libtool')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  for dir in include libraries doc/man/man3 ; do
+pushd ${dir}
+make DESTDIR=${pkgdir} install
+popd
+  done
+  install -Dm644 doc/man/man5/ldap.conf.5.tmp 
${pkgdir}/usr/share/man/man5/ldap.conf.5
+  
+# get rid of duplicate default conf files
+  rm ${pkgdir}/etc/openldap/*.default
+
+  ln -sf liblber.so ${pkgdir}/usr/lib/liblber.so.2
+  ln -sf libldap.so ${pkgdir}/usr/lib/libldap.so.2
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_openldap() {
+  pkgdesc=Lightweight Directory Access Protocol (LDAP) client and server
+  depends=(libldap=${pkgver} 'libltdl' 'util-linux')
+  backup=('etc/openldap/slapd.conf' 'etc/conf.d/slapd')
+  options=('!libtool' 'emptydirs')
+  install=openldap.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  for dir in clients servers doc/man/man{1,5,8} ; do
+pushd ${dir}
+make DESTDIR=${pkgdir} install
+popd
+  done
+  rm ${pkgdir}/usr/share/man/man5/ldap.conf.5
+  rm -r ${pkgdir}/run
+
+# get rid of duplicate default conf files
+  

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

2012-01-02 Thread Eric Bélanger
Date: Tuesday, January 3, 2012 @ 02:17:11
  Author: eric
Revision: 145852

upgpkg: inetutils 1.9-1

Upstream update, Add check function

Modified:
  inetutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 02:45:43 UTC (rev 145851)
+++ PKGBUILD2012-01-03 07:17:11 UTC (rev 145852)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=inetutils
-pkgver=1.8
-pkgrel=6
+pkgver=1.9
+pkgrel=1
 pkgdesc=A collection of common network programs
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/inetutils/;
@@ -20,8 +20,8 @@
 source=(http://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.gz{,.sig} \
 ftpd.rc ftpd.conf telnet.xinetd talk.xinetd rexec.xinetd rlogin.xinetd 
rsh.xinetd \
 dnsdomainname domainname)
-sha1sums=('598445859b511f73681e4d74a41d65cd6ae0f83e'
-  'c439b577214017be9cccd1b2fbba048964386a0e'
+sha1sums=('c0466718360459622172bf80674005e20fefeb38'
+  '1bd1555c8e1db5a7a6d1b96a7647a6a9db1abc68'
   '84dc802b5e57b5e04c847572225a3b9612017155'
   '68a590083b45997dfdb80e666b2de762f494ba74'
   'bfad98a4a62f1fff8779f076c6019ed07f9111af'
@@ -52,9 +52,15 @@
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
+  rm ${pkgdir}/usr/bin/git-merge-changelog
 
   install -d ${pkgdir}/bin
   ln -s /usr/bin/hostname ${pkgdir}/bin/hostname



[arch-commits] Commit in inetutils/repos (24 files)

2012-01-02 Thread Eric Bélanger
Date: Tuesday, January 3, 2012 @ 02:18:10
  Author: eric
Revision: 145853

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  inetutils/repos/testing-i686/
  inetutils/repos/testing-i686/PKGBUILD
(from rev 145852, inetutils/trunk/PKGBUILD)
  inetutils/repos/testing-i686/dnsdomainname
(from rev 145852, inetutils/trunk/dnsdomainname)
  inetutils/repos/testing-i686/domainname
(from rev 145852, inetutils/trunk/domainname)
  inetutils/repos/testing-i686/ftpd.conf
(from rev 145852, inetutils/trunk/ftpd.conf)
  inetutils/repos/testing-i686/ftpd.rc
(from rev 145852, inetutils/trunk/ftpd.rc)
  inetutils/repos/testing-i686/inetutils.install
(from rev 145852, inetutils/trunk/inetutils.install)
  inetutils/repos/testing-i686/rexec.xinetd
(from rev 145852, inetutils/trunk/rexec.xinetd)
  inetutils/repos/testing-i686/rlogin.xinetd
(from rev 145852, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/testing-i686/rsh.xinetd
(from rev 145852, inetutils/trunk/rsh.xinetd)
  inetutils/repos/testing-i686/talk.xinetd
(from rev 145852, inetutils/trunk/talk.xinetd)
  inetutils/repos/testing-i686/telnet.xinetd
(from rev 145852, inetutils/trunk/telnet.xinetd)
  inetutils/repos/testing-x86_64/
  inetutils/repos/testing-x86_64/PKGBUILD
(from rev 145852, inetutils/trunk/PKGBUILD)
  inetutils/repos/testing-x86_64/dnsdomainname
(from rev 145852, inetutils/trunk/dnsdomainname)
  inetutils/repos/testing-x86_64/domainname
(from rev 145852, inetutils/trunk/domainname)
  inetutils/repos/testing-x86_64/ftpd.conf
(from rev 145852, inetutils/trunk/ftpd.conf)
  inetutils/repos/testing-x86_64/ftpd.rc
(from rev 145852, inetutils/trunk/ftpd.rc)
  inetutils/repos/testing-x86_64/inetutils.install
(from rev 145852, inetutils/trunk/inetutils.install)
  inetutils/repos/testing-x86_64/rexec.xinetd
(from rev 145852, inetutils/trunk/rexec.xinetd)
  inetutils/repos/testing-x86_64/rlogin.xinetd
(from rev 145852, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/testing-x86_64/rsh.xinetd
(from rev 145852, inetutils/trunk/rsh.xinetd)
  inetutils/repos/testing-x86_64/talk.xinetd
(from rev 145852, inetutils/trunk/talk.xinetd)
  inetutils/repos/testing-x86_64/telnet.xinetd
(from rev 145852, inetutils/trunk/telnet.xinetd)

--+
 testing-i686/PKGBUILD|   78 +
 testing-i686/dnsdomainname   |3 +
 testing-i686/domainname  |3 +
 testing-i686/ftpd.conf   |4 +
 testing-i686/ftpd.rc |   37 +
 testing-i686/inetutils.install   |   20 +
 testing-i686/rexec.xinetd|   10 
 testing-i686/rlogin.xinetd   |   10 
 testing-i686/rsh.xinetd  |   10 
 testing-i686/talk.xinetd |   10 
 testing-i686/telnet.xinetd   |   10 
 testing-x86_64/PKGBUILD  |   78 +
 testing-x86_64/dnsdomainname |3 +
 testing-x86_64/domainname|3 +
 testing-x86_64/ftpd.conf |4 +
 testing-x86_64/ftpd.rc   |   37 +
 testing-x86_64/inetutils.install |   20 +
 testing-x86_64/rexec.xinetd  |   10 
 testing-x86_64/rlogin.xinetd |   10 
 testing-x86_64/rsh.xinetd|   10 
 testing-x86_64/talk.xinetd   |   10 
 testing-x86_64/telnet.xinetd |   10 
 22 files changed, 390 insertions(+)

Copied: inetutils/repos/testing-i686/PKGBUILD (from rev 145852, 
inetutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-03 07:18:10 UTC (rev 145853)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=inetutils
+pkgver=1.9
+pkgrel=1
+pkgdesc=A collection of common network programs
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/inetutils/;
+license=('GPL3')
+groups=('base')
+depends=('readline' 'ncurses' 'pam')
+provides=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
+conflicts=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
+replaces=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
+backup=('etc/conf.d/ftpd' 'etc/xinetd.d/telnet' 'etc/xinetd.d/talk' \
+'etc/xinetd.d/rexec' 'etc/xinetd.d/rlogin' 'etc/xinetd.d/rsh')
+options=('!emptydirs')
+install=inetutils.install
+source=(http://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.gz{,.sig} \
+ftpd.rc ftpd.conf telnet.xinetd talk.xinetd rexec.xinetd rlogin.xinetd 
rsh.xinetd \
+dnsdomainname domainname)
+sha1sums=('c0466718360459622172bf80674005e20fefeb38'
+  '1bd1555c8e1db5a7a6d1b96a7647a6a9db1abc68'
+  '84dc802b5e57b5e04c847572225a3b9612017155'
+  '68a590083b45997dfdb80e666b2de762f494ba74'
+  'bfad98a4a62f1fff8779f076c6019ed07f9111af'
+