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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 03:23:58
  Author: allan
Revision: 150824

upgpkg: file 5.11-1

upstream update

Modified:
  file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 07:34:14 UTC (rev 150823)
+++ PKGBUILD2012-02-23 08:23:58 UTC (rev 150824)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=file
-pkgver=5.10
+pkgver=5.11
 pkgrel=1
 pkgdesc=File type identification utility
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc' 'zlib')
 options=('!libtool')
 source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4cea34b087b060772511e066e2038196')
+md5sums=('16a407bd66d6c7a832f3a5c0d609c27b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 03:25:19
  Author: allan
Revision: 150825

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

Added:
  file/repos/testing-i686/
  file/repos/testing-i686/PKGBUILD
(from rev 150824, file/trunk/PKGBUILD)
  file/repos/testing-x86_64/
  file/repos/testing-x86_64/PKGBUILD
(from rev 150824, file/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: file/repos/testing-i686/PKGBUILD (from rev 150824, file/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-23 08:25:19 UTC (rev 150825)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=file
+pkgver=5.11
+pkgrel=1
+pkgdesc=File type identification utility
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base')
+url=http://www.darwinsys.com/file/;
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('16a407bd66d6c7a832f3a5c0d609c27b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's#\$(datadir)/misc#\$(datadir)#' configure
+  
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make 
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -dm755 ${pkgdir}/usr/share/misc
+  ln -s ../file/magic.mgc ${pkgdir}/usr/share/misc
+  
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: file/repos/testing-x86_64/PKGBUILD (from rev 150824, 
file/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-23 08:25:19 UTC (rev 150825)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=file
+pkgver=5.11
+pkgrel=1
+pkgdesc=File type identification utility
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base')
+url=http://www.darwinsys.com/file/;
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('16a407bd66d6c7a832f3a5c0d609c27b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's#\$(datadir)/misc#\$(datadir)#' configure
+  
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make 
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -dm755 ${pkgdir}/usr/share/misc
+  ln -s ../file/magic.mgc ${pkgdir}/usr/share/misc
+  
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



[arch-commits] Commit in colord/trunk (PKGBUILD fix-compilation.patch)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 05:52:38
  Author: ibiru
Revision: 150826

update to 0.1.17

Added:
  colord/trunk/fix-compilation.patch
Modified:
  colord/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 fix-compilation.patch |   38 ++
 2 files changed, 44 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 08:25:19 UTC (rev 150825)
+++ PKGBUILD2012-02-23 10:52:38 UTC (rev 150826)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=colord
-pkgver=0.1.16
+pkgver=0.1.17
 pkgrel=1
 pkgdesc=Color daemon
 arch=('i686' 'x86_64')
@@ -11,12 +11,15 @@
 license=('GPL2')
 depends=('lcms2' 'libgusb' 'polkit' 'sane' 'shared-color-profiles' 'sqlite3' 
'udev')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
+source=($url/releases/$pkgname-$pkgver.tar.xz
+fix-compilation.patch)
 options=('!libtool')
-sha1sums=('bd2fbad0043d2c1f55ab7ff8cb5e261b684e699c')
+sha1sums=('7716c58a7ab85029637c7e88bdb77e48b6cd5ce9'
+  'b77dd47f623a05055e8988dd568695fcbf457500')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/fix-compilation.patch
   ./configure --prefix=/usr \
 --sysconfdir=/etc --libexecdir=/usr/lib/colord \
 --localstatedir=/var --disable-static \

Added: fix-compilation.patch
===
--- fix-compilation.patch   (rev 0)
+++ fix-compilation.patch   2012-02-23 10:52:38 UTC (rev 150826)
@@ -0,0 +1,38 @@
+From 638a98fef16fa15946522d4112660b4b20c0d630 Mon Sep 17 00:00:00 2001
+From: Richard Hughes rich...@hughsie.com
+Date: Thu, 23 Feb 2012 10:43:37 +
+Subject: [PATCH] trivial: Fix compile with older versions of GLib
+
+g_mapped_file_new_from_fd() was introduced in 2.31.0 not 2.30.0 as the
+docs suggested.
+
+Resoves https://bugs.freedesktop.org/show_bug.cgi?id=46481
+---
+ src/cd-profile.c |   10 ++
+ 1 files changed, 10 insertions(+), 0 deletions(-)
+
+diff --git a/src/cd-profile.c b/src/cd-profile.c
+index a292616..323588b 100644
+--- a/src/cd-profile.c
 b/src/cd-profile.c
+@@ -1066,7 +1066,17 @@ cd_profile_set_fd (CdProfile *profile,
+   }
+ 
+   /* create a mapped file */
++#if GLIB_CHECK_VERSION(2,31,0)
+   priv-mapped_file = g_mapped_file_new_from_fd (fd, FALSE, error);
++  if (priv-mapped_file == NULL) {
++  g_set_error (error,
++   CD_MAIN_ERROR,
++   CD_MAIN_ERROR_FAILED,
++   failed to create mapped file from fd %i,
++   fd);
++  goto out;
++  }
++#endif
+ 
+   /* parse the ICC file */
+   lcms_profile = cmsOpenProfileFromStream (stream, r);
+-- 
+1.7.6
+



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 06:03:34
  Author: ibiru
Revision: 150827

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

Added:
  colord/repos/extra-i686/PKGBUILD
(from rev 150826, colord/trunk/PKGBUILD)
  colord/repos/extra-i686/fix-compilation.patch
(from rev 150826, colord/trunk/fix-compilation.patch)
  colord/repos/extra-x86_64/PKGBUILD
(from rev 150826, colord/trunk/PKGBUILD)
  colord/repos/extra-x86_64/fix-compilation.patch
(from rev 150826, colord/trunk/fix-compilation.patch)
Deleted:
  colord/repos/extra-i686/PKGBUILD
  colord/repos/extra-x86_64/PKGBUILD

+
 extra-i686/PKGBUILD|   66 ++-
 extra-i686/fix-compilation.patch   |   38 
 extra-x86_64/PKGBUILD  |   66 ++-
 extra-x86_64/fix-compilation.patch |   38 
 4 files changed, 146 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 10:52:38 UTC (rev 150826)
+++ extra-i686/PKGBUILD 2012-02-23 11:03:34 UTC (rev 150827)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=colord
-pkgver=0.1.16
-pkgrel=1
-pkgdesc=Color daemon
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/software/colord;
-license=('GPL2')
-depends=('lcms2' 'libgusb' 'polkit' 'sane' 'shared-color-profiles' 'sqlite3' 
'udev')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-sha1sums=('bd2fbad0043d2c1f55ab7ff8cb5e261b684e699c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 150826, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 11:03:34 UTC (rev 150827)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=colord
+pkgver=0.1.17
+pkgrel=1
+pkgdesc=Color daemon
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/software/colord;
+license=('GPL2')
+depends=('lcms2' 'libgusb' 'polkit' 'sane' 'shared-color-profiles' 'sqlite3' 
'udev')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+source=($url/releases/$pkgname-$pkgver.tar.xz
+fix-compilation.patch)
+options=('!libtool')
+sha1sums=('7716c58a7ab85029637c7e88bdb77e48b6cd5ce9'
+  'b77dd47f623a05055e8988dd568695fcbf457500')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/fix-compilation.patch
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static \
+--with-systemdsystemunitdir=/lib/systemd/system
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/fix-compilation.patch (from rev 150826, 
colord/trunk/fix-compilation.patch)
===
--- extra-i686/fix-compilation.patch(rev 0)
+++ extra-i686/fix-compilation.patch2012-02-23 11:03:34 UTC (rev 150827)
@@ -0,0 +1,38 @@
+From 638a98fef16fa15946522d4112660b4b20c0d630 Mon Sep 17 00:00:00 2001
+From: Richard Hughes rich...@hughsie.com
+Date: Thu, 23 Feb 2012 10:43:37 +
+Subject: [PATCH] trivial: Fix compile with older versions of GLib
+
+g_mapped_file_new_from_fd() was introduced in 2.31.0 not 2.30.0 as the
+docs suggested.
+
+Resoves https://bugs.freedesktop.org/show_bug.cgi?id=46481
+---
+ src/cd-profile.c |   10 ++
+ 1 files changed, 10 insertions(+), 0 deletions(-)
+
+diff --git a/src/cd-profile.c b/src/cd-profile.c
+index a292616..323588b 100644
+--- a/src/cd-profile.c
 b/src/cd-profile.c
+@@ -1066,7 +1066,17 @@ cd_profile_set_fd (CdProfile *profile,
+   }
+ 
+   /* create a mapped file */
++#if GLIB_CHECK_VERSION(2,31,0)
+   priv-mapped_file = g_mapped_file_new_from_fd (fd, FALSE, error);
++  if (priv-mapped_file == NULL) {
++  g_set_error (error,
++   CD_MAIN_ERROR,
++   CD_MAIN_ERROR_FAILED,
++   failed to create mapped file from fd %i,
++   fd);
++  goto out;
++  }
++#endif
+ 
+   /* parse the ICC file */
+   lcms_profile = cmsOpenProfileFromStream (stream, r);
+-- 
+1.7.6
+

Deleted: extra-x86_64/PKGBUILD

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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 06:52:18
  Author: ibiru
Revision: 150828

rebuild for signing

Modified:
  gdata-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 11:03:34 UTC (rev 150827)
+++ PKGBUILD2012-02-23 11:52:18 UTC (rev 150828)
@@ -4,7 +4,7 @@
 pkgname=gdata-sharp
 _pkgname=libgoogle-data-mono
 pkgver=1.7.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Provide a simple protocol for reading and writing data on the web.
 arch=('any')
 url=http://code.google.com/p/google-gdata/;



[arch-commits] Commit in gdata-sharp/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 06:53:19
  Author: ibiru
Revision: 150829

archrelease: copy trunk to extra-any

Added:
  gdata-sharp/repos/extra-any/PKGBUILD
(from rev 150828, gdata-sharp/trunk/PKGBUILD)
Deleted:
  gdata-sharp/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 11:52:18 UTC (rev 150828)
+++ PKGBUILD2012-02-23 11:53:19 UTC (rev 150829)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-pkgname=gdata-sharp
-_pkgname=libgoogle-data-mono
-pkgver=1.7.0.1
-pkgrel=1
-pkgdesc=Provide a simple protocol for reading and writing data on the web.
-arch=('any')
-url=http://code.google.com/p/google-gdata/;
-license=('Apache')
-depends=('mono')
-source=(http://google-gdata.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
-sha1sums=('69a643151baacfd6366e62c5cc7542b4c914cd46')
-
-build() {
-  cd $srcdir/$_pkgname-$pkgver
-  sed -i '/PREFIX=/ s|/usr/local|/usr|' ./Makefile
-
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: gdata-sharp/repos/extra-any/PKGBUILD (from rev 150828, 
gdata-sharp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 11:53:19 UTC (rev 150829)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+pkgname=gdata-sharp
+_pkgname=libgoogle-data-mono
+pkgver=1.7.0.1
+pkgrel=2
+pkgdesc=Provide a simple protocol for reading and writing data on the web.
+arch=('any')
+url=http://code.google.com/p/google-gdata/;
+license=('Apache')
+depends=('mono')
+source=(http://google-gdata.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
+sha1sums=('69a643151baacfd6366e62c5cc7542b4c914cd46')
+
+build() {
+  cd $srcdir/$_pkgname-$pkgver
+  sed -i '/PREFIX=/ s|/usr/local|/usr|' ./Makefile
+
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 06:53:56
  Author: ibiru
Revision: 150830

rebuild for signing

Modified:
  gkeyfile-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 11:53:19 UTC (rev 150829)
+++ PKGBUILD2012-02-23 11:53:56 UTC (rev 150830)
@@ -5,12 +5,12 @@
 pkgver=0.1
 _pkgver=GKEYFILE_SHARP_0_1-0-g07a401a
 _git=662c5c1
-pkgrel=1
+pkgrel=2
 pkgdesc=Mono bindings for GLib’s GKeyFile
 arch=('any')
 url=http://github.com/mono/gkeyfile-sharp;
 license=('LGPL')
-depends=('gtk-sharp-2=2.12.9')
+depends=('gtk-sharp-2')
 
source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gkeyfile-sharp/zipball/GKEYFILE_SHARP_0_1)
 md5sums=('cf2467dde223454d7eda0a8406518458')
 



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

2012-02-23 Thread Juergen Hoetzel
Date: Thursday, February 23, 2012 @ 07:00:50
  Author: juergen
Revision: 150831

rebuild against sbcl 1.0.55

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 11:53:56 UTC (rev 150830)
+++ PKGBUILD2012-02-23 12:00:50 UTC (rev 150831)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Maxima - a sophisticated computer algebra system
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://maxima.sourceforge.net;
-depends=('sbcl=1.0.54' 'texinfo' 'sh')
+depends=('sbcl=1.0.55' 'texinfo' 'sh')
 makedepends=('python2')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version



[arch-commits] Commit in maxima/repos/extra-x86_64 (6 files)

2012-02-23 Thread Juergen Hoetzel
Date: Thursday, February 23, 2012 @ 07:01:17
  Author: juergen
Revision: 150832

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 150831, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 150831, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 150831, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

+
 PKGBUILD   |   92 +++
 maxima.desktop |   22 ++---
 maxima.install |   36 ++---
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 12:00:50 UTC (rev 150831)
+++ PKGBUILD2012-02-23 12:01:17 UTC (rev 150832)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.26.0
-pkgrel=1
-pkgdesc=Maxima - a sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.0.54' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('bc7448486478b217c333605c6d8f6c0bbdd3526c'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 150831, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 12:01:17 UTC (rev 150832)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.26.0
+pkgrel=2
+pkgdesc=Maxima - a sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.0.55' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('bc7448486478b217c333605c6d8f6c0bbdd3526c'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop
===
--- maxima.desktop  2012-02-23 12:00:50 UTC (rev 150831)
+++ maxima.desktop  2012-02-23 12:01:17 UTC (rev 150832)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=XMaxima
-GenericName=A computer algebra 

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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:19:33
  Author: ibiru
Revision: 150833

rebuild for signing

Modified:
  gnome-keyring-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 12:01:17 UTC (rev 150832)
+++ PKGBUILD2012-02-23 12:19:33 UTC (rev 150833)
@@ -2,16 +2,15 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=gnome-keyring-sharp
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A fully managed implementation of libgnome-keyring
 arch=('i686' 'x86_64')
 url=http://www.mono-project.com/Libraries;
 license=('custom')
 depends=('ndesk-dbus=0.4' 'libgnome-keyring')
 makedepends=('gtk-sharp-2')
-replaces=('gnome-keyring-sharp-svn')
 source=(http://www.go-mono.com/archive/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-options=('!makeflags')
+options=('!makeflags' '!libtool')
 md5sums=('f9a48319f3fe6123017b000d714d68b1')
 
 build() {
@@ -21,6 +20,11 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   make DESTDIR=${pkgdir} install
   rm -rf ${MONO_SHARED_DIR}
   ln -sf gnome-keyring-sharp-1.0.pc 
${pkgdir}/usr/lib/pkgconfig/gnome-keyring-sharp.pc



[arch-commits] Commit in gkeyfile-sharp/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:20:03
  Author: ibiru
Revision: 150834

archrelease: copy trunk to extra-any

Added:
  gkeyfile-sharp/repos/extra-any/PKGBUILD
(from rev 150833, gkeyfile-sharp/trunk/PKGBUILD)
Deleted:
  gkeyfile-sharp/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 12:19:33 UTC (rev 150833)
+++ PKGBUILD2012-02-23 12:20:03 UTC (rev 150834)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-pkgname=gkeyfile-sharp
-pkgver=0.1
-_pkgver=GKEYFILE_SHARP_0_1-0-g07a401a
-_git=662c5c1
-pkgrel=1
-pkgdesc=Mono bindings for GLib’s GKeyFile
-arch=('any')
-url=http://github.com/mono/gkeyfile-sharp;
-license=('LGPL')
-depends=('gtk-sharp-2=2.12.9')
-source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gkeyfile-sharp/zipball/GKEYFILE_SHARP_0_1)
-md5sums=('cf2467dde223454d7eda0a8406518458')
-
-build() {
-  cd $srcdir/mono-$pkgname-$_git
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/mono-$pkgname-$_git
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: gkeyfile-sharp/repos/extra-any/PKGBUILD (from rev 150833, 
gkeyfile-sharp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 12:20:03 UTC (rev 150834)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+pkgname=gkeyfile-sharp
+pkgver=0.1
+_pkgver=GKEYFILE_SHARP_0_1-0-g07a401a
+_git=662c5c1
+pkgrel=2
+pkgdesc=Mono bindings for GLib’s GKeyFile
+arch=('any')
+url=http://github.com/mono/gkeyfile-sharp;
+license=('LGPL')
+depends=('gtk-sharp-2')
+source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gkeyfile-sharp/zipball/GKEYFILE_SHARP_0_1)
+md5sums=('cf2467dde223454d7eda0a8406518458')
+
+build() {
+  cd $srcdir/mono-$pkgname-$_git
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/mono-$pkgname-$_git
+
+  make DESTDIR=$pkgdir/ install
+}



[arch-commits] Commit in sbcl/repos/extra-i686 (6 files)

2012-02-23 Thread Juergen Hoetzel
Date: Thursday, February 23, 2012 @ 07:20:29
  Author: juergen
Revision: 150835

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 150834, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 150834, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 150834, sbcl/trunk/sbcl.install)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install

-+
 PKGBUILD|  138 +++---
 arch-fixes.lisp |   42 
 sbcl.install|   36 +++---
 3 files changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 12:20:03 UTC (rev 150834)
+++ PKGBUILD2012-02-23 12:20:29 UTC (rev 150835)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.0.55
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl' 'texinfo')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-arch-fixes.lisp)
-md5sums=('128fb15c80e8e3f8d4024bd8e04635e0'
- '7ac0c1936547f4278198b8bf7725204d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
-  export GNUMAKE=make -e
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script 
${startdir}/src/arch-fixes.lisp
-  mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 150834, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 12:20:29 UTC (rev 150835)
@@ -0,0 +1,69 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.0.55
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl' 'texinfo')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+arch-fixes.lisp)
+md5sums=('128fb15c80e8e3f8d4024bd8e04635e0'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
+  export GNUMAKE=make -e
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  INSTALL_ROOT=$pkgdir/usr sh install.sh
+
+  src/runtime/sbcl --core output/sbcl.core --script 
${startdir}/src/arch-fixes.lisp
+  mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
+
+  # sources
+  mkdir -p $pkgdir/usr/share/sbcl-source
+  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
+
+  # license
+  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
+   $pkgdir/usr/share/licenses/$pkgname/license.txt

[arch-commits] Commit in gnome-keyring-sharp/repos (8 files)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:21:20
  Author: ibiru
Revision: 150836

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

Added:
  gnome-keyring-sharp/repos/extra-i686/02_gnome_2.30_compatibility.patch
(from rev 150835, 
gnome-keyring-sharp/trunk/02_gnome_2.30_compatibility.patch)
  gnome-keyring-sharp/repos/extra-i686/PKGBUILD
(from rev 150835, gnome-keyring-sharp/trunk/PKGBUILD)
  gnome-keyring-sharp/repos/extra-x86_64/02_gnome_2.30_compatibility.patch
(from rev 150835, 
gnome-keyring-sharp/trunk/02_gnome_2.30_compatibility.patch)
  gnome-keyring-sharp/repos/extra-x86_64/PKGBUILD
(from rev 150835, gnome-keyring-sharp/trunk/PKGBUILD)
Deleted:
  gnome-keyring-sharp/repos/extra-i686/02_gnome_2.30_compatibility.patch
  gnome-keyring-sharp/repos/extra-i686/PKGBUILD
  gnome-keyring-sharp/repos/extra-x86_64/02_gnome_2.30_compatibility.patch
  gnome-keyring-sharp/repos/extra-x86_64/PKGBUILD

+
 extra-i686/02_gnome_2.30_compatibility.patch   | 2968 +++
 extra-i686/PKGBUILD|   60 
 extra-x86_64/02_gnome_2.30_compatibility.patch | 2968 +++
 extra-x86_64/PKGBUILD  |   60 
 4 files changed, 3032 insertions(+), 3024 deletions(-)

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


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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:22:10
  Author: ibiru
Revision: 150837

rebuild for signing

Modified:
  gudev-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 12:21:20 UTC (rev 150836)
+++ PKGBUILD2012-02-23 12:22:10 UTC (rev 150837)
@@ -5,12 +5,12 @@
 pkgver=0.1
 _pkgver=GUDEV_SHARP_0_1-0-g2c53e2f
 _git=cd3e7df
-pkgrel=1
+pkgrel=2
 pkgdesc=Gudev mono bindings
 arch=('any')
 url=http://github.com/mono/gudev-sharp;
 license=('LGPL')
-depends=('gtk-sharp-2=1.9.0')
+depends=('gtk-sharp-2')
 
source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gudev-sharp/zipball/GUDEV_SHARP_0_1)
 md5sums=('05d059577913ca1d10ab952303951614')
 



[arch-commits] Commit in gudev-sharp/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:25:36
  Author: ibiru
Revision: 150838

archrelease: copy trunk to extra-any

Added:
  gudev-sharp/repos/extra-any/PKGBUILD
(from rev 150837, gudev-sharp/trunk/PKGBUILD)
Deleted:
  gudev-sharp/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 12:22:10 UTC (rev 150837)
+++ PKGBUILD2012-02-23 12:25:36 UTC (rev 150838)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-pkgname=gudev-sharp
-pkgver=0.1
-_pkgver=GUDEV_SHARP_0_1-0-g2c53e2f
-_git=cd3e7df
-pkgrel=1
-pkgdesc=Gudev mono bindings
-arch=('any')
-url=http://github.com/mono/gudev-sharp;
-license=('LGPL')
-depends=('gtk-sharp-2=1.9.0')
-source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gudev-sharp/zipball/GUDEV_SHARP_0_1)
-md5sums=('05d059577913ca1d10ab952303951614')
-
-build() {
-  cd $srcdir/mono-$pkgname-$_git
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/mono-$pkgname-$_git
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: gudev-sharp/repos/extra-any/PKGBUILD (from rev 150837, 
gudev-sharp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 12:25:36 UTC (rev 150838)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+pkgname=gudev-sharp
+pkgver=0.1
+_pkgver=GUDEV_SHARP_0_1-0-g2c53e2f
+_git=cd3e7df
+pkgrel=2
+pkgdesc=Gudev mono bindings
+arch=('any')
+url=http://github.com/mono/gudev-sharp;
+license=('LGPL')
+depends=('gtk-sharp-2')
+source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gudev-sharp/zipball/GUDEV_SHARP_0_1)
+md5sums=('05d059577913ca1d10ab952303951614')
+
+build() {
+  cd $srcdir/mono-$pkgname-$_git
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/mono-$pkgname-$_git
+
+  make DESTDIR=$pkgdir/ install
+}



[arch-commits] Commit in maxima/repos/extra-i686 (6 files)

2012-02-23 Thread Juergen Hoetzel
Date: Thursday, February 23, 2012 @ 07:28:45
  Author: juergen
Revision: 150839

archrelease: copy trunk to extra-i686

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 150838, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 150838, maxima/trunk/maxima.desktop)
  maxima/repos/extra-i686/maxima.install
(from rev 150838, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-i686/maxima.install

+
 PKGBUILD   |   92 +++
 maxima.desktop |   22 ++---
 maxima.install |   36 ++---
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 12:25:36 UTC (rev 150838)
+++ PKGBUILD2012-02-23 12:28:45 UTC (rev 150839)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.26.0
-pkgrel=1
-pkgdesc=Maxima - a sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.0.54' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('bc7448486478b217c333605c6d8f6c0bbdd3526c'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 150838, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 12:28:45 UTC (rev 150839)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.26.0
+pkgrel=2
+pkgdesc=Maxima - a sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.0.55' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('bc7448486478b217c333605c6d8f6c0bbdd3526c'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop
===
--- maxima.desktop  2012-02-23 12:25:36 UTC (rev 150838)
+++ maxima.desktop  2012-02-23 12:28:45 UTC (rev 150839)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=XMaxima
-GenericName=A computer algebra system

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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:29:13
  Author: ibiru
Revision: 150840

rebuild for signing

Modified:
  hddtemp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 12:28:45 UTC (rev 150839)
+++ PKGBUILD2012-02-23 12:29:13 UTC (rev 150840)
@@ -8,7 +8,7 @@
 pkgver=0.3.beta15.46
 _origver=0.3-beta15
 _patchver=46
-pkgrel=1
+pkgrel=2
 pkgdesc=Gives you the temperature of your hard drive by reading S.M.A.R.T. 
information
 arch=('i686' 'x86_64')
 url=http://www.guzu.net/linux/hddtemp.php;



[arch-commits] Commit in hddtemp/repos (16 files)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:31:37
  Author: ibiru
Revision: 150841

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

Added:
  hddtemp/repos/extra-i686/PKGBUILD
(from rev 150840, hddtemp/trunk/PKGBUILD)
  hddtemp/repos/extra-i686/hddtemp
(from rev 150840, hddtemp/trunk/hddtemp)
  hddtemp/repos/extra-i686/hddtemp-0.3-beta15-reg-eip.patch
(from rev 150840, hddtemp/trunk/hddtemp-0.3-beta15-reg-eip.patch)
  hddtemp/repos/extra-i686/hddtemp.confd
(from rev 150840, hddtemp/trunk/hddtemp.confd)
  hddtemp/repos/extra-x86_64/PKGBUILD
(from rev 150840, hddtemp/trunk/PKGBUILD)
  hddtemp/repos/extra-x86_64/hddtemp
(from rev 150840, hddtemp/trunk/hddtemp)
  hddtemp/repos/extra-x86_64/hddtemp-0.3-beta15-reg-eip.patch
(from rev 150840, hddtemp/trunk/hddtemp-0.3-beta15-reg-eip.patch)
  hddtemp/repos/extra-x86_64/hddtemp.confd
(from rev 150840, hddtemp/trunk/hddtemp.confd)
Deleted:
  hddtemp/repos/extra-i686/PKGBUILD
  hddtemp/repos/extra-i686/hddtemp
  hddtemp/repos/extra-i686/hddtemp-0.3-beta15-reg-eip.patch
  hddtemp/repos/extra-i686/hddtemp.confd
  hddtemp/repos/extra-x86_64/PKGBUILD
  hddtemp/repos/extra-x86_64/hddtemp
  hddtemp/repos/extra-x86_64/hddtemp-0.3-beta15-reg-eip.patch
  hddtemp/repos/extra-x86_64/hddtemp.confd

---+
 extra-i686/PKGBUILD   |   87 
 extra-i686/hddtemp|   78 ++---
 extra-i686/hddtemp-0.3-beta15-reg-eip.patch   |   44 ++--
 extra-i686/hddtemp.confd  |4 -
 extra-x86_64/PKGBUILD |   87 
 extra-x86_64/hddtemp  |   78 ++---
 extra-x86_64/hddtemp-0.3-beta15-reg-eip.patch |   44 ++--
 extra-x86_64/hddtemp.confd|4 -
 8 files changed, 218 insertions(+), 208 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 12:29:13 UTC (rev 150840)
+++ extra-i686/PKGBUILD 2012-02-23 12:31:37 UTC (rev 150841)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino b...@archlinux.it
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=hddtemp
-pkgver=0.3.beta15.46
-_origver=0.3-beta15
-_patchver=46
-pkgrel=1
-pkgdesc=Gives you the temperature of your hard drive by reading S.M.A.R.T. 
information
-arch=('i686' 'x86_64')
-url=http://www.guzu.net/linux/hddtemp.php;
-license=('GPL')
-depends=('glibc')
-backup=('etc/conf.d/hddtemp')
-source=(http://www.guzu.net/files/hddtemp-${_origver}.tar.bz2
-
http://ftp.debian.org/debian/pool/main/h/hddtemp/hddtemp_${_origver}-${_patchver}.diff.gz
-'hddtemp' 'hddtemp.confd' 'hddtemp-0.3-beta15-reg-eip.patch')
-md5sums=('8b829339e1ae9df701684ec239021bb8'
- '040437845e28771c560b4bb40e41f933'
- 'b7ebb86dfeef3bc4577ed1040307e36b'
- 'fdca5c43900406f0be76534ef2a5a697'
- '526ef28549dd0da7e38d32cfc8523592')
-options=('!libtool')
-
-build() {
-  cd $srcdir/$pkgname-${_origver}
-
-  patch -Np1 -i $srcdir/${pkgname}_${_origver}-${_patchver}.diff
-  patch -Np1 -i $srcdir/hddtemp-0.3-beta15-reg-eip.patch
-
-  ./configure --prefix=/usr --mandir=/usr/share/man 
--with-db-path=/usr/share/$pkgname/hddtemp.db
-  make
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 $srcdir/$pkgname-${_origver}/debian/hddtemp.db \
-$pkgdir/usr/share/${pkgname}/hddtemp.db
-  install -D -m644 $srcdir/hddtemp.confd $pkgdir/etc/conf.d/hddtemp
-  install -D -m755 $srcdir/hddtemp $pkgdir/etc/rc.d/hddtemp
-}

Copied: hddtemp/repos/extra-i686/PKGBUILD (from rev 150840, 
hddtemp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 12:31:37 UTC (rev 150841)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=hddtemp
+pkgver=0.3.beta15.46
+_origver=0.3-beta15
+_patchver=46
+pkgrel=2
+pkgdesc=Gives you the temperature of your hard drive by reading S.M.A.R.T. 
information
+arch=('i686' 'x86_64')
+url=http://www.guzu.net/linux/hddtemp.php;
+license=('GPL')
+depends=('glibc')
+backup=('etc/conf.d/hddtemp')
+source=(http://www.guzu.net/files/hddtemp-${_origver}.tar.bz2
+
http://ftp.debian.org/debian/pool/main/h/hddtemp/hddtemp_${_origver}-${_patchver}.diff.gz
+'hddtemp' 'hddtemp.confd' 'hddtemp-0.3-beta15-reg-eip.patch')
+md5sums=('8b829339e1ae9df701684ec239021bb8'
+ '040437845e28771c560b4bb40e41f933'
+ 'b7ebb86dfeef3bc4577ed1040307e36b'
+ 'fdca5c43900406f0be76534ef2a5a697'
+ '526ef28549dd0da7e38d32cfc8523592')
+options=('!libtool')
+
+build() {
+  cd 

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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:32:46
  Author: ibiru
Revision: 150842

rebuild for signing

Modified:
  leafpad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 12:31:37 UTC (rev 150841)
+++ PKGBUILD2012-02-23 12:32:46 UTC (rev 150842)
@@ -4,7 +4,7 @@
 
 pkgname=leafpad
 pkgver=0.8.18.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A notepad clone for GTK+ 2.0
 arch=('i686' 'x86_64')
 url=http://tarot.freeshell.org/leafpad/;



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:34:17
  Author: ibiru
Revision: 150843

rebuild for signing

Modified:
  libmusicbrainz3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 12:32:46 UTC (rev 150842)
+++ PKGBUILD2012-02-23 12:34:17 UTC (rev 150843)
@@ -3,7 +3,7 @@
 # Contributor: Max Fehrm max.fe...@gmail.com
 pkgname=libmusicbrainz3
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Library That Provides Access to the MusicBrainz Server  
 url=http://musicbrainz.org/;
 arch=('i686' 'x86_64')



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:34:26
  Author: ibiru
Revision: 150844

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

Added:
  leafpad/repos/extra-i686/PKGBUILD
(from rev 150842, leafpad/trunk/PKGBUILD)
  leafpad/repos/extra-i686/leafpad.install
(from rev 150842, leafpad/trunk/leafpad.install)
  leafpad/repos/extra-x86_64/PKGBUILD
(from rev 150843, leafpad/trunk/PKGBUILD)
  leafpad/repos/extra-x86_64/leafpad.install
(from rev 150843, leafpad/trunk/leafpad.install)
Deleted:
  leafpad/repos/extra-i686/PKGBUILD
  leafpad/repos/extra-i686/leafpad.install
  leafpad/repos/extra-x86_64/PKGBUILD
  leafpad/repos/extra-x86_64/leafpad.install

--+
 extra-i686/PKGBUILD  |   56 -
 extra-i686/leafpad.install   |   24 -
 extra-x86_64/PKGBUILD|   56 -
 extra-x86_64/leafpad.install |   24 -
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 12:34:17 UTC (rev 150843)
+++ extra-i686/PKGBUILD 2012-02-23 12:34:26 UTC (rev 150844)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-
-pkgname=leafpad
-pkgver=0.8.18.1
-pkgrel=2
-pkgdesc=A notepad clone for GTK+ 2.0
-arch=('i686' 'x86_64')
-url=http://tarot.freeshell.org/leafpad/;
-license=('GPL')
-depends=('gtk2' 'desktop-file-utils')
-makedepends=('intltool')
-install=leafpad.install
-source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('254a72fc67505e3aa52884c729cd7b97')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-chooser
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  echo 'StartupNotify=true'  
${pkgdir}/usr/share/applications/leafpad.desktop
-}

Copied: leafpad/repos/extra-i686/PKGBUILD (from rev 150842, 
leafpad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 12:34:26 UTC (rev 150844)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgname=leafpad
+pkgver=0.8.18.1
+pkgrel=3
+pkgdesc=A notepad clone for GTK+ 2.0
+arch=('i686' 'x86_64')
+url=http://tarot.freeshell.org/leafpad/;
+license=('GPL')
+depends=('gtk2' 'desktop-file-utils')
+makedepends=('intltool')
+install=leafpad.install
+source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('254a72fc67505e3aa52884c729cd7b97')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-chooser
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  echo 'StartupNotify=true'  
${pkgdir}/usr/share/applications/leafpad.desktop
+}

Deleted: extra-i686/leafpad.install
===
--- extra-i686/leafpad.install  2012-02-23 12:34:17 UTC (rev 150843)
+++ extra-i686/leafpad.install  2012-02-23 12:34:26 UTC (rev 150844)
@@ -1,12 +0,0 @@
-post_install() {
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: leafpad/repos/extra-i686/leafpad.install (from rev 150842, 
leafpad/trunk/leafpad.install)
===
--- extra-i686/leafpad.install  (rev 0)
+++ extra-i686/leafpad.install  2012-02-23 12:34:26 UTC (rev 150844)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 12:34:17 UTC (rev 150843)
+++ extra-x86_64/PKGBUILD   2012-02-23 12:34:26 UTC (rev 150844)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-
-pkgname=leafpad
-pkgver=0.8.18.1
-pkgrel=2
-pkgdesc=A notepad clone for GTK+ 2.0
-arch=('i686' 'x86_64')
-url=http://tarot.freeshell.org/leafpad/;
-license=('GPL')
-depends=('gtk2' 'desktop-file-utils')
-makedepends=('intltool')
-install=leafpad.install
-source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('254a72fc67505e3aa52884c729cd7b97')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-chooser
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} 

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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:35:42
  Author: ibiru
Revision: 150845

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

Added:
  libmusicbrainz3/repos/extra-i686/PKGBUILD
(from rev 150844, libmusicbrainz3/trunk/PKGBUILD)
  libmusicbrainz3/repos/extra-x86_64/PKGBUILD
(from rev 150844, libmusicbrainz3/trunk/PKGBUILD)
Deleted:
  libmusicbrainz3/repos/extra-i686/PKGBUILD
  libmusicbrainz3/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-02-23 12:34:26 UTC (rev 150844)
+++ extra-i686/PKGBUILD 2012-02-23 12:35:42 UTC (rev 150845)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Max Fehrm max.fe...@gmail.com
-pkgname=libmusicbrainz3
-pkgver=3.0.3
-pkgrel=1
-pkgdesc=Library That Provides Access to the MusicBrainz Server  
-url=http://musicbrainz.org/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('neon' 'libdiscid')
-makedepends=('cmake')
-source=(ftp://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-$pkgver.tar.gz)
-md5sums=('f4824d0a75bdeeef1e45cc88de7bb58a')
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../libmusicbrainz-${pkgver} \
-  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  -DBUILD_SHARED_LIBS:BOOL=ON \
-  -DBUILD_STATIC_LIBS:BOOL=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libmusicbrainz3/repos/extra-i686/PKGBUILD (from rev 150844, 
libmusicbrainz3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 12:35:42 UTC (rev 150845)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Max Fehrm max.fe...@gmail.com
+pkgname=libmusicbrainz3
+pkgver=3.0.3
+pkgrel=2
+pkgdesc=Library That Provides Access to the MusicBrainz Server  
+url=http://musicbrainz.org/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('neon' 'libdiscid')
+makedepends=('cmake')
+source=(ftp://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-$pkgver.tar.gz)
+md5sums=('f4824d0a75bdeeef1e45cc88de7bb58a')
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../libmusicbrainz-${pkgver} \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DBUILD_SHARED_LIBS:BOOL=ON \
+  -DBUILD_STATIC_LIBS:BOOL=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 12:34:26 UTC (rev 150844)
+++ extra-x86_64/PKGBUILD   2012-02-23 12:35:42 UTC (rev 150845)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Max Fehrm max.fe...@gmail.com
-pkgname=libmusicbrainz3
-pkgver=3.0.3
-pkgrel=1
-pkgdesc=Library That Provides Access to the MusicBrainz Server  
-url=http://musicbrainz.org/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('neon' 'libdiscid')
-makedepends=('cmake')
-source=(ftp://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-$pkgver.tar.gz)
-md5sums=('f4824d0a75bdeeef1e45cc88de7bb58a')
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../libmusicbrainz-${pkgver} \
-  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  -DBUILD_SHARED_LIBS:BOOL=ON \
-  -DBUILD_STATIC_LIBS:BOOL=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libmusicbrainz3/repos/extra-x86_64/PKGBUILD (from rev 150844, 
libmusicbrainz3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 12:35:42 UTC (rev 150845)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Max Fehrm max.fe...@gmail.com
+pkgname=libmusicbrainz3
+pkgver=3.0.3
+pkgrel=2
+pkgdesc=Library That Provides Access to the MusicBrainz Server  
+url=http://musicbrainz.org/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('neon' 'libdiscid')
+makedepends=('cmake')
+source=(ftp://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-$pkgver.tar.gz)
+md5sums=('f4824d0a75bdeeef1e45cc88de7bb58a')
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../libmusicbrainz-${pkgver} \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DBUILD_SHARED_LIBS:BOOL=ON \
+  -DBUILD_STATIC_LIBS:BOOL=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:36:49
  Author: ibiru
Revision: 150846

rebuild for signing

Modified:
  python-telepathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 12:35:42 UTC (rev 150845)
+++ PKGBUILD2012-02-23 12:36:49 UTC (rev 150846)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 pkgname=python-telepathy
 pkgver=0.15.19
-pkgrel=1
+pkgrel=2
 pkgdesc=Python libraries for use in Telepathy clients and connection managers
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
@@ -17,5 +17,9 @@
 cd ${srcdir}/telepathy-python-${pkgver}
 ./configure --prefix=/usr
 make
+}
+
+package() {
+cd ${srcdir}/telepathy-python-${pkgver}
 make DESTDIR=${pkgdir} install
 }



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:38:51
  Author: ibiru
Revision: 150847

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

Added:
  python-telepathy/repos/extra-i686/PKGBUILD
(from rev 150846, python-telepathy/trunk/PKGBUILD)
  python-telepathy/repos/extra-x86_64/PKGBUILD
(from rev 150846, python-telepathy/trunk/PKGBUILD)
Deleted:
  python-telepathy/repos/extra-i686/PKGBUILD
  python-telepathy/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 12:36:49 UTC (rev 150846)
+++ extra-i686/PKGBUILD 2012-02-23 12:38:51 UTC (rev 150847)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-pkgname=python-telepathy
-pkgver=0.15.19
-pkgrel=1
-pkgdesc=Python libraries for use in Telepathy clients and connection managers
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-license=('LGPL')
-depends=('dbus-python')
-makedepends=('libxslt')
-source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz)
-md5sums=('f7ca25ab3c88874015b7e9728f7f3017')
-
-build() {
-cd ${srcdir}/telepathy-python-${pkgver}
-./configure --prefix=/usr
-make
-make DESTDIR=${pkgdir} install
-}

Copied: python-telepathy/repos/extra-i686/PKGBUILD (from rev 150846, 
python-telepathy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 12:38:51 UTC (rev 150847)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+pkgname=python-telepathy
+pkgver=0.15.19
+pkgrel=2
+pkgdesc=Python libraries for use in Telepathy clients and connection managers
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+license=('LGPL')
+depends=('dbus-python')
+makedepends=('libxslt')
+source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz)
+md5sums=('f7ca25ab3c88874015b7e9728f7f3017')
+
+build() {
+cd ${srcdir}/telepathy-python-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/telepathy-python-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 12:36:49 UTC (rev 150846)
+++ extra-x86_64/PKGBUILD   2012-02-23 12:38:51 UTC (rev 150847)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-pkgname=python-telepathy
-pkgver=0.15.19
-pkgrel=1
-pkgdesc=Python libraries for use in Telepathy clients and connection managers
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-license=('LGPL')
-depends=('dbus-python')
-makedepends=('libxslt')
-source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz)
-md5sums=('f7ca25ab3c88874015b7e9728f7f3017')
-
-build() {
-cd ${srcdir}/telepathy-python-${pkgver}
-./configure --prefix=/usr
-make
-make DESTDIR=${pkgdir} install
-}

Copied: python-telepathy/repos/extra-x86_64/PKGBUILD (from rev 150846, 
python-telepathy/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 12:38:51 UTC (rev 150847)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+pkgname=python-telepathy
+pkgver=0.15.19
+pkgrel=2
+pkgdesc=Python libraries for use in Telepathy clients and connection managers
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+license=('LGPL')
+depends=('dbus-python')
+makedepends=('libxslt')
+source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz)
+md5sums=('f7ca25ab3c88874015b7e9728f7f3017')
+
+build() {
+cd ${srcdir}/telepathy-python-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/telepathy-python-${pkgver}
+make DESTDIR=${pkgdir} install
+}



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:40:29
  Author: ibiru
Revision: 150848

rebuild for signing

Modified:
  telepathy-butterfly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 12:38:51 UTC (rev 150847)
+++ PKGBUILD2012-02-23 12:40:29 UTC (rev 150848)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 pkgname=telepathy-butterfly
 pkgver=0.5.15
-pkgrel=1
+pkgrel=2
 pkgdesc=A MSN connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;



[arch-commits] Commit in gtk-sharp-beans/trunk (PKGBUILD)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:44:42
  Author: ibiru
Revision: 150849

rebuild for signing

Modified:
  gtk-sharp-beans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 12:40:29 UTC (rev 150848)
+++ PKGBUILD2012-02-23 12:44:42 UTC (rev 150849)
@@ -5,7 +5,7 @@
 pkgver=2.14.0
 _pkgver=2.14.0-0-ga2ff3c5
 _git=19023b6
-pkgrel=1
+pkgrel=2
 pkgdesc=Gtk Sharp Beans aims to fill the gap between the current Gtk sharp 
packages state and all the blings and desktop integration stuffs
 arch=('any')
 url=https://github.com/mono/gtk-sharp-beans;



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:45:25
  Author: ibiru
Revision: 150850

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

Added:
  
telepathy-butterfly/repos/extra-i686/0001-bugfix-remove-bad-import-from-im-module.patch
(from rev 150849, 
telepathy-butterfly/trunk/0001-bugfix-remove-bad-import-from-im-module.patch)
  telepathy-butterfly/repos/extra-i686/PKGBUILD
(from rev 150849, telepathy-butterfly/trunk/PKGBUILD)
  telepathy-butterfly/repos/extra-i686/telepathy-butterfly.install
(from rev 150849, telepathy-butterfly/trunk/telepathy-butterfly.install)
  
telepathy-butterfly/repos/extra-x86_64/0001-bugfix-remove-bad-import-from-im-module.patch
(from rev 150849, 
telepathy-butterfly/trunk/0001-bugfix-remove-bad-import-from-im-module.patch)
  telepathy-butterfly/repos/extra-x86_64/PKGBUILD
(from rev 150849, telepathy-butterfly/trunk/PKGBUILD)
  telepathy-butterfly/repos/extra-x86_64/telepathy-butterfly.install
(from rev 150849, telepathy-butterfly/trunk/telepathy-butterfly.install)
Deleted:
  
telepathy-butterfly/repos/extra-i686/0001-bugfix-remove-bad-import-from-im-module.patch
  telepathy-butterfly/repos/extra-i686/PKGBUILD
  telepathy-butterfly/repos/extra-i686/telepathy-butterfly.install
  
telepathy-butterfly/repos/extra-x86_64/0001-bugfix-remove-bad-import-from-im-module.patch
  telepathy-butterfly/repos/extra-x86_64/PKGBUILD
  telepathy-butterfly/repos/extra-x86_64/telepathy-butterfly.install

-+
 extra-i686/0001-bugfix-remove-bad-import-from-im-module.patch   |   52 
-
 extra-i686/PKGBUILD |   56 
+-
 extra-i686/telepathy-butterfly.install  |   26 ++--
 extra-x86_64/0001-bugfix-remove-bad-import-from-im-module.patch |   52 
-
 extra-x86_64/PKGBUILD   |   56 
+-
 extra-x86_64/telepathy-butterfly.install|   26 ++--
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: extra-i686/0001-bugfix-remove-bad-import-from-im-module.patch
===
--- extra-i686/0001-bugfix-remove-bad-import-from-im-module.patch   
2012-02-23 12:44:42 UTC (rev 150849)
+++ extra-i686/0001-bugfix-remove-bad-import-from-im-module.patch   
2012-02-23 12:45:25 UTC (rev 150850)
@@ -1,26 +0,0 @@
-From 501b46c364c5608d1b3b84dd48fe57abcabd4aea Mon Sep 17 00:00:00 2001
-From: Ionut Biru ib...@archlinux.org
-Date: Mon, 6 Dec 2010 04:22:45 -0800
-Subject: [PATCH] bugfix: remove bad import from im module
-
-Signed-off-by: Ionut Biru ib...@archlinux.org

- butterfly/channel/im.py |2 --
- 1 files changed, 0 insertions(+), 2 deletions(-)
-
-diff --git a/butterfly/channel/im.py b/butterfly/channel/im.py
-index 1781234..ac8dd44 100644
 a/butterfly/channel/im.py
-+++ b/butterfly/channel/im.py
-@@ -30,8 +30,6 @@ import papyon.event
- 
- from butterfly.channel.text import ButterflyTextChannel
- 
--from butterfly.Channel_Interface_Conference import 
CHANNEL_INTERFACE_CONFERENCE
--
- __all__ = ['ButterflyImChannel']
- 
- logger = logging.getLogger('Butterfly.ImChannel')
--- 
-1.7.3.2
-

Copied: 
telepathy-butterfly/repos/extra-i686/0001-bugfix-remove-bad-import-from-im-module.patch
 (from rev 150849, 
telepathy-butterfly/trunk/0001-bugfix-remove-bad-import-from-im-module.patch)
===
--- extra-i686/0001-bugfix-remove-bad-import-from-im-module.patch   
(rev 0)
+++ extra-i686/0001-bugfix-remove-bad-import-from-im-module.patch   
2012-02-23 12:45:25 UTC (rev 150850)
@@ -0,0 +1,26 @@
+From 501b46c364c5608d1b3b84dd48fe57abcabd4aea Mon Sep 17 00:00:00 2001
+From: Ionut Biru ib...@archlinux.org
+Date: Mon, 6 Dec 2010 04:22:45 -0800
+Subject: [PATCH] bugfix: remove bad import from im module
+
+Signed-off-by: Ionut Biru ib...@archlinux.org
+---
+ butterfly/channel/im.py |2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+
+diff --git a/butterfly/channel/im.py b/butterfly/channel/im.py
+index 1781234..ac8dd44 100644
+--- a/butterfly/channel/im.py
 b/butterfly/channel/im.py
+@@ -30,8 +30,6 @@ import papyon.event
+ 
+ from butterfly.channel.text import ButterflyTextChannel
+ 
+-from butterfly.Channel_Interface_Conference import 
CHANNEL_INTERFACE_CONFERENCE
+-
+ __all__ = ['ButterflyImChannel']
+ 
+ logger = logging.getLogger('Butterfly.ImChannel')
+-- 
+1.7.3.2
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 12:44:42 UTC (rev 150849)
+++ extra-i686/PKGBUILD 2012-02-23 12:45:25 UTC (rev 150850)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-pkgname=telepathy-butterfly
-pkgver=0.5.15
-pkgrel=1
-pkgdesc=A MSN connection manager for Telepathy

[arch-commits] Commit in gtk-sharp-beans/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:46:33
  Author: ibiru
Revision: 150851

archrelease: copy trunk to extra-any

Added:
  gtk-sharp-beans/repos/extra-any/PKGBUILD
(from rev 150850, gtk-sharp-beans/trunk/PKGBUILD)
Deleted:
  gtk-sharp-beans/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 12:45:25 UTC (rev 150850)
+++ PKGBUILD2012-02-23 12:46:33 UTC (rev 150851)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-pkgname=gtk-sharp-beans
-pkgver=2.14.0
-_pkgver=2.14.0-0-ga2ff3c5
-_git=19023b6
-pkgrel=1
-pkgdesc=Gtk Sharp Beans aims to fill the gap between the current Gtk sharp 
packages state and all the blings and desktop integration stuffs
-arch=('any')
-url=https://github.com/mono/gtk-sharp-beans;
-license=('LGPL')
-depends=('gio-sharp')
-source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gtk-sharp-beans/zipball/${pkgver})
-options=(!makeflags)
-md5sums=('f455424d5569608e8199e23cfc14bed8')
-
-build() {
-  cd $srcdir/mono-$pkgname-$_git
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/mono-$pkgname-$_git
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: gtk-sharp-beans/repos/extra-any/PKGBUILD (from rev 150850, 
gtk-sharp-beans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 12:46:33 UTC (rev 150851)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+pkgname=gtk-sharp-beans
+pkgver=2.14.0
+_pkgver=2.14.0-0-ga2ff3c5
+_git=19023b6
+pkgrel=2
+pkgdesc=Gtk Sharp Beans aims to fill the gap between the current Gtk sharp 
packages state and all the blings and desktop integration stuffs
+arch=('any')
+url=https://github.com/mono/gtk-sharp-beans;
+license=('LGPL')
+depends=('gio-sharp')
+source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gtk-sharp-beans/zipball/${pkgver})
+options=(!makeflags)
+md5sums=('f455424d5569608e8199e23cfc14bed8')
+
+build() {
+  cd $srcdir/mono-$pkgname-$_git
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/mono-$pkgname-$_git
+
+  make DESTDIR=$pkgdir/ install
+}



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

2012-02-23 Thread Juergen Hoetzel
Date: Thursday, February 23, 2012 @ 07:53:37
  Author: juergen
Revision: 150852

upgpkg: licq 1.6.0-1

Modified:
  licq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 12:46:33 UTC (rev 150851)
+++ PKGBUILD2012-02-23 12:53:37 UTC (rev 150852)
@@ -2,7 +2,7 @@
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=licq
-pkgver=1.5.1
+pkgver=1.6.0
 pkgrel=1
 pkgdesc=Advanced graphical ICQ clone and more for Unix 
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'boost')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
-md5sums=('7dbf9f4f190fdae4c34ab6edefb34997')
+md5sums=('383153697e281a0b1b4ff008936731b8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-02-23 Thread Juergen Hoetzel
Date: Thursday, February 23, 2012 @ 07:53:44
  Author: juergen
Revision: 150853

archrelease: copy trunk to extra-x86_64

Added:
  licq/repos/extra-x86_64/PKGBUILD
(from rev 150852, licq/trunk/PKGBUILD)
Deleted:
  licq/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 12:53:37 UTC (rev 150852)
+++ PKGBUILD2012-02-23 12:53:44 UTC (rev 150853)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=licq
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=Advanced graphical ICQ clone and more for Unix 
-arch=('i686' 'x86_64')
-url=http://www.licq.org;
-license=('GPL')
-depends=('libxss' 'qt' 'openssl')
-makedepends=('cmake' 'boost')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
-md5sums=('7dbf9f4f190fdae4c34ab6edefb34997')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # licq
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
-  make
-
-  # qt4-gui
-  cd ../plugins/qt4-gui
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  cd ../plugins/qt4-gui/build
-  make DESTDIR=${pkgdir} install
-}

Copied: licq/repos/extra-x86_64/PKGBUILD (from rev 150852, licq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 12:53:44 UTC (rev 150853)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Advanced graphical ICQ clone and more for Unix 
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('libxss' 'qt' 'openssl')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('383153697e281a0b1b4ff008936731b8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # licq
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:55:27
  Author: ibiru
Revision: 150854

update to 2.2.0

Modified:
  exempi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 12:53:44 UTC (rev 150853)
+++ PKGBUILD2012-02-23 12:55:27 UTC (rev 150854)
@@ -1,24 +1,28 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: André Klitzing aklitz...@online.de
 pkgname=exempi
-pkgver=2.1.1
+pkgver=2.2.0
 pkgrel=1
 pkgdesc=A library to parse XMP metadata
 arch=(i686 x86_64)
 url=http://libopenraw.freedesktop.org/wiki/Exempi;
 license=('custom:BSD')
-depends=('gcc-libs=4.4.2' 'expat=2.0.1' 'zlib')
-makedepends=('boost=1.36.0')
+depends=('gcc-libs' 'expat' 'zlib')
+makedepends=('boost')
 options=(!libtool)
-source=(http://libopenraw.freedesktop.org/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('62ecb5a01387b9f940a5429b3df67e65')
+source=(http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('f46d96975613593ee17aaf48cd350228')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
-   ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 $srcdir/$pkgname-$pkgver/COPYING \
+   $pkgdir/usr/share/licenses/$pkgname
+}



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:59:29
  Author: ibiru
Revision: 150855

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 12:55:27 UTC (rev 150854)
+++ extra-i686/PKGBUILD 2012-02-23 12:59:29 UTC (rev 150855)
@@ -1,24 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: André Klitzing aklitz...@online.de
-pkgname=exempi
-pkgver=2.1.1
-pkgrel=1
-pkgdesc=A library to parse XMP metadata
-arch=(i686 x86_64)
-url=http://libopenraw.freedesktop.org/wiki/Exempi;
-license=('custom:BSD')
-depends=('gcc-libs=4.4.2' 'expat=2.0.1' 'zlib')
-makedepends=('boost=1.36.0')
-options=(!libtool)
-source=(http://libopenraw.freedesktop.org/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('62ecb5a01387b9f940a5429b3df67e65')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
-   ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
-}

Copied: exempi/repos/extra-i686/PKGBUILD (from rev 150854, 
exempi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 12:59:29 UTC (rev 150855)
@@ -0,0 +1,28 @@
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: André Klitzing aklitz...@online.de
+pkgname=exempi
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=A library to parse XMP metadata
+arch=(i686 x86_64)
+url=http://libopenraw.freedesktop.org/wiki/Exempi;
+license=('custom:BSD')
+depends=('gcc-libs' 'expat' 'zlib')
+makedepends=('boost')
+options=(!libtool)
+source=(http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('f46d96975613593ee17aaf48cd350228')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 $srcdir/$pkgname-$pkgver/COPYING \
+   $pkgdir/usr/share/licenses/$pkgname
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 12:55:27 UTC (rev 150854)
+++ extra-x86_64/PKGBUILD   2012-02-23 12:59:29 UTC (rev 150855)
@@ -1,24 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: André Klitzing aklitz...@online.de
-pkgname=exempi
-pkgver=2.1.1
-pkgrel=1
-pkgdesc=A library to parse XMP metadata
-arch=(i686 x86_64)
-url=http://libopenraw.freedesktop.org/wiki/Exempi;
-license=('custom:BSD')
-depends=('gcc-libs=4.4.2' 'expat=2.0.1' 'zlib')
-makedepends=('boost=1.36.0')
-options=(!libtool)
-source=(http://libopenraw.freedesktop.org/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('62ecb5a01387b9f940a5429b3df67e65')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
-   ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
-}

Copied: exempi/repos/extra-x86_64/PKGBUILD (from rev 150854, 
exempi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 12:59:29 UTC (rev 150855)
@@ -0,0 +1,28 @@
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: André Klitzing aklitz...@online.de
+pkgname=exempi
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=A library to parse XMP metadata
+arch=(i686 x86_64)
+url=http://libopenraw.freedesktop.org/wiki/Exempi;
+license=('custom:BSD')
+depends=('gcc-libs' 'expat' 'zlib')
+makedepends=('boost')
+options=(!libtool)
+source=(http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('f46d96975613593ee17aaf48cd350228')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 $srcdir/$pkgname-$pkgver/COPYING \
+   $pkgdir/usr/share/licenses/$pkgname
+}



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:59:49
  Author: ibiru
Revision: 150856

rebuild for signing

Modified:
  fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |   32 ++--
 1 file changed, 18 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 12:59:29 UTC (rev 150855)
+++ PKGBUILD2012-02-23 12:59:49 UTC (rev 150856)
@@ -2,15 +2,15 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 pkgname=fontconfig
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for configuring and customizing font access
 arch=(i686 x86_64)
 url=http://www.fontconfig.org/release/;
 license=('custom')
-depends=('expat=2.0.1' 'freetype2=2.3.11')
+depends=('expat' 'freetype2')
 options=('!libtool')
 install=fontconfig.install
-source=(http://www.fontconfig.org/release/${pkgname}-${pkgver}.tar.gz
+source=(http://www.fontconfig.org/release/$pkgname-$pkgver.tar.gz
 29-replace-bitmap-fonts.conf
 30-urw-aliases.patch)
 md5sums=('77e15a92006ddc2adbb06f840d591c0e'
@@ -18,18 +18,22 @@
  '51bc6cb633b50f3c28793361738aac5b')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/30-urw-aliases.patch || return 1
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/30-urw-aliases.patch
   # enable Position Independent Code for prelinking
-  export CFLAGS=${CFLAGS} -fPIC
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  install -m644 ${srcdir}/29-replace-bitmap-fonts.conf \
-  ${pkgdir}/etc/fonts/conf.avail || return 1
-  rm -f ${pkgdir}/etc/fonts/conf.d/*.conf
+  export CFLAGS=$CFLAGS -fPIC
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
 
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m644 $srcdir/29-replace-bitmap-fonts.conf \
+  $pkgdir/etc/fonts/conf.avail
+  rm -f $pkgdir/etc/fonts/conf.d/*.conf
+
   #Install license
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
 }



[arch-commits] Commit in fontconfig/repos (16 files)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 08:01:06
  Author: ibiru
Revision: 150857

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

Added:
  fontconfig/repos/extra-i686/29-replace-bitmap-fonts.conf
(from rev 150856, fontconfig/trunk/29-replace-bitmap-fonts.conf)
  fontconfig/repos/extra-i686/30-urw-aliases.patch
(from rev 150856, fontconfig/trunk/30-urw-aliases.patch)
  fontconfig/repos/extra-i686/PKGBUILD
(from rev 150856, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/extra-i686/fontconfig.install
(from rev 150856, fontconfig/trunk/fontconfig.install)
  fontconfig/repos/extra-x86_64/29-replace-bitmap-fonts.conf
(from rev 150856, fontconfig/trunk/29-replace-bitmap-fonts.conf)
  fontconfig/repos/extra-x86_64/30-urw-aliases.patch
(from rev 150856, fontconfig/trunk/30-urw-aliases.patch)
  fontconfig/repos/extra-x86_64/PKGBUILD
(from rev 150856, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/extra-x86_64/fontconfig.install
(from rev 150856, fontconfig/trunk/fontconfig.install)
Deleted:
  fontconfig/repos/extra-i686/29-replace-bitmap-fonts.conf
  fontconfig/repos/extra-i686/30-urw-aliases.patch
  fontconfig/repos/extra-i686/PKGBUILD
  fontconfig/repos/extra-i686/fontconfig.install
  fontconfig/repos/extra-x86_64/29-replace-bitmap-fonts.conf
  fontconfig/repos/extra-x86_64/30-urw-aliases.patch
  fontconfig/repos/extra-x86_64/PKGBUILD
  fontconfig/repos/extra-x86_64/fontconfig.install

---+
 extra-i686/29-replace-bitmap-fonts.conf   |   74 +-
 extra-i686/30-urw-aliases.patch   |   26 +--
 extra-i686/PKGBUILD   |   74 +-
 extra-i686/fontconfig.install |  200 ++--
 extra-x86_64/29-replace-bitmap-fonts.conf |   74 +-
 extra-x86_64/30-urw-aliases.patch |   26 +--
 extra-x86_64/PKGBUILD |   74 +-
 extra-x86_64/fontconfig.install   |  200 ++--
 8 files changed, 378 insertions(+), 370 deletions(-)

Deleted: extra-i686/29-replace-bitmap-fonts.conf
===
--- extra-i686/29-replace-bitmap-fonts.conf 2012-02-23 12:59:49 UTC (rev 
150856)
+++ extra-i686/29-replace-bitmap-fonts.conf 2012-02-23 13:01:06 UTC (rev 
150857)
@@ -1,37 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-!-- Replace generic bitmap font names by generic font families.
- These font-families will get replaced by other rules and
-default to scaled ones. --
-match target=pattern name=family
-test name=family qual=any
-stringHelvetica/string
-/test
-edit mode=assign name=family
-stringArial/string
-stringLiberation Sans/string   
-stringsans-serif/string
-/edit
-/match
-match target=pattern name=family
-test name=family qual=any
-stringCourier/string
-/test
-edit mode=assign name=family
-stringCourier New/string
-stringLiberation Mono/string
-stringmonospace/string
-/edit
-/match
-match target=pattern name=family
-test name=family qual=any
-stringTimes/string
-/test
-edit mode=assign name=family
-stringTimes New Roman/string
-stringLiberation Serif/string
-stringserif/string
-/edit
-/match
-/fontconfig

Copied: fontconfig/repos/extra-i686/29-replace-bitmap-fonts.conf (from rev 
150856, fontconfig/trunk/29-replace-bitmap-fonts.conf)
===
--- extra-i686/29-replace-bitmap-fonts.conf (rev 0)
+++ extra-i686/29-replace-bitmap-fonts.conf 2012-02-23 13:01:06 UTC (rev 
150857)
@@ -0,0 +1,37 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+!-- Replace generic bitmap font names by generic font families.
+ These font-families will get replaced by other rules and
+default to scaled ones. --
+match target=pattern name=family
+test name=family qual=any
+stringHelvetica/string
+/test
+edit mode=assign name=family
+stringArial/string
+stringLiberation Sans/string   
+stringsans-serif/string
+/edit
+/match
+match target=pattern name=family
+test name=family qual=any
+stringCourier/string
+/test
+edit mode=assign name=family
+stringCourier New/string
+stringLiberation Mono/string
+stringmonospace/string
+/edit
+/match
+match target=pattern name=family
+test name=family qual=any
+stringTimes/string
+/test
+edit mode=assign name=family
+stringTimes New Roman/string
+stringLiberation Serif/string
+  

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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 08:03:03
  Author: ibiru
Revision: 150858

rebuild for signing

Modified:
  gconf-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 13:01:06 UTC (rev 150857)
+++ PKGBUILD2012-02-23 13:03:03 UTC (rev 150858)
@@ -3,7 +3,7 @@
 
 pkgname=gconf-editor
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Graphical gconf registry editor
 arch=(i686 x86_64)
 license=('GPL')
@@ -17,17 +17,17 @@
 sha256sums=('184e17416c2dd927ccb3a9b435d86fbe4b654316b91a6db724a3fd447a9fae60')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
  --localstatedir=/var --disable-scrollkeeper
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
 
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gconf-editor ${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 gconf-editor $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
 }



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 08:04:28
  Author: ibiru
Revision: 150859

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

Added:
  gconf-editor/repos/extra-i686/PKGBUILD
(from rev 150858, gconf-editor/trunk/PKGBUILD)
  gconf-editor/repos/extra-i686/gconf-editor.install
(from rev 150858, gconf-editor/trunk/gconf-editor.install)
  gconf-editor/repos/extra-x86_64/PKGBUILD
(from rev 150858, gconf-editor/trunk/PKGBUILD)
  gconf-editor/repos/extra-x86_64/gconf-editor.install
(from rev 150858, gconf-editor/trunk/gconf-editor.install)
Deleted:
  gconf-editor/repos/extra-i686/PKGBUILD
  gconf-editor/repos/extra-i686/gconf-editor.install
  gconf-editor/repos/extra-x86_64/PKGBUILD
  gconf-editor/repos/extra-x86_64/gconf-editor.install

---+
 extra-i686/PKGBUILD   |   66 ++--
 extra-i686/gconf-editor.install   |   44 
 extra-x86_64/PKGBUILD |   66 ++--
 extra-x86_64/gconf-editor.install |   44 
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:03:03 UTC (rev 150858)
+++ extra-i686/PKGBUILD 2012-02-23 13:04:28 UTC (rev 150859)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gconf-editor
-pkgver=3.0.0
-pkgrel=1
-pkgdesc=Graphical gconf registry editor
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gconf' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
-url=http://www.gnome.org;
-groups=('gnome-extra')
-options=(!emptydirs)
-install=gconf-editor.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('184e17416c2dd927ccb3a9b435d86fbe4b654316b91a6db724a3fd447a9fae60')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gconf-editor ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gconf-editor/repos/extra-i686/PKGBUILD (from rev 150858, 
gconf-editor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:04:28 UTC (rev 150859)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gconf-editor
+pkgver=3.0.0
+pkgrel=2
+pkgdesc=Graphical gconf registry editor
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gconf' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
+url=http://www.gnome.org;
+groups=('gnome-extra')
+options=(!emptydirs)
+install=gconf-editor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('184e17416c2dd927ccb3a9b435d86fbe4b654316b91a6db724a3fd447a9fae60')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gconf-editor $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/gconf-editor.install
===
--- extra-i686/gconf-editor.install 2012-02-23 13:03:03 UTC (rev 150858)
+++ extra-i686/gconf-editor.install 2012-02-23 13:04:28 UTC (rev 150859)
@@ -1,22 +0,0 @@
-pkgname=gconf-editor
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gconf-editor/repos/extra-i686/gconf-editor.install (from rev 150858, 
gconf-editor/trunk/gconf-editor.install)
===
--- extra-i686/gconf-editor.install (rev 0)
+++ extra-i686/gconf-editor.install 2012-02-23 13:04:28 UTC (rev 150859)
@@ -0,0 +1,22 @@
+pkgname=gconf-editor
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {

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

2012-02-23 Thread Juergen Hoetzel
Date: Thursday, February 23, 2012 @ 08:04:37
  Author: juergen
Revision: 150860

archrelease: copy trunk to extra-i686

Added:
  licq/repos/extra-i686/PKGBUILD
(from rev 150859, licq/trunk/PKGBUILD)
Deleted:
  licq/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 13:04:28 UTC (rev 150859)
+++ PKGBUILD2012-02-23 13:04:37 UTC (rev 150860)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=licq
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=Advanced graphical ICQ clone and more for Unix 
-arch=('i686' 'x86_64')
-url=http://www.licq.org;
-license=('GPL')
-depends=('libxss' 'qt' 'openssl')
-makedepends=('cmake' 'boost')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
-md5sums=('7dbf9f4f190fdae4c34ab6edefb34997')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # licq
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
-  make
-
-  # qt4-gui
-  cd ../plugins/qt4-gui
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  cd ../plugins/qt4-gui/build
-  make DESTDIR=${pkgdir} install
-}

Copied: licq/repos/extra-i686/PKGBUILD (from rev 150859, licq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 13:04:37 UTC (rev 150860)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Advanced graphical ICQ clone and more for Unix 
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('libxss' 'qt' 'openssl')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('383153697e281a0b1b4ff008936731b8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # licq
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 08:05:44
  Author: ibiru
Revision: 150861

rebuild for signing

Modified:
  gnome-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 13:04:37 UTC (rev 150860)
+++ PKGBUILD2012-02-23 13:05:44 UTC (rev 150861)
@@ -3,21 +3,21 @@
 
 pkgname=gnome-common
 pkgver=2.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Common development macros for GNOME2
 arch=(any)
 license=('GPL')
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.34/${pkgname}-${pkgver}.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('7a9c4f9ab975501c36be3192aa61641abca045a215d519d7d00527706f1de1df')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 08:06:40
  Author: ibiru
Revision: 150862

rebuild for signing

Modified:
  gnome-mime-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 13:05:44 UTC (rev 150861)
+++ PKGBUILD2012-02-23 13:06:40 UTC (rev 150862)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-mime-data
 pkgver=2.18.0
-pkgrel=5
+pkgrel=6
 pkgdesc=The base MIME and Application database for GNOME
 arch=(any)
 license=('GPL')



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 08:06:45
  Author: ibiru
Revision: 150863

archrelease: copy trunk to extra-any

Added:
  gnome-common/repos/extra-any/PKGBUILD
(from rev 150862, gnome-common/trunk/PKGBUILD)
Deleted:
  gnome-common/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 13:06:40 UTC (rev 150862)
+++ PKGBUILD2012-02-23 13:06:45 UTC (rev 150863)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-common
-pkgver=2.34.0
-pkgrel=1
-pkgdesc=Common development macros for GNOME2
-arch=(any)
-license=('GPL')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.34/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7a9c4f9ab975501c36be3192aa61641abca045a215d519d7d00527706f1de1df')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gnome-common/repos/extra-any/PKGBUILD (from rev 150862, 
gnome-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 13:06:45 UTC (rev 150863)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-common
+pkgver=2.34.0
+pkgrel=2
+pkgdesc=Common development macros for GNOME2
+arch=(any)
+license=('GPL')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7a9c4f9ab975501c36be3192aa61641abca045a215d519d7d00527706f1de1df')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in gnome-mime-data/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 08:07:49
  Author: ibiru
Revision: 150864

archrelease: copy trunk to extra-any

Added:
  gnome-mime-data/repos/extra-any/PKGBUILD
(from rev 150863, gnome-mime-data/trunk/PKGBUILD)
Deleted:
  gnome-mime-data/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 13:06:45 UTC (rev 150863)
+++ PKGBUILD2012-02-23 13:07:49 UTC (rev 150864)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-mime-data
-pkgver=2.18.0
-pkgrel=5
-pkgdesc=The base MIME and Application database for GNOME
-arch=(any)
-license=('GPL')
-depends=('shared-mime-info') 
-makedepends=('intltool')
-url=http://www.gnome.org;
-source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('541858188f80090d12a33b5a7c34d42c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/lib
-  mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/
-}

Copied: gnome-mime-data/repos/extra-any/PKGBUILD (from rev 150863, 
gnome-mime-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 13:07:49 UTC (rev 150864)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-mime-data
+pkgver=2.18.0
+pkgrel=6
+pkgdesc=The base MIME and Application database for GNOME
+arch=(any)
+license=('GPL')
+depends=('shared-mime-info') 
+makedepends=('intltool')
+url=http://www.gnome.org;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('541858188f80090d12a33b5a7c34d42c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/
+}



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 08:11:27
  Author: ibiru
Revision: 150865

rebuild for signing

Modified:
  gnome-python-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 13:07:49 UTC (rev 150864)
+++ PKGBUILD2012-02-23 13:11:27 UTC (rev 150865)
@@ -4,7 +4,7 @@
 pkgbase=gnome-python-extras
 pkgname=('gnome-python-extras' 'python2-egg' 'python2-gksu2' 
'python2-gtkhtml2' 'python2-gtkspell')
 pkgver=2.25.3
-pkgrel=11
+pkgrel=12
 arch=('i686' 'x86_64')
 url=http://www.daa.com.au/~james/pygtk/;
 license=('GPL' 'LGPL')



[arch-commits] Commit in gnome-python-extras/repos (8 files)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 08:12:25
  Author: ibiru
Revision: 150866

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

Added:
  gnome-python-extras/repos/extra-i686/PKGBUILD
(from rev 150865, gnome-python-extras/trunk/PKGBUILD)
  
gnome-python-extras/repos/extra-i686/gnome-python-extras-2.25.3-update-for-2.27.2.patch
(from rev 150865, 
gnome-python-extras/trunk/gnome-python-extras-2.25.3-update-for-2.27.2.patch)
  gnome-python-extras/repos/extra-x86_64/PKGBUILD
(from rev 150865, gnome-python-extras/trunk/PKGBUILD)
  
gnome-python-extras/repos/extra-x86_64/gnome-python-extras-2.25.3-update-for-2.27.2.patch
(from rev 150865, 
gnome-python-extras/trunk/gnome-python-extras-2.25.3-update-for-2.27.2.patch)
Deleted:
  gnome-python-extras/repos/extra-i686/PKGBUILD
  
gnome-python-extras/repos/extra-i686/gnome-python-extras-2.25.3-update-for-2.27.2.patch
  gnome-python-extras/repos/extra-x86_64/PKGBUILD
  
gnome-python-extras/repos/extra-x86_64/gnome-python-extras-2.25.3-update-for-2.27.2.patch

-+
 extra-i686/PKGBUILD |  126 ++--
 extra-i686/gnome-python-extras-2.25.3-update-for-2.27.2.patch   |  290 
+-
 extra-x86_64/PKGBUILD   |  126 ++--
 extra-x86_64/gnome-python-extras-2.25.3-update-for-2.27.2.patch |  290 
+-
 4 files changed, 416 insertions(+), 416 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:11:27 UTC (rev 150865)
+++ extra-i686/PKGBUILD 2012-02-23 13:12:25 UTC (rev 150866)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gnome-python-extras
-pkgname=('gnome-python-extras' 'python2-egg' 'python2-gksu2' 
'python2-gtkhtml2' 'python2-gtkspell')
-pkgver=2.25.3
-pkgrel=11
-arch=('i686' 'x86_64')
-url=http://www.daa.com.au/~james/pygtk/;
-license=('GPL' 'LGPL')
-makedepends=('libgtkhtml' 'gtkspell' 'libgksu' 'libgnomeui' 'python2' 'pygtk' 
'gnome-python')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.25/gnome-python-extras-${pkgver}.tar.bz2
-   gnome-python-extras-2.25.3-update-for-2.27.2.patch)
-md5sums=('9f3b7ec5c57130b96061cb486b79c076' '0b0a4d93016d14f2306682301de3bda3')
-sha1sums=('e69e5288466c960ed6f985bb10c9969b21ed85a4' 
'b065efb7f7f5baa7b95b63bcadb6a4623d1bc9e5')
-
-build() {
-cd ${srcdir}/gnome-python-extras-${pkgver}
-patch -Np1 -i 
${srcdir}/gnome-python-extras-2.25.3-update-for-2.27.2.patch
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-make
-}
-
-package_gnome-python-extras() {
-pkgdesc=Gnome Python interfaces for libraries not part of the core 
platform
-depends=('python2-egg' 'python2-gksu2' 'python2-gtkhtml2' 
'python2-gtkspell')
-
-cd ${srcdir}/gnome-python-extras-${pkgver}
-make install-pkgconfigDATA DESTDIR=${pkgdir}
-}
-
-package_python2-egg(){
-pkgdesc=Python bindings for interacting with egg
-depends=('libgnomeui' 'pygtk')
-
-cd ${srcdir}/gnome-python-extras-${pkgver}
-make -C egg install DESTDIR=${pkgdir}
-}
-
-package_python2-gksu2() {
-pkgdesc=Python bindings for the gksu2
-depends=('libgksu' 'pygtk')
-
-cd ${srcdir}/gnome-python-extras-${pkgver}
-make -C gksu2 install DESTDIR=${pkgdir}
-}
-
-package_python2-gtkhtml2() {
-pkgdesc=Python bindings for the gtkhtml2
-depends=('libgtkhtml' 'pygtk')
-
-cd ${srcdir}/gnome-python-extras-${pkgver}
-make -C gtkhtml2 install DESTDIR=${pkgdir}
-}
-
-package_python2-gtkspell() {
-pkgdesc=Python bindings for the gtkspell
-depends=('gtkspell' 'pygtk')
-
-cd ${srcdir}/gnome-python-extras-${pkgver}
-make -C gtkspell install DESTDIR=${pkgdir}
-}

Copied: gnome-python-extras/repos/extra-i686/PKGBUILD (from rev 150865, 
gnome-python-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:12:25 UTC (rev 150866)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gnome-python-extras
+pkgname=('gnome-python-extras' 'python2-egg' 'python2-gksu2' 
'python2-gtkhtml2' 'python2-gtkspell')
+pkgver=2.25.3
+pkgrel=12
+arch=('i686' 'x86_64')
+url=http://www.daa.com.au/~james/pygtk/;
+license=('GPL' 'LGPL')
+makedepends=('libgtkhtml' 'gtkspell' 'libgksu' 'libgnomeui' 'python2' 'pygtk' 
'gnome-python')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.25/gnome-python-extras-${pkgver}.tar.bz2
+   gnome-python-extras-2.25.3-update-for-2.27.2.patch)
+md5sums=('9f3b7ec5c57130b96061cb486b79c076' '0b0a4d93016d14f2306682301de3bda3')
+sha1sums=('e69e5288466c960ed6f985bb10c9969b21ed85a4' 
'b065efb7f7f5baa7b95b63bcadb6a4623d1bc9e5')
+
+build() {
+cd ${srcdir}/gnome-python-extras-${pkgver}
+

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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 08:22:25
  Author: ibiru
Revision: 150867

rebuild for signing

Modified:
  guile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 13:12:25 UTC (rev 150866)
+++ PKGBUILD2012-02-23 13:22:25 UTC (rev 150867)
@@ -4,12 +4,12 @@
 
 pkgname=guile
 pkgver=1.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc=a portable, embeddable Scheme implementation written in C
 url=http://www.gnu.org/software/guile/;
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gmp' 'libtool' 'ncurses=5.7' 'texinfo')
+depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
 install=guile.install
 source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool')



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

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 08:23:16
  Author: ibiru
Revision: 150868

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

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

+
 extra-i686/PKGBUILD|   58 -
 extra-i686/guile.install   |   60 +--
 extra-x86_64/PKGBUILD  |   58 -
 extra-x86_64/guile.install |   60 +--
 4 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:22:25 UTC (rev 150867)
+++ extra-i686/PKGBUILD 2012-02-23 13:23:16 UTC (rev 150868)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=guile
-pkgver=1.8.8
-pkgrel=1
-pkgdesc=a portable, embeddable Scheme implementation written in C
-url=http://www.gnu.org/software/guile/;
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gmp' 'libtool' 'ncurses=5.7' 'texinfo')
-install=guile.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-options=('!libtool')
-md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --disable-static  \
-   --disable-error-on-warning
-  make LDFLAGS+=-lpthread
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: guile/repos/extra-i686/PKGBUILD (from rev 150867, guile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:23:16 UTC (rev 150868)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=guile
+pkgver=1.8.8
+pkgrel=2
+pkgdesc=a portable, embeddable Scheme implementation written in C
+url=http://www.gnu.org/software/guile/;
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
+install=guile.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+options=('!libtool')
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static  \
+   --disable-error-on-warning
+  make LDFLAGS+=-lpthread
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/guile.install
===
--- extra-i686/guile.install2012-02-23 13:22:25 UTC (rev 150867)
+++ extra-i686/guile.install2012-02-23 13:23:16 UTC (rev 150868)
@@ -1,30 +0,0 @@
-infodir=/usr/share/info
-files=(goops.info
-   guile-tut.info
-   guile.info
-   guile.info-1
-   guile.info-2
-   guile.info-3
-   guile.info-4
-   guile.info-5
-   guile.info-6
-   guile.info-7
-   r5rs.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: guile/repos/extra-i686/guile.install (from rev 150867, 
guile/trunk/guile.install)
===
--- extra-i686/guile.install(rev 0)
+++ extra-i686/guile.install2012-02-23 13:23:16 UTC (rev 150868)
@@ -0,0 +1,30 @@
+infodir=/usr/share/info
+files=(goops.info
+   guile-tut.info
+   guile.info
+   guile.info-1
+   guile.info-2
+   guile.info-3
+   guile.info-4
+   guile.info-5
+   guile.info-6
+   guile.info-7
+   r5rs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD

[arch-commits] Commit in subversion/repos (11 files)

2012-02-23 Thread Stéphane Gaudreault
Date: Thursday, February 23, 2012 @ 08:25:49
  Author: stephane
Revision: 150869

db-move: moved subversion from [testing] to [extra] (i686)

Added:
  subversion/repos/extra-i686/PKGBUILD
(from rev 150868, subversion/repos/testing-i686/PKGBUILD)
  subversion/repos/extra-i686/subversion.rpath.fix.patch
(from rev 150868, subversion/repos/testing-i686/subversion.rpath.fix.patch)
  subversion/repos/extra-i686/svn
(from rev 150868, subversion/repos/testing-i686/svn)
  subversion/repos/extra-i686/svnserve
(from rev 150868, subversion/repos/testing-i686/svnserve)
  subversion/repos/extra-i686/svnserve.conf
(from rev 150868, subversion/repos/testing-i686/svnserve.conf)
Deleted:
  subversion/repos/extra-i686/PKGBUILD
  subversion/repos/extra-i686/subversion.rpath.fix.patch
  subversion/repos/extra-i686/svn
  subversion/repos/extra-i686/svnserve
  subversion/repos/extra-i686/svnserve.conf
  subversion/repos/testing-i686/

+
 PKGBUILD   |  152 +--
 subversion.rpath.fix.patch |   20 ++---
 svn|   22 +++---
 svnserve   |   84 +++
 svnserve.conf  |   14 +--
 5 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:23:16 UTC (rev 150868)
+++ extra-i686/PKGBUILD 2012-02-23 13:25:49 UTC (rev 150869)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal p...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=subversion
-pkgver=1.7.2
-pkgrel=2
-pkgdesc=A Modern Concurrent Version Control System
-arch=('i686' 'x86_64')
-license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite3' 'file')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
-'python2: for some hook scripts' 'ruby: for some hook scripts')
-makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
- 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
-backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
-url=http://subversion.apache.org/;
-provides=('svn')
-options=('!makeflags' '!libtool')
-source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
-svnserve svn svnserve.conf subversion.rpath.fix.patch)
-sha1sums=('8c0824aeb7f42da1ff4f7cd296877af7f59812bb'
-  '66293923ddc1b12a43b0e86f6b6a3c23b70df6ae'
-  '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
-  '73b36c046c09cec2093354911c89e3ba8056af6c'
-  'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
-  '3d1e28408a9abb42af2e531adc0d01ce21acfad6')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=/usr/bin/python2
-
-   patch -p0 -i ../subversion.rpath.fix.patch
-   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
-
-   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
-   --with-zlib=/usr --with-neon=/usr --with-apxs \
-   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
-   --enable-javahl --with-gnome-keyring --with-kwallet
-
-   make external-all
-   make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all
-   make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl # swig-rb
-}
-
-#check() {
-#   cd ${srcdir}/${pkgname}-${pkgver}
-#   export LANG=C LC_ALL=C
-#   make check check-swig-pl check-swig-py check-javahl CLEANUP=yes # 
check-swig-rb
-#}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   export LD_LIBRARY_PATH=${pkgdir}/usr/lib:$LD_LIBRARY_PATH
-   make DESTDIR=${pkgdir} INSTALLDIRS=vendor \
- swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \
- install install-swig-py install-swig-pl install-javahl # install-swig-rb
-
-   install -d ${pkgdir}/usr/share/subversion
-   cp -a tools/hook-scripts ${pkgdir}/usr/share/subversion/
-   rm -f ${pkgdir}/usr/share/subversion/hook-scripts/*.in
-
-   rm -f ${pkgdir}/usr/lib/perl5/vendor_perl/auto/SVN/_Core/.packlist
-   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
-
-   install -D -m 755 ${srcdir}/svnserve ${pkgdir}/etc/rc.d/svnserve
-   install -D -m 644 ${srcdir}/svn ${pkgdir}/etc/xinetd.d/svn
-   install -D -m 644 ${srcdir}/svnserve.conf ${pkgdir}/etc/conf.d/svnserve
-
-   # bash completion
-   install -Dm 644 tools/client-side/bash_completion \
- ${pkgdir}/etc/bash_completion.d/subversion
-}

Copied: subversion/repos/extra-i686/PKGBUILD (from rev 150868, 
subversion/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:25:49 UTC (rev 150869)
@@ -0,0 +1,76 @@
+# 

[arch-commits] Commit in subversion/repos (11 files)

2012-02-23 Thread Stéphane Gaudreault
Date: Thursday, February 23, 2012 @ 08:25:51
  Author: stephane
Revision: 150870

db-move: moved subversion from [testing] to [extra] (x86_64)

Added:
  subversion/repos/extra-x86_64/PKGBUILD
(from rev 150868, subversion/repos/testing-x86_64/PKGBUILD)
  subversion/repos/extra-x86_64/subversion.rpath.fix.patch
(from rev 150868, 
subversion/repos/testing-x86_64/subversion.rpath.fix.patch)
  subversion/repos/extra-x86_64/svn
(from rev 150868, subversion/repos/testing-x86_64/svn)
  subversion/repos/extra-x86_64/svnserve
(from rev 150868, subversion/repos/testing-x86_64/svnserve)
  subversion/repos/extra-x86_64/svnserve.conf
(from rev 150868, subversion/repos/testing-x86_64/svnserve.conf)
Deleted:
  subversion/repos/extra-x86_64/PKGBUILD
  subversion/repos/extra-x86_64/subversion.rpath.fix.patch
  subversion/repos/extra-x86_64/svn
  subversion/repos/extra-x86_64/svnserve
  subversion/repos/extra-x86_64/svnserve.conf
  subversion/repos/testing-x86_64/

+
 PKGBUILD   |  152 +--
 subversion.rpath.fix.patch |   20 ++---
 svn|   22 +++---
 svnserve   |   84 +++
 svnserve.conf  |   14 +--
 5 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 13:25:49 UTC (rev 150869)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:25:51 UTC (rev 150870)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal p...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=subversion
-pkgver=1.7.2
-pkgrel=2
-pkgdesc=A Modern Concurrent Version Control System
-arch=('i686' 'x86_64')
-license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite3' 'file')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
-'python2: for some hook scripts' 'ruby: for some hook scripts')
-makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
- 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
-backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
-url=http://subversion.apache.org/;
-provides=('svn')
-options=('!makeflags' '!libtool')
-source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
-svnserve svn svnserve.conf subversion.rpath.fix.patch)
-sha1sums=('8c0824aeb7f42da1ff4f7cd296877af7f59812bb'
-  '66293923ddc1b12a43b0e86f6b6a3c23b70df6ae'
-  '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
-  '73b36c046c09cec2093354911c89e3ba8056af6c'
-  'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
-  '3d1e28408a9abb42af2e531adc0d01ce21acfad6')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=/usr/bin/python2
-
-   patch -p0 -i ../subversion.rpath.fix.patch
-   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
-
-   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
-   --with-zlib=/usr --with-neon=/usr --with-apxs \
-   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
-   --enable-javahl --with-gnome-keyring --with-kwallet
-
-   make external-all
-   make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all
-   make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl # swig-rb
-}
-
-#check() {
-#   cd ${srcdir}/${pkgname}-${pkgver}
-#   export LANG=C LC_ALL=C
-#   make check check-swig-pl check-swig-py check-javahl CLEANUP=yes # 
check-swig-rb
-#}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   export LD_LIBRARY_PATH=${pkgdir}/usr/lib:$LD_LIBRARY_PATH
-   make DESTDIR=${pkgdir} INSTALLDIRS=vendor \
- swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \
- install install-swig-py install-swig-pl install-javahl # install-swig-rb
-
-   install -d ${pkgdir}/usr/share/subversion
-   cp -a tools/hook-scripts ${pkgdir}/usr/share/subversion/
-   rm -f ${pkgdir}/usr/share/subversion/hook-scripts/*.in
-
-   rm -f ${pkgdir}/usr/lib/perl5/vendor_perl/auto/SVN/_Core/.packlist
-   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
-
-   install -D -m 755 ${srcdir}/svnserve ${pkgdir}/etc/rc.d/svnserve
-   install -D -m 644 ${srcdir}/svn ${pkgdir}/etc/xinetd.d/svn
-   install -D -m 644 ${srcdir}/svnserve.conf ${pkgdir}/etc/conf.d/svnserve
-
-   # bash completion
-   install -Dm 644 tools/client-side/bash_completion \
- ${pkgdir}/etc/bash_completion.d/subversion
-}

Copied: subversion/repos/extra-x86_64/PKGBUILD (from rev 150868, 
subversion/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:34:27
  Author: allan
Revision: 150871

upgpkg: vcdimager 0.7.24-2

libcdio rebuild

Added:
  vcdimager/trunk/vcdimager-0.7.24-libcdio-0.83.patch
Modified:
  vcdimager/trunk/PKGBUILD

-+
 PKGBUILD|9 
 vcdimager-0.7.24-libcdio-0.83.patch |  337 ++
 2 files changed, 343 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 13:25:51 UTC (rev 150870)
+++ PKGBUILD2012-02-23 13:34:27 UTC (rev 150871)
@@ -4,7 +4,7 @@
 
 pkgname=vcdimager
 pkgver=0.7.24
-pkgrel=1
+pkgrel=2
 pkgdesc=A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's
 arch=('i686' 'x86_64')
 url=http://www.vcdimager.org/;
@@ -12,11 +12,14 @@
 depends=('libcdio=0.82' 'libxml2=2.7.3' 'popt')
 options=('!libtool')
 install=vcdimager.install
-source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3af22978fd79c79d5fda6513b6811145')
+source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz
+vcdimager-0.7.24-libcdio-0.83.patch)
+md5sums=('3af22978fd79c79d5fda6513b6811145'
+ 'f4e7376fd9d975951d2b93a5e9123fdc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i $srcdir/vcdimager-0.7.24-libcdio-0.83.patch
   ./configure --prefix=/usr
   make
 }

Added: vcdimager-0.7.24-libcdio-0.83.patch
===
--- vcdimager-0.7.24-libcdio-0.83.patch (rev 0)
+++ vcdimager-0.7.24-libcdio-0.83.patch 2012-02-23 13:34:27 UTC (rev 150871)
@@ -0,0 +1,337 @@
+diff -u vcdimager-0.7.23/include/libvcd/info.h 
vcdimager-0.7.23/include/libvcd/info.h
+--- vcdimager-0.7.23/include/libvcd/info.h
 vcdimager-0.7.23/include/libvcd/info.h
+@@ -32,6 +32,9 @@
+ #include libvcd/version.h
+ #include libvcd/types.h
+ #include libvcd/files.h
++
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/cdio.h
+ #include cdio/ds.h
+
+--- vcdimager-0.7.23.orig/frontends/cli/vcd-info.c
 vcdimager-0.7.23/frontends/cli/vcd-info.c
+@@ -38,6 +38,8 @@
+ #define POPT_ARGFLAG_OPTIONAL 0
+ #endif
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/cdio.h
+ #include cdio/bytesex.h
+ #include cdio/iso9660.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/frontends/cli/cdxa2mpeg.c
 vcdimager-0.7.23/frontends/cli/cdxa2mpeg.c
+@@ -33,6 +33,8 @@
+ #include stdlib.h
+ #include errno.h
+ #include unistd.h
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/sector.h
+ #include cdio/bytesex.h
+ 
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/frontends/xml/vcd_xml_build.c
 vcdimager-0.7.23/frontends/xml/vcd_xml_build.c
+@@ -27,8 +27,14 @@
+ #include string.h
+ #include errno.h
+ 
++#ifdef HAVE_TIME_H
++#include time.h
++#endif
++
+ #include popt.h
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include libxml/parserInternals.h
+ #include libxml/parser.h
+ #include libxml/valid.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/frontends/xml/vcd_xml_common.c
 vcdimager-0.7.23/frontends/xml/vcd_xml_common.c
+@@ -25,6 +25,9 @@
+ #include stdio.h
+ #include stdlib.h
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
++
+ /* Private includes */
+ #include vcd_assert.h
+ #include vcd.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/lib/info_private.c
 vcdimager-0.7.23/lib/info_private.c
+@@ -46,6 +46,8 @@
+ #include unistd.h
+ #endif
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/cdio.h
+ #include cdio/bytesex.h
+ #include cdio/util.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/lib/image_nrg.c
 vcdimager-0.7.23/lib/image_nrg.c
+@@ -30,6 +30,8 @@
+ #include stdlib.h
+ #include string.h
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/cdio.h
+ #include cdio/bytesex.h
+ #include cdio/iso9660.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/lib/image_cdrdao.c
 vcdimager-0.7.23/lib/image_cdrdao.c
+@@ -26,6 +26,8 @@
+ #include stdlib.h
+ #include string.h
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ /* Public headers */
+ #include cdio/iso9660.h
+ #include cdio/util.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/lib/inf.c
 vcdimager-0.7.23/lib/inf.c
+@@ -49,6 +49,8 @@
+ #include unistd.h
+ #endif
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/cdio.h
+ #include cdio/bytesex.h
+ #include cdio/util.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/lib/vcd_read.h
 vcdimager-0.7.23/lib/vcd_read.h
+@@ -22,6 +22,8 @@
+ # include config.h
+ #endif
+ 

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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:35:52
  Author: allan
Revision: 150872

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

Added:
  vcdimager/repos/staging-i686/
  vcdimager/repos/staging-i686/PKGBUILD
(from rev 150871, vcdimager/trunk/PKGBUILD)
  vcdimager/repos/staging-i686/vcdimager-0.7.24-libcdio-0.83.patch
(from rev 150871, vcdimager/trunk/vcdimager-0.7.24-libcdio-0.83.patch)
  vcdimager/repos/staging-i686/vcdimager.install
(from rev 150871, vcdimager/trunk/vcdimager.install)
  vcdimager/repos/staging-x86_64/
  vcdimager/repos/staging-x86_64/PKGBUILD
(from rev 150871, vcdimager/trunk/PKGBUILD)
  vcdimager/repos/staging-x86_64/vcdimager-0.7.24-libcdio-0.83.patch
(from rev 150871, vcdimager/trunk/vcdimager-0.7.24-libcdio-0.83.patch)
  vcdimager/repos/staging-x86_64/vcdimager.install
(from rev 150871, vcdimager/trunk/vcdimager.install)

+
 staging-i686/PKGBUILD  |   35 +
 staging-i686/vcdimager-0.7.24-libcdio-0.83.patch   |  337 +++
 staging-i686/vcdimager.install |   21 +
 staging-x86_64/PKGBUILD|   35 +
 staging-x86_64/vcdimager-0.7.24-libcdio-0.83.patch |  337 +++
 staging-x86_64/vcdimager.install   |   21 +
 6 files changed, 786 insertions(+)

Copied: vcdimager/repos/staging-i686/PKGBUILD (from rev 150871, 
vcdimager/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-23 13:35:52 UTC (rev 150872)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: damir da...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=vcdimager
+pkgver=0.7.24
+pkgrel=2
+pkgdesc=A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's
+arch=('i686' 'x86_64')
+url=http://www.vcdimager.org/;
+license=('GPL')
+depends=('libcdio=0.82' 'libxml2=2.7.3' 'popt')
+options=('!libtool')
+install=vcdimager.install
+source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz
+vcdimager-0.7.24-libcdio-0.83.patch)
+md5sums=('3af22978fd79c79d5fda6513b6811145'
+ 'f4e7376fd9d975951d2b93a5e9123fdc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i $srcdir/vcdimager-0.7.24-libcdio-0.83.patch
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: vcdimager/repos/staging-i686/vcdimager-0.7.24-libcdio-0.83.patch (from 
rev 150871, vcdimager/trunk/vcdimager-0.7.24-libcdio-0.83.patch)
===
--- staging-i686/vcdimager-0.7.24-libcdio-0.83.patch
(rev 0)
+++ staging-i686/vcdimager-0.7.24-libcdio-0.83.patch2012-02-23 13:35:52 UTC 
(rev 150872)
@@ -0,0 +1,337 @@
+diff -u vcdimager-0.7.23/include/libvcd/info.h 
vcdimager-0.7.23/include/libvcd/info.h
+--- vcdimager-0.7.23/include/libvcd/info.h
 vcdimager-0.7.23/include/libvcd/info.h
+@@ -32,6 +32,9 @@
+ #include libvcd/version.h
+ #include libvcd/types.h
+ #include libvcd/files.h
++
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/cdio.h
+ #include cdio/ds.h
+
+--- vcdimager-0.7.23.orig/frontends/cli/vcd-info.c
 vcdimager-0.7.23/frontends/cli/vcd-info.c
+@@ -38,6 +38,8 @@
+ #define POPT_ARGFLAG_OPTIONAL 0
+ #endif
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/cdio.h
+ #include cdio/bytesex.h
+ #include cdio/iso9660.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/frontends/cli/cdxa2mpeg.c
 vcdimager-0.7.23/frontends/cli/cdxa2mpeg.c
+@@ -33,6 +33,8 @@
+ #include stdlib.h
+ #include errno.h
+ #include unistd.h
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/sector.h
+ #include cdio/bytesex.h
+ 
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/frontends/xml/vcd_xml_build.c
 vcdimager-0.7.23/frontends/xml/vcd_xml_build.c
+@@ -27,8 +27,14 @@
+ #include string.h
+ #include errno.h
+ 
++#ifdef HAVE_TIME_H
++#include time.h
++#endif
++
+ #include popt.h
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include libxml/parserInternals.h
+ #include libxml/parser.h
+ #include libxml/valid.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/frontends/xml/vcd_xml_common.c
 vcdimager-0.7.23/frontends/xml/vcd_xml_common.c
+@@ -25,6 +25,9 @@
+ #include stdio.h
+ #include stdlib.h
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
++
+ /* Private includes */
+ #include vcd_assert.h
+ #include vcd.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/lib/info_private.c
 vcdimager-0.7.23/lib/info_private.c

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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:47:57
  Author: allan
Revision: 150873

db-move: moved audacious-plugins from [staging] to [extra] (i686)

Added:
  audacious-plugins/repos/extra-i686/PKGBUILD
(from rev 150872, audacious-plugins/repos/staging-i686/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-i686/PKGBUILD
  audacious-plugins/repos/staging-i686/

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:35:52 UTC (rev 150872)
+++ extra-i686/PKGBUILD 2012-02-23 13:47:57 UTC (rev 150873)
@@ -1,63 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: William Rea sillywi...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=audacious-plugins
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-
-makedepends=(audacious=${pkgver}
- 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
- 'libnotify' 'lirc-utils' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('oss: Open Sound System v4 output'
-'alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio: CD Digital Audio input'
-'libsidplay: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'libnotify: libnotify OSD'
-'lirc-utils: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('7957f545a2c050ba2d7b1fb9cf53fe77bf5f853c')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --enable-amidiplug \
-   --disable-adplug \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 150872, 
audacious-plugins/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:47:57 UTC (rev 150873)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=audacious-plugins
+pkgver=3.2.1
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio: CD Digital Audio input'
+'libsidplay: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('7957f545a2c050ba2d7b1fb9cf53fe77bf5f853c')
+
+build() {
+   cd 

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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:47:58
  Author: allan
Revision: 150874

db-move: moved audacious-plugins from [staging] to [extra] (x86_64)

Added:
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 150872, audacious-plugins/repos/staging-x86_64/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-x86_64/PKGBUILD
  audacious-plugins/repos/staging-x86_64/

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 13:47:57 UTC (rev 150873)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:47:58 UTC (rev 150874)
@@ -1,63 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: William Rea sillywi...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=audacious-plugins
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-
-makedepends=(audacious=${pkgver}
- 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
- 'libnotify' 'lirc-utils' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('oss: Open Sound System v4 output'
-'alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio: CD Digital Audio input'
-'libsidplay: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'libnotify: libnotify OSD'
-'lirc-utils: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('7957f545a2c050ba2d7b1fb9cf53fe77bf5f853c')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --enable-amidiplug \
-   --disable-adplug \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: audacious-plugins/repos/extra-x86_64/PKGBUILD (from rev 150872, 
audacious-plugins/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:47:58 UTC (rev 150874)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=audacious-plugins
+pkgver=3.2.1
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio: CD Digital Audio input'
+'libsidplay: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)

[arch-commits] Commit in gstreamer0.10-ugly/repos (3 files)

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:47:59
  Author: allan
Revision: 150875

db-move: moved gstreamer0.10-ugly from [staging] to [extra] (i686)

Added:
  gstreamer0.10-ugly/repos/extra-i686/PKGBUILD
(from rev 150872, gstreamer0.10-ugly/repos/staging-i686/PKGBUILD)
Deleted:
  gstreamer0.10-ugly/repos/extra-i686/PKGBUILD
  gstreamer0.10-ugly/repos/staging-i686/

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:47:58 UTC (rev 150874)
+++ extra-i686/PKGBUILD 2012-02-23 13:47:59 UTC (rev 150875)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gstreamer0.10-ugly
-pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
-pkgver=0.10.18
-pkgrel=5
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libid3tag' 'libmad' 'libsidplay' 'libcdio' 'x264' 
'opencore-amr')
-url=http://gstreamer.freedesktop.org/;
-options=(!libtool)
-source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.bz2)
-md5sums=('04a7009a4efea2844075949c111f5e4d')
-
-build() {
-  cd ${srcdir}/gst-plugins-ugly-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Ugly Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-  sed -e 's/gst-libs gst ext/gst-libs gst/' -i Makefile
-}
-
-package_gstreamer0.10-ugly() {
-  pkgdesc=GStreamer Multimedia Framework Ugly plugin libraries
-  depends=('gstreamer0.10-base=0.10.34')
-  
-  cd ${srcdir}/gst-plugins-ugly-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-package_gstreamer0.10-ugly-plugins() {
-  pkgdesc=GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)
-  depends=(gstreamer0.10-ugly=${pkgver} 'libdvdread' 'lame' 'libmpeg2' 
'a52dec' 'libid3tag' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-  groups=('gstreamer0.10-plugins')
-  replaces=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
-  conflicts=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
-
-  cd ${srcdir}/gst-plugins-ugly-${pkgver}
-  make -C ext DESTDIR=${pkgdir} install
-}

Copied: gstreamer0.10-ugly/repos/extra-i686/PKGBUILD (from rev 150872, 
gstreamer0.10-ugly/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:47:59 UTC (rev 150875)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gstreamer0.10-ugly
+pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
+pkgver=0.10.18
+pkgrel=6
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libid3tag' 'libmad' 'libsidplay' 'libcdio' 'x264' 
'opencore-amr')
+url=http://gstreamer.freedesktop.org/;
+options=(!libtool)
+source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.bz2)
+md5sums=('04a7009a4efea2844075949c111f5e4d')
+
+build() {
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+  sed -e 's/gst-libs gst ext/gst-libs gst/' -i Makefile
+}
+
+package_gstreamer0.10-ugly() {
+  pkgdesc=GStreamer Multimedia Framework Ugly plugin libraries
+  depends=('gstreamer0.10-base=0.10.34')
+  
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+package_gstreamer0.10-ugly-plugins() {
+  pkgdesc=GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)
+  depends=(gstreamer0.10-ugly=${pkgver} 'libdvdread' 'lame' 'libmpeg2' 
'a52dec' 'libid3tag' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+  groups=('gstreamer0.10-plugins')
+  replaces=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
+  conflicts=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
+
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  make -C ext DESTDIR=${pkgdir} install
+}



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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:48:02
  Author: allan
Revision: 150877

db-move: moved gvfs from [staging] to [extra] (i686)

Added:
  gvfs/repos/extra-i686/PKGBUILD
(from rev 150872, gvfs/repos/staging-i686/PKGBUILD)
  gvfs/repos/extra-i686/gvfs-module.install
(from rev 150872, gvfs/repos/staging-i686/gvfs-module.install)
  gvfs/repos/extra-i686/gvfs-smb.install
(from rev 150872, gvfs/repos/staging-i686/gvfs-smb.install)
  gvfs/repos/extra-i686/gvfs.install
(from rev 150872, gvfs/repos/staging-i686/gvfs.install)
Deleted:
  gvfs/repos/extra-i686/PKGBUILD
  gvfs/repos/extra-i686/gvfs-module.install
  gvfs/repos/extra-i686/gvfs-smb.install
  gvfs/repos/extra-i686/gvfs.install
  gvfs/repos/staging-i686/

-+
 PKGBUILD|  226 +-
 gvfs-module.install |   14 +--
 gvfs-smb.install|   24 ++---
 gvfs.install|   28 +++---
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:48:00 UTC (rev 150876)
+++ extra-i686/PKGBUILD 2012-02-23 13:48:02 UTC (rev 150877)
@@ -1,113 +0,0 @@
-# $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 ${pkgdir}/usr/lib/gvfs/gvfsd-gphoto2
-  install -Dm644 gphoto2.mount ${pkgdir}/usr/share/gvfs/mounts/gphoto2.mount
-
-  cd ${srcdir}/${pkgbase}-${pkgver}/monitor/gphoto2
-  make DESTDIR=${pkgdir} install
-}
-
-package_gvfs-obexftp() {
-  pkgdesc=ObexFTP (bluetooth) backend for gvfs
-  depends=(gvfs=${pkgver} 'dbus-glib' 'bluez' 'obex-data-server')
-  install=gvfs-module.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}/daemon
-  install -D .libs/gvfsd-obexftp ${pkgdir}/usr/lib/gvfs/gvfsd-obexftp
-  install -Dm644 obexftp.mount 

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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:48:04
  Author: allan
Revision: 150878

db-move: moved gvfs from [staging] to [extra] (x86_64)

Added:
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 150872, gvfs/repos/staging-x86_64/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-module.install
(from rev 150872, gvfs/repos/staging-x86_64/gvfs-module.install)
  gvfs/repos/extra-x86_64/gvfs-smb.install
(from rev 150872, gvfs/repos/staging-x86_64/gvfs-smb.install)
  gvfs/repos/extra-x86_64/gvfs.install
(from rev 150872, gvfs/repos/staging-x86_64/gvfs.install)
Deleted:
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-module.install
  gvfs/repos/extra-x86_64/gvfs-smb.install
  gvfs/repos/extra-x86_64/gvfs.install
  gvfs/repos/staging-x86_64/

-+
 PKGBUILD|  226 +-
 gvfs-module.install |   14 +--
 gvfs-smb.install|   24 ++---
 gvfs.install|   28 +++---
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 13:48:02 UTC (rev 150877)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:48:04 UTC (rev 150878)
@@ -1,113 +0,0 @@
-# $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 ${pkgdir}/usr/lib/gvfs/gvfsd-gphoto2
-  install -Dm644 gphoto2.mount ${pkgdir}/usr/share/gvfs/mounts/gphoto2.mount
-
-  cd ${srcdir}/${pkgbase}-${pkgver}/monitor/gphoto2
-  make DESTDIR=${pkgdir} install
-}
-
-package_gvfs-obexftp() {
-  pkgdesc=ObexFTP (bluetooth) backend for gvfs
-  depends=(gvfs=${pkgver} 'dbus-glib' 'bluez' 'obex-data-server')
-  install=gvfs-module.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}/daemon
-  install -D .libs/gvfsd-obexftp 

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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:48:05
  Author: allan
Revision: 150879

db-move: moved libcdio from [staging] to [extra] (i686)

Added:
  libcdio/repos/extra-i686/PKGBUILD
(from rev 150872, libcdio/repos/staging-i686/PKGBUILD)
  libcdio/repos/extra-i686/libcdio-0.83-linking.patch
(from rev 150872, libcdio/repos/staging-i686/libcdio-0.83-linking.patch)
  libcdio/repos/extra-i686/libcdio.install
(from rev 150872, libcdio/repos/staging-i686/libcdio.install)
Deleted:
  libcdio/repos/extra-i686/PKGBUILD
  libcdio/repos/extra-i686/libcdio.install
  libcdio/repos/staging-i686/

+
 PKGBUILD   |   59 ---
 libcdio-0.83-linking.patch |   22 
 libcdio.install|   26 +-
 3 files changed, 69 insertions(+), 38 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:48:04 UTC (rev 150878)
+++ extra-i686/PKGBUILD 2012-02-23 13:48:05 UTC (rev 150879)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: damir da...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=libcdio
-pkgver=0.82
-pkgrel=1
-pkgdesc=GNU Compact Disc Input and Control Library
-arch=(i686 x86_64)
-license=('GPL3')
-url=http://www.gnu.org/software/libcdio/;
-depends=('gcc-libs=4.4.2' 'libcddb' 'ncurses')
-options=('!libtool')
-install=libcdio.install
-source=(http://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1c29b18e01ab2b966162bc727bf3c360')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-vcd-info --enable-cpp-progs || return 1
-  make || return 1
-  make -j1 DESTDIR=${pkgdir} install || return 1
-  #install -m644 libcdio_paranoia.pc libcdio_cdda.pc \
-  #  ${pkgdir}/usr/lib/pkgconfig/ || return 1
-}

Copied: libcdio/repos/extra-i686/PKGBUILD (from rev 150872, 
libcdio/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:48:05 UTC (rev 150879)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: damir da...@archlinux.org
+
+pkgname=libcdio
+pkgver=0.83
+pkgrel=1
+pkgdesc=GNU Compact Disc Input and Control Library
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/libcdio/;
+depends=('libcddb' 'ncurses')
+options=('!libtool')
+install=libcdio.install
+source=(http://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.gz{,.sig}
+libcdio-0.83-linking.patch)
+md5sums=('b9e0f1bccb142e697cd834fe56b6e6fb'
+ 'a7864a4b572a1e2a28cc0a05aa4a67d3'
+ '5a7f50209c03d5919d5b932f07871af7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i $srcdir/libcdio-0.83-linking.patch
+  ./configure --prefix=/usr --disable-vcd-info --enable-cpp-progs
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  
+  sed -i /LIBCDIO_SOURCE_PATH/s|.*|/* #undef LIBCDIO_SOURCE_PATH */| \
+$pkgdir/usr/include/cdio/cdio_config.h
+}

Copied: libcdio/repos/extra-i686/libcdio-0.83-linking.patch (from rev 150872, 
libcdio/repos/staging-i686/libcdio-0.83-linking.patch)
===
--- extra-i686/libcdio-0.83-linking.patch   (rev 0)
+++ extra-i686/libcdio-0.83-linking.patch   2012-02-23 13:48:05 UTC (rev 
150879)
@@ -0,0 +1,22 @@
+diff -Naur libcdio-0.83-orig/example/C++/OO/Makefile.in 
libcdio-0.83/example/C++/OO/Makefile.in
+--- libcdio-0.83-orig/example/C++/OO/Makefile.in   2011-10-27 
18:02:31.0 +1000
 libcdio-0.83/example/C++/OO/Makefile.in2012-02-18 11:10:07.369277231 
+1000
+@@ -315,15 +315,15 @@
+ 
+ isofile2_SOURCES = isofile2.cpp
+ isofile2_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \
+-$(LIBCDIOPP_LIBS) $(LTLIBICONV)
++$(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
+ 
+ isolist_SOURCES = isolist.cpp
+ isolist_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \
+-$(LIBCDIOPP_LIBS) $(LTLIBICONV)
++$(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
+ 
+ iso4_SOURCES = iso4.cpp
+ iso4_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \
+-$(LIBCDIOPP_LIBS) $(LTLIBICONV)
++$(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
+ 
+ mmc1_SOURCES = mmc1.cpp
+ mmc1_DEPENDENCIES = $(LIBCDIO_DEPS)

Deleted: extra-i686/libcdio.install
===
--- extra-i686/libcdio.install  2012-02-23 13:48:04 UTC (rev 150878)
+++ extra-i686/libcdio.install  2012-02-23 13:48:05 UTC (rev 150879)
@@ -1,13 +0,0 @@
-info_dir=/usr/share/info
-
-post_install() {
-  install-info ${info_dir}/libcdio.info.gz ${info_dir}/dir 2 /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  

[arch-commits] Commit in gstreamer0.10-ugly/repos (3 files)

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:48:00
  Author: allan
Revision: 150876

db-move: moved gstreamer0.10-ugly from [staging] to [extra] (x86_64)

Added:
  gstreamer0.10-ugly/repos/extra-x86_64/PKGBUILD
(from rev 150872, gstreamer0.10-ugly/repos/staging-x86_64/PKGBUILD)
Deleted:
  gstreamer0.10-ugly/repos/extra-x86_64/PKGBUILD
  gstreamer0.10-ugly/repos/staging-x86_64/

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 13:47:59 UTC (rev 150875)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:48:00 UTC (rev 150876)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gstreamer0.10-ugly
-pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
-pkgver=0.10.18
-pkgrel=5
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libid3tag' 'libmad' 'libsidplay' 'libcdio' 'x264' 
'opencore-amr')
-url=http://gstreamer.freedesktop.org/;
-options=(!libtool)
-source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.bz2)
-md5sums=('04a7009a4efea2844075949c111f5e4d')
-
-build() {
-  cd ${srcdir}/gst-plugins-ugly-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Ugly Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-  sed -e 's/gst-libs gst ext/gst-libs gst/' -i Makefile
-}
-
-package_gstreamer0.10-ugly() {
-  pkgdesc=GStreamer Multimedia Framework Ugly plugin libraries
-  depends=('gstreamer0.10-base=0.10.34')
-  
-  cd ${srcdir}/gst-plugins-ugly-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-package_gstreamer0.10-ugly-plugins() {
-  pkgdesc=GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)
-  depends=(gstreamer0.10-ugly=${pkgver} 'libdvdread' 'lame' 'libmpeg2' 
'a52dec' 'libid3tag' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-  groups=('gstreamer0.10-plugins')
-  replaces=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
-  conflicts=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
-
-  cd ${srcdir}/gst-plugins-ugly-${pkgver}
-  make -C ext DESTDIR=${pkgdir} install
-}

Copied: gstreamer0.10-ugly/repos/extra-x86_64/PKGBUILD (from rev 150872, 
gstreamer0.10-ugly/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:48:00 UTC (rev 150876)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gstreamer0.10-ugly
+pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
+pkgver=0.10.18
+pkgrel=6
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libid3tag' 'libmad' 'libsidplay' 'libcdio' 'x264' 
'opencore-amr')
+url=http://gstreamer.freedesktop.org/;
+options=(!libtool)
+source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.bz2)
+md5sums=('04a7009a4efea2844075949c111f5e4d')
+
+build() {
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+  sed -e 's/gst-libs gst ext/gst-libs gst/' -i Makefile
+}
+
+package_gstreamer0.10-ugly() {
+  pkgdesc=GStreamer Multimedia Framework Ugly plugin libraries
+  depends=('gstreamer0.10-base=0.10.34')
+  
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+package_gstreamer0.10-ugly-plugins() {
+  pkgdesc=GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)
+  depends=(gstreamer0.10-ugly=${pkgver} 'libdvdread' 'lame' 'libmpeg2' 
'a52dec' 'libid3tag' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+  groups=('gstreamer0.10-plugins')
+  replaces=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
+  conflicts=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
+
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  make -C ext DESTDIR=${pkgdir} install
+}



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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:48:06
  Author: allan
Revision: 150880

db-move: moved libcdio from [staging] to [extra] (x86_64)

Added:
  libcdio/repos/extra-x86_64/PKGBUILD
(from rev 150872, libcdio/repos/staging-x86_64/PKGBUILD)
  libcdio/repos/extra-x86_64/libcdio-0.83-linking.patch
(from rev 150872, libcdio/repos/staging-x86_64/libcdio-0.83-linking.patch)
  libcdio/repos/extra-x86_64/libcdio.install
(from rev 150872, libcdio/repos/staging-x86_64/libcdio.install)
Deleted:
  libcdio/repos/extra-x86_64/PKGBUILD
  libcdio/repos/extra-x86_64/libcdio.install
  libcdio/repos/staging-x86_64/

+
 PKGBUILD   |   59 ---
 libcdio-0.83-linking.patch |   22 
 libcdio.install|   26 +-
 3 files changed, 69 insertions(+), 38 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 13:48:05 UTC (rev 150879)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:48:06 UTC (rev 150880)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: damir da...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=libcdio
-pkgver=0.82
-pkgrel=1
-pkgdesc=GNU Compact Disc Input and Control Library
-arch=(i686 x86_64)
-license=('GPL3')
-url=http://www.gnu.org/software/libcdio/;
-depends=('gcc-libs=4.4.2' 'libcddb' 'ncurses')
-options=('!libtool')
-install=libcdio.install
-source=(http://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1c29b18e01ab2b966162bc727bf3c360')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-vcd-info --enable-cpp-progs || return 1
-  make || return 1
-  make -j1 DESTDIR=${pkgdir} install || return 1
-  #install -m644 libcdio_paranoia.pc libcdio_cdda.pc \
-  #  ${pkgdir}/usr/lib/pkgconfig/ || return 1
-}

Copied: libcdio/repos/extra-x86_64/PKGBUILD (from rev 150872, 
libcdio/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:48:06 UTC (rev 150880)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: damir da...@archlinux.org
+
+pkgname=libcdio
+pkgver=0.83
+pkgrel=1
+pkgdesc=GNU Compact Disc Input and Control Library
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/libcdio/;
+depends=('libcddb' 'ncurses')
+options=('!libtool')
+install=libcdio.install
+source=(http://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.gz{,.sig}
+libcdio-0.83-linking.patch)
+md5sums=('b9e0f1bccb142e697cd834fe56b6e6fb'
+ 'a7864a4b572a1e2a28cc0a05aa4a67d3'
+ '5a7f50209c03d5919d5b932f07871af7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i $srcdir/libcdio-0.83-linking.patch
+  ./configure --prefix=/usr --disable-vcd-info --enable-cpp-progs
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  
+  sed -i /LIBCDIO_SOURCE_PATH/s|.*|/* #undef LIBCDIO_SOURCE_PATH */| \
+$pkgdir/usr/include/cdio/cdio_config.h
+}

Copied: libcdio/repos/extra-x86_64/libcdio-0.83-linking.patch (from rev 150872, 
libcdio/repos/staging-x86_64/libcdio-0.83-linking.patch)
===
--- extra-x86_64/libcdio-0.83-linking.patch (rev 0)
+++ extra-x86_64/libcdio-0.83-linking.patch 2012-02-23 13:48:06 UTC (rev 
150880)
@@ -0,0 +1,22 @@
+diff -Naur libcdio-0.83-orig/example/C++/OO/Makefile.in 
libcdio-0.83/example/C++/OO/Makefile.in
+--- libcdio-0.83-orig/example/C++/OO/Makefile.in   2011-10-27 
18:02:31.0 +1000
 libcdio-0.83/example/C++/OO/Makefile.in2012-02-18 11:10:07.369277231 
+1000
+@@ -315,15 +315,15 @@
+ 
+ isofile2_SOURCES = isofile2.cpp
+ isofile2_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \
+-$(LIBCDIOPP_LIBS) $(LTLIBICONV)
++$(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
+ 
+ isolist_SOURCES = isolist.cpp
+ isolist_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \
+-$(LIBCDIOPP_LIBS) $(LTLIBICONV)
++$(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
+ 
+ iso4_SOURCES = iso4.cpp
+ iso4_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \
+-$(LIBCDIOPP_LIBS) $(LTLIBICONV)
++$(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
+ 
+ mmc1_SOURCES = mmc1.cpp
+ mmc1_DEPENDENCIES = $(LIBCDIO_DEPS)

Deleted: extra-x86_64/libcdio.install
===
--- extra-x86_64/libcdio.install2012-02-23 13:48:05 UTC (rev 150879)
+++ extra-x86_64/libcdio.install2012-02-23 13:48:06 UTC (rev 150880)
@@ -1,13 +0,0 @@
-info_dir=/usr/share/info
-
-post_install() {
-  install-info ${info_dir}/libcdio.info.gz ${info_dir}/dir 

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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:48:07
  Author: allan
Revision: 150881

db-move: moved oxine from [staging] to [extra] (i686)

Added:
  oxine/repos/extra-i686/PKGBUILD
(from rev 150872, oxine/repos/staging-i686/PKGBUILD)
Deleted:
  oxine/repos/extra-i686/PKGBUILD
  oxine/repos/staging-i686/

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:48:06 UTC (rev 150880)
+++ extra-i686/PKGBUILD 2012-02-23 13:48:07 UTC (rev 150881)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Rouslan Solomakhin rous...@localnet.com
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=oxine
-pkgver=0.7.1
-pkgrel=5
-pkgdesc=A lightweight, purely osd based xine frontend for set-top boxes and 
home entertainment systems
-arch=('i686' 'x86_64')
-url=http://oxine.sourceforge.net/;
-license=('GPL')
-depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst')
-source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2a2d05ee21892624e35cf539e532c0dd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|#include curl/types.h||' configure src/download.c
-  ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \
---without-imagemagick --disable-gdkpixbuf --disable-weather
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: oxine/repos/extra-i686/PKGBUILD (from rev 150872, 
oxine/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:48:07 UTC (rev 150881)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Rouslan Solomakhin rous...@localnet.com
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=oxine
+pkgver=0.7.1
+pkgrel=6
+pkgdesc=A lightweight, purely osd based xine frontend for set-top boxes and 
home entertainment systems
+arch=('i686' 'x86_64')
+url=http://oxine.sourceforge.net/;
+license=('GPL')
+depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst')
+source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2a2d05ee21892624e35cf539e532c0dd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|#include curl/types.h||' configure src/download.c
+  ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \
+--without-imagemagick --disable-gdkpixbuf --disable-weather
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:48:14
  Author: allan
Revision: 150885

db-move: moved xine-lib from [staging] to [extra] (i686)

Added:
  xine-lib/repos/extra-i686/PKGBUILD
(from rev 150872, xine-lib/repos/staging-i686/PKGBUILD)
Deleted:
  xine-lib/repos/extra-i686/PKGBUILD
  xine-lib/repos/staging-i686/

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:48:13 UTC (rev 150884)
+++ extra-i686/PKGBUILD 2012-02-23 13:48:14 UTC (rev 150885)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=xine-lib
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=A multimedia playback engine
-arch=('i686' 'x86_64')
-url=http://www.xine-project.org;
-license=('LGPL' 'GPL')
-depends=('libxvmc' 'ffmpeg' 'libxinerama')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
- 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 
- 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau')
-optdepends=('imagemagick: for using the imagemagick plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'mesa: for using the opengl plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin' \
-'libmodplug: for using the modplug plugin' \
-'libdca: for using the dca plugin' \
-'a52dec: for using the a52 plugin' \
-'libmad: for using the mp3 plugin' \
-'libmpcdec: for using the musepack plugin' \
-'libcaca: for using the caca plugin' \
-'libbluray: for using the bluray plugin' \
-'gnome-vfs: for using the gnome-vfs plugin' \
-'libvdpau: for using the VDPAU plugin')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('ebb2648456504ff4ce08c34de258d3125832bb94')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xine-lib/repos/extra-i686/PKGBUILD (from rev 150872, 
xine-lib/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:48:14 UTC (rev 150885)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'mesa: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('ebb2648456504ff4ce08c34de258d3125832bb94')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:48:15
  Author: allan
Revision: 150886

db-move: moved xine-lib from [staging] to [extra] (x86_64)

Added:
  xine-lib/repos/extra-x86_64/PKGBUILD
(from rev 150872, xine-lib/repos/staging-x86_64/PKGBUILD)
Deleted:
  xine-lib/repos/extra-x86_64/PKGBUILD
  xine-lib/repos/staging-x86_64/

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 13:48:14 UTC (rev 150885)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:48:15 UTC (rev 150886)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=xine-lib
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=A multimedia playback engine
-arch=('i686' 'x86_64')
-url=http://www.xine-project.org;
-license=('LGPL' 'GPL')
-depends=('libxvmc' 'ffmpeg' 'libxinerama')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
- 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 
- 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau')
-optdepends=('imagemagick: for using the imagemagick plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'mesa: for using the opengl plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin' \
-'libmodplug: for using the modplug plugin' \
-'libdca: for using the dca plugin' \
-'a52dec: for using the a52 plugin' \
-'libmad: for using the mp3 plugin' \
-'libmpcdec: for using the musepack plugin' \
-'libcaca: for using the caca plugin' \
-'libbluray: for using the bluray plugin' \
-'gnome-vfs: for using the gnome-vfs plugin' \
-'libvdpau: for using the VDPAU plugin')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('ebb2648456504ff4ce08c34de258d3125832bb94')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xine-lib/repos/extra-x86_64/PKGBUILD (from rev 150872, 
xine-lib/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:48:15 UTC (rev 150886)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'mesa: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('ebb2648456504ff4ce08c34de258d3125832bb94')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:48:09
  Author: allan
Revision: 150882

db-move: moved oxine from [staging] to [extra] (x86_64)

Added:
  oxine/repos/extra-x86_64/PKGBUILD
(from rev 150872, oxine/repos/staging-x86_64/PKGBUILD)
Deleted:
  oxine/repos/extra-x86_64/PKGBUILD
  oxine/repos/staging-x86_64/

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 13:48:07 UTC (rev 150881)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:48:09 UTC (rev 150882)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Rouslan Solomakhin rous...@localnet.com
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=oxine
-pkgver=0.7.1
-pkgrel=5
-pkgdesc=A lightweight, purely osd based xine frontend for set-top boxes and 
home entertainment systems
-arch=('i686' 'x86_64')
-url=http://oxine.sourceforge.net/;
-license=('GPL')
-depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst')
-source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2a2d05ee21892624e35cf539e532c0dd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|#include curl/types.h||' configure src/download.c
-  ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \
---without-imagemagick --disable-gdkpixbuf --disable-weather
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: oxine/repos/extra-x86_64/PKGBUILD (from rev 150872, 
oxine/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:48:09 UTC (rev 150882)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Rouslan Solomakhin rous...@localnet.com
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=oxine
+pkgver=0.7.1
+pkgrel=6
+pkgdesc=A lightweight, purely osd based xine frontend for set-top boxes and 
home entertainment systems
+arch=('i686' 'x86_64')
+url=http://oxine.sourceforge.net/;
+license=('GPL')
+depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst')
+source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2a2d05ee21892624e35cf539e532c0dd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|#include curl/types.h||' configure src/download.c
+  ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \
+--without-imagemagick --disable-gdkpixbuf --disable-weather
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:48:11
  Author: allan
Revision: 150883

db-move: moved vcdimager from [staging] to [extra] (i686)

Added:
  vcdimager/repos/extra-i686/PKGBUILD
(from rev 150872, vcdimager/repos/staging-i686/PKGBUILD)
  vcdimager/repos/extra-i686/vcdimager-0.7.24-libcdio-0.83.patch
(from rev 150872, 
vcdimager/repos/staging-i686/vcdimager-0.7.24-libcdio-0.83.patch)
  vcdimager/repos/extra-i686/vcdimager.install
(from rev 150872, vcdimager/repos/staging-i686/vcdimager.install)
Deleted:
  vcdimager/repos/extra-i686/PKGBUILD
  vcdimager/repos/extra-i686/vcdimager.install
  vcdimager/repos/staging-i686/

-+
 PKGBUILD|   67 +++---
 vcdimager-0.7.24-libcdio-0.83.patch |  337 ++
 vcdimager.install   |   42 ++--
 3 files changed, 393 insertions(+), 53 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:48:09 UTC (rev 150882)
+++ extra-i686/PKGBUILD 2012-02-23 13:48:11 UTC (rev 150883)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: damir da...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=vcdimager
-pkgver=0.7.24
-pkgrel=1
-pkgdesc=A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's
-arch=('i686' 'x86_64')
-url=http://www.vcdimager.org/;
-license=('GPL')
-depends=('libcdio=0.82' 'libxml2=2.7.3' 'popt')
-options=('!libtool')
-install=vcdimager.install
-source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3af22978fd79c79d5fda6513b6811145')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: vcdimager/repos/extra-i686/PKGBUILD (from rev 150872, 
vcdimager/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:48:11 UTC (rev 150883)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: damir da...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=vcdimager
+pkgver=0.7.24
+pkgrel=2
+pkgdesc=A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's
+arch=('i686' 'x86_64')
+url=http://www.vcdimager.org/;
+license=('GPL')
+depends=('libcdio=0.82' 'libxml2=2.7.3' 'popt')
+options=('!libtool')
+install=vcdimager.install
+source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz
+vcdimager-0.7.24-libcdio-0.83.patch)
+md5sums=('3af22978fd79c79d5fda6513b6811145'
+ 'f4e7376fd9d975951d2b93a5e9123fdc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i $srcdir/vcdimager-0.7.24-libcdio-0.83.patch
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: vcdimager/repos/extra-i686/vcdimager-0.7.24-libcdio-0.83.patch (from 
rev 150872, vcdimager/repos/staging-i686/vcdimager-0.7.24-libcdio-0.83.patch)
===
--- extra-i686/vcdimager-0.7.24-libcdio-0.83.patch  
(rev 0)
+++ extra-i686/vcdimager-0.7.24-libcdio-0.83.patch  2012-02-23 13:48:11 UTC 
(rev 150883)
@@ -0,0 +1,337 @@
+diff -u vcdimager-0.7.23/include/libvcd/info.h 
vcdimager-0.7.23/include/libvcd/info.h
+--- vcdimager-0.7.23/include/libvcd/info.h
 vcdimager-0.7.23/include/libvcd/info.h
+@@ -32,6 +32,9 @@
+ #include libvcd/version.h
+ #include libvcd/types.h
+ #include libvcd/files.h
++
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/cdio.h
+ #include cdio/ds.h
+
+--- vcdimager-0.7.23.orig/frontends/cli/vcd-info.c
 vcdimager-0.7.23/frontends/cli/vcd-info.c
+@@ -38,6 +38,8 @@
+ #define POPT_ARGFLAG_OPTIONAL 0
+ #endif
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/cdio.h
+ #include cdio/bytesex.h
+ #include cdio/iso9660.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/frontends/cli/cdxa2mpeg.c
 vcdimager-0.7.23/frontends/cli/cdxa2mpeg.c
+@@ -33,6 +33,8 @@
+ #include stdlib.h
+ #include errno.h
+ #include unistd.h
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/sector.h
+ #include cdio/bytesex.h
+ 
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/frontends/xml/vcd_xml_build.c
 vcdimager-0.7.23/frontends/xml/vcd_xml_build.c
+@@ -27,8 +27,14 @@
+ #include string.h
+ #include errno.h
+ 
++#ifdef HAVE_TIME_H
++#include time.h
++#endif
++
+ #include popt.h
+ 
++/* We don't want to pull in cdio's config */
++#define 

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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:48:13
  Author: allan
Revision: 150884

db-move: moved vcdimager from [staging] to [extra] (x86_64)

Added:
  vcdimager/repos/extra-x86_64/PKGBUILD
(from rev 150872, vcdimager/repos/staging-x86_64/PKGBUILD)
  vcdimager/repos/extra-x86_64/vcdimager-0.7.24-libcdio-0.83.patch
(from rev 150872, 
vcdimager/repos/staging-x86_64/vcdimager-0.7.24-libcdio-0.83.patch)
  vcdimager/repos/extra-x86_64/vcdimager.install
(from rev 150872, vcdimager/repos/staging-x86_64/vcdimager.install)
Deleted:
  vcdimager/repos/extra-x86_64/PKGBUILD
  vcdimager/repos/extra-x86_64/vcdimager.install
  vcdimager/repos/staging-x86_64/

-+
 PKGBUILD|   67 +++---
 vcdimager-0.7.24-libcdio-0.83.patch |  337 ++
 vcdimager.install   |   42 ++--
 3 files changed, 393 insertions(+), 53 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 13:48:11 UTC (rev 150883)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:48:13 UTC (rev 150884)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: damir da...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=vcdimager
-pkgver=0.7.24
-pkgrel=1
-pkgdesc=A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's
-arch=('i686' 'x86_64')
-url=http://www.vcdimager.org/;
-license=('GPL')
-depends=('libcdio=0.82' 'libxml2=2.7.3' 'popt')
-options=('!libtool')
-install=vcdimager.install
-source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3af22978fd79c79d5fda6513b6811145')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: vcdimager/repos/extra-x86_64/PKGBUILD (from rev 150872, 
vcdimager/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:48:13 UTC (rev 150884)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: damir da...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=vcdimager
+pkgver=0.7.24
+pkgrel=2
+pkgdesc=A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's
+arch=('i686' 'x86_64')
+url=http://www.vcdimager.org/;
+license=('GPL')
+depends=('libcdio=0.82' 'libxml2=2.7.3' 'popt')
+options=('!libtool')
+install=vcdimager.install
+source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz
+vcdimager-0.7.24-libcdio-0.83.patch)
+md5sums=('3af22978fd79c79d5fda6513b6811145'
+ 'f4e7376fd9d975951d2b93a5e9123fdc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i $srcdir/vcdimager-0.7.24-libcdio-0.83.patch
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: vcdimager/repos/extra-x86_64/vcdimager-0.7.24-libcdio-0.83.patch (from 
rev 150872, vcdimager/repos/staging-x86_64/vcdimager-0.7.24-libcdio-0.83.patch)
===
--- extra-x86_64/vcdimager-0.7.24-libcdio-0.83.patch
(rev 0)
+++ extra-x86_64/vcdimager-0.7.24-libcdio-0.83.patch2012-02-23 13:48:13 UTC 
(rev 150884)
@@ -0,0 +1,337 @@
+diff -u vcdimager-0.7.23/include/libvcd/info.h 
vcdimager-0.7.23/include/libvcd/info.h
+--- vcdimager-0.7.23/include/libvcd/info.h
 vcdimager-0.7.23/include/libvcd/info.h
+@@ -32,6 +32,9 @@
+ #include libvcd/version.h
+ #include libvcd/types.h
+ #include libvcd/files.h
++
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/cdio.h
+ #include cdio/ds.h
+
+--- vcdimager-0.7.23.orig/frontends/cli/vcd-info.c
 vcdimager-0.7.23/frontends/cli/vcd-info.c
+@@ -38,6 +38,8 @@
+ #define POPT_ARGFLAG_OPTIONAL 0
+ #endif
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/cdio.h
+ #include cdio/bytesex.h
+ #include cdio/iso9660.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/frontends/cli/cdxa2mpeg.c
 vcdimager-0.7.23/frontends/cli/cdxa2mpeg.c
+@@ -33,6 +33,8 @@
+ #include stdlib.h
+ #include errno.h
+ #include unistd.h
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/sector.h
+ #include cdio/bytesex.h
+ 
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/frontends/xml/vcd_xml_build.c
 vcdimager-0.7.23/frontends/xml/vcd_xml_build.c
+@@ -27,8 +27,14 @@
+ #include string.h
+ #include errno.h
+ 
++#ifdef HAVE_TIME_H
++#include time.h
++#endif
++
+ #include popt.h
+ 

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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:53:53
  Author: allan
Revision: 150887

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

Added:
  crda/repos/core-i686/PKGBUILD
(from rev 150886, crda/repos/testing-i686/PKGBUILD)
  crda/repos/core-i686/crda.install
(from rev 150886, crda/repos/testing-i686/crda.install)
  crda/repos/core-i686/crda.rc
(from rev 150886, crda/repos/testing-i686/crda.rc)
  crda/repos/core-i686/libnl32.patch
(from rev 150886, crda/repos/testing-i686/libnl32.patch)
Deleted:
  crda/repos/core-i686/PKGBUILD
  crda/repos/core-i686/crda.install
  crda/repos/core-i686/crda.rc
  crda/repos/testing-i686/

---+
 PKGBUILD  |   80 
 crda.install  |   36 -
 crda.rc   |   52 ++--
 libnl32.patch |   12 
 4 files changed, 97 insertions(+), 83 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-02-23 13:48:15 UTC (rev 150886)
+++ core-i686/PKGBUILD  2012-02-23 13:53:53 UTC (rev 150887)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=crda
-pkgver=1.1.2
-pkgrel=1
-pkgdesc=Central Regulatory Domain Agent for wireless networks
-arch=(i686 x86_64)
-url=http://wireless.kernel.org/en/developers/Regulatory/CRDA;
-license=('custom')
-depends=('wireless-regdb' 'libnl' 'libgcrypt' 'udev' 'iw')
-makedepends=('python-m2crypto')
-install=crda.install
-source=(http://wireless.kernel.org/download/crda/${pkgname}-${pkgver}.tar.bz2
-crda.rc)
-md5sums=('5226f65aebacf94baaf820f8b4e06df4'
- '014eef3f8655e9a130064ec6891317fc')
-  
-build() {
-  msg Compiling crda ...
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed 's|^#!/usr/bin/env python|#!/usr/bin/python2|' -i utils/key2pub.py
-  make crda regdbdump
-}
-
-package() {
-  # Install crda, regdbdump and udev rules
-  msg Installing crda ...
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # This rule automatically sets the regulatory domain when cfg80211 is loaded
-  echo 'ACTION==add SUBSYSTEM==module, DEVPATH==/module/cfg80211, 
RUN+=/etc/rc.d/wireless-regdom start /dev/null'  
${pkgdir}/lib/udev/rules.d/85-regulatory.rules
-
-  msg Installing license ...
-  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/crda/LICENSE
-  
-  msg Installing boot script ...
-  install -D -m755 ${srcdir}/crda.rc ${pkgdir}/etc/rc.d/wireless-regdom
-}

Copied: crda/repos/core-i686/PKGBUILD (from rev 150886, 
crda/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-02-23 13:53:53 UTC (rev 150887)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=crda
+pkgver=1.1.2
+pkgrel=2
+pkgdesc=Central Regulatory Domain Agent for wireless networks
+arch=(i686 x86_64)
+url=http://wireless.kernel.org/en/developers/Regulatory/CRDA;
+license=('custom')
+depends=('wireless-regdb' 'libnl' 'libgcrypt' 'udev' 'iw')
+makedepends=('python-m2crypto')
+install=crda.install
+source=(http://wireless.kernel.org/download/crda/${pkgname}-${pkgver}.tar.bz2
+crda.rc libnl32.patch)
+md5sums=('5226f65aebacf94baaf820f8b4e06df4'
+ '014eef3f8655e9a130064ec6891317fc'
+ 'c1f7aff29f15a0364ae6f7905a1d4ae6')
+  
+build() {
+  msg Compiling crda ...
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i $srcdir/libnl32.patch
+  sed 's|^#!/usr/bin/env python|#!/usr/bin/python2|' -i utils/key2pub.py
+  make crda regdbdump
+}
+
+package() {
+  # Install crda, regdbdump and udev rules
+  msg Installing crda ...
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # This rule automatically sets the regulatory domain when cfg80211 is loaded
+  echo 'ACTION==add SUBSYSTEM==module, DEVPATH==/module/cfg80211, 
RUN+=/etc/rc.d/wireless-regdom start /dev/null'  
${pkgdir}/lib/udev/rules.d/85-regulatory.rules
+
+  msg Installing license ...
+  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/crda/LICENSE
+  
+  msg Installing boot script ...
+  install -D -m755 ${srcdir}/crda.rc ${pkgdir}/etc/rc.d/wireless-regdom
+}

Deleted: core-i686/crda.install
===
--- core-i686/crda.install  2012-02-23 13:48:15 UTC (rev 150886)
+++ core-i686/crda.install  2012-02-23 13:53:53 UTC (rev 150887)
@@ -1,18 +0,0 @@
-## arg 1:  the new package version
-post_install() {
-  echo Uncomment the right regulatory domain in /etc/conf.d/wireless-regdom.
-  echo It will automatically be set when necessary.
-}
-
-## arg 1:  the new package version
-## arg 2:  the old package version
-post_upgrade() {
-  # In an upgrade from 1.0.1-1 or older, the wireless-regdom file moves from 

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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:53:54
  Author: allan
Revision: 150888

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

Added:
  crda/repos/core-x86_64/PKGBUILD
(from rev 150886, crda/repos/testing-x86_64/PKGBUILD)
  crda/repos/core-x86_64/crda.install
(from rev 150886, crda/repos/testing-x86_64/crda.install)
  crda/repos/core-x86_64/crda.rc
(from rev 150886, crda/repos/testing-x86_64/crda.rc)
  crda/repos/core-x86_64/libnl32.patch
(from rev 150886, crda/repos/testing-x86_64/libnl32.patch)
Deleted:
  crda/repos/core-x86_64/PKGBUILD
  crda/repos/core-x86_64/crda.install
  crda/repos/core-x86_64/crda.rc
  crda/repos/testing-x86_64/

---+
 PKGBUILD  |   80 
 crda.install  |   36 -
 crda.rc   |   52 ++--
 libnl32.patch |   12 
 4 files changed, 97 insertions(+), 83 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-02-23 13:53:53 UTC (rev 150887)
+++ core-x86_64/PKGBUILD2012-02-23 13:53:54 UTC (rev 150888)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=crda
-pkgver=1.1.2
-pkgrel=1
-pkgdesc=Central Regulatory Domain Agent for wireless networks
-arch=(i686 x86_64)
-url=http://wireless.kernel.org/en/developers/Regulatory/CRDA;
-license=('custom')
-depends=('wireless-regdb' 'libnl' 'libgcrypt' 'udev' 'iw')
-makedepends=('python-m2crypto')
-install=crda.install
-source=(http://wireless.kernel.org/download/crda/${pkgname}-${pkgver}.tar.bz2
-crda.rc)
-md5sums=('5226f65aebacf94baaf820f8b4e06df4'
- '014eef3f8655e9a130064ec6891317fc')
-  
-build() {
-  msg Compiling crda ...
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed 's|^#!/usr/bin/env python|#!/usr/bin/python2|' -i utils/key2pub.py
-  make crda regdbdump
-}
-
-package() {
-  # Install crda, regdbdump and udev rules
-  msg Installing crda ...
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # This rule automatically sets the regulatory domain when cfg80211 is loaded
-  echo 'ACTION==add SUBSYSTEM==module, DEVPATH==/module/cfg80211, 
RUN+=/etc/rc.d/wireless-regdom start /dev/null'  
${pkgdir}/lib/udev/rules.d/85-regulatory.rules
-
-  msg Installing license ...
-  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/crda/LICENSE
-  
-  msg Installing boot script ...
-  install -D -m755 ${srcdir}/crda.rc ${pkgdir}/etc/rc.d/wireless-regdom
-}

Copied: crda/repos/core-x86_64/PKGBUILD (from rev 150886, 
crda/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-02-23 13:53:54 UTC (rev 150888)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=crda
+pkgver=1.1.2
+pkgrel=2
+pkgdesc=Central Regulatory Domain Agent for wireless networks
+arch=(i686 x86_64)
+url=http://wireless.kernel.org/en/developers/Regulatory/CRDA;
+license=('custom')
+depends=('wireless-regdb' 'libnl' 'libgcrypt' 'udev' 'iw')
+makedepends=('python-m2crypto')
+install=crda.install
+source=(http://wireless.kernel.org/download/crda/${pkgname}-${pkgver}.tar.bz2
+crda.rc libnl32.patch)
+md5sums=('5226f65aebacf94baaf820f8b4e06df4'
+ '014eef3f8655e9a130064ec6891317fc'
+ 'c1f7aff29f15a0364ae6f7905a1d4ae6')
+  
+build() {
+  msg Compiling crda ...
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i $srcdir/libnl32.patch
+  sed 's|^#!/usr/bin/env python|#!/usr/bin/python2|' -i utils/key2pub.py
+  make crda regdbdump
+}
+
+package() {
+  # Install crda, regdbdump and udev rules
+  msg Installing crda ...
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # This rule automatically sets the regulatory domain when cfg80211 is loaded
+  echo 'ACTION==add SUBSYSTEM==module, DEVPATH==/module/cfg80211, 
RUN+=/etc/rc.d/wireless-regdom start /dev/null'  
${pkgdir}/lib/udev/rules.d/85-regulatory.rules
+
+  msg Installing license ...
+  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/crda/LICENSE
+  
+  msg Installing boot script ...
+  install -D -m755 ${srcdir}/crda.rc ${pkgdir}/etc/rc.d/wireless-regdom
+}

Deleted: core-x86_64/crda.install
===
--- core-x86_64/crda.install2012-02-23 13:53:53 UTC (rev 150887)
+++ core-x86_64/crda.install2012-02-23 13:53:54 UTC (rev 150888)
@@ -1,18 +0,0 @@
-## arg 1:  the new package version
-post_install() {
-  echo Uncomment the right regulatory domain in /etc/conf.d/wireless-regdom.
-  echo It will automatically be set when necessary.
-}
-
-## arg 1:  the new package version
-## arg 2:  the old package version
-post_upgrade() {
-  # In an 

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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:53:56
  Author: allan
Revision: 150889

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

Added:
  iw/repos/core-i686/PKGBUILD
(from rev 150886, iw/repos/testing-i686/PKGBUILD)
Deleted:
  iw/repos/core-i686/PKGBUILD
  iw/repos/testing-i686/

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-02-23 13:53:54 UTC (rev 150888)
+++ core-i686/PKGBUILD  2012-02-23 13:53:56 UTC (rev 150889)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=iw
-pkgver=3.3
-pkgrel=1
-pkgdesc=nl80211 based CLI configuration utility for wireless devices
-arch=(i686 x86_64)
-url=http://wireless.kernel.org/en/users/Documentation/iw;
-license=(GPL)
-depends=(libnl)
-makedepends=(kernel-headers)
-source=(http://wireless.kernel.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('567f0d389dd7c9919832101aaa8e3863a463cb505545534eb46b4ddab4400e60')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: iw/repos/core-i686/PKGBUILD (from rev 150886, 
iw/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-02-23 13:53:56 UTC (rev 150889)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=iw
+pkgver=3.3
+pkgrel=2
+pkgdesc=nl80211 based CLI configuration utility for wireless devices
+arch=(i686 x86_64)
+url=http://wireless.kernel.org/en/users/Documentation/iw;
+license=(GPL)
+depends=(libnl)
+makedepends=(kernel-headers)
+source=(http://wireless.kernel.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('567f0d389dd7c9919832101aaa8e3863a463cb505545534eb46b4ddab4400e60')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:53:57
  Author: allan
Revision: 150890

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

Added:
  iw/repos/core-x86_64/PKGBUILD
(from rev 150886, iw/repos/testing-x86_64/PKGBUILD)
Deleted:
  iw/repos/core-x86_64/PKGBUILD
  iw/repos/testing-x86_64/

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-02-23 13:53:56 UTC (rev 150889)
+++ core-x86_64/PKGBUILD2012-02-23 13:53:57 UTC (rev 150890)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=iw
-pkgver=3.3
-pkgrel=1
-pkgdesc=nl80211 based CLI configuration utility for wireless devices
-arch=(i686 x86_64)
-url=http://wireless.kernel.org/en/users/Documentation/iw;
-license=(GPL)
-depends=(libnl)
-makedepends=(kernel-headers)
-source=(http://wireless.kernel.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('567f0d389dd7c9919832101aaa8e3863a463cb505545534eb46b4ddab4400e60')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: iw/repos/core-x86_64/PKGBUILD (from rev 150886, 
iw/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-02-23 13:53:57 UTC (rev 150890)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=iw
+pkgver=3.3
+pkgrel=2
+pkgdesc=nl80211 based CLI configuration utility for wireless devices
+arch=(i686 x86_64)
+url=http://wireless.kernel.org/en/users/Documentation/iw;
+license=(GPL)
+depends=(libnl)
+makedepends=(kernel-headers)
+source=(http://wireless.kernel.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('567f0d389dd7c9919832101aaa8e3863a463cb505545534eb46b4ddab4400e60')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:53:59
  Author: allan
Revision: 150891

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

Added:
  libnl/repos/core-i686/PKGBUILD
(from rev 150886, libnl/repos/testing-i686/PKGBUILD)
Deleted:
  libnl/repos/core-i686/PKGBUILD
  libnl/repos/core-i686/fix-compilation.patch
  libnl/repos/testing-i686/

---+
 PKGBUILD  |   59 +---
 fix-compilation.patch |   10 
 2 files changed, 31 insertions(+), 38 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-02-23 13:53:57 UTC (rev 150890)
+++ core-i686/PKGBUILD  2012-02-23 13:53:59 UTC (rev 150891)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libnl
-pkgver=1.1
-pkgrel=3
-pkgdesc=Library for applications dealing with netlink sockets
-arch=('i686' 'x86_64')
-url=http://www.infradead.org/~tgr/libnl/;
-license=('GPL')
-depends=('glibc')
-source=(http://www.infradead.org/~tgr/libnl/files/${pkgname}-${pkgver}.tar.gz;
-'fix-compilation.patch')
-md5sums=('ae970ccd9144e132b68664f98e7ceeb1'
- 'e1f5e82c8aa1b3ad025c7b588178de1e')
-
-build() {
-  cd ${srcdir}/libnl-${pkgver}
-  patch -Np1 -i ${srcdir}/fix-compilation.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/libnl-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libnl/repos/core-i686/PKGBUILD (from rev 150886, 
libnl/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-02-23 13:53:59 UTC (rev 150891)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libnl
+pkgver=3.2.7
+pkgrel=1
+pkgdesc=Library for applications dealing with netlink sockets
+arch=(i686 x86_64)
+url=http://www.infradead.org/~tgr/libnl/;
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+options=(!libtool)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('6a233a9dffa0ee3a7f6110c95c5410ab')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: core-i686/fix-compilation.patch
===
--- core-i686/fix-compilation.patch 2012-02-23 13:53:57 UTC (rev 150890)
+++ core-i686/fix-compilation.patch 2012-02-23 13:53:59 UTC (rev 150891)
@@ -1,10 +0,0 @@
 libnl-1.1.orig/include/netlink-local.h 2008-01-14 16:48:45.0 
+0100
-+++ libnl-1.1/include/netlink-local.h  2009-06-26 11:15:33.186011844 +0200
-@@ -26,6 +26,7 @@
- #include sys/socket.h
- #include inttypes.h
- #include assert.h
-+#include limits.h
- 
- #include arpa/inet.h
- #include netdb.h



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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:54:02
  Author: allan
Revision: 150892

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

Added:
  libnl/repos/core-x86_64/PKGBUILD
(from rev 150886, libnl/repos/testing-x86_64/PKGBUILD)
Deleted:
  libnl/repos/core-x86_64/PKGBUILD
  libnl/repos/core-x86_64/fix-compilation.patch
  libnl/repos/testing-x86_64/

---+
 PKGBUILD  |   59 +---
 fix-compilation.patch |   10 
 2 files changed, 31 insertions(+), 38 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-02-23 13:53:59 UTC (rev 150891)
+++ core-x86_64/PKGBUILD2012-02-23 13:54:02 UTC (rev 150892)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libnl
-pkgver=1.1
-pkgrel=3
-pkgdesc=Library for applications dealing with netlink sockets
-arch=('i686' 'x86_64')
-url=http://www.infradead.org/~tgr/libnl/;
-license=('GPL')
-depends=('glibc')
-source=(http://www.infradead.org/~tgr/libnl/files/${pkgname}-${pkgver}.tar.gz;
-'fix-compilation.patch')
-md5sums=('ae970ccd9144e132b68664f98e7ceeb1'
- 'e1f5e82c8aa1b3ad025c7b588178de1e')
-
-build() {
-  cd ${srcdir}/libnl-${pkgver}
-  patch -Np1 -i ${srcdir}/fix-compilation.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/libnl-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libnl/repos/core-x86_64/PKGBUILD (from rev 150886, 
libnl/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-02-23 13:54:02 UTC (rev 150892)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libnl
+pkgver=3.2.7
+pkgrel=1
+pkgdesc=Library for applications dealing with netlink sockets
+arch=(i686 x86_64)
+url=http://www.infradead.org/~tgr/libnl/;
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+options=(!libtool)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('6a233a9dffa0ee3a7f6110c95c5410ab')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: core-x86_64/fix-compilation.patch
===
--- core-x86_64/fix-compilation.patch   2012-02-23 13:53:59 UTC (rev 150891)
+++ core-x86_64/fix-compilation.patch   2012-02-23 13:54:02 UTC (rev 150892)
@@ -1,10 +0,0 @@
 libnl-1.1.orig/include/netlink-local.h 2008-01-14 16:48:45.0 
+0100
-+++ libnl-1.1/include/netlink-local.h  2009-06-26 11:15:33.186011844 +0200
-@@ -26,6 +26,7 @@
- #include sys/socket.h
- #include inttypes.h
- #include assert.h
-+#include limits.h
- 
- #include arpa/inet.h
- #include netdb.h



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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:54:05
  Author: allan
Revision: 150893

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

Added:
  libpcap/repos/core-i686/PKGBUILD
(from rev 150886, libpcap/repos/testing-i686/PKGBUILD)
  libpcap/repos/core-i686/libnl32.patch
(from rev 150886, libpcap/repos/testing-i686/libnl32.patch)
Deleted:
  libpcap/repos/core-i686/PKGBUILD
  libpcap/repos/testing-i686/

---+
 PKGBUILD  |   79 +---
 libnl32.patch |   19 +
 2 files changed, 60 insertions(+), 38 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-02-23 13:54:02 UTC (rev 150892)
+++ core-i686/PKGBUILD  2012-02-23 13:54:05 UTC (rev 150893)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=libpcap
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=A system-independent interface for user-level packet capture
-arch=('i686' 'x86_64')
-url=http://www.tcpdump.org/;
-license=('BSD')
-depends=('glibc' 'libnl' 'sh')
-makedepends=('flex')
-source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz
-http://www.tcpdump.org/release/libpcap-1.2.1.tar.gz.sig)
-sha256sums=('a135a6ef7e539729a57c7ed345bdb9b64159e13404174006a7972eb33f00debd'
-'dc82ca7e7f737885969af0f78ad0f0eef8206062087e0261ca2799ef26d569b4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-ipv6
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -d -m755 ${pkgdir}/usr/bin
-  make DESTDIR=${pkgdir} install
-  # remove static library
-  rm -rf ${pkgdir}/usr/lib/libpcap.a
-  
-  # backwards compatibility, programs often look for net/bpf.h
-  mkdir -p ${pkgdir}/usr/include/net
-  cd ${pkgdir}/usr/include/net
-  ln -s ../pcap-bpf.h bpf.h
-
-  #install the license
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libpcap/repos/core-i686/PKGBUILD (from rev 150886, 
libpcap/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-02-23 13:54:05 UTC (rev 150893)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libpcap
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=A system-independent interface for user-level packet capture
+arch=('i686' 'x86_64')
+url=http://www.tcpdump.org/;
+license=('BSD')
+depends=('glibc' 'libnl' 'sh')
+makedepends=('flex')
+source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig}
+libnl32.patch)
+sha256sums=('a135a6ef7e539729a57c7ed345bdb9b64159e13404174006a7972eb33f00debd'
+'dc82ca7e7f737885969af0f78ad0f0eef8206062087e0261ca2799ef26d569b4'
+'7d0cbd49e55405cb2b55852223cd4965526e518cfb4f547ab9cc9b95b8f9c9e6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/libnl32.patch
+  autoreconf -f -i
+  ./configure --prefix=/usr --enable-ipv6 --with-libnl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d -m755 ${pkgdir}/usr/bin
+  make DESTDIR=${pkgdir} install
+  # remove static library
+  rm -rf ${pkgdir}/usr/lib/libpcap.a
+  
+  # backwards compatibility, programs often look for net/bpf.h
+  mkdir -p ${pkgdir}/usr/include/net
+  cd ${pkgdir}/usr/include/net
+  ln -s ../pcap-bpf.h bpf.h
+
+  #install the license
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libpcap/repos/core-i686/libnl32.patch (from rev 150886, 
libpcap/repos/testing-i686/libnl32.patch)
===
--- core-i686/libnl32.patch (rev 0)
+++ core-i686/libnl32.patch 2012-02-23 13:54:05 UTC (rev 150893)
@@ -0,0 +1,19 @@
+diff -u -r libpcap-1.2.1/configure.in libpcap-1.2.1-libnl32/configure.in
+--- libpcap-1.2.1/configure.in 2012-01-02 01:47:37.0 +0100
 libpcap-1.2.1-libnl32/configure.in 2012-02-09 19:29:29.405603749 +0100
+@@ -433,12 +433,13 @@
+   #
+   # Try libnl 2.x first.
+   #
+-  AC_CHECK_LIB(nl, nl_socket_alloc,
++  AC_CHECK_LIB(nl-3, nl_socket_alloc,
+   [
+   #
+   # Yes, we have libnl 2.x.
+   #
+-  LIBS=-lnl-genl -lnl $LIBS
++  LIBS=$(pkg-config --libs libnl-genl-3.0 libnl-3.0) 
$LIBS
++  V_INCLS=$V_INCLS $(pkg-config --cflags libnl-genl-3.0 
libnl-3.0)
+   AC_DEFINE(HAVE_LIBNL,1,[if libnl exists])
+   AC_DEFINE(HAVE_LIBNL_2_x,1,[if libnl exists and is 
version 2.x])
+   ],



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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:54:08
  Author: allan
Revision: 150894

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

Added:
  libpcap/repos/core-x86_64/PKGBUILD
(from rev 150886, libpcap/repos/testing-x86_64/PKGBUILD)
  libpcap/repos/core-x86_64/libnl32.patch
(from rev 150886, libpcap/repos/testing-x86_64/libnl32.patch)
Deleted:
  libpcap/repos/core-x86_64/PKGBUILD
  libpcap/repos/testing-x86_64/

---+
 PKGBUILD  |   79 +---
 libnl32.patch |   19 +
 2 files changed, 60 insertions(+), 38 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-02-23 13:54:05 UTC (rev 150893)
+++ core-x86_64/PKGBUILD2012-02-23 13:54:08 UTC (rev 150894)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=libpcap
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=A system-independent interface for user-level packet capture
-arch=('i686' 'x86_64')
-url=http://www.tcpdump.org/;
-license=('BSD')
-depends=('glibc' 'libnl' 'sh')
-makedepends=('flex')
-source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz
-http://www.tcpdump.org/release/libpcap-1.2.1.tar.gz.sig)
-sha256sums=('a135a6ef7e539729a57c7ed345bdb9b64159e13404174006a7972eb33f00debd'
-'dc82ca7e7f737885969af0f78ad0f0eef8206062087e0261ca2799ef26d569b4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-ipv6
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -d -m755 ${pkgdir}/usr/bin
-  make DESTDIR=${pkgdir} install
-  # remove static library
-  rm -rf ${pkgdir}/usr/lib/libpcap.a
-  
-  # backwards compatibility, programs often look for net/bpf.h
-  mkdir -p ${pkgdir}/usr/include/net
-  cd ${pkgdir}/usr/include/net
-  ln -s ../pcap-bpf.h bpf.h
-
-  #install the license
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libpcap/repos/core-x86_64/PKGBUILD (from rev 150886, 
libpcap/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-02-23 13:54:08 UTC (rev 150894)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libpcap
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=A system-independent interface for user-level packet capture
+arch=('i686' 'x86_64')
+url=http://www.tcpdump.org/;
+license=('BSD')
+depends=('glibc' 'libnl' 'sh')
+makedepends=('flex')
+source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig}
+libnl32.patch)
+sha256sums=('a135a6ef7e539729a57c7ed345bdb9b64159e13404174006a7972eb33f00debd'
+'dc82ca7e7f737885969af0f78ad0f0eef8206062087e0261ca2799ef26d569b4'
+'7d0cbd49e55405cb2b55852223cd4965526e518cfb4f547ab9cc9b95b8f9c9e6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/libnl32.patch
+  autoreconf -f -i
+  ./configure --prefix=/usr --enable-ipv6 --with-libnl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d -m755 ${pkgdir}/usr/bin
+  make DESTDIR=${pkgdir} install
+  # remove static library
+  rm -rf ${pkgdir}/usr/lib/libpcap.a
+  
+  # backwards compatibility, programs often look for net/bpf.h
+  mkdir -p ${pkgdir}/usr/include/net
+  cd ${pkgdir}/usr/include/net
+  ln -s ../pcap-bpf.h bpf.h
+
+  #install the license
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libpcap/repos/core-x86_64/libnl32.patch (from rev 150886, 
libpcap/repos/testing-x86_64/libnl32.patch)
===
--- core-x86_64/libnl32.patch   (rev 0)
+++ core-x86_64/libnl32.patch   2012-02-23 13:54:08 UTC (rev 150894)
@@ -0,0 +1,19 @@
+diff -u -r libpcap-1.2.1/configure.in libpcap-1.2.1-libnl32/configure.in
+--- libpcap-1.2.1/configure.in 2012-01-02 01:47:37.0 +0100
 libpcap-1.2.1-libnl32/configure.in 2012-02-09 19:29:29.405603749 +0100
+@@ -433,12 +433,13 @@
+   #
+   # Try libnl 2.x first.
+   #
+-  AC_CHECK_LIB(nl, nl_socket_alloc,
++  AC_CHECK_LIB(nl-3, nl_socket_alloc,
+   [
+   #
+   # Yes, we have libnl 2.x.
+   #
+-  LIBS=-lnl-genl -lnl $LIBS
++  LIBS=$(pkg-config --libs libnl-genl-3.0 libnl-3.0) 
$LIBS
++  V_INCLS=$V_INCLS $(pkg-config --cflags libnl-genl-3.0 
libnl-3.0)
+   AC_DEFINE(HAVE_LIBNL,1,[if libnl exists])
+   AC_DEFINE(HAVE_LIBNL_2_x,1,[if libnl exists and is 
version 2.x])
+   ],



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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:54:11
  Author: allan
Revision: 150895

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

Added:
  wpa_supplicant/repos/core-i686/PKGBUILD
(from rev 150886, wpa_supplicant/repos/testing-i686/PKGBUILD)
  wpa_supplicant/repos/core-i686/config
(from rev 150886, wpa_supplicant/repos/testing-i686/config)
  wpa_supplicant/repos/core-i686/dbus.patch
(from rev 150886, wpa_supplicant/repos/testing-i686/dbus.patch)
  wpa_supplicant/repos/core-i686/hostap_allow-linking-with-libnl-3.2.patch
(from rev 150886, 
wpa_supplicant/repos/testing-i686/hostap_allow-linking-with-libnl-3.2.patch)
Deleted:
  wpa_supplicant/repos/core-i686/PKGBUILD
  wpa_supplicant/repos/core-i686/config
  wpa_supplicant/repos/core-i686/dbus.patch
  wpa_supplicant/repos/testing-i686/

---+
 PKGBUILD  |   94 +--
 config|  810 ++--
 dbus.patch|  122 ++--
 hostap_allow-linking-with-libnl-3.2.patch |   42 +
 4 files changed, 558 insertions(+), 510 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-02-23 13:54:08 UTC (rev 150894)
+++ core-i686/PKGBUILD  2012-02-23 13:54:11 UTC (rev 150895)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=wpa_supplicant
-pkgver=0.7.3
-pkgrel=4
-pkgdesc=A utility providing key negotiation for WPA wireless networks
-url=http://hostap.epitest.fi/wpa_supplicant;
-arch=('i686' 'x86_64')
-depends=('openssl' 'dbus-core=1.2.4' 'readline=6.0' 'libnl')
-optdepends=('wpa_supplicant_gui: wpa_gui program')
-license=('GPL')
-groups=('base')
-backup=('etc/wpa_supplicant.conf')
-source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz
-config dbus.patch)
-sha256sums=('d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443'
-'6a0837f18e5ff179ccd6954f7952dfc2e6aa69f353194ee4cb29c1ed2ef68c5d'
-'13effa9ed6a1bb940ffc056a3eabcf64c8cc057069eca5cc1822b98ed769812a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
-  # Required by NetworkManager 0.8.995
-  patch -Np2 -i $srcdir/dbus.patch
-  cp ${srcdir}/config ./.config
-  sed -i 's@/usr/local@$(PREFIX)@g' Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc
-  install -m644 wpa_supplicant.conf ${pkgdir}/etc/wpa_supplicant.conf
-  install -d -m755 ${pkgdir}/usr/share/man/man{5,8}
-  install -m644 doc/docbook/*.5 ${pkgdir}/usr/share/man/man5/
-  install -m644 doc/docbook/*.8 ${pkgdir}/usr/share/man/man8/
-  rm -f ${pkgdir}/usr/share/man/man8/wpa_{priv,gui}.8
-
-  install -m755 -d ${pkgdir}/usr/share/dbus-1/system-services
-  install -m644 
dbus/{fi.epitest.hostap.WPASupplicant.service,fi.w1.wpa_supplicant1.service} 
${pkgdir}/usr/share/dbus-1/system-services/
-  sed -e 's/sbin/usr\/sbin/' -i 
${pkgdir}/usr/share/dbus-1/system-services/*.service
-  install -m755 -d ${pkgdir}/etc/dbus-1/system.d
-  install -m644 dbus/dbus-wpa_supplicant.conf 
${pkgdir}/etc/dbus-1/system.d/wpa_supplicant.conf
-}

Copied: wpa_supplicant/repos/core-i686/PKGBUILD (from rev 150886, 
wpa_supplicant/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-02-23 13:54:11 UTC (rev 150895)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant
+pkgver=0.7.3
+pkgrel=5
+pkgdesc=A utility providing key negotiation for WPA wireless networks
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('openssl' 'dbus-core=1.2.4' 'readline=6.0' 'libnl')
+optdepends=('wpa_supplicant_gui: wpa_gui program')
+license=('GPL')
+groups=('base')
+backup=('etc/wpa_supplicant.conf')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz
+config dbus.patch hostap_allow-linking-with-libnl-3.2.patch)
+sha256sums=('d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443'
+'d00f306e53c22cc0d7352a0d4ed701fd77b9ff20e3a2422d81ac1fddcc11dff4'
+'13effa9ed6a1bb940ffc056a3eabcf64c8cc057069eca5cc1822b98ed769812a'
+'ac805bf6e5aaec733dfc2c333417e519239cd58663a6e1cb34a54fd0f2bcc3c5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i $srcdir/hostap_allow-linking-with-libnl-3.2.patch
+
+  cd ${pkgname}
+  # Required by NetworkManager 0.8.995
+  patch -Np2 -i $srcdir/dbus.patch
+  cp ${srcdir}/config ./.config
+  sed -i 's@/usr/local@$(PREFIX)@g' Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc
+  install -m644 wpa_supplicant.conf 

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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:54:14
  Author: allan
Revision: 150896

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

Added:
  wpa_supplicant/repos/core-x86_64/PKGBUILD
(from rev 150886, wpa_supplicant/repos/testing-x86_64/PKGBUILD)
  wpa_supplicant/repos/core-x86_64/config
(from rev 150886, wpa_supplicant/repos/testing-x86_64/config)
  wpa_supplicant/repos/core-x86_64/dbus.patch
(from rev 150886, wpa_supplicant/repos/testing-x86_64/dbus.patch)
  wpa_supplicant/repos/core-x86_64/hostap_allow-linking-with-libnl-3.2.patch
(from rev 150886, 
wpa_supplicant/repos/testing-x86_64/hostap_allow-linking-with-libnl-3.2.patch)
Deleted:
  wpa_supplicant/repos/core-x86_64/PKGBUILD
  wpa_supplicant/repos/core-x86_64/config
  wpa_supplicant/repos/core-x86_64/dbus.patch
  wpa_supplicant/repos/testing-x86_64/

---+
 PKGBUILD  |   94 +--
 config|  810 ++--
 dbus.patch|  122 ++--
 hostap_allow-linking-with-libnl-3.2.patch |   42 +
 4 files changed, 558 insertions(+), 510 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-02-23 13:54:11 UTC (rev 150895)
+++ core-x86_64/PKGBUILD2012-02-23 13:54:14 UTC (rev 150896)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=wpa_supplicant
-pkgver=0.7.3
-pkgrel=4
-pkgdesc=A utility providing key negotiation for WPA wireless networks
-url=http://hostap.epitest.fi/wpa_supplicant;
-arch=('i686' 'x86_64')
-depends=('openssl' 'dbus-core=1.2.4' 'readline=6.0' 'libnl')
-optdepends=('wpa_supplicant_gui: wpa_gui program')
-license=('GPL')
-groups=('base')
-backup=('etc/wpa_supplicant.conf')
-source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz
-config dbus.patch)
-sha256sums=('d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443'
-'6a0837f18e5ff179ccd6954f7952dfc2e6aa69f353194ee4cb29c1ed2ef68c5d'
-'13effa9ed6a1bb940ffc056a3eabcf64c8cc057069eca5cc1822b98ed769812a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
-  # Required by NetworkManager 0.8.995
-  patch -Np2 -i $srcdir/dbus.patch
-  cp ${srcdir}/config ./.config
-  sed -i 's@/usr/local@$(PREFIX)@g' Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc
-  install -m644 wpa_supplicant.conf ${pkgdir}/etc/wpa_supplicant.conf
-  install -d -m755 ${pkgdir}/usr/share/man/man{5,8}
-  install -m644 doc/docbook/*.5 ${pkgdir}/usr/share/man/man5/
-  install -m644 doc/docbook/*.8 ${pkgdir}/usr/share/man/man8/
-  rm -f ${pkgdir}/usr/share/man/man8/wpa_{priv,gui}.8
-
-  install -m755 -d ${pkgdir}/usr/share/dbus-1/system-services
-  install -m644 
dbus/{fi.epitest.hostap.WPASupplicant.service,fi.w1.wpa_supplicant1.service} 
${pkgdir}/usr/share/dbus-1/system-services/
-  sed -e 's/sbin/usr\/sbin/' -i 
${pkgdir}/usr/share/dbus-1/system-services/*.service
-  install -m755 -d ${pkgdir}/etc/dbus-1/system.d
-  install -m644 dbus/dbus-wpa_supplicant.conf 
${pkgdir}/etc/dbus-1/system.d/wpa_supplicant.conf
-}

Copied: wpa_supplicant/repos/core-x86_64/PKGBUILD (from rev 150886, 
wpa_supplicant/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-02-23 13:54:14 UTC (rev 150896)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant
+pkgver=0.7.3
+pkgrel=5
+pkgdesc=A utility providing key negotiation for WPA wireless networks
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('openssl' 'dbus-core=1.2.4' 'readline=6.0' 'libnl')
+optdepends=('wpa_supplicant_gui: wpa_gui program')
+license=('GPL')
+groups=('base')
+backup=('etc/wpa_supplicant.conf')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz
+config dbus.patch hostap_allow-linking-with-libnl-3.2.patch)
+sha256sums=('d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443'
+'d00f306e53c22cc0d7352a0d4ed701fd77b9ff20e3a2422d81ac1fddcc11dff4'
+'13effa9ed6a1bb940ffc056a3eabcf64c8cc057069eca5cc1822b98ed769812a'
+'ac805bf6e5aaec733dfc2c333417e519239cd58663a6e1cb34a54fd0f2bcc3c5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i $srcdir/hostap_allow-linking-with-libnl-3.2.patch
+
+  cd ${pkgname}
+  # Required by NetworkManager 0.8.995
+  patch -Np2 -i $srcdir/dbus.patch
+  cp ${srcdir}/config ./.config
+  sed -i 's@/usr/local@$(PREFIX)@g' Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+  install -m755 

[arch-commits] Commit in bluez/repos (9 files)

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:54:55
  Author: allan
Revision: 150897

db-move: moved bluez from [testing] to [extra] (i686)

Added:
  bluez/repos/extra-i686/PKGBUILD
(from rev 150896, bluez/repos/testing-i686/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.conf.d
(from rev 150896, bluez/repos/testing-i686/bluetooth.conf.d)
  bluez/repos/extra-i686/fix-a2dp.patch
(from rev 150896, bluez/repos/testing-i686/fix-a2dp.patch)
  bluez/repos/extra-i686/rc.bluetooth
(from rev 150896, bluez/repos/testing-i686/rc.bluetooth)
Deleted:
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.conf.d
  bluez/repos/extra-i686/fix-a2dp.patch
  bluez/repos/extra-i686/rc.bluetooth
  bluez/repos/testing-i686/

--+
 PKGBUILD |  173 ++---
 bluetooth.conf.d |   60 +++
 fix-a2dp.patch   |  136 ++--
 rc.bluetooth |  200 ++---
 4 files changed, 284 insertions(+), 285 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:54:14 UTC (rev 150896)
+++ extra-i686/PKGBUILD 2012-02-23 13:54:55 UTC (rev 150897)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-
-pkgname=bluez
-pkgver=4.98
-pkgrel=2
-pkgdesc=Libraries and tools for the Bluetooth protocol stack
-url=http://www.bluez.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core')
-makedepends=('gstreamer0.10-base' 'libusb-compat' 'libnl' 'libsndfile')
-optdepends=(gstreamer0.10-base: bluetooth GStreamer support
-   alsa-lib: Audio bluetooth devices support
-   dbus-python: to run bluez-simple-agent
-   pygobject: to run bluez-simple-agent
-   libusb-compat: USB adapters support
-   cups: CUPS backend
-   libnl: netlink plugin)
-conflicts=('bluez-libs' 'bluez-utils')
-provides=('bluez-libs' 'bluez-utils')
-replaces=('bluez-libs' 'bluez-utils')
-options=('!libtool' 'emptydirs')
-backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
-'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
-'bluetooth.conf.d' 'rc.bluetooth' 'fix-a2dp.patch')
-md5sums=('4aca8a0929250212e9a75fb60dd75b05'
- '7412982b440f29fa7f76a41a87fef985'
- '8f9498707f809506928b2e480d3b6789'
- 'd6a34317e56b7c2bd990791d89d6c3cb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/fix-a2dp.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/lib \
---enable-gstreamer \
---enable-alsa \
---enable-usb \
---enable-tools \
---enable-bccmd \
---enable-dfutool \
---enable-hid2hci \
---enable-hidd \
---enable-pand \
---enable-dund \
---enable-cups \
---enable-wiimote \
---disable-test
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
-  
-  install -d ${pkgdir}/etc/bluetooth
-  install -m644 network/network.conf \
-input/input.conf \
-audio/audio.conf \
-serial/serial.conf \
-${pkgdir}/etc/bluetooth/
-  
-  install -Dm644 ${srcdir}/bluetooth.conf.d \
-${pkgdir}/etc/conf.d/bluetooth
-
-  # FS#27630
-  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
-  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
-  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
-  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
-${pkgdir}/usr/bin/bluez-simple-agent \
-${pkgdir}/usr/bin/bluez-test-device \
-${pkgdir}/usr/bin/bluez-test-input
-
-  # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
-  rm ${pkgdir}/lib/udev/rules.d/97-bluetooth.rules
-}

Copied: bluez/repos/extra-i686/PKGBUILD (from rev 150896, 
bluez/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:54:55 UTC (rev 150897)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgname=bluez
+pkgver=4.98
+pkgrel=3
+pkgdesc=Libraries and tools for the Bluetooth protocol stack
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core')
+makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile')
+optdepends=(gstreamer0.10-base: bluetooth GStreamer support
+   alsa-lib: Audio bluetooth devices support
+   dbus-python: to run bluez-simple-agent
+   pygobject: 

[arch-commits] Commit in kismet/repos (7 files)

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:55:03
  Author: allan
Revision: 150899

db-move: moved kismet from [testing] to [extra] (i686)

Added:
  kismet/repos/extra-i686/PKGBUILD
(from rev 150896, kismet/repos/testing-i686/PKGBUILD)
  kismet/repos/extra-i686/kismet.changelog
(from rev 150896, kismet/repos/testing-i686/kismet.changelog)
  kismet/repos/extra-i686/kismet.install
(from rev 150896, kismet/repos/testing-i686/kismet.install)
Deleted:
  kismet/repos/extra-i686/PKGBUILD
  kismet/repos/extra-i686/kismet.changelog
  kismet/repos/extra-i686/kismet.install
  kismet/repos/testing-i686/

--+
 PKGBUILD |  114 ++---
 kismet.changelog |   55 +
 kismet.install   |   68 +++
 3 files changed, 120 insertions(+), 117 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:54:59 UTC (rev 150898)
+++ extra-i686/PKGBUILD 2012-02-23 13:55:03 UTC (rev 150899)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Jason Chu ja...@archlinux.org
-# Contributor: Juergen Hoetzel ja...@archlinux.org
-
-pkgname=kismet
-pkgver=2011_03_R2
-_realver=${pkgver//_/-}
-pkgrel=3
-pkgdesc=802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system
-arch=('i686' 'x86_64')
-url=http://www.kismetwireless.net/;
-license=('GPL')
-depends=('libcap' 'libnl' 'pcre' 'ncurses' 'libpcap=1.0.0' 'bluez' 'openssl') 
# already in core: ('linux-api-headers' 'glibc' 'libusb' 'libusb-compat')
-makedepends=() # already in core: ('grep' 'gcc-libs')
-optdepends=('gpsd: log coordinates of detected networks'
-'wireshark-cli: provide OUI files used to determine device 
manufacturer'
-'wireshark-cli: mergecap, to merge multiple capture files'
-'sox: provide the default kismet sound playback binary'
-'festival: text-to-speech support'
-'flite:  alternative/lightweight text-to-speech support'
-'mac80211-driver: full rfmon support'
-'ruby: ruby interface')
-backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
-install=kismet.install
-changelog=kismet.changelog
-source=(http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz;)
-md5sums=('8bf077e8111e6dc8c12cadefdf40aadd')
-
-build() {
-cd ${srcdir}/${pkgname}-${_realver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-make dep
-make
-
-# Include plugins bundled with kismet
-make plugins
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${_realver}
-
-# Install kismet
-make DESTDIR=$pkgdir install
-
-# Install plugins
-make plugins-install DESTDIR=$pkgdir
-
-# the README is very comprehensive, a good idea to include it
-install -D -m 644 ${srcdir}/kismet-${_realver}/README 
${pkgdir}/usr/share/kismet/README
-
-# Our own suid-install, first half (see kismet.install)
-install -o root -g root -m 4550 kismet_capture ${pkgdir}/usr/bin/
-}

Copied: kismet/repos/extra-i686/PKGBUILD (from rev 150896, 
kismet/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:55:03 UTC (rev 150899)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Jason Chu ja...@archlinux.org
+# Contributor: Juergen Hoetzel ja...@archlinux.org
+
+pkgname=kismet
+pkgver=2011_03_R2
+_realver=${pkgver//_/-}
+pkgrel=4
+pkgdesc=802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system
+arch=('i686' 'x86_64')
+url=http://www.kismetwireless.net/;
+license=('GPL')
+depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap=1.0.0' 'bluez' 
'openssl') # already in core: ('linux-api-headers' 'glibc' 'libusb' 
'libusb-compat')
+makedepends=() # already in core: ('grep' 'gcc-libs')
+optdepends=('gpsd: log coordinates of detected networks'
+'wireshark-cli: provide OUI files used to determine device 
manufacturer'
+'wireshark-cli: mergecap, to merge multiple capture files'
+'sox: provide the default kismet sound playback binary'
+'festival: text-to-speech support'
+'flite:  alternative/lightweight text-to-speech support'
+'mac80211-driver: full rfmon support'
+'ruby: ruby interface')
+backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
+install=kismet.install
+changelog=kismet.changelog
+source=(http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz;)
+md5sums=('8bf077e8111e6dc8c12cadefdf40aadd')
+
+build() {
+cd ${srcdir}/${pkgname}-${_realver}
+
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+make dep
+make
+
+# 

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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:55:10
  Author: allan
Revision: 150901

db-move: moved net-snmp from [testing] to [extra] (i686)

Added:
  net-snmp/repos/extra-i686/PKGBUILD
(from rev 150896, net-snmp/repos/testing-i686/PKGBUILD)
  net-snmp/repos/extra-i686/libnl32.patch
(from rev 150896, net-snmp/repos/testing-i686/libnl32.patch)
  net-snmp/repos/extra-i686/snmpd.confd
(from rev 150896, net-snmp/repos/testing-i686/snmpd.confd)
  net-snmp/repos/extra-i686/snmpd.rc
(from rev 150896, net-snmp/repos/testing-i686/snmpd.rc)
Deleted:
  net-snmp/repos/extra-i686/PKGBUILD
  net-snmp/repos/extra-i686/snmpd.confd
  net-snmp/repos/extra-i686/snmpd.rc
  net-snmp/repos/testing-i686/

---+
 PKGBUILD  |  109 +---
 libnl32.patch |   80 +
 snmpd.confd   |   10 ++---
 snmpd.rc  |   78 
 4 files changed, 182 insertions(+), 95 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:55:06 UTC (rev 150900)
+++ extra-i686/PKGBUILD 2012-02-23 13:55:10 UTC (rev 150901)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Dale Blount d...@archlinux.org
-
-pkgname=net-snmp
-pkgver=5.7.1
-pkgrel=1
-pkgdesc=A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6
-arch=('i686' 'x86_64')
-url=http://www.net-snmp.org/;
-license=('BSD')
-depends=('openssl' 'libnl' 'pciutils')
-makedepends=('python2-distribute')
-optdepends=('perl-term-readkey: for snmpcheck application' 
-'perl-tk: for snmpcheck and tkmib applications'
-'python2: for the python modules')
-provides=('ucd-snmp')
-backup=('etc/conf.d/snmpd')
-options=('!libtool' '!makeflags' '!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-snmpd.confd snmpd.rc)
-sha1sums=('ddb82ce1112ef0642869d3c8d7c7e585f151849a'
-  '2bdc2839ce09d7daa608cd54687fa8beb47ed907'
-  'cf811da9e57bbca34d8e2a3c358bb3bfc0c2b33b'
-  '90600c0141eed10d6e3ca3ccc97ad8dda15c2112')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e s:\(install --basedir=\$\$dir\):\1 --root='${pkgdir}': 
Makefile.in
-  PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---enable-ucd-snmp-compatibility \
---enable-ipv6 \
---with-python-modules \
---with-default-snmp-version=3 \
---with-sys-contact=root@localhost \
---with-sys-location=Unknown \
---with-logfile=/var/log/snmpd.log \
---with-mib-modules=host misc/ipfwacc ucd-snmp/diskio tunnel 
ucd-snmp/dlmod \
---with-persistent-directory=/var/net-snmp
-  make NETSNMP_DONT_CHECK_VERSION=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} INSTALL_PREFIX=${pkgdir} INSTALLDIRS=vendor 
install
-  install -D -m755 ${srcdir}/snmpd.rc ${pkgdir}/etc/rc.d/snmpd
-  install -D -m644 ${srcdir}/snmpd.confd ${pkgdir}/etc/conf.d/snmpd
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: net-snmp/repos/extra-i686/PKGBUILD (from rev 150896, 
net-snmp/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:55:10 UTC (rev 150901)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: 
+# Contributor: Dale Blount d...@archlinux.org
+
+pkgname=net-snmp
+pkgver=5.7.1
+pkgrel=2
+pkgdesc=A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6
+arch=('i686' 'x86_64')
+url=http://www.net-snmp.org/;
+license=('BSD')
+depends=('openssl' 'libnl' 'pciutils')
+makedepends=('python2-distribute')
+optdepends=('perl-term-readkey: for snmpcheck application' 
+'perl-tk: for snmpcheck and tkmib applications'
+'python2: for the python modules')
+provides=('ucd-snmp')
+backup=('etc/conf.d/snmpd')
+options=('!libtool' '!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+snmpd.confd snmpd.rc libnl32.patch)
+sha1sums=('ddb82ce1112ef0642869d3c8d7c7e585f151849a'
+  '2bdc2839ce09d7daa608cd54687fa8beb47ed907'
+  'cf811da9e57bbca34d8e2a3c358bb3bfc0c2b33b'
+  '90600c0141eed10d6e3ca3ccc97ad8dda15c2112'
+  '74a9848b95f63378eb1753fc309d2b74de5afb0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # 
http://sourceforge.net/tracker/index.php?func=detailaid=3250304group_id=12694atid=112694
+  patch -Np1 -i $srcdir/libnl32.patch
+  autoreconf -f -i
+
+  sed -i -e s:\(install --basedir=\$\$dir\):\1 --root='${pkgdir}': 
Makefile.in
+  PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+

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

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:55:13
  Author: allan
Revision: 150902

db-move: moved net-snmp from [testing] to [extra] (x86_64)

Added:
  net-snmp/repos/extra-x86_64/PKGBUILD
(from rev 150896, net-snmp/repos/testing-x86_64/PKGBUILD)
  net-snmp/repos/extra-x86_64/libnl32.patch
(from rev 150896, net-snmp/repos/testing-x86_64/libnl32.patch)
  net-snmp/repos/extra-x86_64/snmpd.confd
(from rev 150896, net-snmp/repos/testing-x86_64/snmpd.confd)
  net-snmp/repos/extra-x86_64/snmpd.rc
(from rev 150896, net-snmp/repos/testing-x86_64/snmpd.rc)
Deleted:
  net-snmp/repos/extra-x86_64/PKGBUILD
  net-snmp/repos/extra-x86_64/snmpd.confd
  net-snmp/repos/extra-x86_64/snmpd.rc
  net-snmp/repos/testing-x86_64/

---+
 PKGBUILD  |  109 +---
 libnl32.patch |   80 +
 snmpd.confd   |   10 ++---
 snmpd.rc  |   78 
 4 files changed, 182 insertions(+), 95 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 13:55:10 UTC (rev 150901)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:55:13 UTC (rev 150902)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Dale Blount d...@archlinux.org
-
-pkgname=net-snmp
-pkgver=5.7.1
-pkgrel=1
-pkgdesc=A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6
-arch=('i686' 'x86_64')
-url=http://www.net-snmp.org/;
-license=('BSD')
-depends=('openssl' 'libnl' 'pciutils')
-makedepends=('python2-distribute')
-optdepends=('perl-term-readkey: for snmpcheck application' 
-'perl-tk: for snmpcheck and tkmib applications'
-'python2: for the python modules')
-provides=('ucd-snmp')
-backup=('etc/conf.d/snmpd')
-options=('!libtool' '!makeflags' '!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-snmpd.confd snmpd.rc)
-sha1sums=('ddb82ce1112ef0642869d3c8d7c7e585f151849a'
-  '2bdc2839ce09d7daa608cd54687fa8beb47ed907'
-  'cf811da9e57bbca34d8e2a3c358bb3bfc0c2b33b'
-  '90600c0141eed10d6e3ca3ccc97ad8dda15c2112')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e s:\(install --basedir=\$\$dir\):\1 --root='${pkgdir}': 
Makefile.in
-  PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---enable-ucd-snmp-compatibility \
---enable-ipv6 \
---with-python-modules \
---with-default-snmp-version=3 \
---with-sys-contact=root@localhost \
---with-sys-location=Unknown \
---with-logfile=/var/log/snmpd.log \
---with-mib-modules=host misc/ipfwacc ucd-snmp/diskio tunnel 
ucd-snmp/dlmod \
---with-persistent-directory=/var/net-snmp
-  make NETSNMP_DONT_CHECK_VERSION=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} INSTALL_PREFIX=${pkgdir} INSTALLDIRS=vendor 
install
-  install -D -m755 ${srcdir}/snmpd.rc ${pkgdir}/etc/rc.d/snmpd
-  install -D -m644 ${srcdir}/snmpd.confd ${pkgdir}/etc/conf.d/snmpd
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: net-snmp/repos/extra-x86_64/PKGBUILD (from rev 150896, 
net-snmp/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:55:13 UTC (rev 150902)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: 
+# Contributor: Dale Blount d...@archlinux.org
+
+pkgname=net-snmp
+pkgver=5.7.1
+pkgrel=2
+pkgdesc=A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6
+arch=('i686' 'x86_64')
+url=http://www.net-snmp.org/;
+license=('BSD')
+depends=('openssl' 'libnl' 'pciutils')
+makedepends=('python2-distribute')
+optdepends=('perl-term-readkey: for snmpcheck application' 
+'perl-tk: for snmpcheck and tkmib applications'
+'python2: for the python modules')
+provides=('ucd-snmp')
+backup=('etc/conf.d/snmpd')
+options=('!libtool' '!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+snmpd.confd snmpd.rc libnl32.patch)
+sha1sums=('ddb82ce1112ef0642869d3c8d7c7e585f151849a'
+  '2bdc2839ce09d7daa608cd54687fa8beb47ed907'
+  'cf811da9e57bbca34d8e2a3c358bb3bfc0c2b33b'
+  '90600c0141eed10d6e3ca3ccc97ad8dda15c2112'
+  '74a9848b95f63378eb1753fc309d2b74de5afb0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # 
http://sourceforge.net/tracker/index.php?func=detailaid=3250304group_id=12694atid=112694
+  patch -Np1 -i $srcdir/libnl32.patch
+  autoreconf -f -i
+
+  sed -i -e s:\(install --basedir=\$\$dir\):\1 --root='${pkgdir}': 
Makefile.in
+  PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
+

[arch-commits] Commit in networkmanager/repos (9 files)

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:55:17
  Author: allan
Revision: 150903

db-move: moved networkmanager from [testing] to [extra] (i686)

Added:
  networkmanager/repos/extra-i686/NetworkManager.conf
(from rev 150896, networkmanager/repos/testing-i686/NetworkManager.conf)
  networkmanager/repos/extra-i686/PKGBUILD
(from rev 150896, networkmanager/repos/testing-i686/PKGBUILD)
  networkmanager/repos/extra-i686/disable_set_hostname.patch
(from rev 150896, 
networkmanager/repos/testing-i686/disable_set_hostname.patch)
  networkmanager/repos/extra-i686/networkmanager.install
(from rev 150896, networkmanager/repos/testing-i686/networkmanager.install)
Deleted:
  networkmanager/repos/extra-i686/NetworkManager.conf
  networkmanager/repos/extra-i686/PKGBUILD
  networkmanager/repos/extra-i686/disable_set_hostname.patch
  networkmanager/repos/extra-i686/networkmanager.install
  networkmanager/repos/testing-i686/

+
 NetworkManager.conf|4 -
 PKGBUILD   |  126 +--
 disable_set_hostname.patch |   38 ++--
 networkmanager.install |   18 +++---
 4 files changed, 93 insertions(+), 93 deletions(-)

Deleted: extra-i686/NetworkManager.conf
===
--- extra-i686/NetworkManager.conf  2012-02-23 13:55:13 UTC (rev 150902)
+++ extra-i686/NetworkManager.conf  2012-02-23 13:55:17 UTC (rev 150903)
@@ -1,2 +0,0 @@
-[main]
-plugins=keyfile

Copied: networkmanager/repos/extra-i686/NetworkManager.conf (from rev 150896, 
networkmanager/repos/testing-i686/NetworkManager.conf)
===
--- extra-i686/NetworkManager.conf  (rev 0)
+++ extra-i686/NetworkManager.conf  2012-02-23 13:55:17 UTC (rev 150903)
@@ -0,0 +1,2 @@
+[main]
+plugins=keyfile

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:55:13 UTC (rev 150902)
+++ extra-i686/PKGBUILD 2012-02-23 13:55:17 UTC (rev 150903)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinxu.org
-# Contri-butor: Wael Nasreddine gand...@siemens-mobiles.org
-# Contributor: Tor Krill t...@krill.nu
-# Contributor: Will Rea sillywi...@gmail.com
-# Contributor: Valentine Sinitsyn e_...@inbox.ru
-
-pkgname=networkmanager
-pkgver=0.9.2.0
-pkgrel=1
-pkgdesc=Network Management daemon
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnome.org/projects/NetworkManager/;
-depends=('dbus-glib' 'iproute2' 'libnl' 'nss' 'polkit' 'udev' 'wireless_tools' 
'wpa_supplicant' 'ppp' 'dhcpcd')
-makedepends=('intltool' 'dhclient' 'iptables' 'gobject-introspection')
-optdepends=('modemmanager: for modem management service'
-'dhclient: alternative DHCP/DHCPv6 client'
-'iptables: Connection sharing'
-'dnsmasq: Connection sharing'
-'bluez: Bluetooth support'
-'openresolv: openresolv support')
-options=('!libtool')
-backup=('etc/NetworkManager/NetworkManager.conf')
-install=networkmanager.install
-source=(http://ftp.gnome.org/pub/gnome/sources/NetworkManager/0.9/NetworkManager-${pkgver}.tar.xz
-NetworkManager.conf disable_set_hostname.patch)
-sha256sums=('437af9132a6fe1ff603cd981c0cfaa4557592b34782f9705e708d61365226ddf'
-'44b048804c7c0b8b3b0c29b8632b6ad613c397d0a1635ec918e10c0fbcdadf21'
-'25056837ea92e559f09563ed817e3e0cd9333be861b8914e45f62ceaae2e0460')
-
-build() {
-  cd ${srcdir}/NetworkManager-${pkgver}
-
-  patch -Np1 -i ${srcdir}/disable_set_hostname.patch
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/networkmanager \
---with-crypto=nss \
---with-distro=arch \
---with-dhclient=/usr/sbin/dhclient \
---with-dhcpcd=/sbin/dhcpcd \
---with-iptables=/usr/sbin/iptables \
---with-systemdsystemunitdir=/lib/systemd/system \
---with-resolvconf=/usr/sbin/resolvconf \
---disable-static \
---enable-more-warnings=no \
---disable-wimax
-
-  make
-}
-
-package() {
-  cd ${srcdir}/NetworkManager-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m644 ${srcdir}/NetworkManager.conf ${pkgdir}/etc/NetworkManager/
-
-  rm -rf ${pkgdir}/var/run/
-}

Copied: networkmanager/repos/extra-i686/PKGBUILD (from rev 150896, 
networkmanager/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:55:17 UTC (rev 150903)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinxu.org
+# Contri-butor: Wael Nasreddine gand...@siemens-mobiles.org
+# Contributor: Tor Krill t...@krill.nu
+# Contributor: Will Rea sillywi...@gmail.com
+# Contributor: Valentine Sinitsyn e_...@inbox.ru
+
+pkgname=networkmanager
+pkgver=0.9.2.0
+pkgrel=2

[arch-commits] Commit in networkmanager/repos (9 files)

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:55:20
  Author: allan
Revision: 150904

db-move: moved networkmanager from [testing] to [extra] (x86_64)

Added:
  networkmanager/repos/extra-x86_64/NetworkManager.conf
(from rev 150896, networkmanager/repos/testing-x86_64/NetworkManager.conf)
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 150896, networkmanager/repos/testing-x86_64/PKGBUILD)
  networkmanager/repos/extra-x86_64/disable_set_hostname.patch
(from rev 150896, 
networkmanager/repos/testing-x86_64/disable_set_hostname.patch)
  networkmanager/repos/extra-x86_64/networkmanager.install
(from rev 150896, 
networkmanager/repos/testing-x86_64/networkmanager.install)
Deleted:
  networkmanager/repos/extra-x86_64/NetworkManager.conf
  networkmanager/repos/extra-x86_64/PKGBUILD
  networkmanager/repos/extra-x86_64/disable_set_hostname.patch
  networkmanager/repos/extra-x86_64/networkmanager.install
  networkmanager/repos/testing-x86_64/

+
 NetworkManager.conf|4 -
 PKGBUILD   |  126 +--
 disable_set_hostname.patch |   38 ++--
 networkmanager.install |   18 +++---
 4 files changed, 93 insertions(+), 93 deletions(-)

Deleted: extra-x86_64/NetworkManager.conf
===
--- extra-x86_64/NetworkManager.conf2012-02-23 13:55:17 UTC (rev 150903)
+++ extra-x86_64/NetworkManager.conf2012-02-23 13:55:20 UTC (rev 150904)
@@ -1,2 +0,0 @@
-[main]
-plugins=keyfile

Copied: networkmanager/repos/extra-x86_64/NetworkManager.conf (from rev 150896, 
networkmanager/repos/testing-x86_64/NetworkManager.conf)
===
--- extra-x86_64/NetworkManager.conf(rev 0)
+++ extra-x86_64/NetworkManager.conf2012-02-23 13:55:20 UTC (rev 150904)
@@ -0,0 +1,2 @@
+[main]
+plugins=keyfile

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 13:55:17 UTC (rev 150903)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:55:20 UTC (rev 150904)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinxu.org
-# Contri-butor: Wael Nasreddine gand...@siemens-mobiles.org
-# Contributor: Tor Krill t...@krill.nu
-# Contributor: Will Rea sillywi...@gmail.com
-# Contributor: Valentine Sinitsyn e_...@inbox.ru
-
-pkgname=networkmanager
-pkgver=0.9.2.0
-pkgrel=1
-pkgdesc=Network Management daemon
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnome.org/projects/NetworkManager/;
-depends=('dbus-glib' 'iproute2' 'libnl' 'nss' 'polkit' 'udev' 'wireless_tools' 
'wpa_supplicant' 'ppp' 'dhcpcd')
-makedepends=('intltool' 'dhclient' 'iptables' 'gobject-introspection')
-optdepends=('modemmanager: for modem management service'
-'dhclient: alternative DHCP/DHCPv6 client'
-'iptables: Connection sharing'
-'dnsmasq: Connection sharing'
-'bluez: Bluetooth support'
-'openresolv: openresolv support')
-options=('!libtool')
-backup=('etc/NetworkManager/NetworkManager.conf')
-install=networkmanager.install
-source=(http://ftp.gnome.org/pub/gnome/sources/NetworkManager/0.9/NetworkManager-${pkgver}.tar.xz
-NetworkManager.conf disable_set_hostname.patch)
-sha256sums=('437af9132a6fe1ff603cd981c0cfaa4557592b34782f9705e708d61365226ddf'
-'44b048804c7c0b8b3b0c29b8632b6ad613c397d0a1635ec918e10c0fbcdadf21'
-'25056837ea92e559f09563ed817e3e0cd9333be861b8914e45f62ceaae2e0460')
-
-build() {
-  cd ${srcdir}/NetworkManager-${pkgver}
-
-  patch -Np1 -i ${srcdir}/disable_set_hostname.patch
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/networkmanager \
---with-crypto=nss \
---with-distro=arch \
---with-dhclient=/usr/sbin/dhclient \
---with-dhcpcd=/sbin/dhcpcd \
---with-iptables=/usr/sbin/iptables \
---with-systemdsystemunitdir=/lib/systemd/system \
---with-resolvconf=/usr/sbin/resolvconf \
---disable-static \
---enable-more-warnings=no \
---disable-wimax
-
-  make
-}
-
-package() {
-  cd ${srcdir}/NetworkManager-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m644 ${srcdir}/NetworkManager.conf ${pkgdir}/etc/NetworkManager/
-
-  rm -rf ${pkgdir}/var/run/
-}

Copied: networkmanager/repos/extra-x86_64/PKGBUILD (from rev 150896, 
networkmanager/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:55:20 UTC (rev 150904)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinxu.org
+# Contri-butor: Wael Nasreddine gand...@siemens-mobiles.org
+# Contributor: Tor Krill t...@krill.nu
+# Contributor: Will Rea sillywi...@gmail.com
+# Contributor: Valentine 

[arch-commits] Commit in ntrack/repos (5 files)

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:55:22
  Author: allan
Revision: 150905

db-move: moved ntrack from [testing] to [extra] (i686)

Added:
  ntrack/repos/extra-i686/PKGBUILD
(from rev 150896, ntrack/repos/testing-i686/PKGBUILD)
  ntrack/repos/extra-i686/libnl3.patch
(from rev 150896, ntrack/repos/testing-i686/libnl3.patch)
Deleted:
  ntrack/repos/extra-i686/PKGBUILD
  ntrack/repos/extra-i686/libnl3.patch
  ntrack/repos/testing-i686/

--+
 PKGBUILD |   66 +--
 libnl3.patch |  198 -
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:55:20 UTC (rev 150904)
+++ extra-i686/PKGBUILD 2012-02-23 13:55:22 UTC (rev 150905)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=ntrack
-pkgver=16
-pkgrel=2
-epoch=1
-pkgdesc=A network connectivity tracking library
-arch=('i686' 'x86_64')
-url=http://launchpad.net/ntrack/;
-license=('LGPL')
-depends=('qt' 'libnl')
-makedepends=('python2')
-options=('!libtool' '!emptydirs')
-source=(http://launchpad.net/${pkgname}/main/0${pkgver}/+download/${pkgname}-0${pkgver}.tar.gz;
-'libnl3.patch')
-md5sums=('21691dac43460a6791cba3decbc68242'
- '0a1f6b7f9a01c323e81d6da95cad93cd')
-
-build() {
-  cd ${srcdir}/${pkgname}-0${pkgver}
-  patch -p1 -i ${srcdir}/libnl3.patch
-
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-0${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ntrack/repos/extra-i686/PKGBUILD (from rev 150896, 
ntrack/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:55:22 UTC (rev 150905)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=ntrack
+pkgver=16
+pkgrel=2
+epoch=1
+pkgdesc=A network connectivity tracking library
+arch=('i686' 'x86_64')
+url=http://launchpad.net/ntrack/;
+license=('LGPL')
+depends=('qt' 'libnl')
+makedepends=('python2')
+options=('!libtool' '!emptydirs')
+source=(http://launchpad.net/${pkgname}/main/0${pkgver}/+download/${pkgname}-0${pkgver}.tar.gz;
+'libnl3.patch')
+md5sums=('21691dac43460a6791cba3decbc68242'
+ '0a1f6b7f9a01c323e81d6da95cad93cd')
+
+build() {
+  cd ${srcdir}/${pkgname}-0${pkgver}
+  patch -p1 -i ${srcdir}/libnl3.patch
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-0${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libnl3.patch
===
--- extra-i686/libnl3.patch 2012-02-23 13:55:20 UTC (rev 150904)
+++ extra-i686/libnl3.patch 2012-02-23 13:55:22 UTC (rev 150905)
@@ -1,99 +0,0 @@
-From: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com
-Subject: Disable -pedantic, it makes ntrack fail to build against libnl3 3.2 
and glib.
-
-Index: ntrack/glib/Makefile.am
-===
 ntrack.orig/glib/Makefile.am   2011-12-22 19:25:13.13747 -0500
-+++ ntrack/glib/Makefile.am2011-12-22 20:07:10.243344976 -0500
-@@ -26,7 +26,6 @@
- AM_CFLAGS = \
-   -Wall \
-   -Werror \
--  -pedantic \
-   -I$(srcdir)/../common/
- 
- AM_LDFLAGS =
-Index: ntrack/glib/Makefile.in
-===
 ntrack.orig/glib/Makefile.in   2011-12-22 20:05:46.243208000 -0500
-+++ ntrack/glib/Makefile.in2011-12-22 20:07:14.871344769 -0500
-@@ -325,7 +325,6 @@
- AM_CFLAGS = \
-   -Wall \
-   -Werror \
--  -pedantic \
-   -I$(srcdir)/../common/
- 
- AM_LDFLAGS = 
-Index: ntrack/glib/test/Makefile.am
-===
 ntrack.orig/glib/test/Makefile.am  2011-12-22 19:25:13.13747 -0500
-+++ ntrack/glib/test/Makefile.am   2011-12-22 20:07:19.451344565 -0500
-@@ -27,7 +27,6 @@
-   ../../common/libntrack.la
- 
- AM_CFLAGS = \
--  -pedantic \
-   -Wall \
-   -Werror \
-   -I$(srcdir)/.. \
-Index: ntrack/glib/test/Makefile.in
-===
 ntrack.orig/glib/test/Makefile.in  2011-12-22 20:05:46.243208000 -0500
-+++ ntrack/glib/test/Makefile.in   2011-12-22 20:07:23.903344367 -0500
-@@ -260,7 +260,6 @@
-   ../../common/libntrack.la
- 
- AM_CFLAGS = \
--  -pedantic \
-   -Wall \
-   -Werror \
-   -I$(srcdir)/.. \
-Index: ntrack/gobject/Makefile.am
-===
 ntrack.orig/gobject/Makefile.am2011-12-22 20:05:46.243208000 

[arch-commits] Commit in kismet/repos (7 files)

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:55:06
  Author: allan
Revision: 150900

db-move: moved kismet from [testing] to [extra] (x86_64)

Added:
  kismet/repos/extra-x86_64/PKGBUILD
(from rev 150896, kismet/repos/testing-x86_64/PKGBUILD)
  kismet/repos/extra-x86_64/kismet.changelog
(from rev 150896, kismet/repos/testing-x86_64/kismet.changelog)
  kismet/repos/extra-x86_64/kismet.install
(from rev 150896, kismet/repos/testing-x86_64/kismet.install)
Deleted:
  kismet/repos/extra-x86_64/PKGBUILD
  kismet/repos/extra-x86_64/kismet.changelog
  kismet/repos/extra-x86_64/kismet.install
  kismet/repos/testing-x86_64/

--+
 PKGBUILD |  114 ++---
 kismet.changelog |   55 +
 kismet.install   |   68 +++
 3 files changed, 120 insertions(+), 117 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 13:55:03 UTC (rev 150899)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:55:06 UTC (rev 150900)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Jason Chu ja...@archlinux.org
-# Contributor: Juergen Hoetzel ja...@archlinux.org
-
-pkgname=kismet
-pkgver=2011_03_R2
-_realver=${pkgver//_/-}
-pkgrel=3
-pkgdesc=802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system
-arch=('i686' 'x86_64')
-url=http://www.kismetwireless.net/;
-license=('GPL')
-depends=('libcap' 'libnl' 'pcre' 'ncurses' 'libpcap=1.0.0' 'bluez' 'openssl') 
# already in core: ('linux-api-headers' 'glibc' 'libusb' 'libusb-compat')
-makedepends=() # already in core: ('grep' 'gcc-libs')
-optdepends=('gpsd: log coordinates of detected networks'
-'wireshark-cli: provide OUI files used to determine device 
manufacturer'
-'wireshark-cli: mergecap, to merge multiple capture files'
-'sox: provide the default kismet sound playback binary'
-'festival: text-to-speech support'
-'flite:  alternative/lightweight text-to-speech support'
-'mac80211-driver: full rfmon support'
-'ruby: ruby interface')
-backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
-install=kismet.install
-changelog=kismet.changelog
-source=(http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz;)
-md5sums=('8bf077e8111e6dc8c12cadefdf40aadd')
-
-build() {
-cd ${srcdir}/${pkgname}-${_realver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-make dep
-make
-
-# Include plugins bundled with kismet
-make plugins
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${_realver}
-
-# Install kismet
-make DESTDIR=$pkgdir install
-
-# Install plugins
-make plugins-install DESTDIR=$pkgdir
-
-# the README is very comprehensive, a good idea to include it
-install -D -m 644 ${srcdir}/kismet-${_realver}/README 
${pkgdir}/usr/share/kismet/README
-
-# Our own suid-install, first half (see kismet.install)
-install -o root -g root -m 4550 kismet_capture ${pkgdir}/usr/bin/
-}

Copied: kismet/repos/extra-x86_64/PKGBUILD (from rev 150896, 
kismet/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:55:06 UTC (rev 150900)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Jason Chu ja...@archlinux.org
+# Contributor: Juergen Hoetzel ja...@archlinux.org
+
+pkgname=kismet
+pkgver=2011_03_R2
+_realver=${pkgver//_/-}
+pkgrel=4
+pkgdesc=802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system
+arch=('i686' 'x86_64')
+url=http://www.kismetwireless.net/;
+license=('GPL')
+depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap=1.0.0' 'bluez' 
'openssl') # already in core: ('linux-api-headers' 'glibc' 'libusb' 
'libusb-compat')
+makedepends=() # already in core: ('grep' 'gcc-libs')
+optdepends=('gpsd: log coordinates of detected networks'
+'wireshark-cli: provide OUI files used to determine device 
manufacturer'
+'wireshark-cli: mergecap, to merge multiple capture files'
+'sox: provide the default kismet sound playback binary'
+'festival: text-to-speech support'
+'flite:  alternative/lightweight text-to-speech support'
+'mac80211-driver: full rfmon support'
+'ruby: ruby interface')
+backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
+install=kismet.install
+changelog=kismet.changelog
+source=(http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz;)
+md5sums=('8bf077e8111e6dc8c12cadefdf40aadd')
+
+build() {
+cd ${srcdir}/${pkgname}-${_realver}
+
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+   

[arch-commits] Commit in ntrack/repos (5 files)

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:55:25
  Author: allan
Revision: 150906

db-move: moved ntrack from [testing] to [extra] (x86_64)

Added:
  ntrack/repos/extra-x86_64/PKGBUILD
(from rev 150896, ntrack/repos/testing-x86_64/PKGBUILD)
  ntrack/repos/extra-x86_64/libnl3.patch
(from rev 150896, ntrack/repos/testing-x86_64/libnl3.patch)
Deleted:
  ntrack/repos/extra-x86_64/PKGBUILD
  ntrack/repos/extra-x86_64/libnl3.patch
  ntrack/repos/testing-x86_64/

--+
 PKGBUILD |   66 +--
 libnl3.patch |  198 -
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 13:55:22 UTC (rev 150905)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:55:25 UTC (rev 150906)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=ntrack
-pkgver=16
-pkgrel=2
-epoch=1
-pkgdesc=A network connectivity tracking library
-arch=('i686' 'x86_64')
-url=http://launchpad.net/ntrack/;
-license=('LGPL')
-depends=('qt' 'libnl')
-makedepends=('python2')
-options=('!libtool' '!emptydirs')
-source=(http://launchpad.net/${pkgname}/main/0${pkgver}/+download/${pkgname}-0${pkgver}.tar.gz;
-'libnl3.patch')
-md5sums=('21691dac43460a6791cba3decbc68242'
- '0a1f6b7f9a01c323e81d6da95cad93cd')
-
-build() {
-  cd ${srcdir}/${pkgname}-0${pkgver}
-  patch -p1 -i ${srcdir}/libnl3.patch
-
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-0${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ntrack/repos/extra-x86_64/PKGBUILD (from rev 150896, 
ntrack/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:55:25 UTC (rev 150906)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=ntrack
+pkgver=16
+pkgrel=2
+epoch=1
+pkgdesc=A network connectivity tracking library
+arch=('i686' 'x86_64')
+url=http://launchpad.net/ntrack/;
+license=('LGPL')
+depends=('qt' 'libnl')
+makedepends=('python2')
+options=('!libtool' '!emptydirs')
+source=(http://launchpad.net/${pkgname}/main/0${pkgver}/+download/${pkgname}-0${pkgver}.tar.gz;
+'libnl3.patch')
+md5sums=('21691dac43460a6791cba3decbc68242'
+ '0a1f6b7f9a01c323e81d6da95cad93cd')
+
+build() {
+  cd ${srcdir}/${pkgname}-0${pkgver}
+  patch -p1 -i ${srcdir}/libnl3.patch
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-0${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/libnl3.patch
===
--- extra-x86_64/libnl3.patch   2012-02-23 13:55:22 UTC (rev 150905)
+++ extra-x86_64/libnl3.patch   2012-02-23 13:55:25 UTC (rev 150906)
@@ -1,99 +0,0 @@
-From: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com
-Subject: Disable -pedantic, it makes ntrack fail to build against libnl3 3.2 
and glib.
-
-Index: ntrack/glib/Makefile.am
-===
 ntrack.orig/glib/Makefile.am   2011-12-22 19:25:13.13747 -0500
-+++ ntrack/glib/Makefile.am2011-12-22 20:07:10.243344976 -0500
-@@ -26,7 +26,6 @@
- AM_CFLAGS = \
-   -Wall \
-   -Werror \
--  -pedantic \
-   -I$(srcdir)/../common/
- 
- AM_LDFLAGS =
-Index: ntrack/glib/Makefile.in
-===
 ntrack.orig/glib/Makefile.in   2011-12-22 20:05:46.243208000 -0500
-+++ ntrack/glib/Makefile.in2011-12-22 20:07:14.871344769 -0500
-@@ -325,7 +325,6 @@
- AM_CFLAGS = \
-   -Wall \
-   -Werror \
--  -pedantic \
-   -I$(srcdir)/../common/
- 
- AM_LDFLAGS = 
-Index: ntrack/glib/test/Makefile.am
-===
 ntrack.orig/glib/test/Makefile.am  2011-12-22 19:25:13.13747 -0500
-+++ ntrack/glib/test/Makefile.am   2011-12-22 20:07:19.451344565 -0500
-@@ -27,7 +27,6 @@
-   ../../common/libntrack.la
- 
- AM_CFLAGS = \
--  -pedantic \
-   -Wall \
-   -Werror \
-   -I$(srcdir)/.. \
-Index: ntrack/glib/test/Makefile.in
-===
 ntrack.orig/glib/test/Makefile.in  2011-12-22 20:05:46.243208000 -0500
-+++ ntrack/glib/test/Makefile.in   2011-12-22 20:07:23.903344367 -0500
-@@ -260,7 +260,6 @@
-   ../../common/libntrack.la
- 
- AM_CFLAGS = \
--  -pedantic \
-   -Wall \
-   -Werror \
-   -I$(srcdir)/.. \
-Index: ntrack/gobject/Makefile.am
-===
 

[arch-commits] Commit in bluez/repos (9 files)

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:54:59
  Author: allan
Revision: 150898

db-move: moved bluez from [testing] to [extra] (x86_64)

Added:
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 150896, bluez/repos/testing-x86_64/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.conf.d
(from rev 150896, bluez/repos/testing-x86_64/bluetooth.conf.d)
  bluez/repos/extra-x86_64/fix-a2dp.patch
(from rev 150896, bluez/repos/testing-x86_64/fix-a2dp.patch)
  bluez/repos/extra-x86_64/rc.bluetooth
(from rev 150896, bluez/repos/testing-x86_64/rc.bluetooth)
Deleted:
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.conf.d
  bluez/repos/extra-x86_64/fix-a2dp.patch
  bluez/repos/extra-x86_64/rc.bluetooth
  bluez/repos/testing-x86_64/

--+
 PKGBUILD |  173 ++---
 bluetooth.conf.d |   60 +++
 fix-a2dp.patch   |  136 ++--
 rc.bluetooth |  200 ++---
 4 files changed, 284 insertions(+), 285 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 13:54:55 UTC (rev 150897)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:54:59 UTC (rev 150898)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-
-pkgname=bluez
-pkgver=4.98
-pkgrel=2
-pkgdesc=Libraries and tools for the Bluetooth protocol stack
-url=http://www.bluez.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core')
-makedepends=('gstreamer0.10-base' 'libusb-compat' 'libnl' 'libsndfile')
-optdepends=(gstreamer0.10-base: bluetooth GStreamer support
-   alsa-lib: Audio bluetooth devices support
-   dbus-python: to run bluez-simple-agent
-   pygobject: to run bluez-simple-agent
-   libusb-compat: USB adapters support
-   cups: CUPS backend
-   libnl: netlink plugin)
-conflicts=('bluez-libs' 'bluez-utils')
-provides=('bluez-libs' 'bluez-utils')
-replaces=('bluez-libs' 'bluez-utils')
-options=('!libtool' 'emptydirs')
-backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
-'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
-'bluetooth.conf.d' 'rc.bluetooth' 'fix-a2dp.patch')
-md5sums=('4aca8a0929250212e9a75fb60dd75b05'
- '7412982b440f29fa7f76a41a87fef985'
- '8f9498707f809506928b2e480d3b6789'
- 'd6a34317e56b7c2bd990791d89d6c3cb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/fix-a2dp.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/lib \
---enable-gstreamer \
---enable-alsa \
---enable-usb \
---enable-tools \
---enable-bccmd \
---enable-dfutool \
---enable-hid2hci \
---enable-hidd \
---enable-pand \
---enable-dund \
---enable-cups \
---enable-wiimote \
---disable-test
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
-  
-  install -d ${pkgdir}/etc/bluetooth
-  install -m644 network/network.conf \
-input/input.conf \
-audio/audio.conf \
-serial/serial.conf \
-${pkgdir}/etc/bluetooth/
-  
-  install -Dm644 ${srcdir}/bluetooth.conf.d \
-${pkgdir}/etc/conf.d/bluetooth
-
-  # FS#27630
-  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
-  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
-  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
-  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
-${pkgdir}/usr/bin/bluez-simple-agent \
-${pkgdir}/usr/bin/bluez-test-device \
-${pkgdir}/usr/bin/bluez-test-input
-
-  # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
-  rm ${pkgdir}/lib/udev/rules.d/97-bluetooth.rules
-}

Copied: bluez/repos/extra-x86_64/PKGBUILD (from rev 150896, 
bluez/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:54:59 UTC (rev 150898)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgname=bluez
+pkgver=4.98
+pkgrel=3
+pkgdesc=Libraries and tools for the Bluetooth protocol stack
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core')
+makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile')
+optdepends=(gstreamer0.10-base: bluetooth GStreamer support
+   alsa-lib: Audio bluetooth devices support

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

2012-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2012 @ 08:56:19
  Author: heftig
Revision: 150907

db-move: moved libnl1 from [testing] to [extra] (i686)

Added:
  libnl1/repos/extra-i686/
  libnl1/repos/extra-i686/PKGBUILD
(from rev 150906, libnl1/repos/testing-i686/PKGBUILD)
  libnl1/repos/extra-i686/fix-compilation.patch
(from rev 150906, libnl1/repos/testing-i686/fix-compilation.patch)
Deleted:
  libnl1/repos/testing-i686/

---+
 PKGBUILD  |   28 
 fix-compilation.patch |   10 ++
 2 files changed, 38 insertions(+)

Copied: libnl1/repos/extra-i686/PKGBUILD (from rev 150906, 
libnl1/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:56:19 UTC (rev 150907)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libnl1
+pkgver=1.1
+pkgrel=1
+pkgdesc=Library for applications dealing with netlink sockets (Legacy 
version)
+arch=('i686' 'x86_64')
+url=http://www.infradead.org/~tgr/libnl/;
+license=('GPL')
+depends=('glibc')
+source=(http://www.infradead.org/~tgr/libnl/files/libnl-${pkgver}.tar.gz;
+'fix-compilation.patch')
+md5sums=('ae970ccd9144e132b68664f98e7ceeb1'
+ 'e1f5e82c8aa1b3ad025c7b588178de1e')
+
+build() {
+  cd ${srcdir}/libnl-${pkgver}
+  patch -Np1 -i ${srcdir}/fix-compilation.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/libnl-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libnl1/repos/extra-i686/fix-compilation.patch (from rev 150906, 
libnl1/repos/testing-i686/fix-compilation.patch)
===
--- extra-i686/fix-compilation.patch(rev 0)
+++ extra-i686/fix-compilation.patch2012-02-23 13:56:19 UTC (rev 150907)
@@ -0,0 +1,10 @@
+--- libnl-1.1.orig/include/netlink-local.h 2008-01-14 16:48:45.0 
+0100
 libnl-1.1/include/netlink-local.h  2009-06-26 11:15:33.186011844 +0200
+@@ -26,6 +26,7 @@
+ #include sys/socket.h
+ #include inttypes.h
+ #include assert.h
++#include limits.h
+ 
+ #include arpa/inet.h
+ #include netdb.h



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

2012-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2012 @ 08:56:22
  Author: heftig
Revision: 150908

db-move: moved libnl1 from [testing] to [extra] (x86_64)

Added:
  libnl1/repos/extra-x86_64/
  libnl1/repos/extra-x86_64/PKGBUILD
(from rev 150906, libnl1/repos/testing-x86_64/PKGBUILD)
  libnl1/repos/extra-x86_64/fix-compilation.patch
(from rev 150906, libnl1/repos/testing-x86_64/fix-compilation.patch)
Deleted:
  libnl1/repos/testing-x86_64/

---+
 PKGBUILD  |   28 
 fix-compilation.patch |   10 ++
 2 files changed, 38 insertions(+)

Copied: libnl1/repos/extra-x86_64/PKGBUILD (from rev 150906, 
libnl1/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:56:22 UTC (rev 150908)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libnl1
+pkgver=1.1
+pkgrel=1
+pkgdesc=Library for applications dealing with netlink sockets (Legacy 
version)
+arch=('i686' 'x86_64')
+url=http://www.infradead.org/~tgr/libnl/;
+license=('GPL')
+depends=('glibc')
+source=(http://www.infradead.org/~tgr/libnl/files/libnl-${pkgver}.tar.gz;
+'fix-compilation.patch')
+md5sums=('ae970ccd9144e132b68664f98e7ceeb1'
+ 'e1f5e82c8aa1b3ad025c7b588178de1e')
+
+build() {
+  cd ${srcdir}/libnl-${pkgver}
+  patch -Np1 -i ${srcdir}/fix-compilation.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/libnl-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libnl1/repos/extra-x86_64/fix-compilation.patch (from rev 150906, 
libnl1/repos/testing-x86_64/fix-compilation.patch)
===
--- extra-x86_64/fix-compilation.patch  (rev 0)
+++ extra-x86_64/fix-compilation.patch  2012-02-23 13:56:22 UTC (rev 150908)
@@ -0,0 +1,10 @@
+--- libnl-1.1.orig/include/netlink-local.h 2008-01-14 16:48:45.0 
+0100
 libnl-1.1/include/netlink-local.h  2009-06-26 11:15:33.186011844 +0200
+@@ -26,6 +26,7 @@
+ #include sys/socket.h
+ #include inttypes.h
+ #include assert.h
++#include limits.h
+ 
+ #include arpa/inet.h
+ #include netdb.h



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

2012-02-23 Thread Juergen Hoetzel
Date: Thursday, February 23, 2012 @ 08:58:57
  Author: juergen
Revision: 150909

upgpkg: gnucash 2.4.10-1

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 13:56:22 UTC (rev 150908)
+++ PKGBUILD2012-02-23 13:58:57 UTC (rev 150909)
@@ -3,7 +3,7 @@
 # Contributor: Mark Schneider queue...@gmail.com
 
 pkgname=gnucash
-pkgver=2.4.9
+pkgver=2.4.10
 pkgrel=1
 pkgdesc=A personal and small-business financial-accounting application
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 options=('!libtool' '!makeflags' '!emptydirs')
 install=gnucash.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a0ed6532e53164b7dc9a319d6503c6563310b878')
+sha1sums=('b1906f8143406fdf8cb5217233143cc08e708b99')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gnucash/repos/extra-x86_64 (4 files)

2012-02-23 Thread Juergen Hoetzel
Date: Thursday, February 23, 2012 @ 08:59:07
  Author: juergen
Revision: 150910

archrelease: copy trunk to extra-x86_64

Added:
  gnucash/repos/extra-x86_64/PKGBUILD
(from rev 150909, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-x86_64/gnucash.install
(from rev 150909, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-x86_64/PKGBUILD
  gnucash/repos/extra-x86_64/gnucash.install

-+
 PKGBUILD|   76 +++---
 gnucash.install |   68 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 13:58:57 UTC (rev 150909)
+++ PKGBUILD2012-02-23 13:59:07 UTC (rev 150910)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.4.9
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('gtkhtml' 'slib' 'goffice' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 
'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!libtool' '!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a0ed6532e53164b7dc9a319d6503c6563310b878')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-install --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnucash/repos/extra-x86_64/PKGBUILD (from rev 150909, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 13:59:07 UTC (rev 150910)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.4.10
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('gtkhtml' 'slib' 'goffice' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 
'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!libtool' '!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('b1906f8143406fdf8cb5217233143cc08e708b99')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-install --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: gnucash.install
===
--- gnucash.install 2012-02-23 13:58:57 UTC (rev 150909)
+++ gnucash.install 2012-02-23 13:59:07 UTC (rev 150910)
@@ -1,34 +0,0 @@
-pkgname=gnucash
-info_dir=usr/share/info
-info_files=(gnucash-design.info)
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 
/dev/null
-  done
-}
-
-post_remove() {
-  update-desktop-database -q
- 

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2012-02-23 Thread Juergen Hoetzel
Date: Thursday, February 23, 2012 @ 09:11:09
  Author: juergen
Revision: 150911

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 150910, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 150910, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|   76 +++---
 gnucash.install |   68 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 13:59:07 UTC (rev 150910)
+++ PKGBUILD2012-02-23 14:11:09 UTC (rev 150911)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.4.9
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('gtkhtml' 'slib' 'goffice' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 
'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!libtool' '!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a0ed6532e53164b7dc9a319d6503c6563310b878')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-install --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 150910, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 14:11:09 UTC (rev 150911)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.4.10
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('gtkhtml' 'slib' 'goffice' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 
'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!libtool' '!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('b1906f8143406fdf8cb5217233143cc08e708b99')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-install --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: gnucash.install
===
--- gnucash.install 2012-02-23 13:59:07 UTC (rev 150910)
+++ gnucash.install 2012-02-23 14:11:09 UTC (rev 150911)
@@ -1,34 +0,0 @@
-pkgname=gnucash
-info_dir=usr/share/info
-info_files=(gnucash-design.info)
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 
/dev/null
-  done
-}
-
-post_remove() {
-  update-desktop-database -q
-  

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

2012-02-23 Thread Angel Velásquez
Date: Thursday, February 23, 2012 @ 10:14:52
  Author: angvp
Revision: 150912

upgpkg: nmap 5.51-4

Rebuild against lua 5.2

Modified:
  nmap/trunk/ChangeLog
  nmap/trunk/PKGBUILD

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

Modified: ChangeLog
===
--- ChangeLog   2012-02-23 14:11:09 UTC (rev 150911)
+++ ChangeLog   2012-02-23 15:14:52 UTC (rev 150912)
@@ -1,3 +1,5 @@
+2012-02-22  Angel Velasquez an...@archlinux.org
+   * Lua 5.2 rebuild
 
 2008-10-28  Douglas Soares de Andrade  doug...@archlinux.org
 

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 14:11:09 UTC (rev 150911)
+++ PKGBUILD2012-02-23 15:14:52 UTC (rev 150912)
@@ -4,7 +4,7 @@
 
 pkgname=nmap
 pkgver=5.51
-pkgrel=3
+pkgrel=4
 pkgdesc=A network exploration tool and security/port scanner
 arch=('i686' 'x86_64')
 url=http://nmap.org;



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

2012-02-23 Thread Angel Velásquez
Date: Thursday, February 23, 2012 @ 10:15:39
  Author: angvp
Revision: 150913

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

Added:
  nmap/repos/staging-i686/
  nmap/repos/staging-i686/ChangeLog
(from rev 150912, nmap/trunk/ChangeLog)
  nmap/repos/staging-i686/PKGBUILD
(from rev 150912, nmap/trunk/PKGBUILD)
  nmap/repos/staging-x86_64/
  nmap/repos/staging-x86_64/ChangeLog
(from rev 150912, nmap/trunk/ChangeLog)
  nmap/repos/staging-x86_64/PKGBUILD
(from rev 150912, nmap/trunk/PKGBUILD)

--+
 staging-i686/ChangeLog   |   19 +++
 staging-i686/PKGBUILD|   45 +
 staging-x86_64/ChangeLog |   19 +++
 staging-x86_64/PKGBUILD  |   45 +
 4 files changed, 128 insertions(+)

Copied: nmap/repos/staging-i686/ChangeLog (from rev 150912, 
nmap/trunk/ChangeLog)
===
--- staging-i686/ChangeLog  (rev 0)
+++ staging-i686/ChangeLog  2012-02-23 15:15:39 UTC (rev 150913)
@@ -0,0 +1,19 @@
+2012-02-22  Angel Velasquez an...@archlinux.org
+   * Lua 5.2 rebuild
+
+2008-10-28  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Python 2.6 rebuild.
+
+2008-07-23  Hugo Doria  h...@archlinux.org
+
+   * Added pygtk in optdepends: 4.68-3
+
+2008-07-09  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Fixing the pixmaps path for i686: 4.68
+
+2008-07-09  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 4.68
+

Copied: nmap/repos/staging-i686/PKGBUILD (from rev 150912, nmap/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-23 15:15:39 UTC (rev 150913)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=5.51
+pkgrel=4
+pkgdesc=A network exploration tool and security/port scanner
+arch=('i686' 'x86_64')
+url=http://nmap.org;
+license=('GPL')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+# python is needed for zenmap
+makedepends=('python2')
+optdepends=('pygtk: gui for nmap')
+options=('!makeflags')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('0b80d2cb92ace5ebba8095a4c2850275')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  echo TryExec=/usr/bin/pygtk-demo  
zenmap/install_scripts/unix/zenmap.desktop 
+  echo TryExec=/usr/bin/pygtk-demo  
zenmap/install_scripts/unix/zenmap-root.desktop 
+
+  # Force usage of external libpcap
+  # OSX bug check fails because of missing types
+  # autoreconf fails because our autotools are too new (?)
+  sed -i 's/have_libpcap=no/have_libpcap=yes/g' {.,ncat,nping}/configure
+
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove zenmap uninstall script
+  rm ${pkgdir}/usr/bin/uninstall_zenmap
+
+  # install custom GPL2 license
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: nmap/repos/staging-x86_64/ChangeLog (from rev 150912, 
nmap/trunk/ChangeLog)
===
--- staging-x86_64/ChangeLog(rev 0)
+++ staging-x86_64/ChangeLog2012-02-23 15:15:39 UTC (rev 150913)
@@ -0,0 +1,19 @@
+2012-02-22  Angel Velasquez an...@archlinux.org
+   * Lua 5.2 rebuild
+
+2008-10-28  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Python 2.6 rebuild.
+
+2008-07-23  Hugo Doria  h...@archlinux.org
+
+   * Added pygtk in optdepends: 4.68-3
+
+2008-07-09  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Fixing the pixmaps path for i686: 4.68
+
+2008-07-09  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 4.68
+

Copied: nmap/repos/staging-x86_64/PKGBUILD (from rev 150912, 
nmap/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-23 15:15:39 UTC (rev 150913)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=5.51
+pkgrel=4
+pkgdesc=A network exploration tool and security/port scanner
+arch=('i686' 'x86_64')
+url=http://nmap.org;
+license=('GPL')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+# python is needed for zenmap
+makedepends=('python2')
+optdepends=('pygtk: gui for nmap')
+options=('!makeflags')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('0b80d2cb92ace5ebba8095a4c2850275')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  echo TryExec=/usr/bin/pygtk-demo  

[arch-commits] Commit in shared-color-targets/trunk (PKGBUILD)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 10:17:51
  Author: ibiru
Revision: 150914

update to 0.1.1

Modified:
  shared-color-targets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 15:15:39 UTC (rev 150913)
+++ PKGBUILD2012-02-23 15:17:51 UTC (rev 150914)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=shared-color-targets
-pkgver=0.1.0
+pkgver=0.1.1
 pkgrel=1
 pkgdesc=Shared color targets for creating color profiles
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 
source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
 options=('!libtool')
-sha1sums=('1c03e88c2947a1dd6f2e52901bea349df25e0d8f')
+sha1sums=('b57918c3d36cd39bb17c1408289695d51c255a44')
 
 
 build() {



[arch-commits] Commit in shared-color-targets/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 10:19:51
  Author: ibiru
Revision: 150915

archrelease: copy trunk to extra-any

Added:
  shared-color-targets/repos/extra-any/PKGBUILD
(from rev 150914, shared-color-targets/trunk/PKGBUILD)
Deleted:
  shared-color-targets/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 15:17:51 UTC (rev 150914)
+++ PKGBUILD2012-02-23 15:19:51 UTC (rev 150915)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=shared-color-targets
-pkgver=0.1.0
-pkgrel=1
-pkgdesc=Shared color targets for creating color profiles
-arch=('any')
-url=http://github.com/hughsie/shared-color-targets;
-license=('GPL2')
-source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-sha1sums=('1c03e88c2947a1dd6f2e52901bea349df25e0d8f')
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shared-color-targets/repos/extra-any/PKGBUILD (from rev 150914, 
shared-color-targets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 15:19:51 UTC (rev 150915)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=shared-color-targets
+pkgver=0.1.1
+pkgrel=1
+pkgdesc=Shared color targets for creating color profiles
+arch=('any')
+url=http://github.com/hughsie/shared-color-targets;
+license=('GPL2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=('b57918c3d36cd39bb17c1408289695d51c255a44')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-02-23 Thread andyrtr
Date: Thursday, February 23, 2012 @ 10:23:17
  Author: andyrtr
Revision: 150916

upgpkg: dovecot 2.1.1-1

upstream update 2.1.1

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 15:19:51 UTC (rev 150915)
+++ PKGBUILD2012-02-23 15:23:17 UTC (rev 150916)
@@ -5,7 +5,7 @@
 # Contributor: GARETTE Emmanuel gnunux at laposte dot net
 
 pkgname=dovecot
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
@@ -25,8 +25,8 @@
etc/ssl/dovecot-openssl.cnf)
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} 
dovecot.sh)
-md5sums=('32a52cc45bf099bbb537b46052d23014'
- 'e2d7783ebe0f10aee259c86c69bd0a46'
+md5sums=('db41a4de848d2bc834c30af0eb5575fd'
+ 'e3bf2c4989ccb8a30a5d80ae89b06f76'
  '587159e84e2da6f83d70b3c706ba87cc')
 
 build() {



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

2012-02-23 Thread andyrtr
Date: Thursday, February 23, 2012 @ 10:24:02
  Author: andyrtr
Revision: 150917

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

Added:
  dovecot/repos/testing-i686/PKGBUILD
(from rev 150916, dovecot/trunk/PKGBUILD)
  dovecot/repos/testing-i686/dovecot.install
(from rev 150916, dovecot/trunk/dovecot.install)
  dovecot/repos/testing-i686/dovecot.sh
(from rev 150916, dovecot/trunk/dovecot.sh)
  dovecot/repos/testing-x86_64/PKGBUILD
(from rev 150916, dovecot/trunk/PKGBUILD)
  dovecot/repos/testing-x86_64/dovecot.install
(from rev 150916, dovecot/trunk/dovecot.install)
  dovecot/repos/testing-x86_64/dovecot.sh
(from rev 150916, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/testing-i686/PKGBUILD
  dovecot/repos/testing-i686/dovecot.install
  dovecot/repos/testing-i686/dovecot.sh
  dovecot/repos/testing-x86_64/PKGBUILD
  dovecot/repos/testing-x86_64/dovecot.install
  dovecot/repos/testing-x86_64/dovecot.sh

+
 testing-i686/PKGBUILD  |  140 +++
 testing-i686/dovecot.install   |  116 
 testing-i686/dovecot.sh|  138 +++---
 testing-x86_64/PKGBUILD|  140 +++
 testing-x86_64/dovecot.install |  116 
 testing-x86_64/dovecot.sh  |  138 +++---
 6 files changed, 394 insertions(+), 394 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-02-23 15:23:17 UTC (rev 150916)
+++ testing-i686/PKGBUILD   2012-02-23 15:24:02 UTC (rev 150917)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22')
-optdepends=('libldap: ldap plugin')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-backup=(etc/dovecot/dovecot.conf
-   
etc/dovecot/conf.d/{10-auth,10-director,10-logging,10-mail,10-master,10-ssl}.conf
-   etc/dovecot/conf.d/{15-lda,20-imap,20-lmtp,20-pop3}.conf
-   etc/dovecot/conf.d/{90-acl,90-plugin,90-quota}.conf
-   
etc/dovecot/conf.d/auth-{checkpassword,deny,ldap,master,passwdfile,sql,static,system,vpopmail}.conf.ext
-   etc/ssl/dovecot-openssl.cnf)
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} 
dovecot.sh)
-md5sums=('32a52cc45bf099bbb537b46052d23014'
- 'e2d7783ebe0f10aee259c86c69bd0a46'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 
${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf.ext 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/testing-i686/PKGBUILD (from rev 150916, 
dovecot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-23 15:24:02 UTC (rev 150917)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux 

[arch-commits] Commit in linux-lts/repos (17 files)

2012-02-23 Thread andyrtr
Date: Thursday, February 23, 2012 @ 10:44:00
  Author: andyrtr
Revision: 150918

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

Added:
  linux-lts/repos/core-i686/CVE-2012-0056.patch
(from rev 150917, linux-lts/repos/testing-i686/CVE-2012-0056.patch)
  linux-lts/repos/core-i686/PKGBUILD
(from rev 150917, linux-lts/repos/testing-i686/PKGBUILD)
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
(from rev 150917, 
linux-lts/repos/testing-i686/change-default-console-loglevel.patch)
  linux-lts/repos/core-i686/config
(from rev 150917, linux-lts/repos/testing-i686/config)
  linux-lts/repos/core-i686/config.x86_64
(from rev 150917, linux-lts/repos/testing-i686/config.x86_64)
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 150917, 
linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-i686/linux-lts.install
(from rev 150917, linux-lts/repos/testing-i686/linux-lts.install)
  linux-lts/repos/core-i686/linux-lts.preset
(from rev 150917, linux-lts/repos/testing-i686/linux-lts.preset)
Deleted:
  linux-lts/repos/core-i686/CVE-2012-0056.patch
  linux-lts/repos/core-i686/PKGBUILD
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
  linux-lts/repos/core-i686/config
  linux-lts/repos/core-i686/config.x86_64
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
  linux-lts/repos/core-i686/linux-lts.install
  linux-lts/repos/core-i686/linux-lts.preset
  linux-lts/repos/testing-i686/

---+
 CVE-2012-0056.patch   |  538 -
 PKGBUILD  |  546 -
 change-default-console-loglevel.patch |   24 
 config|11637 +++-
 config.x86_64 |4 +++---
 i915-fix-ghost-tv-output.patch|   52 
 linux-lts.install |  124 
 linux-lts.preset  |   28 
 8 files changed, 12004 insertions(+), 12059 deletions(-)

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


[arch-commits] Commit in linux-lts/repos (17 files)

2012-02-23 Thread andyrtr
Date: Thursday, February 23, 2012 @ 10:44:02
  Author: andyrtr
Revision: 150919

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

Added:
  linux-lts/repos/core-x86_64/CVE-2012-0056.patch
(from rev 150917, linux-lts/repos/testing-x86_64/CVE-2012-0056.patch)
  linux-lts/repos/core-x86_64/PKGBUILD
(from rev 150917, linux-lts/repos/testing-x86_64/PKGBUILD)
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 150917, 
linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux-lts/repos/core-x86_64/config
(from rev 150917, linux-lts/repos/testing-x86_64/config)
  linux-lts/repos/core-x86_64/config.x86_64
(from rev 150917, linux-lts/repos/testing-x86_64/config.x86_64)
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 150917, 
linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-x86_64/linux-lts.install
(from rev 150917, linux-lts/repos/testing-x86_64/linux-lts.install)
  linux-lts/repos/core-x86_64/linux-lts.preset
(from rev 150917, linux-lts/repos/testing-x86_64/linux-lts.preset)
Deleted:
  linux-lts/repos/core-x86_64/CVE-2012-0056.patch
  linux-lts/repos/core-x86_64/PKGBUILD
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/core-x86_64/config
  linux-lts/repos/core-x86_64/config.x86_64
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
  linux-lts/repos/core-x86_64/linux-lts.install
  linux-lts/repos/core-x86_64/linux-lts.preset
  linux-lts/repos/testing-x86_64/

---+
 CVE-2012-0056.patch   |  538 -
 PKGBUILD  |  546 -
 change-default-console-loglevel.patch |   24 
 config|11637 +++-
 config.x86_64 |4 +++---
 i915-fix-ghost-tv-output.patch|   52 
 linux-lts.install |  124 
 linux-lts.preset  |   28 
 8 files changed, 12004 insertions(+), 12059 deletions(-)

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


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

2012-02-23 Thread andyrtr
Date: Thursday, February 23, 2012 @ 10:44:05
  Author: andyrtr
Revision: 150920

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

Added:
  man-db/repos/core-i686/PKGBUILD
(from rev 150917, man-db/repos/testing-i686/PKGBUILD)
  man-db/repos/core-i686/convert-mans
(from rev 150917, man-db/repos/testing-i686/convert-mans)
  man-db/repos/core-i686/man-db.cron.daily
(from rev 150917, man-db/repos/testing-i686/man-db.cron.daily)
  man-db/repos/core-i686/man-db.install
(from rev 150917, man-db/repos/testing-i686/man-db.install)
Deleted:
  man-db/repos/core-i686/1361_1360.diff
  man-db/repos/core-i686/PKGBUILD
  man-db/repos/core-i686/convert-mans
  man-db/repos/core-i686/man-db.cron.daily
  man-db/repos/core-i686/man-db.install
  man-db/repos/testing-i686/

---+
 1361_1360.diff|   25 ---
 PKGBUILD  |  115 
 convert-mans  |   22 -
 man-db.cron.daily |   78 +--
 man-db.install|   44 +--
 5 files changed, 127 insertions(+), 157 deletions(-)

Deleted: core-i686/1361_1360.diff
===
--- core-i686/1361_1360.diff2012-02-23 15:44:02 UTC (rev 150919)
+++ core-i686/1361_1360.diff2012-02-23 15:44:05 UTC (rev 150920)
@@ -1,25 +0,0 @@
-=== modified file 'src/straycats.c'
 src/straycats.c2011-01-10 20:08:22 +
-+++ src/straycats.c2011-06-04 06:34:51 +
-@@ -177,6 +177,7 @@
-   char *lang, *page_encoding;
-   char *mandir_base;
-   pipecmd *col_cmd;
-+  char *col_locale;
-   char *fullpath;
- 
-   /* we have a straycat. Need to filter it and get
-@@ -226,6 +227,12 @@
-   col_cmd = pipecmd_new_argstr
-   (get_def_user (col, COL));
-   pipecmd_arg (col_cmd, -bx);
-+  col_locale = find_charset_locale (UTF-8);
-+  if (col_locale) {
-+  pipecmd_setenv (col_cmd, LC_CTYPE,
-+  col_locale);
-+  free (col_locale);
-+  }
-   pipeline_command (decomp, col_cmd);
- 
-   fullpath = canonicalize_file_name (catdir);
-

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-02-23 15:44:02 UTC (rev 150919)
+++ core-i686/PKGBUILD  2012-02-23 15:44:05 UTC (rev 150920)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Sergej Pupykin ser...@aur.archlinux.org
-
-pkgname=man-db
-pkgver=2.6.0.2
-pkgrel=3
-pkgdesc=A utility for reading man pages
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/man-db/;
-license=('GPL' 'LGPL')
-groups=('base')
-depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline')
-optdepends=('less' 'gzip')
-backup=('etc/man_db.conf'
-   'etc/cron.daily/man-db')
-conflicts=('man')
-provides=('man')
-replaces=('man')
-install=${pkgname}.install
-source=(http://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.gz
-   1361_1360.diff
-   
#http://launchpad.net/man-db/main/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz
-convert-mans man-db.cron.daily)
-options=('!libtool')
-md5sums=('2b41c96efec032d2b74ccbf2e401f93e'
- '08b76b1f924c5493a280b79fc0aebde4'
- '2b7662a7d5b33fe91f9f3e034361a2f6'
- 'd30c39ae47560304471b5461719e0f03')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # https://bugs.archlinux.org/task/18722
-  patch -Np0 -i $srcdir/1361_1360.diff
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-   --with-db=gdbm --disable-setuid --enable-mandirs=GNU \
-   --with-sections=1 n l 8 3 0 2 5 4 9 6 7
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # part of groff pkg
-  rm -f ${pkgdir}/usr/bin/zsoelim
-
-  # script from LFS to convert manpages, see
-  # http://www.linuxfromscratch.org/lfs/view/6.4/chapter06/man-db.html
-  install -D -m755 ${srcdir}/convert-mans  ${pkgdir}/usr/bin/convert-mans 
-
-  #install whatis cron script
-  install -D -m744 ${srcdir}/man-db.cron.daily ${pkgdir}/etc/cron.daily/man-db
-}
-

Copied: man-db/repos/core-i686/PKGBUILD (from rev 150917, 
man-db/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-02-23 15:44:05 UTC (rev 150920)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Sergej Pupykin ser...@aur.archlinux.org
+
+pkgname=man-db
+pkgver=2.6.1
+pkgrel=1
+pkgdesc=A utility for 

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

2012-02-23 Thread andyrtr
Date: Thursday, February 23, 2012 @ 10:44:07
  Author: andyrtr
Revision: 150921

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

Added:
  man-db/repos/core-x86_64/PKGBUILD
(from rev 150917, man-db/repos/testing-x86_64/PKGBUILD)
  man-db/repos/core-x86_64/convert-mans
(from rev 150917, man-db/repos/testing-x86_64/convert-mans)
  man-db/repos/core-x86_64/man-db.cron.daily
(from rev 150917, man-db/repos/testing-x86_64/man-db.cron.daily)
  man-db/repos/core-x86_64/man-db.install
(from rev 150917, man-db/repos/testing-x86_64/man-db.install)
Deleted:
  man-db/repos/core-x86_64/1361_1360.diff
  man-db/repos/core-x86_64/PKGBUILD
  man-db/repos/core-x86_64/convert-mans
  man-db/repos/core-x86_64/man-db.cron.daily
  man-db/repos/core-x86_64/man-db.install
  man-db/repos/testing-x86_64/

---+
 1361_1360.diff|   25 ---
 PKGBUILD  |  115 
 convert-mans  |   22 -
 man-db.cron.daily |   78 +--
 man-db.install|   44 +--
 5 files changed, 127 insertions(+), 157 deletions(-)

Deleted: core-x86_64/1361_1360.diff
===
--- core-x86_64/1361_1360.diff  2012-02-23 15:44:05 UTC (rev 150920)
+++ core-x86_64/1361_1360.diff  2012-02-23 15:44:07 UTC (rev 150921)
@@ -1,25 +0,0 @@
-=== modified file 'src/straycats.c'
 src/straycats.c2011-01-10 20:08:22 +
-+++ src/straycats.c2011-06-04 06:34:51 +
-@@ -177,6 +177,7 @@
-   char *lang, *page_encoding;
-   char *mandir_base;
-   pipecmd *col_cmd;
-+  char *col_locale;
-   char *fullpath;
- 
-   /* we have a straycat. Need to filter it and get
-@@ -226,6 +227,12 @@
-   col_cmd = pipecmd_new_argstr
-   (get_def_user (col, COL));
-   pipecmd_arg (col_cmd, -bx);
-+  col_locale = find_charset_locale (UTF-8);
-+  if (col_locale) {
-+  pipecmd_setenv (col_cmd, LC_CTYPE,
-+  col_locale);
-+  free (col_locale);
-+  }
-   pipeline_command (decomp, col_cmd);
- 
-   fullpath = canonicalize_file_name (catdir);
-

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-02-23 15:44:05 UTC (rev 150920)
+++ core-x86_64/PKGBUILD2012-02-23 15:44:07 UTC (rev 150921)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Sergej Pupykin ser...@aur.archlinux.org
-
-pkgname=man-db
-pkgver=2.6.0.2
-pkgrel=3
-pkgdesc=A utility for reading man pages
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/man-db/;
-license=('GPL' 'LGPL')
-groups=('base')
-depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline')
-optdepends=('less' 'gzip')
-backup=('etc/man_db.conf'
-   'etc/cron.daily/man-db')
-conflicts=('man')
-provides=('man')
-replaces=('man')
-install=${pkgname}.install
-source=(http://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.gz
-   1361_1360.diff
-   
#http://launchpad.net/man-db/main/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz
-convert-mans man-db.cron.daily)
-options=('!libtool')
-md5sums=('2b41c96efec032d2b74ccbf2e401f93e'
- '08b76b1f924c5493a280b79fc0aebde4'
- '2b7662a7d5b33fe91f9f3e034361a2f6'
- 'd30c39ae47560304471b5461719e0f03')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # https://bugs.archlinux.org/task/18722
-  patch -Np0 -i $srcdir/1361_1360.diff
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-   --with-db=gdbm --disable-setuid --enable-mandirs=GNU \
-   --with-sections=1 n l 8 3 0 2 5 4 9 6 7
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # part of groff pkg
-  rm -f ${pkgdir}/usr/bin/zsoelim
-
-  # script from LFS to convert manpages, see
-  # http://www.linuxfromscratch.org/lfs/view/6.4/chapter06/man-db.html
-  install -D -m755 ${srcdir}/convert-mans  ${pkgdir}/usr/bin/convert-mans 
-
-  #install whatis cron script
-  install -D -m744 ${srcdir}/man-db.cron.daily ${pkgdir}/etc/cron.daily/man-db
-}
-

Copied: man-db/repos/core-x86_64/PKGBUILD (from rev 150917, 
man-db/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-02-23 15:44:07 UTC (rev 150921)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Sergej Pupykin ser...@aur.archlinux.org

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

2012-02-23 Thread andyrtr
Date: Thursday, February 23, 2012 @ 12:50:57
  Author: andyrtr
Revision: 150922

upgpkg: dovecot 2.1.1-2

add clucene FTS index support, FS#28604

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 15:44:07 UTC (rev 150921)
+++ PKGBUILD2012-02-23 17:50:57 UTC (rev 150922)
@@ -6,15 +6,16 @@
 
 pkgname=dovecot
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
 url=http://dovecot.org/;
 license=(LGPL)
 depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
 'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22')
-optdepends=('libldap: ldap plugin')
+makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
+optdepends=('libldap: ldap plugin'
+   'clucene: alternative FTS indexer')
 provides=('imap-server' 'pop3-server')
 options=('!libtool')
 backup=(etc/dovecot/dovecot.conf
@@ -47,6 +48,7 @@
--with-zlib --with-bzlib \
--with-libcap \
--with-solr \
+   --with-lucene \
--with-docs
   make
 }



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

2012-02-23 Thread andyrtr
Date: Thursday, February 23, 2012 @ 12:51:46
  Author: andyrtr
Revision: 150923

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

Added:
  dovecot/repos/testing-i686/PKGBUILD
(from rev 150922, dovecot/trunk/PKGBUILD)
  dovecot/repos/testing-i686/dovecot.install
(from rev 150922, dovecot/trunk/dovecot.install)
  dovecot/repos/testing-i686/dovecot.sh
(from rev 150922, dovecot/trunk/dovecot.sh)
  dovecot/repos/testing-x86_64/PKGBUILD
(from rev 150922, dovecot/trunk/PKGBUILD)
  dovecot/repos/testing-x86_64/dovecot.install
(from rev 150922, dovecot/trunk/dovecot.install)
  dovecot/repos/testing-x86_64/dovecot.sh
(from rev 150922, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/testing-i686/PKGBUILD
  dovecot/repos/testing-i686/dovecot.install
  dovecot/repos/testing-i686/dovecot.sh
  dovecot/repos/testing-x86_64/PKGBUILD
  dovecot/repos/testing-x86_64/dovecot.install
  dovecot/repos/testing-x86_64/dovecot.sh

+
 testing-i686/PKGBUILD  |  142 +++
 testing-i686/dovecot.install   |  116 +++
 testing-i686/dovecot.sh|  138 ++---
 testing-x86_64/PKGBUILD|  142 +++
 testing-x86_64/dovecot.install |  116 +++
 testing-x86_64/dovecot.sh  |  138 ++---
 6 files changed, 398 insertions(+), 394 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-02-23 17:50:57 UTC (rev 150922)
+++ testing-i686/PKGBUILD   2012-02-23 17:51:46 UTC (rev 150923)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.1.1
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22')
-optdepends=('libldap: ldap plugin')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-backup=(etc/dovecot/dovecot.conf
-   
etc/dovecot/conf.d/{10-auth,10-director,10-logging,10-mail,10-master,10-ssl}.conf
-   etc/dovecot/conf.d/{15-lda,20-imap,20-lmtp,20-pop3}.conf
-   etc/dovecot/conf.d/{90-acl,90-plugin,90-quota}.conf
-   
etc/dovecot/conf.d/auth-{checkpassword,deny,ldap,master,passwdfile,sql,static,system,vpopmail}.conf.ext
-   etc/ssl/dovecot-openssl.cnf)
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} 
dovecot.sh)
-md5sums=('db41a4de848d2bc834c30af0eb5575fd'
- 'e3bf2c4989ccb8a30a5d80ae89b06f76'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 
${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf.ext 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/testing-i686/PKGBUILD (from rev 150922, 
dovecot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-23 17:51:46 UTC (rev 150923)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at 

  1   2   >