[arch-commits] Commit in calligra/repos (15 files)

2013-05-19 Thread Andrea Scarpino
Date: Sunday, May 19, 2013 @ 08:47:27
  Author: andrea
Revision: 185788

archrelease: copy trunk to staging-x86_64

Added:
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 185787, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-braindump.install
(from rev 185787, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-x86_64/calligra-filters.install
(from rev 185787, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-x86_64/calligra-flow.install
(from rev 185787, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-x86_64/calligra-karbon.install
(from rev 185787, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-x86_64/calligra-kexi.install
(from rev 185787, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-x86_64/calligra-krita.install
(from rev 185787, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-x86_64/calligra-plan.install
(from rev 185787, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-x86_64/calligra-plugins.install
(from rev 185787, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-x86_64/calligra-sheets.install
(from rev 185787, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-x86_64/calligra-stage.install
(from rev 185787, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-x86_64/calligra-tools.install
(from rev 185787, calligra/trunk/calligra-tools.install)
  calligra/repos/staging-x86_64/calligra-words.install
(from rev 185787, calligra/trunk/calligra-words.install)
  calligra/repos/staging-x86_64/calligra.install
(from rev 185787, calligra/trunk/calligra.install)

+
 PKGBUILD   |  222 +++
 calligra-braindump.install |   12 ++
 calligra-filters.install   |   11 ++
 calligra-flow.install  |   12 ++
 calligra-karbon.install|   12 ++
 calligra-kexi.install  |   12 ++
 calligra-krita.install |   13 ++
 calligra-plan.install  |   12 ++
 calligra-plugins.install   |   11 ++
 calligra-sheets.install|   12 ++
 calligra-stage.install |   12 ++
 calligra-tools.install |   12 ++
 calligra-words.install |   12 ++
 calligra.install   |   11 ++
 14 files changed, 376 insertions(+)

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 185787, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 06:47:27 UTC (rev 185788)
@@ -0,0 +1,222 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=calligra
+pkgname=('calligra-filters'
+ 'calligra-libs'
+ 'calligra-plugins'
+ 'calligra-tools'
+ 'calligra-karbon'
+ 'calligra-kexi'
+ 'calligra-plan'
+ 'calligra-stage'
+ 'calligra-krita'
+ 'calligra-sheets'
+ 'calligra-words'
+ 'calligra-handbook'
+ 'calligra-braindump'
+ 'calligra-flow')
+pkgver=2.6.3
+pkgrel=5
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
+ 'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg' 
'opencolorio'
+ 'libwps' 'gsl' 'glew' 'fftw' 'opengtl' 'poppler-qt' 'libkdcraw'
+ 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc')
+groups=('calligra')
+source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('90d6bb619191abbcc94094379d47e225')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_active=OFF
+  make
+}
+
+package_calligra-filters() {
+  pkgdesc=Filters for the Calligra office suite
+  optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+  'libwps: Microsoft Works file word processor format import')
+  conflicts=('koffice-filters')
+  replaces=('koffice-filters')
+  install=calligra-filters.install
+
+  cd ${srcdir}/build/filters
+  make DESTDIR=${pkgdir} install
+}
+
+package_calligra-libs() {
+  pkgdesc=Libraries for the Calligra office suite
+  depends=('kdepimlibs' 'lcms2' 'kactivities')
+  conflicts=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
+ 'koffice-servicetypes' 'koffice-templates' 'calligra-interfaces'
+ 'calligra-pics' 'calligra-servicetypes' 'calligra-templates')
+  replaces=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
+ 'koffice-servicetypes' 'koffice-templates' 'calligra-interfaces'
+ 'calligra-pics' 'calligra-servicetypes' 'calligra-templates')
+
+  for d in interfaces libs pics 

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

2013-05-19 Thread Bartłomiej Piotrowski
Date: Sunday, May 19, 2013 @ 10:22:00
  Author: bpiotrowski
Revision: 91089

upgpkg: luarocks 2.0.13-1

Modified:
  luarocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 01:56:32 UTC (rev 91088)
+++ PKGBUILD2013-05-19 08:22:00 UTC (rev 91089)
@@ -4,8 +4,8 @@
 # Contributor: Geoffroy Carrier geoff...@archlinux.org
 
 pkgname=luarocks
-pkgver=2.0.12
-pkgrel=2
+pkgver=2.0.13
+pkgrel=1
 pkgdesc='Deployment and management system for Lua modules'
 arch=('any')
 url='http://luarocks.org/'
@@ -18,10 +18,10 @@
 license=('custom')
 options=('!makeflags')
 source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('a1bc938ddf835550917f0cb6964ea516')
+md5sums=('b46809e44648875e8234c2fef79783f9')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr \
   --sysconfdir=/etc/luarocks \
@@ -31,7 +31,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



[arch-commits] Commit in luarocks/repos/community-any (PKGBUILD PKGBUILD)

2013-05-19 Thread Bartłomiej Piotrowski
Date: Sunday, May 19, 2013 @ 10:25:17
  Author: bpiotrowski
Revision: 91090

archrelease: copy trunk to community-any

Added:
  luarocks/repos/community-any/PKGBUILD
(from rev 91089, luarocks/trunk/PKGBUILD)
Deleted:
  luarocks/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-19 08:22:00 UTC (rev 91089)
+++ PKGBUILD2013-05-19 08:25:17 UTC (rev 91090)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-
-pkgname=luarocks
-pkgver=2.0.12
-pkgrel=2
-pkgdesc='Deployment and management system for Lua modules'
-arch=('any')
-url='http://luarocks.org/'
-depends=('lua51' 'unzip' 'zip' 'curl')
-optdepends=('cvs: for fetching sources from CVS repositories'
-'git: for fetching sources from git repositories'
-'mercurial: for fetching sources from mercurial repositories'
-'lua51-sec: HTTPS support'
-'cmake: for building rocks that use the cmake build system')
-license=('custom')
-options=('!makeflags')
-source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('a1bc938ddf835550917f0cb6964ea516')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc/luarocks \
-  --with-lua-include=/usr/include/lua5.1/ \
-  --with-downloader=curl
-  make 
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: luarocks/repos/community-any/PKGBUILD (from rev 91089, 
luarocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-19 08:25:17 UTC (rev 91090)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgname=luarocks
+pkgver=2.0.13
+pkgrel=1
+pkgdesc='Deployment and management system for Lua modules'
+arch=('any')
+url='http://luarocks.org/'
+depends=('lua51' 'unzip' 'zip' 'curl')
+optdepends=('cvs: for fetching sources from CVS repositories'
+'git: for fetching sources from git repositories'
+'mercurial: for fetching sources from mercurial repositories'
+'lua51-sec: HTTPS support'
+'cmake: for building rocks that use the cmake build system')
+license=('custom')
+options=('!makeflags')
+source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('b46809e44648875e8234c2fef79783f9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc/luarocks \
+  --with-lua-include=/usr/include/lua5.1/ \
+  --with-downloader=curl
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (python-m2crypto)

2013-05-19 Thread Bartłomiej Piotrowski
Date: Sunday, May 19, 2013 @ 10:29:08
  Author: bpiotrowski
Revision: 185791

Remove python-m2crypto, a duplicate of python2-m2crypto in [community].

Deleted:
  python-m2crypto/



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 10:52:40
  Author: tpowa
Revision: 185792

upgpkg: xsane 0.998-5

remove /usr/sbin

Modified:
  xsane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 08:29:08 UTC (rev 185791)
+++ PKGBUILD2013-05-19 08:52:40 UTC (rev 185792)
@@ -5,7 +5,7 @@
 pkgbase=xsane
 pkgname=('xsane' 'xsane-gimp')
 pkgver=0.998
-pkgrel=4
+pkgrel=5
 arch=(i686 x86_64)
 url=http://www.xsane.org;
 license=('GPL2')
@@ -15,12 +15,16 @@
 md5sums=('936f1cc76b37caa8f285e1e15ac7e0aa'
  '15541ff0ddc10acfa2059cf99d5478eb')
 
-build() {
-  cd $srcdir/$pkgbase-$pkgver
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
   # fix use xdg-open instead of netscape to launch help browser - taken 
from Fedora
-  patch -Np1 -i ${srcdir}/xsane-0.995-xdg-open.patch
+  patch -Np1 -i ${srcdir}/xsane-0.995-xdg-open.patch
   sed -i -e 's:png_ptr-jmpbuf:png_jmpbuf(png_ptr):' src/xsane-save.c
+}
 
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+
   ./configure --prefix=/usr \
 --mandir=/usr/share/man \
 --enable-gimp
@@ -29,7 +33,7 @@
 
   # build again with gimp enabled
   make clean
-  ./configure --prefix=/usr --mandir=/usr/share/man --disable-gimp
+  ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man 
--disable-gimp
   make
 }
 
@@ -49,9 +53,10 @@
   install -D -m755 src/xsane-gimp ${pkgdir}/usr/bin/xsane-gimp
 
   ## For making Gimp Plugin available 
-  /bin/mkdir -p $pkgdir/usr/lib/gimp/2.0/plug-ins
-  cd $pkgdir/usr/lib/gimp/2.0/plug-ins/
-  /bin/ln -s ../../../../bin/xsane-gimp xsane
+  mkdir -p $pkgdir/usr/lib/gimp/2.0/plug-ins
+  ln -sf /usr/bin/xsane-gimp $pkgdir/usr/lib/gimp/2.0/plug-ins/xsane
+  #cd $pkgdir/usr/lib/gimp/2.0/plug-ins/
+  #/bin/ln -s ../../../../bin/xsane-gimp xsane
 
 # 
http://cvs.fedoraproject.org/viewvc/rpms/xsane/devel/xsane.spec?revision=1.80view=markup
 # when makepkg will allow splitted pkg install file support we might change 
add a xsane-gimp.install file with the commands that are used by fedora, 



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 10:52:55
  Author: tpowa
Revision: 185793

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

Added:
  xsane/repos/extra-i686/PKGBUILD
(from rev 185792, xsane/trunk/PKGBUILD)
  xsane/repos/extra-i686/xsane-0.995-xdg-open.patch
(from rev 185792, xsane/trunk/xsane-0.995-xdg-open.patch)
  xsane/repos/extra-i686/xsane.install
(from rev 185792, xsane/trunk/xsane.install)
  xsane/repos/extra-x86_64/PKGBUILD
(from rev 185792, xsane/trunk/PKGBUILD)
  xsane/repos/extra-x86_64/xsane-0.995-xdg-open.patch
(from rev 185792, xsane/trunk/xsane-0.995-xdg-open.patch)
  xsane/repos/extra-x86_64/xsane.install
(from rev 185792, xsane/trunk/xsane.install)
Deleted:
  xsane/repos/extra-i686/PKGBUILD
  xsane/repos/extra-i686/xsane-0.995-xdg-open.patch
  xsane/repos/extra-i686/xsane.install
  xsane/repos/extra-x86_64/PKGBUILD
  xsane/repos/extra-x86_64/xsane-0.995-xdg-open.patch
  xsane/repos/extra-x86_64/xsane.install

-+
 /PKGBUILD   |  150 ++
 /xsane-0.995-xdg-open.patch |   24 
 /xsane.install  |   34 ++
 extra-i686/PKGBUILD |   70 --
 extra-i686/xsane-0.995-xdg-open.patch   |   12 --
 extra-i686/xsane.install|   17 ---
 extra-x86_64/PKGBUILD   |   70 --
 extra-x86_64/xsane-0.995-xdg-open.patch |   12 --
 extra-x86_64/xsane.install  |   17 ---
 9 files changed, 208 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 08:52:40 UTC (rev 185792)
+++ extra-i686/PKGBUILD 2013-05-19 08:52:55 UTC (rev 185793)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-
-pkgbase=xsane
-pkgname=('xsane' 'xsane-gimp')
-pkgver=0.998
-pkgrel=4
-arch=(i686 x86_64)
-url=http://www.xsane.org;
-license=('GPL2')
-makedepends=('gtk2' 'lcms' 'sane' 'zlib' 'libjpeg' 'gimp')
-source=(http://www.xsane.org/download/$pkgname-$pkgver.tar.gz
-   xsane-0.995-xdg-open.patch)
-md5sums=('936f1cc76b37caa8f285e1e15ac7e0aa'
- '15541ff0ddc10acfa2059cf99d5478eb')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-  # fix use xdg-open instead of netscape to launch help browser - taken 
from Fedora
-  patch -Np1 -i ${srcdir}/xsane-0.995-xdg-open.patch
-  sed -i -e 's:png_ptr-jmpbuf:png_jmpbuf(png_ptr):' src/xsane-save.c
-
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---enable-gimp
-  make
-  mv src/xsane src/xsane-gimp
-
-  # build again with gimp enabled
-  make clean
-  ./configure --prefix=/usr --mandir=/usr/share/man --disable-gimp
-  make
-}
-
-package_xsane() {
-  pkgdesc=A GTK-based X11 frontend for SANE and plugin for Gimp.
-  install=$pkgname.install
-  depends=('gtk2' 'lcms' 'sane' 'zlib' 'libjpeg')  
-  optdepends=('xsane-gimp: for gimp plugin support')
-  cd $srcdir/$pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-package_xsane-gimp() {
-  pkgdesc=XSane Gimp plugin
-  depends=('xsane' 'gimp')
-  cd $srcdir/$pkgbase-$pkgver
-  install -D -m755 src/xsane-gimp ${pkgdir}/usr/bin/xsane-gimp
-
-  ## For making Gimp Plugin available 
-  /bin/mkdir -p $pkgdir/usr/lib/gimp/2.0/plug-ins
-  cd $pkgdir/usr/lib/gimp/2.0/plug-ins/
-  /bin/ln -s ../../../../bin/xsane-gimp xsane
-
-# 
http://cvs.fedoraproject.org/viewvc/rpms/xsane/devel/xsane.spec?revision=1.80view=markup
-# when makepkg will allow splitted pkg install file support we might change 
add a xsane-gimp.install file with the commands that are used by fedora, 
-# gentoo has something similar
-#%post gimp
-#107   if [ -x %{_sbindir}/gimp-plugin-mgr ]; then
-#108   %{_sbindir}/gimp-plugin-mgr --install xsane
-#109   fi
-#110   
-#111   %preun gimp
-#112   if [ $1 = 0 ]; then
-#113   if [ -x %{_sbindir}/gimp-plugin-mgr ]; then
-#114   %{_sbindir}/gimp-plugin-mgr --uninstall xsane
-#115   fi
-#116   fi 
-}

Copied: xsane/repos/extra-i686/PKGBUILD (from rev 185792, xsane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 08:52:55 UTC (rev 185793)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+
+pkgbase=xsane
+pkgname=('xsane' 'xsane-gimp')
+pkgver=0.998
+pkgrel=5
+arch=(i686 x86_64)
+url=http://www.xsane.org;
+license=('GPL2')
+makedepends=('gtk2' 'lcms' 'sane' 'zlib' 'libjpeg' 'gimp')
+source=(http://www.xsane.org/download/$pkgname-$pkgver.tar.gz
+   xsane-0.995-xdg-open.patch)
+md5sums=('936f1cc76b37caa8f285e1e15ac7e0aa'
+ '15541ff0ddc10acfa2059cf99d5478eb')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # fix use xdg-open instead of netscape to launch help browser - taken 
from Fedora
+  patch -Np1 

[arch-commits] Commit in sane/trunk (PKGBUILD sane.xinetd saned.service)

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 11:05:35
  Author: tpowa
Revision: 185794

upgpkg: sane 1.0.23-5

move saned to /usr/bin

Modified:
  sane/trunk/PKGBUILD
  sane/trunk/sane.xinetd
  sane/trunk/saned.service

---+
 PKGBUILD  |8 
 sane.xinetd   |2 +-
 saned.service |2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 08:52:55 UTC (rev 185793)
+++ PKGBUILD2013-05-19 09:05:35 UTC (rev 185794)
@@ -6,7 +6,7 @@
 
 pkgname=sane
 pkgver=1.0.23
-pkgrel=4
+pkgrel=5
 pkgdesc=Scanner Access Now Easy
 url=http://www.sane-project.org/;
 arch=('i686' 'x86_64')
@@ -34,7 +34,7 @@
 build() {
   cd ${srcdir}/${pkgname}-backends-${pkgver}
 
-  ./configure --prefix=/usr \
+  ./configure --prefix=/usr --sbindir=/usr/bin \
 --sysconfdir=/etc \
 --localstatedir=/var \
 --with-docdir=/usr/share/doc/sane \
@@ -69,8 +69,8 @@
   ${pkgdir}/usr/lib/systemd/system/saned@.service
 }
 md5sums=('e226a89c54173efea80e91e9a5eb6573'
- '5f519030392d599e2ad348159ec4c96f'
+ 'bc2c8b4f7b3012c8936c7da21f60e2ac'
  'e57e9e15528f47f5f1b3f1411135ed5d'
- 'e44bd4c994a52d6f472463d1eb0a03be'
+ '3f9fe36b0c4ff0b01b53b1cffa5d9700'
  'e65dbefb7c3d69955fb6eb3ace14aa12'
  '44e77692c52db15b0f530a1d9a8e1296')

Modified: sane.xinetd
===
--- sane.xinetd 2013-05-19 08:52:55 UTC (rev 185793)
+++ sane.xinetd 2013-05-19 09:05:35 UTC (rev 185794)
@@ -5,7 +5,7 @@
wait= no
user= nobody 
group   = scanner
-   server  = /usr/sbin/saned
+   server  = /usr/bin/saned
# disabled by default!
disable = yes
  }

Modified: saned.service
===
--- saned.service   2013-05-19 08:52:55 UTC (rev 185793)
+++ saned.service   2013-05-19 09:05:35 UTC (rev 185794)
@@ -3,6 +3,6 @@
 
 [Service]
 Group=scanner
-ExecStart=/usr/sbin/saned
+ExecStart=/usr/bin/saned
 StandardInput=socket
 StandardError=syslog



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 11:05:59
  Author: tpowa
Revision: 185795

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

Added:
  sane/repos/extra-i686/PKGBUILD
(from rev 185794, sane/trunk/PKGBUILD)
  sane/repos/extra-i686/kodakaio.c.patch
(from rev 185794, sane/trunk/kodakaio.c.patch)
  sane/repos/extra-i686/network.patch
(from rev 185794, sane/trunk/network.patch)
  sane/repos/extra-i686/sane.xinetd
(from rev 185794, sane/trunk/sane.xinetd)
  sane/repos/extra-i686/saned.service
(from rev 185794, sane/trunk/saned.service)
  sane/repos/extra-i686/saned.socket
(from rev 185794, sane/trunk/saned.socket)
  sane/repos/extra-x86_64/PKGBUILD
(from rev 185794, sane/trunk/PKGBUILD)
  sane/repos/extra-x86_64/kodakaio.c.patch
(from rev 185794, sane/trunk/kodakaio.c.patch)
  sane/repos/extra-x86_64/network.patch
(from rev 185794, sane/trunk/network.patch)
  sane/repos/extra-x86_64/sane.xinetd
(from rev 185794, sane/trunk/sane.xinetd)
  sane/repos/extra-x86_64/saned.service
(from rev 185794, sane/trunk/saned.service)
  sane/repos/extra-x86_64/saned.socket
(from rev 185794, sane/trunk/saned.socket)
Deleted:
  sane/repos/extra-i686/PKGBUILD
  sane/repos/extra-i686/kodakaio.c.patch
  sane/repos/extra-i686/network.patch
  sane/repos/extra-i686/sane.xinetd
  sane/repos/extra-i686/saned.service
  sane/repos/extra-i686/saned.socket
  sane/repos/extra-x86_64/PKGBUILD
  sane/repos/extra-x86_64/kodakaio.c.patch
  sane/repos/extra-x86_64/network.patch
  sane/repos/extra-x86_64/sane.xinetd
  sane/repos/extra-x86_64/saned.service
  sane/repos/extra-x86_64/saned.socket

---+
 /PKGBUILD |  152 
 /kodakaio.c.patch |   22 +
 /network.patch|   84 ++
 /sane.xinetd  |   22 +
 /saned.service|   16 
 /saned.socket |   18 
 extra-i686/PKGBUILD   |   76 
 extra-i686/kodakaio.c.patch   |   11 --
 extra-i686/network.patch  |   42 ---
 extra-i686/sane.xinetd|   11 --
 extra-i686/saned.service  |8 --
 extra-i686/saned.socket   |9 --
 extra-x86_64/PKGBUILD |   76 
 extra-x86_64/kodakaio.c.patch |   11 --
 extra-x86_64/network.patch|   42 ---
 extra-x86_64/sane.xinetd  |   11 --
 extra-x86_64/saned.service|8 --
 extra-x86_64/saned.socket |9 --
 18 files changed, 314 insertions(+), 314 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 09:05:35 UTC (rev 185794)
+++ extra-i686/PKGBUILD 2013-05-19 09:05:59 UTC (rev 185795)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Simo L. neot...@yahoo.com
-# Contributor: eric e...@archlinux.org
-
-pkgname=sane
-pkgver=1.0.23
-pkgrel=4
-pkgdesc=Scanner Access Now Easy
-url=http://www.sane-project.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libtiff=4.0.0' 'libgphoto2' 'libjpeg=8' 'libusb-compat' 'libcups' 
'libieee1284' 'v4l-utils' 'avahi' 'bash' 'net-snmp')
-makedepends=('texlive-latexextra')
-backup=(etc/sane.d/{abaton.conf,agfafocus.conf,apple.conf,artec.conf,artec_eplus48u.conf,avision.conf,bh.conf,canon.conf,canon630u.conf,canon_dr.conf,canon_pp.conf,cardscan.conf,coolscan2.conf,coolscan3.conf,coolscan.conf,dc25.conf,dc210.conf,dc240.conf,dell1600n_net.conf,dll.conf,dmc.conf,epjitsu.conf,epson.conf,epson2.conf,fujitsu.conf,genesys.conf,gphoto2.conf,gt68xx.conf,hp.conf,hp3900.conf,hp4200.conf,hp5400.conf,hpsj5s.conf,hs2p.conf,ibm.conf,kodak.conf,kodakaio.conf,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,nec.conf,net.conf,p5.conf,pie.conf,pixma.conf,plustek.conf,plustek_pp.conf,qcam.conf,ricoh.conf,rts8891.conf,s9036.conf,saned.conf,sceptre.conf,sharp.conf,sm3840.conf,snapscan.conf,sp15c.conf,st400.conf,stv680.conf,tamarack.conf,teco1.conf,teco2.conf,teco3.conf,test.conf,u12.conf,umax.conf,umax1220u.conf,umax_pp.conf,xerox_mfp.conf,v4l.conf}
 etc/xinetd.d/sane)
-source=(ftp://ftp.archlinux.org/other/sane/$pkgname-backends-$pkgver.tar.gz
-'sane.xinetd'
-'saned.socket'
-'saned.service'
-'kodakaio.c.patch'
-'network.patch')
-options=(!libtool)
-
-prepare() {
-  cd ${srcdir}/${pkgname}-backends-${pkgver}
-
-   # fix FS#33657
-   patch -Np0 -i ${srcdir}/kodakaio.c.patch
-   # fix 
http://vasks.debian.org/tracker/?func=detailatid=410366aid=313760group_id=30186
-   patch -Np1 -i ${srcdir}/network.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-backends-${pkgver}
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-docdir=/usr/share/doc/sane \
---enable-avahi \

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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 11:19:30
  Author: tpowa
Revision: 185796

upgpkg: isdn4k-utils 3.25_20130409-2

move /usr/sbin to /usr/bin

Modified:
  isdn4k-utils/trunk/PKGBUILD
  isdn4k-utils/trunk/config

--+
 PKGBUILD |8 
 config   |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 09:05:59 UTC (rev 185795)
+++ PKGBUILD2013-05-19 09:19:30 UTC (rev 185796)
@@ -4,7 +4,7 @@
 
 pkgname=isdn4k-utils
 pkgver=3.25_20130409
-pkgrel=1
+pkgrel=2
 pkgdesc=User space administration programs and tools for ISDN
 arch=('i686' 'x86_64')
 url=http://www.isdn4linux.de/;
@@ -42,10 +42,10 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  install -dm755 $pkgdir/usr/sbin
+  install -dm755 $pkgdir/usr/bin
   make DESTDIR=$pkgdir install
-  chmod 755 $pkgdir/usr/sbin/*
+  chmod 755 $pkgdir/usr/bin/*
 }
 md5sums=('0c464e0e104d548e4fde0e623b4b943a'
  'dfd9590d3300020a5612c565d5add266'
- 'be387b5e03b744452dea7571600f83aa')
+ 'ea3c71054234f9ef6bcf9325e36c4a38')

Modified: config
===
--- config  2013-05-19 09:05:59 UTC (rev 185795)
+++ config  2013-05-19 09:19:30 UTC (rev 185796)
@@ -13,7 +13,7 @@
 # CONFIG_BUILDX11 is not set
 CONFIG_KERNELDIR='/usr/src/linux'
 CONFIG_BINDIR='/usr/bin'
-CONFIG_SBINDIR='/usr/sbin'
+CONFIG_SBINDIR='/usr/bin'
 CONFIG_LIBDIR='/usr/lib'
 CONFIG_MANDIR='/usr/share/man'
 CONFIG_RUNDIR='/var/run'



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 11:19:45
  Author: tpowa
Revision: 185797

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

Added:
  isdn4k-utils/repos/testing-i686/
  isdn4k-utils/repos/testing-i686/PKGBUILD
(from rev 185796, isdn4k-utils/trunk/PKGBUILD)
  isdn4k-utils/repos/testing-i686/config
(from rev 185796, isdn4k-utils/trunk/config)
  isdn4k-utils/repos/testing-i686/isdn4k-utils-3.25-build.patch
(from rev 185796, isdn4k-utils/trunk/isdn4k-utils-3.25-build.patch)
  isdn4k-utils/repos/testing-i686/isdn4k-utils-3.2p1-build.patch
(from rev 185796, isdn4k-utils/trunk/isdn4k-utils-3.2p1-build.patch)
  isdn4k-utils/repos/testing-x86_64/
  isdn4k-utils/repos/testing-x86_64/PKGBUILD
(from rev 185796, isdn4k-utils/trunk/PKGBUILD)
  isdn4k-utils/repos/testing-x86_64/config
(from rev 185796, isdn4k-utils/trunk/config)
  isdn4k-utils/repos/testing-x86_64/isdn4k-utils-3.25-build.patch
(from rev 185796, isdn4k-utils/trunk/isdn4k-utils-3.25-build.patch)
  isdn4k-utils/repos/testing-x86_64/isdn4k-utils-3.2p1-build.patch
(from rev 185796, isdn4k-utils/trunk/isdn4k-utils-3.2p1-build.patch)

---+
 testing-i686/PKGBUILD |   51 
 testing-i686/config   |  102 +
 testing-i686/isdn4k-utils-3.25-build.patch|   18 
 testing-i686/isdn4k-utils-3.2p1-build.patch   | 2028 
 testing-x86_64/PKGBUILD   |   51 
 testing-x86_64/config |  102 +
 testing-x86_64/isdn4k-utils-3.25-build.patch  |   18 
 testing-x86_64/isdn4k-utils-3.2p1-build.patch | 2028 
 8 files changed, 4398 insertions(+)

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


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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 11:24:11
  Author: tpowa
Revision: 185798

upgpkg: kexec-tools 2.0.4-2

move /sbin to /usr/bin

Modified:
  kexec-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 09:19:45 UTC (rev 185797)
+++ PKGBUILD2013-05-19 09:24:11 UTC (rev 185798)
@@ -4,7 +4,7 @@
 
 pkgname=kexec-tools
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Load another kernel from the currently executing Linux kernel
 arch=('i686' 'x86_64')
 url=http://kernel.org/pub/linux/utils/kernel/kexec/;
@@ -18,16 +18,13 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --without-lzma
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-lzma
   make
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
-
-  mv $pkgdir/usr/sbin $pkgdir/sbin
-
   install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
 }
 md5sums=('4713026758923f5f3968905291b991ee')



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 11:24:25
  Author: tpowa
Revision: 185799

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

Added:
  kexec-tools/repos/extra-i686/PKGBUILD
(from rev 185798, kexec-tools/trunk/PKGBUILD)
  kexec-tools/repos/extra-i686/kexec
(from rev 185798, kexec-tools/trunk/kexec)
  kexec-tools/repos/extra-i686/kexec-vesafb.diff
(from rev 185798, kexec-tools/trunk/kexec-vesafb.diff)
  kexec-tools/repos/extra-i686/kexec.conf.d
(from rev 185798, kexec-tools/trunk/kexec.conf.d)
  kexec-tools/repos/extra-x86_64/PKGBUILD
(from rev 185798, kexec-tools/trunk/PKGBUILD)
  kexec-tools/repos/extra-x86_64/kexec
(from rev 185798, kexec-tools/trunk/kexec)
  kexec-tools/repos/extra-x86_64/kexec-vesafb.diff
(from rev 185798, kexec-tools/trunk/kexec-vesafb.diff)
  kexec-tools/repos/extra-x86_64/kexec.conf.d
(from rev 185798, kexec-tools/trunk/kexec.conf.d)
Deleted:
  kexec-tools/repos/extra-i686/PKGBUILD
  kexec-tools/repos/extra-i686/kexec
  kexec-tools/repos/extra-i686/kexec-vesafb.diff
  kexec-tools/repos/extra-i686/kexec.conf.d
  kexec-tools/repos/extra-x86_64/PKGBUILD
  kexec-tools/repos/extra-x86_64/kexec
  kexec-tools/repos/extra-x86_64/kexec-vesafb.diff
  kexec-tools/repos/extra-x86_64/kexec.conf.d

+
 /PKGBUILD  |   60 +++
 /kexec |   90 ++
 /kexec-vesafb.diff |  156 +++
 /kexec.conf.d  |   32 
 extra-i686/PKGBUILD|   33 
 extra-i686/kexec   |   45 ---
 extra-i686/kexec-vesafb.diff   |   78 ---
 extra-i686/kexec.conf.d|   16 
 extra-x86_64/PKGBUILD  |   33 
 extra-x86_64/kexec |   45 ---
 extra-x86_64/kexec-vesafb.diff |   78 ---
 extra-x86_64/kexec.conf.d  |   16 
 12 files changed, 338 insertions(+), 344 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 09:24:11 UTC (rev 185798)
+++ extra-i686/PKGBUILD 2013-05-19 09:24:25 UTC (rev 185799)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Camille Moncelier p...@devlife.org, simo s...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=kexec-tools
-pkgver=2.0.4
-pkgrel=1
-pkgdesc=Load another kernel from the currently executing Linux kernel
-arch=('i686' 'x86_64')
-url=http://kernel.org/pub/linux/utils/kernel/kexec/;
-source=(ftp://ftp.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2;
-# upstream tarballs broken with bsdtar!
-
#http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.bz2;
-)
-depends=('gawk' 'zlib' 'xz')
-backup=('etc/conf.d/kexec')
-license=('GPL2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --without-lzma
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  mv $pkgdir/usr/sbin $pkgdir/sbin
-
-  install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
-}
-md5sums=('4713026758923f5f3968905291b991ee')

Copied: kexec-tools/repos/extra-i686/PKGBUILD (from rev 185798, 
kexec-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 09:24:25 UTC (rev 185799)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Camille Moncelier p...@devlife.org, simo s...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kexec-tools
+pkgver=2.0.4
+pkgrel=2
+pkgdesc=Load another kernel from the currently executing Linux kernel
+arch=('i686' 'x86_64')
+url=http://kernel.org/pub/linux/utils/kernel/kexec/;
+source=(ftp://ftp.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2;
+# upstream tarballs broken with bsdtar!
+
#http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.bz2;
+)
+depends=('gawk' 'zlib' 'xz')
+backup=('etc/conf.d/kexec')
+license=('GPL2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-lzma
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
+}
+md5sums=('4713026758923f5f3968905291b991ee')

Deleted: extra-i686/kexec
===
--- extra-i686/kexec2013-05-19 09:24:11 UTC (rev 185798)
+++ extra-i686/kexec2013-05-19 09:24:25 UTC (rev 185799)
@@ -1,45 +0,0 @@
-#!/bin/bash
-
-[ -f /etc/conf.d/kexec ]  . /etc/conf.d/kexec
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case $1 in
-  start)
-  stat_busy Enabling kexec on reboot
-  add_daemon kexec
-  stat_done
-  ;;
-  
-  stop|load)
-if [ $RUNLEVEL = 6 -o $1 = load ]; then
-  stat_busy 

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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 11:27:32
  Author: tpowa
Revision: 185800

upgpkg: pciutils 3.2.0-3

move /usr/sbin to /usr/bin

Modified:
  pciutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 09:24:25 UTC (rev 185799)
+++ PKGBUILD2013-05-19 09:27:32 UTC (rev 185800)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=pciutils
 pkgver=3.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc=PCI bus configuration space access library and tools
 arch=(i686 x86_64)
 license=('GPL2')
@@ -15,15 +15,15 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man lib/libpci.a 
+  make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
   cp lib/libpci.a ${srcdir}/
   make clean
-  make OPT=${CFLAGS} ZLIB=no SHARED=yes PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+  make OPT=${CFLAGS} ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make SHARED=yes PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man 
DESTDIR=${pkgdir} install install-lib
+  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR=${pkgdir} install install-lib
   install -m644 ${srcdir}/libpci.a ${pkgdir}/usr/lib/
   # this is now supplied by the hwids package
   rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 11:27:42
  Author: tpowa
Revision: 185801

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

Added:
  pciutils/repos/testing-i686/
  pciutils/repos/testing-i686/PKGBUILD
(from rev 185800, pciutils/trunk/PKGBUILD)
  pciutils/repos/testing-x86_64/
  pciutils/repos/testing-x86_64/PKGBUILD
(from rev 185800, pciutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: pciutils/repos/testing-i686/PKGBUILD (from rev 185800, 
pciutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-19 09:27:42 UTC (rev 185801)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pciutils
+pkgver=3.2.0
+pkgrel=3
+pkgdesc=PCI bus configuration space access library and tools
+arch=(i686 x86_64)
+license=('GPL2')
+groups=('base')
+url=http://mj.ucw.cz/sw/pciutils/;
+depends=('glibc' 'hwids' 'kmod')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
+md5sums=('3fccb0b28879adb57d8156115f8003c8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
+  cp lib/libpci.a ${srcdir}/
+  make clean
+  make OPT=${CFLAGS} ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR=${pkgdir} install install-lib
+  install -m644 ${srcdir}/libpci.a ${pkgdir}/usr/lib/
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
+}

Copied: pciutils/repos/testing-x86_64/PKGBUILD (from rev 185800, 
pciutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-19 09:27:42 UTC (rev 185801)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pciutils
+pkgver=3.2.0
+pkgrel=3
+pkgdesc=PCI bus configuration space access library and tools
+arch=(i686 x86_64)
+license=('GPL2')
+groups=('base')
+url=http://mj.ucw.cz/sw/pciutils/;
+depends=('glibc' 'hwids' 'kmod')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
+md5sums=('3fccb0b28879adb57d8156115f8003c8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
+  cp lib/libpci.a ${srcdir}/
+  make clean
+  make OPT=${CFLAGS} ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR=${pkgdir} install install-lib
+  install -m644 ${srcdir}/libpci.a ${pkgdir}/usr/lib/
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
+}



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 11:32:55
  Author: tpowa
Revision: 185802

upgpkg: cifs-utils 6.0-2

move /usr/sbin to /usr/bin

Modified:
  cifs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 09:27:42 UTC (rev 185801)
+++ PKGBUILD2013-05-19 09:32:55 UTC (rev 185802)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=cifs-utils
 pkgver=6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=CIFS filesystem user-space tools
 arch=(i686 x86_64)
 url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
@@ -14,7 +14,7 @@
   cd $srcdir/$pkgname-$pkgver
   # systemd support is broken in mount.cifs
   # https://bugs.archlinux.org/task/30958
-  ./configure --prefix=/usr --disable-systemd
+  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
   make
 }
 



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 11:33:05
  Author: tpowa
Revision: 185803

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

Added:
  cifs-utils/repos/extra-i686/PKGBUILD
(from rev 185802, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-i686/fix-5.9-credentials.patch
(from rev 185802, cifs-utils/trunk/fix-5.9-credentials.patch)
  cifs-utils/repos/extra-x86_64/PKGBUILD
(from rev 185802, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch
(from rev 185802, cifs-utils/trunk/fix-5.9-credentials.patch)
Deleted:
  cifs-utils/repos/extra-i686/PKGBUILD
  cifs-utils/repos/extra-i686/fix-5.9-credentials.patch
  cifs-utils/repos/extra-x86_64/PKGBUILD
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch

+
 /PKGBUILD  |   54 +++
 /fix-5.9-credentials.patch |   32 ++
 extra-i686/PKGBUILD|   27 ---
 extra-i686/fix-5.9-credentials.patch   |   16 -
 extra-x86_64/PKGBUILD  |   27 ---
 extra-x86_64/fix-5.9-credentials.patch |   16 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 09:32:55 UTC (rev 185802)
+++ extra-i686/PKGBUILD 2013-05-19 09:33:05 UTC (rev 185803)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=cifs-utils
-pkgver=6.0
-pkgrel=1
-pkgdesc=CIFS filesystem user-space tools
-arch=(i686 x86_64)
-url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
-license=('GPL')
-depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
-source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  # systemd support is broken in mount.cifs
-  # https://bugs.archlinux.org/task/30958
-  ./configure --prefix=/usr --disable-systemd
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir ROOTSBINDIR=/usr/bin install
-  # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s $pkgdir/usr/bin/mount.cifs
-}
-md5sums=('371e007a201be90c16497cd9bd5e2553')

Copied: cifs-utils/repos/extra-i686/PKGBUILD (from rev 185802, 
cifs-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 09:33:05 UTC (rev 185803)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=cifs-utils
+pkgver=6.0
+pkgrel=2
+pkgdesc=CIFS filesystem user-space tools
+arch=(i686 x86_64)
+url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
+source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir ROOTSBINDIR=/usr/bin install
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s $pkgdir/usr/bin/mount.cifs
+}
+md5sums=('371e007a201be90c16497cd9bd5e2553')

Deleted: extra-i686/fix-5.9-credentials.patch
===
--- extra-i686/fix-5.9-credentials.patch2013-05-19 09:32:55 UTC (rev 
185802)
+++ extra-i686/fix-5.9-credentials.patch2013-05-19 09:33:05 UTC (rev 
185803)
@@ -1,16 +0,0 @@
-X-Git-Url: 
https://git.samba.org/?p=cifs-utils.git;a=blobdiff_plain;f=mount.cifs.c;h=40b77e92e3f734c606f522ccf279a0508ad64eab;hp=c7c3055cb890764937193b1d50d1f0fb7ae18826;hb=1a01f7c4b90695211d12291d7a24bec05b1f2922;hpb=739289ad3ce915e1ee2705ecd7ac4e907cd91405
-
-diff --git a/mount.cifs.c b/mount.cifs.c
-index c7c3055..40b77e9 100644
 a/mount.cifs.c
-+++ b/mount.cifs.c
-@@ -581,7 +581,8 @@ static int open_cred_file(char *file_name,
-   switch (parse_cred_line(line_buf + i, temp_val)) {
-   case CRED_USER:
-   strlcpy(parsed_info-username, temp_val,
--  sizeof(parsed_info-domain));
-+  sizeof(parsed_info-username));
-+  parsed_info-got_user = 1;
-   break;
-   case CRED_PASS:
-   i = set_password(parsed_info, temp_val);

Copied: cifs-utils/repos/extra-i686/fix-5.9-credentials.patch (from rev 185802, 
cifs-utils/trunk/fix-5.9-credentials.patch)
===
--- extra-i686/fix-5.9-credentials.patch(rev 0)
+++ extra-i686/fix-5.9-credentials.patch2013-05-19 09:33:05 UTC (rev 

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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 11:35:58
  Author: tpowa
Revision: 185804

upgpkg: cracklib 2.8.22-3

move /usr/sbin to /usr/bin

Modified:
  cracklib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 09:33:05 UTC (rev 185803)
+++ PKGBUILD2013-05-19 09:35:58 UTC (rev 185804)
@@ -4,7 +4,7 @@
 
 pkgname=cracklib
 pkgver=2.8.22
-pkgrel=2
+pkgrel=3
 pkgdesc=Password Checking Library
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,7 +16,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --without-python
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
   make 
 }
 



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 11:36:09
  Author: tpowa
Revision: 185805

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

Added:
  cracklib/repos/testing-i686/
  cracklib/repos/testing-i686/PKGBUILD
(from rev 185804, cracklib/trunk/PKGBUILD)
  cracklib/repos/testing-x86_64/
  cracklib/repos/testing-x86_64/PKGBUILD
(from rev 185804, cracklib/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: cracklib/repos/testing-i686/PKGBUILD (from rev 185804, 
cracklib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-19 09:36:09 UTC (rev 185805)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+
+pkgname=cracklib
+pkgver=2.8.22
+pkgrel=3
+pkgdesc=Password Checking Library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://sourceforge.net/projects/cracklib;
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('463177b5c29c7a598c991e12a4898e06')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
+  make 
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # symlink cracklib-small #34778
+  mkdir -p $pkgdir/usr/share/dict
+  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
+  sh ./util/cracklib-format dicts/cracklib-small \
+| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
+}

Copied: cracklib/repos/testing-x86_64/PKGBUILD (from rev 185804, 
cracklib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-19 09:36:09 UTC (rev 185805)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+
+pkgname=cracklib
+pkgver=2.8.22
+pkgrel=3
+pkgdesc=Password Checking Library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://sourceforge.net/projects/cracklib;
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('463177b5c29c7a598c991e12a4898e06')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
+  make 
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # symlink cracklib-small #34778
+  mkdir -p $pkgdir/usr/share/dict
+  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
+  sh ./util/cracklib-format dicts/cracklib-small \
+| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
+}



[arch-commits] Commit in dmraid/trunk (PKGBUILD dmraid.service dmraid_install)

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 11:45:51
  Author: tpowa
Revision: 185806

upgpkg: dmraid 1.0.0.rc16.3-9

move /sbin to /usr/bin

Modified:
  dmraid/trunk/PKGBUILD
  dmraid/trunk/dmraid.service
  dmraid/trunk/dmraid_install

+
 PKGBUILD   |8 
 dmraid.service |2 +-
 dmraid_install |1 +
 3 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 09:36:09 UTC (rev 185805)
+++ PKGBUILD2013-05-19 09:45:51 UTC (rev 185806)
@@ -4,7 +4,7 @@
 
 pkgname=dmraid
 pkgver=1.0.0.rc16.3
-pkgrel=8
+pkgrel=9
 pkgdesc=Device mapper RAID interface
 url=http://people.redhat.com/~heinzm/sw/dmraid/;
 conflicts=('mkinitcpio0.7')
@@ -19,10 +19,10 @@
 dmraid.service)
 install=dmraid.install
 md5sums=('819338fcef98e8e25819f0516722beeb'
- 'dea048cc09b49b02da1009adae563866'
+ '7a040ebcba305aba1e47dfe6ca8323b5'
  'faec669dc85f87187b45b5d3968efe2c'
  '56a8bb0ece8d206cd8efb504ee072ddd'
- '1cd201496e52bd05c1c3048bf6dd809f')
+ 'ea6d280fc6f63fb799abcd882bca53c8')
 
 build() {
   cd $pkgname/1.0.0.rc16-3/$pkgname
@@ -32,7 +32,7 @@
 
 package() {
   cd $pkgname/1.0.0.rc16-3/$pkgname
-  make DESTDIR=$pkgdir prefix=/usr libdir=/usr/lib mandir=/usr/share/man 
includedir=/usr/include install
+  make DESTDIR=$pkgdir sbindir=/usr/bin prefix=/usr libdir=/usr/lib 
mandir=/usr/share/man includedir=/usr/include install
   install -D -m644 $srcdir/dmraid_install 
$pkgdir/usr/lib/initcpio/install/dmraid
   install -D -m644 $srcdir/dmraid_hook 
$pkgdir/usr/lib/initcpio/hooks/dmraid
   install -D -m644 $srcdir/dmraid_tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/dmraid.conf

Modified: dmraid.service
===
--- dmraid.service  2013-05-19 09:36:09 UTC (rev 185805)
+++ dmraid.service  2013-05-19 09:45:51 UTC (rev 185806)
@@ -8,7 +8,7 @@
 
 [Service]
 Type=oneshot
-ExecStart=/sbin/dmraid --ignorelocking --activate y -Z
+ExecStart=/usr/bin/dmraid --ignorelocking --activate y -Z
 RemainAfterExit=true
 
 [Install]

Modified: dmraid_install
===
--- dmraid_install  2013-05-19 09:36:09 UTC (rev 185805)
+++ dmraid_install  2013-05-19 09:45:51 UTC (rev 185806)
@@ -6,6 +6,7 @@
 
 add_binary 'dmraid'
 add_binary 'dmsetup'
+add_file /usr/lib/device-mapper/libdmraid-events-isw.so
 add_file /usr/lib/udev/rules.d/10-dm.rules
 add_file /usr/lib/udev/rules.d/13-dm-disk.rules
 add_file /usr/lib/udev/rules.d/95-dm-notify.rules



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 11:46:06
  Author: tpowa
Revision: 185807

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

Added:
  dmraid/repos/testing-i686/
  dmraid/repos/testing-i686/PKGBUILD
(from rev 185806, dmraid/trunk/PKGBUILD)
  dmraid/repos/testing-i686/dmraid.install
(from rev 185806, dmraid/trunk/dmraid.install)
  dmraid/repos/testing-i686/dmraid.service
(from rev 185806, dmraid/trunk/dmraid.service)
  dmraid/repos/testing-i686/dmraid_hook
(from rev 185806, dmraid/trunk/dmraid_hook)
  dmraid/repos/testing-i686/dmraid_install
(from rev 185806, dmraid/trunk/dmraid_install)
  dmraid/repos/testing-i686/dmraid_tmpfiles
(from rev 185806, dmraid/trunk/dmraid_tmpfiles)
  dmraid/repos/testing-x86_64/
  dmraid/repos/testing-x86_64/PKGBUILD
(from rev 185806, dmraid/trunk/PKGBUILD)
  dmraid/repos/testing-x86_64/dmraid.install
(from rev 185806, dmraid/trunk/dmraid.install)
  dmraid/repos/testing-x86_64/dmraid.service
(from rev 185806, dmraid/trunk/dmraid.service)
  dmraid/repos/testing-x86_64/dmraid_hook
(from rev 185806, dmraid/trunk/dmraid_hook)
  dmraid/repos/testing-x86_64/dmraid_install
(from rev 185806, dmraid/trunk/dmraid_install)
  dmraid/repos/testing-x86_64/dmraid_tmpfiles
(from rev 185806, dmraid/trunk/dmraid_tmpfiles)

+
 testing-i686/PKGBUILD  |   44 +++
 testing-i686/dmraid.install|   14 
 testing-i686/dmraid.service|   15 +
 testing-i686/dmraid_hook   |   14 
 testing-i686/dmraid_install|   24 +
 testing-i686/dmraid_tmpfiles   |1 
 testing-x86_64/PKGBUILD|   44 +++
 testing-x86_64/dmraid.install  |   14 
 testing-x86_64/dmraid.service  |   15 +
 testing-x86_64/dmraid_hook |   14 
 testing-x86_64/dmraid_install  |   24 +
 testing-x86_64/dmraid_tmpfiles |1 
 12 files changed, 224 insertions(+)

Copied: dmraid/repos/testing-i686/PKGBUILD (from rev 185806, 
dmraid/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-19 09:46:06 UTC (rev 185807)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+#Contributor: Urs Wolfer uwolfer @ fwo.ch
+
+pkgname=dmraid
+pkgver=1.0.0.rc16.3
+pkgrel=9
+pkgdesc=Device mapper RAID interface
+url=http://people.redhat.com/~heinzm/sw/dmraid/;
+conflicts=('mkinitcpio0.7')
+depends=('device-mapper=2.0.54')
+arch=('i686' 'x86_64')
+license=('GPL')
+source=(#ftp://ftp.archlinux.org/other/dmraid/$pkgname-$pkgver.tar.bz2
+
http://people.redhat.com/~heinzm/sw/dmraid/src/$pkgname-1.0.0.rc16-3.tar.bz2
+dmraid_install
+dmraid_hook
+dmraid_tmpfiles
+dmraid.service)
+install=dmraid.install
+md5sums=('819338fcef98e8e25819f0516722beeb'
+ '7a040ebcba305aba1e47dfe6ca8323b5'
+ 'faec669dc85f87187b45b5d3968efe2c'
+ '56a8bb0ece8d206cd8efb504ee072ddd'
+ 'ea6d280fc6f63fb799abcd882bca53c8')
+
+build() {
+  cd $pkgname/1.0.0.rc16-3/$pkgname
+  ./configure --enable-led --enable-intel_led
+  make
+}
+
+package() {
+  cd $pkgname/1.0.0.rc16-3/$pkgname
+  make DESTDIR=$pkgdir sbindir=/usr/bin prefix=/usr libdir=/usr/lib 
mandir=/usr/share/man includedir=/usr/include install
+  install -D -m644 $srcdir/dmraid_install 
$pkgdir/usr/lib/initcpio/install/dmraid
+  install -D -m644 $srcdir/dmraid_hook 
$pkgdir/usr/lib/initcpio/hooks/dmraid
+  install -D -m644 $srcdir/dmraid_tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/dmraid.conf
+
+  # fix permissions
+  chmod 644 $pkgdir/usr/include/dmraid/* $pkgdir/usr/lib/libdmraid.a
+
+  install -Dm644 $srcdir/dmraid.service 
$pkgdir/usr/lib/systemd/system/dmraid.service
+}

Copied: dmraid/repos/testing-i686/dmraid.install (from rev 185806, 
dmraid/trunk/dmraid.install)
===
--- testing-i686/dmraid.install (rev 0)
+++ testing-i686/dmraid.install 2013-05-19 09:46:06 UTC (rev 185807)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  if [ $(vercmp $2 1.0.0.rc15) -lt 0 ]; then
+# important upgrade notice
+echo 
+echo  IMPORTANT DMRAID UPGRADE NOTICE
+echo  ---
+echo  Version 1.0.0.rc15 and greater introduce a new name scheme:
+echo  You need to add an additional 'p' in front of your number.
+echo  e.g. yournamenumber -- yournamepnumber
+echo   firsthd1   -- firsthdp1
+echo  Please change your bootloader and fstab accordingly.
+echo 
+  fi
+}

Copied: dmraid/repos/testing-i686/dmraid.service (from rev 185806, 
dmraid/trunk/dmraid.service)
===
--- testing-i686/dmraid.service (rev 0)
+++ 

[arch-commits] Commit in hplip/trunk (PKGBUILD hplip_typo.patch)

2013-05-19 Thread Andreas Radke
Date: Sunday, May 19, 2013 @ 12:16:28
  Author: andyrtr
Revision: 185808

upgpkg: hplip 3.13.5-2

fix script typo; FS#35356

Added:
  hplip/trunk/hplip_typo.patch
Modified:
  hplip/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 hplip_typo.patch |   11 +++
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 09:46:06 UTC (rev 185807)
+++ PKGBUILD2013-05-19 10:16:28 UTC (rev 185808)
@@ -5,7 +5,7 @@
 
 pkgname=hplip
 pkgver=3.13.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
 arch=('i686' 'x86_64')
 url=http://hplipopensource.com;
@@ -27,11 +27,13 @@
 install=hplip.install
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
 cups-1.6-buildfix.diff
-hp-mkuri.patch)
+hp-mkuri.patch
+hplip_typo.patch)
 md5sums=('f0c406f06f191a120f7d283b69ff10e8'
  'SKIP'
  'ef64578c6cb3ce252dbdcb0f1c2f4a47'
- '0bd7779fdbc4d7a9386df04dce2cb8d4')
+ '0bd7779fdbc4d7a9386df04dce2cb8d4'
+ 'b3dd33a538ed8a3774f3c22f13e0a549')
 
 build() {
  cd $srcdir/$pkgname-$pkgver
@@ -41,6 +43,9 @@
  
  # fix linking libnotify, FS#34283
  patch -Np0 -i ${srcdir}/hp-mkuri.patch
+
+ # fix typo preventing FW to load
+ patch -Np0 -i ${srcdir}/hplip_typo.patch
  
  export PYTHON=python2
  

Added: hplip_typo.patch
===
--- hplip_typo.patch(rev 0)
+++ hplip_typo.patch2013-05-19 10:16:28 UTC (rev 185808)
@@ -0,0 +1,11 @@
+--- config_usb_printer.py  2013-05-19 02:23:17.506716304 +0300
 config_usb_printer.py.new  2013-05-19 02:23:30.140049848 +0300
+@@ -257,7 +257,7 @@
+# *** RUNNING FIRMWARE DOWNLOAD TO DEVICE 
FOR SUPPORTED PRINTER'S
+fw_download_req = mq.get('fw-download', False)
+if fw_download_req:
+-   fw_cmd = utlis.which('hp-firmware', True)
++   fw_cmd = utils.which('hp-firmware', True)
+if fw_cmd:
+ fw_cmd +=  -y3 -s %s%param
+ log.debug(fw_cmd)



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

2013-05-19 Thread Andreas Radke
Date: Sunday, May 19, 2013 @ 12:17:01
  Author: andyrtr
Revision: 185809

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

Added:
  hplip/repos/extra-i686/PKGBUILD
(from rev 185808, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/cups-1.6-buildfix.diff
(from rev 185808, hplip/trunk/cups-1.6-buildfix.diff)
  hplip/repos/extra-i686/hp-mkuri.patch
(from rev 185808, hplip/trunk/hp-mkuri.patch)
  hplip/repos/extra-i686/hplip.install
(from rev 185808, hplip/trunk/hplip.install)
  hplip/repos/extra-i686/hplip_typo.patch
(from rev 185808, hplip/trunk/hplip_typo.patch)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 185808, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/cups-1.6-buildfix.diff
(from rev 185808, hplip/trunk/cups-1.6-buildfix.diff)
  hplip/repos/extra-x86_64/hp-mkuri.patch
(from rev 185808, hplip/trunk/hp-mkuri.patch)
  hplip/repos/extra-x86_64/hplip.install
(from rev 185808, hplip/trunk/hplip.install)
  hplip/repos/extra-x86_64/hplip_typo.patch
(from rev 185808, hplip/trunk/hplip_typo.patch)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/cups-1.6-buildfix.diff
  hplip/repos/extra-i686/hp-mkuri.patch
  hplip/repos/extra-i686/hplip.install
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/cups-1.6-buildfix.diff
  hplip/repos/extra-x86_64/hp-mkuri.patch
  hplip/repos/extra-x86_64/hplip.install

-+
 /PKGBUILD   |  206 
 /cups-1.6-buildfix.diff |  784 ++
 /hp-mkuri.patch |   22 
 /hplip.install  |   36 +
 extra-i686/PKGBUILD |   98 
 extra-i686/cups-1.6-buildfix.diff   |  392 -
 extra-i686/hp-mkuri.patch   |   11 
 extra-i686/hplip.install|   18 
 extra-i686/hplip_typo.patch |   11 
 extra-x86_64/PKGBUILD   |   98 
 extra-x86_64/cups-1.6-buildfix.diff |  392 -
 extra-x86_64/hp-mkuri.patch |   11 
 extra-x86_64/hplip.install  |   18 
 extra-x86_64/hplip_typo.patch   |   11 
 14 files changed, 1070 insertions(+), 1038 deletions(-)

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


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

2013-05-19 Thread Alexander Rødseth
Date: Sunday, May 19, 2013 @ 12:48:38
  Author: arodseth
Revision: 91091

upgpkg: midori 0.5.2-1

Modified:
  midori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 08:25:17 UTC (rev 91090)
+++ PKGBUILD2013-05-19 10:48:38 UTC (rev 91091)
@@ -7,8 +7,8 @@
 # Contributor: Bartłomiej Piotrowski barthal...@gmail.com
 
 pkgname=midori
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
 pkgdesc='Lightweight web browser based on Gtk WebKit'
 arch=('x86_64' 'i686')
 url='http://www.twotoasts.de/index.php?/pages/midori_summary.html'
@@ -20,7 +20,7 @@
 'aria2: download utility')
 options=('!emptydirs')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('d280c19bb135f2b644a67d9f34d1ec1c148ceb14b5de11ce6c23f64c15be5df0')
+sha256sums=('a9c5cb4606e8e4967a2b980caa9ada25623c50d927a302b6bf73eeac5815c97c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-19 Thread Alexander Rødseth
Date: Sunday, May 19, 2013 @ 12:48:50
  Author: arodseth
Revision: 91092

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

Added:
  midori/repos/community-i686/PKGBUILD
(from rev 91091, midori/trunk/PKGBUILD)
  midori/repos/community-i686/midori.install
(from rev 91091, midori/trunk/midori.install)
  midori/repos/community-x86_64/PKGBUILD
(from rev 91091, midori/trunk/PKGBUILD)
  midori/repos/community-x86_64/midori.install
(from rev 91091, midori/trunk/midori.install)
Deleted:
  midori/repos/community-i686/PKGBUILD
  midori/repos/community-i686/midori.install
  midori/repos/community-x86_64/PKGBUILD
  midori/repos/community-x86_64/midori.install

-+
 /PKGBUILD   |   88 ++
 /midori.install |   24 ++
 community-i686/PKGBUILD |   44 ---
 community-i686/midori.install   |   12 -
 community-x86_64/PKGBUILD   |   44 ---
 community-x86_64/midori.install |   12 -
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-19 10:48:38 UTC (rev 91091)
+++ community-i686/PKGBUILD 2013-05-19 10:48:50 UTC (rev 91092)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:  Alexander Rødseth rods...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: rabyte rabyte.at.gmail.dot.com
-# Contributor: Johannes Krampf wuischke.at.amule.dot.org
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-
-pkgname=midori
-pkgver=0.5.0
-pkgrel=2
-pkgdesc='Lightweight web browser based on Gtk WebKit'
-arch=('x86_64' 'i686')
-url='http://www.twotoasts.de/index.php?/pages/midori_summary.html'
-license=('LGPL2.1')
-install=$pkgname.install
-depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'libunique' 
'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2' 'vala' 'gcr')
-optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
-'aria2: download utility')
-options=('!emptydirs')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('d280c19bb135f2b644a67d9f34d1ec1c148ceb14b5de11ce6c23f64c15be5df0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --jobs=${MAKEFLAGS/-j/} \
-  --enable-addons \
-  --enable-unique \
-  --enable-nls \
-  --enable-docs \
-  --enable-apidocs
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/PKGBUILD (from rev 91091, 
midori/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-19 10:48:50 UTC (rev 91092)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:  Alexander Rødseth rods...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: rabyte rabyte.at.gmail.dot.com
+# Contributor: Johannes Krampf wuischke.at.amule.dot.org
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+
+pkgname=midori
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='Lightweight web browser based on Gtk WebKit'
+arch=('x86_64' 'i686')
+url='http://www.twotoasts.de/index.php?/pages/midori_summary.html'
+license=('LGPL2.1')
+install=$pkgname.install
+depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'libunique' 
'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2' 'vala' 'gcr')
+optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
+'aria2: download utility')
+options=('!emptydirs')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('a9c5cb4606e8e4967a2b980caa9ada25623c50d927a302b6bf73eeac5815c97c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --jobs=${MAKEFLAGS/-j/} \
+  --enable-addons \
+  --enable-unique \
+  --enable-nls \
+  --enable-docs \
+  --enable-apidocs
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install
===
--- community-i686/midori.install   2013-05-19 10:48:38 UTC (rev 91091)
+++ community-i686/midori.install   2013-05-19 10:48:50 UTC (rev 91092)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
-}
-

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

2013-05-19 Thread Alexander Rødseth
Date: Sunday, May 19, 2013 @ 13:04:56
  Author: arodseth
Revision: 91093

upgpkg: python2-sqlobject 1.4.0-1

Modified:
  python2-sqlobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 10:48:50 UTC (rev 91092)
+++ PKGBUILD2013-05-19 11:04:56 UTC (rev 91093)
@@ -5,7 +5,7 @@
 # Contributor: Todd Maynard a...@toddmaynard.com
 
 pkgname=python2-sqlobject
-pkgver=1.3.2
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='Object Relational Manager for providing an object interface to your 
database'
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('python2-psycopg2: PostgreSQL database support'
 'python2-pysqlite-legacy: SQLite database support')
 
source=(https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz;)
-sha256sums=('f45ab1ef285b32e83732d5a2539245353fcf89e107e087713cb1e2f0aaeb0b89')
+sha256sums=('d7c27f488c9d28ededad0420416d67b5abce07e92d339cb90dc2be9febaa4a18')
 
 package() {
   cd $srcdir/SQLObject-$pkgver



[arch-commits] Commit in python2-sqlobject/repos/community-any (PKGBUILD PKGBUILD)

2013-05-19 Thread Alexander Rødseth
Date: Sunday, May 19, 2013 @ 13:05:03
  Author: arodseth
Revision: 91094

archrelease: copy trunk to community-any

Added:
  python2-sqlobject/repos/community-any/PKGBUILD
(from rev 91093, python2-sqlobject/trunk/PKGBUILD)
Deleted:
  python2-sqlobject/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-19 11:04:56 UTC (rev 91093)
+++ PKGBUILD2013-05-19 11:05:03 UTC (rev 91094)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Todd Maynard a...@toddmaynard.com
-
-pkgname=python2-sqlobject
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='Object Relational Manager for providing an object interface to your 
database'
-arch=('any')
-license=('LGPL')
-url='http://sqlobject.org/'
-depends=('python2' 'python2-distribute' 'python2-formencode')
-optdepends=('python2-psycopg2: PostgreSQL database support'
-'python2-pysqlite-legacy: SQLite database support')
-source=(https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz;)
-sha256sums=('f45ab1ef285b32e83732d5a2539245353fcf89e107e087713cb1e2f0aaeb0b89')
-
-package() {
-  cd $srcdir/SQLObject-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-  find $pkgdir/usr/lib -type f -exec sed -i 's,^#!/usr/bin/env 
python,#!/usr/bin/env python2,' {} \;
-  echo /usr/lib/python2.7/site-packages/SQLObject-$pkgver-py2.6.egg  \
-$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-sqlobject/repos/community-any/PKGBUILD (from rev 91093, 
python2-sqlobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-19 11:05:03 UTC (rev 91094)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Todd Maynard a...@toddmaynard.com
+
+pkgname=python2-sqlobject
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Object Relational Manager for providing an object interface to your 
database'
+arch=('any')
+license=('LGPL')
+url='http://sqlobject.org/'
+depends=('python2' 'python2-distribute' 'python2-formencode')
+optdepends=('python2-psycopg2: PostgreSQL database support'
+'python2-pysqlite-legacy: SQLite database support')
+source=(https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz;)
+sha256sums=('d7c27f488c9d28ededad0420416d67b5abce07e92d339cb90dc2be9febaa4a18')
+
+package() {
+  cd $srcdir/SQLObject-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+  find $pkgdir/usr/lib -type f -exec sed -i 's,^#!/usr/bin/env 
python,#!/usr/bin/env python2,' {} \;
+  echo /usr/lib/python2.7/site-packages/SQLObject-$pkgver-py2.6.egg  \
+$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-05-19 Thread Alexander Rødseth
Date: Sunday, May 19, 2013 @ 13:23:07
  Author: arodseth
Revision: 91095

libpng16 fix

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 11:05:03 UTC (rev 91094)
+++ PKGBUILD2013-05-19 11:23:07 UTC (rev 91095)
@@ -6,7 +6,7 @@
 
 pkgname=tuxpaint
 pkgver=0.9.21
-pkgrel=9
+pkgrel=10
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64' 'i686')
 url='http://www.tuxpaint.org/'
@@ -14,7 +14,7 @@
 backup=('etc/tuxpaint/tuxpaint.conf')
 depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
  'libpaper' 'librsvg')
-makedepends=('setconf')
+makedepends=('setconf' 'optipng')
 optdepends=('tuxpaint-stamps: more stamps'
 'tuxpaint-conf: configuration manager')
 
source=(http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;
@@ -25,15 +25,20 @@
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
+  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
+  sed -i 's:# fu:fu:' src/tuxpaint.conf
+
   # python2 fix
   for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
 sed -i '0,/on/s//on2/' $f
   done
 
+  # libpng15 fix
   patch -p0 -i ../tuxpaint-0.9.21-libpng1.5.patch
   sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
-  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
-  sed -i 's:# fu:fu:' src/tuxpaint.conf
+
+  # libpng16 fix
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
 }
 
 build() {



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

2013-05-19 Thread Alexander Rødseth
Date: Sunday, May 19, 2013 @ 13:26:46
  Author: arodseth
Revision: 91096

pkgrel should be 9

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 11:23:07 UTC (rev 91095)
+++ PKGBUILD2013-05-19 11:26:46 UTC (rev 91096)
@@ -6,7 +6,7 @@
 
 pkgname=tuxpaint
 pkgver=0.9.21
-pkgrel=10
+pkgrel=9
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64' 'i686')
 url='http://www.tuxpaint.org/'



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

2013-05-19 Thread Alexander Rødseth
Date: Sunday, May 19, 2013 @ 13:35:37
  Author: arodseth
Revision: 91097

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

Added:
  tuxpaint/repos/community-i686/PKGBUILD
(from rev 91096, tuxpaint/trunk/PKGBUILD)
  tuxpaint/repos/community-i686/tuxpaint-0.9.21-libpng1.5.patch
(from rev 91096, tuxpaint/trunk/tuxpaint-0.9.21-libpng1.5.patch)
  tuxpaint/repos/community-x86_64/PKGBUILD
(from rev 91096, tuxpaint/trunk/PKGBUILD)
  tuxpaint/repos/community-x86_64/tuxpaint-0.9.21-libpng1.5.patch
(from rev 91096, tuxpaint/trunk/tuxpaint-0.9.21-libpng1.5.patch)
Deleted:
  tuxpaint/repos/community-i686/PKGBUILD
  tuxpaint/repos/community-i686/tuxpaint-0.9.21-libpng1.5.patch
  tuxpaint/repos/community-x86_64/PKGBUILD
  tuxpaint/repos/community-x86_64/tuxpaint-0.9.21-libpng1.5.patch

--+
 /PKGBUILD|  126 +
 /tuxpaint-0.9.21-libpng1.5.patch |   38 ++
 community-i686/PKGBUILD  |   53 
 community-i686/tuxpaint-0.9.21-libpng1.5.patch   |   19 ---
 community-x86_64/PKGBUILD|   53 
 community-x86_64/tuxpaint-0.9.21-libpng1.5.patch |   19 ---
 6 files changed, 164 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-19 11:26:46 UTC (rev 91096)
+++ community-i686/PKGBUILD 2013-05-19 11:35:37 UTC (rev 91097)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Sergio Jovani Guzman moret@gmail.com
-# Contributor: royrocks royrock...@gmail.com
-
-pkgname=tuxpaint
-pkgver=0.9.21
-pkgrel=8
-pkgdesc='Drawing program designed for young children'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org/'
-license=('GPL')
-backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
- 'libpaper' 'librsvg')
-makedepends=('setconf')
-optdepends=('tuxpaint-stamps: more stamps'
-'tuxpaint-conf: configuration manager')
-source=(http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;
-'tuxpaint-0.9.21-libpng1.5.patch')
-sha256sums=('6d4f2b981643b5c937708e5e6cdaf318ae7b5562375327b4b1cb84611e65ede9'
-'6d572467fce710c9323ba53bb3309eb7ed1401b4fee2c1f56533e871558a7f20')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
-sed -i '0,/on/s//on2/' $f
-  done
-
-  patch -p0 -i ../tuxpaint-0.9.21-libpng1.5.patch
-  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
-  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
-  sed -i 's:# fu:fu:' src/tuxpaint.conf
-  make PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make \
-PREFIX=/usr \
-DESTDIR=$pkgdir \
-GNOME_PREFIX=/usr \
-X11_ICON_PREFIX=$pkgdir/usr/share/pixmaps \
-install
-  chmod -R 644 $pkgdir/usr/share/doc/tuxpaint-dev/*
-  chmod 755 $pkgdir/usr/share/doc/tuxpaint-dev/html
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint/repos/community-i686/PKGBUILD (from rev 91096, 
tuxpaint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-19 11:35:37 UTC (rev 91097)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Sergio Jovani Guzman moret@gmail.com
+# Contributor: royrocks royrock...@gmail.com
+
+pkgname=tuxpaint
+pkgver=0.9.21
+pkgrel=9
+pkgdesc='Drawing program designed for young children'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org/'
+license=('GPL')
+backup=('etc/tuxpaint/tuxpaint.conf')
+depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
+ 'libpaper' 'librsvg')
+makedepends=('setconf' 'optipng')
+optdepends=('tuxpaint-stamps: more stamps'
+'tuxpaint-conf: configuration manager')
+source=(http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;
+'tuxpaint-0.9.21-libpng1.5.patch')
+sha256sums=('6d4f2b981643b5c937708e5e6cdaf318ae7b5562375327b4b1cb84611e65ede9'
+'6d572467fce710c9323ba53bb3309eb7ed1401b4fee2c1f56533e871558a7f20')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
+  sed -i 's:# fu:fu:' src/tuxpaint.conf
+
+  # python2 fix
+  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
+sed -i '0,/on/s//on2/' $f
+  done
+
+  # libpng15 fix
+  patch -p0 -i ../tuxpaint-0.9.21-libpng1.5.patch
+  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
+
+  

[arch-commits] Commit in tcpdump/trunk (PKGBUILD tcpdump_duplicate_executable.patch)

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 13:54:39
  Author: giovanni
Revision: 185811

upgpkg: tcpdump 4.4.0-2

remove /usr/sbin

Modified:
  tcpdump/trunk/PKGBUILD
  tcpdump/trunk/tcpdump_duplicate_executable.patch

+
 PKGBUILD   |5 +++--
 tcpdump_duplicate_executable.patch |6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 10:41:15 UTC (rev 185810)
+++ PKGBUILD2013-05-19 11:54:39 UTC (rev 185811)
@@ -4,7 +4,7 @@
 
 pkgname=tcpdump
 pkgver=4.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A tool for network monitoring and data acquisition
 arch=('i686' 'x86_64')
 url=http://www.tcpdump.org;
@@ -13,7 +13,7 @@
 source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
 'tcpdump_duplicate_executable.patch')
 md5sums=('6f75aabcffd012f73bd7c331bb5d8232'
- '96c116e5ed51759a029bb6c236d63178')
+ '01379e4a12a208ce951c6c2abe80300f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -22,6 +22,7 @@
   patch -Np1 -i ${srcdir}/tcpdump_duplicate_executable.patch
 
   ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
   --enable-ipv6
   make
 }

Modified: tcpdump_duplicate_executable.patch
===
--- tcpdump_duplicate_executable.patch  2013-05-19 10:41:15 UTC (rev 185810)
+++ tcpdump_duplicate_executable.patch  2013-05-19 11:54:39 UTC (rev 185811)
@@ -1,6 +1,6 @@
 a/Makefile.in  2012-06-12 18:56:20.0 +0200
-+++ b/Makefile.in  2012-06-13 08:41:09.0 +0200
-@@ -409,7 +409,6 @@
+--- a/Makefile.in  2013-03-24 22:49:18.0 +0100
 b/Makefile.in  2013-05-19 13:44:29.0 +0200
+@@ -326,7 +326,6 @@
[ -d $(DESTDIR)$(sbindir) ] || \
(mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 13:54:46
  Author: giovanni
Revision: 185812

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

Added:
  tcpdump/repos/extra-i686/PKGBUILD
(from rev 185811, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
(from rev 185811, tcpdump/trunk/tcpdump_duplicate_executable.patch)
  tcpdump/repos/extra-x86_64/PKGBUILD
(from rev 185811, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch
(from rev 185811, tcpdump/trunk/tcpdump_duplicate_executable.patch)
Deleted:
  tcpdump/repos/extra-i686/PKGBUILD
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
  tcpdump/repos/extra-x86_64/PKGBUILD
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch

-+
 /PKGBUILD   |   74 ++
 /tcpdump_duplicate_executable.patch |   20 +
 extra-i686/PKGBUILD |   36 --
 extra-i686/tcpdump_duplicate_executable.patch   |   10 --
 extra-x86_64/PKGBUILD   |   36 --
 extra-x86_64/tcpdump_duplicate_executable.patch |   10 --
 6 files changed, 94 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 11:54:39 UTC (rev 185811)
+++ extra-i686/PKGBUILD 2013-05-19 11:54:46 UTC (rev 185812)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=tcpdump
-pkgver=4.4.0
-pkgrel=1
-pkgdesc=A tool for network monitoring and data acquisition
-arch=('i686' 'x86_64')
-url=http://www.tcpdump.org;
-license=('BSD')
-depends=('libpcap' 'openssl')
-source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
-'tcpdump_duplicate_executable.patch')
-md5sums=('6f75aabcffd012f73bd7c331bb5d8232'
- '96c116e5ed51759a029bb6c236d63178')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # do not install tcpdump-4.1.1 executable (FS#23346)
-  patch -Np1 -i ${srcdir}/tcpdump_duplicate_executable.patch
-
-  ./configure --prefix=/usr \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #install the license
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: tcpdump/repos/extra-i686/PKGBUILD (from rev 185811, 
tcpdump/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 11:54:46 UTC (rev 185812)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=tcpdump
+pkgver=4.4.0
+pkgrel=2
+pkgdesc=A tool for network monitoring and data acquisition
+arch=('i686' 'x86_64')
+url=http://www.tcpdump.org;
+license=('BSD')
+depends=('libpcap' 'openssl')
+source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
+'tcpdump_duplicate_executable.patch')
+md5sums=('6f75aabcffd012f73bd7c331bb5d8232'
+ '01379e4a12a208ce951c6c2abe80300f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # do not install tcpdump-4.1.1 executable (FS#23346)
+  patch -Np1 -i ${srcdir}/tcpdump_duplicate_executable.patch
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #install the license
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/tcpdump_duplicate_executable.patch
===
--- extra-i686/tcpdump_duplicate_executable.patch   2013-05-19 11:54:39 UTC 
(rev 185811)
+++ extra-i686/tcpdump_duplicate_executable.patch   2013-05-19 11:54:46 UTC 
(rev 185812)
@@ -1,10 +0,0 @@
 a/Makefile.in  2012-06-12 18:56:20.0 +0200
-+++ b/Makefile.in  2012-06-13 08:41:09.0 +0200
-@@ -409,7 +409,6 @@
-   [ -d $(DESTDIR)$(sbindir) ] || \
-   (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
-   $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
--  $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat 
${srcdir}/VERSION`
-   [ -d $(DESTDIR)$(mandir)/man1 ] || \
-   (mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 
$(DESTDIR)$(mandir)/man1)
-   $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1

Copied: tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch (from rev 
185811, tcpdump/trunk/tcpdump_duplicate_executable.patch)
===
--- extra-i686/tcpdump_duplicate_executable.patch   
(rev 0)
+++ 

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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 14:00:02
  Author: giovanni
Revision: 185813

upgpkg: fping 3.4-2

remove /usr/sbin

Modified:
  fping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 11:54:46 UTC (rev 185812)
+++ PKGBUILD2013-05-19 12:00:02 UTC (rev 185813)
@@ -4,7 +4,7 @@
 
 pkgname=fping
 pkgver=3.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A utility to ping multiple hosts at once
 arch=('i686' 'x86_64')
 url=http://www.fping.org/;
@@ -17,6 +17,7 @@
   cd $srcdir/$pkgname-$pkgver
 
   ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
   --mandir=/usr/share/man \
   --enable-ipv4 \
   --enable-ipv6
@@ -30,5 +31,5 @@
 
   # install license
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  chmod 4555 ${pkgdir}/usr/sbin/fping
+  chmod 4555 ${pkgdir}/usr/bin/fping
 }



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 14:00:14
  Author: giovanni
Revision: 185814

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

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

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   34 ---
 extra-x86_64/PKGBUILD |   34 ---
 3 files changed, 70 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 12:00:02 UTC (rev 185813)
+++ extra-i686/PKGBUILD 2013-05-19 12:00:14 UTC (rev 185814)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=fping
-pkgver=3.4
-pkgrel=1
-pkgdesc=A utility to ping multiple hosts at once
-arch=('i686' 'x86_64')
-url=http://www.fping.org/;
-license=('custom') 
-depends=('glibc')
-source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a4bc97804e630dbf26dfac8f28c78091')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-ipv4 \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # install license
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  chmod 4555 ${pkgdir}/usr/sbin/fping
-}

Copied: fping/repos/extra-i686/PKGBUILD (from rev 185813, fping/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 12:00:14 UTC (rev 185814)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=fping
+pkgver=3.4
+pkgrel=2
+pkgdesc=A utility to ping multiple hosts at once
+arch=('i686' 'x86_64')
+url=http://www.fping.org/;
+license=('custom') 
+depends=('glibc')
+source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('a4bc97804e630dbf26dfac8f28c78091')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --enable-ipv4 \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # install license
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  chmod 4555 ${pkgdir}/usr/bin/fping
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-19 12:00:02 UTC (rev 185813)
+++ extra-x86_64/PKGBUILD   2013-05-19 12:00:14 UTC (rev 185814)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=fping
-pkgver=3.4
-pkgrel=1
-pkgdesc=A utility to ping multiple hosts at once
-arch=('i686' 'x86_64')
-url=http://www.fping.org/;
-license=('custom') 
-depends=('glibc')
-source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a4bc97804e630dbf26dfac8f28c78091')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-ipv4 \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # install license
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  chmod 4555 ${pkgdir}/usr/sbin/fping
-}

Copied: fping/repos/extra-x86_64/PKGBUILD (from rev 185813, 
fping/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-19 12:00:14 UTC (rev 185814)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=fping
+pkgver=3.4
+pkgrel=2
+pkgdesc=A utility to ping multiple hosts at once
+arch=('i686' 'x86_64')
+url=http://www.fping.org/;
+license=('custom') 
+depends=('glibc')
+source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('a4bc97804e630dbf26dfac8f28c78091')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --enable-ipv4 \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # install license
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  

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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 14:08:55
  Author: giovanni
Revision: 185815

upgpkg: isapnptools 1.27-4

remove /usr/sbin

Modified:
  isapnptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 12:00:14 UTC (rev 185814)
+++ PKGBUILD2013-05-19 12:08:55 UTC (rev 185815)
@@ -3,7 +3,7 @@
 
 pkgname=isapnptools
 pkgver=1.27
-pkgrel=3
+pkgrel=4
 pkgdesc=Allow ISA Plug-And-Play devices to be configured on a Linux machine
 url=http://www.roestock.demon.co.uk/isapnptools/;
 depends=('glibc')
@@ -14,11 +14,14 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin
   make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
   make DESTDIR=${pkgdir} install
 }



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 14:09:03
  Author: giovanni
Revision: 185816

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

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

---+
 /PKGBUILD |   54 
 extra-i686/PKGBUILD   |   24 -
 extra-x86_64/PKGBUILD |   24 -
 3 files changed, 54 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 12:08:55 UTC (rev 185815)
+++ extra-i686/PKGBUILD 2013-05-19 12:09:03 UTC (rev 185816)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=isapnptools
-pkgver=1.27
-pkgrel=3
-pkgdesc=Allow ISA Plug-And-Play devices to be configured on a Linux machine
-url=http://www.roestock.demon.co.uk/isapnptools/;
-depends=('glibc')
-arch=('i686' 'x86_64')
-license=('GPL')
-source=(ftp://metalab.unc.edu/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz;)
-md5sums=('b997ba56583dc850fce9b93d658dfa0c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: isapnptools/repos/extra-i686/PKGBUILD (from rev 185815, 
isapnptools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 12:09:03 UTC (rev 185816)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=isapnptools
+pkgver=1.27
+pkgrel=4
+pkgdesc=Allow ISA Plug-And-Play devices to be configured on a Linux machine
+url=http://www.roestock.demon.co.uk/isapnptools/;
+depends=('glibc')
+arch=('i686' 'x86_64')
+license=('GPL')
+source=(ftp://metalab.unc.edu/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz;)
+md5sums=('b997ba56583dc850fce9b93d658dfa0c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-19 12:08:55 UTC (rev 185815)
+++ extra-x86_64/PKGBUILD   2013-05-19 12:09:03 UTC (rev 185816)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=isapnptools
-pkgver=1.27
-pkgrel=3
-pkgdesc=Allow ISA Plug-And-Play devices to be configured on a Linux machine
-url=http://www.roestock.demon.co.uk/isapnptools/;
-depends=('glibc')
-arch=('i686' 'x86_64')
-license=('GPL')
-source=(ftp://metalab.unc.edu/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz;)
-md5sums=('b997ba56583dc850fce9b93d658dfa0c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: isapnptools/repos/extra-x86_64/PKGBUILD (from rev 185815, 
isapnptools/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-19 12:09:03 UTC (rev 185816)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=isapnptools
+pkgver=1.27
+pkgrel=4
+pkgdesc=Allow ISA Plug-And-Play devices to be configured on a Linux machine
+url=http://www.roestock.demon.co.uk/isapnptools/;
+depends=('glibc')
+arch=('i686' 'x86_64')
+license=('GPL')
+source=(ftp://metalab.unc.edu/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz;)
+md5sums=('b997ba56583dc850fce9b93d658dfa0c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-05-19 Thread Andreas Radke
Date: Sunday, May 19, 2013 @ 14:13:13
  Author: andyrtr
Revision: 185817

upgpkg: gutenprint 5.2.9-2

move to /usr/bin

Modified:
  gutenprint/trunk/PKGBUILD
  gutenprint/trunk/gutenprint.install

+
 PKGBUILD   |   11 ++-
 gutenprint.install |2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 12:09:03 UTC (rev 185816)
+++ PKGBUILD2013-05-19 12:13:13 UTC (rev 185817)
@@ -3,7 +3,7 @@
 
 pkgname=gutenprint
 pkgver=5.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc=Top quality printer drivers for POSIX systems
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -23,7 +23,16 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  
+  # sbindir is not properly taken over there
+  sed -i s:cups_sbindir=\\/usr\/sbin\:cups_sbindir=\\/usr\/bin\:g 
m4/stp_cups.m4
+  sed -i  
s:cups_sbindir=\\${cups_prefix}\/sbin\:cups_sbindir=\\${cups_prefix}\/bin\:
 m4/stp_cups.m4
+
+  sed -i s:m4local:m4extra: Makefile.am
+  autoreconf -vfi
+  
   ./configure --prefix=/usr \
+--sbindir=/usr/bin \
 --enable-samples \
--enable-cups-ppds \
--enable-cups-ppds-at-top-level \

Modified: gutenprint.install
===
--- gutenprint.install  2013-05-19 12:09:03 UTC (rev 185816)
+++ gutenprint.install  2013-05-19 12:13:13 UTC (rev 185817)
@@ -1,5 +1,5 @@
 post_install() {
- echo please run /usr/sbin/cups-genppdupdate
+ echo please run /usr/bin/cups-genppdupdate
  echo and restart cups deamon
 }
 



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

2013-05-19 Thread Andreas Radke
Date: Sunday, May 19, 2013 @ 14:13:34
  Author: andyrtr
Revision: 185818

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

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

-+
 /PKGBUILD   |  100 ++
 /gutenprint.install |   18 ++
 extra-i686/PKGBUILD |   41 ---
 extra-i686/gutenprint.install   |9 ---
 extra-x86_64/PKGBUILD   |   41 ---
 extra-x86_64/gutenprint.install |9 ---
 6 files changed, 118 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 12:13:13 UTC (rev 185817)
+++ extra-i686/PKGBUILD 2013-05-19 12:13:34 UTC (rev 185818)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=gutenprint
-pkgver=5.2.9
-pkgrel=1
-pkgdesc=Top quality printer drivers for POSIX systems
-arch=('i686' 'x86_64')
-license=('GPL')
-install=gutenprint.install
-#depends=('readline') # 'gnutls') # needs to be checked. build log says 
-Lgnutls but namcap doesn't detect it
-depends=('glibc')
-makedepends=('gimp' 'gtk2' 'cups' 'foomatic-db-engine' 'ghostscript')
-optdepends=('cups: to use cups printer spooler(recommended)'
-'foomatic-db-engine:   to use foomatic spooler'
-'ghostscript:  adds postscript support for ijsgutenprint'
-'gimp: adds gutenprint plugin to gimp')
-source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
-url=http://gimp-print.sourceforge.net/;
-replaces=('gimp-print')
-options=('!libtool' '!emptydirs')
-md5sums=('aefbec27b96dd404d9ac9811e17d58ce')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-samples \
-   --enable-cups-ppds \
-   --enable-cups-ppds-at-top-level \
-   --disable-translated-cups-ppds \
-   --disable-globalized-cups-ppds \
-   --disable-static \
-   --disable-static-genppd
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: gutenprint/repos/extra-i686/PKGBUILD (from rev 185817, 
gutenprint/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 12:13:34 UTC (rev 185818)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gutenprint
+pkgver=5.2.9
+pkgrel=2
+pkgdesc=Top quality printer drivers for POSIX systems
+arch=('i686' 'x86_64')
+license=('GPL')
+install=gutenprint.install
+#depends=('readline') # 'gnutls') # needs to be checked. build log says 
-Lgnutls but namcap doesn't detect it
+depends=('glibc')
+makedepends=('gimp' 'gtk2' 'cups' 'foomatic-db-engine' 'ghostscript')
+optdepends=('cups: to use cups printer spooler(recommended)'
+'foomatic-db-engine:   to use foomatic spooler'
+'ghostscript:  adds postscript support for ijsgutenprint'
+'gimp: adds gutenprint plugin to gimp')
+source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
+url=http://gimp-print.sourceforge.net/;
+replaces=('gimp-print')
+options=('!libtool' '!emptydirs')
+md5sums=('aefbec27b96dd404d9ac9811e17d58ce')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  # sbindir is not properly taken over there
+  sed -i s:cups_sbindir=\\/usr\/sbin\:cups_sbindir=\\/usr\/bin\:g 
m4/stp_cups.m4
+  sed -i  
s:cups_sbindir=\\${cups_prefix}\/sbin\:cups_sbindir=\\${cups_prefix}\/bin\:
 m4/stp_cups.m4
+
+  sed -i s:m4local:m4extra: Makefile.am
+  autoreconf -vfi
+  
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--enable-samples \
+   --enable-cups-ppds \
+   --enable-cups-ppds-at-top-level \
+   --disable-translated-cups-ppds \
+   --disable-globalized-cups-ppds \
+   --disable-static \
+   --disable-static-genppd
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-i686/gutenprint.install
===
--- extra-i686/gutenprint.install   2013-05-19 12:13:13 UTC (rev 185817)
+++ extra-i686/gutenprint.install   2013-05-19 12:13:34 UTC (rev 185818)
@@ -1,9 +0,0 @@

[arch-commits] Commit in speedtouch/trunk (PKGBUILD speedtouch-1.3.1-gcc4.patch)

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 14:42:11
  Author: giovanni
Revision: 185819

upgpkg: speedtouch 1.3.1-5

remove /usr/sbin

Modified:
  speedtouch/trunk/PKGBUILD
  speedtouch/trunk/speedtouch-1.3.1-gcc4.patch

-+
 PKGBUILD|7 ---
 speedtouch-1.3.1-gcc4.patch |7 +++
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 12:13:34 UTC (rev 185818)
+++ PKGBUILD2013-05-19 12:42:11 UTC (rev 185819)
@@ -4,7 +4,7 @@
 
 pkgname=speedtouch
 pkgver=1.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc=Driver for the ADSL Speed Touch USB modem
 arch=('i686' 'x86_64')
 url=http://speedtouch.sourceforge.net/;
@@ -13,13 +13,14 @@
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 
'speedtouch-1.3.1-gcc4.patch')
 md5sums=('0848a120ae0eeab6c8ab378e11dc4fa2' 
-'4191035925db745944c75e26937c42a3')
+'4c82a6b2c3685fc8db5f4ee591ed1277')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   patch -Np1 -i ${srcdir}/speedtouch-1.3.1-gcc4.patch
   ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
   --sysconfdir=/etc \
   --mandir=/usr/share/man
   make
@@ -28,5 +29,5 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  make prefix=${pkgdir}/usr sysconfdir=${pkgdir}/etc 
mandir=${pkgdir}/usr/share/man install
+  make prefix=${pkgdir}/usr sbindir=${pkgdir}/usr/bin sysconfdir=${pkgdir}/etc 
mandir=${pkgdir}/usr/share/man install
 }

Modified: speedtouch-1.3.1-gcc4.patch
===
--- speedtouch-1.3.1-gcc4.patch 2013-05-19 12:13:34 UTC (rev 185818)
+++ speedtouch-1.3.1-gcc4.patch 2013-05-19 12:42:11 UTC (rev 185819)
@@ -1,11 +1,10 @@
 speedtouch-1.3.1/src/modem.h2004-09-29 21:56:31.0 +0100
-+++ speedtouch-1.3.1-gcc4/src/modem.h   2005-07-21 07:15:03.0 +0100
+--- speedtouch-1.3.1/src/modem.h   2004-09-29 22:56:31.0 +0200
 speedtouch-1.3.1/src/modem.h   2013-05-19 14:36:16.0 +0200
 @@ -38,7 +38,4 @@
  #define EP_CODE_IN  0x85
  #define EP_CODE_OUT 0x05
-
+ 
 -/* Global Variables */
 -extern int verbose;
 -
  #endif
- 
\ No newline at end of file



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 14:42:18
  Author: giovanni
Revision: 185820

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

Added:
  speedtouch/repos/extra-i686/PKGBUILD
(from rev 185819, speedtouch/trunk/PKGBUILD)
  speedtouch/repos/extra-i686/speedtouch-1.3.1-gcc4.patch
(from rev 185819, speedtouch/trunk/speedtouch-1.3.1-gcc4.patch)
  speedtouch/repos/extra-x86_64/PKGBUILD
(from rev 185819, speedtouch/trunk/PKGBUILD)
  speedtouch/repos/extra-x86_64/speedtouch-1.3.1-gcc4.patch
(from rev 185819, speedtouch/trunk/speedtouch-1.3.1-gcc4.patch)
Deleted:
  speedtouch/repos/extra-i686/PKGBUILD
  speedtouch/repos/extra-i686/speedtouch-1.3.1-gcc4.patch
  speedtouch/repos/extra-x86_64/PKGBUILD
  speedtouch/repos/extra-x86_64/speedtouch-1.3.1-gcc4.patch

--+
 /PKGBUILD|   66 +
 /speedtouch-1.3.1-gcc4.patch |   20 
 extra-i686/PKGBUILD  |   32 --
 extra-i686/speedtouch-1.3.1-gcc4.patch   |   11 
 extra-x86_64/PKGBUILD|   32 --
 extra-x86_64/speedtouch-1.3.1-gcc4.patch |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 12:42:11 UTC (rev 185819)
+++ extra-i686/PKGBUILD 2013-05-19 12:42:18 UTC (rev 185820)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=speedtouch
-pkgver=1.3.1
-pkgrel=4
-pkgdesc=Driver for the ADSL Speed Touch USB modem
-arch=('i686' 'x86_64')
-url=http://speedtouch.sourceforge.net/;
-license=('GPL')
-depends=('bash')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 
-   'speedtouch-1.3.1-gcc4.patch')
-md5sums=('0848a120ae0eeab6c8ab378e11dc4fa2' 
-'4191035925db745944c75e26937c42a3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/speedtouch-1.3.1-gcc4.patch
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=${pkgdir}/usr sysconfdir=${pkgdir}/etc 
mandir=${pkgdir}/usr/share/man install
-}

Copied: speedtouch/repos/extra-i686/PKGBUILD (from rev 185819, 
speedtouch/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 12:42:18 UTC (rev 185820)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=speedtouch
+pkgver=1.3.1
+pkgrel=5
+pkgdesc=Driver for the ADSL Speed Touch USB modem
+arch=('i686' 'x86_64')
+url=http://speedtouch.sourceforge.net/;
+license=('GPL')
+depends=('bash')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 
+   'speedtouch-1.3.1-gcc4.patch')
+md5sums=('0848a120ae0eeab6c8ab378e11dc4fa2' 
+'4c82a6b2c3685fc8db5f4ee591ed1277')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/speedtouch-1.3.1-gcc4.patch
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr sbindir=${pkgdir}/usr/bin sysconfdir=${pkgdir}/etc 
mandir=${pkgdir}/usr/share/man install
+}

Deleted: extra-i686/speedtouch-1.3.1-gcc4.patch
===
--- extra-i686/speedtouch-1.3.1-gcc4.patch  2013-05-19 12:42:11 UTC (rev 
185819)
+++ extra-i686/speedtouch-1.3.1-gcc4.patch  2013-05-19 12:42:18 UTC (rev 
185820)
@@ -1,11 +0,0 @@
 speedtouch-1.3.1/src/modem.h2004-09-29 21:56:31.0 +0100
-+++ speedtouch-1.3.1-gcc4/src/modem.h   2005-07-21 07:15:03.0 +0100
-@@ -38,7 +38,4 @@
- #define EP_CODE_IN  0x85
- #define EP_CODE_OUT 0x05
-
--/* Global Variables */
--extern int verbose;
--
- #endif
- 
\ No newline at end of file

Copied: speedtouch/repos/extra-i686/speedtouch-1.3.1-gcc4.patch (from rev 
185819, speedtouch/trunk/speedtouch-1.3.1-gcc4.patch)
===
--- extra-i686/speedtouch-1.3.1-gcc4.patch  (rev 0)
+++ extra-i686/speedtouch-1.3.1-gcc4.patch  2013-05-19 12:42:18 UTC (rev 
185820)
@@ -0,0 +1,10 @@
+--- speedtouch-1.3.1/src/modem.h   2004-09-29 22:56:31.0 +0200
 speedtouch-1.3.1/src/modem.h   2013-05-19 14:36:16.0 +0200
+@@ -38,7 +38,4 @@
+ #define EP_CODE_IN  0x85
+ #define EP_CODE_OUT 0x05
+ 
+-/* Global Variables */
+-extern int verbose;
+-
+ #endif

Deleted: extra-x86_64/PKGBUILD

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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 15:06:23
  Author: giovanni
Revision: 185821

upgpkg: dmidecode 2.12-2

remove /usr/sbin

Modified:
  dmidecode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 12:42:18 UTC (rev 185820)
+++ PKGBUILD2013-05-19 13:06:23 UTC (rev 185821)
@@ -4,7 +4,7 @@
 
 pkgname=dmidecode
 pkgver=2.12
-pkgrel=1
+pkgrel=2
 pkgdesc=Desktop Management Interface table related utilities
 arch=('i686' 'x86_64')
 url=http://www.nongnu.org/dmidecode;
@@ -16,11 +16,12 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
+  sed -i s:sbin:bin:g Makefile
   make prefix=/usr
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  make prefix=/usr DESTDIR=${pkgdir} install
+  make prefix=/usr DESTDIR=${pkgdir} install
 }



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 15:06:30
  Author: giovanni
Revision: 185822

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

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

---+
 /PKGBUILD |   54 
 extra-i686/PKGBUILD   |   26 ---
 extra-x86_64/PKGBUILD |   26 ---
 3 files changed, 54 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 13:06:23 UTC (rev 185821)
+++ extra-i686/PKGBUILD 2013-05-19 13:06:30 UTC (rev 185822)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=dmidecode
-pkgver=2.12
-pkgrel=1
-pkgdesc=Desktop Management Interface table related utilities
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/dmidecode;
-license=('GPL')
-depends=('glibc')
-source=(http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a406f3cbb27736491698697beeddb781')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr DESTDIR=${pkgdir} install
-}

Copied: dmidecode/repos/extra-i686/PKGBUILD (from rev 185821, 
dmidecode/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 13:06:30 UTC (rev 185822)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=dmidecode
+pkgver=2.12
+pkgrel=2
+pkgdesc=Desktop Management Interface table related utilities
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/dmidecode;
+license=('GPL')
+depends=('glibc')
+source=(http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a406f3cbb27736491698697beeddb781')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i s:sbin:bin:g Makefile
+  make prefix=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-19 13:06:23 UTC (rev 185821)
+++ extra-x86_64/PKGBUILD   2013-05-19 13:06:30 UTC (rev 185822)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=dmidecode
-pkgver=2.12
-pkgrel=1
-pkgdesc=Desktop Management Interface table related utilities
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/dmidecode;
-license=('GPL')
-depends=('glibc')
-source=(http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a406f3cbb27736491698697beeddb781')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr DESTDIR=${pkgdir} install
-}

Copied: dmidecode/repos/extra-x86_64/PKGBUILD (from rev 185821, 
dmidecode/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-19 13:06:30 UTC (rev 185822)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=dmidecode
+pkgver=2.12
+pkgrel=2
+pkgdesc=Desktop Management Interface table related utilities
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/dmidecode;
+license=('GPL')
+depends=('glibc')
+source=(http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a406f3cbb27736491698697beeddb781')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i s:sbin:bin:g Makefile
+  make prefix=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in vamp-plugin-sdk/trunk (PKGBUILD)

2013-05-19 Thread Ray Rashif
Date: Sunday, May 19, 2013 @ 15:06:37
  Author: schiv
Revision: 185823

upgpkg: vamp-plugin-sdk 2.5-1

upstream release

Modified:
  vamp-plugin-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 13:06:30 UTC (rev 185822)
+++ PKGBUILD2013-05-19 13:06:37 UTC (rev 185823)
@@ -3,16 +3,17 @@
 # Contributor: Orivej Desh sm...@bk.ru
 
 pkgname=vamp-plugin-sdk
-pkgver=2.4
+pkgver=2.5
+_dir=690
 pkgrel=1
 pkgdesc=The Vamp audio analysis plug-in system
 arch=('i686' 'x86_64')
 url=http://www.vamp-plugins.org/;
 license=('BSD')
 depends=('gcc-libs' 'libsndfile')
-#options=('!libtool')
-source=(http://code.soundsoftware.ac.uk/attachments/download/517/$pkgname-$pkgver.tar.gz;)
-md5sums=('4bd75ca4515c141cd8776bdb59066261')
+options=('!libtool')
+source=(http://code.soundsoftware.ac.uk/attachments/download/$_dir/$pkgname-$pkgver.tar.gz;)
+md5sums=('199872997f74951f6769b982bf0d0646')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in vamp-plugin-sdk/repos (4 files)

2013-05-19 Thread Ray Rashif
Date: Sunday, May 19, 2013 @ 15:06:56
  Author: schiv
Revision: 185824

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

Added:
  vamp-plugin-sdk/repos/extra-i686/PKGBUILD
(from rev 185823, vamp-plugin-sdk/trunk/PKGBUILD)
  vamp-plugin-sdk/repos/extra-x86_64/PKGBUILD
(from rev 185823, vamp-plugin-sdk/trunk/PKGBUILD)
Deleted:
  vamp-plugin-sdk/repos/extra-i686/PKGBUILD
  vamp-plugin-sdk/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   33 ---
 extra-x86_64/PKGBUILD |   33 ---
 3 files changed, 68 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 13:06:37 UTC (rev 185823)
+++ extra-i686/PKGBUILD 2013-05-19 13:06:56 UTC (rev 185824)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Orivej Desh sm...@bk.ru
-
-pkgname=vamp-plugin-sdk
-pkgver=2.4
-pkgrel=1
-pkgdesc=The Vamp audio analysis plug-in system
-arch=('i686' 'x86_64')
-url=http://www.vamp-plugins.org/;
-license=('BSD')
-depends=('gcc-libs' 'libsndfile')
-#options=('!libtool')
-source=(http://code.soundsoftware.ac.uk/attachments/download/517/$pkgname-$pkgver.tar.gz;)
-md5sums=('4bd75ca4515c141cd8776bdb59066261')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vamp-plugin-sdk/repos/extra-i686/PKGBUILD (from rev 185823, 
vamp-plugin-sdk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 13:06:56 UTC (rev 185824)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Orivej Desh sm...@bk.ru
+
+pkgname=vamp-plugin-sdk
+pkgver=2.5
+_dir=690
+pkgrel=1
+pkgdesc=The Vamp audio analysis plug-in system
+arch=('i686' 'x86_64')
+url=http://www.vamp-plugins.org/;
+license=('BSD')
+depends=('gcc-libs' 'libsndfile')
+options=('!libtool')
+source=(http://code.soundsoftware.ac.uk/attachments/download/$_dir/$pkgname-$pkgver.tar.gz;)
+md5sums=('199872997f74951f6769b982bf0d0646')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-19 13:06:37 UTC (rev 185823)
+++ extra-x86_64/PKGBUILD   2013-05-19 13:06:56 UTC (rev 185824)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Orivej Desh sm...@bk.ru
-
-pkgname=vamp-plugin-sdk
-pkgver=2.4
-pkgrel=1
-pkgdesc=The Vamp audio analysis plug-in system
-arch=('i686' 'x86_64')
-url=http://www.vamp-plugins.org/;
-license=('BSD')
-depends=('gcc-libs' 'libsndfile')
-#options=('!libtool')
-source=(http://code.soundsoftware.ac.uk/attachments/download/517/$pkgname-$pkgver.tar.gz;)
-md5sums=('4bd75ca4515c141cd8776bdb59066261')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vamp-plugin-sdk/repos/extra-x86_64/PKGBUILD (from rev 185823, 
vamp-plugin-sdk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-19 13:06:56 UTC (rev 185824)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Orivej Desh sm...@bk.ru
+
+pkgname=vamp-plugin-sdk
+pkgver=2.5
+_dir=690
+pkgrel=1
+pkgdesc=The Vamp audio analysis plug-in system
+arch=('i686' 'x86_64')
+url=http://www.vamp-plugins.org/;
+license=('BSD')
+depends=('gcc-libs' 'libsndfile')
+options=('!libtool')
+source=(http://code.soundsoftware.ac.uk/attachments/download/$_dir/$pkgname-$pkgver.tar.gz;)
+md5sums=('199872997f74951f6769b982bf0d0646')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 15:18:39
  Author: giovanni
Revision: 91098

upgpkg: flashrom 0.9.6.1-2

remove /usr/sbin

Modified:
  flashrom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 11:35:37 UTC (rev 91097)
+++ PKGBUILD2013-05-19 13:18:39 UTC (rev 91098)
@@ -6,7 +6,7 @@
 
 pkgname=flashrom
 pkgver=0.9.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Utility for reading, writing, erasing and verifying flash ROM chips
 url=http://www.flashrom.org/;
 arch=('i686' 'x86_64')
@@ -19,6 +19,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
+  sed -i s:sbin:bin:g Makefile
   make
 }
 



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 15:18:48
  Author: giovanni
Revision: 91099

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

Added:
  flashrom/repos/community-i686/PKGBUILD
(from rev 91098, flashrom/trunk/PKGBUILD)
  flashrom/repos/community-x86_64/PKGBUILD
(from rev 91098, flashrom/trunk/PKGBUILD)
Deleted:
  flashrom/repos/community-i686/PKGBUILD
  flashrom/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   29 -
 community-x86_64/PKGBUILD |   29 -
 3 files changed, 60 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-19 13:18:39 UTC (rev 91098)
+++ community-i686/PKGBUILD 2013-05-19 13:18:48 UTC (rev 91099)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Cilyan Olowen gak...@gmail.com
-# Contributor: fill mail...@fillo.ru
-# Contributor: Anton Shestakov engored*ya.ru
-
-pkgname=flashrom
-pkgver=0.9.6.1
-pkgrel=1
-pkgdesc=Utility for reading, writing, erasing and verifying flash ROM chips
-url=http://www.flashrom.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libftdi' 'pciutils')
-optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
-source=(http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('407e836c0a2b17ec76583cb6809f65e5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make PREFIX=${pkgdir}/usr install
-}

Copied: flashrom/repos/community-i686/PKGBUILD (from rev 91098, 
flashrom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-19 13:18:48 UTC (rev 91099)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Cilyan Olowen gak...@gmail.com
+# Contributor: fill mail...@fillo.ru
+# Contributor: Anton Shestakov engored*ya.ru
+
+pkgname=flashrom
+pkgver=0.9.6.1
+pkgrel=2
+pkgdesc=Utility for reading, writing, erasing and verifying flash ROM chips
+url=http://www.flashrom.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libftdi' 'pciutils')
+optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
+source=(http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('407e836c0a2b17ec76583cb6809f65e5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i s:sbin:bin:g Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make PREFIX=${pkgdir}/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-19 13:18:39 UTC (rev 91098)
+++ community-x86_64/PKGBUILD   2013-05-19 13:18:48 UTC (rev 91099)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Cilyan Olowen gak...@gmail.com
-# Contributor: fill mail...@fillo.ru
-# Contributor: Anton Shestakov engored*ya.ru
-
-pkgname=flashrom
-pkgver=0.9.6.1
-pkgrel=1
-pkgdesc=Utility for reading, writing, erasing and verifying flash ROM chips
-url=http://www.flashrom.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libftdi' 'pciutils')
-optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
-source=(http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('407e836c0a2b17ec76583cb6809f65e5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make PREFIX=${pkgdir}/usr install
-}

Copied: flashrom/repos/community-x86_64/PKGBUILD (from rev 91098, 
flashrom/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-19 13:18:48 UTC (rev 91099)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Cilyan Olowen gak...@gmail.com
+# Contributor: fill mail...@fillo.ru
+# Contributor: Anton Shestakov engored*ya.ru
+
+pkgname=flashrom
+pkgver=0.9.6.1
+pkgrel=2
+pkgdesc=Utility for reading, writing, erasing and verifying flash ROM chips
+url=http://www.flashrom.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libftdi' 'pciutils')
+optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
+source=(http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('407e836c0a2b17ec76583cb6809f65e5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i s:sbin:bin:g Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make PREFIX=${pkgdir}/usr install
+}



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 15:28:59
  Author: giovanni
Revision: 185825

upgpkg: smartmontools 6.1-3

remove /usr/sbin

Modified:
  smartmontools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 13:06:56 UTC (rev 185824)
+++ PKGBUILD2013-05-19 13:28:59 UTC (rev 185825)
@@ -6,7 +6,7 @@
 
 pkgname=smartmontools
 pkgver=6.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
 url=http://smartmontools.sourceforge.net;
 license=('GPL')
@@ -24,6 +24,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
   --sysconfdir=/etc \
   --enable-drivedb \
   --with-libcap-ng=yes \



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 15:29:06
  Author: giovanni
Revision: 185826

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

Added:
  smartmontools/repos/extra-i686/PKGBUILD
(from rev 185825, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-i686/smartd.conf
(from rev 185825, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-x86_64/PKGBUILD
(from rev 185825, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-x86_64/smartd.conf
(from rev 185825, smartmontools/trunk/smartd.conf)
Deleted:
  smartmontools/repos/extra-i686/PKGBUILD
  smartmontools/repos/extra-i686/smartd.conf
  smartmontools/repos/extra-x86_64/PKGBUILD
  smartmontools/repos/extra-x86_64/smartd.conf

--+
 /PKGBUILD|   90 +
 /smartd.conf |2 +
 extra-i686/PKGBUILD  |   44 --
 extra-i686/smartd.conf   |1 
 extra-x86_64/PKGBUILD|   44 --
 extra-x86_64/smartd.conf |1 
 6 files changed, 92 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 13:28:59 UTC (rev 185825)
+++ extra-i686/PKGBUILD 2013-05-19 13:29:06 UTC (rev 185826)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: Jani Talikka jani.tali...@gmail.com
-# Contributor: Ralf Barth archlinux@haggy.org
-
-pkgname=smartmontools
-pkgver=6.1
-pkgrel=2
-pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
-url=http://smartmontools.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libcap-ng' 'bash')
-optdepends=('heirloom-mailx: to get mail alerts to work')
-backup=('etc/smartd.conf'
-'etc/conf.d/smartd')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'smartd.conf')
-md5sums=('83a3a681f8183ed858392d550ae1cca6'
- '28c1b80c41dac52d433961dcfb4f70e0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-drivedb \
-  --with-libcap-ng=yes \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e s:sysconfig/smartmontools:conf.d/smartd:g smartd.service
-  sed -i -e s:smartd_opts:SMARTD_ARGS:g smartd.service
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd
-}

Copied: smartmontools/repos/extra-i686/PKGBUILD (from rev 185825, 
smartmontools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 13:29:06 UTC (rev 185826)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jeff Mickey j...@archlinux.org
+# Contributor: Jani Talikka jani.tali...@gmail.com
+# Contributor: Ralf Barth archlinux@haggy.org
+
+pkgname=smartmontools
+pkgver=6.1
+pkgrel=3
+pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
+url=http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('heirloom-mailx: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'smartd.conf')
+md5sums=('83a3a681f8183ed858392d550ae1cca6'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i -e s:sysconfig/smartmontools:conf.d/smartd:g smartd.service
+  sed -i -e s:smartd_opts:SMARTD_ARGS:g smartd.service
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd
+}

Deleted: extra-i686/smartd.conf
===
--- extra-i686/smartd.conf  2013-05-19 13:28:59 UTC (rev 185825)
+++ extra-i686/smartd.conf  2013-05-19 13:29:06 UTC (rev 185826)
@@ -1 +0,0 @@
-SMARTD_ARGS=

Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 185825, 
smartmontools/trunk/smartd.conf)
===
--- extra-i686/smartd.conf  (rev 0)
+++ extra-i686/smartd.conf  2013-05-19 13:29:06 UTC (rev 185826)
@@ -0,0 +1 @@

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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 15:41:57
  Author: giovanni
Revision: 91100

upgpkg: pcsclite 1.8.8-3

remove /usr/sbin

Modified:
  pcsclite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 13:18:48 UTC (rev 91099)
+++ PKGBUILD2013-05-19 13:41:57 UTC (rev 91100)
@@ -4,7 +4,7 @@
 
 pkgname=pcsclite
 pkgver=1.8.8
-pkgrel=2
+pkgrel=3
 pkgdesc=PC/SC Architecture smartcard middleware library
 arch=('i686' 'x86_64')
 url=https://alioth.debian.org/projects/pcsclite/;
@@ -21,6 +21,7 @@
   sed -i -e s:python:python2:g src/spy/pcsc-spy
 
   ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
   --enable-libudev \
   --sysconfdir=/etc \
   --enable-ipcdir=/run/pcscd \



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 15:42:04
  Author: giovanni
Revision: 91101

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

Added:
  pcsclite/repos/community-i686/PKGBUILD
(from rev 91100, pcsclite/trunk/PKGBUILD)
  pcsclite/repos/community-x86_64/PKGBUILD
(from rev 91100, pcsclite/trunk/PKGBUILD)
Deleted:
  pcsclite/repos/community-i686/PKGBUILD
  pcsclite/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   40 -
 community-x86_64/PKGBUILD |   40 -
 3 files changed, 82 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-19 13:41:57 UTC (rev 91100)
+++ community-i686/PKGBUILD 2013-05-19 13:42:04 UTC (rev 91101)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
-
-pkgname=pcsclite
-pkgver=1.8.8
-pkgrel=2
-pkgdesc=PC/SC Architecture smartcard middleware library
-arch=('i686' 'x86_64')
-url=https://alioth.debian.org/projects/pcsclite/;
-license=('BSD')
-depends=('python2' 'systemd')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(https://alioth.debian.org/frs/download.php/3862/pcsc-lite-${pkgver}.tar.bz2;)
-md5sums=('069dc875a2ae2d85a2ebceac73252c0a')
-
-build() {
-  cd ${srcdir}/pcsc-lite-${pkgver}
-
-  sed -i -e s:python:python2:g src/spy/pcsc-spy
-
-  ./configure --prefix=/usr \
-  --enable-libudev \
-  --sysconfdir=/etc \
-  --enable-ipcdir=/run/pcscd \
-  --enable-usbdropdir=/usr/lib/pcsc/drivers \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  make
-}
-
-package() {
-  cd ${srcdir}/pcsc-lite-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/pcsc-lite-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -d ${pkgdir}/usr/lib/pcsc/drivers
-}

Copied: pcsclite/repos/community-i686/PKGBUILD (from rev 91100, 
pcsclite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-19 13:42:04 UTC (rev 91101)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
+
+pkgname=pcsclite
+pkgver=1.8.8
+pkgrel=3
+pkgdesc=PC/SC Architecture smartcard middleware library
+arch=('i686' 'x86_64')
+url=https://alioth.debian.org/projects/pcsclite/;
+license=('BSD')
+depends=('python2' 'systemd')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(https://alioth.debian.org/frs/download.php/3862/pcsc-lite-${pkgver}.tar.bz2;)
+md5sums=('069dc875a2ae2d85a2ebceac73252c0a')
+
+build() {
+  cd ${srcdir}/pcsc-lite-${pkgver}
+
+  sed -i -e s:python:python2:g src/spy/pcsc-spy
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-libudev \
+  --sysconfdir=/etc \
+  --enable-ipcdir=/run/pcscd \
+  --enable-usbdropdir=/usr/lib/pcsc/drivers \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  make
+}
+
+package() {
+  cd ${srcdir}/pcsc-lite-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/pcsc-lite-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -d ${pkgdir}/usr/lib/pcsc/drivers
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-19 13:41:57 UTC (rev 91100)
+++ community-x86_64/PKGBUILD   2013-05-19 13:42:04 UTC (rev 91101)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
-
-pkgname=pcsclite
-pkgver=1.8.8
-pkgrel=2
-pkgdesc=PC/SC Architecture smartcard middleware library
-arch=('i686' 'x86_64')
-url=https://alioth.debian.org/projects/pcsclite/;
-license=('BSD')
-depends=('python2' 'systemd')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(https://alioth.debian.org/frs/download.php/3862/pcsc-lite-${pkgver}.tar.bz2;)
-md5sums=('069dc875a2ae2d85a2ebceac73252c0a')
-
-build() {
-  cd ${srcdir}/pcsc-lite-${pkgver}
-
-  sed -i -e s:python:python2:g src/spy/pcsc-spy
-
-  ./configure --prefix=/usr \
-  --enable-libudev \
-  --sysconfdir=/etc \
-  --enable-ipcdir=/run/pcscd \
-  --enable-usbdropdir=/usr/lib/pcsc/drivers \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  make
-}
-
-package() {
-  cd ${srcdir}/pcsc-lite-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/pcsc-lite-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install 

[arch-commits] Commit in samba/trunk (9 files)

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 15:49:10
  Author: tpowa
Revision: 185827

upgpkg: samba 4.0.5-4

move /usr/sbin to /usr/bin

Modified:
  samba/trunk/PKGBUILD
  samba/trunk/nmbd.service
  samba/trunk/samba.service
  samba/trunk/smbd.service
  samba/trunk/smbd@.service
  samba/trunk/swat.xinetd
  samba/trunk/swat@.service
  samba/trunk/winbindd.service
Deleted:
  samba/trunk/samba

--+
 PKGBUILD |   24 +++
 nmbd.service |2 -
 samba|   54 -
 samba.service|2 -
 smbd.service |2 -
 smbd@.service|2 -
 swat.xinetd  |2 -
 swat@.service|2 -
 winbindd.service |2 -
 9 files changed, 19 insertions(+), 73 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 13:29:06 UTC (rev 185826)
+++ PKGBUILD2013-05-19 13:49:10 UTC (rev 185827)
@@ -15,7 +15,7 @@
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
 _realver=4.0.5
-pkgrel=3
+pkgrel=4
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')
@@ -67,6 +67,7 @@
  cd ${srcdir}/samba-${_realver}
   ./configure --enable-fhs \
   --prefix=/usr \
+  --sbindir=/usr/bin \
   --libdir=/usr/lib \
   --localstatedir=/var \
   --with-configdir=/etc/samba \
@@ -196,12 +197,12 @@
 
 find ${pkgdir}/usr/lib/python${_pyver}/site-packages/ -name '*.py' | \
  xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
-find ${pkgdir}/usr/bin ${pkgdir}/usr/sbin -type f -executable | \
+find ${pkgdir}/usr/bin ${pkgdir}/usr/bin -type f -executable | \
  xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
 
 # Make admin scripts look in the right place for the samba python module
-for script in sbin/samba_dnsupdate sbin/samba_kcc sbin/samba_spnupdate \
-  sbin/samba_upgradedns bin/samba-tool
+for script in bin/samba_dnsupdate bin/samba_kcc bin/samba_spnupdate \
+  bin/samba_upgradedns bin/samba-tool
 do
 sed -i /^sys\.path\.insert/ a\
 sys.path.insert(0, '/usr/lib/python${_pyver}/site-packages') \
@@ -244,18 +245,17 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-
 md5sums=('58ec2fec08872b72f8fd526f2da20a9e'
  '5697da77590ec092cc8a883bae06093c'
- 'a4bbfa39fee95bba2e7ad6b535fae7e6'
+ 'ee8507839745cf17d2fb5401be7da6a8'
  '96f82c38f3f540b53f3e5144900acf17'
- '5602ba59bc60502c99e6d5a5ae16aecf'
+ 'ee4763a656cf00d92bfda31b6bb2c5cb'
  '6c447748a064d631435dbef0a3dcf32f'
- 'd0b18dd7f5fafc8d25cb3a7c37c6d920'
+ 'c0c561c47de24d33dd48aae79823810b'
  'a78b9aa93eb14b0ac445897395693225'
- '90845b89f2321cb19c0b13f385f1782a'
- '70186fa43510bf99e3afd5951e814fbf'
+ 'e8ebc966b5684a557284dd435daaab7f'
+ '70afd2db60a2e8eff7615dbdecd887ac'
  '6db11f3dd2112a4b7a73007b189bef3f'
- 'b0de262f9c62acd162e873658f33d063'
- '64a52bc798033aeabfae3410bd559aa4'
+ 'fd6be0cf1e5b3f0c3599fdb95455d19f'
+ '081c20b9d994d69ce5c37dcf96f10572'
  '49abd7b719e3713a3f75a8a50958e381')

Modified: nmbd.service
===
--- nmbd.service2013-05-19 13:29:06 UTC (rev 185826)
+++ nmbd.service2013-05-19 13:49:10 UTC (rev 185827)
@@ -5,7 +5,7 @@
 [Service]
 Type=forking
 PIDFile=/var/run/nmbd.pid
-ExecStart=/usr/sbin/nmbd -D 
+ExecStart=/usr/bin/nmbd -D 
 ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]

Deleted: samba
===
--- samba   2013-05-19 13:29:06 UTC (rev 185826)
+++ samba   2013-05-19 13:49:10 UTC (rev 185827)
@@ -1,54 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-[ -f /etc/conf.d/samba ]  . /etc/conf.d/samba
-
-[ -z $SAMBA_DAEMONS ]  SAMBA_DAEMONS=(smbd nmbd)
-
-case $1 in
-   start)
-   rc=0
-   stat_busy Starting Samba Server
-if [ ! -x /var/log/samba ] ; then
-install -m755 -d /var/log/samba
-fi
-   for d in ${SAMBA_DAEMONS[@]}; do
-   PID=`pidof -o %PPID /usr/sbin/$d`
-   [ -z $PID ]  /usr/sbin/$d -D
-   rc=$(($rc+$?))
-   done
-   if [ $rc -gt 0 ]; then
-   stat_fail
-   else
-   add_daemon samba
-   stat_done
-   fi
-   ;;
-   stop)
-   rc=0
-   stat_busy Stopping Samba Server
-   for d in ${SAMBA_DAEMONS[@]}; do
-   

[arch-commits] Commit in samba/repos (34 files)

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 15:49:47
  Author: tpowa
Revision: 185828

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

Added:
  samba/repos/testing-i686/
  samba/repos/testing-i686/PKGBUILD
(from rev 185827, samba/trunk/PKGBUILD)
  samba/repos/testing-i686/nmbd.service
(from rev 185827, samba/trunk/nmbd.service)
  samba/repos/testing-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 185827, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/testing-i686/samba.conf
(from rev 185827, samba/trunk/samba.conf)
  samba/repos/testing-i686/samba.conf.d
(from rev 185827, samba/trunk/samba.conf.d)
  samba/repos/testing-i686/samba.install
(from rev 185827, samba/trunk/samba.install)
  samba/repos/testing-i686/samba.logrotate
(from rev 185827, samba/trunk/samba.logrotate)
  samba/repos/testing-i686/samba.pam
(from rev 185827, samba/trunk/samba.pam)
  samba/repos/testing-i686/samba.service
(from rev 185827, samba/trunk/samba.service)
  samba/repos/testing-i686/smbd.service
(from rev 185827, samba/trunk/smbd.service)
  samba/repos/testing-i686/smbd.socket
(from rev 185827, samba/trunk/smbd.socket)
  samba/repos/testing-i686/smbd@.service
(from rev 185827, samba/trunk/smbd@.service)
  samba/repos/testing-i686/swat.socket
(from rev 185827, samba/trunk/swat.socket)
  samba/repos/testing-i686/swat.xinetd
(from rev 185827, samba/trunk/swat.xinetd)
  samba/repos/testing-i686/swat@.service
(from rev 185827, samba/trunk/swat@.service)
  samba/repos/testing-i686/winbindd.service
(from rev 185827, samba/trunk/winbindd.service)
  samba/repos/testing-x86_64/
  samba/repos/testing-x86_64/PKGBUILD
(from rev 185827, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 185827, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 185827, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/testing-x86_64/samba.conf
(from rev 185827, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 185827, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 185827, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 185827, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 185827, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 185827, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 185827, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 185827, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 185827, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/swat.socket
(from rev 185827, samba/trunk/swat.socket)
  samba/repos/testing-x86_64/swat.xinetd
(from rev 185827, samba/trunk/swat.xinetd)
  samba/repos/testing-x86_64/swat@.service
(from rev 185827, samba/trunk/swat@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 185827, samba/trunk/winbindd.service)

--+
 testing-i686/PKGBUILD|  261 +
 testing-i686/nmbd.service|   12 
 testing-i686/samba-4.0.3-fix_pidl_with_gcc48.patch   |   60 +++
 testing-i686/samba.conf  |2 
 testing-i686/samba.conf.d|   18 +
 testing-i686/samba.install   |   14 
 testing-i686/samba.logrotate |9 
 testing-i686/samba.pam   |3 
 testing-i686/samba.service   |   14 
 testing-i686/smbd.service|   12 
 testing-i686/smbd.socket |9 
 testing-i686/smbd@.service   |7 
 testing-i686/swat.socket |9 
 testing-i686/swat.xinetd |   10 
 testing-i686/swat@.service   |7 
 testing-i686/winbindd.service|   12 
 testing-x86_64/PKGBUILD  |  261 +
 testing-x86_64/nmbd.service  |   12 
 testing-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch |   60 +++
 testing-x86_64/samba.conf|2 
 testing-x86_64/samba.conf.d  |   18 +
 testing-x86_64/samba.install |   14 
 testing-x86_64/samba.logrotate   |9 
 testing-x86_64/samba.pam |3 
 testing-x86_64/samba.service |   14 
 testing-x86_64/smbd.service  |   12 
 testing-x86_64/smbd.socket   |9 
 testing-x86_64/smbd@.service |7 
 

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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 15:53:16
  Author: tpowa
Revision: 185829

upgpkg: syslinux 5.01-3

move /usr/sbin to /usr/bin

Modified:
  syslinux/trunk/PKGBUILD
  syslinux/trunk/syslinux-install_update

-+
 PKGBUILD|   12 ++--
 syslinux-install_update |2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 13:49:47 UTC (rev 185828)
+++ PKGBUILD2013-05-19 13:53:16 UTC (rev 185829)
@@ -4,7 +4,7 @@
 
 pkgname=syslinux
 pkgver=5.01
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 pkgdesc=Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE
 url=http://www.syslinux.org;
@@ -24,8 +24,8 @@
 syslinux-install_update)
 md5sums=('6c21244277fa4e444967ba45469de863'
  '25af85a05e7b212b7fb8b7587175e492'
- 'd0c58b16de6e5660a28b3bc248185a38'
- 'c1c4fcbafc39dc8a8fb00f6f452b8741')
+ '0a52b53ea784db44242dce827a36b759'
+ '4450792e13a0270c1b89bb6a66ce2fbc')
 
 build() {
   # Do not try to build syslinux with our default LDFLAGS, it will fail
@@ -50,8 +50,8 @@
   install -D -m644 $srcdir/syslinux.cfg $pkgdir/boot/syslinux/syslinux.cfg
   # Install the installation and update script
   # This script is maintained at git://gist.github.com/772138.git
-  install -D -m755 $srcdir/syslinux-install_update 
$pkgdir/usr/sbin/syslinux-install_update
-  # move extlinux binary to /usr/sbin
-  mv $pkgdir/sbin/extlinux $pkgdir/usr/sbin/extlinux
+  install -D -m755 $srcdir/syslinux-install_update 
$pkgdir/usr/bin/syslinux-install_update
+  # move extlinux binary to /usr/bin
+  mv $pkgdir/sbin/extlinux $pkgdir/usr/bin/extlinux
   rmdir $pkgdir/sbin
 }

Modified: syslinux-install_update
===
--- syslinux-install_update 2013-05-19 13:49:47 UTC (rev 185828)
+++ syslinux-install_update 2013-05-19 13:53:16 UTC (rev 185829)
@@ -28,7 +28,7 @@
 
 libpath=/usr/lib/syslinux
 bootpath=/boot/syslinux
-extlinux=/usr/sbin/extlinux
+extlinux=/usr/bin/extlinux
 
 core_modules=(ldlinux.c32)
 autoupdate_file=/boot/syslinux/SYSLINUX_AUTOUPDATE



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 15:53:32
  Author: tpowa
Revision: 185830

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

Added:
  syslinux/repos/testing-i686/PKGBUILD
(from rev 185829, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-i686/syslinux-dont-build-dos-windows-targets.patch
(from rev 185829, 
syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch)
  syslinux/repos/testing-i686/syslinux-install_update
(from rev 185829, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-i686/syslinux.cfg
(from rev 185829, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-i686/syslinux.install
(from rev 185829, syslinux/trunk/syslinux.install)
  syslinux/repos/testing-x86_64/PKGBUILD
(from rev 185829, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-x86_64/syslinux-dont-build-dos-windows-targets.patch
(from rev 185829, 
syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch)
  syslinux/repos/testing-x86_64/syslinux-install_update
(from rev 185829, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-x86_64/syslinux.cfg
(from rev 185829, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-x86_64/syslinux.install
(from rev 185829, syslinux/trunk/syslinux.install)
Deleted:
  syslinux/repos/testing-i686/PKGBUILD
  syslinux/repos/testing-i686/syslinux-dont-build-dos-windows-targets.patch
  syslinux/repos/testing-i686/syslinux-install_update
  syslinux/repos/testing-i686/syslinux.cfg
  syslinux/repos/testing-i686/syslinux.install
  syslinux/repos/testing-x86_64/PKGBUILD
  syslinux/repos/testing-x86_64/syslinux-dont-build-dos-windows-targets.patch
  syslinux/repos/testing-x86_64/syslinux-install_update
  syslinux/repos/testing-x86_64/syslinux.cfg
  syslinux/repos/testing-x86_64/syslinux.install

--+
 /PKGBUILD|  114 +
 /syslinux-dont-build-dos-windows-targets.patch   |   24 
 /syslinux-install_update |  950 ++
 /syslinux.cfg|  148 +
 /syslinux.install|   52 
 testing-i686/PKGBUILD|   57 
 testing-i686/syslinux-dont-build-dos-windows-targets.patch   |   12 
 testing-i686/syslinux-install_update |  475 -
 testing-i686/syslinux.cfg|   75 
 testing-i686/syslinux.install|   26 
 testing-x86_64/PKGBUILD  |   57 
 testing-x86_64/syslinux-dont-build-dos-windows-targets.patch |   12 
 testing-x86_64/syslinux-install_update   |  475 -
 testing-x86_64/syslinux.cfg  |   75 
 testing-x86_64/syslinux.install  |   26 
 15 files changed, 1288 insertions(+), 1290 deletions(-)

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


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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 16:15:32
  Author: tpowa
Revision: 185831

upgpkg: dosfstools 3.0.16-2

move /sbin to /usr/bin

Modified:
  dosfstools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 13:53:32 UTC (rev 185830)
+++ PKGBUILD2013-05-19 14:15:32 UTC (rev 185831)
@@ -3,7 +3,7 @@
 # Committer: Judd Vinet jvi...@zeroflux.org
 pkgname=dosfstools
 pkgver=3.0.16
-pkgrel=1
+pkgrel=2
 pkgdesc=DOS filesystem utilities
 arch=(i686 x86_64)
 depends=('glibc')
@@ -20,7 +20,7 @@
 
 package () {
cd $srcdir/$pkgname-$pkgver
-   make PREFIX=$pkgdir MANDIR=$pkgdir/usr/share/man 
DOCDIR=$pkgdir/usr/share/doc install
+   make PREFIX=$pkgdir SBINDIR=$pkgdir/usr/bin MANDIR=$pkgdir/usr/share/man 
DOCDIR=$pkgdir/usr/share/doc install
 }
 md5sums=('27aca18aeb8bb0851ccaeb47e7416a6e'
  'e8b460ab9c27279e652ddbd1ce7fa4b2')



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 16:15:45
  Author: tpowa
Revision: 185832

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

Added:
  dosfstools/repos/extra-i686/PKGBUILD
(from rev 185831, dosfstools/trunk/PKGBUILD)
  dosfstools/repos/extra-i686/dosfstools-3.0.12-fix-alloc-rootdir-entry.patch
(from rev 185831, 
dosfstools/trunk/dosfstools-3.0.12-fix-alloc-rootdir-entry.patch)
  dosfstools/repos/extra-x86_64/PKGBUILD
(from rev 185831, dosfstools/trunk/PKGBUILD)
  dosfstools/repos/extra-x86_64/dosfstools-3.0.12-fix-alloc-rootdir-entry.patch
(from rev 185831, 
dosfstools/trunk/dosfstools-3.0.12-fix-alloc-rootdir-entry.patch)
Deleted:
  dosfstools/repos/extra-i686/PKGBUILD
  dosfstools/repos/extra-i686/dosfstools-3.0.12-fix-alloc-rootdir-entry.patch
  dosfstools/repos/extra-x86_64/PKGBUILD
  dosfstools/repos/extra-x86_64/dosfstools-3.0.12-fix-alloc-rootdir-entry.patch

--+
 /PKGBUILD|   52 ++
 /dosfstools-3.0.12-fix-alloc-rootdir-entry.patch |   50 +
 extra-i686/PKGBUILD  |   26 -
 extra-i686/dosfstools-3.0.12-fix-alloc-rootdir-entry.patch   |   25 
 extra-x86_64/PKGBUILD|   26 -
 extra-x86_64/dosfstools-3.0.12-fix-alloc-rootdir-entry.patch |   25 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 14:15:32 UTC (rev 185831)
+++ extra-i686/PKGBUILD 2013-05-19 14:15:45 UTC (rev 185832)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-pkgname=dosfstools
-pkgver=3.0.16
-pkgrel=1
-pkgdesc=DOS filesystem utilities
-arch=(i686 x86_64)
-depends=('glibc')
-#source=(http://www.daniel-baumann.ch/software/dosfstools/$pkgname-$pkgver.tar.xz)
-# using debian source, main page is down since quite some time
-source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.orig.tar.xz{,.sig})
-url=http://www.daniel-baumann.ch/software/dosfstools/;
-license=('GPL2')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package () {
-   cd $srcdir/$pkgname-$pkgver
-   make PREFIX=$pkgdir MANDIR=$pkgdir/usr/share/man 
DOCDIR=$pkgdir/usr/share/doc install
-}
-md5sums=('27aca18aeb8bb0851ccaeb47e7416a6e'
- 'e8b460ab9c27279e652ddbd1ce7fa4b2')

Copied: dosfstools/repos/extra-i686/PKGBUILD (from rev 185831, 
dosfstools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 14:15:45 UTC (rev 185832)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=dosfstools
+pkgver=3.0.16
+pkgrel=2
+pkgdesc=DOS filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc')
+#source=(http://www.daniel-baumann.ch/software/dosfstools/$pkgname-$pkgver.tar.xz)
+# using debian source, main page is down since quite some time
+source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.orig.tar.xz{,.sig})
+url=http://www.daniel-baumann.ch/software/dosfstools/;
+license=('GPL2')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make PREFIX=$pkgdir SBINDIR=$pkgdir/usr/bin MANDIR=$pkgdir/usr/share/man 
DOCDIR=$pkgdir/usr/share/doc install
+}
+md5sums=('27aca18aeb8bb0851ccaeb47e7416a6e'
+ 'e8b460ab9c27279e652ddbd1ce7fa4b2')

Deleted: extra-i686/dosfstools-3.0.12-fix-alloc-rootdir-entry.patch
===
--- extra-i686/dosfstools-3.0.12-fix-alloc-rootdir-entry.patch  2013-05-19 
14:15:32 UTC (rev 185831)
+++ extra-i686/dosfstools-3.0.12-fix-alloc-rootdir-entry.patch  2013-05-19 
14:15:45 UTC (rev 185832)
@@ -1,25 +0,0 @@
 dosfstools-3.0.12/src/check.c.old  2010-01-23 10:13:17.0 +0100
-+++ dosfstools-3.0.12/src/check.c  2011-01-31 17:43:31.462674941 +0100
-@@ -174,7 +174,10 @@
-   offset = fs-root_start + next_free * sizeof(DIR_ENT);
-   memset(de, 0, sizeof(DIR_ENT));
-   while (1) {
--  sprintf((char *)de-name, pattern, curr_num);
-+  char expanded[12];
-+  sprintf(expanded, pattern, curr_num);
-+  memcpy(de-name, expanded, 8);
-+  memcpy(de-ext, expanded + 8, 3);
-   for (scan = 0; scan  fs-root_entries; scan++)
-   if (scan != next_free 
-   !strncmp((const char *)root[scan].name,
 dosfstools-3.0.12/src/fat.c
-+++ dosfstools-3.0.12/src/fat.c
-@@ -474,7 +474,7 @@ void reclaim_file(DOS_FS * fs)
-   DIR_ENT de;
-   loff_t offset;
-   files++;
--  offset = alloc_rootdir_entry(fs, de, FSCK%04d);
-+  offset = 

[arch-commits] Commit in parted/trunk (PKGBUILD linux.c.patch parted.install)

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 16:21:01
  Author: giovanni
Revision: 185833

upgpkg: parted 3.1-2

remove /usr/sbin

Modified:
  parted/trunk/PKGBUILD
  parted/trunk/parted.install
Deleted:
  parted/trunk/linux.c.patch

+
 PKGBUILD   |3 ++-
 linux.c.patch  |   25 -
 parted.install |2 +-
 3 files changed, 3 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 14:15:45 UTC (rev 185832)
+++ PKGBUILD2013-05-19 14:21:01 UTC (rev 185833)
@@ -4,7 +4,7 @@
 
 pkgname=parted
 pkgver=3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A program for creating, destroying, resizing, checking and copying 
partitions
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -20,6 +20,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
   --disable-debug \
   --disable-rpath
   make

Deleted: linux.c.patch
===
--- linux.c.patch   2013-05-19 14:15:45 UTC (rev 185832)
+++ linux.c.patch   2013-05-19 14:21:01 UTC (rev 185833)
@@ -1,25 +0,0 @@
 a/libparted/arch/linux.c   2011-05-27 14:52:37.0 +0200
-+++ b/libparted/arch/linux.c   2011-07-29 20:25:38.0 +0200
-@@ -601,17 +601,17 @@
- static int kver = -1;
- 
- struct utsname uts;
--int major;
--int minor;
--int teeny;
-+int major = 0;
-+int minor = 0;
-+int teeny = 0;
- 
- if (kver != -1)
- return kver;
- 
- if (uname (uts))
- return kver = 0;
--if (sscanf (uts.release, %u.%u.%u, major, minor, teeny) != 3)
--return kver = 0;
-+int n = sscanf (uts.release, %u.%u.%u, major, minor, teeny);
-+assert (n == 2 || n == 3);
- 
- return kver = KERNEL_VERSION (major, minor, teeny);
- }

Modified: parted.install
===
--- parted.install  2013-05-19 14:15:45 UTC (rev 185832)
+++ parted.install  2013-05-19 14:21:01 UTC (rev 185833)
@@ -8,7 +8,7 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 pre_remove() {



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 16:21:08
  Author: giovanni
Revision: 185834

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

Added:
  parted/repos/extra-i686/PKGBUILD
(from rev 185833, parted/trunk/PKGBUILD)
  parted/repos/extra-i686/parted.install
(from rev 185833, parted/trunk/parted.install)
  parted/repos/extra-x86_64/PKGBUILD
(from rev 185833, parted/trunk/PKGBUILD)
  parted/repos/extra-x86_64/parted.install
(from rev 185833, parted/trunk/parted.install)
Deleted:
  parted/repos/extra-i686/PKGBUILD
  parted/repos/extra-i686/linux.c.patch
  parted/repos/extra-i686/parted.install
  parted/repos/extra-x86_64/PKGBUILD
  parted/repos/extra-x86_64/linux.c.patch
  parted/repos/extra-x86_64/parted.install

-+
 /PKGBUILD   |   66 ++
 /parted.install |   36 ++
 extra-i686/PKGBUILD |   32 
 extra-i686/linux.c.patch|   25 ---
 extra-i686/parted.install   |   18 ---
 extra-x86_64/PKGBUILD   |   32 
 extra-x86_64/linux.c.patch  |   25 ---
 extra-x86_64/parted.install |   18 ---
 8 files changed, 102 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 14:21:01 UTC (rev 185833)
+++ extra-i686/PKGBUILD 2013-05-19 14:21:08 UTC (rev 185834)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=parted
-pkgver=3.1
-pkgrel=1
-pkgdesc=A program for creating, destroying, resizing, checking and copying 
partitions
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.gnu.org/software/parted/parted.html;
-depends=('device-mapper' 'e2fsprogs')
-makedepends=('pkg-config')
-options=('!libtool')
-install=parted.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('5d89d64d94bcfefa9ce8f59f4b81bdcb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --disable-debug \
-  --disable-rpath
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: parted/repos/extra-i686/PKGBUILD (from rev 185833, 
parted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 14:21:08 UTC (rev 185834)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=parted
+pkgver=3.1
+pkgrel=2
+pkgdesc=A program for creating, destroying, resizing, checking and copying 
partitions
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/parted/parted.html;
+depends=('device-mapper' 'e2fsprogs')
+makedepends=('pkg-config')
+options=('!libtool')
+install=parted.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5d89d64d94bcfefa9ce8f59f4b81bdcb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --disable-debug \
+  --disable-rpath
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/linux.c.patch
===
--- extra-i686/linux.c.patch2013-05-19 14:21:01 UTC (rev 185833)
+++ extra-i686/linux.c.patch2013-05-19 14:21:08 UTC (rev 185834)
@@ -1,25 +0,0 @@
 a/libparted/arch/linux.c   2011-05-27 14:52:37.0 +0200
-+++ b/libparted/arch/linux.c   2011-07-29 20:25:38.0 +0200
-@@ -601,17 +601,17 @@
- static int kver = -1;
- 
- struct utsname uts;
--int major;
--int minor;
--int teeny;
-+int major = 0;
-+int minor = 0;
-+int teeny = 0;
- 
- if (kver != -1)
- return kver;
- 
- if (uname (uts))
- return kver = 0;
--if (sscanf (uts.release, %u.%u.%u, major, minor, teeny) != 3)
--return kver = 0;
-+int n = sscanf (uts.release, %u.%u.%u, major, minor, teeny);
-+assert (n == 2 || n == 3);
- 
- return kver = KERNEL_VERSION (major, minor, teeny);
- }

Deleted: extra-i686/parted.install
===
--- extra-i686/parted.install   2013-05-19 14:21:01 UTC (rev 185833)
+++ extra-i686/parted.install   2013-05-19 14:21:08 UTC (rev 185834)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(parted.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  

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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 16:32:09
  Author: tpowa
Revision: 185835

upgpkg: xfsprogs 3.1.11-1

bump to latest version, move /sbin to /usr/bin

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 14:21:08 UTC (rev 185834)
+++ PKGBUILD2013-05-19 14:32:09 UTC (rev 185835)
@@ -1,7 +1,7 @@
 # $Id$
 #
 pkgname=xfsprogs
-pkgver=3.1.10
+pkgver=3.1.11
 pkgrel=1
 pkgdesc=XFS filesystem utilities
 arch=('i686' 'x86_64')
@@ -12,19 +12,19 @@
 options=('!makeflags' '!libtool')
 # We mirror the sources as upstream tends to move them once a new release is 
out
 source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d6159f7a664d95b4c150d580399d4400')
+md5sums=('de9f1f45026c2f4e0776058d429ff4b6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   export OPTIMIZER=-march=${CARCH/_/-} -O1
   export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --sbindir=/usr/bin
   make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DIST_ROOT=${pkgdir} install install-dev
+  make DIST_ROOT=${pkgdir} PKG_ROOT_SBIN_DIR=/usr/bin install install-dev
   chown -R root $pkgdir
   chgrp -R root $pkgdir
   # add hack as we cannot set rootlibdir



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 16:33:10
  Author: tpowa
Revision: 185836

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

Added:
  xfsprogs/repos/testing-i686/
  xfsprogs/repos/testing-i686/PKGBUILD
(from rev 185835, xfsprogs/trunk/PKGBUILD)
  xfsprogs/repos/testing-x86_64/
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 185835, xfsprogs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: xfsprogs/repos/testing-i686/PKGBUILD (from rev 185835, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-19 14:33:10 UTC (rev 185836)
@@ -0,0 +1,33 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.1.11
+pkgrel=1
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('util-linux')
+options=('!makeflags' '!libtool')
+# We mirror the sources as upstream tends to move them once a new release is 
out
+source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('de9f1f45026c2f4e0776058d429ff4b6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export OPTIMIZER=-march=${CARCH/_/-} -O1
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DIST_ROOT=${pkgdir} PKG_ROOT_SBIN_DIR=/usr/bin install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
+  rm -rf ${pkgdir}/lib
+}

Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 185835, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-19 14:33:10 UTC (rev 185836)
@@ -0,0 +1,33 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.1.11
+pkgrel=1
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('util-linux')
+options=('!makeflags' '!libtool')
+# We mirror the sources as upstream tends to move them once a new release is 
out
+source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('de9f1f45026c2f4e0776058d429ff4b6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export OPTIMIZER=-march=${CARCH/_/-} -O1
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DIST_ROOT=${pkgdir} PKG_ROOT_SBIN_DIR=/usr/bin install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
+  rm -rf ${pkgdir}/lib
+}



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 16:37:36
  Author: tpowa
Revision: 185837

upgpkg: efibootmgr 0.6.0-2

move from /usr/sbin /usr/bin

Modified:
  efibootmgr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 14:33:10 UTC (rev 185836)
+++ PKGBUILD2013-05-19 14:37:36 UTC (rev 185837)
@@ -5,7 +5,7 @@
 
 pkgname=efibootmgr
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables.
 arch=('i686' 'x86_64')
 url=http://linux.dell.com/efibootmgr/;
@@ -34,12 +34,12 @@
 
 package() {

-   mkdir -p ${pkgdir}/usr/sbin/
+   mkdir -p ${pkgdir}/usr/bin/
mkdir -p ${pkgdir}/usr/share/man/man8/

cd ${srcdir}/efibootmgr-${pkgver}_build/

-   install -D -m755 
${srcdir}/efibootmgr-${pkgver}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/sbin/efibootmgr
+   install -D -m755 
${srcdir}/efibootmgr-${pkgver}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
install -D -m644 
${srcdir}/efibootmgr-${pkgver}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8

 }



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 16:37:47
  Author: tpowa
Revision: 185838

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

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

---+
 /PKGBUILD |   92 
 extra-i686/PKGBUILD   |   46 
 extra-x86_64/PKGBUILD |   46 
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 14:37:36 UTC (rev 185837)
+++ extra-i686/PKGBUILD 2013-05-19 14:37:47 UTC (rev 185838)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor : Murtuza Akhtari inxsible at gmail dot com
-# Contributor: Keshav P R skodabenz at rocketmail dot com
-
-pkgname=efibootmgr
-pkgver=0.6.0
-pkgrel=1
-pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables.
-arch=('i686' 'x86_64')
-url=http://linux.dell.com/efibootmgr/;
-license=('GPL2')
-depends=('zlib' 'pciutils')
-makedepends=()
-provides=()
-options=(strip purge docs zipman !emptydirs)
-
-source=(http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz;)
-
-build () { 
-   rm -rf ${srcdir}/efibootmgr-${pkgver}_build/ || true
-   
-   cp -r ${srcdir}/efibootmgr-${pkgver} 
${srcdir}/efibootmgr-${pkgver}_build
-   
-   cd ${srcdir}/efibootmgr-${pkgver}_build/
-   
-   echo
-   
-   CFLAGS= make
-   echo
-   
-}
-
-
-package() {
-   
-   mkdir -p ${pkgdir}/usr/sbin/
-   mkdir -p ${pkgdir}/usr/share/man/man8/
-   
-   cd ${srcdir}/efibootmgr-${pkgver}_build/
-   
-   install -D -m755 
${srcdir}/efibootmgr-${pkgver}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/sbin/efibootmgr
-   install -D -m644 
${srcdir}/efibootmgr-${pkgver}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
-   
-}
-md5sums=('9e9a31d79e579644de83a14139b66d10')

Copied: efibootmgr/repos/extra-i686/PKGBUILD (from rev 185837, 
efibootmgr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 14:37:47 UTC (rev 185838)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor : Murtuza Akhtari inxsible at gmail dot com
+# Contributor: Keshav P R skodabenz at rocketmail dot com
+
+pkgname=efibootmgr
+pkgver=0.6.0
+pkgrel=2
+pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables.
+arch=('i686' 'x86_64')
+url=http://linux.dell.com/efibootmgr/;
+license=('GPL2')
+depends=('zlib' 'pciutils')
+makedepends=()
+provides=()
+options=(strip purge docs zipman !emptydirs)
+
+source=(http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz;)
+
+build () { 
+   rm -rf ${srcdir}/efibootmgr-${pkgver}_build/ || true
+   
+   cp -r ${srcdir}/efibootmgr-${pkgver} 
${srcdir}/efibootmgr-${pkgver}_build
+   
+   cd ${srcdir}/efibootmgr-${pkgver}_build/
+   
+   echo
+   
+   CFLAGS= make
+   echo
+   
+}
+
+
+package() {
+   
+   mkdir -p ${pkgdir}/usr/bin/
+   mkdir -p ${pkgdir}/usr/share/man/man8/
+   
+   cd ${srcdir}/efibootmgr-${pkgver}_build/
+   
+   install -D -m755 
${srcdir}/efibootmgr-${pkgver}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
+   install -D -m644 
${srcdir}/efibootmgr-${pkgver}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
+   
+}
+md5sums=('9e9a31d79e579644de83a14139b66d10')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-19 14:37:36 UTC (rev 185837)
+++ extra-x86_64/PKGBUILD   2013-05-19 14:37:47 UTC (rev 185838)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor : Murtuza Akhtari inxsible at gmail dot com
-# Contributor: Keshav P R skodabenz at rocketmail dot com
-
-pkgname=efibootmgr
-pkgver=0.6.0
-pkgrel=1
-pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables.
-arch=('i686' 'x86_64')
-url=http://linux.dell.com/efibootmgr/;
-license=('GPL2')
-depends=('zlib' 'pciutils')
-makedepends=()
-provides=()
-options=(strip purge docs zipman !emptydirs)
-
-source=(http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz;)
-
-build () { 
-   rm -rf ${srcdir}/efibootmgr-${pkgver}_build/ || true
-   
-   cp -r ${srcdir}/efibootmgr-${pkgver} 
${srcdir}/efibootmgr-${pkgver}_build
-   
-   cd ${srcdir}/efibootmgr-${pkgver}_build/
-   
-   echo
-   
-   CFLAGS= make
-   

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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 16:41:19
  Author: tpowa
Revision: 185839

upgpkg: linux-atm 2.5.2-3

move /usr/sbin to /usr/bin

Modified:
  linux-atm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 14:37:47 UTC (rev 185838)
+++ PKGBUILD2013-05-19 14:41:19 UTC (rev 185839)
@@ -4,7 +4,7 @@
 
 pkgname=linux-atm
 pkgver=2.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Drivers and tools to support ATM networking under Linux.
 arch=('i686' 'x86_64')
 depends=('glibc')
@@ -23,7 +23,7 @@
   # install firmware in /usr/lib
   sed -i s#/lib/firmware#/usr/lib/firmware# src/extra/Makefile.in
 
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
   make
 }
 



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 16:41:27
  Author: tpowa
Revision: 185840

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

Added:
  linux-atm/repos/testing-i686/
  linux-atm/repos/testing-i686/PKGBUILD
(from rev 185839, linux-atm/trunk/PKGBUILD)
  linux-atm/repos/testing-i686/man-pages.patch
(from rev 185839, linux-atm/trunk/man-pages.patch)
  linux-atm/repos/testing-x86_64/
  linux-atm/repos/testing-x86_64/PKGBUILD
(from rev 185839, linux-atm/trunk/PKGBUILD)
  linux-atm/repos/testing-x86_64/man-pages.patch
(from rev 185839, linux-atm/trunk/man-pages.patch)

+
 testing-i686/PKGBUILD  |   33 
 testing-i686/man-pages.patch   |   45 +++
 testing-x86_64/PKGBUILD|   33 
 testing-x86_64/man-pages.patch |   45 +++
 4 files changed, 156 insertions(+)

Copied: linux-atm/repos/testing-i686/PKGBUILD (from rev 185839, 
linux-atm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-19 14:41:27 UTC (rev 185840)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Surain Mallawa Arachchi m...@crc32.net
+
+pkgname=linux-atm
+pkgver=2.5.2
+pkgrel=3
+pkgdesc=Drivers and tools to support ATM networking under Linux.
+arch=('i686' 'x86_64')
+depends=('glibc')
+url=http://linux-atm.sourceforge.net/;
+license=(GPL)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+man-pages.patch)
+options=(!libtool !makeflags)
+md5sums=('d49499368c3cf15f73a05d9bce8824a8'
+ '181390736336cdb615ae32f1ae5acfa6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ../man-pages.patch
+
+  # install firmware in /usr/lib
+  sed -i s#/lib/firmware#/usr/lib/firmware# src/extra/Makefile.in
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: linux-atm/repos/testing-i686/man-pages.patch (from rev 185839, 
linux-atm/trunk/man-pages.patch)
===
--- testing-i686/man-pages.patch(rev 0)
+++ testing-i686/man-pages.patch2013-05-19 14:41:27 UTC (rev 185840)
@@ -0,0 +1,45 @@
+diff -up linux-atm-2.5.1/src/led/zeppelin.8.fixman 
linux-atm-2.5.1/src/led/zeppelin.8
+--- linux-atm-2.5.1/src/led/zeppelin.8.fixman  2003-05-02 19:35:04.0 
+0200
 linux-atm-2.5.1/src/led/zeppelin.8 2010-10-13 12:58:18.0 +0200
+@@ -99,7 +99,7 @@ Ring and ATM parts of the ELAN, so using
+ recommended. Token Ring support has received less testing than its
+ Ethernet counterpart.
+ .SH FILES
+-.IP \fI/var/run/lec[interface number].pid\fP
++\fI/var/run/lec[interface number].pid\fP
+ The file containing the process id of zeppelin.
+ .SH BUGS
+ John Bonham died 1980 and Led Zeppelin broke.
+diff -up linux-atm-2.5.1/src/mpoad/mpcd.8.fixman 
linux-atm-2.5.1/src/mpoad/mpcd.8
+--- linux-atm-2.5.1/src/mpoad/mpcd.8.fixman2001-10-10 00:33:07.0 
+0200
 linux-atm-2.5.1/src/mpoad/mpcd.8   2010-10-13 12:59:14.0 +0200
+@@ -28,7 +28,7 @@ mpcd \- ATM MPOA (Multi\-Protocol Over A
+ .B ]]
+ .SH DESCRIPTION
+ MPOA client
+-.SM(MPC) is responsible for creating and receiving
++.SM (MPC) is responsible for creating and receiving
+ internetwork layer shortcuts. Using these shortcuts MPCs forward
+ unicast internetwork layer packets effectively over ATM without need
+ for routing protocols.
+@@ -43,7 +43,7 @@ accepts shortcuts and packets arriving o
+ shortcuts is done with the help of
+ .SM MPOA
+ server
+-.SM(MPS).
++.SM (MPS).
+ .PP
+ Just as the Linux
+ .SM LAN
+diff -up linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman 
linux-atm-2.5.1/src/sigd/atmsigd.conf.4
+--- linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman 2001-10-10 
00:33:07.0 +0200
 linux-atm-2.5.1/src/sigd/atmsigd.conf.42010-10-13 12:58:49.0 
+0200
+@@ -125,7 +125,7 @@ a comment. The `#' character cannot be e
+ .P
+ If an option is specified in \fBatmsigd.conf\fP and on the command
+ line, the command line has priority.
+-.COMPATIBILITY
++.SH COMPATIBILITY
+ Certain options used by past versions of \fBatmsigd\fP but no longer 
documented
+ on the man page are still recognized and supported, but they also yield a
+ warning message. Future versions of \fBatmsigd\fP will not recognize those

Copied: linux-atm/repos/testing-x86_64/PKGBUILD (from rev 185839, 
linux-atm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-19 14:41:27 UTC (rev 185840)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: 

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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 16:57:02
  Author: tpowa
Revision: 185841

upgpkg: gawk 4.1.0-1

bump to latest version, removed /bin/awk

Modified:
  gawk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 14:41:27 UTC (rev 185840)
+++ PKGBUILD2013-05-19 14:57:02 UTC (rev 185841)
@@ -3,23 +3,23 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=gawk
-pkgver=4.0.2
+pkgver=4.1.0
 pkgrel=1
 pkgdesc=GNU version of awk
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/gawk/;
 license=('GPL')
 groups=('base' 'base-devel')
-depends=('sh' 'glibc')
+depends=('sh' 'glibc' 'mpfr')
 provides=('awk')
 install=gawk.install
 
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('4d505dc2c9f1eb3e9f8d6cac87d4bd1a'
- '131f79e5aa1528649c90ccf0440db0a6')
+md5sums=('13e02513105417818a31ef375f9f9f42'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexecdir=/usr/lib
+  ./configure --prefix=/usr --libexecdir=/usr/lib --without-libsigsegv
   make 
 }
 
@@ -32,7 +32,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  install -dm755 ${pkgdir}/bin 
-  ln -sf /usr/bin/gawk ${pkgdir}/bin/
-  ln -sf gawk ${pkgdir}/bin/awk
+  #install -dm755 ${pkgdir}/bin 
+  #ln -sf /usr/bin/gawk ${pkgdir}/bin/
+  #ln -sf gawk ${pkgdir}/bin/awk
 }



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 16:57:14
  Author: tpowa
Revision: 185842

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

Added:
  gawk/repos/testing-i686/
  gawk/repos/testing-i686/PKGBUILD
(from rev 185841, gawk/trunk/PKGBUILD)
  gawk/repos/testing-i686/gawk.install
(from rev 185841, gawk/trunk/gawk.install)
  gawk/repos/testing-x86_64/
  gawk/repos/testing-x86_64/PKGBUILD
(from rev 185841, gawk/trunk/PKGBUILD)
  gawk/repos/testing-x86_64/gawk.install
(from rev 185841, gawk/trunk/gawk.install)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-i686/gawk.install   |   22 ++
 testing-x86_64/PKGBUILD |   38 ++
 testing-x86_64/gawk.install |   22 ++
 4 files changed, 120 insertions(+)

Copied: gawk/repos/testing-i686/PKGBUILD (from rev 185841, gawk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-19 14:57:14 UTC (rev 185842)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gawk
+pkgver=4.1.0
+pkgrel=1
+pkgdesc=GNU version of awk
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gawk/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('sh' 'glibc' 'mpfr')
+provides=('awk')
+install=gawk.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('13e02513105417818a31ef375f9f9f42'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib --without-libsigsegv
+  make 
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  #install -dm755 ${pkgdir}/bin 
+  #ln -sf /usr/bin/gawk ${pkgdir}/bin/
+  #ln -sf gawk ${pkgdir}/bin/awk
+}

Copied: gawk/repos/testing-i686/gawk.install (from rev 185841, 
gawk/trunk/gawk.install)
===
--- testing-i686/gawk.install   (rev 0)
+++ testing-i686/gawk.install   2013-05-19 14:57:14 UTC (rev 185842)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(gawk.info.gz gawkinet.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $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 $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gawk/repos/testing-x86_64/PKGBUILD (from rev 185841, 
gawk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-19 14:57:14 UTC (rev 185842)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gawk
+pkgver=4.1.0
+pkgrel=1
+pkgdesc=GNU version of awk
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gawk/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('sh' 'glibc' 'mpfr')
+provides=('awk')
+install=gawk.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('13e02513105417818a31ef375f9f9f42'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib --without-libsigsegv
+  make 
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  #install -dm755 ${pkgdir}/bin 
+  #ln -sf /usr/bin/gawk ${pkgdir}/bin/
+  #ln -sf gawk ${pkgdir}/bin/awk
+}

Copied: gawk/repos/testing-x86_64/gawk.install (from rev 185841, 
gawk/trunk/gawk.install)
===
--- testing-x86_64/gawk.install (rev 0)
+++ testing-x86_64/gawk.install 2013-05-19 14:57:14 UTC (rev 185842)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(gawk.info.gz gawkinet.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $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 $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-05-19 Thread Andreas Radke
Date: Sunday, May 19, 2013 @ 17:04:15
  Author: andyrtr
Revision: 185843

upgpkg: icu 51.1-2

move to /usr/bin

Modified:
  icu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 14:57:14 UTC (rev 185842)
+++ PKGBUILD2013-05-19 15:04:15 UTC (rev 185843)
@@ -4,7 +4,7 @@
 
 pkgname=icu
 pkgver=51.1
-pkgrel=1
+pkgrel=2
 pkgdesc=International Components for Unicode library
 arch=(i686 x86_64)
 url=http://www.icu-project.org/;
@@ -25,7 +25,8 @@
 
   ./configure --prefix=/usr \
--sysconfdir=/etc \
-   --mandir=/usr/share/man
+   --mandir=/usr/share/man \
+   --sbindir=/usr/bin
   make
 }
 



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

2013-05-19 Thread Andreas Radke
Date: Sunday, May 19, 2013 @ 17:04:46
  Author: andyrtr
Revision: 185844

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

Added:
  icu/repos/extra-i686/PKGBUILD
(from rev 185843, icu/trunk/PKGBUILD)
  icu/repos/extra-i686/icu.8198.revert.icu5431.patch
(from rev 185843, icu/trunk/icu.8198.revert.icu5431.patch)
  icu/repos/extra-x86_64/PKGBUILD
(from rev 185843, icu/trunk/PKGBUILD)
  icu/repos/extra-x86_64/icu.8198.revert.icu5431.patch
(from rev 185843, icu/trunk/icu.8198.revert.icu5431.patch)
Deleted:
  icu/repos/extra-i686/PKGBUILD
  icu/repos/extra-i686/icu.8198.revert.icu5431.patch
  icu/repos/extra-x86_64/PKGBUILD
  icu/repos/extra-x86_64/icu.8198.revert.icu5431.patch

+
 /PKGBUILD  |   88 +
 /icu.8198.revert.icu5431.patch |  258 +++
 extra-i686/PKGBUILD|   43 
 extra-i686/icu.8198.revert.icu5431.patch   |  129 -
 extra-x86_64/PKGBUILD  |   43 
 extra-x86_64/icu.8198.revert.icu5431.patch |  129 -
 6 files changed, 346 insertions(+), 344 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 15:04:15 UTC (rev 185843)
+++ extra-i686/PKGBUILD 2013-05-19 15:04:46 UTC (rev 185844)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Art Gramlich a...@gramlich-net.com
-
-pkgname=icu
-pkgver=51.1
-pkgrel=1
-pkgdesc=International Components for Unicode library
-arch=(i686 x86_64)
-url=http://www.icu-project.org/;
-license=('custom:icu')
-depends=('gcc-libs=4.7.1-5' 'sh')
-#makedepends=('clang')
-source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
-   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
-   icu.8198.revert.icu5431.patch)
-md5sums=('6eef33b229d0239d654983028c9c7053'
- 'ebd5470fc969c75e52baf4af94a9ee82')
-
-build() {
-  cd ${srcdir}/icu/source
-
-  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
-  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd $srcdir/icu/source
-  make -k check # passes all
-}
-
-package() {
-  cd ${srcdir}/icu/source
-  make -j1 DESTDIR=${pkgdir} install
-
-  # Install license
-  install -Dm644 ${srcdir}/icu/license.html 
${pkgdir}/usr/share/licenses/icu/license.html
-}

Copied: icu/repos/extra-i686/PKGBUILD (from rev 185843, icu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 15:04:46 UTC (rev 185844)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Art Gramlich a...@gramlich-net.com
+
+pkgname=icu
+pkgver=51.1
+pkgrel=2
+pkgdesc=International Components for Unicode library
+arch=(i686 x86_64)
+url=http://www.icu-project.org/;
+license=('custom:icu')
+depends=('gcc-libs=4.7.1-5' 'sh')
+#makedepends=('clang')
+source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
+   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
+   icu.8198.revert.icu5431.patch)
+md5sums=('6eef33b229d0239d654983028c9c7053'
+ 'ebd5470fc969c75e52baf4af94a9ee82')
+
+build() {
+  cd ${srcdir}/icu/source
+
+  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
+  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man \
+   --sbindir=/usr/bin
+  make
+}
+
+check() {
+  cd $srcdir/icu/source
+  make -k check # passes all
+}
+
+package() {
+  cd ${srcdir}/icu/source
+  make -j1 DESTDIR=${pkgdir} install
+
+  # Install license
+  install -Dm644 ${srcdir}/icu/license.html 
${pkgdir}/usr/share/licenses/icu/license.html
+}

Deleted: extra-i686/icu.8198.revert.icu5431.patch
===
--- extra-i686/icu.8198.revert.icu5431.patch2013-05-19 15:04:15 UTC (rev 
185843)
+++ extra-i686/icu.8198.revert.icu5431.patch2013-05-19 15:04:46 UTC (rev 
185844)
@@ -1,129 +0,0 @@
-Index: icu/trunk/source/layout/IndicReordering.cpp
-===
 icu/trunk/source/layout/IndicReordering.cpp(revision 25772)
-+++ icu/trunk/source/layout/IndicReordering.cpp(revision 26090)
-@@ -126,4 +126,8 @@
- FeatureMask fSMFeatures;
- 
-+LEUnicode   fPreBaseConsonant;
-+LEUnicode   fPreBaseVirama;
-+le_int32fPBCIndex;
-+FeatureMask fPBCFeatures;
- 
- void 

[arch-commits] Commit in x2goserver/trunk (PKGBUILD x2goserver.service)

2013-05-19 Thread Andreas Radke
Date: Sunday, May 19, 2013 @ 17:18:13
  Author: andyrtr
Revision: 185845

upgpkg: x2goserver 4.0.0.2-1

upstream update 4.0.0.2; move to /usr/bin

Modified:
  x2goserver/trunk/PKGBUILD
  x2goserver/trunk/x2goserver.service

+
 PKGBUILD   |   10 +-
 x2goserver.service |2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 15:04:46 UTC (rev 185844)
+++ PKGBUILD2013-05-19 15:18:13 UTC (rev 185845)
@@ -7,7 +7,7 @@
 # Contributor: Milan Knížek kni...@volny.cz
 
 pkgname=x2goserver
-pkgver=4.0.0.1
+pkgver=4.0.0.2
 pkgrel=1
 pkgdesc=Open source terminal server
 arch=('i686' 'x86_64')
@@ -20,12 +20,12 @@
 install=x2goserver.install
 backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz
 x2goserver.service)
-md5sums=('85dc2a2d52e82eead744a51007155ff9'
- 'b09799f9203150dc1277a56058be48a8')
+md5sums=('6b8cecfdd31a8877203f50d3666c265f'
+ 'f76081c01e40b6206895d194dc949707')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
+#return 1
   # -r option does not exist in Arch linux
   # (However, html man pages do not get installed anyway...)
   for Makefile in $(find . -type f -name Makefile); do
@@ -43,7 +43,7 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 PREFIX=/usr DESTDIR=$pkgdir install
+  make -j1 PREFIX=/usr SBINDIR=/usr/bin DESTDIR=$pkgdir install
 
   # systemd service file - only runs x2gocleansessions
   install -Dm 644 $srcdir/x2goserver.service 
$pkgdir/usr/lib/systemd/system/x2goserver.service

Modified: x2goserver.service
===
--- x2goserver.service  2013-05-19 15:04:46 UTC (rev 185844)
+++ x2goserver.service  2013-05-19 15:18:13 UTC (rev 185845)
@@ -3,7 +3,7 @@
 After=syslog.target network.target
 
 [Service]
-ExecStart=/usr/sbin/x2gocleansessions
+ExecStart=/usr/bin/x2gocleansessions
 PIDFile=/run/x2goserver.pid
 
 [Install]



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

2013-05-19 Thread Andreas Radke
Date: Sunday, May 19, 2013 @ 17:18:38
  Author: andyrtr
Revision: 185846

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

Added:
  x2goserver/repos/extra-i686/PKGBUILD
(from rev 185845, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-i686/x2goserver.install
(from rev 185845, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/extra-i686/x2goserver.service
(from rev 185845, x2goserver/trunk/x2goserver.service)
  x2goserver/repos/extra-x86_64/PKGBUILD
(from rev 185845, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-x86_64/x2goserver.install
(from rev 185845, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/extra-x86_64/x2goserver.service
(from rev 185845, x2goserver/trunk/x2goserver.service)
Deleted:
  x2goserver/repos/extra-i686/PKGBUILD
  x2goserver/repos/extra-i686/x2goserver.install
  x2goserver/repos/extra-i686/x2goserver.service
  x2goserver/repos/extra-x86_64/PKGBUILD
  x2goserver/repos/extra-x86_64/x2goserver.install
  x2goserver/repos/extra-x86_64/x2goserver.service

-+
 /PKGBUILD   |  126 ++
 /x2goserver.install |  122 
 /x2goserver.service |   20 ++
 extra-i686/PKGBUILD |   63 ---
 extra-i686/x2goserver.install   |   61 --
 extra-i686/x2goserver.service   |   10 ---
 extra-x86_64/PKGBUILD   |   63 ---
 extra-x86_64/x2goserver.install |   61 --
 extra-x86_64/x2goserver.service |   10 ---
 9 files changed, 268 insertions(+), 268 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 15:18:13 UTC (rev 185845)
+++ extra-i686/PKGBUILD 2013-05-19 15:18:38 UTC (rev 185846)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-# Contributor: Gerhard Brauer ger...@archlinux.de
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Markus Opitz mastero23 at gmail dot com
-# Contributor: Milan Knížek kni...@volny.cz
-
-pkgname=x2goserver
-pkgver=4.0.0.1
-pkgrel=1
-pkgdesc=Open source terminal server
-arch=('i686' 'x86_64')
-url=http://www.x2go.org/;
-license=('GPL')
-depends=('openssh' 'perl-config-simple' 'perl-dbd-sqlite' 'perl-file-basedir' 
'python' 'x2go-agent' 'xorg-xauth')
-makedepends=('man2html')
-#optdepends=('cups-x2go: printing support')
-options=('emptydirs')
-install=x2goserver.install
-backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz
 x2goserver.service)
-md5sums=('85dc2a2d52e82eead744a51007155ff9'
- 'b09799f9203150dc1277a56058be48a8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # -r option does not exist in Arch linux
-  # (However, html man pages do not get installed anyway...)
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN)  @g' $Makefile
-sed -i 's@ \$(MAN2HTML_SRC)/@  \$(MAN2HTML_SRC)/@g' $Makefile
-  done
-
-  # fix some Makefile permission options
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i s:-o root -g root ::g $Makefile
-  done
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 PREFIX=/usr DESTDIR=$pkgdir install
-
-  # systemd service file - only runs x2gocleansessions
-  install -Dm 644 $srcdir/x2goserver.service 
$pkgdir/usr/lib/systemd/system/x2goserver.service
-  
-  # X2go homedir + printing spool dir
-  #install -dm 755 $pkgdir/var/lib/x2go
-  install -dm 770 $pkgdir/var/lib/x2go
-  install -dm 755 $pkgdir/var/spool/x2go
-  
-  # load fuse module at system start
-  install -dm755 $pkgdir/lib/modules-load.d
-  echo fuse  $pkgdir/lib/modules-load.d/x2goserver.conf
-
-  install -dm 755 ${pkgdir}/usr/share/doc/${pkgname}
-  install -m 644 debian/changelog 
${pkgdir}/usr/share/doc/${pkgname}/changelog.DEBIAN
-  install -m 644 debian/copyright 
${pkgdir}/usr/share/doc/${pkgname}/copyright.DEBIAN
-}

Copied: x2goserver/repos/extra-i686/PKGBUILD (from rev 185845, 
x2goserver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 15:18:38 UTC (rev 185846)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+# Contributor: Gerhard Brauer ger...@archlinux.de
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Markus Opitz mastero23 at gmail dot com
+# Contributor: Milan Knížek kni...@volny.cz
+
+pkgname=x2goserver
+pkgver=4.0.0.2
+pkgrel=1
+pkgdesc=Open source terminal server
+arch=('i686' 'x86_64')
+url=http://www.x2go.org/;
+license=('GPL')
+depends=('openssh' 'perl-config-simple' 'perl-dbd-sqlite' 'perl-file-basedir' 
'python' 'x2go-agent' 'xorg-xauth')
+makedepends=('man2html')
+#optdepends=('cups-x2go: 

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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 17:19:21
  Author: tpowa
Revision: 185847

upgpkg: pam 1.1.6-4

move /sbin to /usr/bin

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 15:18:38 UTC (rev 185846)
+++ PKGBUILD2013-05-19 15:19:21 UTC (rev 185847)
@@ -4,7 +4,7 @@
 
 pkgname=pam
 pkgver=1.1.6
-pkgrel=3
+pkgrel=4
 pkgdesc=PAM (Pluggable Authentication Modules) library
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -25,13 +25,13 @@
 
 build() {
   cd $srcdir/Linux-PAM-$pkgver
-  ./configure --libdir=/usr/lib
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin
   patch -Np0 -i ../pam_namespace-build-1.1.6.patch
   make
 
   cd $srcdir/pam_unix2-2.9.1
   patch -Np1 -i ../pam_unix2-glibc216.patch
-  ./configure --libdir=/usr/lib
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin
   make
 }
 
@@ -62,5 +62,5 @@
   ln -s pam_unix.so pam_unix_session.so
 
   # set unix_chkpwd uid
-  chmod +s $pkgdir/sbin/unix_chkpwd
+  chmod +s $pkgdir/usr/bin/unix_chkpwd
 }



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

2013-05-19 Thread Tobias Powalowski
Date: Sunday, May 19, 2013 @ 17:19:38
  Author: tpowa
Revision: 185848

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

Added:
  pam/repos/testing-i686/
  pam/repos/testing-i686/PKGBUILD
(from rev 185847, pam/trunk/PKGBUILD)
  pam/repos/testing-i686/other
(from rev 185847, pam/trunk/other)
  pam/repos/testing-i686/pam.install
(from rev 185847, pam/trunk/pam.install)
  pam/repos/testing-i686/pam_namespace-build-1.1.6.patch
(from rev 185847, pam/trunk/pam_namespace-build-1.1.6.patch)
  pam/repos/testing-i686/pam_unix2-glibc216.patch
(from rev 185847, pam/trunk/pam_unix2-glibc216.patch)
  pam/repos/testing-x86_64/
  pam/repos/testing-x86_64/PKGBUILD
(from rev 185847, pam/trunk/PKGBUILD)
  pam/repos/testing-x86_64/other
(from rev 185847, pam/trunk/other)
  pam/repos/testing-x86_64/pam.install
(from rev 185847, pam/trunk/pam.install)
  pam/repos/testing-x86_64/pam_namespace-build-1.1.6.patch
(from rev 185847, pam/trunk/pam_namespace-build-1.1.6.patch)
  pam/repos/testing-x86_64/pam_unix2-glibc216.patch
(from rev 185847, pam/trunk/pam_unix2-glibc216.patch)

+
 testing-i686/PKGBUILD  |   66 +++
 testing-i686/other |5 +
 testing-i686/pam.install   |   12 
 testing-i686/pam_namespace-build-1.1.6.patch   |   11 +++
 testing-i686/pam_unix2-glibc216.patch  |   20 ++
 testing-x86_64/PKGBUILD|   66 +++
 testing-x86_64/other   |5 +
 testing-x86_64/pam.install |   12 
 testing-x86_64/pam_namespace-build-1.1.6.patch |   11 +++
 testing-x86_64/pam_unix2-glibc216.patch|   20 ++
 10 files changed, 228 insertions(+)

Copied: pam/repos/testing-i686/PKGBUILD (from rev 185847, pam/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-19 15:19:38 UTC (rev 185848)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=pam
+pkgver=1.1.6
+pkgrel=4
+pkgdesc=PAM (Pluggable Authentication Modules) library
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.kernel.org/pub/linux/libs/pam/;
+depends=('glibc' 'db' 'cracklib' 'libtirpc' 'pambase')
+makedepends=('flex' 'w3m' 'docbook-xml=4.4' 'docbook-xsl')
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
+source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
+
#http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2
+ftp://ftp.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
+pam_unix2-glibc216.patch
+pam_namespace-build-1.1.6.patch)
+options=('!libtool' '!emptydirs')
+md5sums=('7b73e58b7ce79ffa321d408de06db2c4'
+ 'da6a46e5f8cd3eaa7cbc4fc3a7e2b555'
+ 'dac109f68e04a4df37575fda6001ea17'
+ '440a510164ba5eb69bf41e129746ff44')
+
+build() {
+  cd $srcdir/Linux-PAM-$pkgver
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin
+  patch -Np0 -i ../pam_namespace-build-1.1.6.patch
+  make
+
+  cd $srcdir/pam_unix2-2.9.1
+  patch -Np1 -i ../pam_unix2-glibc216.patch
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/Linux-PAM-$pkgver
+  make DESTDIR=$pkgdir SCONFIGDIR=/etc/security install
+
+  # build pam_unix2 module
+  # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
+  cd $srcdir/pam_unix2-2.9.1
+  make DESTDIR=$pkgdir install
+
+  # add the realtime permissions for audio users
+  sed -i 's|# End of file||' $pkgdir/etc/security/limits.conf
+  cat $pkgdir/etc/security/limits.conf _EOT
+*   -   rtprio  0
+*   -   nice0
+@audio  -   rtprio  65
+@audio  -   nice   -10
+@audio  -   memlock 4
+_EOT
+
+  # fix some missing symlinks from old pam for compatibility
+  cd $pkgdir/usr/lib/security
+  ln -s pam_unix.so pam_unix_acct.so
+  ln -s pam_unix.so pam_unix_auth.so
+  ln -s pam_unix.so pam_unix_passwd.so
+  ln -s pam_unix.so pam_unix_session.so
+
+  # set unix_chkpwd uid
+  chmod +s $pkgdir/usr/bin/unix_chkpwd
+}

Copied: pam/repos/testing-i686/other (from rev 185847, pam/trunk/other)
===
--- testing-i686/other  (rev 0)
+++ testing-i686/other  2013-05-19 15:19:38 UTC (rev 185848)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+accountrequiredpam_unix.so
+password   requiredpam_unix.so
+sessionrequiredpam_unix.so

Copied: 

[arch-commits] Commit in man-db/trunk (PKGBUILD man-db.cron.daily)

2013-05-19 Thread Andreas Radke
Date: Sunday, May 19, 2013 @ 17:31:45
  Author: andyrtr
Revision: 185849

upgpkg: man-db 2.6.3-2

move to /usr/bin

Modified:
  man-db/trunk/PKGBUILD
  man-db/trunk/man-db.cron.daily

---+
 PKGBUILD  |   19 ---
 man-db.cron.daily |2 +-
 2 files changed, 13 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 15:19:38 UTC (rev 185848)
+++ PKGBUILD2013-05-19 15:31:45 UTC (rev 185849)
@@ -4,7 +4,7 @@
 
 pkgname=man-db
 pkgver=2.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A utility for reading man pages
 arch=('i686' 'x86_64')
 url=http://www.nongnu.org/man-db/;
@@ -13,7 +13,7 @@
 depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline')
 optdepends=('less' 'gzip')
 backup=('etc/man_db.conf'
-   'etc/cron.daily/man-db')
+   'etc/cron.daily/man-db')
 conflicts=('man')
 provides=('man')
 replaces=('man')
@@ -22,21 +22,26 @@
 convert-mans man-db.cron.daily)
 options=('!libtool')
 md5sums=('a593a095599ae97bcacf8d038659a146'
- '64975c20b1a6453f9b860ff7f916bcf1'
+ 'SKIP'
  '2b7662a7d5b33fe91f9f3e034361a2f6'
- 'd30c39ae47560304471b5461719e0f03')
+ '934fd047fecb915038bf4bf844ea609c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-   --with-db=gdbm --disable-setuid --enable-mandirs=GNU \
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--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
+  make -k check
 }
 
 package() {

Modified: man-db.cron.daily
===
--- man-db.cron.daily   2013-05-19 15:19:38 UTC (rev 185848)
+++ man-db.cron.daily   2013-05-19 15:31:45 UTC (rev 185849)
@@ -12,7 +12,7 @@
 UPDATEMANDB=/usr/bin/mandb --quiet
 
 # Update the whatis database
-#/usr/sbin/makewhatis -u -w
+#/usr/bin/makewhatis -u -w
 
 # taken from Debian
 # man-db cron daily



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

2013-05-19 Thread Andreas Radke
Date: Sunday, May 19, 2013 @ 17:32:11
  Author: andyrtr
Revision: 185850

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

Added:
  man-db/repos/testing-i686/
  man-db/repos/testing-i686/PKGBUILD
(from rev 185849, man-db/trunk/PKGBUILD)
  man-db/repos/testing-i686/convert-mans
(from rev 185849, man-db/trunk/convert-mans)
  man-db/repos/testing-i686/man-db.cron.daily
(from rev 185849, man-db/trunk/man-db.cron.daily)
  man-db/repos/testing-i686/man-db.install
(from rev 185849, man-db/trunk/man-db.install)
  man-db/repos/testing-x86_64/
  man-db/repos/testing-x86_64/PKGBUILD
(from rev 185849, man-db/trunk/PKGBUILD)
  man-db/repos/testing-x86_64/convert-mans
(from rev 185849, man-db/trunk/convert-mans)
  man-db/repos/testing-x86_64/man-db.cron.daily
(from rev 185849, man-db/trunk/man-db.cron.daily)
  man-db/repos/testing-x86_64/man-db.install
(from rev 185849, man-db/trunk/man-db.install)

--+
 testing-i686/PKGBUILD|   61 +
 testing-i686/convert-mans|   11 ++
 testing-i686/man-db.cron.daily   |   39 +++
 testing-i686/man-db.install  |   22 +
 testing-x86_64/PKGBUILD  |   61 +
 testing-x86_64/convert-mans  |   11 ++
 testing-x86_64/man-db.cron.daily |   39 +++
 testing-x86_64/man-db.install|   22 +
 8 files changed, 266 insertions(+)

Copied: man-db/repos/testing-i686/PKGBUILD (from rev 185849, 
man-db/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-19 15:32:11 UTC (rev 185850)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Sergej Pupykin ser...@aur.archlinux.org
+
+pkgname=man-db
+pkgver=2.6.3
+pkgrel=2
+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.xz{,.sig}
+convert-mans man-db.cron.daily)
+options=('!libtool')
+md5sums=('a593a095599ae97bcacf8d038659a146'
+ 'SKIP'
+ '2b7662a7d5b33fe91f9f3e034361a2f6'
+ '934fd047fecb915038bf4bf844ea609c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--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 -k 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/testing-i686/convert-mans (from rev 185849, 
man-db/trunk/convert-mans)
===
--- testing-i686/convert-mans   (rev 0)
+++ testing-i686/convert-mans   2013-05-19 15:32:11 UTC (rev 185850)
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+FROM=$1
+TO=$2
+shift ; shift
+while [ $# -gt 0 ]
+do
+FILE=$1
+shift
+iconv -f $FROM -t $TO $FILE .tmp.iconv
+mv .tmp.iconv $FILE
+done

Copied: man-db/repos/testing-i686/man-db.cron.daily (from rev 185849, 
man-db/trunk/man-db.cron.daily)
===
--- testing-i686/man-db.cron.daily  (rev 0)
+++ testing-i686/man-db.cron.daily  2013-05-19 15:32:11 UTC (rev 185850)
@@ -0,0 +1,39 @@
+#!/bin/sh
+
+# nicenesses range from -20 (most favorable scheduling) to 19 (least favorable)
+NICE=19
+
+# 0 for none, 1 for real time, 2 for best-effort, 3 for idle
+IONICE_CLASS=2
+
+# 0-7 (for IONICE_CLASS 1 and 2 only), 0=highest, 7=lowest
+IONICE_PRIORITY=7
+
+UPDATEMANDB=/usr/bin/mandb --quiet
+
+# Update the whatis database
+#/usr/bin/makewhatis -u -w
+
+# taken from Debian
+# man-db cron daily
+set -e
+
+if ! [ -d /var/cache/man ]; then
+# Recover from deletion, per FHS.
+mkdir -p /var/cache/man
+chmod 755 /var/cache/man
+fi
+
+# regenerate man database
+
+if [ -x /usr/bin/nice ]; then
+  UPDATEMANDB=/usr/bin/nice -n ${NICE:-19} ${UPDATEMANDB}
+fi
+
+if [ -x 

[arch-commits] Commit in gparted/trunk (PKGBUILD org.archlinux.pkexec.gparted.policy)

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 17:45:17
  Author: giovanni
Revision: 185851

upgpkg: gparted 0.16.1-2

remove /usr/sbin - Fixed FS34599 and FS35060

Modified:
  gparted/trunk/PKGBUILD
  gparted/trunk/org.archlinux.pkexec.gparted.policy

-+
 PKGBUILD|   24 +++-
 org.archlinux.pkexec.gparted.policy |2 +-
 2 files changed, 16 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 15:32:11 UTC (rev 185850)
+++ PKGBUILD2013-05-19 15:45:17 UTC (rev 185851)
@@ -5,7 +5,7 @@
 
 pkgname=gparted
 pkgver=0.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A Partition Magic clone, frontend to GNU Parted
 arch=('i686' 'x86_64')
 url=http://gparted.sourceforge.net;
@@ -14,6 +14,9 @@
 makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
 optdepends=('dosfstools: for FAT16 and FAT32 partitions'
 'jfsutils: for jfs partitions'
+'f2fs-tools: for Flash-Friendly File System'
+'btrfs-progs: for btrfs partitions'
+'exfat-utils: for exFAT partitions'
 'ntfs-3g: for ntfs partitions'
 'reiserfsprogs: for reiser partitions'
 'xfsprogs: for xfs partitions'
@@ -25,28 +28,31 @@
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
 'org.archlinux.pkexec.gparted.policy')
 md5sums=('3f399bff031b5ce14d11a8c346f4b89c'
- 'c031d7d2b845ccb025b9f83e0ddd5653')
+ '122ed3120c846376bead22b25f6a3b19')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin
   make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
+  sed -i -e s:Exec=gksudo /usr/bin/gparted %f:Exec=/usr/bin/gparted_polkit 
%f:g gparted.desktop
   make DESTDIR=${pkgdir} install
 
   # Install policy file
   install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
 
-  # We need rename the original script
-  mv ${pkgdir}/usr/sbin/gparted ${pkgdir}/usr/sbin/gparted.elf
-
   # Install launcher script
-  echo '#!/bin/sh'  ${pkgdir}/usr/sbin/gparted
-  echo 'pkexec --disable-internal-agent /usr/sbin/gparted.elf $@'  
${pkgdir}/usr/sbin/gparted
-  chmod 755 ${pkgdir}/usr/sbin/gparted
+  echo '#!/bin/sh'  ${pkgdir}/usr/bin/gparted_polkit
+  echo 'if [ $(which pkexec) ]; then'  ${pkgdir}/usr/bin/gparted_polkit
+  echo '  pkexec --disable-internal-agent /usr/bin/gparted $@'  
${pkgdir}/usr/bin/gparted_polkit
+  echo 'else'  ${pkgdir}/usr/bin/gparted_polkit
+  echo '  /usr/bin/gparted $@'  ${pkgdir}/usr/bin/gparted_polkit
+  echo 'fi'  ${pkgdir}/usr/bin/gparted_polkit
+  chmod 755 ${pkgdir}/usr/bin/gparted_polkit
 }

Modified: org.archlinux.pkexec.gparted.policy
===
--- org.archlinux.pkexec.gparted.policy 2013-05-19 15:32:11 UTC (rev 185850)
+++ org.archlinux.pkexec.gparted.policy 2013-05-19 15:45:17 UTC (rev 185851)
@@ -12,7 +12,7 @@
   allow_inactiveauth_admin/allow_inactive
   allow_activeauth_admin/allow_active
 /defaults
-annotate 
key=org.freedesktop.policykit.exec.path/usr/sbin/gparted.elf/annotate
+annotate 
key=org.freedesktop.policykit.exec.path/usr/bin/gparted/annotate
 annotate key=org.freedesktop.policykit.exec.allow_guitrue/annotate
   /action
 



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 17:45:24
  Author: giovanni
Revision: 185852

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 185851, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 185851, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 185851, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 185851, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 185851, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 185851, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/extra-i686/PKGBUILD
  gparted/repos/extra-i686/gparted.install
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
  gparted/repos/extra-x86_64/PKGBUILD
  gparted/repos/extra-x86_64/gparted.install
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy

--+
 /PKGBUILD|  116 +
 /gparted.install |   28 +
 /org.archlinux.pkexec.gparted.policy |   40 +++
 extra-i686/PKGBUILD  |   52 -
 extra-i686/gparted.install   |   14 --
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD|   52 -
 extra-x86_64/gparted.install |   14 --
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   20 ---
 9 files changed, 184 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 15:45:17 UTC (rev 185851)
+++ extra-i686/PKGBUILD 2013-05-19 15:45:24 UTC (rev 185852)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gparted
-pkgver=0.16.1
-pkgrel=1
-pkgdesc=A Partition Magic clone, frontend to GNU Parted
-arch=('i686' 'x86_64')
-url=http://gparted.sourceforge.net;
-license=('GPL')
-depends=('parted' 'gtkmm' 'hicolor-icon-theme')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'ntfs-3g: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'nilfs-utils: for nilfs2 support'
-'polkit-gnome: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables'
-'mtools: utilities to access MS-DOS disks')
-install=gparted.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'org.archlinux.pkexec.gparted.policy')
-md5sums=('3f399bff031b5ce14d11a8c346f4b89c'
- 'c031d7d2b845ccb025b9f83e0ddd5653')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # Install policy file
-  install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
-
-  # We need rename the original script
-  mv ${pkgdir}/usr/sbin/gparted ${pkgdir}/usr/sbin/gparted.elf
-
-  # Install launcher script
-  echo '#!/bin/sh'  ${pkgdir}/usr/sbin/gparted
-  echo 'pkexec --disable-internal-agent /usr/sbin/gparted.elf $@'  
${pkgdir}/usr/sbin/gparted
-  chmod 755 ${pkgdir}/usr/sbin/gparted
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 185851, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 15:45:24 UTC (rev 185852)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gparted
+pkgver=0.16.1
+pkgrel=2
+pkgdesc=A Partition Magic clone, frontend to GNU Parted
+arch=('i686' 'x86_64')
+url=http://gparted.sourceforge.net;
+license=('GPL')
+depends=('parted' 'gtkmm' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
+'f2fs-tools: for Flash-Friendly File System'
+'btrfs-progs: for btrfs partitions'
+'exfat-utils: for exFAT partitions'
+'ntfs-3g: for ntfs partitions'
+'reiserfsprogs: for reiser partitions'
+

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

2013-05-19 Thread Florian Pritz
Date: Sunday, May 19, 2013 @ 18:08:49
  Author: bluewind
Revision: 185853

upgpkg: perl 5.18.0-1

upstream update

Modified:
  perl/trunk/PKGBUILD
Deleted:
  perl/trunk/CVE-2012-6329.patch
  perl/trunk/cgi-cr-escaping.diff

--+
 CVE-2012-6329.patch  |   79 -
 PKGBUILD |   23 +-
 cgi-cr-escaping.diff |   75 --
 3 files changed, 9 insertions(+), 168 deletions(-)

Deleted: CVE-2012-6329.patch
===
--- CVE-2012-6329.patch 2013-05-19 15:45:24 UTC (rev 185852)
+++ CVE-2012-6329.patch 2013-05-19 16:08:49 UTC (rev 185853)
@@ -1,79 +0,0 @@
-commit 1735f6f53ca19f99c6e9e39496c486af323ba6a8
-Author: Brian Carlson brian.carl...@cpanel.net
-Date:   Wed Nov 28 08:54:33 2012 -0500
-
-Fix misparsing of maketext strings.
-
-Case 61251: This commit fixes a misparse of maketext strings that could
-lead to arbitrary code execution.  Basically, maketext was compiling
-bracket notation into functions, but neglected to escape backslashes
-inside the content or die on fully-qualified method names when
-generating the code.  This change escapes all such backslashes and dies
-when a method name with a colon or apostrophe is specified.

- AUTHORS |  1 +
- dist/Locale-Maketext/lib/Locale/Maketext.pm | 24 
- 2 files changed, 9 insertions(+), 16 deletions(-)
-
-diff --git a/AUTHORS b/AUTHORS
-index 70734b0..009dea0 100644
 a/AUTHORS
-+++ b/AUTHORS
-@@ -154,6 +154,7 @@ Breno G. de Oliveira   g...@cpan.org
- Brent Dax brent...@cpan.org
- Brooks D Boyd
- Brian Callaghan   call...@itginc.com
-+Brian Carlson brian.carl...@cpanel.net
- Brian Clarke  cla...@appliedmeta.com
- brian d foy   brian.d@gmail.com
- Brian Fraser  frase...@gmail.com
-diff --git a/dist/Locale-Maketext/lib/Locale/Maketext.pm 
b/dist/Locale-Maketext/lib/Locale/Maketext.pm
-index 4822027..63e5fba 100644
 a/dist/Locale-Maketext/lib/Locale/Maketext.pm
-+++ b/dist/Locale-Maketext/lib/Locale/Maketext.pm
-@@ -625,21 +625,9 @@ sub _compile {
- # 0-length method name means to just interpolate:
- push @code, ' (';
- }
--elsif($m =~ /^\w+(?:\:\:\w+)*$/s
--and $m !~ m/(?:^|\:)\d/s
--# exclude starting a (sub)package or symbol with a 
digit
-+elsif($m =~ /^\w+$/s
-+# exclude anything fancy, especially fully-qualified 
module names
- ) {
--# Yes, it even supports the demented (and 
undocumented?)
--#  $obj-Foo::bar(...) syntax.
--$target-_die_pointing(
--$string_to_compile, q{Can't use SUPER:: in a 
bracket-group method},
--2 + length($c[-1])
--)
--if $m =~ m/^SUPER::/s;
--# Because for SUPER:: to work, we'd have to compile 
this into
--#  the right package, and that seems just not worth 
the bother,
--#  unless someone convinces me otherwise.
--
- push @code, ' $_[0]-' . $m . '(';
- }
- else {
-@@ -693,7 +681,9 @@ sub _compile {
- elsif(substr($1,0,1) ne '~') {
- # it's stuff not containing ~ or [ or ]
- # i.e., a literal blob
--$c[-1] .= $1;
-+my $text = $1;
-+$text =~ s/\\//g;
-+$c[-1] .= $text;
- 
- }
- elsif($1 eq '~~') { # ~~
-@@ -731,7 +721,9 @@ sub _compile {
- else {
- # It's a ~X where X is not a special character.
- # Consider it a literal ~ and X.
--$c[-1] .= $1;
-+my $text = $1;
-+$text =~ s/\\//g;
-+$c[-1] .= $text;
- }
- }
- }

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 15:45:24 UTC (rev 185852)
+++ PKGBUILD2013-05-19 16:08:49 UTC (rev 185853)
@@ -6,8 +6,8 @@
 # Contributor: francois francois.archlinux.org
 
 pkgname=perl
-pkgver=5.16.3
-pkgrel=3
+pkgver=5.18.0
+pkgrel=1
 pkgdesc=A highly capable, feature-rich programming language
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
@@ -15,33 +15,28 @@
 groups=('base')
 depends=('gdbm' 'db' 'coreutils' 'glibc' 'sh')
 source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2
-cgi-cr-escaping.diff
 perlbin.sh
 perlbin.csh
-  

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

2013-05-19 Thread Florian Pritz
Date: Sunday, May 19, 2013 @ 18:08:56
  Author: bluewind
Revision: 185854

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

Added:
  perl/repos/staging-i686/
  perl/repos/staging-i686/PKGBUILD
(from rev 185853, perl/trunk/PKGBUILD)
  perl/repos/staging-i686/perl.install
(from rev 185853, perl/trunk/perl.install)
  perl/repos/staging-i686/perlbin.csh
(from rev 185853, perl/trunk/perlbin.csh)
  perl/repos/staging-i686/perlbin.sh
(from rev 185853, perl/trunk/perlbin.sh)
  perl/repos/staging-i686/provides.pl
(from rev 185853, perl/trunk/provides.pl)
  perl/repos/staging-x86_64/
  perl/repos/staging-x86_64/PKGBUILD
(from rev 185853, perl/trunk/PKGBUILD)
  perl/repos/staging-x86_64/perl.install
(from rev 185853, perl/trunk/perl.install)
  perl/repos/staging-x86_64/perlbin.csh
(from rev 185853, perl/trunk/perlbin.csh)
  perl/repos/staging-x86_64/perlbin.sh
(from rev 185853, perl/trunk/perlbin.sh)
  perl/repos/staging-x86_64/provides.pl
(from rev 185853, perl/trunk/provides.pl)

-+
 staging-i686/PKGBUILD   |  120 
 staging-i686/perl.install   |   10 +
 staging-i686/perlbin.csh|   15 ++
 staging-i686/perlbin.sh |   18 ++
 staging-i686/provides.pl|  299 ++
 staging-x86_64/PKGBUILD |  120 
 staging-x86_64/perl.install |   10 +
 staging-x86_64/perlbin.csh  |   15 ++
 staging-x86_64/perlbin.sh   |   18 ++
 staging-x86_64/provides.pl  |  299 ++
 10 files changed, 924 insertions(+)

Copied: perl/repos/staging-i686/PKGBUILD (from rev 185853, perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 16:08:56 UTC (rev 185854)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: kevin kevin.archlinux.org
+# Contributor: judd jvinet.zeroflux.org
+# Contributor: francois francois.archlinux.org
+
+pkgname=perl
+pkgver=5.18.0
+pkgrel=1
+pkgdesc=A highly capable, feature-rich programming language
+arch=(i686 x86_64)
+license=('GPL' 'PerlArtistic')
+url=http://www.perl.org;
+groups=('base')
+depends=('gdbm' 'db' 'coreutils' 'glibc' 'sh')
+source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2
+perlbin.sh
+perlbin.csh
+provides.pl)
+install=perl.install
+options=('makeflags' '!purge')
+md5sums=('a832e928adfd36d162d2a5d3b631265c'
+ '5ed2542fdb9a60682f215bd33701e61a'
+ '1f0cbbee783e8a6d32f01be5118e0d5e'
+ '999c3eea6464860704abbb055a0f0896')
+
+# workaround to let the integrity check find the correct provides array
+if [[ ${0##*/} = parse_pkgbuilds.sh ]]; then
+   true  provides=($(bsdtar -q -O -xf 
/srv/ftp/pool/packages/$pkgname-$pkgver-$pkgrel-$CARCH.pkg.tar.xz .PKGINFO | 
sed -rn 's#^provides = (.*)#\1#p'))
+fi
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  if [ ${CARCH} = x86_64 ]; then
+# for x86_64
+arch_opts=-Dcccdlflags='-fPIC'
+  else
+# for i686
+arch_opts=
+  fi
+
+  ./Configure -des -Dusethreads -Duseshrplib -Doptimize=${CFLAGS} \
+-Dprefix=/usr -Dvendorprefix=/usr \
+-Dprivlib=/usr/share/perl5/core_perl \
+-Darchlib=/usr/lib/perl5/core_perl \
+-Dsitelib=/usr/share/perl5/site_perl \
+-Dsitearch=/usr/lib/perl5/site_perl \
+-Dvendorlib=/usr/share/perl5/vendor_perl \
+-Dvendorarch=/usr/lib/perl5/vendor_perl \
+-Dscriptdir=/usr/bin/core_perl \
+-Dsitescript=/usr/bin/site_perl \
+-Dvendorscript=/usr/bin/vendor_perl \
+-Dinc_version_list=none \
+-Dman1ext=1perl -Dman3ext=3perl ${arch_opts} \
+-Dlddlflags=-shared ${LDFLAGS} -Dldflags=${LDFLAGS}
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  TEST_JOBS=$(echo $MAKEFLAGS | sed 's/.*-j\([0-9][0-9]*\).*/\1/') make 
test_harness || true
+#  make test
+}
+
+package() {
+  # hack to work around makepkg running the subshell in check_sanity()
+  new_provides=($(cd $srcdir/perl-$pkgver; LD_PRELOAD=./libperl.so ./perl 
-Ilib $srcdir/provides.pl .))
+  provides=(${new_provides[@]})
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  ### Perl Settings ###
+  # Change man page extensions for site and vendor module builds.
+  # Set no mail address since bug reports should go to the bug tracker
+  # and not someone's email.
+  sed -e '/^man1ext=/ s/1perl/1p/' -e '/^man3ext=/ s/3perl/3pm/' \
+  -e /^cf_email=/ s/'.*'/''/ \
+  -e /^perladmin=/ s/'.*'/''/ \
+  -i ${pkgdir}/usr/lib/perl5/core_perl/Config_heavy.pl
+
+  ### CPAN Settings ###
+  # Set CPAN default config to use the site directories.
+  sed -e '/(makepl_arg =/   s//INSTALLDIRS=site/' \
+  -e '/(mbuildpl_arg =/ s//installdirs=site/' \
+  -i 

[arch-commits] Commit in perl-crypt-openssl-bignum/trunk (PKGBUILD)

2013-05-19 Thread Florian Pritz
Date: Sunday, May 19, 2013 @ 18:15:19
  Author: bluewind
Revision: 185855

upgpkg: perl-crypt-openssl-bignum 0.04-8

rebuild for perl 5.18

Modified:
  perl-crypt-openssl-bignum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 16:08:56 UTC (rev 185854)
+++ PKGBUILD2013-05-19 16:15:19 UTC (rev 185855)
@@ -4,7 +4,7 @@
 
 pkgname=perl-crypt-openssl-bignum
 pkgver=0.04
-pkgrel=7
+pkgrel=8
 pkgdesc=OpenSSL's multiprecision integer arithmetic 
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/Crypt-OpenSSL-Bignum;



[arch-commits] Commit in perl-crypt-openssl-bignum/repos (4 files)

2013-05-19 Thread Florian Pritz
Date: Sunday, May 19, 2013 @ 18:15:27
  Author: bluewind
Revision: 185856

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

Added:
  perl-crypt-openssl-bignum/repos/staging-i686/
  perl-crypt-openssl-bignum/repos/staging-i686/PKGBUILD
(from rev 185855, perl-crypt-openssl-bignum/trunk/PKGBUILD)
  perl-crypt-openssl-bignum/repos/staging-x86_64/
  perl-crypt-openssl-bignum/repos/staging-x86_64/PKGBUILD
(from rev 185855, perl-crypt-openssl-bignum/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: perl-crypt-openssl-bignum/repos/staging-i686/PKGBUILD (from rev 185855, 
perl-crypt-openssl-bignum/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 16:15:27 UTC (rev 185856)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 47483 2011-05-23 15:54:16Z tdziedzic $
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-crypt-openssl-bignum
+pkgver=0.04
+pkgrel=8
+pkgdesc=OpenSSL's multiprecision integer arithmetic 
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Crypt-OpenSSL-Bignum;
+depends=('perl' 'openssl')
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Bignum-$pkgver.tar.gz)
+md5sums=('9369ef722b0705c0604998559988eb18')
+
+build() {
+  cd  $srcdir/Crypt-OpenSSL-Bignum-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+
+check() {
+  cd  $srcdir/Crypt-OpenSSL-Bignum-$pkgver
+
+  make test
+}
+
+package() {
+  cd  $srcdir/Crypt-OpenSSL-Bignum-$pkgver
+
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Copied: perl-crypt-openssl-bignum/repos/staging-x86_64/PKGBUILD (from rev 
185855, perl-crypt-openssl-bignum/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 16:15:27 UTC (rev 185856)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 47483 2011-05-23 15:54:16Z tdziedzic $
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-crypt-openssl-bignum
+pkgver=0.04
+pkgrel=8
+pkgdesc=OpenSSL's multiprecision integer arithmetic 
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Crypt-OpenSSL-Bignum;
+depends=('perl' 'openssl')
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Bignum-$pkgver.tar.gz)
+md5sums=('9369ef722b0705c0604998559988eb18')
+
+build() {
+  cd  $srcdir/Crypt-OpenSSL-Bignum-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+
+check() {
+  cd  $srcdir/Crypt-OpenSSL-Bignum-$pkgver
+
+  make test
+}
+
+package() {
+  cd  $srcdir/Crypt-OpenSSL-Bignum-$pkgver
+
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-crypt-openssl-random/trunk (PKGBUILD)

2013-05-19 Thread Florian Pritz
Date: Sunday, May 19, 2013 @ 18:20:20
  Author: bluewind
Revision: 185857

upgpkg: perl-crypt-openssl-random 0.04-8

rebuild for perl 5.18

Modified:
  perl-crypt-openssl-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 16:15:27 UTC (rev 185856)
+++ PKGBUILD2013-05-19 16:20:20 UTC (rev 185857)
@@ -4,7 +4,7 @@
 
 pkgname=perl-crypt-openssl-random
 pkgver=0.04
-pkgrel=7
+pkgrel=8
 pkgdesc=Interface to OpenSSL PRNG methods
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/Crypt-OpenSSL-Random;



[arch-commits] Commit in perl-crypt-openssl-random/repos (4 files)

2013-05-19 Thread Florian Pritz
Date: Sunday, May 19, 2013 @ 18:20:25
  Author: bluewind
Revision: 185858

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

Added:
  perl-crypt-openssl-random/repos/staging-i686/
  perl-crypt-openssl-random/repos/staging-i686/PKGBUILD
(from rev 185857, perl-crypt-openssl-random/trunk/PKGBUILD)
  perl-crypt-openssl-random/repos/staging-x86_64/
  perl-crypt-openssl-random/repos/staging-x86_64/PKGBUILD
(from rev 185857, perl-crypt-openssl-random/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: perl-crypt-openssl-random/repos/staging-i686/PKGBUILD (from rev 185857, 
perl-crypt-openssl-random/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 16:20:25 UTC (rev 185858)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 47486 2011-05-23 15:55:23Z tdziedzic $
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-crypt-openssl-random
+pkgver=0.04
+pkgrel=8
+pkgdesc=Interface to OpenSSL PRNG methods
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Crypt-OpenSSL-Random;
+depends=('perl' 'openssl')
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Random-$pkgver.tar.gz)
+md5sums=('c56ac5dbdd46122eb9b8da59613b7b0a')
+
+build() {
+  cd  $srcdir/Crypt-OpenSSL-Random-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  $srcdir/Crypt-OpenSSL-Random-$pkgver
+
+  make test
+}
+
+package() {
+  cd  $srcdir/Crypt-OpenSSL-Random-$pkgver
+
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Copied: perl-crypt-openssl-random/repos/staging-x86_64/PKGBUILD (from rev 
185857, perl-crypt-openssl-random/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 16:20:25 UTC (rev 185858)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 47486 2011-05-23 15:55:23Z tdziedzic $
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-crypt-openssl-random
+pkgver=0.04
+pkgrel=8
+pkgdesc=Interface to OpenSSL PRNG methods
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Crypt-OpenSSL-Random;
+depends=('perl' 'openssl')
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Random-$pkgver.tar.gz)
+md5sums=('c56ac5dbdd46122eb9b8da59613b7b0a')
+
+build() {
+  cd  $srcdir/Crypt-OpenSSL-Random-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  $srcdir/Crypt-OpenSSL-Random-$pkgver
+
+  make test
+}
+
+package() {
+  cd  $srcdir/Crypt-OpenSSL-Random-$pkgver
+
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-xml-parser/trunk (PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:20:45
  Author: foutrelis
Revision: 185859

upgpkg: perl-xml-parser 2.41-4

Perl 5.18 rebuild.

Modified:
  perl-xml-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 16:20:25 UTC (rev 185858)
+++ PKGBUILD2013-05-19 16:20:45 UTC (rev 185859)
@@ -7,7 +7,7 @@
 pkgname=perl-xml-parser
 _realname=XML-Parser
 pkgver=2.41
-pkgrel=3
+pkgrel=4
 pkgdesc=Expat-based XML parser module for perl
 arch=('i686' 'x86_64')
 license=('GPL' 'PerlArtistic')



[arch-commits] Commit in perl-xml-parser/repos (4 files)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:20:54
  Author: foutrelis
Revision: 185860

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

Added:
  perl-xml-parser/repos/staging-i686/
  perl-xml-parser/repos/staging-i686/PKGBUILD
(from rev 185859, perl-xml-parser/trunk/PKGBUILD)
  perl-xml-parser/repos/staging-x86_64/
  perl-xml-parser/repos/staging-x86_64/PKGBUILD
(from rev 185859, perl-xml-parser/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: perl-xml-parser/repos/staging-i686/PKGBUILD (from rev 185859, 
perl-xml-parser/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 16:20:54 UTC (rev 185860)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: firmicus franc...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: herb hr...@archlinux.org
+
+pkgname=perl-xml-parser
+_realname=XML-Parser
+pkgver=2.41
+pkgrel=4
+pkgdesc=Expat-based XML parser module for perl
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl' 'expat')
+replaces=('perlxml')
+provides=(perlxml=${pkgver})
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/${_realname}-${pkgver}.tar.gz;)
+md5sums=('c320d2ffa459e6cdc6f9f59c1185855e')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+
+  # remove perllocal.pod and .packlist.
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}

Copied: perl-xml-parser/repos/staging-x86_64/PKGBUILD (from rev 185859, 
perl-xml-parser/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 16:20:54 UTC (rev 185860)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: firmicus franc...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: herb hr...@archlinux.org
+
+pkgname=perl-xml-parser
+_realname=XML-Parser
+pkgver=2.41
+pkgrel=4
+pkgdesc=Expat-based XML parser module for perl
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl' 'expat')
+replaces=('perlxml')
+provides=(perlxml=${pkgver})
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/${_realname}-${pkgver}.tar.gz;)
+md5sums=('c320d2ffa459e6cdc6f9f59c1185855e')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+
+  # remove perllocal.pod and .packlist.
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}



[arch-commits] Commit in perl-crypt-openssl-rsa/trunk (PKGBUILD)

2013-05-19 Thread Florian Pritz
Date: Sunday, May 19, 2013 @ 18:26:23
  Author: bluewind
Revision: 185861

upgpkg: perl-crypt-openssl-rsa 0.28-4

rebuild for perl 5.18

Modified:
  perl-crypt-openssl-rsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 16:20:54 UTC (rev 185860)
+++ PKGBUILD2013-05-19 16:26:23 UTC (rev 185861)
@@ -4,7 +4,7 @@
 
 pkgname=perl-crypt-openssl-rsa
 pkgver=0.28
-pkgrel=3
+pkgrel=4
 pkgdesc=Interface to OpenSSL RSA methods
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/Crypt-OpenSSL-RSA;



[arch-commits] Commit in perl-crypt-openssl-rsa/repos (4 files)

2013-05-19 Thread Florian Pritz
Date: Sunday, May 19, 2013 @ 18:26:28
  Author: bluewind
Revision: 185862

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

Added:
  perl-crypt-openssl-rsa/repos/staging-i686/
  perl-crypt-openssl-rsa/repos/staging-i686/PKGBUILD
(from rev 185861, perl-crypt-openssl-rsa/trunk/PKGBUILD)
  perl-crypt-openssl-rsa/repos/staging-x86_64/
  perl-crypt-openssl-rsa/repos/staging-x86_64/PKGBUILD
(from rev 185861, perl-crypt-openssl-rsa/trunk/PKGBUILD)

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

Copied: perl-crypt-openssl-rsa/repos/staging-i686/PKGBUILD (from rev 185861, 
perl-crypt-openssl-rsa/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 16:26:28 UTC (rev 185862)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 56402 2011-10-07 09:48:12Z spupykin $
+# Maintainer: Florian Pritz bluew...@xinu.at 
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-crypt-openssl-rsa
+pkgver=0.28
+pkgrel=4
+pkgdesc=Interface to OpenSSL RSA methods
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Crypt-OpenSSL-RSA;
+depends=('perl-crypt-openssl-random' 'perl-crypt-openssl-bignum')
+license=('GPL')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERLER/Crypt-OpenSSL-RSA-$pkgver.tar.gz;)
+md5sums=('86217a5036fc63779c30420b5fd84129')
+
+build() {
+  cd  $srcdir/Crypt-OpenSSL-RSA-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  $srcdir/Crypt-OpenSSL-RSA-$pkgver
+
+  make test
+}
+
+package() {
+  cd  $srcdir/Crypt-OpenSSL-RSA-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Copied: perl-crypt-openssl-rsa/repos/staging-x86_64/PKGBUILD (from rev 185861, 
perl-crypt-openssl-rsa/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 16:26:28 UTC (rev 185862)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 56402 2011-10-07 09:48:12Z spupykin $
+# Maintainer: Florian Pritz bluew...@xinu.at 
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-crypt-openssl-rsa
+pkgver=0.28
+pkgrel=4
+pkgdesc=Interface to OpenSSL RSA methods
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Crypt-OpenSSL-RSA;
+depends=('perl-crypt-openssl-random' 'perl-crypt-openssl-bignum')
+license=('GPL')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERLER/Crypt-OpenSSL-RSA-$pkgver.tar.gz;)
+md5sums=('86217a5036fc63779c30420b5fd84129')
+
+build() {
+  cd  $srcdir/Crypt-OpenSSL-RSA-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  $srcdir/Crypt-OpenSSL-RSA-$pkgver
+
+  make test
+}
+
+package() {
+  cd  $srcdir/Crypt-OpenSSL-RSA-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:27:40
  Author: foutrelis
Revision: 185863

upgpkg: glib-perl 1.280-2

Perl 5.18 rebuild.

Modified:
  glib-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 16:26:28 UTC (rev 185862)
+++ PKGBUILD2013-05-19 16:27:40 UTC (rev 185863)
@@ -4,7 +4,7 @@
 
 pkgname=glib-perl
 pkgver=1.280
-pkgrel=1
+pkgrel=2
 pkgdesc=Perl wrappers for glib 2.x, including GObject
 arch=(i686 x86_64)
 license=('LGPL')



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:27:49
  Author: foutrelis
Revision: 185864

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

Added:
  glib-perl/repos/staging-i686/
  glib-perl/repos/staging-i686/PKGBUILD
(from rev 185863, glib-perl/trunk/PKGBUILD)
  glib-perl/repos/staging-x86_64/
  glib-perl/repos/staging-x86_64/PKGBUILD
(from rev 185863, glib-perl/trunk/PKGBUILD)

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

Copied: glib-perl/repos/staging-i686/PKGBUILD (from rev 185863, 
glib-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 16:27:49 UTC (rev 185864)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=glib-perl
+pkgver=1.280
+pkgrel=2
+pkgdesc=Perl wrappers for glib 2.x, including GObject
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+options=('!emptydirs')
+depends=('glib2' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('1d81a8aec5f7f1182a96cfaaf119d866')
+
+build() {
+  cd ${srcdir}/Glib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Glib-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/Glib-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: glib-perl/repos/staging-x86_64/PKGBUILD (from rev 185863, 
glib-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 16:27:49 UTC (rev 185864)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=glib-perl
+pkgver=1.280
+pkgrel=2
+pkgdesc=Perl wrappers for glib 2.x, including GObject
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+options=('!emptydirs')
+depends=('glib2' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('1d81a8aec5f7f1182a96cfaaf119d866')
+
+build() {
+  cd ${srcdir}/Glib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Glib-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/Glib-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 18:28:47
  Author: giovanni
Revision: 185865

upgpkg: gparted 0.16.1-3

Fixed gparted.desktop file

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 16:27:49 UTC (rev 185864)
+++ PKGBUILD2013-05-19 16:28:47 UTC (rev 185865)
@@ -5,7 +5,7 @@
 
 pkgname=gparted
 pkgver=0.16.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A Partition Magic clone, frontend to GNU Parted
 arch=('i686' 'x86_64')
 url=http://gparted.sourceforge.net;
@@ -33,6 +33,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
+  sed -i s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit 
%f:g gparted.desktop.in.in
   ./configure --prefix=/usr \
   --sbindir=/usr/bin
   make
@@ -41,7 +42,6 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  sed -i -e s:Exec=gksudo /usr/bin/gparted %f:Exec=/usr/bin/gparted_polkit 
%f:g gparted.desktop
   make DESTDIR=${pkgdir} install
 
   # Install policy file



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 18:28:55
  Author: giovanni
Revision: 185866

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 185865, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 185865, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 185865, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 185865, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 185865, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 185865, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/extra-i686/PKGBUILD
  gparted/repos/extra-i686/gparted.install
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
  gparted/repos/extra-x86_64/PKGBUILD
  gparted/repos/extra-x86_64/gparted.install
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy

--+
 /PKGBUILD|  116 +
 /gparted.install |   28 +
 /org.archlinux.pkexec.gparted.policy |   40 +++
 extra-i686/PKGBUILD  |   58 --
 extra-i686/gparted.install   |   14 --
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD|   58 --
 extra-x86_64/gparted.install |   14 --
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   20 ---
 9 files changed, 184 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 16:28:47 UTC (rev 185865)
+++ extra-i686/PKGBUILD 2013-05-19 16:28:55 UTC (rev 185866)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gparted
-pkgver=0.16.1
-pkgrel=2
-pkgdesc=A Partition Magic clone, frontend to GNU Parted
-arch=('i686' 'x86_64')
-url=http://gparted.sourceforge.net;
-license=('GPL')
-depends=('parted' 'gtkmm' 'hicolor-icon-theme')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'f2fs-tools: for Flash-Friendly File System'
-'btrfs-progs: for btrfs partitions'
-'exfat-utils: for exFAT partitions'
-'ntfs-3g: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'nilfs-utils: for nilfs2 support'
-'polkit-gnome: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables'
-'mtools: utilities to access MS-DOS disks')
-install=gparted.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'org.archlinux.pkexec.gparted.policy')
-md5sums=('3f399bff031b5ce14d11a8c346f4b89c'
- '122ed3120c846376bead22b25f6a3b19')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e s:Exec=gksudo /usr/bin/gparted %f:Exec=/usr/bin/gparted_polkit 
%f:g gparted.desktop
-  make DESTDIR=${pkgdir} install
-
-  # Install policy file
-  install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
-
-  # Install launcher script
-  echo '#!/bin/sh'  ${pkgdir}/usr/bin/gparted_polkit
-  echo 'if [ $(which pkexec) ]; then'  ${pkgdir}/usr/bin/gparted_polkit
-  echo '  pkexec --disable-internal-agent /usr/bin/gparted $@'  
${pkgdir}/usr/bin/gparted_polkit
-  echo 'else'  ${pkgdir}/usr/bin/gparted_polkit
-  echo '  /usr/bin/gparted $@'  ${pkgdir}/usr/bin/gparted_polkit
-  echo 'fi'  ${pkgdir}/usr/bin/gparted_polkit
-  chmod 755 ${pkgdir}/usr/bin/gparted_polkit
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 185865, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 16:28:55 UTC (rev 185866)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gparted
+pkgver=0.16.1
+pkgrel=3
+pkgdesc=A Partition Magic clone, frontend to GNU Parted
+arch=('i686' 'x86_64')
+url=http://gparted.sourceforge.net;
+license=('GPL')
+depends=('parted' 'gtkmm' 

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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:30:28
  Author: foutrelis
Revision: 185867

upgpkg: xfconf 4.10.0-3

Perl 5.18 rebuild.

Modified:
  xfconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 16:28:55 UTC (rev 185866)
+++ PKGBUILD2013-05-19 16:30:28 UTC (rev 185867)
@@ -4,7 +4,7 @@
 
 pkgname=xfconf
 pkgver=4.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A simple client-server configuration storage and query system
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
@@ -13,8 +13,8 @@
 # http://www.xfce.org/documentation/requirements
 # keep dbus, see also http://bugs.archlinux.org/task/14536
 depends=('libxfce4util' 'dbus-glib' 'dbus')
-makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig'
- 'glib-perl' 'intltool' 'gtk-doc' 'chrpath')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig' 'glib-perl'
+ 'intltool' 'gtk-doc' 'chrpath')
 options=('!libtool' '!emptydirs')
 
source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
 sha256sums=('175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576')



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:30:38
  Author: foutrelis
Revision: 185868

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

Added:
  xfconf/repos/staging-i686/
  xfconf/repos/staging-i686/PKGBUILD
(from rev 185867, xfconf/trunk/PKGBUILD)
  xfconf/repos/staging-x86_64/
  xfconf/repos/staging-x86_64/PKGBUILD
(from rev 185867, xfconf/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   49 ++
 staging-x86_64/PKGBUILD |   49 ++
 2 files changed, 98 insertions(+)

Copied: xfconf/repos/staging-i686/PKGBUILD (from rev 185867, 
xfconf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 16:30:38 UTC (rev 185868)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfconf
+pkgver=4.10.0
+pkgrel=3
+pkgdesc=A simple client-server configuration storage and query system
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+# http://www.xfce.org/documentation/requirements
+# keep dbus, see also http://bugs.archlinux.org/task/14536
+depends=('libxfce4util' 'dbus-glib' 'dbus')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig' 'glib-perl'
+ 'intltool' 'gtk-doc' 'chrpath')
+options=('!libtool' '!emptydirs')
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--enable-gtk-doc \
+--with-perl-options=INSTALLDIRS=vendor \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # remove unneeded dynloader bootstrap file
+  rm $pkgdir/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.bs
+
+  # fix insecure rpath, http://bugs.archlinux.org/task/19980
+  chrpath -d $pkgdir/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.so
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfconf/repos/staging-x86_64/PKGBUILD (from rev 185867, 
xfconf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 16:30:38 UTC (rev 185868)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfconf
+pkgver=4.10.0
+pkgrel=3
+pkgdesc=A simple client-server configuration storage and query system
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+# http://www.xfce.org/documentation/requirements
+# keep dbus, see also http://bugs.archlinux.org/task/14536
+depends=('libxfce4util' 'dbus-glib' 'dbus')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig' 'glib-perl'
+ 'intltool' 'gtk-doc' 'chrpath')
+options=('!libtool' '!emptydirs')
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--enable-gtk-doc \
+--with-perl-options=INSTALLDIRS=vendor \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # remove unneeded dynloader bootstrap file
+  rm $pkgdir/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.bs
+
+  # fix insecure rpath, http://bugs.archlinux.org/task/19980
+  chrpath -d $pkgdir/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.so
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:42:53
  Author: foutrelis
Revision: 185869

upgpkg: pidgin 2.10.7-4

Perl 5.18 rebuild.

Modified:
  pidgin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 16:30:38 UTC (rev 185868)
+++ PKGBUILD2013-05-19 16:42:53 UTC (rev 185869)
@@ -7,7 +7,7 @@
 
 pkgname=('pidgin' 'libpurple' 'finch')
 pkgver=2.10.7
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url=http://pidgin.im/;
 license=('GPL')



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:43:07
  Author: foutrelis
Revision: 185870

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

Added:
  pidgin/repos/staging-i686/
  pidgin/repos/staging-i686/PKGBUILD
(from rev 185869, pidgin/trunk/PKGBUILD)
  pidgin/repos/staging-i686/pidgin-2.10.7-link-libirc-to-libsasl2.patch
(from rev 185869, pidgin/trunk/pidgin-2.10.7-link-libirc-to-libsasl2.patch)
  pidgin/repos/staging-i686/pidgin.install
(from rev 185869, pidgin/trunk/pidgin.install)
  pidgin/repos/staging-x86_64/
  pidgin/repos/staging-x86_64/PKGBUILD
(from rev 185869, pidgin/trunk/PKGBUILD)
  pidgin/repos/staging-x86_64/pidgin-2.10.7-link-libirc-to-libsasl2.patch
(from rev 185869, pidgin/trunk/pidgin-2.10.7-link-libirc-to-libsasl2.patch)
  pidgin/repos/staging-x86_64/pidgin.install
(from rev 185869, pidgin/trunk/pidgin.install)

+
 staging-i686/PKGBUILD  |  104 +++
 staging-i686/pidgin-2.10.7-link-libirc-to-libsasl2.patch   |   12 +
 staging-i686/pidgin.install|   11 +
 staging-x86_64/PKGBUILD|  104 +++
 staging-x86_64/pidgin-2.10.7-link-libirc-to-libsasl2.patch |   12 +
 staging-x86_64/pidgin.install  |   11 +
 6 files changed, 254 insertions(+)

Copied: pidgin/repos/staging-i686/PKGBUILD (from rev 185869, 
pidgin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 16:43:07 UTC (rev 185870)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+
+pkgname=('pidgin' 'libpurple' 'finch')
+pkgver=2.10.7
+pkgrel=4
+arch=('i686' 'x86_64')
+url=http://pidgin.im/;
+license=('GPL')
+makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
+ 'libidn' 'python2' 'hicolor-icon-theme' 'farstream-0.1' 'avahi'
+ 'tk' 'ca-certificates' 'intltool' 'networkmanager')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
+pidgin-2.10.7-link-libirc-to-libsasl2.patch)
+sha256sums=('eba32994eca20d1cf24a4261b059b2de71a1ec2dd0926e904074b0db49f7f192'
+'063723d5dc5726c43137b4b383c9d07c2c008391f6a626faaf6cedd31a2f1e8f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # https://developer.pidgin.im/ticket/15517
+  patch -Np1 -i $srcdir/pidgin-2.10.7-link-libirc-to-libsasl2.patch
+  autoreconf -vi
+
+  # Use Python 2
+  sed -i 's/env python$/2/' */plugins/*.py \
+libpurple/purple-{remote,notifications-example,url-handler}
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-schemas-install \
+--disable-meanwhile \
+--disable-gnutls \
+--enable-cyrus-sasl \
+--disable-doxygen \
+--enable-nm \
+--with-python=/usr/bin/python2 \
+--with-system-ssl-certs=/etc/ssl/certs
+make
+}
+
+package_pidgin(){
+  pkgdesc=Multi-protocol instant messaging client
+  depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
+   'hicolor-icon-theme')
+  optdepends=('aspell: for spelling correction')
+  install=pidgin.install
+
+  cd $srcdir/pidgin-$pkgver
+
+  # For linking
+  make -C libpurple DESTDIR=$pkgdir install-libLTLIBRARIES
+
+  make -C pidgin DESTDIR=$pkgdir install
+  make -C doc DESTDIR=$pkgdir install
+
+  # Remove files that are packaged in libpurle
+  make -C libpurple DESTDIR=$pkgdir uninstall-libLTLIBRARIES
+
+  install -Dm644 pidgin.desktop $pkgdir/usr/share/applications/pidgin.desktop
+
+  rm $pkgdir/usr/share/man/man1/finch.1
+}
+
+package_libpurple(){
+  pkgdesc=IM library extracted from Pidgin
+  depends=('farstream-0.1' 'libsasl' 'libidn' 'dbus-glib' 'nss')
+  optdepends=('avahi: Bonjour protocol support'
+  'ca-certificates: SSL CA certificates'
+  'python2-dbus: for purple-remote and purple-url-handler'
+  'tk: Tcl/Tk scripting support')
+
+  cd $srcdir/pidgin-$pkgver
+
+  for _dir in libpurple share/sounds share/ca-certs m4macros po; do
+make -C $_dir DESTDIR=$pkgdir install
+  done
+}
+
+package_finch(){
+  pkgdesc=A ncurses-based messaging client
+  depends=(libpurple=$pkgver-$pkgrel 'libx11' 'python2')
+
+  cd $srcdir/pidgin-$pkgver
+
+  # For linking
+  make -C libpurple DESTDIR=$pkgdir install-libLTLIBRARIES
+
+  make -C finch DESTDIR=$pkgdir install
+  make -C doc DESTDIR=$pkgdir install
+
+  # Remove files that are packaged in libpurle
+  make -C libpurple DESTDIR=$pkgdir uninstall-libLTLIBRARIES
+
+  rm $pkgdir/usr/share/man/man1/pidgin.1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 

[arch-commits] Commit in (bmp)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:47:44
  Author: foutrelis
Revision: 185873

Remove bmp; obsoleted by audacious over half a decade ago.

Deleted:
  bmp/



[arch-commits] Commit in perl-yaml-syck/trunk (PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:50:40
  Author: foutrelis
Revision: 185874

upgpkg: perl-yaml-syck 1.25-2

Perl 5.18 rebuild.

Modified:
  perl-yaml-syck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 16:47:44 UTC (rev 185873)
+++ PKGBUILD2013-05-19 16:50:40 UTC (rev 185874)
@@ -5,7 +5,7 @@
 pkgname=perl-yaml-syck
 _realname=YAML-Syck
 pkgver=1.25
-pkgrel=1
+pkgrel=2
 pkgdesc=Fast, lightweight YAML loader and dumper
 arch=('i686' 'x86_64')
 license=('custom')



[arch-commits] Commit in perl-yaml-syck/repos (4 files)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:50:49
  Author: foutrelis
Revision: 185875

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

Added:
  perl-yaml-syck/repos/staging-i686/
  perl-yaml-syck/repos/staging-i686/PKGBUILD
(from rev 185874, perl-yaml-syck/trunk/PKGBUILD)
  perl-yaml-syck/repos/staging-x86_64/
  perl-yaml-syck/repos/staging-x86_64/PKGBUILD
(from rev 185874, perl-yaml-syck/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: perl-yaml-syck/repos/staging-i686/PKGBUILD (from rev 185874, 
perl-yaml-syck/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 16:50:49 UTC (rev 185875)
@@ -0,0 +1,37 @@
+# $Id$
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Maintainer: kevin ke...@archlinux.org
+
+pkgname=perl-yaml-syck
+_realname=YAML-Syck
+pkgver=1.25
+pkgrel=2
+pkgdesc=Fast, lightweight YAML loader and dumper
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TO/TODDR/${_realname}-$pkgver.tar.gz)
+md5sums=('847f315cbd074b42c44f360383ac13e9')
+
+build() {
+  cd ${srcdir}/${_realname}-$pkgver
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make install DESTDIR=${pkgdir}
+
+  # license.
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: perl-yaml-syck/repos/staging-x86_64/PKGBUILD (from rev 185874, 
perl-yaml-syck/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 16:50:49 UTC (rev 185875)
@@ -0,0 +1,37 @@
+# $Id$
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Maintainer: kevin ke...@archlinux.org
+
+pkgname=perl-yaml-syck
+_realname=YAML-Syck
+pkgver=1.25
+pkgrel=2
+pkgdesc=Fast, lightweight YAML loader and dumper
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TO/TODDR/${_realname}-$pkgver.tar.gz)
+md5sums=('847f315cbd074b42c44f360383ac13e9')
+
+build() {
+  cd ${srcdir}/${_realname}-$pkgver
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make install DESTDIR=${pkgdir}
+
+  # license.
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



[arch-commits] Commit in perl-digest-nilsimsa/trunk (PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:52:54
  Author: foutrelis
Revision: 185876

upgpkg: perl-digest-nilsimsa 0.06-9

Perl 5.18 rebuild.

Modified:
  perl-digest-nilsimsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 16:50:49 UTC (rev 185875)
+++ PKGBUILD2013-05-19 16:52:54 UTC (rev 185876)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: kevin ke...@archlinux.org
+# Maintainer:
 # Contributor: Manolis Tzanidakis
 
 pkgname=perl-digest-nilsimsa
 _realname=Digest-Nilsimsa
 pkgver=0.06
-pkgrel=8
+pkgrel=9
 pkgdesc=Perl version of Nilsimsa code
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -13,7 +13,7 @@
 depends=('perl')
 replaces=('digest-nilsimsa')
 provides=('digest-nilsimsa')
-options=(!emptydirs)
+options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/V/VI/VIPUL/${_realname}-${pkgver}.tar.gz)
 md5sums=('08e940bd7f5d1167ef3fd1aa7ce234d7')
 



[arch-commits] Commit in perl-digest-nilsimsa/repos (4 files)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:53:03
  Author: foutrelis
Revision: 185877

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

Added:
  perl-digest-nilsimsa/repos/staging-i686/
  perl-digest-nilsimsa/repos/staging-i686/PKGBUILD
(from rev 185876, perl-digest-nilsimsa/trunk/PKGBUILD)
  perl-digest-nilsimsa/repos/staging-x86_64/
  perl-digest-nilsimsa/repos/staging-x86_64/PKGBUILD
(from rev 185876, perl-digest-nilsimsa/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: perl-digest-nilsimsa/repos/staging-i686/PKGBUILD (from rev 185876, 
perl-digest-nilsimsa/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 16:53:03 UTC (rev 185877)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-nilsimsa
+_realname=Digest-Nilsimsa
+pkgver=0.06
+pkgrel=9
+pkgdesc=Perl version of Nilsimsa code
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+replaces=('digest-nilsimsa')
+provides=('digest-nilsimsa')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/V/VI/VIPUL/${_realname}-${pkgver}.tar.gz)
+md5sums=('08e940bd7f5d1167ef3fd1aa7ce234d7')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+# vim: ts=2 sw=2 et ft=sh

Copied: perl-digest-nilsimsa/repos/staging-x86_64/PKGBUILD (from rev 185876, 
perl-digest-nilsimsa/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 16:53:03 UTC (rev 185877)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-nilsimsa
+_realname=Digest-Nilsimsa
+pkgver=0.06
+pkgrel=9
+pkgdesc=Perl version of Nilsimsa code
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+replaces=('digest-nilsimsa')
+provides=('digest-nilsimsa')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/V/VI/VIPUL/${_realname}-${pkgver}.tar.gz)
+md5sums=('08e940bd7f5d1167ef3fd1aa7ce234d7')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+# vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-digest-nilsimsa/trunk (PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:55:30
  Author: foutrelis
Revision: 185878

Add previous maintainer as a contributor.

Modified:
  perl-digest-nilsimsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 16:53:03 UTC (rev 185877)
+++ PKGBUILD2013-05-19 16:55:30 UTC (rev 185878)
@@ -1,5 +1,6 @@
 # $Id$
 # Maintainer:
+# Contributor: kevin ke...@archlinux.org
 # Contributor: Manolis Tzanidakis
 
 pkgname=perl-digest-nilsimsa



[arch-commits] Commit in perl-digest-nilsimsa/repos (4 files)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 18:55:58
  Author: foutrelis
Revision: 185879

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

Added:
  perl-digest-nilsimsa/repos/staging-i686/PKGBUILD
(from rev 185878, perl-digest-nilsimsa/trunk/PKGBUILD)
  perl-digest-nilsimsa/repos/staging-x86_64/PKGBUILD
(from rev 185878, perl-digest-nilsimsa/trunk/PKGBUILD)
Deleted:
  perl-digest-nilsimsa/repos/staging-i686/PKGBUILD
  perl-digest-nilsimsa/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   72 ++
 staging-i686/PKGBUILD   |   35 --
 staging-x86_64/PKGBUILD |   35 --
 3 files changed, 72 insertions(+), 70 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-05-19 16:55:30 UTC (rev 185878)
+++ staging-i686/PKGBUILD   2013-05-19 16:55:58 UTC (rev 185879)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-digest-nilsimsa
-_realname=Digest-Nilsimsa
-pkgver=0.06
-pkgrel=9
-pkgdesc=Perl version of Nilsimsa code
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl')
-replaces=('digest-nilsimsa')
-provides=('digest-nilsimsa')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/V/VI/VIPUL/${_realname}-${pkgver}.tar.gz)
-md5sums=('08e940bd7f5d1167ef3fd1aa7ce234d7')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-digest-nilsimsa/repos/staging-i686/PKGBUILD (from rev 185878, 
perl-digest-nilsimsa/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 16:55:58 UTC (rev 185879)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: kevin ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-nilsimsa
+_realname=Digest-Nilsimsa
+pkgver=0.06
+pkgrel=9
+pkgdesc=Perl version of Nilsimsa code
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+replaces=('digest-nilsimsa')
+provides=('digest-nilsimsa')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/V/VI/VIPUL/${_realname}-${pkgver}.tar.gz)
+md5sums=('08e940bd7f5d1167ef3fd1aa7ce234d7')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+# vim: ts=2 sw=2 et ft=sh

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2013-05-19 16:55:30 UTC (rev 185878)
+++ staging-x86_64/PKGBUILD 2013-05-19 16:55:58 UTC (rev 185879)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-digest-nilsimsa
-_realname=Digest-Nilsimsa
-pkgver=0.06
-pkgrel=9
-pkgdesc=Perl version of Nilsimsa code
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl')
-replaces=('digest-nilsimsa')
-provides=('digest-nilsimsa')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/V/VI/VIPUL/${_realname}-${pkgver}.tar.gz)
-md5sums=('08e940bd7f5d1167ef3fd1aa7ce234d7')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-digest-nilsimsa/repos/staging-x86_64/PKGBUILD (from rev 185878, 
perl-digest-nilsimsa/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 16:55:58 UTC (rev 185879)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: kevin ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-nilsimsa
+_realname=Digest-Nilsimsa
+pkgver=0.06
+pkgrel=9
+pkgdesc=Perl version of Nilsimsa code
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+replaces=('digest-nilsimsa')
+provides=('digest-nilsimsa')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/V/VI/VIPUL/${_realname}-${pkgver}.tar.gz)
+md5sums=('08e940bd7f5d1167ef3fd1aa7ce234d7')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  

  1   2   3   >