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

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 08:11:10
  Author: bpiotrowski
Revision: 92346

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

Added:
  geda-gaf/repos/community-staging-i686/
  geda-gaf/repos/community-staging-i686/ChangeLog
(from rev 92345, geda-gaf/trunk/ChangeLog)
  geda-gaf/repos/community-staging-i686/PKGBUILD
(from rev 92345, geda-gaf/trunk/PKGBUILD)
  geda-gaf/repos/community-staging-i686/geda-gaf.install
(from rev 92345, geda-gaf/trunk/geda-gaf.install)
  geda-gaf/repos/community-staging-x86_64/
  geda-gaf/repos/community-staging-x86_64/ChangeLog
(from rev 92345, geda-gaf/trunk/ChangeLog)
  geda-gaf/repos/community-staging-x86_64/PKGBUILD
(from rev 92345, geda-gaf/trunk/PKGBUILD)
  geda-gaf/repos/community-staging-x86_64/geda-gaf.install
(from rev 92345, geda-gaf/trunk/geda-gaf.install)

---+
 community-staging-i686/ChangeLog  |   57 
 community-staging-i686/PKGBUILD   |   38 ++
 community-staging-i686/geda-gaf.install   |   19 +
 community-staging-x86_64/ChangeLog|   57 
 community-staging-x86_64/PKGBUILD |   38 ++
 community-staging-x86_64/geda-gaf.install |   19 +
 6 files changed, 228 insertions(+)

Copied: geda-gaf/repos/community-staging-i686/ChangeLog (from rev 92345, 
geda-gaf/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-06-04 06:11:10 UTC (rev 92346)
@@ -0,0 +1,57 @@
+2012-01-19 Kyle Keen keen...@gmail.com
+   * 1.8.1-1
+   - Version bump
+
+2012-01-19 Kyle Keen keen...@gmail.com
+   * 1.6.2-2
+   - libpng15 rebuild
+
+2010-12-26 Stefan Husmann stefan-husm...@t-online.de
+   * 1.6.1-2
+   - adopted, moved to [community]
+   - added some optional dependencies
+   - added some sed-commands for python2 compatibility
+
+2010-02-14 Jared Casper jaredcas...@gmail.com
+   * 1.6.1-1
+   - Version bump
+
+2009-10-10 Jared Casper jaredcas...@gmail.com
+   * 1.6.0-2
+   - Fixed a bug causing icon problems
+
+2009-10-05 Jared Casper jaredcas...@gmail.com
+   * 1.6.0-1
+   - Merged with geda-libs and renamed to geda-gaf to match up with
+   the release tarball name
+
+2009-05-03 Jared Casper jaredcas...@gmail.com
+   * 1.4.3-2
+   - Added gettext dep (noted by sergej)
+   - Added '|| return 1's to configure and make commands
+   - A bit of other random cleanup of deps
+
+2009-01-03 Jared Casper jaredcas...@gmail.com
+   * 1.4.3-1
+   - Version bump
+   - Fix dependencies (s/=/=/)
+
+2008-12-20 Jared Casper jaredcas...@gmail.com
+   * 1.4.2-1
+   - Version bump
+   - Update from comments
+
+2008-09-28 Jared Casper jaredcas...@gmail.com
+   * 1.4.1-1
+   - Version bump
+   - Added icon cache update
+   - Added icon cache and desktop update to post_update
+
+2008-05-07 Jared Casper jaredcas...@gmail.com
+
+   * 1.4.0-1
+   - adopted by Jared Casper
+   - Update PKGBUILD to current standards and latest version (1.4.0)
+   - add configure options and install script to handle desktop issues
+   - added ChangeLog
+

Copied: geda-gaf/repos/community-staging-i686/PKGBUILD (from rev 92345, 
geda-gaf/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-04 06:11:10 UTC (rev 92346)
@@ -0,0 +1,38 @@
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Jared Casper jaredcas...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=geda-gaf
+pkgver=1.8.1
+pkgrel=2
+pkgdesc=gEDA/gaf suite - Contains gschem, gnetlist, gsymcheck, gattrib, 
utilities and documentation from the gEDA project
+arch=('i686' 'x86_64')
+url=http://www.gpleda.org;
+license=('GPL')
+depends=('gtk2' 'guile' 'libstroke' 'shared-mime-info' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'perlxml' 'flex' 'gawk')
+optdepends=('python2: for two of the commands (garchive, tragesym)'
+  'gawk: for sw2asc')
+replaces=('geda-suite' 'geda-libs')
+install=geda-gaf.install
+source=(http://ftp.geda-project.org/geda-gaf/stable/v1.8/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('3c5ef297e403b493fdf7a5d47bbeeb73')
+
+build ()
+{
+  cd $srcdir/$pkgname-$pkgver/
+  ./configure --prefix=/usr --disable-update-xdg-database 
+  make 
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/
+  make DESTDIR=$pkgdir/ install 
+  sed -i 's+/usr/bin/env python+/usr/bin/env python2+' \
+$pkgdir/usr/bin/garchive
+  sed -i 's+/usr/bin/python+/usr/bin/python2+' \
+$pkgdir/usr/bin/tragesym
+  sed -i 's+/usr/bin/python+/usr/bin/python2+' \
+

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

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 08:10:54
  Author: bpiotrowski
Revision: 92345

upgpkg: geda-gaf 1.8.1-2

- rebuild against guile 2.0

Modified:
  geda-gaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 05:37:33 UTC (rev 92344)
+++ PKGBUILD2013-06-04 06:10:54 UTC (rev 92345)
@@ -4,7 +4,7 @@
 
 pkgname=geda-gaf
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=gEDA/gaf suite - Contains gschem, gnetlist, gsymcheck, gattrib, 
utilities and documentation from the gEDA project
 arch=('i686' 'x86_64')
 url=http://www.gpleda.org;



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

2013-06-04 Thread Tobias Powalowski
Date: Tuesday, June 4, 2013 @ 08:22:25
  Author: tpowa
Revision: 187116

update url

Modified:
  pinentry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 04:38:37 UTC (rev 187115)
+++ PKGBUILD2013-06-04 06:22:25 UTC (rev 187116)
@@ -6,7 +6,7 @@
 pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
 arch=('i686' 'x86_64')
 license=('GPL')
-url=http://www.gnupg.org/aegypten2;
+url=http://gnupg.org/related_software/pinentry/;
 depends=('ncurses' 'libcap=2.16')
 makedepends=('gtk2' 'qt4')
 optdepends=('gtk2: for gtk2 backend'



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

2013-06-04 Thread Ronald van Haren
Date: Tuesday, June 4, 2013 @ 08:30:14
  Author: ronald
Revision: 187117

archrelease: copy trunk to extra-i686

Added:
  octave/repos/extra-i686/PKGBUILD
(from rev 187116, octave/trunk/PKGBUILD)
  octave/repos/extra-i686/mex-gcc-4.8.patch
(from rev 187116, octave/trunk/mex-gcc-4.8.patch)
  octave/repos/extra-i686/octave.install
(from rev 187116, octave/trunk/octave.install)
Deleted:
  octave/repos/extra-i686/PKGBUILD
  octave/repos/extra-i686/octave-gethelp.patch
  octave/repos/extra-i686/octave.install

--+
 PKGBUILD |   94 +
 mex-gcc-4.8.patch|   31 
 octave-gethelp.patch |   13 --
 octave.install   |   36 +-
 4 files changed, 97 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 06:22:25 UTC (rev 187116)
+++ PKGBUILD2013-06-04 06:30:14 UTC (rev 187117)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor : shining shiningxc.at.gmail.com
-# Contributor : cyberdune cyberd...@gmail.com
-
-pkgname=octave
-pkgver=3.6.4
-pkgrel=1
-pkgdesc=A high-level language, primarily intended for numerical computations.
-arch=('i686' 'x86_64')
-url=http://www.octave.org;
-license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 
'suitesparse' 'arpack')
-makedepends=('gcc-fortran' 'texlive-core')
-optdepends=('texinfo: for help-support in octave'
-'gnuplot: alternative plotting')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig})
-options=('!emptydirs')
-install=octave.install
-sha1sums=('3cc9366b6dbbd336eaf90fe70ad16e63705d82c4'
-  'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  autoreconf -vfi
-
-  # http://www.nabble.com/Random-rounding-errors-td16010966.html
-  FFLAGS=-O -ffloat-store \
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static \
-  --with-umfpack=-lumfpack -lsuitesparseconfig # 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html
-
-  LANG=C make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # add octave library path to ld.so.conf.d
-  install -d ${pkgdir}/etc/ld.so.conf.d
-  echo /usr/lib/${pkgname}/${pkgver}  
${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
-}

Copied: octave/repos/extra-i686/PKGBUILD (from rev 187116, 
octave/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-04 06:30:14 UTC (rev 187117)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor : shining shiningxc.at.gmail.com
+# Contributor : cyberdune cyberd...@gmail.com
+
+pkgname=octave
+pkgver=3.6.4
+pkgrel=2
+pkgdesc=A high-level language, primarily intended for numerical computations.
+arch=('i686' 'x86_64')
+url=http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 
'suitesparse' 'arpack')
+makedepends=('gcc-fortran' 'texlive-core')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig}
+mex-gcc-4.8.patch)
+options=('!emptydirs')
+install=octave.install
+sha1sums=('3cc9366b6dbbd336eaf90fe70ad16e63705d82c4'
+  'SKIP'
+  '0608af9b7ccce8455f534d2fc4acf2f4c8f83a60')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # https://savannah.gnu.org/bugs/?38746
+  patch -Np1 -i ${srcdir}/mex-gcc-4.8.patch
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-umfpack=-lumfpack -lsuitesparseconfig # 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html
+
+  LANG=C make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # add octave library path to ld.so.conf.d
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo /usr/lib/${pkgname}/${pkgver}  
${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
+}

Copied: octave/repos/extra-i686/mex-gcc-4.8.patch (from rev 187116, 
octave/trunk/mex-gcc-4.8.patch)
===
--- mex-gcc-4.8.patch   (rev 0)
+++ mex-gcc-4.8.patch   2013-06-04 06:30:14 UTC (rev 187117)
@@ -0,0 +1,31 @@
+# HG changeset patch
+# User Clemens Buchacher dri...@aon.at
+# Date 1369937542 14400
+#  Thu May 30 14:12:22 2013 -0400
+# Node ID 122d3f62e179ba044d47e58510905719220d8706
+# Parent  e38a0fa08368d4dd6f3a0dfd20cbe28cf8555f73
+do not include C++ header in extern C context (bug #38746)
+
+* mex.h: Include mexproto.h outside of extern C block.
+
+diff -r e38a0fa08368 -r 122d3f62e179 src/mex.h
+--- a/src/mex.hMon May 27 21:41:57 

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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 08:32:10
  Author: heftig
Revision: 92348

bluez 5 rebuild

Modified:
  gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 06:32:02 UTC (rev 92347)
+++ PKGBUILD2013-06-04 06:32:10 UTC (rev 92348)
@@ -5,14 +5,13 @@
 
 pkgname=gammu
 pkgver=1.32.0
-pkgrel=3
+pkgrel=4
 pkgdesc=GNU All Mobile Management Utilities
 arch=('i686' 'x86_64')
 url=http://wammu.eu/;
 license=('GPL')
-depends=('bluez' 'curl' 'libmariadbclient'
- 'postgresql-libs' 'libusb')
-makedepends=('cmake' 'doxygen' 'mariadb')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
 optdepends=('dialog: support for the gammu-config script')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
 md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')



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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 08:32:02
  Author: heftig
Revision: 92347

bluez 5 rebuild

Modified:
  gnokii/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 06:11:10 UTC (rev 92346)
+++ PKGBUILD2013-06-04 06:32:02 UTC (rev 92347)
@@ -6,12 +6,12 @@
 
 pkgname=gnokii
 pkgver=0.6.31
-pkgrel=4
+pkgrel=5
 pkgdesc=Tools and user space driver for use with mobile phones
 arch=('i686' 'x86_64')
 url=http://www.gnokii.org/;
 license=('GPL')
-depends=('libusb-compat' 'libxpm' 'bluez' 'libical')
+depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite')
 makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool' 'mariadb')
 optdepends=('gtk2: xgnokii GUI'
 'libmariadbclient: smsd mysql backend'



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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 08:33:02
  Author: heftig
Revision: 92349

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

Added:
  gnokii/repos/community-staging-i686/
  gnokii/repos/community-staging-i686/PKGBUILD
(from rev 92348, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-staging-i686/gnokii.patch
(from rev 92348, gnokii/trunk/gnokii.patch)
  gnokii/repos/community-staging-x86_64/
  gnokii/repos/community-staging-x86_64/PKGBUILD
(from rev 92348, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-staging-x86_64/gnokii.patch
(from rev 92348, gnokii/trunk/gnokii.patch)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-i686/gnokii.patch   |   12 
 community-staging-x86_64/PKGBUILD |   47 
 community-staging-x86_64/gnokii.patch |   12 
 4 files changed, 118 insertions(+)

Copied: gnokii/repos/community-staging-i686/PKGBUILD (from rev 92348, 
gnokii/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-04 06:33:02 UTC (rev 92349)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=5
+pkgdesc=Tools and user space driver for use with mobile phones
+arch=('i686' 'x86_64')
+url=http://www.gnokii.org/;
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool' 'mariadb')
+optdepends=('gtk2: xgnokii GUI'
+'libmariadbclient: smsd mysql backend'
+'postgresql-libs: smsd postgresql backend')
+backup=('etc/gnokiirc')
+options=('!libtool' '!makeflags')
+source=(http://www.gnokii.org/download/$pkgname/$pkgname-${pkgver}.tar.bz2;
+'gnokii.patch')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # FS#13249
+  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+
+  patch -Np1 -i ${srcdir}/gnokii.patch
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--enable-security \
+--disable-unix98test
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 Docs/sample/gnokiirc ${pkgdir}/etc/gnokiirc
+}

Copied: gnokii/repos/community-staging-i686/gnokii.patch (from rev 92348, 
gnokii/trunk/gnokii.patch)
===
--- community-staging-i686/gnokii.patch (rev 0)
+++ community-staging-i686/gnokii.patch 2013-06-04 06:33:02 UTC (rev 92349)
@@ -0,0 +1,12 @@
+diff -Nura gnokii-0.6.31.orig/Docs/sample/gnokiirc 
gnokii-0.6.31/Docs/sample/gnokiirc
+--- gnokii-0.6.31.orig/Docs/sample/gnokiirc2011-12-02 15:53:04.0 
+0100
 gnokii-0.6.31/Docs/sample/gnokiirc 2012-02-18 12:49:26.957557504 +0100
+@@ -238,7 +238,7 @@
+ # In particular ensure that mgnokiidev is in this location, with
+ # permissions 4750, owned by root, group gnokii.  Ensure you
+ # are in the gnokii group and that the group exists...
+-bindir = /usr/local/sbin/
++bindir = /usr/sbin/
+ 
+ # Any entries in the following two sections will be set as environment
+ # variables when running the scripts.

Copied: gnokii/repos/community-staging-x86_64/PKGBUILD (from rev 92348, 
gnokii/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-06-04 06:33:02 UTC (rev 92349)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=5
+pkgdesc=Tools and user space driver for use with mobile phones
+arch=('i686' 'x86_64')
+url=http://www.gnokii.org/;
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool' 'mariadb')
+optdepends=('gtk2: xgnokii GUI'
+'libmariadbclient: smsd mysql backend'
+'postgresql-libs: smsd postgresql backend')
+backup=('etc/gnokiirc')
+options=('!libtool' '!makeflags')
+source=(http://www.gnokii.org/download/$pkgname/$pkgname-${pkgver}.tar.bz2;
+'gnokii.patch')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # FS#13249
+  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+
+  patch -Np1 -i ${srcdir}/gnokii.patch
+
+  ./configure 

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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 08:34:00
  Author: heftig
Revision: 92350

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

Added:
  gammu/repos/community-staging-i686/
  gammu/repos/community-staging-i686/PKGBUILD
(from rev 92349, gammu/trunk/PKGBUILD)
  gammu/repos/community-staging-x86_64/
  gammu/repos/community-staging-x86_64/PKGBUILD
(from rev 92349, gammu/trunk/PKGBUILD)

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

Copied: gammu/repos/community-staging-i686/PKGBUILD (from rev 92349, 
gammu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-04 06:34:00 UTC (rev 92350)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.32.0
+pkgrel=4
+pkgdesc=GNU All Mobile Management Utilities
+arch=('i686' 'x86_64')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # bash completion dir change
+  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-staging-x86_64/PKGBUILD (from rev 92349, 
gammu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-06-04 06:34:00 UTC (rev 92350)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.32.0
+pkgrel=4
+pkgdesc=GNU All Mobile Management Utilities
+arch=('i686' 'x86_64')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # bash completion dir change
+  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 08:41:30
  Author: heftig
Revision: 187118

bluez 5 rebuild

Modified:
  kismet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 06:30:14 UTC (rev 187117)
+++ PKGBUILD2013-06-04 06:41:30 UTC (rev 187118)
@@ -7,12 +7,12 @@
 pkgname=kismet
 pkgver=2013_03_R1b
 _realver=${pkgver//_/-}
-pkgrel=1
+pkgrel=2
 pkgdesc=802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system
 arch=('i686' 'x86_64')
 url=http://www.kismetwireless.net/;
 license=('GPL')
-depends=('libpcap' 'pcre' 'bluez')
+depends=('libpcap' 'pcre' 'bluez-libs' 'libcap')
 optdepends=('gpsd: log coordinates of detected networks'
 'wireshark-cli: provide OUI files used to determine device 
manufacturer'
 'wireshark-cli: mergecap, to merge multiple capture files'



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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 08:44:44
  Author: heftig
Revision: 187119

bluez 5 rebuild

Modified:
  pilot-link/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 06:41:30 UTC (rev 187118)
+++ PKGBUILD2013-06-04 06:44:44 UTC (rev 187119)
@@ -6,11 +6,11 @@
 
 pkgname=pilot-link
 pkgver=0.12.5
-pkgrel=4
+pkgrel=5
 pkgdesc=A suite of tools for connecting to PalmOS handheld devices
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
-depends=('readline=6.0' 'libpng=1.6.0' 'libusb-compat' 'popt' 'bluez=4.59')
+depends=('readline=6.0' 'libpng=1.6.0' 'libusb-compat' 'popt' 'bluez-libs')
 options=('!libtool')
 url=http://www.pilot-link.org/;
 source=(http://downloads.pilot-link.org/${pkgname}-${pkgver}.7z{,.asc}
@@ -27,7 +27,7 @@
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-conduits --enable-libusb \
---with-libiconv --with-libpng
+--with-libiconv --with-libpng --disable-static
   make
 }
 



[arch-commits] Commit in mksyslinux/trunk (PKGBUILD mksyslinux mksyslinux.conf)

2013-06-04 Thread Tobias Powalowski
Date: Tuesday, June 4, 2013 @ 08:46:39
  Author: tpowa
Revision: 187120

upgpkg: mksyslinux 2013.06-1

fix some paths, config files and syslinux -o

Modified:
  mksyslinux/trunk/PKGBUILD
  mksyslinux/trunk/mksyslinux
  mksyslinux/trunk/mksyslinux.conf

-+
 PKGBUILD|6 +++---
 mksyslinux  |7 ---
 mksyslinux.conf |2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 06:44:44 UTC (rev 187119)
+++ PKGBUILD2013-06-04 06:46:39 UTC (rev 187120)
@@ -2,7 +2,7 @@
 # Maintainer : Tobias Powalowski tp...@archlinux.org
 
 pkgname=mksyslinux
-pkgver=2013.05
+pkgver=2013.06
 pkgrel=1
 pkgdesc=Advanced, modular syslinux boot image creation utility
 arch=(any)
@@ -21,6 +21,6 @@
   install -D -m644 options.msg  $pkgdir/usr/share/mksyslinux/options.msg
 }
 md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
- 'fa5443022923fa0e2ebbbe127be621d6'
- '67e7c685e8ed30e723187b28a5e21b96'
+ '5388bd1d69b03f20bcd26d08da11bcf5'
+ '6b37cb9cb766a5f6482908c5248233c6'
  'b211c5f7e30d2ee36cde20f71aa3f2b8')

Modified: mksyslinux
===
--- mksyslinux  2013-06-04 06:44:44 UTC (rev 187119)
+++ mksyslinux  2013-06-04 06:46:39 UTC (rev 187120)
@@ -71,13 +71,14 @@
 export USEKERNEL=${VERSION}
 # begin script
 [ -e ${TEMPDIR} ]  rm -r ${TEMPDIR}
-mkdir -p ${TEMPDIR}/$BOOTDIRNAME
+mkdir -p ${TEMPDIR}
 echo :: Mounting ${DEVICE} ...
 if ! [ ${IMAGENAME} =  ]; then
modprobe loop
 else
mount ${DEVICE} ${TEMPDIR} || exit 1
 fi
+mkdir -p ${TEMPDIR}/${BOOTDIRNAME}
 # prepare syslinux bootloader
 install -m755 /usr/lib/syslinux/isolinux.bin 
${TEMPDIR}/${BOOTDIRNAME}/isolinux.bin
 for i in /usr/lib/syslinux/*.c32; do
@@ -102,7 +103,7 @@
sed 
s|@@PROMPT@@|${PROMPT}|g;s|@@TIMEOUT@@|${TIMEOUT}|g;s|@@KERNEL_BOOT_OPTIONS@@|${KERNEL_BOOT_OPTIONS}|g
 \
${SYSLINUXCFG}  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
 fi
-[ ! -s ${TEMPDIR}/syslinux.cfg ]  echo No syslinux.cfg found  exit 1
+[ ! -s ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg ]  echo No syslinux.cfg 
found  exit 1
 echo :: Calling mkinitcpio CONFIG=${MKINITCPIO_CONFIG} KERNEL=${VERSION} ... 
 # generate initramdisk
 echo :: Creating initramdisk ...
@@ -136,7 +137,7 @@
echo :: Installing MBR on ${MBRDEVICE} ...
cat ${MBR}  ${MBRDEVICE}
echo :: Installing SYSLINUX on ${DEVICE} ...
-   syslinux -o offset ${DEVICE}  echo Installation completed.
+   syslinux -t offset ${DEVICE}  echo Installation completed.
 fi
 # clean /tmp
 rm -r ${TEMPDIR}

Modified: mksyslinux.conf
===
--- mksyslinux.conf 2013-06-04 06:44:44 UTC (rev 187119)
+++ mksyslinux.conf 2013-06-04 06:46:39 UTC (rev 187120)
@@ -19,7 +19,7 @@
 BOOTMESSAGE=/usr/share/mksyslinux/boot.msg
 OPTIONSBOOTMESSAGE=/usr/share/mksyslinux/options.msg
 
-syslinux.cfg file to use
+# syslinux.cfg file to use
 SYSLINUXCFG=
 
 # Prompt on boot, 1=yes 0=no



[arch-commits] Commit in mksyslinux/repos/extra-any (10 files)

2013-06-04 Thread Tobias Powalowski
Date: Tuesday, June 4, 2013 @ 08:46:51
  Author: tpowa
Revision: 187121

archrelease: copy trunk to extra-any

Added:
  mksyslinux/repos/extra-any/PKGBUILD
(from rev 187120, mksyslinux/trunk/PKGBUILD)
  mksyslinux/repos/extra-any/boot.msg
(from rev 187120, mksyslinux/trunk/boot.msg)
  mksyslinux/repos/extra-any/mksyslinux
(from rev 187120, mksyslinux/trunk/mksyslinux)
  mksyslinux/repos/extra-any/mksyslinux.conf
(from rev 187120, mksyslinux/trunk/mksyslinux.conf)
  mksyslinux/repos/extra-any/options.msg
(from rev 187120, mksyslinux/trunk/options.msg)
Deleted:
  mksyslinux/repos/extra-any/PKGBUILD
  mksyslinux/repos/extra-any/boot.msg
  mksyslinux/repos/extra-any/mksyslinux
  mksyslinux/repos/extra-any/mksyslinux.conf
  mksyslinux/repos/extra-any/options.msg

-+
 PKGBUILD|   52 -
 boot.msg|   28 ++---
 mksyslinux  |  287 +++---
 mksyslinux.conf |   66 ++--
 options.msg |   12 +-
 5 files changed, 223 insertions(+), 222 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 06:46:39 UTC (rev 187120)
+++ PKGBUILD2013-06-04 06:46:51 UTC (rev 187121)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=mksyslinux
-pkgver=2013.05
-pkgrel=1
-pkgdesc=Advanced, modular syslinux boot image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio' 'syslinux' 'pciutils')
-backup=(etc/mksyslinux.conf)
-source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
-
-package()
-{
-  cd $srcdir/
-  install -D -m755 mksyslinux $pkgdir/usr/bin/mksyslinux
-  install -D -m644 mksyslinux.conf $pkgdir/etc/mksyslinux.conf
-  install -D -m644 boot.msg $pkgdir/usr/share/mksyslinux/boot.msg
-  install -D -m644 options.msg  $pkgdir/usr/share/mksyslinux/options.msg
-}
-md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
- 'fa5443022923fa0e2ebbbe127be621d6'
- '67e7c685e8ed30e723187b28a5e21b96'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')

Copied: mksyslinux/repos/extra-any/PKGBUILD (from rev 187120, 
mksyslinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-04 06:46:51 UTC (rev 187121)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+
+pkgname=mksyslinux
+pkgver=2013.06
+pkgrel=1
+pkgdesc=Advanced, modular syslinux boot image creation utility
+arch=(any)
+license=('GPL')
+url=http://www.archlinux.org/;
+depends=('mkinitcpio' 'syslinux' 'pciutils')
+backup=(etc/mksyslinux.conf)
+source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
+
+package()
+{
+  cd $srcdir/
+  install -D -m755 mksyslinux $pkgdir/usr/bin/mksyslinux
+  install -D -m644 mksyslinux.conf $pkgdir/etc/mksyslinux.conf
+  install -D -m644 boot.msg $pkgdir/usr/share/mksyslinux/boot.msg
+  install -D -m644 options.msg  $pkgdir/usr/share/mksyslinux/options.msg
+}
+md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
+ '5388bd1d69b03f20bcd26d08da11bcf5'
+ '6b37cb9cb766a5f6482908c5248233c6'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')

Deleted: boot.msg
===
--- boot.msg2013-06-04 06:46:39 UTC (rev 187120)
+++ boot.msg2013-06-04 06:46:51 UTC (rev 187121)
@@ -1,14 +0,0 @@
-
-
---
-Arch Linux
-SYSLINUX BOOT
-created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
-
-Press ENTER or type 'arch' to boot image.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img any_other_boot_option'
-Use the F2 key for troubleshooting and options.
---
-

Copied: mksyslinux/repos/extra-any/boot.msg (from rev 187120, 
mksyslinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-06-04 06:46:51 UTC (rev 187121)
@@ -0,0 +1,14 @@
+
+
+--
+Arch Linux
+SYSLINUX BOOT
+created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
+
+Press ENTER or type 'arch' to boot image.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img any_other_boot_option'
+Use the F2 key for troubleshooting and options.
+--
+

Deleted: mksyslinux
===
--- mksyslinux  2013-06-04 06:46:39 UTC (rev 187120)
+++ mksyslinux  2013-06-04 06:46:51 UTC (rev 187121)
@@ -1,143 +0,0 @@
-#! /bin/sh
-# Created by Tobias Powalowski 

[arch-commits] Commit in (4 files)

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 08:52:38
  Author: bpiotrowski
Revision: 187122

newpkg: guile1.8-1.8.8

Added:
  guile1.8/
  guile1.8/repos/
  guile1.8/trunk/
  guile1.8/trunk/PKGBUILD

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

Added: guile1.8/trunk/PKGBUILD
===
--- guile1.8/trunk/PKGBUILD (rev 0)
+++ guile1.8/trunk/PKGBUILD 2013-06-04 06:52:38 UTC (rev 187122)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=1
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
+url=http://www.gnu.org/software/guile/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
+install=guile.install
+source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+options=('!libtool')
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd guile-$pkgver
+  ./configure --prefix=/usr \
+   --disable-static  \
+   --disable-error-on-warning \
+--program-suffix=1.8
+  make LDFLAGS+=-lpthread
+}
+
+package() {
+  cd guile-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  rm -rf $pkgdir/usr/share/info
+  mv $pkgdir/usr/share/aclocal/guile.m4 $pkgdir/usr/share/aclocal/guile18.m4
+}


Property changes on: guile1.8/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in guile1.8/trunk (PKGBUILD)

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 08:57:51
  Author: bpiotrowski
Revision: 187123

upgpkg: guile1.8 1.8.8-1

- remove install= directive as package doesn't provide info pages

Modified:
  guile1.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 06:52:38 UTC (rev 187122)
+++ PKGBUILD2013-06-04 06:57:51 UTC (rev 187123)
@@ -9,7 +9,6 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
-install=guile.install
 source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
 options=('!libtool')
 md5sums=('18661a8fdfef13e2fcb7651720aa53f3')



[arch-commits] Commit in guile1.8/repos (4 files)

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 08:58:08
  Author: bpiotrowski
Revision: 187124

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

Added:
  guile1.8/repos/staging-i686/
  guile1.8/repos/staging-i686/PKGBUILD
(from rev 187123, guile1.8/trunk/PKGBUILD)
  guile1.8/repos/staging-x86_64/
  guile1.8/repos/staging-x86_64/PKGBUILD
(from rev 187123, guile1.8/trunk/PKGBUILD)

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

Copied: guile1.8/repos/staging-i686/PKGBUILD (from rev 187123, 
guile1.8/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-04 06:58:08 UTC (rev 187124)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=1
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
+url=http://www.gnu.org/software/guile/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
+source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+options=('!libtool')
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd guile-$pkgver
+  ./configure --prefix=/usr \
+   --disable-static  \
+   --disable-error-on-warning \
+--program-suffix=1.8
+  make LDFLAGS+=-lpthread
+}
+
+package() {
+  cd guile-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  rm -rf $pkgdir/usr/share/info
+  mv $pkgdir/usr/share/aclocal/guile.m4 $pkgdir/usr/share/aclocal/guile18.m4
+}

Copied: guile1.8/repos/staging-x86_64/PKGBUILD (from rev 187123, 
guile1.8/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-04 06:58:08 UTC (rev 187124)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=1
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
+url=http://www.gnu.org/software/guile/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
+source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+options=('!libtool')
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd guile-$pkgver
+  ./configure --prefix=/usr \
+   --disable-static  \
+   --disable-error-on-warning \
+--program-suffix=1.8
+  make LDFLAGS+=-lpthread
+}
+
+package() {
+  cd guile-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  rm -rf $pkgdir/usr/share/info
+  mv $pkgdir/usr/share/aclocal/guile.m4 $pkgdir/usr/share/aclocal/guile18.m4
+}



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

2013-06-04 Thread Sven-Hendrik Haase
Date: Tuesday, June 4, 2013 @ 09:04:59
  Author: svenstaro
Revision: 92351

upgpkg: dmd 2.063.1-2

Rename dtools

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 06:34:00 UTC (rev 92350)
+++ PKGBUILD2013-06-04 07:04:59 UTC (rev 92351)
@@ -5,10 +5,10 @@
 # Contributor: Anders Bergh ande...@gmail.com
 # Contributor: Alexander Fehr pizzapunk gmail com
 
-pkgname=('dmd' 'libphobos' 'tools')
+pkgname=('dmd' 'libphobos' 'dtools')
 pkgbase=dmd
 pkgver=2.063.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.dlang.org;
 makedepends=('git')
@@ -95,7 +95,7 @@
 install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
 }
 
-package_tools() {
+package_dtools() {
 pkgdesc=Ancilliary tools for the D programming language compiler
 license=(boost)
 depends=(curl)



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

2013-06-04 Thread Sven-Hendrik Haase
Date: Tuesday, June 4, 2013 @ 09:05:16
  Author: svenstaro
Revision: 92352

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

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

---+
 /PKGBUILD |  212 
 community-i686/PKGBUILD   |  106 --
 community-x86_64/PKGBUILD |  106 --
 3 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-04 07:04:59 UTC (rev 92351)
+++ community-i686/PKGBUILD 2013-06-04 07:05:16 UTC (rev 92352)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Anders Bergh ande...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=('dmd' 'libphobos' 'tools')
-pkgbase=dmd
-pkgver=2.063.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.dlang.org;
-makedepends=('git')
-source=(git+http://github.com/D-Programming-Language/dmd.git#tag=v$pkgver;
-
git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;
-git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
-git+http://github.com/D-Programming-Language/tools#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP')
-
-[[ $CARCH == x86_64 ]]  _archbits=64
-[[ $CARCH == i686 ]]  _archbits=32
-
-build() {
-cd $srcdir/dmd/src
-make -f posix.mak MODEL=$_archbits RELEASE=1
-
-cd $srcdir/druntime
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-
-cd $srcdir/tools
-for tool in rdmd.d ddemangle.d catdoc.d detab.d tolf.d dget.d; do
-$srcdir/dmd/src/dmd -I../druntime/import -I../phobos 
-L-L../phobos/generated/linux/release/$_archbits/ $tool
-done
-}
-
-package_dmd() {
-pkgdesc=The D programming language reference compiler
-backup=('etc/dmd.conf')
-depends=('gcc')
-provides=(d-compiler=$pkgver)
-license=('custom')
-
-install -Dm755 $srcdir/dmd/src/dmd $pkgdir/usr/bin/dmd
-
-mkdir -p $pkgdir/etc
-echo -e [Environment]\nDFLAGS=-I/usr/include/d 
-I/usr/include/d/druntime/import -L-L/usr/lib -L-L/usr/lib32 
-L--no-warn-search-mismatch -L--export-dynamic  $pkgdir/etc/dmd.conf
-
-install -Dm644 $srcdir/dmd/docs/man/man1/dmd.1 
$pkgdir/usr/share/man/man1/dmd.1
-install -Dm644 $srcdir/dmd/docs/man/man1/dmd.conf.5 
$pkgdir/usr/share/man/man5/dmd.conf.5
-
-install -Dm644 $srcdir/dmd/src/backendlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
-install -Dm644 $srcdir/dmd/src/gpl.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend.1
-install -Dm644 $srcdir/dmd/src/artistic.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend.2
-
-mkdir -p $pkgdir/usr/share/d/samples/
-cp -r $srcdir/dmd/samples/* $pkgdir/usr/share/d/samples/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-chmod 755 $pkgdir/usr/bin/*
-
-#  No longer available, because not source code is provided and those are 
not mandatory.
-#  Please get those from http://dlang.org if absolutely needed.
-
-#  install -Dm755 $srcdir/dmd/linux/bin${_archbits}/dumpobj 
$pkgdir/usr/bin/dumpobj
-#  install -Dm755 $srcdir/dmd/linux/bin${_archbits}/obj2asm 
$pkgdir/usr/bin/obj2asm
-}
-
-# Will be packaged separately once GDC/LDC will be able to compile phobos and 
pass test suite.
-# For now only dependency is relaxed
-package_libphobos() {
-depends=(d-compiler=$pkgver curl)
-pkgdesc=The Phobos standard library for D programming language
-license=(boost)
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.a 
$pkgdir/usr/lib/libphobos2.a
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.so 
$pkgdir/usr/lib/libphobos2.so
-
-mkdir -p $pkgdir/usr/include/d
-cp -r $srcdir/phobos/{*.d,etc,std} $pkgdir/usr/include/d
-
-mkdir -p $pkgdir/usr/include/d/druntime
-cp -r $srcdir/druntime/import $pkgdir/usr/include/d/druntime
-
-mkdir -p $pkgdir/usr/share/doc/d/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_tools() {
-pkgdesc=Ancilliary tools for the D programming language compiler
-license=(boost)
-depends=(curl)
-
-cd $srcdir/tools
- 

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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 09:07:18
  Author: heftig
Revision: 187125

bluez 5 rebuild

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 06:58:08 UTC (rev 187124)
+++ PKGBUILD2013-06-04 07:07:18 UTC (rev 187125)
@@ -2,14 +2,14 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=qemu
 pkgver=1.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url=http://wiki.qemu.org/Index.html;
 makedepends=('texi2html' 'perl' 'python2' 'gtk3' 'vte3')
 depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
- 'gnutls=2.4.1' 'bluez' 'vde2' 'util-linux' 'curl' 'libsasl'
+ 'gnutls=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
  'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
  'libiscsi' 'gtk3' 'vte3')
 backup=('etc/qemu/target-x86_64.conf')



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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 09:08:22
  Author: heftig
Revision: 187126

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

Added:
  kismet/repos/staging-i686/
  kismet/repos/staging-i686/PKGBUILD
(from rev 187125, kismet/trunk/PKGBUILD)
  kismet/repos/staging-i686/kismet.changelog
(from rev 187125, kismet/trunk/kismet.changelog)
  kismet/repos/staging-i686/kismet.install
(from rev 187125, kismet/trunk/kismet.install)
  kismet/repos/staging-x86_64/
  kismet/repos/staging-x86_64/PKGBUILD
(from rev 187125, kismet/trunk/PKGBUILD)
  kismet/repos/staging-x86_64/kismet.changelog
(from rev 187125, kismet/trunk/kismet.changelog)
  kismet/repos/staging-x86_64/kismet.install
(from rev 187125, kismet/trunk/kismet.install)

-+
 staging-i686/PKGBUILD   |   57 ++
 staging-i686/kismet.changelog   |   29 +++
 staging-i686/kismet.install |   34 ++
 staging-x86_64/PKGBUILD |   57 ++
 staging-x86_64/kismet.changelog |   29 +++
 staging-x86_64/kismet.install   |   34 ++
 6 files changed, 240 insertions(+)

Copied: kismet/repos/staging-i686/PKGBUILD (from rev 187125, 
kismet/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-04 07:08:22 UTC (rev 187126)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel Velasquez an...@archlinux.org 
+# Contributor: Jason Chu ja...@archlinux.org
+# Contributor: Juergen Hoetzel ja...@archlinux.org
+
+pkgname=kismet
+pkgver=2013_03_R1b
+_realver=${pkgver//_/-}
+pkgrel=2
+pkgdesc=802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system
+arch=('i686' 'x86_64')
+url=http://www.kismetwireless.net/;
+license=('GPL')
+depends=('libpcap' 'pcre' 'bluez-libs' 'libcap')
+optdepends=('gpsd: log coordinates of detected networks'
+'wireshark-cli: provide OUI files used to determine device 
manufacturer'
+'wireshark-cli: mergecap, to merge multiple capture files'
+'sox: provide the default kismet sound playback binary'
+'festival: text-to-speech support'
+'flite:  alternative/lightweight text-to-speech support'
+'ruby: ruby interface')
+backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
+install=kismet.install
+changelog=kismet.changelog
+source=(http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz{,.asc})
+md5sums=('6cdcd78baf2e15edbe8a9de3c5493f02'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${_realver}
+
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+make dep
+make
+
+# Include plugins bundled with kismet
+make plugins
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${_realver}
+
+# Install kismet
+make DESTDIR=$pkgdir install
+
+# Install plugins
+make plugins-install DESTDIR=$pkgdir
+
+# the README is very comprehensive, a good idea to include it
+install -D -m 644 ${srcdir}/kismet-${_realver}/README 
${pkgdir}/usr/share/kismet/README
+
+# Our own suid-install, first half (see kismet.install)
+install -o root -g root -m 4550 kismet_capture ${pkgdir}/usr/bin/
+}

Copied: kismet/repos/staging-i686/kismet.changelog (from rev 187125, 
kismet/trunk/kismet.changelog)
===
--- staging-i686/kismet.changelog   (rev 0)
+++ staging-i686/kismet.changelog   2013-06-04 07:08:22 UTC (rev 187126)
@@ -0,0 +1,29 @@
+2012-02-10  Eric Bélanger  e...@archlinux.org
+   * Change libnl depends to libnl1
+   
+2010-05-07 Angel Velasquez an...@archlinux.org
+* ChangeLog added
+
+* Removed old patches from SVN
+
+* Applied changes from FS#15746 thanks to people who worked on it. 
+
+* Files that are no longer shipped and so should not be backed up:
+  backup=('etc/ap_manuf' 'etc/client_manuf' 'etc/kismet_ui.conf')
+
+*  No longer needed; gpsmap is deprecated and being replaced with a 
tile-based
+  mapper, as of yet incomplete
+  optdepends=('perl-libwww: fetch maps for gpsmap')
+
+* Configuration has completely changed, no longer containing
+  references to either prism2 or wlanng 
+  sed -i 's/prism2/wlanng/g' conf/kismet.conf
+
+* Ownership of man pages now defaults to root if the group man does 
not exist
+  chown root:root $pkgdir/usr/share/man/man{1,5}/*
+
+* Dependencies no longer needed
+  depends=('gmp' 'imagemagick' 'dbus' 'libjpeg=7')
+
+* Options no longer needed
+  options=('!makeflags')

Copied: kismet/repos/staging-i686/kismet.install (from rev 187125, 
kismet/trunk/kismet.install)

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

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 09:09:08
  Author: bpiotrowski
Revision: 187129

archrelease: copy trunk to staging-any

Added:
  slib/repos/staging-any/
  slib/repos/staging-any/PKGBUILD
(from rev 187128, slib/trunk/PKGBUILD)
  slib/repos/staging-any/slib.install
(from rev 187128, slib/trunk/slib.install)

--+
 PKGBUILD |   47 +++
 slib.install |   15 +++
 2 files changed, 62 insertions(+)

Copied: slib/repos/staging-any/PKGBUILD (from rev 187128, slib/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2013-06-04 07:09:08 UTC (rev 187129)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: David Moore dav...@sjsoft.com
+
+pkgname=slib
+pkgver=3b3
+pkgrel=3
+pkgdesc=A library providing functions for Scheme implementations
+arch=('any')
+url=http://people.csail.mit.edu/jaffer/SLIB.html;
+license=('custom')
+depends=('guile1.8' 'sh' 'texinfo')
+options=('emptydirs')
+install=slib.install
+source=(http://ftp.lfs-matrix.net/pub/blfs/svn/s/slib-$pkgver.tar.gz;)
+md5sums=('11626eef380de4f56d3082514559beb6')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -r -i s,/usr/(local/)?lib/slib,/usr/share/slib,g *.init
+  install -m755 -d ${pkgdir}/usr/share/slib
+  install -m644 *.scm *.init *.xyz *.txt *.dat *.ps ${pkgdir}/usr/share/slib/
+  install -m755 -d ${pkgdir}/usr/share/info
+  install -m644 slib.info ${pkgdir}/usr/share/info/
+
+  install -m755 -d ${pkgdir}/usr/bin
+  cat  _EOF  ${pkgdir}/usr/bin/slib
+#!/bin/sh
+SCHEME_LIBRARY_PATH=/usr/share/slib/
+export SCHEME_LIBRARY_PATH
+VERSION=${pkgver}
+S48_VICINITY=/usr/share/scheme48/
+export S48_VICINITY
+_EOF
+
+  cat slib.sh  ${pkgdir}/usr/bin/slib
+  chmod 755 ${pkgdir}/usr/bin/slib
+
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m644 slib.1 ${pkgdir}/usr/share/man/man1/
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/
+
+  install -m755 -d ${pkgdir}/usr/share/guile/site/
+  ln -s /usr/share/slib ${pkgdir}/usr/share/guile/site/
+}

Copied: slib/repos/staging-any/slib.install (from rev 187128, 
slib/trunk/slib.install)
===
--- staging-any/slib.install(rev 0)
+++ staging-any/slib.install2013-06-04 07:09:08 UTC (rev 187129)
@@ -0,0 +1,15 @@
+#TODO the addition of other implementation support should be added here. We
+# can/should generate catalogs for mzscheme, drscheme, whatever else we can
+
+post_upgrade () {
+  usr/bin/guile1.8 -c ((use-modules (ice-9 slib))(require 
'new-catalog)(quit))
+  usr/bin/install-info usr/share/info/slib.info.gz usr/share/info/dir 
2/dev/null
+}
+post_install() {
+  post_upgrade
+}
+
+pre_remove() {
+  rm usr/share/guile/site/slibcat
+  usr/bin/install-info --delete usr/share/info/slib.info.gz usr/share/info/dir 
2/dev/null
+}



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

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 09:08:56
  Author: bpiotrowski
Revision: 187127

upgpkg: slib 3b3-3

- change dependencies to guile1.8

Modified:
  slib/trunk/PKGBUILD
  slib/trunk/slib.install

--+
 PKGBUILD |6 +++---
 slib.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 07:08:22 UTC (rev 187126)
+++ PKGBUILD2013-06-04 07:08:56 UTC (rev 187127)
@@ -4,15 +4,15 @@
 
 pkgname=slib
 pkgver=3b3
-pkgrel=2
+pkgrel=3
 pkgdesc=A library providing functions for Scheme implementations
 arch=('any')
 url=http://people.csail.mit.edu/jaffer/SLIB.html;
 license=('custom')
-depends=('guile' 'sh' 'texinfo')
+depends=('guile1.8' 'sh' 'texinfo')
 options=('emptydirs')
 install=slib.install
-source=(http://groups.csail.mit.edu/mac/ftpdir/scm/${pkgname}-${pkgver}.tar.gz;)
+source=(http://ftp.lfs-matrix.net/pub/blfs/svn/s/slib-$pkgver.tar.gz;)
 md5sums=('11626eef380de4f56d3082514559beb6')
 
 package() {

Modified: slib.install
===
--- slib.install2013-06-04 07:08:22 UTC (rev 187126)
+++ slib.install2013-06-04 07:08:56 UTC (rev 187127)
@@ -2,7 +2,7 @@
 # can/should generate catalogs for mzscheme, drscheme, whatever else we can
 
 post_upgrade () {
-  usr/bin/guile -c ((use-modules (ice-9 slib))(require 'new-catalog)(quit))
+  usr/bin/guile1.8 -c ((use-modules (ice-9 slib))(require 
'new-catalog)(quit))
   usr/bin/install-info usr/share/info/slib.info.gz usr/share/info/dir 
2/dev/null
 }
 post_install() {



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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 09:08:56
  Author: heftig
Revision: 187128

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

Added:
  pilot-link/repos/staging-i686/
  pilot-link/repos/staging-i686/PKGBUILD
(from rev 187126, pilot-link/trunk/PKGBUILD)
  pilot-link/repos/staging-i686/pilot-link-png14.patch
(from rev 187126, pilot-link/trunk/pilot-link-png14.patch)
  pilot-link/repos/staging-x86_64/
  pilot-link/repos/staging-x86_64/PKGBUILD
(from rev 187126, pilot-link/trunk/PKGBUILD)
  pilot-link/repos/staging-x86_64/pilot-link-png14.patch
(from rev 187126, pilot-link/trunk/pilot-link-png14.patch)

---+
 staging-i686/PKGBUILD |   37 +++
 staging-i686/pilot-link-png14.patch   |  100 
 staging-x86_64/PKGBUILD   |   37 +++
 staging-x86_64/pilot-link-png14.patch |  100 
 4 files changed, 274 insertions(+)

Copied: pilot-link/repos/staging-i686/PKGBUILD (from rev 187126, 
pilot-link/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-04 07:08:56 UTC (rev 187128)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: dale d...@archlinux.org
+
+# todo: add perl support, DESTDIR has no affect on perl
+# and it seems that moving the files manually doesn't work
+
+pkgname=pilot-link
+pkgver=0.12.5
+pkgrel=5
+pkgdesc=A suite of tools for connecting to PalmOS handheld devices
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('readline=6.0' 'libpng=1.6.0' 'libusb-compat' 'popt' 'bluez-libs')
+options=('!libtool')
+url=http://www.pilot-link.org/;
+source=(http://downloads.pilot-link.org/${pkgname}-${pkgver}.7z{,.asc}
+pilot-link-png14.patch)
+md5sums=('cd409c09b93654f0fc45015a7fc17b2c'
+ 'SKIP'
+ 'a21a2eeb01544a8a261a75e64a3120c3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/pilot-link-png14.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-conduits --enable-libusb \
+--with-libiconv --with-libpng --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: pilot-link/repos/staging-i686/pilot-link-png14.patch (from rev 187126, 
pilot-link/trunk/pilot-link-png14.patch)
===
--- staging-i686/pilot-link-png14.patch (rev 0)
+++ staging-i686/pilot-link-png14.patch 2013-06-04 07:08:56 UTC (rev 187128)
@@ -0,0 +1,100 @@
+diff -ru pilot-link-0.12.4/src/pilot-read-notepad.c 
pilot-link-0.12.4.png14/src/pilot-read-notepad.c
+--- pilot-link-0.12.4/src/pilot-read-notepad.c 2007-02-05 00:06:02.0 
+0100
 pilot-link-0.12.4.png14/src/pilot-read-notepad.c   2010-01-17 
15:04:33.0 +0100
+@@ -39,10 +39,6 @@
+ 
+ #ifdef HAVE_PNG
+ #include png.h
+-#if (PNG_LIBPNG_VER  10201)
+- #define png_voidp_NULL (png_voidp)NULL
+- #define png_error_ptr_NULL (png_error_ptr)NULL
+-#endif
+ #endif
+ 
+ const char *progname;
+@@ -166,8 +162,8 @@
+width = n-body.width + 8;
+ 
+png_ptr = png_create_write_struct
+- ( PNG_LIBPNG_VER_STRING, png_voidp_NULL,
+-   png_error_ptr_NULL, png_error_ptr_NULL);
++ ( PNG_LIBPNG_VER_STRING, NULL,
++   NULL, NULL);
+ 
+if(!png_ptr)
+  return;
+diff -ru pilot-link-0.12.4/src/pilot-read-palmpix.c 
pilot-link-0.12.4.png14/src/pilot-read-palmpix.c
+--- pilot-link-0.12.4/src/pilot-read-palmpix.c 2007-02-05 00:06:03.0 
+0100
 pilot-link-0.12.4.png14/src/pilot-read-palmpix.c   2010-01-17 
15:03:20.0 +0100
+@@ -42,10 +42,6 @@
+ 
+ #ifdef HAVE_PNG
+ #include png.h
+-#if (PNG_LIBPNG_VER  10201)
+- #define png_voidp_NULL (png_voidp)NULL
+- #define png_error_ptr_NULL (png_error_ptr)NULL
+-#endif
+ #endif
+ 
+ const char *progname;
+@@ -223,8 +219,8 @@
+   png_infop info_ptr;
+ 
+   png_ptr = png_create_write_struct
+-  ( PNG_LIBPNG_VER_STRING, png_voidp_NULL,
+-  png_error_ptr_NULL, png_error_ptr_NULL);
++  ( PNG_LIBPNG_VER_STRING, NULL,
++  NULL, NULL);
+ 
+   if(!png_ptr)
+   return;
+diff -ru pilot-link-0.12.4/src/pilot-read-screenshot.c 
pilot-link-0.12.4.png14/src/pilot-read-screenshot.c
+--- pilot-link-0.12.4/src/pilot-read-screenshot.c  2006-11-02 
15:54:31.0 +0100
 pilot-link-0.12.4.png14/src/pilot-read-screenshot.c2010-01-17 
15:03:52.0 +0100
+@@ -40,10 +40,6 @@
+ 
+ #ifdef HAVE_PNG
+ # include png.h
+-# if (PNG_LIBPNG_VER  10201)
+-#  define png_voidp_NULL (png_voidp)NULL
+-#  define png_error_ptr_NULL (png_error_ptr)NULL
+-# endif
+ #endif
+ 
+ #define pi_mktag(c1,c2,c3,c4) (((c1)24)|((c2)16)|((c3)8)|(c4))
+@@ -87,8 +83,8 @@
+   gray_buf = malloc( state-w );
+ 
+   png_ptr = png_create_write_struct
+-  

[arch-commits] Commit in freetalk/trunk (PKGBUILD freetalk-3.2-glibc210.patch)

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 09:15:47
  Author: heftig
Revision: 92353

guile rebuild

Added:
  freetalk/trunk/freetalk-3.2-glibc210.patch
Modified:
  freetalk/trunk/PKGBUILD

-+
 PKGBUILD|   39 +++-
 freetalk-3.2-glibc210.patch |   68 ++
 2 files changed, 86 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 07:05:16 UTC (rev 92352)
+++ PKGBUILD2013-06-04 07:15:47 UTC (rev 92353)
@@ -4,36 +4,33 @@
 
 pkgname=freetalk
 pkgver=3.2
-pkgrel=5
+pkgrel=6
 pkgdesc=A console based Jabber client
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/freetalk;
 license=('GPL')
-depends=('loudmouth' 'guile')
+depends=('loudmouth' 'guile1.8')
 install=freetalk.install
-source=(http://savannah.gnu.org/download/freetalk/freetalk-$pkgver.tar.gz)
-md5sums=('ab09bd07dde158551f151d281b14642c')
+source=(http://savannah.gnu.org/download/freetalk/freetalk-$pkgver.tar.gz
+freetalk-3.2-glibc210.patch)
+md5sums=('ab09bd07dde158551f151d281b14642c'
+ '0da1d0a0f606d2b279fe676a80a3eb32')
 
+prepare(){
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../freetalk-3.2-glibc210.patch
+}
+
 build() {
-  cd $srcdir/freetalk-$pkgver
-
-  ./configure --prefix=/usr
-
-  patch -p0 src/callbacks.cc EOF
-156c156,159
-  *strchr (from, '/') = '\0';

-  {
-  char *_tmp = (char*)strchr (from, '/');
-  *_tmp = '\0';
-  }
-EOF
-
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-rpath \
+GUILE=/usr/bin/guile1.8 \
+GUILE_CONFIG=/usr/bin/guile-config1.8
   make
 }
 
 package() {
-  cd $srcdir/freetalk-$pkgver
-  make DESTDIR=$pkgdir install
-  rm $pkgdir/usr/share/info/dir
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm $pkgdir/usr/share/info/dir
 }

Added: freetalk-3.2-glibc210.patch
===
--- freetalk-3.2-glibc210.patch (rev 0)
+++ freetalk-3.2-glibc210.patch 2013-06-04 07:15:47 UTC (rev 92353)
@@ -0,0 +1,68 @@
+diff -urNp freetalk-3.2.orig/src/callbacks.cc freetalk-3.2/src/callbacks.cc
+--- freetalk-3.2.orig/src/callbacks.cc 2009-02-25 01:31:29.826691032 +0530
 freetalk-3.2/src/callbacks.cc  2009-02-25 02:56:04.323962193 +0530
+@@ -1,7 +1,7 @@
+ /*
+   callbacks.c: Callback functions
+   
+-  Copyright (c) 2005, 2006, 2007 Freetalk Core Team
++  Copyright (c) 2005, 2006, 2007, 2009 Freetalk Core Team
+   This file is part of GNU Freetalk.
+   
+   Freetalk is free software; you can redistribute it and/or modify
+@@ -20,6 +20,7 @@
+ */
+ 
+ #include stdio.h
++#include string
+ #include string.h
+ #include stdlib.h
+ #include glib.h 
+@@ -116,8 +117,9 @@ ft_msg_msg_handler (LmMessageHandler *ha
+   LmMessage *msg, gpointer user_data)
+ {
+   LmMessageNode *root, *body, *x;
+-  const char *from, *msg_str, *type;
++  const char *msg_str, *type;
+   char *ts = NULL;
++  std::string from;
+ 
+   root = lm_message_get_node (msg);
+   body = lm_message_node_get_child (root, body);
+@@ -152,11 +154,12 @@ ft_msg_msg_handler (LmMessageHandler *ha
+ set_hook_return (0);
+ /* TBD : make the below stripping of /Resource configurable */
+ if (1) {
+-  if (strchr (from, '/'))
+-  *strchr (from, '/') = '\0';
++  const size_t pos = from.find(/);
++  if (pos != std::string::npos)
++  from.replace(pos, from.size() - pos, );
+ }
+ {
+-  FtRosterItem *item = ft_roster_lookup (from);
++  FtRosterItem *item = ft_roster_lookup (from.c_str());
+   char *nickname;
+   
+   if (!item)
+@@ -166,17 +169,17 @@ ft_msg_msg_handler (LmMessageHandler *ha
+   
+   scm_run_hook (ex_message_receive_hook,
+   scm_list_n (ts ? scm_from_locale_string (ts) : 
scm_from_locale_string (),
+-  scm_from_locale_string (from),
++  scm_from_locale_string (from.c_str()),
+   nickname ? scm_from_locale_string (nickname) : 
scm_from_locale_string (),
+   scm_from_locale_string (msg_str),
+   SCM_UNDEFINED));
+ }
+ if (ts) g_free (ts);
+ 
+-if (get_hook_return () == 1)
++if (get_hook_return () == 1) 
+   return LM_HANDLER_RESULT_REMOVE_MESSAGE;
+ 
+-PRINTF (%s: %s, from, msg_str);
++PRINTF (%s: %s, from.c_str(), msg_str);
+   } else {
+ /* This logic should be looked into : FIXME */
+ ft_send_file_message_data (msg);



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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 09:16:43
  Author: heftig
Revision: 187130

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

Added:
  qemu/repos/staging-i686/
  qemu/repos/staging-i686/65-kvm.rules
(from rev 187129, qemu/trunk/65-kvm.rules)
  qemu/repos/staging-i686/PKGBUILD
(from rev 187129, qemu/trunk/PKGBUILD)
  qemu/repos/staging-i686/qemu.install
(from rev 187129, qemu/trunk/qemu.install)
  qemu/repos/staging-x86_64/
  qemu/repos/staging-x86_64/65-kvm.rules
(from rev 187129, qemu/trunk/65-kvm.rules)
  qemu/repos/staging-x86_64/PKGBUILD
(from rev 187129, qemu/trunk/PKGBUILD)
  qemu/repos/staging-x86_64/qemu.install
(from rev 187129, qemu/trunk/qemu.install)

-+
 staging-i686/65-kvm.rules   |2 +
 staging-i686/PKGBUILD   |   55 ++
 staging-i686/qemu.install   |   23 +
 staging-x86_64/65-kvm.rules |2 +
 staging-x86_64/PKGBUILD |   55 ++
 staging-x86_64/qemu.install |   23 +
 6 files changed, 160 insertions(+)

Copied: qemu/repos/staging-i686/65-kvm.rules (from rev 187129, 
qemu/trunk/65-kvm.rules)
===
--- staging-i686/65-kvm.rules   (rev 0)
+++ staging-i686/65-kvm.rules   2013-06-04 07:16:43 UTC (rev 187130)
@@ -0,0 +1,2 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660
+KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess

Copied: qemu/repos/staging-i686/PKGBUILD (from rev 187129, qemu/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-04 07:16:43 UTC (rev 187130)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=qemu
+pkgver=1.5.0
+pkgrel=4
+pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url=http://wiki.qemu.org/Index.html;
+makedepends=('texi2html' 'perl' 'python2' 'gtk3' 'vte3')
+depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
+ 'gnutls=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
+ 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
+ 'libiscsi' 'gtk3' 'vte3')
+backup=('etc/qemu/target-x86_64.conf')
+install=qemu.install
+source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
+65-kvm.rules)
+replaces=('qemu-kvm')
+options=(!strip)
+
+build ()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}  
+  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list='pa alsa sdl'\
+  --python=/usr/bin/python2 --smbd=/usr/bin/smbd \
+  --enable-docs --enable-mixemu --libexecdir=/usr/lib/qemu \
+  --enable-gtk --with-gtkabi=3.0 --enable-linux-aio 
--enable-seccomp
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} libexecdir=/usr/lib/qemu install
+  rm ${pkgdir}/usr/share/qemu/bios.bin
+
+  install -D -m644 ${srcdir}/65-kvm.rules \
+   ${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
+  # bridge_helper needs suid
+  # https://bugs.archlinux.org/task/32565
+  chmod u+s ${pkgdir}/usr/lib/qemu/qemu-bridge-helper
+  # add sample config
+  echo allow br0  ${pkgdir}/etc/qemu/bridge.conf.sample
+  # strip scripts directory
+find ${pkgdir}/usr/src/linux-${_kernver}/scripts  -type f -perm -u+w 
2/dev/null | while read binary ; do
+  case $(file -bi $binary) in
+*application/x-executable*) # Binaries
+/usr/bin/strip $STRIP_BINARIES $binary;;
+  esac
+done
+
+}
+
+md5sums=('b6f3265b8ed39d77e8f354f35cc26e16'
+ '9d6de26867a05c306157e3d3c612b28a')

Copied: qemu/repos/staging-i686/qemu.install (from rev 187129, 
qemu/trunk/qemu.install)
===
--- staging-i686/qemu.install   (rev 0)
+++ staging-i686/qemu.install   2013-06-04 07:16:43 UTC (rev 187130)
@@ -0,0 +1,23 @@
+# kvm:  the new package version
+post_install() {
+  #
+  groupadd kvm -f -g 78
+}
+
+post_upgrade() {
+  if [ $(vercmp $2 0.11) -lt 0 ]; then
+echo With the release of qemu and qemu-kvm 0.12.X, the kqemu kernel 
module
+echo is no longer supported and will be removed from the repositories. 
You
+echo can safely uninstall it from your system.
+  fi
+  if [ $(vercmp $2 1.3.1) -lt 0 ]; then
+echo With the release of qemu 1.3.0, qemu-kvm binary is removed.
+echo You need to change the emulator path, if you use libvirt by using:
+echo 'virsh edit vm-name'
+  fi
+}
+
+post_remove() {
+  #
+  groupdel kvm
+}

Copied: qemu/repos/staging-x86_64/65-kvm.rules (from rev 187129, 
qemu/trunk/65-kvm.rules)
===
--- 

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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 09:18:26
  Author: heftig
Revision: 92354

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

Added:
  freetalk/repos/community-staging-i686/
  freetalk/repos/community-staging-i686/ChangeLog
(from rev 92353, freetalk/trunk/ChangeLog)
  freetalk/repos/community-staging-i686/PKGBUILD
(from rev 92353, freetalk/trunk/PKGBUILD)
  freetalk/repos/community-staging-i686/freetalk-3.2-glibc210.patch
(from rev 92353, freetalk/trunk/freetalk-3.2-glibc210.patch)
  freetalk/repos/community-staging-i686/freetalk.install
(from rev 92353, freetalk/trunk/freetalk.install)
  freetalk/repos/community-staging-x86_64/
  freetalk/repos/community-staging-x86_64/ChangeLog
(from rev 92353, freetalk/trunk/ChangeLog)
  freetalk/repos/community-staging-x86_64/PKGBUILD
(from rev 92353, freetalk/trunk/PKGBUILD)
  freetalk/repos/community-staging-x86_64/freetalk-3.2-glibc210.patch
(from rev 92353, freetalk/trunk/freetalk-3.2-glibc210.patch)
  freetalk/repos/community-staging-x86_64/freetalk.install
(from rev 92353, freetalk/trunk/freetalk.install)

--+
 community-staging-i686/ChangeLog |3 
 community-staging-i686/PKGBUILD  |   36 +
 community-staging-i686/freetalk-3.2-glibc210.patch   |   68 +
 community-staging-i686/freetalk.install  |   19 
 community-staging-x86_64/ChangeLog   |3 
 community-staging-x86_64/PKGBUILD|   36 +
 community-staging-x86_64/freetalk-3.2-glibc210.patch |   68 +
 community-staging-x86_64/freetalk.install|   19 
 8 files changed, 252 insertions(+)

Copied: freetalk/repos/community-staging-i686/ChangeLog (from rev 92353, 
freetalk/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-06-04 07:18:26 UTC (rev 92354)
@@ -0,0 +1,3 @@
+2007-07-02 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+

Copied: freetalk/repos/community-staging-i686/PKGBUILD (from rev 92353, 
freetalk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-04 07:18:26 UTC (rev 92354)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=freetalk
+pkgver=3.2
+pkgrel=6
+pkgdesc=A console based Jabber client
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/freetalk;
+license=('GPL')
+depends=('loudmouth' 'guile1.8')
+install=freetalk.install
+source=(http://savannah.gnu.org/download/freetalk/freetalk-$pkgver.tar.gz
+freetalk-3.2-glibc210.patch)
+md5sums=('ab09bd07dde158551f151d281b14642c'
+ '0da1d0a0f606d2b279fe676a80a3eb32')
+
+prepare(){
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../freetalk-3.2-glibc210.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-rpath \
+GUILE=/usr/bin/guile1.8 \
+GUILE_CONFIG=/usr/bin/guile-config1.8
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm $pkgdir/usr/share/info/dir
+}

Copied: freetalk/repos/community-staging-i686/freetalk-3.2-glibc210.patch (from 
rev 92353, freetalk/trunk/freetalk-3.2-glibc210.patch)
===
--- community-staging-i686/freetalk-3.2-glibc210.patch  
(rev 0)
+++ community-staging-i686/freetalk-3.2-glibc210.patch  2013-06-04 07:18:26 UTC 
(rev 92354)
@@ -0,0 +1,68 @@
+diff -urNp freetalk-3.2.orig/src/callbacks.cc freetalk-3.2/src/callbacks.cc
+--- freetalk-3.2.orig/src/callbacks.cc 2009-02-25 01:31:29.826691032 +0530
 freetalk-3.2/src/callbacks.cc  2009-02-25 02:56:04.323962193 +0530
+@@ -1,7 +1,7 @@
+ /*
+   callbacks.c: Callback functions
+   
+-  Copyright (c) 2005, 2006, 2007 Freetalk Core Team
++  Copyright (c) 2005, 2006, 2007, 2009 Freetalk Core Team
+   This file is part of GNU Freetalk.
+   
+   Freetalk is free software; you can redistribute it and/or modify
+@@ -20,6 +20,7 @@
+ */
+ 
+ #include stdio.h
++#include string
+ #include string.h
+ #include stdlib.h
+ #include glib.h 
+@@ -116,8 +117,9 @@ ft_msg_msg_handler (LmMessageHandler *ha
+   LmMessage *msg, gpointer user_data)
+ {
+   LmMessageNode *root, *body, *x;
+-  const char *from, *msg_str, *type;
++  const char *msg_str, *type;
+   char *ts = NULL;
++  std::string from;
+ 
+   root = lm_message_get_node (msg);
+   body = lm_message_node_get_child (root, body);
+@@ -152,11 +154,12 @@ ft_msg_msg_handler (LmMessageHandler *ha
+ set_hook_return (0);
+ /* TBD : make the below stripping of /Resource configurable */
+ if (1) {
+-  

[arch-commits] Commit in guile1.8/trunk (PKGBUILD)

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 09:43:16
  Author: bpiotrowski
Revision: 187131

upgpkg: guile1.8 1.8.8-2

- fix shebang in guile-config1.8

Modified:
  guile1.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 07:16:43 UTC (rev 187130)
+++ PKGBUILD2013-06-04 07:43:16 UTC (rev 187131)
@@ -3,7 +3,7 @@
 
 pkgname=guile1.8
 pkgver=1.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
 url=http://www.gnu.org/software/guile/;
 arch=('i686' 'x86_64')
@@ -26,6 +26,7 @@
   cd guile-$pkgver
   make DESTDIR=$pkgdir install
   
-  rm -rf $pkgdir/usr/share/info
-  mv $pkgdir/usr/share/aclocal/guile.m4 $pkgdir/usr/share/aclocal/guile18.m4
+  rm -rf $pkgdir/usr/share/info
+  sed -i 's/guile/guile1.8/' -i $pkgdir/usr/bin/guile-config1.8
+  mv $pkgdir/usr/share/aclocal/guile.m4 
$pkgdir/usr/share/aclocal/guile18.m4
 }



[arch-commits] Commit in guile1.8/repos (4 files)

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 09:43:32
  Author: bpiotrowski
Revision: 187132

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

Added:
  guile1.8/repos/staging-i686/PKGBUILD
(from rev 187131, guile1.8/trunk/PKGBUILD)
  guile1.8/repos/staging-x86_64/PKGBUILD
(from rev 187131, guile1.8/trunk/PKGBUILD)
Deleted:
  guile1.8/repos/staging-i686/PKGBUILD
  guile1.8/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-06-04 07:43:16 UTC (rev 187131)
+++ staging-i686/PKGBUILD   2013-06-04 07:43:32 UTC (rev 187132)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-
-pkgname=guile1.8
-pkgver=1.8.8
-pkgrel=1
-pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
-url=http://www.gnu.org/software/guile/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
-source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
-options=('!libtool')
-md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
-
-build() {
-  cd guile-$pkgver
-  ./configure --prefix=/usr \
-   --disable-static  \
-   --disable-error-on-warning \
---program-suffix=1.8
-  make LDFLAGS+=-lpthread
-}
-
-package() {
-  cd guile-$pkgver
-  make DESTDIR=$pkgdir install
-  
-  rm -rf $pkgdir/usr/share/info
-  mv $pkgdir/usr/share/aclocal/guile.m4 $pkgdir/usr/share/aclocal/guile18.m4
-}

Copied: guile1.8/repos/staging-i686/PKGBUILD (from rev 187131, 
guile1.8/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-04 07:43:32 UTC (rev 187132)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=2
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
+url=http://www.gnu.org/software/guile/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
+source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+options=('!libtool')
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd guile-$pkgver
+  ./configure --prefix=/usr \
+   --disable-static  \
+   --disable-error-on-warning \
+--program-suffix=1.8
+  make LDFLAGS+=-lpthread
+}
+
+package() {
+  cd guile-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  rm -rf $pkgdir/usr/share/info
+  sed -i 's/guile/guile1.8/' -i $pkgdir/usr/bin/guile-config1.8
+  mv $pkgdir/usr/share/aclocal/guile.m4 
$pkgdir/usr/share/aclocal/guile18.m4
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2013-06-04 07:43:16 UTC (rev 187131)
+++ staging-x86_64/PKGBUILD 2013-06-04 07:43:32 UTC (rev 187132)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-
-pkgname=guile1.8
-pkgver=1.8.8
-pkgrel=1
-pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
-url=http://www.gnu.org/software/guile/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
-source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
-options=('!libtool')
-md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
-
-build() {
-  cd guile-$pkgver
-  ./configure --prefix=/usr \
-   --disable-static  \
-   --disable-error-on-warning \
---program-suffix=1.8
-  make LDFLAGS+=-lpthread
-}
-
-package() {
-  cd guile-$pkgver
-  make DESTDIR=$pkgdir install
-  
-  rm -rf $pkgdir/usr/share/info
-  mv $pkgdir/usr/share/aclocal/guile.m4 $pkgdir/usr/share/aclocal/guile18.m4
-}

Copied: guile1.8/repos/staging-x86_64/PKGBUILD (from rev 187131, 
guile1.8/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-04 07:43:32 UTC (rev 187132)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=2
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
+url=http://www.gnu.org/software/guile/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
+source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+options=('!libtool')
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd guile-$pkgver
+  ./configure --prefix=/usr \
+   --disable-static  \
+   --disable-error-on-warning \
+--program-suffix=1.8
+  

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

2013-06-04 Thread Sébastien Luttringer
Date: Tuesday, June 4, 2013 @ 11:18:56
  Author: seblu
Revision: 92366

archrelease: copy trunk to community-any

Added:
  ldoc/repos/community-any/PKGBUILD
(from rev 92365, ldoc/trunk/PKGBUILD)
Deleted:
  ldoc/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 09:18:49 UTC (rev 92365)
+++ PKGBUILD2013-06-04 09:18:56 UTC (rev 92366)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ldoc
-pkgver=1.3.12
-pkgrel=1
-pkgdesc='A LuaDoc-compatible documentation generation system'
-arch=('any')
-url='http://stevedonovan.github.com/ldoc/'
-license=('custom')
-depends=('lua' 'lua-penlight')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
-md5sums=('a226c31880585fa946e40d3df142df57')
-
-package() {
-  cd LDoc-$pkgver
-  # install library
-  install -dm755 $pkgdir/usr/share/lua/5.2
-  cp -a ldoc $pkgdir/usr/share/lua/5.2
-  # install binaries
-  install -Dm755 ldoc.lua $pkgdir/usr/bin/ldoc.lua
-  ln -s ldoc.lua $pkgdir/usr/bin/ldoc
-  # copy docs
-  install -Dm644 readme.md $pkgdir/usr/share/doc/$pkgname/readme.md
-  install -Dm644 doc/doc.md $pkgdir/usr/share/doc/$pkgname/doc.md
-  # copy license
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ldoc/repos/community-any/PKGBUILD (from rev 92365, ldoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-04 09:18:56 UTC (rev 92366)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ldoc
+pkgver=1.3.13
+pkgrel=1
+pkgdesc='A LuaDoc-compatible documentation generation system'
+arch=('any')
+url='http://stevedonovan.github.com/ldoc/'
+license=('custom')
+depends=('lua' 'lua-penlight')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
+md5sums=('f57e9fa8fdb56a4849ced672be6af76a')
+
+package() {
+  cd LDoc-$pkgver
+  # install library
+  install -dm755 $pkgdir/usr/share/lua/5.2
+  cp -a ldoc $pkgdir/usr/share/lua/5.2
+  # install binaries
+  install -Dm755 ldoc.lua $pkgdir/usr/bin/ldoc.lua
+  ln -s ldoc.lua $pkgdir/usr/bin/ldoc
+  # copy docs
+  install -Dm644 readme.md $pkgdir/usr/share/doc/$pkgname/readme.md
+  install -Dm644 doc/doc.md $pkgdir/usr/share/doc/$pkgname/doc.md
+  # copy license
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-06-04 Thread Sébastien Luttringer
Date: Tuesday, June 4, 2013 @ 11:18:49
  Author: seblu
Revision: 92365

upgpkg: ldoc 1.3.13-1

Modified:
  ldoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 08:08:06 UTC (rev 92364)
+++ PKGBUILD2013-06-04 09:18:49 UTC (rev 92365)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ldoc
-pkgver=1.3.12
+pkgver=1.3.13
 pkgrel=1
 pkgdesc='A LuaDoc-compatible documentation generation system'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('lua' 'lua-penlight')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
-md5sums=('a226c31880585fa946e40d3df142df57')
+md5sums=('f57e9fa8fdb56a4849ced672be6af76a')
 
 package() {
   cd LDoc-$pkgver



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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 13:27:08
  Author: heftig
Revision: 187146

3.5.5

Modified:
  openresolv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 10:18:35 UTC (rev 187145)
+++ PKGBUILD2013-06-04 11:27:08 UTC (rev 187146)
@@ -3,8 +3,8 @@
 # Contributor: Ignacio Galmarino igalmar...@gmail.com
 
 pkgname=openresolv
-pkgver=3.5.4
-pkgrel=3
+pkgver=3.5.5
+pkgrel=1
 pkgdesc=resolv.conf management framework (resolvconf)
 arch=(any)
 url=http://roy.marples.name/projects/openresolv;
@@ -15,7 +15,7 @@
 makedepends=(systemd)
 
source=(http://roy.marples.name/downloads/openresolv/${pkgname}-${pkgver}.tar.bz2;
 fs33801.patch 0001-Use-SBINDIR-instead-of-PREFIX-sbin.patch)
-md5sums=('617a52fbe6f253f231d9f78f1ea74281'
+md5sums=('31b07164b941d0ef0216b7d2a30bc573'
  '440790d3403b2ae2c4bb1d657c7e36a4'
  '6686a4e74b00c72277a17bb4b4503465')
 



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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 13:29:35
  Author: heftig
Revision: 187147

archrelease: copy trunk to testing-any

Added:
  openresolv/repos/testing-any/
  openresolv/repos/testing-any/0001-Use-SBINDIR-instead-of-PREFIX-sbin.patch
(from rev 187146, 
openresolv/trunk/0001-Use-SBINDIR-instead-of-PREFIX-sbin.patch)
  openresolv/repos/testing-any/PKGBUILD
(from rev 187146, openresolv/trunk/PKGBUILD)
  openresolv/repos/testing-any/fs33801.patch
(from rev 187146, openresolv/trunk/fs33801.patch)

---+
 0001-Use-SBINDIR-instead-of-PREFIX-sbin.patch |  135 
 PKGBUILD  |   40 +++
 fs33801.patch |   82 ++
 3 files changed, 257 insertions(+)

Copied: 
openresolv/repos/testing-any/0001-Use-SBINDIR-instead-of-PREFIX-sbin.patch 
(from rev 187146, 
openresolv/trunk/0001-Use-SBINDIR-instead-of-PREFIX-sbin.patch)
===
--- testing-any/0001-Use-SBINDIR-instead-of-PREFIX-sbin.patch   
(rev 0)
+++ testing-any/0001-Use-SBINDIR-instead-of-PREFIX-sbin.patch   2013-06-04 
11:29:35 UTC (rev 187147)
@@ -0,0 +1,135 @@
+diff --git a/Makefile b/Makefile
+index 7865a5f..0e4780f 100644
+--- a/Makefile
 b/Makefile
+@@ -17,7 +17,7 @@ TARGET=  ${RESOLVCONF} ${SUBSCRIBERS}
+ SRCS= ${TARGET:C,$,.in,} # pmake
+ SRCS:=${TARGET:=.in} # gmake
+ 
+-SED_PREFIX=   -e 's:@PREFIX@:${PREFIX}:g'
++SED_SBINDIR=  -e 's:@SBINDIR@:${SBINDIR}:g'
+ SED_SYSCONFDIR=   -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g'
+ SED_LIBEXECDIR=   -e 's:@LIBEXECDIR@:${LIBEXECDIR}:g'
+ SED_VARDIR=   -e 's:@VARDIR@:${VARDIR}:g'
+@@ -29,7 +29,7 @@ SED_RESTARTCMD=  -e 's:@RESTARTCMD 
\(.*\)@:${RESTARTCMD}:g'
+ all: ${TARGET}
+ 
+ .in:
+-  ${SED}  ${SED_PREFIX} ${SED_SYSCONFDIR} ${SED_LIBEXECDIR} \
++  ${SED}  ${SED_SBINDIR} ${SED_SYSCONFDIR} ${SED_LIBEXECDIR} \
+   ${SED_VARDIR} ${SED_RCDIR} ${SED_RESTARTCMD} \
+   $  $@
+ 
+diff --git a/dnsmasq.in b/dnsmasq.in
+index 96b5593..542acaa 100644
+--- a/dnsmasq.in
 b/dnsmasq.in
+@@ -29,7 +29,7 @@
+ [ -f @SYSCONFDIR@/resolvconf.conf ] || exit 0
+ . @SYSCONFDIR@/resolvconf.conf || exit 1
+ [ -z $dnsmasq_conf -a -z $dnsmasq_resolv ]  exit 0
+-[ -z $RESOLVCONF ]  eval $(@PREFIX@/sbin/resolvconf -v)
++[ -z $RESOLVCONF ]  eval $(@SBINDIR@/resolvconf -v)
+ NL=
+ 
+ 
+@@ -154,7 +154,7 @@ fi
+ if type config_mkdirs /dev/null 21; then
+   config_mkdirs $dnsmasq_conf $dnsmasq_resolv
+ else
+-  @PREFIX@/sbin/resolvconf -D $dnsmasq_conf $dnsmasq_resolv
++  @SBINDIR@/resolvconf -D $dnsmasq_conf $dnsmasq_resolv
+ fi
+ 
+ changed=false
+diff --git a/libc.in b/libc.in
+index c4233d5..945efc8 100644
+--- a/libc.in
 b/libc.in
+@@ -97,7 +97,7 @@ fi
+ : ${resolv_conf:=/etc/resolv.conf}
+ : ${libc_service:=nscd}
+ : ${libc_restart:=@RESTARTCMD ${libc_service}@}
+-: ${list_resolv:=@PREFIX@/sbin/resolvconf -l}
++: ${list_resolv:=@SBINDIR@/resolvconf -l}
+ if [ ${resolv_conf_head-x} = x -a -f $SYSCONFDIR/resolv.conf.head ]; then
+   resolv_conf_head=$(cat ${SYSCONFDIR}/resolv.conf.head)
+ fi
+@@ -130,7 +130,7 @@ case ${resolv_conf_passthrough:-NO} in
+   newconf=$(cat $newest)$NL
+   ;;
+ *)
+-  [ -z $RESOLVCONF ]  eval $(@PREFIX@/sbin/resolvconf -v)
++  [ -z $RESOLVCONF ]  eval $(@SBINDIR@/resolvconf -v)
+   newsearch=$(uniqify $search_domains $SEARCH $search_domains_append)
+   NS=$LOCALNAMESERVERS $NAMESERVERS
+   newns=
+diff --git a/named.in b/named.in
+index 1ee3abc..43ceabb 100644
+--- a/named.in
 b/named.in
+@@ -29,7 +29,7 @@
+ [ -f @SYSCONFDIR@/resolvconf.conf ] || exit 0
+ . @SYSCONFDIR@/resolvconf.conf || exit 1
+ [ -z $named_zones -a -z $named_options ]  exit 0
+-[ -z $RESOLVCONF ]  eval $(@PREFIX@/sbin/resolvconf -v)
++[ -z $RESOLVCONF ]  eval $(@SBINDIR@/resolvconf -v)
+ NL=
+ 
+ 
+@@ -78,7 +78,7 @@ done
+ if type config_mkdirs /dev/null 21; then
+   config_mkdirs $named_options $named_zones
+ else
+-  @PREFIX@/sbin/resolvconf -D $named_options $named_zones
++  @SBINDIR@/resolvconf -D $named_options $named_zones
+ fi
+ 
+ # No point in changing files or reloading bind if the end result has not
+diff --git a/pdnsd.in b/pdnsd.in
+index 0a0241a..4c14c3c 100644
+--- a/pdnsd.in
 b/pdnsd.in
+@@ -29,7 +29,7 @@
+ [ -f @SYSCONFDIR@/resolvconf.conf ] || exit 0
+ . @SYSCONFDIR@/resolvconf.conf || exit 1
+ [ -z $pdnsd_conf -a -z $pdnsd_resolv ]  exit 0
+-[ -z $RESOLVCONF ]  eval $(@PREFIX@/sbin/resolvconf -v)
++[ -z $RESOLVCONF ]  eval $(@SBINDIR@/resolvconf -v)
+ NL=
+ 
+ 
+@@ -89,7 +89,7 @@ changed=false
+ if type config_mkdirs /dev/null 21; then
+   config_mkdirs $pdnsd_resolv $pdnsd_conf
+ else
+-  @PREFIX@/sbin/resolvconf -D $pdnsd_resolv $pdnsd_conf
++  @SBINDIR@/resolvconf -D $pdnsd_resolv 

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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:29:11
  Author: spupykin
Revision: 92367

upgpkg: gcc-docs 4.8.1-1

upd

Modified:
  gcc-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 09:18:56 UTC (rev 92366)
+++ PKGBUILD2013-06-04 12:29:11 UTC (rev 92367)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=gcc-docs
-pkgver=4.8.0
+pkgver=4.8.1
 pkgrel=1
 pkgdesc=Set of HTML documentation for GCC
 arch=('any')
@@ -13,7 +13,7 @@
 depends=()
 options=('docs' '!strip')
 
source=($pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
-md5sums=('87765b7003afce13b3f122f9f5f0fe8d')
+md5sums=('3577e40a80e26cc81e2764b093bf335c')
 
 package() {
   cd $srcdir/gcc



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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:29:29
  Author: spupykin
Revision: 92369

upgpkg: haskell-cairo 0.12.4-5

upd

Modified:
  haskell-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 12:29:25 UTC (rev 92368)
+++ PKGBUILD2013-06-04 12:29:29 UTC (rev 92369)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-cairo
 pkgver=0.12.4
-pkgrel=4
+pkgrel=5
 pkgdesc=Binding to the cairo library for Gtk2Hs.
 url=http://hackage.haskell.org/package/cairo;
 license=('LGPL2.1')
@@ -34,7 +34,7 @@
 package() {
 _ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
 _hmtlver=`pacman -Q haskell-mtl | cut -f2 -d\  | cut -f1 -d-`
-depends=(ghc=${_ghcver} cairo haskell-mtl=${_hglibver})
+depends=(ghc=${_ghcver} cairo haskell-mtl=${_hmtlver})
 
 cd ${srcdir}/cairo-${pkgver}
 install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-cairo/register.sh



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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:29:46
  Author: spupykin
Revision: 92370

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

Added:
  haskell-cairo/repos/community-i686/PKGBUILD
(from rev 92369, haskell-cairo/trunk/PKGBUILD)
  haskell-cairo/repos/community-i686/gtk2hs-cairo.install
(from rev 92369, haskell-cairo/trunk/gtk2hs-cairo.install)
  haskell-cairo/repos/community-x86_64/PKGBUILD
(from rev 92369, haskell-cairo/trunk/PKGBUILD)
  haskell-cairo/repos/community-x86_64/gtk2hs-cairo.install
(from rev 92369, haskell-cairo/trunk/gtk2hs-cairo.install)
Deleted:
  haskell-cairo/repos/community-i686/PKGBUILD
  haskell-cairo/repos/community-i686/gtk2hs-cairo.install
  haskell-cairo/repos/community-x86_64/PKGBUILD
  haskell-cairo/repos/community-x86_64/gtk2hs-cairo.install

---+
 /PKGBUILD |   90 
 /gtk2hs-cairo.install |   36 
 community-i686/PKGBUILD   |   45 
 community-i686/gtk2hs-cairo.install   |   18 --
 community-x86_64/PKGBUILD |   45 
 community-x86_64/gtk2hs-cairo.install |   18 --
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-04 12:29:29 UTC (rev 92369)
+++ community-i686/PKGBUILD 2013-06-04 12:29:46 UTC (rev 92370)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-cairo
-pkgver=0.12.4
-pkgrel=4
-pkgdesc=Binding to the cairo library for Gtk2Hs.
-url=http://hackage.haskell.org/package/cairo;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'cairo' 'haskell-mtl')
-makedepends=(gtk2hs-buildtools)
-options=('strip')
-conflicts=('gtk2hs-cairo')
-provides=('gtk2hs-cairo')
-replaces=('gtk2hs-cairo')
-install=gtk2hs-cairo.install
-source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
-md5sums=('b9d7e8de6ba4db680c222958622d6ee6')
-
-build() {
-cd ${srcdir}/cairo-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/haskell-cairo \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-_ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
-_hmtlver=`pacman -Q haskell-mtl | cut -f2 -d\  | cut -f1 -d-`
-depends=(ghc=${_ghcver} cairo haskell-mtl=${_hglibver})
-
-cd ${srcdir}/cairo-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-cairo/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-cairo/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/haskell-cairo/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/cairo
-runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-cairo/repos/community-i686/PKGBUILD (from rev 92369, 
haskell-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-04 12:29:46 UTC (rev 92370)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-cairo
+pkgver=0.12.4
+pkgrel=5
+pkgdesc=Binding to the cairo library for Gtk2Hs.
+url=http://hackage.haskell.org/package/cairo;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'cairo' 'haskell-mtl')
+makedepends=(gtk2hs-buildtools)
+options=('strip')
+conflicts=('gtk2hs-cairo')
+provides=('gtk2hs-cairo')
+replaces=('gtk2hs-cairo')
+install=gtk2hs-cairo.install
+source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
+md5sums=('b9d7e8de6ba4db680c222958622d6ee6')
+
+build() {
+cd ${srcdir}/cairo-$pkgver
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/haskell-cairo \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+_ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
+_hmtlver=`pacman -Q haskell-mtl | cut -f2 -d\  | cut -f1 -d-`
+depends=(ghc=${_ghcver} cairo haskell-mtl=${_hmtlver})
+
+cd ${srcdir}/cairo-${pkgver}
+install -D -m744 register.sh   

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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:30:05
  Author: spupykin
Revision: 92371

upgpkg: ktoblzcheck 1.42-1

upd

Modified:
  ktoblzcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 12:29:46 UTC (rev 92370)
+++ PKGBUILD2013-06-04 12:30:05 UTC (rev 92371)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
 
 pkgname=ktoblzcheck
-pkgver=1.41
+pkgver=1.42
 pkgrel=1
 pkgdesc=A library to check account numbers and bank codes of German banks
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 optdepends=('perl')
 
source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz
ktoblzcheck-python3.patch)
-md5sums=('48f6d0086d780d1c101b17b5b63706f3'
+md5sums=('86f25d5c6a07313638bb74d6b11eb57c'
  'a81a697bb3aaeffb7fac0ad7d9166e3f')
 
 build() {



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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:29:25
  Author: spupykin
Revision: 92368

archrelease: copy trunk to community-any

Added:
  gcc-docs/repos/community-any/PKGBUILD
(from rev 92367, gcc-docs/trunk/PKGBUILD)
Deleted:
  gcc-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 12:29:11 UTC (rev 92367)
+++ PKGBUILD2013-06-04 12:29:25 UTC (rev 92368)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Hilton Medeiros medeiros.hil...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=gcc-docs
-pkgver=4.8.0
-pkgrel=1
-pkgdesc=Set of HTML documentation for GCC
-arch=('any')
-url=http://gcc.gnu.org;
-license=('GPL')
-depends=()
-options=('docs' '!strip')
-source=($pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
-md5sums=('87765b7003afce13b3f122f9f5f0fe8d')
-
-package() {
-  cd $srcdir/gcc
-  install -d $pkgdir/usr/share/doc/gcc
-  cp -rf * $pkgdir/usr/share/doc/gcc
-}

Copied: gcc-docs/repos/community-any/PKGBUILD (from rev 92367, 
gcc-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-04 12:29:25 UTC (rev 92368)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Hilton Medeiros medeiros.hil...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=gcc-docs
+pkgver=4.8.1
+pkgrel=1
+pkgdesc=Set of HTML documentation for GCC
+arch=('any')
+url=http://gcc.gnu.org;
+license=('GPL')
+depends=()
+options=('docs' '!strip')
+source=($pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
+md5sums=('3577e40a80e26cc81e2764b093bf335c')
+
+package() {
+  cd $srcdir/gcc
+  install -d $pkgdir/usr/share/doc/gcc
+  cp -rf * $pkgdir/usr/share/doc/gcc
+}



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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:30:22
  Author: spupykin
Revision: 92372

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

Added:
  ktoblzcheck/repos/community-i686/PKGBUILD
(from rev 92371, ktoblzcheck/trunk/PKGBUILD)
  ktoblzcheck/repos/community-i686/ktoblzcheck-python3.patch
(from rev 92371, ktoblzcheck/trunk/ktoblzcheck-python3.patch)
  ktoblzcheck/repos/community-x86_64/PKGBUILD
(from rev 92371, ktoblzcheck/trunk/PKGBUILD)
  ktoblzcheck/repos/community-x86_64/ktoblzcheck-python3.patch
(from rev 92371, ktoblzcheck/trunk/ktoblzcheck-python3.patch)
Deleted:
  ktoblzcheck/repos/community-i686/PKGBUILD
  ktoblzcheck/repos/community-i686/ktoblzcheck-python3.patch
  ktoblzcheck/repos/community-x86_64/PKGBUILD
  ktoblzcheck/repos/community-x86_64/ktoblzcheck-python3.patch

+
 /PKGBUILD  |   60 ++
 /ktoblzcheck-python3.patch |  114 +++
 community-i686/PKGBUILD|   30 ---
 community-i686/ktoblzcheck-python3.patch   |   57 -
 community-x86_64/PKGBUILD  |   30 ---
 community-x86_64/ktoblzcheck-python3.patch |   57 -
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-04 12:30:05 UTC (rev 92371)
+++ community-i686/PKGBUILD 2013-06-04 12:30:22 UTC (rev 92372)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
-
-pkgname=ktoblzcheck
-pkgver=1.41
-pkgrel=1
-pkgdesc=A library to check account numbers and bank codes of German banks
-arch=(i686 x86_64)
-url=http://ktoblzcheck.sourceforge.net;
-options=('!libtool')
-license=(LGPL)
-depends=('gcc-libs' 'python')
-optdepends=('perl')
-source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz
-   ktoblzcheck-python3.patch)
-md5sums=('48f6d0086d780d1c101b17b5b63706f3'
- 'a81a697bb3aaeffb7fac0ad7d9166e3f')
-
-build() {
-  cd $srcdir/ktoblzcheck-$pkgver
-  ./configure --prefix=/usr
-  patch -p1 $srcdir/ktoblzcheck-python3.patch
-  make
-}
-
-package() {
-  cd $srcdir/ktoblzcheck-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: ktoblzcheck/repos/community-i686/PKGBUILD (from rev 92371, 
ktoblzcheck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-04 12:30:22 UTC (rev 92372)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
+
+pkgname=ktoblzcheck
+pkgver=1.42
+pkgrel=1
+pkgdesc=A library to check account numbers and bank codes of German banks
+arch=(i686 x86_64)
+url=http://ktoblzcheck.sourceforge.net;
+options=('!libtool')
+license=(LGPL)
+depends=('gcc-libs' 'python')
+optdepends=('perl')
+source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz
+   ktoblzcheck-python3.patch)
+md5sums=('86f25d5c6a07313638bb74d6b11eb57c'
+ 'a81a697bb3aaeffb7fac0ad7d9166e3f')
+
+build() {
+  cd $srcdir/ktoblzcheck-$pkgver
+  ./configure --prefix=/usr
+  patch -p1 $srcdir/ktoblzcheck-python3.patch
+  make
+}
+
+package() {
+  cd $srcdir/ktoblzcheck-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/ktoblzcheck-python3.patch
===
--- community-i686/ktoblzcheck-python3.patch2013-06-04 12:30:05 UTC (rev 
92371)
+++ community-i686/ktoblzcheck-python3.patch2013-06-04 12:30:22 UTC (rev 
92372)
@@ -1,57 +0,0 @@
-diff -ur ktoblzcheck-1.28/src/python/ktoblzcheck.py 
ktoblzcheck-1.28.my/src/python/ktoblzcheck.py
 ktoblzcheck-1.28/src/python/ktoblzcheck.py 2008-08-12 16:48:54.0 
+
-+++ ktoblzcheck-1.28.my/src/python/ktoblzcheck.py  2010-09-20 
09:08:36.0 +
-@@ -197,35 +197,35 @@
- 
- def test():
- a = AccountNumberCheck()
--print 'Number of Banks:', a.bankCount
--print 'find 20010020:', a.findBank('20010020')
--print 'find 20010033:', a.findBank('20010033')
--print 'check 20070024/9291394:', a.check('20070024','9291394')
--print 'check 20070024/9291394:', a.check('20070024','9291394023')
--print
-+print('Number of Banks:', a.bankCount)
-+print('find 20010020:', a.findBank('20010020'))
-+print('find 20010033:', a.findBank('20010033'))
-+print('check 20070024/9291394:', a.check('20070024','9291394'))
-+print('check 20070024/9291394:', a.check('20070024','9291394023'))
-+print()
- ck = IbanCheck()
- if not kto.IbanCheck_selftest(ck):  # not publicly defined
--  print Self-Test failed!
-+print(Self-Test failed!)
-   raise SystemExit
- s =  iban 

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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:30:52
  Author: spupykin
Revision: 92374

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 92373, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 92373, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 92373, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 92373, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 92373, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 92373, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 92373, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 92373, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 92373, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 92373, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  168 ++
 /libvirt.install|   38 ++
 /libvirt.tmpfiles.d |8 +
 /libvirtd-guests.conf.d |   22 +++
 /libvirtd.conf.d|6 +
 community-i686/PKGBUILD |   84 ---
 community-i686/libvirt.install  |   19 ---
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd.conf.d  |3 
 community-x86_64/PKGBUILD   |   84 ---
 community-x86_64/libvirt.install|   19 ---
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd.conf.d|3 
 15 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-04 12:30:26 UTC (rev 92373)
+++ community-i686/PKGBUILD 2013-06-04 12:30:52 UTC (rev 92374)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=libvirt
-pkgver=1.0.5
-pkgrel=8
-pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'audit')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq')
-optdepends=('bridge-utils: for briged networking (default)'
-   'dnsmasq: for NAT/DHCP for guests'
-   'kvm'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'ebtables')
-options=('emptydirs' '!libtool')
-backup=('etc/conf.d/libvirtd'
-   'etc/conf.d/libvirtd-guests'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/qemu.conf'
-   'etc/sasl2/libvirt.conf')
-install=libvirt.install
-source=(http://libvirt.org/sources/$pkgname-$pkgver.tar.gz;
-   libvirtd.conf.d
-   libvirtd-guests.conf.d
-   libvirt.tmpfiles.d)
-md5sums=('91c4145f49bcf92e89470fa3fb28fff6'
- '3ed0e24f5b5e25bf553f5427d64915e6'
- '0a96ed876ffb1fcb9dff5a9b3a609c1e'
- '020971887442ebbf1b6949e031c8dd3f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  export PYTHON=`which python2`
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  export LDFLAGS=-lX11
-  export RADVD=/usr/bin/radvd
-  [ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/$pkgname 
--sbindir=/usr/bin \
-   --with-storage-lvm --without-xen --with-udev --without-hal 
--disable-static \
-   --with-init-script=systemd --with-audit \
-   --with-qemu-user=nobody 

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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:30:26
  Author: spupykin
Revision: 92373

upgpkg: libvirt 1.0.6-1

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 12:30:22 UTC (rev 92372)
+++ PKGBUILD2013-06-04 12:30:26 UTC (rev 92373)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Wiersma archaur at jonw dot org
 
 pkgname=libvirt
-pkgver=1.0.5
-pkgrel=8
+pkgver=1.0.6
+pkgrel=1
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -34,7 +34,7 @@
libvirtd.conf.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
-md5sums=('91c4145f49bcf92e89470fa3fb28fff6'
+md5sums=('a4a09a981f902c4d6aa5138c753d64fd'
  '3ed0e24f5b5e25bf553f5427d64915e6'
  '0a96ed876ffb1fcb9dff5a9b3a609c1e'
  '020971887442ebbf1b6949e031c8dd3f')



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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:32:22
  Author: spupykin
Revision: 92375

upgpkg: parole 0.5.1-1

upd

Modified:
  parole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 12:30:52 UTC (rev 92374)
+++ PKGBUILD2013-06-04 12:32:22 UTC (rev 92375)
@@ -3,8 +3,8 @@
 # Maintainer: TDY t...@gmx.com
 
 pkgname=parole
-pkgver=0.5.0
-pkgrel=3
+pkgver=0.5.1
+pkgrel=1
 pkgdesc=A modern media player based on the GStreamer framework
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/applications/parole/;
@@ -22,7 +22,7 @@
 options=('!libtool')
 install=parole.install
 source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
-md5sums=('03eb2df373adaae56959a548553ef72e')
+md5sums=('0236073ad67916092a75fcaa59583780')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:32:38
  Author: spupykin
Revision: 92376

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

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

-+
 /PKGBUILD   |   76 ++
 /parole.install |   24 
 community-i686/PKGBUILD |   38 ---
 community-i686/parole.install   |   12 --
 community-x86_64/PKGBUILD   |   38 ---
 community-x86_64/parole.install |   12 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-04 12:32:22 UTC (rev 92375)
+++ community-i686/PKGBUILD 2013-06-04 12:32:38 UTC (rev 92376)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: TDY t...@gmx.com
-
-pkgname=parole
-pkgver=0.5.0
-pkgrel=3
-pkgdesc=A modern media player based on the GStreamer framework
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/applications/parole/;
-license=('GPL')
-depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 
'libnotify=0.4.1'
- 'libxfce4ui=4.7.0' 'taglib=1.4' 'desktop-file-utils')
-makedepends=('pkgconfig=0.9.0' 'xfce4-dev-tools')
-optdepends=('xulrunner: browser plugin'
-   'gst-libav'
-   'gst-plugins-bad'
-   'gst-plugins-base'
-   'gst-plugins-good'
-   'gst-plugins-ugly')
-conflicts=('parole-media-player-git')
-options=('!libtool')
-install=parole.install
-source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
-md5sums=('03eb2df373adaae56959a548553ef72e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
-  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
---enable-taglib --enable-libnotify --with-gstreamer=1.0
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: parole/repos/community-i686/PKGBUILD (from rev 92375, 
parole/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-04 12:32:38 UTC (rev 92376)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: TDY t...@gmx.com
+
+pkgname=parole
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=A modern media player based on the GStreamer framework
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/applications/parole/;
+license=('GPL')
+depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 
'libnotify=0.4.1'
+ 'libxfce4ui=4.7.0' 'taglib=1.4' 'desktop-file-utils')
+makedepends=('pkgconfig=0.9.0' 'xfce4-dev-tools')
+optdepends=('xulrunner: browser plugin'
+   'gst-libav'
+   'gst-plugins-bad'
+   'gst-plugins-base'
+   'gst-plugins-good'
+   'gst-plugins-ugly')
+conflicts=('parole-media-player-git')
+options=('!libtool')
+install=parole.install
+source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
+md5sums=('0236073ad67916092a75fcaa59583780')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
+--enable-taglib --enable-libnotify --with-gstreamer=1.0
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/parole.install
===
--- community-i686/parole.install   2013-06-04 12:32:22 UTC (rev 92375)
+++ community-i686/parole.install   2013-06-04 12:32:38 UTC (rev 92376)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: parole/repos/community-i686/parole.install (from rev 92375, 
parole/trunk/parole.install)
===
--- community-i686/parole.install   (rev 0)
+++ community-i686/parole.install   2013-06-04 12:32:38 UTC (rev 92376)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  

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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:32:44
  Author: spupykin
Revision: 92377

upgpkg: perl-test-tester 0.109-1

upd

Modified:
  perl-test-tester/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 12:32:38 UTC (rev 92376)
+++ PKGBUILD2013-06-04 12:32:44 UTC (rev 92377)
@@ -3,7 +3,7 @@
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-test-tester
-pkgver=0.108
+pkgver=0.109
 pkgrel=1
 pkgdesc=Ease testing test modules built with Test::Builder
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/F/FD/FDALY/Test-Tester-$pkgver.tar.gz)
-md5sums=('939d4fb9ad04b8b5a746cdd09040ea0b')
+md5sums=('d8fd872ee7e959f89a4af0371a7e782d')
 
 build() {
   cd  $srcdir/Test-Tester-$pkgver



[arch-commits] Commit in perl-test-tester/repos/community-any (PKGBUILD PKGBUILD)

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:32:55
  Author: spupykin
Revision: 92378

archrelease: copy trunk to community-any

Added:
  perl-test-tester/repos/community-any/PKGBUILD
(from rev 92377, perl-test-tester/trunk/PKGBUILD)
Deleted:
  perl-test-tester/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 12:32:44 UTC (rev 92377)
+++ PKGBUILD2013-06-04 12:32:55 UTC (rev 92378)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-test-tester
-pkgver=0.108
-pkgrel=1
-pkgdesc=Ease testing test modules built with Test::Builder
-arch=('any')
-url=http://search.cpan.org/dist/Test-Tester;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/F/FD/FDALY/Test-Tester-$pkgver.tar.gz)
-md5sums=('939d4fb9ad04b8b5a746cdd09040ea0b')
-
-build() {
-  cd  $srcdir/Test-Tester-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-test-tester/repos/community-any/PKGBUILD (from rev 92377, 
perl-test-tester/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-04 12:32:55 UTC (rev 92378)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-test-tester
+pkgver=0.109
+pkgrel=1
+pkgdesc=Ease testing test modules built with Test::Builder
+arch=('any')
+url=http://search.cpan.org/dist/Test-Tester;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/F/FD/FDALY/Test-Tester-$pkgver.tar.gz)
+md5sums=('d8fd872ee7e959f89a4af0371a7e782d')
+
+build() {
+  cd  $srcdir/Test-Tester-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Test-Tester-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:33:14
  Author: spupykin
Revision: 92381

upgpkg: python-xlib 0.15rc1-6

upd

Modified:
  python-xlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 12:33:10 UTC (rev 92380)
+++ PKGBUILD2013-06-04 12:33:14 UTC (rev 92381)
@@ -3,18 +3,28 @@
 # Maintainer: Jeff Mickey j...@archlinux.org
 # Contributor: Pappa  jcberg @ gmail . com 
 
-pkgname=python-xlib
+pkgname=('python-xlib' 'python2-xlib')
+pkgbase=python-xlib
 pkgver=0.15rc1
-pkgrel=5
+pkgrel=6
 pkgdesc=A fully functional X client library for Python programs
 url=http://python-xlib.sourceforge.net/;
 arch=('any')
 license=('GPL')
-depends=('python2')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+makedepends=('python2' 'python')
+source=(http://downloads.sourceforge.net/project/python-xlib/python-xlib/$pkgver/python-xlib-$pkgver.tar.gz)
 md5sums=('7941e91bc3e92dc921dfc930cc8f7830')
 
-package() {
-  cd $srcdir/$pkgname-$pkgver
+package_python2-xlib() {
+  depends=('python2')
+
+  cd $srcdir/python-xlib-$pkgver
   python2 setup.py install --root=$pkgdir
 }
+
+package_python-xlib() {
+  depends=('python')
+
+  cd $srcdir/python-xlib-$pkgver
+  python setup.py install --root=$pkgdir
+}



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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:32:59
  Author: spupykin
Revision: 92379

upgpkg: perl-xml-rss 1.52-1

upd

Modified:
  perl-xml-rss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 12:32:55 UTC (rev 92378)
+++ PKGBUILD2013-06-04 12:32:59 UTC (rev 92379)
@@ -3,7 +3,7 @@
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-xml-rss
-pkgver=1.51
+pkgver=1.52
 pkgrel=1
 pkgdesc=Parse or create Rich Site Summaries (RSS)
 arch=('any')
@@ -13,7 +13,7 @@
 'perl-html-parser' 'perlxml=2.23')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-RSS-$pkgver.tar.gz)
-md5sums=('ab48ecf89e2b93ee4f3b7f488916dd24')
+md5sums=('a06405a75f275f1ea3f91b578f273b38')
 
 build() {
   cd  $srcdir/XML-RSS-$pkgver



[arch-commits] Commit in perl-xml-rss/repos/community-any (PKGBUILD PKGBUILD)

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:33:10
  Author: spupykin
Revision: 92380

archrelease: copy trunk to community-any

Added:
  perl-xml-rss/repos/community-any/PKGBUILD
(from rev 92379, perl-xml-rss/trunk/PKGBUILD)
Deleted:
  perl-xml-rss/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 12:32:59 UTC (rev 92379)
+++ PKGBUILD2013-06-04 12:33:10 UTC (rev 92380)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-xml-rss
-pkgver=1.51
-pkgrel=1
-pkgdesc=Parse or create Rich Site Summaries (RSS)
-arch=('any')
-url=http://search.cpan.org/dist/XML-RSS;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime' 'perl-datetime-format-mail' 
'perl-datetime-format-w3cdtf'
-'perl-html-parser' 'perlxml=2.23')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-RSS-$pkgver.tar.gz)
-md5sums=('ab48ecf89e2b93ee4f3b7f488916dd24')
-
-build() {
-  cd  $srcdir/XML-RSS-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/XML-RSS-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-xml-rss/repos/community-any/PKGBUILD (from rev 92379, 
perl-xml-rss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-04 12:33:10 UTC (rev 92380)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-xml-rss
+pkgver=1.52
+pkgrel=1
+pkgdesc=Parse or create Rich Site Summaries (RSS)
+arch=('any')
+url=http://search.cpan.org/dist/XML-RSS;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime' 'perl-datetime-format-mail' 
'perl-datetime-format-w3cdtf'
+'perl-html-parser' 'perlxml=2.23')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-RSS-$pkgver.tar.gz)
+md5sums=('a06405a75f275f1ea3f91b578f273b38')
+
+build() {
+  cd  $srcdir/XML-RSS-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/XML-RSS-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:33:25
  Author: spupykin
Revision: 92382

archrelease: copy trunk to community-any

Added:
  python-xlib/repos/community-any/PKGBUILD
(from rev 92381, python-xlib/trunk/PKGBUILD)
Deleted:
  python-xlib/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 ++
 1 file changed, 30 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 12:33:14 UTC (rev 92381)
+++ PKGBUILD2013-06-04 12:33:25 UTC (rev 92382)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jeff Mickey j...@archlinux.org
-# Contributor: Pappa  jcberg @ gmail . com 
-
-pkgname=python-xlib
-pkgver=0.15rc1
-pkgrel=5
-pkgdesc=A fully functional X client library for Python programs
-url=http://python-xlib.sourceforge.net/;
-arch=('any')
-license=('GPL')
-depends=('python2')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('7941e91bc3e92dc921dfc930cc8f7830')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir
-}

Copied: python-xlib/repos/community-any/PKGBUILD (from rev 92381, 
python-xlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-04 12:33:25 UTC (rev 92382)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jeff Mickey j...@archlinux.org
+# Contributor: Pappa  jcberg @ gmail . com 
+
+pkgname=('python-xlib' 'python2-xlib')
+pkgbase=python-xlib
+pkgver=0.15rc1
+pkgrel=6
+pkgdesc=A fully functional X client library for Python programs
+url=http://python-xlib.sourceforge.net/;
+arch=('any')
+license=('GPL')
+makedepends=('python2' 'python')
+source=(http://downloads.sourceforge.net/project/python-xlib/python-xlib/$pkgver/python-xlib-$pkgver.tar.gz)
+md5sums=('7941e91bc3e92dc921dfc930cc8f7830')
+
+package_python2-xlib() {
+  depends=('python2')
+
+  cd $srcdir/python-xlib-$pkgver
+  python2 setup.py install --root=$pkgdir
+}
+
+package_python-xlib() {
+  depends=('python')
+
+  cd $srcdir/python-xlib-$pkgver
+  python setup.py install --root=$pkgdir
+}



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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:33:29
  Author: spupykin
Revision: 92383

upgpkg: tablelist 5.9-1

upd

Modified:
  tablelist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 12:33:25 UTC (rev 92382)
+++ PKGBUILD2013-06-04 12:33:29 UTC (rev 92383)
@@ -3,7 +3,7 @@
 # Contributor: Tim Lee tl1234562...@yahoo.com
 
 pkgname=tablelist
-pkgver=5.8
+pkgver=5.9
 pkgrel=1
 pkgdesc=A library for Tcl/Tk 8.0 or higher
 arch=('any')
@@ -12,8 +12,8 @@
 depends=('bash' 'tcl')
 source=(http://www.nemethi.de/tablelist/$pkgname$pkgver.tar.gz \
 http://www.nemethi.de/tablelist/COPYRIGHT.txt )
-md5sums=('7574f2558e84381b32a42df6cf29d73b'
- 'af0e25855ca8d55bfe14c1adc987e005')
+md5sums=('0eb87e97115d27f4d576b3b17d26e12e'
+ '44bada0ecbce417f185a5bfc324034fe')
 
 package() {
   mkdir -p $pkgdir/usr/lib/tcl8.6



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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 14:33:40
  Author: spupykin
Revision: 92384

archrelease: copy trunk to community-any

Added:
  tablelist/repos/community-any/PKGBUILD
(from rev 92383, tablelist/trunk/PKGBUILD)
Deleted:
  tablelist/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 12:33:29 UTC (rev 92383)
+++ PKGBUILD2013-06-04 12:33:40 UTC (rev 92384)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Tim Lee tl1234562...@yahoo.com
-
-pkgname=tablelist
-pkgver=5.8
-pkgrel=1
-pkgdesc=A library for Tcl/Tk 8.0 or higher
-arch=('any')
-url=http://www.nemethi.de;
-license=(custom)
-depends=('bash' 'tcl')
-source=(http://www.nemethi.de/tablelist/$pkgname$pkgver.tar.gz \
-http://www.nemethi.de/tablelist/COPYRIGHT.txt )
-md5sums=('7574f2558e84381b32a42df6cf29d73b'
- 'af0e25855ca8d55bfe14c1adc987e005')
-
-package() {
-  mkdir -p $pkgdir/usr/lib/tcl8.6
-  cp -a $srcdir/$pkgname$pkgver $pkgdir/usr/lib/tcl8.6/
-  install -D COPYRIGHT.txt $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: tablelist/repos/community-any/PKGBUILD (from rev 92383, 
tablelist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-04 12:33:40 UTC (rev 92384)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tim Lee tl1234562...@yahoo.com
+
+pkgname=tablelist
+pkgver=5.9
+pkgrel=1
+pkgdesc=A library for Tcl/Tk 8.0 or higher
+arch=('any')
+url=http://www.nemethi.de;
+license=(custom)
+depends=('bash' 'tcl')
+source=(http://www.nemethi.de/tablelist/$pkgname$pkgver.tar.gz \
+http://www.nemethi.de/tablelist/COPYRIGHT.txt )
+md5sums=('0eb87e97115d27f4d576b3b17d26e12e'
+ '44bada0ecbce417f185a5bfc324034fe')
+
+package() {
+  mkdir -p $pkgdir/usr/lib/tcl8.6
+  cp -a $srcdir/$pkgname$pkgver $pkgdir/usr/lib/tcl8.6/
+  install -D COPYRIGHT.txt $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



[arch-commits] Commit in tor/trunk (PKGBUILD tor.install tor.service torrc)

2013-06-04 Thread Lukas Fleischer
Date: Tuesday, June 4, 2013 @ 14:52:14
  Author: lfleischer
Revision: 92385

upgpkg: tor 0.2.3.25-3

* Replace tsocks dependency by torsocks (fixes FS#35400).
* Update default configuration (fixes FS#35272).
* Remove obsolete install message.

Modified:
  tor/trunk/PKGBUILD
  tor/trunk/tor.install
  tor/trunk/tor.service
  tor/trunk/torrc

-+
 PKGBUILD|   11 +-
 tor.install |7 -
 tor.service |7 -
 torrc   |  220 +++---
 4 files changed, 142 insertions(+), 103 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 12:33:40 UTC (rev 92384)
+++ PKGBUILD2013-06-04 12:52:14 UTC (rev 92385)
@@ -1,15 +1,16 @@
 # $Id$
 # Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
 # Contributor: simo s...@archlinux.org
+# Contributor: Sid Karunaratne
 
 pkgname=tor
 pkgver=0.2.3.25
-pkgrel=2
+pkgrel=3
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
 url='http://www.torproject.org/'
 license=('BSD')
-depends=('openssl' 'libevent' 'tsocks' 'bash')
+depends=('openssl' 'libevent' 'torsocks' 'bash')
 makedepends=('ca-certificates')
 backup=('etc/tor/torrc'
 'etc/tor/torrc-dist'
@@ -19,9 +20,9 @@
 'torrc'
 'tor.service')
 md5sums=('a1c364189a9a66ed9daa8e6436489daf'
- 'a4c12795ffb8f68550a5dab4a9eb0654'
- '56c75d4e8a66f34167d31e38c43793dd'
- 'b8989a7b3ab39d697624b243f7fc255d')
+ 'SKIP'
+ 'c1dd4004c63edaeaa829e01be5413cfc'
+ 'a396657e6f6df21d319ad586500c04b1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: tor.install
===
--- tor.install 2013-06-04 12:33:40 UTC (rev 92384)
+++ tor.install 2013-06-04 12:52:14 UTC (rev 92385)
@@ -1,9 +1,4 @@
 post_install() {
-  echo - Tor has been preconfigured to run as a client only.
-  echo - Tor is experimental software. Do not rely on it for strong 
anonymity.
-  echo '- '
-  echo '- You can set custom file descriptor ulimits for Tor in'
-  echo '- /etc/conf.d/tor using the TOR_MAX_FD variable.'
   groupadd -g 43 tor /dev/null
   useradd -u 43 -g tor -d /var/lib/tor -s /bin/false tor  /dev/null
   chown tor:tor var/lib/tor  /dev/null
@@ -11,8 +6,6 @@
 }
 
 post_upgrade() {
-  echo '- You can now set custom file descriptor ulimits for Tor in'
-  echo '- /etc/conf.d/tor using the TOR_MAX_FD variable.'
   getent group tor /dev/null || groupadd -g 43 tor /dev/null
   getent passwd tor /dev/null || useradd -u 43 -g tor -d /var/lib/tor -s 
/bin/false tor  /dev/null
   chown tor:tor var/lib/tor  /dev/null

Modified: tor.service
===
--- tor.service 2013-06-04 12:33:40 UTC (rev 92384)
+++ tor.service 2013-06-04 12:52:14 UTC (rev 92385)
@@ -3,10 +3,9 @@
 After=network.target
 
 [Service]
-Type=forking
-GuessMainPID=yes
-ExecStart=/usr/bin/tor -f /etc/tor/torrc --quiet
-ExecReload=/bin/kill -HUP $MAINPID
+User=tor
+Type=simple
+ExecStart=/usr/bin/tor -f /etc/tor/torrc
 KillSignal=SIGINT
 LimitNOFILE=8192
 

Modified: torrc
===
--- torrc   2013-06-04 12:33:40 UTC (rev 92384)
+++ torrc   2013-06-04 12:52:14 UTC (rev 92385)
@@ -1,82 +1,72 @@
-## CONFIGURED FOR ARCHLINUX
+## Configuration file for a typical Tor user
+## Last updated 22 April 2012 for Tor 0.2.3.14-alpha.
+## (may or may not work for much older or much newer versions of Tor.)
+##
+## Lines that begin with ##  try to explain what's going on. Lines
+## that begin with just # are disabled commands: you can enable them
+## by removing the # symbol.
+##
+## See 'man tor', or https://www.torproject.org/docs/tor-manual.html,
+## for more options you can use in this file.
+##
+## Tor will look for this file in various places based on your platform:
+## https://www.torproject.org/docs/faq#torrc
 
-## Last updated 22 July 2005 for Tor 0.1.0.13.
-## (May or may not work for older or newer versions of Tor.)
-#
-## See the man page, or http://tor.eff.org/tor-manual.html, for more
-## options you can use in this file.
-#
-# On Unix, Tor will look for this file in someplace like ~/.tor/torrc or
-# /etc/torrc
-#
-# On Windows, Tor will look for the configuration file in someplace like
-# Application Data\tor\torrc or Application Data\username\tor\torrc
-#
-# With the default Mac OS X installer, Tor will look in ~/.tor/torrc or
-# /Library/Tor/torrc
+## Tor opens a socks proxy on port 9050 by default -- even if you don't
+## configure one below. Set SocksPort 0 if you plan to run Tor only
+## as a relay, and not make any local application connections yourself.
+#SocksPort 9050 # Default: Bind to localhost:9050 for local connections.
+#SocksPort 192.168.0.1:9100 # Bind to this adddress:port too.
 
-
-## Replace this with SocksPort 0 if you plan to run Tor only as a
-## server, and not make any 

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

2013-06-04 Thread Lukas Fleischer
Date: Tuesday, June 4, 2013 @ 14:52:29
  Author: lfleischer
Revision: 92386

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

Added:
  tor/repos/community-i686/PKGBUILD
(from rev 92385, tor/trunk/PKGBUILD)
  tor/repos/community-i686/tor.install
(from rev 92385, tor/trunk/tor.install)
  tor/repos/community-i686/tor.service
(from rev 92385, tor/trunk/tor.service)
  tor/repos/community-i686/torrc
(from rev 92385, tor/trunk/torrc)
  tor/repos/community-x86_64/PKGBUILD
(from rev 92385, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.install
(from rev 92385, tor/trunk/tor.install)
  tor/repos/community-x86_64/tor.service
(from rev 92385, tor/trunk/tor.service)
  tor/repos/community-x86_64/torrc
(from rev 92385, tor/trunk/torrc)
Deleted:
  tor/repos/community-i686/PKGBUILD
  tor/repos/community-i686/tor.install
  tor/repos/community-i686/tor.service
  tor/repos/community-i686/torrc
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.install
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/torrc

--+
 /PKGBUILD|   94 ++
 /tor.install |   34 +++
 /tor.service |   26 ++
 /torrc   |  378 +
 community-i686/PKGBUILD  |   46 
 community-i686/tor.install   |   24 --
 community-i686/tor.service   |   14 -
 community-i686/torrc |  143 ---
 community-x86_64/PKGBUILD|   46 
 community-x86_64/tor.install |   24 --
 community-x86_64/tor.service |   14 -
 community-x86_64/torrc   |  143 ---
 12 files changed, 532 insertions(+), 454 deletions(-)

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


[arch-commits] Commit in surf/trunk (PKGBUILD config.h)

2013-06-04 Thread Lukas Fleischer
Date: Tuesday, June 4, 2013 @ 15:14:26
  Author: lfleischer
Revision: 92387

upgpkg: surf 0.6-2

Update optdepends and revert to xterm for running curl(1) (fixes
FS#33880).

Modified:
  surf/trunk/PKGBUILD
  surf/trunk/config.h

--+
 PKGBUILD |6 +++---
 config.h |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 12:52:29 UTC (rev 92386)
+++ PKGBUILD2013-06-04 13:14:26 UTC (rev 92387)
@@ -7,7 +7,7 @@
 
 pkgname=surf
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 pkgdesc='A simple web browser based on WebKit/GTK+.'
 arch=('i686' 'x86_64')
 url='http://surf.suckless.org/'
@@ -16,13 +16,13 @@
 optdepends=('dmenu: URL-bar'
 'ca-certificates: SSL verification'
 'xterm: default download handler'
-'wget: default download handler')
+'curl: default download handler')
 makedepends=('pkgconfig')
 install='surf.install'
 source=(http://dl.suckless.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'config.h')
 md5sums=('aeeed723b562a30cc6a2b3ea18f6d99a'
- '15c2c911658e2e6085e4c4fa7a7b01c1')
+ '1447600ca79c56577af3438d5f3d3d56')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: config.h
===
--- config.h2013-06-04 12:52:29 UTC (rev 92386)
+++ config.h2013-06-04 13:14:26 UTC (rev 92387)
@@ -35,7 +35,7 @@
 /* DOWNLOAD(URI, referer) */
 #define DOWNLOAD(d, r) { \
.v = (char *[]){ /bin/sh, -c, \
-   st -e /bin/sh -c \curl -J -O --user-agent '$1' \
+   xterm -e /bin/sh -c \curl -J -O --user-agent '$1' \
 --referer '$2' \
 -b ~/.surf/cookies.txt -c ~/.surf/cookies.txt '$0'; \
 sleep 5;\, \



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

2013-06-04 Thread Lukas Fleischer
Date: Tuesday, June 4, 2013 @ 15:14:40
  Author: lfleischer
Revision: 92388

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

Added:
  surf/repos/community-i686/PKGBUILD
(from rev 92387, surf/trunk/PKGBUILD)
  surf/repos/community-i686/config.h
(from rev 92387, surf/trunk/config.h)
  surf/repos/community-i686/surf.install
(from rev 92387, surf/trunk/surf.install)
  surf/repos/community-x86_64/PKGBUILD
(from rev 92387, surf/trunk/PKGBUILD)
  surf/repos/community-x86_64/config.h
(from rev 92387, surf/trunk/config.h)
  surf/repos/community-x86_64/surf.install
(from rev 92387, surf/trunk/surf.install)
Deleted:
  surf/repos/community-i686/PKGBUILD
  surf/repos/community-i686/config.h
  surf/repos/community-i686/surf.install
  surf/repos/community-x86_64/PKGBUILD
  surf/repos/community-x86_64/config.h
  surf/repos/community-x86_64/surf.install

---+
 /PKGBUILD |   88 ++
 /config.h |  190 
 /surf.install |   56 +++
 community-i686/PKGBUILD   |   44 -
 community-i686/config.h   |   95 
 community-i686/surf.install   |   28 -
 community-x86_64/PKGBUILD |   44 -
 community-x86_64/config.h |   95 
 community-x86_64/surf.install |   28 -
 9 files changed, 334 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-04 13:14:26 UTC (rev 92387)
+++ community-i686/PKGBUILD 2013-06-04 13:14:40 UTC (rev 92388)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Pierre Chapuis catwell at archlinux dot us
-# Contributor: Ray Kohler ataraxia937 at gmail dot com
-# Contributor: Michael Witten mfwitten
-# Contributor: Raphael Proust raphlalou at gmail dot com
-
-pkgname=surf
-pkgver=0.6
-pkgrel=1
-pkgdesc='A simple web browser based on WebKit/GTK+.'
-arch=('i686' 'x86_64')
-url='http://surf.suckless.org/'
-license=('MIT')
-depends=('libwebkit' 'xorg-xprop')
-optdepends=('dmenu: URL-bar'
-'ca-certificates: SSL verification'
-'xterm: default download handler'
-'wget: default download handler')
-makedepends=('pkgconfig')
-install='surf.install'
-source=(http://dl.suckless.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'config.h')
-md5sums=('aeeed723b562a30cc6a2b3ea18f6d99a'
- '15c2c911658e2e6085e4c4fa7a7b01c1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cp ${srcdir}/config.h config.h
-
-  sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
-  sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
-  sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  install -Dm0644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: surf/repos/community-i686/PKGBUILD (from rev 92387, surf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-04 13:14:40 UTC (rev 92388)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Pierre Chapuis catwell at archlinux dot us
+# Contributor: Ray Kohler ataraxia937 at gmail dot com
+# Contributor: Michael Witten mfwitten
+# Contributor: Raphael Proust raphlalou at gmail dot com
+
+pkgname=surf
+pkgver=0.6
+pkgrel=2
+pkgdesc='A simple web browser based on WebKit/GTK+.'
+arch=('i686' 'x86_64')
+url='http://surf.suckless.org/'
+license=('MIT')
+depends=('libwebkit' 'xorg-xprop')
+optdepends=('dmenu: URL-bar'
+'ca-certificates: SSL verification'
+'xterm: default download handler'
+'curl: default download handler')
+makedepends=('pkgconfig')
+install='surf.install'
+source=(http://dl.suckless.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'config.h')
+md5sums=('aeeed723b562a30cc6a2b3ea18f6d99a'
+ '1447600ca79c56577af3438d5f3d3d56')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cp ${srcdir}/config.h config.h
+
+  sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
+  sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
+  sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+  install -Dm0644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/config.h
===
--- community-i686/config.h 2013-06-04 13:14:26 UTC (rev 92387)
+++ community-i686/config.h 2013-06-04 13:14:40 UTC (rev 92388)
@@ -1,95 +0,0 @@
-/* modifier 0 means no modifier */
-static char *useragent  = Mozilla/5.0 (X11; U; Unix; 

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

2013-06-04 Thread Alexander Rødseth
Date: Tuesday, June 4, 2013 @ 15:59:53
  Author: arodseth
Revision: 92390

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

Added:
  ruby-gtk2/repos/community-i686/PKGBUILD
(from rev 92389, ruby-gtk2/trunk/PKGBUILD)
  ruby-gtk2/repos/community-x86_64/PKGBUILD
(from rev 92389, ruby-gtk2/trunk/PKGBUILD)
Deleted:
  ruby-gtk2/repos/community-i686/PKGBUILD
  ruby-gtk2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  178 
 community-i686/PKGBUILD   |   89 --
 community-x86_64/PKGBUILD |   89 --
 3 files changed, 178 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-04 13:59:43 UTC (rev 92389)
+++ community-i686/PKGBUILD 2013-06-04 13:59:53 UTC (rev 92390)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger e...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk2
-pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2'
- 'ruby-pango')
-pkgver=2.0.0
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2' 'glib2')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz;)
-sha256sums=('6a36d2d4212e65f23d1c174b03006ea7fecaad1f3b82151dbfbe7ddf4268579f')
-
-prepare() {
-  cd $srcdir/ruby-gtk2-$pkgver
-
-  LANG=en_US.UTF-8 \
-ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor
-  mkdir -p \
-$pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
-$pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
-$pkgdir/ruby-gio2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
-$pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
-$pkgdir/ruby-pango/usr/lib/ruby/vendor_ruby/2.0.0/x86_64-linux \
-$pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/2.0.0/x86_64-linux \
-$pkgdir/ruby-gio2/usr/lib/ruby/vendor_ruby/2.0.0/x86_64-linux
-}
-
-build() {
-  cd $srcdir/ruby-gtk2-$pkgver
-  make
-}
-
-package_ruby-atk() {
-  pkgdesc='Ruby bindings for atk'
-  depends=(ruby-glib2=$pkgver 'atk')
-
-  cd $srcdir/ruby-gtk2-$pkgver/atk
-  make includedir=/usr/include DESTDIR=$pkgdir install
-}
-
-package_ruby-gdkpixbuf2() {
-  pkgdesc='Ruby bindings for gdkpixbuf2'
-  depends=(ruby-glib2=$pkgver 'gdk-pixbuf2')
-
-  cd $srcdir/ruby-gtk2-$pkgver/gdk_pixbuf2
-  make includedir=/usr/include DESTDIR=$pkgdir install
-}
-
-package_ruby-gio2() {
-  pkgdesc='Ruby bindings for gio2'
-  depends=(ruby-glib2=$pkgver)
-
-  cd $srcdir/ruby-gtk2-$pkgver/gio2
-  make includedir=/usr/include DESTDIR=$pkgdir/ install
-}
-
-package_ruby-glib2() {
-  pkgdesc='Ruby bindings for glib2'
-  depends=('glib2' 'ruby')
-
-  cd $srcdir/ruby-gtk2-$pkgver/glib2
-  make includedir=/usr/include DESTDIR=$pkgdir/ install
-}
-
-package_ruby-gtk2() {
-  pkgdesc='Ruby bindings for gtk2'
-  depends=('gtk2' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
-   ruby-gdkpixbuf2=$pkgver)
-
-  cd $srcdir/ruby-gtk2-$pkgver/gtk2
-  make includedir=/usr/include DESTDIR=$pkgdir/ install
-}
-
-package_ruby-pango() {
-  pkgdesc='Ruby bindings for pango'
-  depends=(ruby-glib2=$pkgver 'ruby-cairo' 'pango')
-
-  cd $srcdir/ruby-gtk2-$pkgver/pango
-  make includedir=/usr/include DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-gtk2/repos/community-i686/PKGBUILD (from rev 92389, 
ruby-gtk2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-04 13:59:53 UTC (rev 92390)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Eric Bélanger e...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+# Contributor: kritoke krit...@nospam.gmail.com
+
+pkgbase=ruby-gtk2
+pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2'
+ 'ruby-pango')
+pkgver=2.0.2
+pkgrel=1
+arch=('x86_64' 'i686')
+url='http://ruby-gnome2.sourceforge.jp/'
+license=('LGPL')
+makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2' 'glib2')
+source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz;)
+sha256sums=('3a009bde5f4c684214d7860cce5763db4d862cfdeafaa84578117dc723b7e1e5')
+
+prepare() {
+  cd $srcdir/ruby-gtk2-$pkgver
+
+  LANG=en_US.UTF-8 \
+ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor
+  mkdir -p \
+$pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
+$pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
+

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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 16:06:19
  Author: spupykin
Revision: 92391

upgpkg: mailutils 2.2-7

upd

Modified:
  mailutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 13:59:53 UTC (rev 92390)
+++ PKGBUILD2013-06-04 14:06:19 UTC (rev 92391)
@@ -4,12 +4,12 @@
 
 pkgname=mailutils
 pkgver=2.2
-pkgrel=5
+pkgrel=7
 pkgdesc=MUA command line tool (mailx)
 arch=(i686 x86_64)
 url=http://www.gnu.org/software/mailutils/;
 license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'guile')
+depends=('libldap' 'pam' 'gnutls')
 makedepends=('emacs')
 conflicts=('libsieve')
 install=mailutils.install
@@ -26,9 +26,10 @@
 
 build() {
   cd $srcdir/mailutils-$pkgver
-  [ -f Makefile ] || ./configure --prefix=/usr --with-gdbm --with-gnutls \
+  ./configure --prefix=/usr --with-gdbm --with-gnutls \
--libexecdir=/usr/lib/$pkgname --without-fribidi \
-   --without-tcp-wrappers --sbindir=/usr/bin
+   --without-tcp-wrappers --sbindir=/usr/bin \
+   --without-python --without-guile
   make -j1
 }
 



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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 16:06:38
  Author: spupykin
Revision: 92392

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

Added:
  mailutils/repos/community-staging-i686/
  mailutils/repos/community-staging-i686/PKGBUILD
(from rev 92391, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-staging-i686/build-fix.patch
(from rev 92391, mailutils/trunk/build-fix.patch)
  mailutils/repos/community-staging-i686/mailutils.install
(from rev 92391, mailutils/trunk/mailutils.install)
  mailutils/repos/community-staging-x86_64/
  mailutils/repos/community-staging-x86_64/PKGBUILD
(from rev 92391, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-staging-x86_64/build-fix.patch
(from rev 92391, mailutils/trunk/build-fix.patch)
  mailutils/repos/community-staging-x86_64/mailutils.install
(from rev 92391, mailutils/trunk/mailutils.install)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/build-fix.patch |   13 
 community-staging-i686/mailutils.install   |   20 
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/build-fix.patch   |   13 
 community-staging-x86_64/mailutils.install |   20 
 6 files changed, 152 insertions(+)

Copied: mailutils/repos/community-staging-i686/PKGBUILD (from rev 92391, 
mailutils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-04 14:06:38 UTC (rev 92392)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=mailutils
+pkgver=2.2
+pkgrel=7
+pkgdesc=MUA command line tool (mailx)
+arch=(i686 x86_64)
+url=http://www.gnu.org/software/mailutils/;
+license=('GPL')
+depends=('libldap' 'pam' 'gnutls')
+makedepends=('emacs')
+conflicts=('libsieve')
+install=mailutils.install
+options=(zipman !emptydirs)
+source=(http://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2
+   build-fix.patch)
+md5sums=('834d2f616b922856127ecfe6c2de7d1a'
+ 'e83709ffdcdb257dfab443ef77c89574')
+
+prepare() {
+  cd $srcdir/mailutils-$pkgver
+  patch -p1 $srcdir/build-fix.patch
+}
+
+build() {
+  cd $srcdir/mailutils-$pkgver
+  ./configure --prefix=/usr --with-gdbm --with-gnutls \
+   --libexecdir=/usr/lib/$pkgname --without-fribidi \
+   --without-tcp-wrappers --sbindir=/usr/bin \
+   --without-python --without-guile
+  make -j1
+}
+
+package() {
+  cd $srcdir/mailutils-$pkgver
+  make -j1 DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/share/info/dir
+  mv $pkgdir/usr/bin/mail $pkgdir/usr/bin/gnu-mail
+  mv $pkgdir/usr/share/man/man1/mail.1 $pkgdir/usr/share/man/man1/gnu-mail.1
+  chown -R root:root $pkgdir
+}

Copied: mailutils/repos/community-staging-i686/build-fix.patch (from rev 92391, 
mailutils/trunk/build-fix.patch)
===
--- community-staging-i686/build-fix.patch  (rev 0)
+++ community-staging-i686/build-fix.patch  2013-06-04 14:06:38 UTC (rev 
92392)
@@ -0,0 +1,13 @@
+diff -wbBur mailutils-2.2/lib/Makefile.in mailutils-2.2.q/lib/Makefile.in
+--- mailutils-2.2/lib/Makefile.in  2010-09-08 13:58:58.0 +0400
 mailutils-2.2.q/lib/Makefile.in2013-05-29 14:51:14.064888989 +0400
+@@ -1861,7 +1861,8 @@
+ -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
+ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
+ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
+--e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
++-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
++-e 's|_GL_WARN_ON_USE (gets.*||'; \
+   }  $@-t  \
+   mv $@-t $@
+ 

Copied: mailutils/repos/community-staging-i686/mailutils.install (from rev 
92391, mailutils/trunk/mailutils.install)
===
--- community-staging-i686/mailutils.install(rev 0)
+++ community-staging-i686/mailutils.install2013-06-04 14:06:38 UTC (rev 
92392)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(mailutils.info mailutils.info-1 mailutils.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: mailutils/repos/community-staging-x86_64/PKGBUILD (from rev 92391, 
mailutils/trunk/PKGBUILD)

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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 16:18:59
  Author: spupykin
Revision: 92394

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

Added:
  lilypond/repos/community-staging-i686/
  lilypond/repos/community-staging-i686/PKGBUILD
(from rev 92393, lilypond/trunk/PKGBUILD)
  lilypond/repos/community-staging-i686/lilypond.install
(from rev 92393, lilypond/trunk/lilypond.install)
  lilypond/repos/community-staging-i686/texlive-workaround.patch
(from rev 92393, lilypond/trunk/texlive-workaround.patch)
  lilypond/repos/community-staging-x86_64/
  lilypond/repos/community-staging-x86_64/PKGBUILD
(from rev 92393, lilypond/trunk/PKGBUILD)
  lilypond/repos/community-staging-x86_64/lilypond.install
(from rev 92393, lilypond/trunk/lilypond.install)
  lilypond/repos/community-staging-x86_64/texlive-workaround.patch
(from rev 92393, lilypond/trunk/texlive-workaround.patch)

---+
 community-staging-i686/PKGBUILD   |   49 +++
 community-staging-i686/lilypond.install   |   48 ++
 community-staging-i686/texlive-workaround.patch   |   88 
 community-staging-x86_64/PKGBUILD |   49 +++
 community-staging-x86_64/lilypond.install |   48 ++
 community-staging-x86_64/texlive-workaround.patch |   88 
 6 files changed, 370 insertions(+)

Copied: lilypond/repos/community-staging-i686/PKGBUILD (from rev 92393, 
lilypond/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-04 14:18:59 UTC (rev 92394)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=lilypond
+pkgver=2.16.2
+pkgrel=3
+pkgdesc=An automated music engraving system
+arch=('i686' 'x86_64')
+url=http://lilypond.org;
+license=('GPL')
+depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
+makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
+'gsfonts' 'texi2html')
+options=('emptydirs')
+install=lilypond.install
+source=(http://download.linuxaudio.org/lilypond/sources/v2.16/$pkgname-$pkgver.tar.gz)
+md5sums=('6db27f17d47e4f66a3b0716c65db3041')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  sed -i 's|GUILE_CFLAGS=.*|GUILE_CFLAGS=`pkg-config --cflags guile-1.8`|' 
configure
+  sed -i 's|GUILE_LDFLAGS=.*|GUILE_LDFLAGS=`pkg-config --libs guile-1.8`|' 
configure
+
+  rm -rf python/out/
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  export GUILE=/usr/bin/guile1.8
+  export GUILE_CONFIG=/usr/bin/guile-config1.8
+  ./configure --prefix=/usr --disable-documentation
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir vimdir=/usr/share/vim/vimfiles install
+}

Copied: lilypond/repos/community-staging-i686/lilypond.install (from rev 92393, 
lilypond/trunk/lilypond.install)
===
--- community-staging-i686/lilypond.install (rev 0)
+++ community-staging-i686/lilypond.install 2013-06-04 14:18:59 UTC (rev 
92394)
@@ -0,0 +1,48 @@
+infodir=usr/share/info
+filelist=(music-glossary.info
+   lilypond-web.info
+   lilypond-contributor.info
+   lilypond-contributor.info-1
+   lilypond-contributor.info-2
+   lilypond-internals.info-1
+   lilypond-internals.info-2
+   lilypond-internals.info-3
+   lilypond-internals.info-4
+   lilypond-internals.info-5
+   lilypond-notation.info-1
+   lilypond-notation.info-2
+   lilypond-notation.info-3
+   lilypond-notation.info-4
+   lilypond-notation.info-5
+   lilypond-notation.info-6
+   lilypond-usage.info
+   lilypond-learning.info
+   lilypond-web.info-1
+   lilypond-web.info-2
+   lilypond-internals.info
+   lilypond-essay.info
+   lilypond-notation.info
+   lilypond-learning.info-1
+   lilypond-learning.info-2
+   lilypond-extending.info
+   lilypond-changes.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set 

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

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 16:18:42
  Author: spupykin
Revision: 92393

upgpkg: lilypond 2.16.2-3

upd

Modified:
  lilypond/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 14:06:38 UTC (rev 92392)
+++ PKGBUILD2013-06-04 14:18:42 UTC (rev 92393)
@@ -6,12 +6,12 @@
 
 pkgname=lilypond
 pkgver=2.16.2
-pkgrel=1
+pkgrel=3
 pkgdesc=An automated music engraving system
 arch=('i686' 'x86_64')
 url=http://lilypond.org;
 license=('GPL')
-depends=('guile' 'python2' 'texlive-core' 'ghostscript' 'pango' 'fontconfig')
+depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
 makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
 'gsfonts' 'texi2html')
 options=('emptydirs')
@@ -19,7 +19,7 @@
 
source=(http://download.linuxaudio.org/lilypond/sources/v2.16/$pkgname-$pkgver.tar.gz)
 md5sums=('6db27f17d47e4f66a3b0716c65db3041')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   # python2 fix
@@ -28,9 +28,18 @@
 sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
   done
 
+  sed -i 's|GUILE_CFLAGS=.*|GUILE_CFLAGS=`pkg-config --cflags guile-1.8`|' 
configure
+  sed -i 's|GUILE_LDFLAGS=.*|GUILE_LDFLAGS=`pkg-config --libs guile-1.8`|' 
configure
+
   rm -rf python/out/
+}
 
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  export GUILE=/usr/bin/guile1.8
+  export GUILE_CONFIG=/usr/bin/guile-config1.8
+  ./configure --prefix=/usr --disable-documentation
   make
 }
 



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

2013-06-04 Thread Alexander Rødseth
Date: Tuesday, June 4, 2013 @ 15:59:43
  Author: arodseth
Revision: 92389

upgpkg: ruby-gtk2 2.0.2-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 13:14:40 UTC (rev 92388)
+++ PKGBUILD2013-06-04 13:59:43 UTC (rev 92389)
@@ -8,14 +8,14 @@
 pkgbase=ruby-gtk2
 pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2'
  'ruby-pango')
-pkgver=2.0.0
+pkgver=2.0.2
 pkgrel=1
 arch=('x86_64' 'i686')
 url='http://ruby-gnome2.sourceforge.jp/'
 license=('LGPL')
 makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2' 'glib2')
 
source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz;)
-sha256sums=('6a36d2d4212e65f23d1c174b03006ea7fecaad1f3b82151dbfbe7ddf4268579f')
+sha256sums=('3a009bde5f4c684214d7860cce5763db4d862cfdeafaa84578117dc723b7e1e5')
 
 prepare() {
   cd $srcdir/ruby-gtk2-$pkgver



[arch-commits] Commit in guile1.8/trunk (PKGBUILD)

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 17:55:27
  Author: bpiotrowski
Revision: 187149

upgpkg: guile1.8 1.8.8-3

- let's twist again with shebang of guile-config1.8

Modified:
  guile1.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 15:50:10 UTC (rev 187148)
+++ PKGBUILD2013-06-04 15:55:27 UTC (rev 187149)
@@ -3,7 +3,7 @@
 
 pkgname=guile1.8
 pkgver=1.8.8
-pkgrel=2
+pkgrel=3
 pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
 url=http://www.gnu.org/software/guile/;
 arch=('i686' 'x86_64')
@@ -27,6 +27,6 @@
   make DESTDIR=$pkgdir install
   
   rm -rf $pkgdir/usr/share/info
-  sed -i 's/guile/guile1.8/' -i $pkgdir/usr/bin/guile-config1.8
+  sed -i '1s/guile/guile1.8/' -i $pkgdir/usr/bin/guile-config1.8
   mv $pkgdir/usr/share/aclocal/guile.m4 
$pkgdir/usr/share/aclocal/guile18.m4
 }



[arch-commits] Commit in libx11/trunk (PKGBUILD xorg.csh xorg.sh)

2013-06-04 Thread Andreas Radke
Date: Tuesday, June 4, 2013 @ 18:06:06
  Author: andyrtr
Revision: 187151

upgpkg: libx11 1.6.0-1

upstream update 1.6.0

Modified:
  libx11/trunk/PKGBUILD
Deleted:
  libx11/trunk/xorg.csh
  libx11/trunk/xorg.sh

--+
 PKGBUILD |6 +++---
 xorg.csh |   15 ---
 xorg.sh  |   15 ---
 3 files changed, 3 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 15:55:49 UTC (rev 187150)
+++ PKGBUILD2013-06-04 16:06:06 UTC (rev 187151)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libx11
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc=X11 client-side library
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 options=('!libtool')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86')
+sha256sums=('53131412343ec252307fe14903deaf54c356f9414d72d49180c2091dcd7019fa')
 
 build() {
   cd ${srcdir}/libX11-${pkgver}

Deleted: xorg.csh
===
--- xorg.csh2013-06-04 15:55:49 UTC (rev 187150)
+++ xorg.csh2013-06-04 16:06:06 UTC (rev 187151)
@@ -1,15 +0,0 @@
-setenv XDG_DATA_HOME ${HOME}/.local/share
-setenv XDG_CONFIG_HOME ${HOME}/.config
-setenv XDG_CACHE_HOME ${HOME}/.cache
-
-if (! ($?XDG_DATA_DIRS) ) then
-   setenv XDG_DATA_DIRS /usr/local/share/:/usr/share/
-else
-   setenv XDG_DATA_DIRS /usr/local/share/:/usr/share/:${XDG_DATA_DIRS}
-endif
-
-if (! ($?XDG_CONFIG_DIRS) ) then
-   setenv XDG_CONFIG_DIRS /etc/xdg
-else
-   setenv XDG_CONFIG_DIRS /etc/xdg:${XDG_CONFIG_DIRS}
-endif

Deleted: xorg.sh
===
--- xorg.sh 2013-06-04 15:55:49 UTC (rev 187150)
+++ xorg.sh 2013-06-04 16:06:06 UTC (rev 187151)
@@ -1,15 +0,0 @@
-export XDG_DATA_HOME=$HOME/.local/share
-export XDG_CONFIG_HOME=$HOME/.config
-export XDG_CACHE_HOME=$HOME/.cache
-
-if [ -z $XDG_DATA_DIRS ]; then
-   export XDG_DATA_DIRS=/usr/local/share/:/usr/share/
-else
-   export XDG_DATA_DIRS=/usr/local/share/:/usr/share/:$XDG_DATA_DIRS
-fi
-
-if [ -z $XDG_CONFIG_DIRS ]; then
-   export XDG_CONFIG_DIRS=/etc/xdg
-else
-   export XDG_CONFIG_DIRS=/etc/xdg:$XDG_CONFIG_DIRS
-fi



[arch-commits] Commit in guile1.8/repos (4 files)

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 17:55:49
  Author: bpiotrowski
Revision: 187150

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

Added:
  guile1.8/repos/staging-i686/PKGBUILD
(from rev 187149, guile1.8/trunk/PKGBUILD)
  guile1.8/repos/staging-x86_64/PKGBUILD
(from rev 187149, guile1.8/trunk/PKGBUILD)
Deleted:
  guile1.8/repos/staging-i686/PKGBUILD
  guile1.8/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-06-04 15:55:27 UTC (rev 187149)
+++ staging-i686/PKGBUILD   2013-06-04 15:55:49 UTC (rev 187150)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-
-pkgname=guile1.8
-pkgver=1.8.8
-pkgrel=2
-pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
-url=http://www.gnu.org/software/guile/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
-source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
-options=('!libtool')
-md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
-
-build() {
-  cd guile-$pkgver
-  ./configure --prefix=/usr \
-   --disable-static  \
-   --disable-error-on-warning \
---program-suffix=1.8
-  make LDFLAGS+=-lpthread
-}
-
-package() {
-  cd guile-$pkgver
-  make DESTDIR=$pkgdir install
-  
-  rm -rf $pkgdir/usr/share/info
-  sed -i 's/guile/guile1.8/' -i $pkgdir/usr/bin/guile-config1.8
-  mv $pkgdir/usr/share/aclocal/guile.m4 
$pkgdir/usr/share/aclocal/guile18.m4
-}

Copied: guile1.8/repos/staging-i686/PKGBUILD (from rev 187149, 
guile1.8/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-04 15:55:49 UTC (rev 187150)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=3
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
+url=http://www.gnu.org/software/guile/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
+source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+options=('!libtool')
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd guile-$pkgver
+  ./configure --prefix=/usr \
+   --disable-static  \
+   --disable-error-on-warning \
+--program-suffix=1.8
+  make LDFLAGS+=-lpthread
+}
+
+package() {
+  cd guile-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  rm -rf $pkgdir/usr/share/info
+  sed -i '1s/guile/guile1.8/' -i $pkgdir/usr/bin/guile-config1.8
+  mv $pkgdir/usr/share/aclocal/guile.m4 
$pkgdir/usr/share/aclocal/guile18.m4
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2013-06-04 15:55:27 UTC (rev 187149)
+++ staging-x86_64/PKGBUILD 2013-06-04 15:55:49 UTC (rev 187150)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-
-pkgname=guile1.8
-pkgver=1.8.8
-pkgrel=2
-pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
-url=http://www.gnu.org/software/guile/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
-source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
-options=('!libtool')
-md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
-
-build() {
-  cd guile-$pkgver
-  ./configure --prefix=/usr \
-   --disable-static  \
-   --disable-error-on-warning \
---program-suffix=1.8
-  make LDFLAGS+=-lpthread
-}
-
-package() {
-  cd guile-$pkgver
-  make DESTDIR=$pkgdir install
-  
-  rm -rf $pkgdir/usr/share/info
-  sed -i 's/guile/guile1.8/' -i $pkgdir/usr/bin/guile-config1.8
-  mv $pkgdir/usr/share/aclocal/guile.m4 
$pkgdir/usr/share/aclocal/guile18.m4
-}

Copied: guile1.8/repos/staging-x86_64/PKGBUILD (from rev 187149, 
guile1.8/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-04 15:55:49 UTC (rev 187150)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=3
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy 
branch.'
+url=http://www.gnu.org/software/guile/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
+source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+options=('!libtool')
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd 

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

2013-06-04 Thread Andreas Radke
Date: Tuesday, June 4, 2013 @ 18:06:29
  Author: andyrtr
Revision: 187152

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

Added:
  libx11/repos/extra-i686/PKGBUILD
(from rev 187151, libx11/trunk/PKGBUILD)
  libx11/repos/extra-x86_64/PKGBUILD
(from rev 187151, libx11/trunk/PKGBUILD)
Deleted:
  libx11/repos/extra-i686/PKGBUILD
  libx11/repos/extra-i686/xorg.csh
  libx11/repos/extra-i686/xorg.sh
  libx11/repos/extra-x86_64/PKGBUILD
  libx11/repos/extra-x86_64/xorg.csh
  libx11/repos/extra-x86_64/xorg.sh

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-i686/xorg.csh   |   15 --
 extra-i686/xorg.sh|   15 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/xorg.csh |   15 --
 extra-x86_64/xorg.sh  |   15 --
 7 files changed, 68 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-04 16:06:06 UTC (rev 187151)
+++ extra-i686/PKGBUILD 2013-06-04 16:06:29 UTC (rev 187152)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libx11
-pkgver=1.5.0
-pkgrel=2
-pkgdesc=X11 client-side library
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-depends=('libxcb' 'xproto' 'kbproto')
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
-options=('!libtool')
-license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86')
-
-build() {
-  cd ${srcdir}/libX11-${pkgver}
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
-  make
-}
-
-check() {
-  cd ${srcdir}/libX11-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/libX11-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libx11/repos/extra-i686/PKGBUILD (from rev 187151, 
libx11/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-04 16:06:29 UTC (rev 187152)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libx11
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=X11 client-side library
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+options=('!libtool')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
+sha256sums=('53131412343ec252307fe14903deaf54c356f9414d72d49180c2091dcd7019fa')
+
+build() {
+  cd ${srcdir}/libX11-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+check() {
+  cd ${srcdir}/libX11-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/libX11-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-i686/xorg.csh
===
--- extra-i686/xorg.csh 2013-06-04 16:06:06 UTC (rev 187151)
+++ extra-i686/xorg.csh 2013-06-04 16:06:29 UTC (rev 187152)
@@ -1,15 +0,0 @@
-setenv XDG_DATA_HOME ${HOME}/.local/share
-setenv XDG_CONFIG_HOME ${HOME}/.config
-setenv XDG_CACHE_HOME ${HOME}/.cache
-
-if (! ($?XDG_DATA_DIRS) ) then
-   setenv XDG_DATA_DIRS /usr/local/share/:/usr/share/
-else
-   setenv XDG_DATA_DIRS /usr/local/share/:/usr/share/:${XDG_DATA_DIRS}
-endif
-
-if (! ($?XDG_CONFIG_DIRS) ) then
-   setenv XDG_CONFIG_DIRS /etc/xdg
-else
-   setenv XDG_CONFIG_DIRS /etc/xdg:${XDG_CONFIG_DIRS}
-endif

Deleted: extra-i686/xorg.sh
===
--- extra-i686/xorg.sh  2013-06-04 16:06:06 UTC (rev 187151)
+++ extra-i686/xorg.sh  2013-06-04 16:06:29 UTC (rev 187152)
@@ -1,15 +0,0 @@
-export XDG_DATA_HOME=$HOME/.local/share
-export XDG_CONFIG_HOME=$HOME/.config
-export XDG_CACHE_HOME=$HOME/.cache
-
-if [ -z $XDG_DATA_DIRS ]; then
-   export XDG_DATA_DIRS=/usr/local/share/:/usr/share/
-else
-   export XDG_DATA_DIRS=/usr/local/share/:/usr/share/:$XDG_DATA_DIRS
-fi
-
-if [ -z $XDG_CONFIG_DIRS ]; then
-   export XDG_CONFIG_DIRS=/etc/xdg
-else
-   export XDG_CONFIG_DIRS=/etc/xdg:$XDG_CONFIG_DIRS
-fi

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-06-04 16:06:06 UTC (rev 187151)
+++ extra-x86_64/PKGBUILD   2013-06-04 16:06:29 UTC (rev 187152)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libx11
-pkgver=1.5.0
-pkgrel=2
-pkgdesc=X11 client-side library
-arch=(i686 

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

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 18:14:10
  Author: bpiotrowski
Revision: 187153

upgpkg: gnucash 2.4.13-1

- upstream release
- rebuild against guile1.8

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 16:06:29 UTC (rev 187152)
+++ PKGBUILD2013-06-04 16:14:10 UTC (rev 187153)
@@ -3,8 +3,8 @@
 # Contributor: Mark Schneider queue...@gmail.com
 
 pkgname=gnucash
-pkgver=2.4.11
-pkgrel=2
+pkgver=2.4.13
+pkgrel=1
 pkgdesc=A personal and small-business financial-accounting application
 arch=('i686' 'x86_64')
 url=http://www.gnucash.org;
@@ -17,10 +17,16 @@
 options=('!libtool' '!makeflags' '!emptydirs')
 install=gnucash.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('c157ad7ea0960c71966f5071acd9018580ece538')
+sha1sums=('cd28d4e7d84d71ade56173734d634ccadc59ed81')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|guile-config|guile-config1.8|g' configure
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  export GUILE=/usr/bin/guile1.8
   ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
 --libexecdir=/usr/lib --disable-schemas-install --enable-ofx 
--enable-aqbanking
   make



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

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 18:14:28
  Author: bpiotrowski
Revision: 187155

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

Added:
  gnucash/repos/staging-i686/
  gnucash/repos/staging-i686/PKGBUILD
(from rev 187153, gnucash/trunk/PKGBUILD)
  gnucash/repos/staging-i686/gnucash.install
(from rev 187153, gnucash/trunk/gnucash.install)
  gnucash/repos/staging-x86_64/
  gnucash/repos/staging-x86_64/PKGBUILD
(from rev 187154, gnucash/trunk/PKGBUILD)
  gnucash/repos/staging-x86_64/gnucash.install
(from rev 187154, gnucash/trunk/gnucash.install)

+
 staging-i686/PKGBUILD  |   44 +++
 staging-i686/gnucash.install   |   34 ++
 staging-x86_64/PKGBUILD|   44 +++
 staging-x86_64/gnucash.install |   34 ++
 4 files changed, 156 insertions(+)

Copied: gnucash/repos/staging-i686/PKGBUILD (from rev 187153, 
gnucash/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-04 16:14:28 UTC (rev 187155)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.4.13
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('gtkhtml' 'slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 
'aqbanking' 'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!libtool' '!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('cd28d4e7d84d71ade56173734d634ccadc59ed81')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|guile-config|guile-config1.8|g' configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export GUILE=/usr/bin/guile1.8
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-install --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: gnucash/repos/staging-i686/gnucash.install (from rev 187153, 
gnucash/trunk/gnucash.install)
===
--- staging-i686/gnucash.install(rev 0)
+++ staging-i686/gnucash.install2013-06-04 16:14:28 UTC (rev 187155)
@@ -0,0 +1,34 @@
+pkgname=gnucash
+info_dir=usr/share/info
+info_files=(gnucash-design.info)
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 
/dev/null
+  done
+}
+
+post_remove() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: gnucash/repos/staging-x86_64/PKGBUILD (from rev 187154, 
gnucash/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-04 16:14:28 UTC (rev 187155)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.4.13
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('gtkhtml' 'slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 
'aqbanking' 'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!libtool' '!makeflags' '!emptydirs')
+install=gnucash.install

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

2013-06-04 Thread Gaetan Bisson
Date: Tuesday, June 4, 2013 @ 18:14:24
  Author: bisson
Revision: 187154

fix migration from /usr/sbin/postconf to /usr/bin/postconf

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/install

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 16:14:10 UTC (rev 187153)
+++ PKGBUILD2013-06-04 16:14:24 UTC (rev 187154)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.10.0
-pkgrel=6
+pkgrel=7
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')

Modified: install
===
--- install 2013-06-04 16:14:10 UTC (rev 187153)
+++ install 2013-06-04 16:14:24 UTC (rev 187154)
@@ -1,5 +1,5 @@
 post_upgrade() {
-   /usr/lib/postfix/post-install daemon_directory=/usr/lib/postfix 
upgrade-package
+   /usr/lib/postfix/post-install daemon_directory=/usr/lib/postfix 
command_directory=/usr/bin upgrade-package
chown postfix var/lib/postfix
 }
 



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

2013-06-04 Thread Gaetan Bisson
Date: Tuesday, June 4, 2013 @ 18:15:46
  Author: bisson
Revision: 187156

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

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 187155, postfix/trunk/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 187155, postfix/trunk/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 187155, postfix/trunk/install)
  postfix/repos/extra-i686/service
(from rev 187155, postfix/trunk/service)
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 187155, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 187155, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 187155, postfix/trunk/install)
  postfix/repos/extra-x86_64/service
(from rev 187155, postfix/trunk/service)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/service
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/service

+
 /PKGBUILD  |  138 +++
 /aliases.patch |   36 +++
 /install   |   36 +++
 /service   |   28 
 extra-i686/PKGBUILD|   69 -
 extra-i686/aliases.patch   |   18 -
 extra-i686/install |   18 -
 extra-i686/service |   14 
 extra-x86_64/PKGBUILD  |   69 -
 extra-x86_64/aliases.patch |   18 -
 extra-x86_64/install   |   18 -
 extra-x86_64/service   |   14 
 12 files changed, 238 insertions(+), 238 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-04 16:14:28 UTC (rev 187155)
+++ extra-i686/PKGBUILD 2013-06-04 16:15:46 UTC (rev 187156)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
-# Contributor: Paul Mattal p...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=postfix
-pkgver=2.10.0
-pkgrel=6
-pkgdesc='Fast, easy to administer, secure mail server'
-url='http://www.postfix.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('pcre' 'libsasl' 'libldap' 'db'
- 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
-'aliases.patch'
-'service')
-sha1sums=('dd9bfc7afee416aa9f2368d084a4b202718e42df' 'SKIP'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6')
-
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make makefiles DEBUG='' CCARGS=' \
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-   -DHAS_LDAP \
-   -DUSE_TLS \
-   -DHAS_MYSQL -I/usr/include/mysql \
-   -DHAS_PGSQL -I/usr/include/postgresql \
-   -DHAS_SQLITE \
-   -DHAS_CDB \
-   -DDEF_COMMAND_DIR=\/usr/bin\ \
-   -DDEF_DAEMON_DIR=\/usr/lib/postfix\ \
-   -DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\ \
-   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
-   -DDEF_SAMPLE_DIR=\/etc/postfix/sample\ \
-   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
-   ' AUXLIBS=' \
-   -lsasl2 \
-   -lldap -llber \
-   -lssl -lcrypto \
-   -lmysqlclient -lz -lm \
-   -lpq \
-   -lsqlite3 -lpthread \
-   -lcdb \
-   ' OPT=${CFLAGS} ${LDFLAGS}
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sh postfix-install -non-interactive install_root=${pkgdir}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-
-   cd ${pkgdir}
-   patch -p0 -i ${srcdir}/aliases.patch
-   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
usr/lib/${pkgname}/postfix-files
-}

Copied: postfix/repos/extra-i686/PKGBUILD (from rev 187155, 
postfix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-04 16:15:46 UTC (rev 187156)
@@ -0,0 +1,69 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.10.0
+pkgrel=7
+pkgdesc='Fast, easy to administer, 

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

2013-06-04 Thread Jonathan Steel
Date: Tuesday, June 4, 2013 @ 18:18:19
  Author: jsteel
Revision: 92395

Remove mention of old initscipts rc.d files

Modified:
  ddclient/trunk/ddclient.install

--+
 ddclient.install |   18 --
 1 file changed, 18 deletions(-)

Modified: ddclient.install
===
--- ddclient.install2013-06-04 14:18:59 UTC (rev 92394)
+++ ddclient.install2013-06-04 16:18:19 UTC (rev 92395)
@@ -5,33 +5,15 @@
 If you want to use ddclient with dhcpcd, cron or pppd,
 see /etc/ddclient/samples for further instructions.
 
-If you have ddclient in the DAEMONS array of /etc/rc.conf:
-- Change /etc/conf.d/ddclient according to your needs.
-- This setting OVERRIDES any setting in
-  /etc/ddclient/ddclient.conf
-
 EOM
 }
 
 # arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
-  
 if [ -f /etc/ddclient/ddclient.cache ]; then
echo -n Moving ddclient.cache from /etc/ddclient/ to 
/var/cache/ddclient/.
mv /etc/ddclient/ddclient.cache /var/cache/ddclient/
echo  (done)
 fi
-
-if [ $(vercmp $2 3.7.3-2) -lt 0 ]; then
-cat  EOM
-
-If you have ddclient in the DAEMONS array of /etc/rc.conf:
-- Change /etc/conf.d/ddclient according to your needs.
-- This setting OVERRIDES any setting in
-  /etc/ddclient/ddclient.conf
-
-EOM
-fi
-
 }



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

2013-06-04 Thread Giovanni Scafora
Date: Tuesday, June 4, 2013 @ 18:21:55
  Author: giovanni
Revision: 187157

upgpkg: mercurial 2.6.2-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 16:15:46 UTC (rev 187156)
+++ PKGBUILD2013-06-04 16:21:55 UTC (rev 187157)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=mercurial
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc=A scalable distributed SCM tool
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-md5sums=('db34e6085b71c33ba250e689b1535101'
+md5sums=('55f6ea5982cf87836113376174826e8c'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 package() {



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

2013-06-04 Thread Giovanni Scafora
Date: Tuesday, June 4, 2013 @ 18:22:02
  Author: giovanni
Revision: 187158

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 187157, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 187157, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 187157, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 187157, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |   94 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   47 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   47 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-04 16:21:55 UTC (rev 187157)
+++ extra-i686/PKGBUILD 2013-06-04 16:22:02 UTC (rev 187158)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=mercurial
-pkgver=2.6.1
-pkgrel=1
-pkgdesc=A scalable distributed SCM tool
-arch=('i686' 'x86_64')
-url=http://mercurial.selenic.com/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-md5sums=('db34e6085b71c33ba250e689b1535101'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  sed -i -e 's#env python#env python2#' \
-${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
-  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
-  install -m755 contrib/hgk ${pkgdir}/usr/bin
-  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
-  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
-  install -d ${pkgdir}/usr/share/emacs/site-lisp
-  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 187157, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-04 16:22:02 UTC (rev 187158)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=mercurial
+pkgver=2.6.2
+pkgrel=1
+pkgdesc=A scalable distributed SCM tool
+arch=('i686' 'x86_64')
+url=http://mercurial.selenic.com/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
+'mercurial.profile')
+md5sums=('55f6ea5982cf87836113376174826e8c'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  sed -i -e 's#env python#env python2#' \
+${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
+  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
+  install -m755 contrib/hgk ${pkgdir}/usr/bin
+  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
+  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
+  install -d ${pkgdir}/usr/share/emacs/site-lisp
+  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
+
+  # set some variables
+  install -m755 -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/mercurial.profile 

[arch-commits] Commit in c++-gtk-utils/repos (4 files)

2013-06-04 Thread Giovanni Scafora
Date: Tuesday, June 4, 2013 @ 18:29:40
  Author: giovanni
Revision: 92397

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

Added:
  c++-gtk-utils/repos/community-i686/PKGBUILD
(from rev 92396, c++-gtk-utils/trunk/PKGBUILD)
  c++-gtk-utils/repos/community-x86_64/PKGBUILD
(from rev 92396, c++-gtk-utils/trunk/PKGBUILD)
Deleted:
  c++-gtk-utils/repos/community-i686/PKGBUILD
  c++-gtk-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-04 16:29:32 UTC (rev 92396)
+++ community-i686/PKGBUILD 2013-06-04 16:29:40 UTC (rev 92397)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=c++-gtk-utils
-pkgver=2.0.16
-pkgrel=1
-pkgdesc=Classes and functions for programming in GTK+
-arch=('i686' 'x86_64')
-url=http://cxx-gtk-utils.sourceforge.net/;
-license=('LGPL2.1')
-depends=('gtk3')
-options=('!libtool' '!docs' '!emptydirs')
-source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('5502683a5ca2c725fb9dd205fe81ca5b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: c++-gtk-utils/repos/community-i686/PKGBUILD (from rev 92396, 
c++-gtk-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-04 16:29:40 UTC (rev 92397)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=c++-gtk-utils
+pkgver=2.0.17
+pkgrel=1
+pkgdesc=Classes and functions for programming in GTK+
+arch=('i686' 'x86_64')
+url=http://cxx-gtk-utils.sourceforge.net/;
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('2ce17c4d9f2cc669f67f0087479e278a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-04 16:29:32 UTC (rev 92396)
+++ community-x86_64/PKGBUILD   2013-06-04 16:29:40 UTC (rev 92397)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=c++-gtk-utils
-pkgver=2.0.16
-pkgrel=1
-pkgdesc=Classes and functions for programming in GTK+
-arch=('i686' 'x86_64')
-url=http://cxx-gtk-utils.sourceforge.net/;
-license=('LGPL2.1')
-depends=('gtk3')
-options=('!libtool' '!docs' '!emptydirs')
-source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('5502683a5ca2c725fb9dd205fe81ca5b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: c++-gtk-utils/repos/community-x86_64/PKGBUILD (from rev 92396, 
c++-gtk-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-04 16:29:40 UTC (rev 92397)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=c++-gtk-utils
+pkgver=2.0.17
+pkgrel=1
+pkgdesc=Classes and functions for programming in GTK+
+arch=('i686' 'x86_64')
+url=http://cxx-gtk-utils.sourceforge.net/;
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('2ce17c4d9f2cc669f67f0087479e278a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in c++-gtk-utils/trunk (PKGBUILD)

2013-06-04 Thread Giovanni Scafora
Date: Tuesday, June 4, 2013 @ 18:29:32
  Author: giovanni
Revision: 92396

upgpkg: c++-gtk-utils 2.0.17-1

upstream release

Modified:
  c++-gtk-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 16:18:19 UTC (rev 92395)
+++ PKGBUILD2013-06-04 16:29:32 UTC (rev 92396)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora giova...@archlinux.org
 
 pkgname=c++-gtk-utils
-pkgver=2.0.16
+pkgver=2.0.17
 pkgrel=1
 pkgdesc=Classes and functions for programming in GTK+
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('gtk3')
 options=('!libtool' '!docs' '!emptydirs')
 
source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('5502683a5ca2c725fb9dd205fe81ca5b')
+md5sums=('2ce17c4d9f2cc669f67f0087479e278a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-06-04 Thread Giovanni Scafora
Date: Tuesday, June 4, 2013 @ 18:39:27
  Author: giovanni
Revision: 92398

upgpkg: efax-gtk 3.2.12-1

upstream release

Modified:
  efax-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 16:29:40 UTC (rev 92397)
+++ PKGBUILD2013-06-04 16:39:27 UTC (rev 92398)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora giova...@archlinux.org
 
 pkgname=efax-gtk
-pkgver=3.2.11
+pkgver=3.2.12
 pkgrel=1
 pkgdesc=A GUI front end for the 'efax' fax program
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/efax-gtkrc')
 install=efax-gtk.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.src.tgz;)
-md5sums=('237dddbc6d208565f2860319314f4392')
+md5sums=('5d38ca4d4c90e0805f2cf8f191177fb6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-06-04 Thread Giovanni Scafora
Date: Tuesday, June 4, 2013 @ 18:39:33
  Author: giovanni
Revision: 92399

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

Added:
  efax-gtk/repos/community-i686/PKGBUILD
(from rev 92398, efax-gtk/trunk/PKGBUILD)
  efax-gtk/repos/community-i686/efax-gtk.install
(from rev 92398, efax-gtk/trunk/efax-gtk.install)
  efax-gtk/repos/community-x86_64/PKGBUILD
(from rev 92398, efax-gtk/trunk/PKGBUILD)
  efax-gtk/repos/community-x86_64/efax-gtk.install
(from rev 92398, efax-gtk/trunk/efax-gtk.install)
Deleted:
  efax-gtk/repos/community-i686/PKGBUILD
  efax-gtk/repos/community-i686/efax-gtk.install
  efax-gtk/repos/community-x86_64/PKGBUILD
  efax-gtk/repos/community-x86_64/efax-gtk.install

---+
 /PKGBUILD |   66 
 /efax-gtk.install |   22 
 community-i686/PKGBUILD   |   33 --
 community-i686/efax-gtk.install   |   11 --
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/efax-gtk.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-04 16:39:27 UTC (rev 92398)
+++ community-i686/PKGBUILD 2013-06-04 16:39:33 UTC (rev 92399)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=efax-gtk
-pkgver=3.2.11
-pkgrel=1
-pkgdesc=A GUI front end for the 'efax' fax program
-arch=('i686' 'x86_64')
-url=http://efax-gtk.sourceforge.net/;
-license=('GPL')
-depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils')
-makedepends=('pkg-config')
-optdepends=('heirloom-mailx: to use the mail_fax script')
-backup=('etc/efax-gtkrc')
-install=efax-gtk.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.src.tgz;)
-md5sums=('237dddbc6d208565f2860319314f4392')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-spooldir=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -m 755 mail_fax print_fax ${pkgdir}/usr/bin
-}

Copied: efax-gtk/repos/community-i686/PKGBUILD (from rev 92398, 
efax-gtk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-04 16:39:33 UTC (rev 92399)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=efax-gtk
+pkgver=3.2.12
+pkgrel=1
+pkgdesc=A GUI front end for the 'efax' fax program
+arch=('i686' 'x86_64')
+url=http://efax-gtk.sourceforge.net/;
+license=('GPL')
+depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils')
+makedepends=('pkg-config')
+optdepends=('heirloom-mailx: to use the mail_fax script')
+backup=('etc/efax-gtkrc')
+install=efax-gtk.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.src.tgz;)
+md5sums=('5d38ca4d4c90e0805f2cf8f191177fb6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-spooldir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -m 755 mail_fax print_fax ${pkgdir}/usr/bin
+}

Deleted: community-i686/efax-gtk.install
===
--- community-i686/efax-gtk.install 2013-06-04 16:39:27 UTC (rev 92398)
+++ community-i686/efax-gtk.install 2013-06-04 16:39:33 UTC (rev 92399)
@@ -1,11 +0,0 @@
-post_install() {
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: efax-gtk/repos/community-i686/efax-gtk.install (from rev 92398, 
efax-gtk/trunk/efax-gtk.install)
===
--- community-i686/efax-gtk.install (rev 0)
+++ community-i686/efax-gtk.install 2013-06-04 16:39:33 UTC (rev 92399)
@@ -0,0 +1,11 @@
+post_install() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-04 16:39:27 UTC (rev 92398)
+++ community-x86_64/PKGBUILD   2013-06-04 16:39:33 UTC (rev 92399)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=efax-gtk
-pkgver=3.2.11
-pkgrel=1
-pkgdesc=A GUI front end for the 'efax' fax program
-arch=('i686' 'x86_64')
-url=http://efax-gtk.sourceforge.net/;
-license=('GPL')
-depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils')

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

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 18:43:55
  Author: bpiotrowski
Revision: 187159

upgpkg: texmacs 1.0.7.19-2

- rebuild against guile1.8

Modified:
  texmacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 16:22:02 UTC (rev 187158)
+++ PKGBUILD2013-06-04 16:43:55 UTC (rev 187159)
@@ -4,12 +4,12 @@
 
 pkgname=texmacs
 pkgver=1.0.7.19
-pkgrel=1
+pkgrel=2
 pkgdesc=Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one.
 arch=('i686' 'x86_64')
 url=http://www.texmacs.org/;
 license=('GPL')
-depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
  'desktop-file-utils' 'qt4')
 # do not remove texlive-core dependency, as it is needed!
 optdepends=('transfig: convert images using fig2ps'
@@ -27,6 +27,9 @@
 TeXmacs/misc/inkscape_plugin/texmacs_reedit.py
   sed -i 's/python/python2/' plugins/python/progs/init-python.scm
   sed -i '/^LDPATH/d' src/makefile.in
+  sed -i -e 's/guile /guile1.8 /g' \
+ -e 's/guile-config/guile-config1.8/g' \
+ configure
 
  # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
   sed -i '/update-mime-database/d' Makefile.in



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

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 18:44:09
  Author: bpiotrowski
Revision: 187160

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

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

+
 staging-i686/PKGBUILD  |   54 +++
 staging-i686/texmacs.install   |   14 ++
 staging-x86_64/PKGBUILD|   54 +++
 staging-x86_64/texmacs.install |   14 ++
 4 files changed, 136 insertions(+)

Copied: texmacs/repos/staging-i686/PKGBUILD (from rev 187159, 
texmacs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-04 16:44:09 UTC (rev 187160)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch # Contributor: 
Christopher Reimer c.reimer1...@gmail.com
+
+pkgname=texmacs
+pkgver=1.0.7.19
+pkgrel=2
+pkgdesc=Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one.
+arch=('i686' 'x86_64')
+url=http://www.texmacs.org/;
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files')
+#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+install=texmacs.install
+options=('!emptydirs')
+sha1sums=('855b8252f561b69deb45a3b80f4531a9055ea465')
+
+build() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+TeXmacs/misc/inkscape_plugin/texmacs_reedit.py
+  sed -i 's/python/python2/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+  sed -i -e 's/guile /guile1.8 /g' \
+ -e 's/guile-config/guile-config1.8/g' \
+ configure
+
+ # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
+  sed -i '/update-mime-database/d' Makefile.in
+  sed -i '/gtk-update-icon-cache/d' Makefile.in
+  sed -i '\/icons\/gnome 2\/dev\/null/d' Makefile.in
+  
+  export QMAKE=qmake-qt4
+  export MOC=moc-qt4
+  export UIC=uic-qt4
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  make DESTDIR=${pkgdir} install
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
+}

Copied: texmacs/repos/staging-i686/texmacs.install (from rev 187159, 
texmacs/trunk/texmacs.install)
===
--- staging-i686/texmacs.install(rev 0)
+++ staging-i686/texmacs.install2013-06-04 16:44:09 UTC (rev 187160)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Copied: texmacs/repos/staging-x86_64/PKGBUILD (from rev 187159, 
texmacs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-04 16:44:09 UTC (rev 187160)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch # Contributor: 
Christopher Reimer c.reimer1...@gmail.com
+
+pkgname=texmacs
+pkgver=1.0.7.19
+pkgrel=2
+pkgdesc=Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one.
+arch=('i686' 'x86_64')
+url=http://www.texmacs.org/;
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files')
+#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)

[arch-commits] Commit in slmodem-utils/trunk (6 files)

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 18:47:19
  Author: spupykin
Revision: 92400

upgpkg: slmodem-utils 2.9.11-19

upd

Added:
  slmodem-utils/trunk/slmodem.service
Modified:
  slmodem-utils/trunk/PKGBUILD
Deleted:
  slmodem-utils/trunk/slmodem-alsa.conf.d
  slmodem-utils/trunk/slmodem-alsa.rc.d
  slmodem-utils/trunk/slmodem.conf.d
  slmodem-utils/trunk/slmodem.rc.d

-+
 PKGBUILD|   25 +++--
 slmodem-alsa.conf.d |4 
 slmodem-alsa.rc.d   |   39 ---
 slmodem.conf.d  |4 
 slmodem.rc.d|   42 --
 slmodem.service |9 +
 6 files changed, 16 insertions(+), 107 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 16:39:33 UTC (rev 92399)
+++ PKGBUILD2013-06-04 16:47:19 UTC (rev 92400)
@@ -5,23 +5,18 @@
 pkgname=slmodem-utils
 pkgver=2.9.11
 _date=20080126
-pkgrel=18
+pkgrel=19
 pkgdesc=Userspace tools for the Smartlink winmodems
 arch=('i686')
 license=('custom')
 url=http://linmodems.technion.ac.il/packages/smartlink/;
 depends=('bash' 'alsa-lib')
 options=('!libtool')
-source=(http://linmodems.technion.ac.il/packages/smartlink/slmodem-${pkgver}-${_date}.tar.gz;
-'slmodem.rc.d'
-'slmodem-alsa.rc.d'
-'slmodem.conf.d'
-'slmodem-alsa.conf.d')
+#source=(http://linmodems.technion.ac.il/packages/smartlink/slmodem-${pkgver}-${_date}.tar.gz;
+source=(ftp://ftp.archlinux.org/other/community/slmodem/slmodem-${pkgver}-${_date}.tar.gz;
+'slmodem.service')
 md5sums=('8670dd7e1e1a46296ac4c80f7ac0471d'
- '838e1bde2a3e6fed35c075c25ee79da6'
- '1494b0c87d9ccd3615a1708f24d78f8d'
- '31f9d0eafe052a37e83c150146472956'
- '03accf76458cbf8afde07e445e9b72d0')
+ '840fed2a25fe7e6c33fd74ed4a23b464')
 
 build() {
   cd ${srcdir}/slmodem-$pkgver-${_date}
@@ -41,14 +36,8 @@
 
 package() {
   cd ${srcdir}/slmodem-$pkgver-${_date}
-
-  #Install driver loader
-  install -D -m755 modem/slmodemd ${pkgdir}/usr/sbin/slmodemd
-  # Install daemon files
-  install -D -m755 ${srcdir}/slmodem.rc.d ${pkgdir}/etc/rc.d/slmodem
-  install -D -m755 ${srcdir}/slmodem-alsa.rc.d 
${pkgdir}/etc/rc.d/slmodem-alsa
-  install -D -m644 ${srcdir}/slmodem.conf.d ${pkgdir}/etc/conf.d/slmodem
-  install -D -m644 ${srcdir}/slmodem-alsa.conf.d 
${pkgdir}/etc/conf.d/slmodem-alsa
+  install -D -m755 modem/slmodemd ${pkgdir}/usr/bin/slmodemd
+  install -D -m644 ${srcdir}/slmodem.service 
${pkgdir}/usr/lib/systemd/system/slmodem.service
   # adding udev symlink for /dev/modem
   install -d ${pkgdir}/etc/udev/rules.d
   echo 'ACTION==add, DRIVERS==slamr, RUN+=/lib/udev/load-modules.sh 
ppp-generic'  ${pkgdir}/etc/udev/rules.d/slmodem.rules

Deleted: slmodem-alsa.conf.d
===
--- slmodem-alsa.conf.d 2013-06-04 16:39:33 UTC (rev 92399)
+++ slmodem-alsa.conf.d 2013-06-04 16:47:19 UTC (rev 92400)
@@ -1,4 +0,0 @@
-#
-# Parameters to be passed to slmodemd
-#
-SLMODEM_ARGS=--country=USA --alsa
\ No newline at end of file

Deleted: slmodem-alsa.rc.d
===
--- slmodem-alsa.rc.d   2013-06-04 16:39:33 UTC (rev 92399)
+++ slmodem-alsa.rc.d   2013-06-04 16:47:19 UTC (rev 92400)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-# source application-specific settings
-SLMODEM_ARGS=
-[ -f /etc/conf.d/slmodem-alsa ]  . /etc/conf.d/slmodem-alsa
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case $1 in
-start)
-stat_busy Starting SL-Modem Drivers 
-slmodemd ${SLMODEM_ARGS}  /dev/null 21 
-   if [ $? -gt 0 ]; then 
- stat_fail
-else 
- add_daemon slmodem
- stat_done
-fi  
-;;
-stop)
-stat_busy Stopping SL-Modem Drivers
-killall -9 slmodemd
-if [ $? -gt 0 ]; then
- stat_fail
-else
- rm_daemon slmodem
- stat_done
-fi
-;;
-restart)
-$0 stop
-sleep 1
-$0 start
-;;
-*)
-echo Usage $0 {start|stop|restart}
-;;
-esac

Deleted: slmodem.conf.d
===
--- slmodem.conf.d  2013-06-04 16:39:33 UTC (rev 92399)
+++ slmodem.conf.d  2013-06-04 16:47:19 UTC (rev 92400)
@@ -1,4 +0,0 @@
-#
-# Parameters to be passed to slmodemd
-#
-SLMODEM_ARGS=--country=USA /dev/slamr0
\ No newline at end of file

Deleted: slmodem.rc.d
===
--- slmodem.rc.d2013-06-04 16:39:33 UTC (rev 92399)
+++ slmodem.rc.d2013-06-04 16:47:19 UTC (rev 92400)
@@ -1,42 +0,0 @@
-#!/bin/bash
-
-# source application-specific settings
-SLMODEM_ARGS=
-[ -f /etc/conf.d/slmodem ]  . /etc/conf.d/slmodem
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case $1 in
-  start)
-stat_busy Starting SL-Modem Drivers 
-if ! [ -e /dev/slamr0 ]; then
-  mknod /dev/slamr0 c 242 0
-fi
-slmodemd 

[arch-commits] Commit in slmodem-utils/repos/community-i686 (7 files)

2013-06-04 Thread Sergej Pupykin
Date: Tuesday, June 4, 2013 @ 18:47:34
  Author: spupykin
Revision: 92401

archrelease: copy trunk to community-i686

Added:
  slmodem-utils/repos/community-i686/PKGBUILD
(from rev 92400, slmodem-utils/trunk/PKGBUILD)
  slmodem-utils/repos/community-i686/slmodem.service
(from rev 92400, slmodem-utils/trunk/slmodem.service)
Deleted:
  slmodem-utils/repos/community-i686/PKGBUILD
  slmodem-utils/repos/community-i686/slmodem-alsa.conf.d
  slmodem-utils/repos/community-i686/slmodem-alsa.rc.d
  slmodem-utils/repos/community-i686/slmodem.conf.d
  slmodem-utils/repos/community-i686/slmodem.rc.d

-+
 PKGBUILD|  102 --
 slmodem-alsa.conf.d |4 -
 slmodem-alsa.rc.d   |   39 ---
 slmodem.conf.d  |4 -
 slmodem.rc.d|   42 
 slmodem.service |9 
 6 files changed, 58 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 16:47:19 UTC (rev 92400)
+++ PKGBUILD2013-06-04 16:47:34 UTC (rev 92401)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=slmodem-utils
-pkgver=2.9.11
-_date=20080126
-pkgrel=18
-pkgdesc=Userspace tools for the Smartlink winmodems
-arch=('i686')
-license=('custom')
-url=http://linmodems.technion.ac.il/packages/smartlink/;
-depends=('bash' 'alsa-lib')
-source=(http://linmodems.technion.ac.il/packages/smartlink/slmodem-${pkgver}-${_date}.tar.gz;
-'slmodem.rc.d' 'slmodem-alsa.rc.d' 'slmodem.conf.d' 
'slmodem-alsa.conf.d')
-options=('!libtool')
-
-build() { 
-  cd ${srcdir}/slmodem-$pkgver-${_date}
-
-  sed -i 's|modem.h|modem.h|' modem/*.{c,h}
-  sed -i 's|modem_debug.h|modem_debug.h|' modem/*.{c,h}
-  sed -i 's|modem_defs.h|modem_defs.h|' modem/*.{c,h}
-  sed -i 's|modem_homolog.h|modem_homolog.h|' modem/*.{c,h}
-  sed -i 's|modem_dp.h|modem_dp.h|' modem/*.{c,h}
-  sed -i 's|modem_timer.h|modem_timer.h|' modem/*.{c,h}
-  sed -i 's|modem_param.h|modem_param.h|' modem/*.{c,h}
-
-  unset LDFLAGS
-  unset CFLAGS
-  make SUPPORT_ALSA=1 DESTDIR=${pkgdir} all
-
-  #Install driver loader
-  install -D -m755 modem/slmodemd ${pkgdir}/usr/sbin/slmodemd
-  # Install daemon files
-  install -D -m755 ${srcdir}/slmodem.rc.d ${pkgdir}/etc/rc.d/slmodem
-  install -D -m755 ${srcdir}/slmodem-alsa.rc.d 
${pkgdir}/etc/rc.d/slmodem-alsa
-  install -D -m644 ${srcdir}/slmodem.conf.d ${pkgdir}/etc/conf.d/slmodem
-  install -D -m644 ${srcdir}/slmodem-alsa.conf.d 
${pkgdir}/etc/conf.d/slmodem-alsa
-  # adding udev symlink for /dev/modem
-  install -d ${pkgdir}/etc/udev/rules.d
-  echo 'ACTION==add, DRIVERS==slamr, RUN+=/lib/udev/load-modules.sh 
ppp-generic'  ${pkgdir}/etc/udev/rules.d/slmodem.rules
-  echo 'KERNEL==slamr[0-9]', MODE=0660, GROUP=tty, SYMLINK+=modem  
${pkgdir}/etc/udev/rules.d/slmodem.rules
-  echo 'ACTION==add, DRIVERS==slusb, RUN+=/lib/udev/load-modules.sh 
ppp-generic'  ${pkgdir}/etc/udev/rules.d/slmodem.rules
-  echo 'KERNEL==slusb[0-9]', MODE=0660, GROUP=tty, SYMLINK+=modem  
${pkgdir}/etc/udev/rules.d/slmodem.rules
-  # install license
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-md5sums=('8670dd7e1e1a46296ac4c80f7ac0471d'
- '838e1bde2a3e6fed35c075c25ee79da6'
- '1494b0c87d9ccd3615a1708f24d78f8d'
- '31f9d0eafe052a37e83c150146472956'
- '03accf76458cbf8afde07e445e9b72d0')

Copied: slmodem-utils/repos/community-i686/PKGBUILD (from rev 92400, 
slmodem-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-04 16:47:34 UTC (rev 92401)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=slmodem-utils
+pkgver=2.9.11
+_date=20080126
+pkgrel=19
+pkgdesc=Userspace tools for the Smartlink winmodems
+arch=('i686')
+license=('custom')
+url=http://linmodems.technion.ac.il/packages/smartlink/;
+depends=('bash' 'alsa-lib')
+options=('!libtool')
+#source=(http://linmodems.technion.ac.il/packages/smartlink/slmodem-${pkgver}-${_date}.tar.gz;
+source=(ftp://ftp.archlinux.org/other/community/slmodem/slmodem-${pkgver}-${_date}.tar.gz;
+'slmodem.service')
+md5sums=('8670dd7e1e1a46296ac4c80f7ac0471d'
+ '840fed2a25fe7e6c33fd74ed4a23b464')
+
+build() {
+  cd ${srcdir}/slmodem-$pkgver-${_date}
+
+  sed -i 's|modem.h|modem.h|' modem/*.{c,h}
+  sed -i 's|modem_debug.h|modem_debug.h|' modem/*.{c,h}
+  sed -i 's|modem_defs.h|modem_defs.h|' modem/*.{c,h}
+  sed -i 's|modem_homolog.h|modem_homolog.h|' modem/*.{c,h}
+  sed -i 's|modem_dp.h|modem_dp.h|' modem/*.{c,h}
+  sed -i 's|modem_timer.h|modem_timer.h|' modem/*.{c,h}
+  sed -i 's|modem_param.h|modem_param.h|' modem/*.{c,h}
+
+  unset LDFLAGS
+  unset CFLAGS
+  make 

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

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 19:39:20
  Author: bpiotrowski
Revision: 187169

upgpkg: libxml2 2.9.1-2

- change license to MIT

Modified:
  libxml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 17:00:40 UTC (rev 187168)
+++ PKGBUILD2013-06-04 17:39:20 UTC (rev 187169)
@@ -5,10 +5,10 @@
 
 pkgname=libxml2
 pkgver=2.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc=XML parsing library, version 2
 arch=(i686 x86_64)
-license=('custom')
+license=('MIT')
 depends=('zlib' 'readline' 'ncurses' 'xz')
 makedepends=('python2')
 options=('!libtool')



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

2013-06-04 Thread Eric Bélanger
Date: Tuesday, June 4, 2013 @ 20:19:51
  Author: eric
Revision: 92408

upgpkg: perlbrew 0.64-1

Upstream update

Modified:
  perlbrew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 17:00:14 UTC (rev 92407)
+++ PKGBUILD2013-06-04 18:19:51 UTC (rev 92408)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Justin Davis (juster) jrc...@gmail.com
+# Maintainer: 
 
 pkgname=perlbrew
-pkgver=0.63
+pkgver=0.64
 pkgrel=1
 pkgdesc='Manage perl installations in your $HOME'
 arch=('any')
@@ -10,13 +10,12 @@
 license=('MIT')
 depends=('perl' 'perl-capture-tiny' 'perl-cpan-perl-releases' 
'perl-devel-patchperl'
  'perl-file-path-tiny' 'perl-local-lib')
-makedepends=('perl-extutils-makemaker')
 checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec' 
   'perl-path-class' 'perl-io-all')
 provides=(perl-app-perlbrew=$pkgver)
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
-sha1sums=('5bb15b0cc4fdc617d5c9db52094c74c174d858f5')
+sha1sums=('7c55f069c227e19c001f51133f96df4f9460abb3')
 
 build() {
   cd App-perlbrew-$pkgver



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

2013-06-04 Thread Eric Bélanger
Date: Tuesday, June 4, 2013 @ 20:20:19
  Author: eric
Revision: 92409

archrelease: copy trunk to community-any

Added:
  perlbrew/repos/community-any/PKGBUILD
(from rev 92408, perlbrew/trunk/PKGBUILD)
Deleted:
  perlbrew/repos/community-any/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 18:19:51 UTC (rev 92408)
+++ PKGBUILD2013-06-04 18:20:19 UTC (rev 92409)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Justin Davis (juster) jrc...@gmail.com
-
-pkgname=perlbrew
-pkgver=0.63
-pkgrel=1
-pkgdesc='Manage perl installations in your $HOME'
-arch=('any')
-url=https://metacpan.org/release/App-perlbrew;
-license=('MIT')
-depends=('perl' 'perl-capture-tiny' 'perl-cpan-perl-releases' 
'perl-devel-patchperl'
- 'perl-file-path-tiny' 'perl-local-lib')
-makedepends=('perl-extutils-makemaker')
-checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec' 
-  'perl-path-class' 'perl-io-all')
-provides=(perl-app-perlbrew=$pkgver)
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
-sha1sums=('5bb15b0cc4fdc617d5c9db52094c74c174d858f5')
-
-build() {
-  cd App-perlbrew-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-
-check() {
-  cd App-perlbrew-$pkgver
-  make test
-}
-
-package() {
-  cd App-perlbrew-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/perlbrew/LICENSE
-}

Copied: perlbrew/repos/community-any/PKGBUILD (from rev 92408, 
perlbrew/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-04 18:20:19 UTC (rev 92409)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perlbrew
+pkgver=0.64
+pkgrel=1
+pkgdesc='Manage perl installations in your $HOME'
+arch=('any')
+url=https://metacpan.org/release/App-perlbrew;
+license=('MIT')
+depends=('perl' 'perl-capture-tiny' 'perl-cpan-perl-releases' 
'perl-devel-patchperl'
+ 'perl-file-path-tiny' 'perl-local-lib')
+checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec' 
+  'perl-path-class' 'perl-io-all')
+provides=(perl-app-perlbrew=$pkgver)
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
+sha1sums=('7c55f069c227e19c001f51133f96df4f9460abb3')
+
+build() {
+  cd App-perlbrew-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+
+check() {
+  cd App-perlbrew-$pkgver
+  make test
+}
+
+package() {
+  cd App-perlbrew-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/perlbrew/LICENSE
+}



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

2013-06-04 Thread Jonathan Steel
Date: Tuesday, June 4, 2013 @ 20:25:45
  Author: jsteel
Revision: 92410

Fix conflicting configuration FS#35633

Modified:
  ddclient/trunk/PKGBUILD
  ddclient/trunk/ddclient.service

--+
 PKGBUILD |2 +-
 ddclient.service |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 18:20:19 UTC (rev 92409)
+++ PKGBUILD2013-06-04 18:25:45 UTC (rev 92410)
@@ -5,7 +5,7 @@
 
 pkgname=ddclient
 pkgver=3.8.1
-pkgrel=7
+pkgrel=8
 pkgdesc=Update dynamic DNS entries for accounts on many dynamic DNS services
 arch=('any')
 url=http://ddclient.sourceforge.net;

Modified: ddclient.service
===
--- ddclient.service2013-06-04 18:20:19 UTC (rev 92409)
+++ ddclient.service2013-06-04 18:25:45 UTC (rev 92410)
@@ -5,7 +5,7 @@
 [Service]
 Type=forking
 PIDFile=/run/ddclient.pid
-ExecStart=/usr/sbin/ddclient -daemon 300 -syslog -pid /run/ddclient.pid
+ExecStart=/usr/sbin/ddclient
 
 [Install]
 WantedBy=multi-user.target



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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 20:29:21
  Author: heftig
Revision: 92411

fix deps

Modified:
  blueman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 18:25:45 UTC (rev 92410)
+++ PKGBUILD2013-06-04 18:29:21 UTC (rev 92411)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
 # Contributor: Abhishek Dasgupta abh...@gmail.com
 
 pkgname=blueman
 pkgver=1.23
-pkgrel=9
+pkgrel=10
 pkgdesc=GTK+ bluetooth manager
 arch=('i686' 'x86_64')
 license=('GPL')
 url=https://launchpad.net/blueman;
-depends=('bluez' 'gnome-icon-theme' 'libpulse' 'obex-data-server' 
'python2-dbus'
- 'python2-notify' 'startup-notification' 'xdg-utils')
+depends=('bluez4' 'bluez-libs' 'gnome-icon-theme' 'libpulse' 'obex-data-server'
+ 'python2-dbus' 'python2-notify' 'startup-notification' 'xdg-utils')
 makedepends=('pyrex' 'intltool')
 optdepends=('dnsmasq: For creating PAN network'
'modemmanager: For modem management service'



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

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 20:31:34
  Author: bpiotrowski
Revision: 92412

upgpkg: catfish 0.6.4-1

- upstream release

Modified:
  catfish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 18:29:21 UTC (rev 92411)
+++ PKGBUILD2013-06-04 18:31:34 UTC (rev 92412)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgname=catfish
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc='Versatile file searching tool'
 arch=('any')
@@ -19,7 +19,7 @@
 'strigi:fulltext search'
 'pinot: fulltext search')
 
source=(https://launchpad.net/$pkgname-search/0.6/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
-md5sums=('4fd496c55d9dce64f555074c478cc4dd')
+md5sums=('0add5dacbf0b84fd92c718ef12fd1542')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 20:32:04
  Author: heftig
Revision: 92414

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

Added:
  blueman/repos/community-testing-i686/PKGBUILD
(from rev 92412, blueman/trunk/PKGBUILD)
  blueman/repos/community-testing-i686/blueman.install
(from rev 92412, blueman/trunk/blueman.install)
  blueman/repos/community-testing-x86_64/PKGBUILD
(from rev 92413, blueman/trunk/PKGBUILD)
  blueman/repos/community-testing-x86_64/blueman.install
(from rev 92413, blueman/trunk/blueman.install)
Deleted:
  blueman/repos/community-testing-i686/PKGBUILD
  blueman/repos/community-testing-i686/blueman.install
  blueman/repos/community-testing-x86_64/PKGBUILD
  blueman/repos/community-testing-x86_64/blueman.install

--+
 /PKGBUILD|   92 +
 /blueman.install |   22 ++
 community-testing-i686/PKGBUILD  |   46 --
 community-testing-i686/blueman.install   |   11 ---
 community-testing-x86_64/PKGBUILD|   46 --
 community-testing-x86_64/blueman.install |   11 ---
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-06-04 18:31:53 UTC (rev 92413)
+++ community-testing-i686/PKGBUILD 2013-06-04 18:32:04 UTC (rev 92414)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-
-pkgname=blueman
-pkgver=1.23
-pkgrel=9
-pkgdesc=GTK+ bluetooth manager
-arch=('i686' 'x86_64')
-license=('GPL')
-url=https://launchpad.net/blueman;
-depends=('bluez' 'gnome-icon-theme' 'libpulse' 'obex-data-server' 
'python2-dbus'
- 'python2-notify' 'startup-notification' 'xdg-utils')
-makedepends=('pyrex' 'intltool')
-optdepends=('dnsmasq: For creating PAN network'
-   'modemmanager: For modem management service'
-   'notification-daemon: For desktop notifications'
-   'polkit-gnome: For privileged actions'
-   'pulseaudio: To use the pulseaudio plugin'
-   'python2-gconf: For gconf configuration support')
-options=('!libtool')
-install=$pkgname.install
-source=(https://launchpad.net/${pkgname}/1.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f0bee59589f4c23e35bf08c2ef8acaef')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export PYTHON=python2
-  for file in apps/blueman*; do
-sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-  done
-  sed -i 's|blueman-tray|blueman|' blueman/plugins/applet/StatusIcon.py
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/blueman \
-   --with-no-runtime-deps-check
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  echo NotShowIn=KDE;  ${pkgdir}/etc/xdg/autostart/blueman.desktop
-}

Copied: blueman/repos/community-testing-i686/PKGBUILD (from rev 92412, 
blueman/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-06-04 18:32:04 UTC (rev 92414)
@@ -0,0 +1,46 @@
+# $Id$
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+
+pkgname=blueman
+pkgver=1.23
+pkgrel=10
+pkgdesc=GTK+ bluetooth manager
+arch=('i686' 'x86_64')
+license=('GPL')
+url=https://launchpad.net/blueman;
+depends=('bluez4' 'bluez-libs' 'gnome-icon-theme' 'libpulse' 'obex-data-server'
+ 'python2-dbus' 'python2-notify' 'startup-notification' 'xdg-utils')
+makedepends=('pyrex' 'intltool')
+optdepends=('dnsmasq: For creating PAN network'
+   'modemmanager: For modem management service'
+   'notification-daemon: For desktop notifications'
+   'polkit-gnome: For privileged actions'
+   'pulseaudio: To use the pulseaudio plugin'
+   'python2-gconf: For gconf configuration support')
+options=('!libtool')
+install=$pkgname.install
+source=(https://launchpad.net/${pkgname}/1.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f0bee59589f4c23e35bf08c2ef8acaef')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export PYTHON=python2
+  for file in apps/blueman*; do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+  done
+  sed -i 's|blueman-tray|blueman|' blueman/plugins/applet/StatusIcon.py
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/blueman \
+   --with-no-runtime-deps-check
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  echo NotShowIn=KDE;  ${pkgdir}/etc/xdg/autostart/blueman.desktop
+}

Deleted: community-testing-i686/blueman.install

[arch-commits] Commit in catfish/repos/community-any (4 files)

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 20:31:53
  Author: bpiotrowski
Revision: 92413

archrelease: copy trunk to community-any

Added:
  catfish/repos/community-any/PKGBUILD
(from rev 92412, catfish/trunk/PKGBUILD)
  catfish/repos/community-any/catfish.install
(from rev 92412, catfish/trunk/catfish.install)
Deleted:
  catfish/repos/community-any/PKGBUILD
  catfish/repos/community-any/catfish.install

-+
 PKGBUILD|   80 +++---
 catfish.install |   22 +++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 18:31:34 UTC (rev 92412)
+++ PKGBUILD2013-06-04 18:31:53 UTC (rev 92413)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=catfish
-pkgver=0.6.3
-pkgrel=1
-pkgdesc='Versatile file searching tool'
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install=$pkgname.install 
-depends=('gtk3' 'python-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('zeitgeist: Zeitgeist integration'
-'findutils: filename search'
-'locate:filename search'
-'tracker:   fulltext search'
-'strigi:fulltext search'
-'pinot: fulltext search')
-source=(https://launchpad.net/$pkgname-search/0.6/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
-md5sums=('4fd496c55d9dce64f555074c478cc4dd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  # Correct symlinks
-  sed -i 's|ln -sf $(DESTDIR)/$(PREFIX)/share|ln -sf ..|' Makefile
-  make
-}
-
-package () {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/pixmaps
-  ln -s /usr/share/icons/hicolor/scalable/apps/$pkgname.svg 
$pkgdir/usr/share/pixmaps/$pkgname.svg
-}

Copied: catfish/repos/community-any/PKGBUILD (from rev 92412, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-04 18:31:53 UTC (rev 92413)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=catfish
+pkgver=0.6.4
+pkgrel=1
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install=$pkgname.install 
+depends=('gtk3' 'python-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('zeitgeist: Zeitgeist integration'
+'findutils: filename search'
+'locate:filename search'
+'tracker:   fulltext search'
+'strigi:fulltext search'
+'pinot: fulltext search')
+source=(https://launchpad.net/$pkgname-search/0.6/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('0add5dacbf0b84fd92c718ef12fd1542')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  # Correct symlinks
+  sed -i 's|ln -sf $(DESTDIR)/$(PREFIX)/share|ln -sf ..|' Makefile
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -d $pkgdir/usr/share/pixmaps
+  ln -s /usr/share/icons/hicolor/scalable/apps/$pkgname.svg 
$pkgdir/usr/share/pixmaps/$pkgname.svg
+}

Deleted: catfish.install
===
--- catfish.install 2013-06-04 18:31:34 UTC (rev 92412)
+++ catfish.install 2013-06-04 18:31:53 UTC (rev 92413)
@@ -1,11 +0,0 @@
-post_install() {
-   [ -f /usr/bin/xdg-icon-resource ]  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: catfish/repos/community-any/catfish.install (from rev 92412, 
catfish/trunk/catfish.install)
===
--- catfish.install (rev 0)
+++ catfish.install 2013-06-04 18:31:53 UTC (rev 92413)
@@ -0,0 +1,11 @@
+post_install() {
+   [ -f /usr/bin/xdg-icon-resource ]  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-06-04 Thread Eric Bélanger
Date: Tuesday, June 4, 2013 @ 20:41:51
  Author: eric
Revision: 187171

upgpkg: python-mako 0.8.1-1

Upstream update

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 17:39:43 UTC (rev 187170)
+++ PKGBUILD2013-06-04 18:41:51 UTC (rev 187171)
@@ -1,9 +1,8 @@
 # $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
+# Maintainer : 
 
 pkgname=('python-mako' 'python2-mako')
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc=Hyperfast and lightweight templating for the Python2 platform
 arch=('any')
@@ -12,7 +11,7 @@
 makedepends=('python-distribute' 'python2-distribute')
 checkdepends=('python-nose' 'python2-nose')
 source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz;)
-md5sums=('4ac2c6fdfb076b9387ca5f62d8c9384f')
+md5sums=('96d962464ce6316004af0cc48495d73e')
 
 prepare() {
 cp -r Mako-$pkgver python2-Mako-$pkgver



[arch-commits] Commit in python-mako/repos/extra-any (PKGBUILD PKGBUILD)

2013-06-04 Thread Eric Bélanger
Date: Tuesday, June 4, 2013 @ 20:42:11
  Author: eric
Revision: 187172

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/PKGBUILD
(from rev 187171, python-mako/trunk/PKGBUILD)
Deleted:
  python-mako/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 18:41:51 UTC (rev 187171)
+++ PKGBUILD2013-06-04 18:42:11 UTC (rev 187172)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=Hyperfast and lightweight templating for the Python2 platform
-arch=('any')
-url=http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-distribute' 'python2-distribute')
-checkdepends=('python-nose' 'python2-nose')
-source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz;)
-md5sums=('4ac2c6fdfb076b9387ca5f62d8c9384f')
-
-prepare() {
-cp -r Mako-$pkgver python2-Mako-$pkgver
-mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
-2to3 -nw Mako-$pkgver/scripts/python3-mako-render
-sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
-}
-
-build() {
-cd Mako-$pkgver
-python3 setup.py build
-
-cd ../python2-Mako-$pkgver
-python2 setup.py build
-}
-
-check() {
-cd Mako-$pkgver
-python3 setup.py test
-
-cd ../python2-Mako-$pkgver
-python2 setup.py test
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker')
-
-cd Mako-$pkgver
-python3 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker')
-
-cd python2-Mako-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 187171, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-04 18:42:11 UTC (rev 187172)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer : 
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=0.8.1
+pkgrel=1
+pkgdesc=Hyperfast and lightweight templating for the Python2 platform
+arch=('any')
+url=http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-distribute' 'python2-distribute')
+checkdepends=('python-nose' 'python2-nose')
+source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz;)
+md5sums=('96d962464ce6316004af0cc48495d73e')
+
+prepare() {
+cp -r Mako-$pkgver python2-Mako-$pkgver
+mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
+2to3 -nw Mako-$pkgver/scripts/python3-mako-render
+sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
+}
+
+build() {
+cd Mako-$pkgver
+python3 setup.py build
+
+cd ../python2-Mako-$pkgver
+python2 setup.py build
+}
+
+check() {
+cd Mako-$pkgver
+python3 setup.py test
+
+cd ../python2-Mako-$pkgver
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker')
+
+cd Mako-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker')
+
+cd python2-Mako-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
+}



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

2013-06-04 Thread Lukas Fleischer
Date: Tuesday, June 4, 2013 @ 21:05:19
  Author: lfleischer
Revision: 92415

upgpkg: dvtm 0.9-2

Add terminfo (fixes FS#34921).

Added:
  dvtm/trunk/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
Modified:
  dvtm/trunk/PKGBUILD

---+
 0001-Makefile-respect-DESTDIR-in-tic-invocation.patch |   25 
 PKGBUILD  |   16 +++---
 2 files changed, 37 insertions(+), 4 deletions(-)

Added: 0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
===
--- 0001-Makefile-respect-DESTDIR-in-tic-invocation.patch   
(rev 0)
+++ 0001-Makefile-respect-DESTDIR-in-tic-invocation.patch   2013-06-04 
19:05:19 UTC (rev 92415)
@@ -0,0 +1,25 @@
+From 4ab5ed57a3b53e0271cf50f256cd7904c50cac55 Mon Sep 17 00:00:00 2001
+From: Douglas Jerome doug...@ttylinux.org
+Date: Wed, 15 May 2013 14:33:31 +0200
+Subject: [PATCH] Makefile: respect ${DESTDIR} in tic invocation
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index ff85deb..eb849f4 100644
+--- a/Makefile
 b/Makefile
+@@ -55,7 +55,7 @@ install: dvtm
+   @sed s/VERSION/${VERSION}/g  dvtm.1  
${DESTDIR}${MANPREFIX}/man1/dvtm.1
+   @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dvtm.1
+   @echo installing terminfo description
+-  @tic -s dvtm.info
++  @tic -o ${DESTDIR}/usr/share/terminfo -s dvtm.info
+ 
+ uninstall:
+   @echo removing executable file from ${DESTDIR}${PREFIX}/bin
+-- 
+1.8.3.450.gf3f2a46
+

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 18:32:04 UTC (rev 92414)
+++ PKGBUILD2013-06-04 19:05:19 UTC (rev 92415)
@@ -5,23 +5,31 @@
 
 pkgname=dvtm
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Dynamic virtual terminal manager.'
 arch=('i686' 'x86_64')
 url='http://www.brain-dump.org/projects/dvtm/'
 license=('MIT')
 depends=('ncurses')
 
source=(http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'config.h')
+'config.h'
+'0001-Makefile-respect-DESTDIR-in-tic-invocation.patch')
 md5sums=('7de1103abb0ca410f7250cf89f019a38'
- '41107e5e84a8572f70d6cb111b4e07f8')
+ '41107e5e84a8572f70d6cb111b4e07f8'
+ 'c85d8265ced45d014a7d3f05134bf6a1')
 
-build() {
+prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
 
+   patch -p1 -i ../0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
+
cp ${srcdir}/config.h .
sed -i 's/CFLAGS =/CFLAGS +=/' config.mk
+}
 
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
make clean
make
 }



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

2013-06-04 Thread Lukas Fleischer
Date: Tuesday, June 4, 2013 @ 21:05:34
  Author: lfleischer
Revision: 92416

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

Added:
  
dvtm/repos/community-i686/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
(from rev 92415, 
dvtm/trunk/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch)
  dvtm/repos/community-i686/PKGBUILD
(from rev 92415, dvtm/trunk/PKGBUILD)
  dvtm/repos/community-i686/config.h
(from rev 92415, dvtm/trunk/config.h)
  
dvtm/repos/community-x86_64/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
(from rev 92415, 
dvtm/trunk/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch)
  dvtm/repos/community-x86_64/PKGBUILD
(from rev 92415, dvtm/trunk/PKGBUILD)
  dvtm/repos/community-x86_64/config.h
(from rev 92415, dvtm/trunk/config.h)
Deleted:
  dvtm/repos/community-i686/PKGBUILD
  dvtm/repos/community-i686/config.h
  dvtm/repos/community-x86_64/PKGBUILD
  dvtm/repos/community-x86_64/config.h

+
 /PKGBUILD  |   84 
++
 /config.h  |  314 
++
 community-i686/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch   |   25 
 community-i686/PKGBUILD|   34 -
 community-i686/config.h|  157 
-
 community-x86_64/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch |   25 
 community-x86_64/PKGBUILD  |   34 -
 community-x86_64/config.h  |  157 
-
 8 files changed, 448 insertions(+), 382 deletions(-)

Copied: 
dvtm/repos/community-i686/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch 
(from rev 92415, 
dvtm/trunk/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch)
===
--- community-i686/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
(rev 0)
+++ community-i686/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
2013-06-04 19:05:34 UTC (rev 92416)
@@ -0,0 +1,25 @@
+From 4ab5ed57a3b53e0271cf50f256cd7904c50cac55 Mon Sep 17 00:00:00 2001
+From: Douglas Jerome doug...@ttylinux.org
+Date: Wed, 15 May 2013 14:33:31 +0200
+Subject: [PATCH] Makefile: respect ${DESTDIR} in tic invocation
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index ff85deb..eb849f4 100644
+--- a/Makefile
 b/Makefile
+@@ -55,7 +55,7 @@ install: dvtm
+   @sed s/VERSION/${VERSION}/g  dvtm.1  
${DESTDIR}${MANPREFIX}/man1/dvtm.1
+   @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dvtm.1
+   @echo installing terminfo description
+-  @tic -s dvtm.info
++  @tic -o ${DESTDIR}/usr/share/terminfo -s dvtm.info
+ 
+ uninstall:
+   @echo removing executable file from ${DESTDIR}${PREFIX}/bin
+-- 
+1.8.3.450.gf3f2a46
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-04 19:05:19 UTC (rev 92415)
+++ community-i686/PKGBUILD 2013-06-04 19:05:34 UTC (rev 92416)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Giorgio Lando patroc...@gmail.com
-# Contributor: bender02 at gmx dot com
-
-pkgname=dvtm
-pkgver=0.9
-pkgrel=1
-pkgdesc='Dynamic virtual terminal manager.'
-arch=('i686' 'x86_64')
-url='http://www.brain-dump.org/projects/dvtm/'
-license=('MIT')
-depends=('ncurses')
-source=(http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'config.h')
-md5sums=('7de1103abb0ca410f7250cf89f019a38'
- '41107e5e84a8572f70d6cb111b4e07f8')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   cp ${srcdir}/config.h .
-   sed -i 's/CFLAGS =/CFLAGS +=/' config.mk
-
-   make clean
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm0644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: dvtm/repos/community-i686/PKGBUILD (from rev 92415, dvtm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-04 19:05:34 UTC (rev 92416)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Giorgio Lando patroc...@gmail.com
+# Contributor: bender02 at gmx dot com
+
+pkgname=dvtm
+pkgver=0.9
+pkgrel=2
+pkgdesc='Dynamic virtual terminal manager.'
+arch=('i686' 'x86_64')
+url='http://www.brain-dump.org/projects/dvtm/'
+license=('MIT')
+depends=('ncurses')
+source=(http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'config.h'
+ 

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

2013-06-04 Thread Florian Pritz
Date: Tuesday, June 4, 2013 @ 21:14:33
  Author: bluewind
Revision: 92418

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-04 19:14:27 UTC (rev 92417)
+++ community-i686/PKGBUILD 2013-06-04 19:14:33 UTC (rev 92418)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Jan Fader jan.fa...@web.de
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.13
-pkgrel=2
-url=http://www.andre-simon.de/doku/highlight/highlight.html;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt4 lua51 boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('2b5e217c80c441853360926dbbe9'
- 'c68f6dd20af61ca1061d910879d910a8')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  make
-  make gui
-}
-
-package_highlight() {
-  pkgdesc=Fast and flexible source code highlighter (CLI version)
-  depends=('lua51')
-  cd $srcdir/$pkgbase-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-package_highlight-gui() {
-  pkgdesc=Fast and flexible source code highlighter (QT version)
-  depends=('qt4' 'highlight')
-  cd $srcdir/$pkgbase-$pkgver
-
-  install -dm755 $pkgdir/usr/bin
-  make DESTDIR=$pkgdir install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-i686/PKGBUILD (from rev 92417, 
highlight/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-04 19:14:33 UTC (rev 92418)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Jan Fader jan.fa...@web.de
+pkgbase=highlight
+pkgname=(highlight highlight-gui)
+pkgver=3.14
+pkgrel=1
+url=http://www.andre-simon.de/doku/highlight/highlight.html;
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=(qt4 lua51 boost)
+source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('a0bf796e952f5e1ccf061704cd774047'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+
+  make QMAKE=qmake-qt4
+  make QMAKE=qmake-qt4 gui
+}
+
+package_highlight() {
+  pkgdesc=Fast and flexible source code highlighter (CLI version)
+  depends=('lua51')
+  cd $srcdir/$pkgbase-$pkgver
+
+  make DESTDIR=$pkgdir QMAKE=qmake-qt4 install
+}
+
+package_highlight-gui() {
+  pkgdesc=Fast and flexible source code highlighter (QT version)
+  depends=('qt4' 'highlight')
+  cd $srcdir/$pkgbase-$pkgver
+
+  install -dm755 $pkgdir/usr/bin
+  make DESTDIR=$pkgdir QMAKE=qmake-qt4 install-gui
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-04 19:14:27 UTC (rev 92417)
+++ community-x86_64/PKGBUILD   2013-06-04 19:14:33 UTC (rev 92418)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Jan Fader jan.fa...@web.de
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.13
-pkgrel=2
-url=http://www.andre-simon.de/doku/highlight/highlight.html;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt4 lua51 boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('2b5e217c80c441853360926dbbe9'
- 'c68f6dd20af61ca1061d910879d910a8')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  make
-  make gui
-}
-
-package_highlight() {
-  pkgdesc=Fast and flexible source code highlighter (CLI version)
-  depends=('lua51')
-  cd $srcdir/$pkgbase-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-package_highlight-gui() {
-  pkgdesc=Fast and flexible source code highlighter (QT version)
-  depends=('qt4' 'highlight')
-  cd $srcdir/$pkgbase-$pkgver
-
-  install -dm755 $pkgdir/usr/bin
-  make DESTDIR=$pkgdir install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-x86_64/PKGBUILD (from rev 92417, 
highlight/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-04 19:14:33 UTC (rev 92418)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Jan Fader jan.fa...@web.de
+pkgbase=highlight
+pkgname=(highlight highlight-gui)
+pkgver=3.14
+pkgrel=1

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

2013-06-04 Thread Florian Pritz
Date: Tuesday, June 4, 2013 @ 21:14:27
  Author: bluewind
Revision: 92417

upgpkg: highlight 3.14-1

upstream update

Modified:
  highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 19:05:34 UTC (rev 92416)
+++ PKGBUILD2013-06-04 19:14:27 UTC (rev 92417)
@@ -3,21 +3,21 @@
 # Contributor: Jan Fader jan.fa...@web.de
 pkgbase=highlight
 pkgname=(highlight highlight-gui)
-pkgver=3.13
-pkgrel=2
+pkgver=3.14
+pkgrel=1
 url=http://www.andre-simon.de/doku/highlight/highlight.html;
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=(qt4 lua51 boost)
 source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('2b5e217c80c441853360926dbbe9'
- 'c68f6dd20af61ca1061d910879d910a8')
+md5sums=('a0bf796e952f5e1ccf061704cd774047'
+ 'SKIP')
 
 build() {
   cd $srcdir/$pkgbase-$pkgver
 
-  make
-  make gui
+  make QMAKE=qmake-qt4
+  make QMAKE=qmake-qt4 gui
 }
 
 package_highlight() {
@@ -25,7 +25,7 @@
   depends=('lua51')
   cd $srcdir/$pkgbase-$pkgver
 
-  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir QMAKE=qmake-qt4 install
 }
 
 package_highlight-gui() {
@@ -34,7 +34,7 @@
   cd $srcdir/$pkgbase-$pkgver
 
   install -dm755 $pkgdir/usr/bin
-  make DESTDIR=$pkgdir install-gui
+  make DESTDIR=$pkgdir QMAKE=qmake-qt4 install-gui
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-06-04 Thread Evangelos Foutras
Date: Tuesday, June 4, 2013 @ 21:27:16
  Author: foutrelis
Revision: 187173

upgpkg: chromium 27.0.1453.110-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 18:42:11 UTC (rev 187172)
+++ PKGBUILD2013-06-04 19:27:16 UTC (rev 187173)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=27.0.1453.93
-pkgrel=3
+pkgver=27.0.1453.110
+pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
 url=http://www.chromium.org/;
@@ -28,7 +28,7 @@
 chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch
 chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch
 chromium-26.0.1410.43-speechd-0.8.patch)
-sha256sums=('6dd8c01a4d72acc512652332d67e92ff9bcb3533b621f2b281c30f00ce26ad40'
+sha256sums=('85ebae343507bcd2393f2e159f2204e47a2f5e2a45fa9f3a389bcdfc17d4c1f8'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'



[arch-commits] Commit in opencl-headers/repos/community-any (4 files)

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 21:28:29
  Author: bpiotrowski
Revision: 92420

archrelease: copy trunk to community-any

Added:
  opencl-headers/repos/community-any/LICENSE.txt
(from rev 92419, opencl-headers/trunk/LICENSE.txt)
  opencl-headers/repos/community-any/PKGBUILD
(from rev 92419, opencl-headers/trunk/PKGBUILD)
Deleted:
  opencl-headers/repos/community-any/LICENSE.txt
  opencl-headers/repos/community-any/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  107 --
 2 files changed, 73 insertions(+), 74 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2013-06-04 19:28:13 UTC (rev 92419)
+++ LICENSE.txt 2013-06-04 19:28:29 UTC (rev 92420)
@@ -1,20 +0,0 @@
- * Copyright (c) 2008-2010 The Khronos Group Inc.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and/or associated documentation files (the
- * Materials), to deal in the Materials without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sublicense, and/or sell copies of the Materials, and to
- * permit persons to whom the Materials are furnished to do so, subject to
- * the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Materials.
- *
- * THE MATERIALS ARE PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

Copied: opencl-headers/repos/community-any/LICENSE.txt (from rev 92419, 
opencl-headers/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2013-06-04 19:28:29 UTC (rev 92420)
@@ -0,0 +1,20 @@
+ * Copyright (c) 2008-2010 The Khronos Group Inc.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and/or associated documentation files (the
+ * Materials), to deal in the Materials without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sublicense, and/or sell copies of the Materials, and to
+ * permit persons to whom the Materials are furnished to do so, subject to
+ * the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included
+ * in all copies or substantial portions of the Materials.
+ *
+ * THE MATERIALS ARE PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 19:28:13 UTC (rev 92419)
+++ PKGBUILD2013-06-04 19:28:29 UTC (rev 92420)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-
-pkgname=opencl-headers
-pkgver=1.2.20130603
-_clbasever=1.2
-pkgrel=1
-epoch=1
-pkgdesc='OpenCL (Open Computing Language) header files'
-arch=('any')
-url='http://www.khronos.org/registry/cl/'
-license=('custom')
-optdepends=('libcl: OpenCL library')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.src.tar.xz{,.sig};
-'LICENSE.txt')
-_headers=(http://www.khronos.org/registry/cl/api/${_clbasever}/cl_ext.h;
-  http://www.khronos.org/registry/cl/api/${_clbasever}/cl_gl_ext.h;
-  http://www.khronos.org/registry/cl/api/${_clbasever}/cl_gl.h;
-  http://www.khronos.org/registry/cl/api/${_clbasever}/cl.h;
-  http://www.khronos.org/registry/cl/api/${_clbasever}/cl.hpp;
-  http://www.khronos.org/registry/cl/api/${_clbasever}/cl_platform.h;
-  http://www.khronos.org/registry/cl/api/${_clbasever}/opencl.h;)
-sha1sums=('06ebf27c592b208371bd5981d8467ba900f442a5'
-  'SKIP'
-  '98abb35b2eca82d0fc19db6d28fcc7bd20be0655')
-
-# source PKGBUILD  mksource
-mksource() {
-   cd ${srcdir}
-   _dirname=${pkgname}-${pkgver}
-   mkdir ${_dirname}
-
-   pushd ${_dirname}
-   for _h in ${_headers[@]}; do
-  wget ${_h}
-   done
-   

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

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 21:28:13
  Author: bpiotrowski
Revision: 92419

upgpkg: opencl-headers 2:1.1.20110526-1

- downgrade from 1.2 due to Nvidia's antiquity (FS#35642)

Modified:
  opencl-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 19:14:33 UTC (rev 92418)
+++ PKGBUILD2013-06-04 19:28:13 UTC (rev 92419)
@@ -3,16 +3,16 @@
 # Contributor: Sylvain HENRY hsy...@yahoo.fr
 
 pkgname=opencl-headers
-pkgver=1.2.20130603
-_clbasever=1.2
+pkgver=1.1.20110526
+_clbasever=1.1 # Keep 1.1 until Nvidia starts supporting 1.2
 pkgrel=1
-epoch=1
+epoch=2
 pkgdesc='OpenCL (Open Computing Language) header files'
 arch=('any')
 url='http://www.khronos.org/registry/cl/'
 license=('custom')
 optdepends=('libcl: OpenCL library')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.src.tar.xz{,.sig};
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.src.tar.xz;
 'LICENSE.txt')
 _headers=(http://www.khronos.org/registry/cl/api/${_clbasever}/cl_ext.h;
   http://www.khronos.org/registry/cl/api/${_clbasever}/cl_gl_ext.h;
@@ -21,8 +21,7 @@
   http://www.khronos.org/registry/cl/api/${_clbasever}/cl.hpp;
   http://www.khronos.org/registry/cl/api/${_clbasever}/cl_platform.h;
   http://www.khronos.org/registry/cl/api/${_clbasever}/opencl.h;)
-sha1sums=('06ebf27c592b208371bd5981d8467ba900f442a5'
-  'SKIP'
+sha1sums=('b9deedbae4f87fa0987ca7b2347f68d608284a02'
   '98abb35b2eca82d0fc19db6d28fcc7bd20be0655')
 
 # source PKGBUILD  mksource



[arch-commits] Commit in chromium/repos (36 files)

2013-06-04 Thread Evangelos Foutras
Date: Tuesday, June 4, 2013 @ 21:27:54
  Author: foutrelis
Revision: 187174

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 187173, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-26.0.1410.43-speechd-0.8.patch
(from rev 187173, chromium/trunk/chromium-26.0.1410.43-speechd-0.8.patch)
  
chromium/repos/extra-i686/chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch
(from rev 187173, 
chromium/trunk/chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch)
  
chromium/repos/extra-i686/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch
(from rev 187173, 
chromium/trunk/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch)
  chromium/repos/extra-i686/chromium-pnacl-r0.patch
(from rev 187173, chromium/trunk/chromium-pnacl-r0.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 187173, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 187173, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 187173, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 187173, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 187173, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-26.0.1410.43-speechd-0.8.patch
(from rev 187173, chromium/trunk/chromium-26.0.1410.43-speechd-0.8.patch)
  
chromium/repos/extra-x86_64/chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch
(from rev 187173, 
chromium/trunk/chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch)
  
chromium/repos/extra-x86_64/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch
(from rev 187173, 
chromium/trunk/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch)
  chromium/repos/extra-x86_64/chromium-pnacl-r0.patch
(from rev 187173, chromium/trunk/chromium-pnacl-r0.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 187173, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 187173, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 187173, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 187173, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-26.0.1410.43-speechd-0.8.patch
  
chromium/repos/extra-i686/chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch
  
chromium/repos/extra-i686/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch
  chromium/repos/extra-i686/chromium-pnacl-r0.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-26.0.1410.43-speechd-0.8.patch
  
chromium/repos/extra-x86_64/chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch
  
chromium/repos/extra-x86_64/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch
  chromium/repos/extra-x86_64/chromium-pnacl-r0.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

+
 /PKGBUILD  
|  336 ++
 /chromium-26.0.1410.43-speechd-0.8.patch   
|   22 
 /chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch   
|  192 +
 /chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch 
|   78 ++
 /chromium-pnacl-r0.patch   
|   22 
 /chromium.default  
|8 
 /chromium.desktop  
|  226 ++
 /chromium.install  
|   24 
 /chromium.sh   
|   32 
 extra-i686/PKGBUILD
|  168 -
 extra-i686/chromium-26.0.1410.43-speechd-0.8.patch 
|   11 
 extra-i686/chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch 
|   96 --
 
extra-i686/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch
   |   39 -
 extra-i686/chromium-pnacl-r0.patch 
|   11 
 extra-i686/chromium.default

[arch-commits] Commit in amule/trunk (4 files)

2013-06-04 Thread Giovanni Scafora
Date: Tuesday, June 4, 2013 @ 21:44:02
  Author: giovanni
Revision: 187175

upgpkg: amule 10803-1

upstream release

Added:
  amule/trunk/amule.install
  amule/trunk/amuled.systemd
  amule/trunk/amuleweb.systemd
Modified:
  amule/trunk/PKGBUILD

--+
 PKGBUILD |   19 ++-
 amule.install|   34 ++
 amuled.systemd   |   11 +++
 amuleweb.systemd |   13 +
 4 files changed, 72 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 19:27:54 UTC (rev 187174)
+++ PKGBUILD2013-06-04 19:44:02 UTC (rev 187175)
@@ -3,17 +3,23 @@
 # Contributor: Henrik Ronellenfitsch seari...@web.de
 # Contributor: Alessio Sergi sergi.alessio {at} gmail.com
 # Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
+# Contributor: Anatol Pomozov ana...@google.com
 
 pkgname=amule
-pkgver=10802
-pkgrel=2
+pkgver=10803
+pkgrel=1
 pkgdesc=An eMule-like client for ed2k p2p network
 arch=('i686' 'x86_64')
 url=http://www.amule.org;
 license=('GPL')
 depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++')
-source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
-md5sums=('46bbfbfba0af431b6baa0c30bd35600c')
+install=amule.install
+source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;
+'amuled.systemd'
+'amuleweb.systemd')
+md5sums=('febf14f5b1185f25acde64f61b78ed38'
+ '59772c41860e238f1c822feb8ca8d47f'
+ '05975c5d94bfc41fddb894d98b1115d5')
 
 build() {
   cd ${srcdir}/aMule-SVN-r${pkgver}
@@ -40,5 +46,8 @@
 package() {
   cd ${srcdir}/aMule-SVN-r${pkgver}
 
-  make DESTDIR=${pkgdir}/ install
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/amuled.systemd 
${pkgdir}/usr/lib/systemd/system/amuled.service
+  install -D -m644 ${srcdir}/amuleweb.systemd 
${pkgdir}/usr/lib/systemd/system/amuleweb.service
 }

Added: amule.install
===
--- amule.install   (rev 0)
+++ amule.install   2013-06-04 19:44:02 UTC (rev 187175)
@@ -0,0 +1,34 @@
+post_install() {
+  post_upgrade
+  passwd -l amule /dev/null
+
+  # Generate a random password for amuled-amuleweb communication
+  ec_password=$(tr -cd '[:alnum:]'  /dev/urandom | fold -w30 | head -n1)
+  encripted_ec_password=$(echo -n $ec_password | md5sum | cut -d ' ' -f 1)
+  # Create a config file
+  sudo -u amule mkdir -p /var/lib/amule/.aMule
+  echo [ExternalConnect]
+AcceptExternalConnections=1
+ECPassword=$encripted_ec_password  /var/lib/amule/.aMule/amule.conf
+
+  sudo -u amule /usr/bin/amuleweb --write-config --password=$ec_password 
--admin-pass=amule
+
+  echo A new password for extarnal configuration is generated: $ec_password
+  echo Please follow https://wiki.archlinux.org/index.php/AMule how to setup
+  echo external connection (e.g. using amule-gui tool).
+  echo amuleweb can be started as 'systemctl start amuleweb'.
+  echo Password for amuleweb: amule
+}
+
+post_upgrade() {
+  # create user/group that the daemon will run as by default, do not delete 
this on uninstall, as it will own files
+  getent group amule /dev/null || groupadd amule
+  getent passwd amule /dev/null || useradd -c 'aMule Client' -g amule -b 
'/var/lib' -m -s /bin/false amule
+}
+
+post_remove(){
+  /usr/bin/systemctl stop amuled.service amuleweb.service
+
+  getent passwd amule /dev/null  userdel amule
+  getent group amule /dev/null  groupdel amule
+}

Added: amuled.systemd
===
--- amuled.systemd  (rev 0)
+++ amuled.systemd  2013-06-04 19:44:02 UTC (rev 187175)
@@ -0,0 +1,11 @@
+[Unit]
+Description=aMule Daemon
+After=network.target
+
+# This assumes that a user 'amule' exists, with a writeable home directory
+[Service]
+User=amule
+ExecStart=/usr/bin/amuled
+
+[Install]
+WantedBy=multi-user.target

Added: amuleweb.systemd
===
--- amuleweb.systemd(rev 0)
+++ amuleweb.systemd2013-06-04 19:44:02 UTC (rev 187175)
@@ -0,0 +1,13 @@
+[Unit]
+Description=aMule Webserver
+Requires=amuled.service
+
+[Service]
+User=amule
+ExecStart=/usr/bin/amuleweb --quiet
+# If amuled still starting then amuleweb exits, restart until amuleweb is up 
+Restart=on-success
+RestartSec=3s
+
+[Install]
+WantedBy=multi-user.target



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

2013-06-04 Thread Giovanni Scafora
Date: Tuesday, June 4, 2013 @ 21:44:11
  Author: giovanni
Revision: 187176

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

Added:
  amule/repos/extra-i686/PKGBUILD
(from rev 187175, amule/trunk/PKGBUILD)
  amule/repos/extra-i686/amule.install
(from rev 187175, amule/trunk/amule.install)
  amule/repos/extra-i686/amuled.systemd
(from rev 187175, amule/trunk/amuled.systemd)
  amule/repos/extra-i686/amuleweb.systemd
(from rev 187175, amule/trunk/amuleweb.systemd)
  amule/repos/extra-x86_64/PKGBUILD
(from rev 187175, amule/trunk/PKGBUILD)
  amule/repos/extra-x86_64/amule.install
(from rev 187175, amule/trunk/amule.install)
  amule/repos/extra-x86_64/amuled.systemd
(from rev 187175, amule/trunk/amuled.systemd)
  amule/repos/extra-x86_64/amuleweb.systemd
(from rev 187175, amule/trunk/amuleweb.systemd)
Deleted:
  amule/repos/extra-i686/PKGBUILD
  amule/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  106 
 extra-i686/PKGBUILD   |   44 
 extra-i686/amule.install  |   34 
 extra-i686/amuled.systemd |   11 
 extra-i686/amuleweb.systemd   |   13 
 extra-x86_64/PKGBUILD |   44 
 extra-x86_64/amule.install|   34 
 extra-x86_64/amuled.systemd   |   11 
 extra-x86_64/amuleweb.systemd |   13 
 9 files changed, 222 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-04 19:44:02 UTC (rev 187175)
+++ extra-i686/PKGBUILD 2013-06-04 19:44:11 UTC (rev 187176)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Henrik Ronellenfitsch seari...@web.de
-# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
-# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
-
-pkgname=amule
-pkgver=10802
-pkgrel=2
-pkgdesc=An eMule-like client for ed2k p2p network
-arch=('i686' 'x86_64')
-url=http://www.amule.org;
-license=('GPL')
-depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++')
-source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
-md5sums=('46bbfbfba0af431b6baa0c30bd35600c')
-
-build() {
-  cd ${srcdir}/aMule-SVN-r${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp
-
-  make
-}
-
-package() {
-  cd ${srcdir}/aMule-SVN-r${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: amule/repos/extra-i686/PKGBUILD (from rev 187175, amule/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-04 19:44:11 UTC (rev 187176)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Henrik Ronellenfitsch seari...@web.de
+# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
+# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
+# Contributor: Anatol Pomozov ana...@google.com
+
+pkgname=amule
+pkgver=10803
+pkgrel=1
+pkgdesc=An eMule-like client for ed2k p2p network
+arch=('i686' 'x86_64')
+url=http://www.amule.org;
+license=('GPL')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++')
+install=amule.install
+source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;
+'amuled.systemd'
+'amuleweb.systemd')
+md5sums=('febf14f5b1185f25acde64f61b78ed38'
+ '59772c41860e238f1c822feb8ca8d47f'
+ '05975c5d94bfc41fddb894d98b1115d5')
+
+build() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp
+
+  make
+}
+
+package() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/amuled.systemd 
${pkgdir}/usr/lib/systemd/system/amuled.service
+  install -D -m644 ${srcdir}/amuleweb.systemd 
${pkgdir}/usr/lib/systemd/system/amuleweb.service
+}

Copied: amule/repos/extra-i686/amule.install (from rev 187175, 
amule/trunk/amule.install)

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

2013-06-04 Thread Alexander Rødseth
Date: Tuesday, June 4, 2013 @ 22:04:37
  Author: arodseth
Revision: 92421

upgpkg: processing 2.0-1

Modified:
  processing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 19:28:29 UTC (rev 92420)
+++ PKGBUILD2013-06-04 20:04:37 UTC (rev 92421)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=processing
-pkgver=2.0b9
+pkgver=2.0
 pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='Programming language and environment for creating images, animations 
and interactions'
@@ -15,12 +15,12 @@
 if [ $CARCH == x86_64 ]; then
   source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux64.tgz;
   
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
-  
sha256sums=('df6ab1042a09e72dec6eee8ae3bf21ed2fb47fc1eb63668960bea31a6cd62108'
+  
sha256sums=('91b218d69bfe681c671d029346c671612f443f429ea68b63e0e08ae3aa2ffcf6'
 '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
 else
   source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux32.tgz;
   
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
-  
sha256sums=('9a1cc4b41c3eee3835347bc198252a2b30fea1c811abda18a42e295b5544048b'
+  
sha256sums=('5f09d79b13ec24384d64385c625b559cc24f2682d5ca3d6a8944ce95873e8e26'
 '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
 fi
 



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

2013-06-04 Thread Alexander Rødseth
Date: Tuesday, June 4, 2013 @ 22:05:04
  Author: arodseth
Revision: 92422

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-04 20:04:37 UTC (rev 92421)
+++ community-i686/PKGBUILD 2013-06-04 20:05:04 UTC (rev 92422)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=processing
-pkgver=2.0b9
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming language and environment for creating images, animations 
and interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-depends=('libgl' 'sh' 'libxxf86vm')
-makedepends=('gendesk')
-options=(!strip)
-
-if [ $CARCH == x86_64 ]; then
-  source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux64.tgz;
-  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
-  
sha256sums=('df6ab1042a09e72dec6eee8ae3bf21ed2fb47fc1eb63668960bea31a6cd62108'
-'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-else
-  source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux32.tgz;
-  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
-  
sha256sums=('9a1cc4b41c3eee3835347bc198252a2b30fea1c811abda18a42e295b5544048b'
-'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-fi
-
-prepare() {
-  cd $srcdir
-
-  gendesk --pkgname=$pkgname --pkgdesc=$pkgdesc
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  install -d $pkgdir/usr/share/$pkgname/ $pkgdir/usr/bin/
-  cp -r * $pkgdir/usr/share/$pkgname/
-  ln -s /usr/share/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname-java $pkgdir/usr/bin/$pkgname-java
-  install -Dm644 $srcdir/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: processing/repos/community-i686/PKGBUILD (from rev 92421, 
processing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-04 20:05:04 UTC (rev 92422)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=processing
+pkgver=2.0
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Programming language and environment for creating images, animations 
and interactions'
+url='http://www.processing.org/'
+license=('GPL' 'LGPL')
+depends=('libgl' 'sh' 'libxxf86vm')
+makedepends=('gendesk')
+options=(!strip)
+
+if [ $CARCH == x86_64 ]; then
+  source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux64.tgz;
+  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
+  
sha256sums=('91b218d69bfe681c671d029346c671612f443f429ea68b63e0e08ae3aa2ffcf6'
+'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+else
+  source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux32.tgz;
+  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
+  
sha256sums=('5f09d79b13ec24384d64385c625b559cc24f2682d5ca3d6a8944ce95873e8e26'
+'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+fi
+
+prepare() {
+  cd $srcdir
+
+  gendesk --pkgname=$pkgname --pkgdesc=$pkgdesc
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  install -d $pkgdir/usr/share/$pkgname/ $pkgdir/usr/bin/
+  cp -r * $pkgdir/usr/share/$pkgname/
+  ln -s /usr/share/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname-java $pkgdir/usr/bin/$pkgname-java
+  install -Dm644 $srcdir/$pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-04 20:04:37 UTC (rev 92421)
+++ community-x86_64/PKGBUILD   2013-06-04 20:05:04 UTC (rev 92422)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=processing
-pkgver=2.0b9
-pkgrel=1
-arch=('x86_64' 'i686')

  1   2   3   >