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

2013-04-13 Thread Eric Bélanger
Date: Sunday, April 14, 2013 @ 06:48:16
  Author: eric
Revision: 182747

Update optdepends (close FS#34773)

Modified:
  quodlibet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 04:37:34 UTC (rev 182746)
+++ PKGBUILD2013-04-14 04:48:16 UTC (rev 182747)
@@ -46,8 +46,8 @@
 package_quodlibet-plugins() {
   pkgdesc="Various plugins for QuodLibet"
   depends=('quodlibet')
-  optdepends=('gnome-python: for "Automatic Masking" and "View in Nautilus" 
plugins'
-  'python2-dbus: for "Gajim Status Message" and "Notify" plugins'
+  optdepends=('python2-gnomevfs: for "Automatic Masking" plugin'
+  'python2-dbus: for "Gajim Status Message" plugin'
   'cddb-py: for "CDDB Lookup" plugin'
   'python2-musicbrainz2: for "MusicBrainz Lookup" plugin'
   'python2-pyinotify: for "Automatic library update" plugin'



[arch-commits] Commit in meld/repos/extra-any (4 files)

2013-04-13 Thread Eric Bélanger
Date: Sunday, April 14, 2013 @ 06:37:34
  Author: eric
Revision: 182746

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/PKGBUILD
(from rev 182745, meld/trunk/PKGBUILD)
  meld/repos/extra-any/meld.install
(from rev 182745, meld/trunk/meld.install)
Deleted:
  meld/repos/extra-any/PKGBUILD
  meld/repos/extra-any/meld.install

--+
 PKGBUILD |   65 ++---
 meld.install |   26 +++---
 2 files changed, 48 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-14 04:37:15 UTC (rev 182745)
+++ PKGBUILD2013-04-14 04:37:34 UTC (rev 182746)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Douglas Soares de Andrade 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=meld
-pkgver=1.7.1
-pkgrel=1
-pkgdesc='Visual diff and merge tool'
-arch=('any')
-url='http://meldmerge.org/'
-license=('GPL')
-depends=('pygtk' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('pygtksourceview2: syntax highlighting'
-'gnome-python: gnome integration')
-install=meld.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c5dc21d32405a520cc7969f4de9e2ea356cb0e950fc5a20a9053230313ff3a40')
-
-build() {
-cd $pkgname-$pkgver
-sed -i 's/update-/#update-/' Makefile
-make PYTHON=/usr/bin/python2 prefix=/usr
-}
-
-package() {
-cd $pkgname-$pkgver
-make PYTHON=/usr/bin/python2 prefix=/usr DESTDIR="$pkgdir" install
-sed -i -e 's#env python#env python2#' "$pkgdir/usr/bin/meld"
-}

Copied: meld/repos/extra-any/PKGBUILD (from rev 182745, meld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-14 04:37:34 UTC (rev 182746)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Douglas Soares de Andrade 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=meld
+pkgver=1.7.1
+pkgrel=2
+pkgdesc='Visual diff and merge tool'
+arch=('any')
+url='http://meldmerge.org/'
+license=('GPL')
+depends=('pygtk' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('pygtksourceview2: syntax highlighting'
+'python2-dbus: open a new tab in an already running instance'
+'python2-gconf: gnome integration')
+install=meld.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c5dc21d32405a520cc7969f4de9e2ea356cb0e950fc5a20a9053230313ff3a40')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/update-/#update-/' Makefile
+  sed -i 's/env python/env python2/' bin/meld
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make PYTHON=/usr/bin/python2 prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PYTHON=/usr/bin/python2 prefix=/usr DESTDIR="$pkgdir" install
+}

Deleted: meld.install
===
--- meld.install2013-04-14 04:37:15 UTC (rev 182745)
+++ meld.install2013-04-14 04:37:34 UTC (rev 182746)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: meld/repos/extra-any/meld.install (from rev 182745, 
meld/trunk/meld.install)
===
--- meld.install(rev 0)
+++ meld.install2013-04-14 04:37:34 UTC (rev 182746)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-13 Thread Eric Bélanger
Date: Sunday, April 14, 2013 @ 06:37:15
  Author: eric
Revision: 182745

upgpkg: meld 1.7.1-2

Update optdepends (close FS#34772), Add prepare function

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 04:22:21 UTC (rev 182744)
+++ PKGBUILD2013-04-14 04:37:15 UTC (rev 182745)
@@ -4,7 +4,7 @@
 
 pkgname=meld
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Visual diff and merge tool'
 arch=('any')
 url='http://meldmerge.org/'
@@ -12,19 +12,24 @@
 depends=('pygtk' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('intltool' 'gnome-doc-utils')
 optdepends=('pygtksourceview2: syntax highlighting'
-'gnome-python: gnome integration')
+'python2-dbus: open a new tab in an already running instance'
+'python2-gconf: gnome integration')
 install=meld.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('c5dc21d32405a520cc7969f4de9e2ea356cb0e950fc5a20a9053230313ff3a40')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/update-/#update-/' Makefile
+  sed -i 's/env python/env python2/' bin/meld
+}
+
 build() {
-cd $pkgname-$pkgver
-sed -i 's/update-/#update-/' Makefile
-make PYTHON=/usr/bin/python2 prefix=/usr
+  cd $pkgname-$pkgver
+  make PYTHON=/usr/bin/python2 prefix=/usr
 }
 
 package() {
-cd $pkgname-$pkgver
-make PYTHON=/usr/bin/python2 prefix=/usr DESTDIR="$pkgdir" install
-sed -i -e 's#env python#env python2#' "$pkgdir/usr/bin/meld"
+  cd $pkgname-$pkgver
+  make PYTHON=/usr/bin/python2 prefix=/usr DESTDIR="$pkgdir" install
 }



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

2013-04-13 Thread Eric Bélanger
Date: Sunday, April 14, 2013 @ 06:22:21
  Author: eric
Revision: 182744

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

Added:
  net-snmp/repos/extra-i686/PKGBUILD
(from rev 182743, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/extra-i686/libnl32.patch
(from rev 182743, net-snmp/trunk/libnl32.patch)
  net-snmp/repos/extra-i686/snmpd.service
(from rev 182743, net-snmp/trunk/snmpd.service)
  net-snmp/repos/extra-x86_64/PKGBUILD
(from rev 182743, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/extra-x86_64/libnl32.patch
(from rev 182743, net-snmp/trunk/libnl32.patch)
  net-snmp/repos/extra-x86_64/snmpd.service
(from rev 182743, net-snmp/trunk/snmpd.service)
Deleted:
  net-snmp/repos/extra-i686/PKGBUILD
  net-snmp/repos/extra-i686/libnl32.patch
  net-snmp/repos/extra-i686/snmpd.confd
  net-snmp/repos/extra-i686/snmpd.rc
  net-snmp/repos/extra-i686/snmpd.service
  net-snmp/repos/extra-x86_64/PKGBUILD
  net-snmp/repos/extra-x86_64/libnl32.patch
  net-snmp/repos/extra-x86_64/snmpd.confd
  net-snmp/repos/extra-x86_64/snmpd.rc
  net-snmp/repos/extra-x86_64/snmpd.service

+
 /PKGBUILD  |  112 ++
 /libnl32.patch |  160 +++
 /snmpd.service |   24 ++
 extra-i686/PKGBUILD|   60 
 extra-i686/libnl32.patch   |   80 -
 extra-i686/snmpd.confd |5 -
 extra-i686/snmpd.rc|   39 --
 extra-i686/snmpd.service   |   11 --
 extra-x86_64/PKGBUILD  |   60 
 extra-x86_64/libnl32.patch |   80 -
 extra-x86_64/snmpd.confd   |5 -
 extra-x86_64/snmpd.rc  |   39 --
 extra-x86_64/snmpd.service |   11 --
 13 files changed, 296 insertions(+), 390 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-14 04:21:37 UTC (rev 182743)
+++ extra-i686/PKGBUILD 2013-04-14 04:22:21 UTC (rev 182744)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Dale Blount 
-
-pkgname=net-snmp
-pkgver=5.7.2
-pkgrel=3
-pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
-arch=('i686' 'x86_64')
-url="http://www.net-snmp.org/";
-license=('BSD')
-depends=('openssl' 'libnl' 'pciutils')
-makedepends=('python2-distribute')
-optdepends=('perl-term-readkey: for snmpcheck application'
-'perl-tk: for snmpcheck and tkmib applications'
-'python2: for the python modules')
-provides=('ucd-snmp')
-backup=('etc/conf.d/snmpd')
-options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-snmpd.confd snmpd.rc snmpd.service libnl32.patch)
-sha1sums=('c493027907f32400648244d81117a126aecd27ee'
-  '25ee4b2e7b5a1b91122d06e82d41ef5bb5359d6d'
-  'cf811da9e57bbca34d8e2a3c358bb3bfc0c2b33b'
-  '90600c0141eed10d6e3ca3ccc97ad8dda15c2112'
-  'f59ddc049c1c689f04e68c3c7cd8b8e301df3158'
-  '74a9848b95f63378eb1753fc309d2b74de5afb0f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # 
http://sourceforge.net/tracker/index.php?func=detail&aid=3250304&group_id=12694&atid=112694
-  patch -Np1 -i "$srcdir/libnl32.patch"
-  autoreconf -f -i
-
-  PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---enable-ucd-snmp-compatibility \
---enable-ipv6 \
---with-python-modules \
---with-default-snmp-version="3" \
---with-sys-contact="root@localhost" \
---with-sys-location="Unknown" \
---with-logfile="/var/log/snmpd.log" \
---with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel 
ucd-snmp/dlmod" \
---with-persistent-directory="/var/net-snmp" \
---disable-static
-  make NETSNMP_DONT_CHECK_VERSION=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e "s:install --basedir=\$\$dir:install --basedir=\$\$dir 
--root=${pkgdir}:" Makefile
-  make DESTDIR="${pkgdir}" INSTALL_PREFIX="${pkgdir}" INSTALLDIRS=vendor 
install
-  install -D -m755 "${srcdir}/snmpd.rc" "${pkgdir}/etc/rc.d/snmpd"
-  install -D -m644 "${srcdir}/snmpd.confd" "${pkgdir}/etc/conf.d/snmpd"
-  install -D -m644 "${srcdir}/snmpd.service" 
"${pkgdir}/usr/lib/systemd/system/snmpd.service"
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: net-snmp/repos/extra-i686/PKGBUILD (from rev 182743, 
net-snmp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-14 04:22:21 UTC (rev 182744)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount 
+
+pkgname=net-snmp
+pkgver=5.7.2
+pkgrel=4
+pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
+arch=('i686' 'x86

[arch-commits] Commit in net-snmp/trunk (PKGBUILD snmpd.confd snmpd.rc snmpd.service)

2013-04-13 Thread Eric Bélanger
Date: Sunday, April 14, 2013 @ 06:21:37
  Author: eric
Revision: 182743

upgpkg: net-snmp 5.7.2-4

Set PIDFile in snmpd.service (close FS#32258), Disable SMP build (close 
FS#33757), Remove initscripts support, Add prepare function, Remove old 
provides array

Modified:
  net-snmp/trunk/PKGBUILD
  net-snmp/trunk/snmpd.service
Deleted:
  net-snmp/trunk/snmpd.confd
  net-snmp/trunk/snmpd.rc

---+
 PKGBUILD  |   28 
 snmpd.confd   |5 -
 snmpd.rc  |   39 ---
 snmpd.service |3 ++-
 4 files changed, 14 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 01:15:35 UTC (rev 182742)
+++ PKGBUILD2013-04-14 04:21:37 UTC (rev 182743)
@@ -4,7 +4,7 @@
 
 pkgname=net-snmp
 pkgver=5.7.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
 arch=('i686' 'x86_64')
 url="http://www.net-snmp.org/";
@@ -14,25 +14,23 @@
 optdepends=('perl-term-readkey: for snmpcheck application'
 'perl-tk: for snmpcheck and tkmib applications'
 'python2: for the python modules')
-provides=('ucd-snmp')
-backup=('etc/conf.d/snmpd')
-options=('!libtool' '!emptydirs')
+options=('!libtool' '!emptydirs' '!makeflags')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-snmpd.confd snmpd.rc snmpd.service libnl32.patch)
+snmpd.service libnl32.patch)
 sha1sums=('c493027907f32400648244d81117a126aecd27ee'
-  '25ee4b2e7b5a1b91122d06e82d41ef5bb5359d6d'
-  'cf811da9e57bbca34d8e2a3c358bb3bfc0c2b33b'
-  '90600c0141eed10d6e3ca3ccc97ad8dda15c2112'
-  'f59ddc049c1c689f04e68c3c7cd8b8e301df3158'
+  'SKIP'
+  '2ad00f89ecb8ec97adfbae7adfbfa3499319e5d7'
   '74a9848b95f63378eb1753fc309d2b74de5afb0f')
 
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # 
http://sourceforge.net/tracker/index.php?func=detail&aid=3250304&group_id=12694&atid=112694
+prepare() {
+  cd ${pkgname}-${pkgver}
+# 
http://sourceforge.net/tracker/index.php?func=detail&aid=3250304&group_id=12694&atid=112694
   patch -Np1 -i "$srcdir/libnl32.patch"
   autoreconf -f -i
+}
 
+build() {
+  cd ${pkgname}-${pkgver}
   PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --mandir=/usr/share/man \
@@ -50,11 +48,9 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   sed -i -e "s:install --basedir=\$\$dir:install --basedir=\$\$dir 
--root=${pkgdir}:" Makefile
   make DESTDIR="${pkgdir}" INSTALL_PREFIX="${pkgdir}" INSTALLDIRS=vendor 
install
-  install -D -m755 "${srcdir}/snmpd.rc" "${pkgdir}/etc/rc.d/snmpd"
-  install -D -m644 "${srcdir}/snmpd.confd" "${pkgdir}/etc/conf.d/snmpd"
   install -D -m644 "${srcdir}/snmpd.service" 
"${pkgdir}/usr/lib/systemd/system/snmpd.service"
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Deleted: snmpd.confd
===
--- snmpd.confd 2013-04-14 01:15:35 UTC (rev 182742)
+++ snmpd.confd 2013-04-14 04:21:37 UTC (rev 182743)
@@ -1,5 +0,0 @@
-#
-# Parameters to be passed to snmpd
-#
-SNMPD_ARGS=""
-

Deleted: snmpd.rc
===
--- snmpd.rc2013-04-14 01:15:35 UTC (rev 182742)
+++ snmpd.rc2013-04-14 04:21:37 UTC (rev 182743)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/snmpd
-
-PID=`pidof -o %PPID /usr/sbin/snmpd`
-case "$1" in
-  start)
-stat_busy "Starting Net-SNMP"
-[ -z "$PID" ] && /usr/sbin/snmpd $SNMPD_ARGS
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  echo $PID > /var/run/snmpd.pid
-  add_daemon snmpd
-  stat_done
-fi
-;;
-  stop)
-stat_busy "Stopping Net-SNMP"
-[ ! -z "$PID" ]  && kill $PID &> /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm /var/run/snmpd.pid
-  rm_daemon snmpd
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 2
-$0 start
-;;
-  *)
-echo "usage: $0 {start|stop|restart}"  
-esac
-exit 0

Modified: snmpd.service
===
--- snmpd.service   2013-04-14 01:15:35 UTC (rev 182742)
+++ snmpd.service   2013-04-14 04:21:37 UTC (rev 182743)
@@ -4,7 +4,8 @@
 
 [Service]
 Type=forking
-ExecStart=/usr/sbin/snmpd
+PIDFile=/run/snmpd.pid
+ExecStart=/usr/sbin/snmpd -p /run/snmpd.pid
 ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]



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

2013-04-13 Thread Tom Gundersen
Date: Sunday, April 14, 2013 @ 03:15:35
  Author: tomegun
Revision: 182742

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

Added:
  libplist/repos/testing-i686/
  libplist/repos/testing-i686/PKGBUILD
(from rev 182741, libplist/trunk/PKGBUILD)
  libplist/repos/testing-x86_64/
  libplist/repos/testing-x86_64/PKGBUILD
(from rev 182741, libplist/trunk/PKGBUILD)

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

Copied: libplist/repos/testing-i686/PKGBUILD (from rev 182741, 
libplist/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-14 01:15:35 UTC (rev 182742)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Tom Gundersen 
+# Maintainer : Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libplist
+pkgver=1.10
+pkgrel=1
+pkgdesc="A library to handle Apple Property List format whereas it's binary or 
XML"
+url="http://libimobiledevice.org/";
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('glib2' 'libxml2' 'python2')
+makedepends=('cmake' 'swig')
+source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+  -DCMAKE_SKIP_RPATH=ON \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('fe642d0c8602d70c408994555c330dd1')

Copied: libplist/repos/testing-x86_64/PKGBUILD (from rev 182741, 
libplist/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-14 01:15:35 UTC (rev 182742)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Tom Gundersen 
+# Maintainer : Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libplist
+pkgver=1.10
+pkgrel=1
+pkgdesc="A library to handle Apple Property List format whereas it's binary or 
XML"
+url="http://libimobiledevice.org/";
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('glib2' 'libxml2' 'python2')
+makedepends=('cmake' 'swig')
+source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+  -DCMAKE_SKIP_RPATH=ON \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('fe642d0c8602d70c408994555c330dd1')



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

2013-04-13 Thread Tom Gundersen
Date: Sunday, April 14, 2013 @ 03:15:28
  Author: tomegun
Revision: 182741

upgpkg: libplist 1.10-1

upstream release

Modified:
  libplist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 01:13:18 UTC (rev 182740)
+++ PKGBUILD2013-04-14 01:15:28 UTC (rev 182741)
@@ -1,10 +1,11 @@
 # $Id$
+# Maintainer : Tom Gundersen 
 # Maintainer : Ionut Biru 
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libplist
-pkgver=1.8
-pkgrel=2
+pkgver=1.10
+pkgrel=1
 pkgdesc="A library to handle Apple Property List format whereas it's binary or 
XML"
 url="http://libimobiledevice.org/";
 arch=('i686' 'x86_64')
@@ -12,7 +13,6 @@
 depends=('glib2' 'libxml2' 'python2')
 makedepends=('cmake' 'swig')
 source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a418da3880308199b74766deef2a760a9b169b81a868a6a9032f7614e20500ec')
 
 build() {
   mkdir build
@@ -28,3 +28,4 @@
   cd build
   make DESTDIR="$pkgdir" install
 }
+md5sums=('fe642d0c8602d70c408994555c330dd1')



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

2013-04-13 Thread Jan Steffens
Date: Sunday, April 14, 2013 @ 03:13:18
  Author: heftig
Revision: 182740

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

Added:
  gdl/repos/testing-i686/PKGBUILD
(from rev 182739, gdl/trunk/PKGBUILD)
  gdl/repos/testing-x86_64/PKGBUILD
(from rev 182739, gdl/trunk/PKGBUILD)
Deleted:
  gdl/repos/testing-i686/PKGBUILD
  gdl/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   54 ++
 testing-i686/PKGBUILD   |   27 ---
 testing-x86_64/PKGBUILD |   27 ---
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-14 01:12:17 UTC (rev 182739)
+++ testing-i686/PKGBUILD   2013-04-14 01:13:18 UTC (rev 182740)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gdl
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="GNOME Docking Library"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.gnome.org/";
-depends=('gtk3')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d29aeae9582d6af1f9f1cf86a5248ba741770ae0078991e133f4e360f1e6c0e6')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gdl/repos/testing-i686/PKGBUILD (from rev 182739, gdl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-14 01:13:18 UTC (rev 182740)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gdl
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="GNOME Docking Library"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.gnome.org/";
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c9911e9eec5a62497fff7e044ca9eaae47354658238e6b9e9a0a744f05b4ebdb')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-14 01:12:17 UTC (rev 182739)
+++ testing-x86_64/PKGBUILD 2013-04-14 01:13:18 UTC (rev 182740)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gdl
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="GNOME Docking Library"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.gnome.org/";
-depends=('gtk3')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d29aeae9582d6af1f9f1cf86a5248ba741770ae0078991e133f4e360f1e6c0e6')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gdl/repos/testing-x86_64/PKGBUILD (from rev 182739, gdl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-14 01:13:18 UTC (rev 182740)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gdl
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="GNOME Docking Library"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.gnome.org/";
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c9911e9eec5a62497fff7e044ca9eaae47354658238e6b9e9a0a744f05b4ebdb')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2013-04-13 Thread Jan Steffens
Date: Sunday, April 14, 2013 @ 03:12:17
  Author: heftig
Revision: 182739

3.8.1

Modified:
  gdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 22:52:07 UTC (rev 182738)
+++ PKGBUILD2013-04-14 01:12:17 UTC (rev 182739)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gdl
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="GNOME Docking Library"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d29aeae9582d6af1f9f1cf86a5248ba741770ae0078991e133f4e360f1e6c0e6')
+sha256sums=('c9911e9eec5a62497fff7e044ca9eaae47354658238e6b9e9a0a744f05b4ebdb')
 
 build() {
   cd "$pkgname-$pkgver"



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

2013-04-13 Thread Sven-Hendrik Haase
Date: Sunday, April 14, 2013 @ 01:59:05
  Author: svenstaro
Revision: 88215

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-13 23:58:55 UTC (rev 88214)
+++ community-i686/PKGBUILD 2013-04-13 23:59:05 UTC (rev 88215)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Monakov 
-
-pkgname=primus
-pkgver=20130404
-pkgrel=1
-pkgdesc="Faster OpenGL offloading for Bumblebee"
-arch=('i686' 'x86_64')
-url="https://github.com/amonakov/primus";
-license=('custom:ISC')
-depends=('bumblebee')
-makedepends=('git')
-source=(git://github.com/amonakov/primus.git)
-sha1sums=('SKIP')
-
-build() {
-  cd primus
-
-  make
-}
-
-package() {
-  cd primus
-
-  install -D "lib/libGL.so.1" "$pkgdir/usr/lib/primus/libGL.so.1"
-  sed -e "s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus'#" primusrun > 
primusrun.dist
-  install -D "primusrun.dist" "$pkgdir/usr/bin/primusrun"
-
-  install -D "primus.bash-completion" "$pkgdir/etc/bash_completion.d/primusrun"
-
-  gzip -9 "primusrun.1"
-  install -D "primusrun.1.gz" "$pkgdir/usr/share/man/man1/primusrun.1.gz"
-
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: primus/repos/community-i686/PKGBUILD (from rev 88214, 
primus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-13 23:59:05 UTC (rev 88215)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Monakov 
+
+pkgname=primus
+pkgver=20130414
+pkgrel=1
+pkgdesc="Faster OpenGL offloading for Bumblebee"
+arch=('i686' 'x86_64')
+url="https://github.com/amonakov/primus";
+license=('custom:ISC')
+depends=('bumblebee')
+makedepends=('git')
+source=(git://github.com/amonakov/primus.git)
+sha1sums=('SKIP')
+
+build() {
+  cd primus
+
+  make
+}
+
+package() {
+  cd primus
+
+  install -D "lib/libGL.so.1" "$pkgdir/usr/lib/primus/libGL.so.1"
+  sed -e "s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus'#" primusrun > 
primusrun.dist
+  install -D "primusrun.dist" "$pkgdir/usr/bin/primusrun"
+
+  install -D "primus.bash-completion" "$pkgdir/etc/bash_completion.d/primusrun"
+
+  gzip -9 "primusrun.1"
+  install -D "primusrun.1.gz" "$pkgdir/usr/share/man/man1/primusrun.1.gz"
+
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-13 23:58:55 UTC (rev 88214)
+++ community-x86_64/PKGBUILD   2013-04-13 23:59:05 UTC (rev 88215)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Monakov 
-
-pkgname=primus
-pkgver=20130404
-pkgrel=1
-pkgdesc="Faster OpenGL offloading for Bumblebee"
-arch=('i686' 'x86_64')
-url="https://github.com/amonakov/primus";
-license=('custom:ISC')
-depends=('bumblebee')
-makedepends=('git')
-source=(git://github.com/amonakov/primus.git)
-sha1sums=('SKIP')
-
-build() {
-  cd primus
-
-  make
-}
-
-package() {
-  cd primus
-
-  install -D "lib/libGL.so.1" "$pkgdir/usr/lib/primus/libGL.so.1"
-  sed -e "s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus'#" primusrun > 
primusrun.dist
-  install -D "primusrun.dist" "$pkgdir/usr/bin/primusrun"
-
-  install -D "primus.bash-completion" "$pkgdir/etc/bash_completion.d/primusrun"
-
-  gzip -9 "primusrun.1"
-  install -D "primusrun.1.gz" "$pkgdir/usr/share/man/man1/primusrun.1.gz"
-
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: primus/repos/community-x86_64/PKGBUILD (from rev 88214, 
primus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-13 23:59:05 UTC (rev 88215)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Monakov 
+
+pkgname=primus
+pkgver=20130414
+pkgrel=1
+pkgdesc="Faster OpenGL offloading for Bumblebee"
+arch=('i686' 'x86_64')
+url="https://github.com/amonakov/primus";
+license=('custom:ISC')
+depends=('bumblebee')
+makedepends=('git')
+source=(git://github.com/amonakov/primus.git)
+s

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

2013-04-13 Thread Sven-Hendrik Haase
Date: Sunday, April 14, 2013 @ 01:58:55
  Author: svenstaro
Revision: 88214

upgpkg: primus 20130414-1

Bumping

Modified:
  primus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 23:58:49 UTC (rev 88213)
+++ PKGBUILD2013-04-13 23:58:55 UTC (rev 88214)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Monakov 
 
 pkgname=primus
-pkgver=20130404
+pkgver=20130414
 pkgrel=1
 pkgdesc="Faster OpenGL offloading for Bumblebee"
 arch=('i686' 'x86_64')



[arch-commits] Commit in lib32-primus/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-04-13 Thread Sven-Hendrik Haase
Date: Sunday, April 14, 2013 @ 01:58:49
  Author: svenstaro
Revision: 88213

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-primus/repos/multilib-x86_64/PKGBUILD
(from rev 88212, lib32-primus/trunk/PKGBUILD)
Deleted:
  lib32-primus/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-13 23:58:38 UTC (rev 88212)
+++ PKGBUILD2013-04-13 23:58:49 UTC (rev 88213)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Monakov 
-
-pkgname=lib32-primus
-pkgver=20130404
-pkgrel=1
-pkgdesc="Faster OpenGL offloading for Bumblebee (32-bit)"
-arch=('i686' 'x86_64')
-url="https://github.com/amonakov/primus";
-license=('custom:ISC')
-depends=('bumblebee' 'lib32-mesa-libgl')
-makedepends=('git' 'gcc-multilib')
-source=(git://github.com/amonakov/primus.git)
-sha1sums=('SKIP')
-
-build() {
-  cd primus
-
-  export CC="g++ -m32"
-  export CXX="g++ -m32"
-
-  LIBDIR=lib32 make
-}
-
-package() {
-  cd primus
-
-  install -D "lib32/libGL.so.1" "$pkgdir/usr/lib32/primus/libGL.so.1"
-
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-primus/repos/multilib-x86_64/PKGBUILD (from rev 88212, 
lib32-primus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-13 23:58:49 UTC (rev 88213)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Monakov 
+
+pkgname=lib32-primus
+pkgver=20130414
+pkgrel=1
+pkgdesc="Faster OpenGL offloading for Bumblebee (32-bit)"
+arch=('i686' 'x86_64')
+url="https://github.com/amonakov/primus";
+license=('custom:ISC')
+depends=('bumblebee' 'lib32-mesa-libgl')
+makedepends=('git' 'gcc-multilib')
+source=(git://github.com/amonakov/primus.git)
+sha1sums=('SKIP')
+
+build() {
+  cd primus
+
+  export CC="g++ -m32"
+  export CXX="g++ -m32"
+
+  LIBDIR=lib32 make
+}
+
+package() {
+  cd primus
+
+  install -D "lib32/libGL.so.1" "$pkgdir/usr/lib32/primus/libGL.so.1"
+
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-13 Thread Sven-Hendrik Haase
Date: Sunday, April 14, 2013 @ 01:58:38
  Author: svenstaro
Revision: 88212

upgpkg: lib32-primus 20130414-1

Bumping

Modified:
  lib32-primus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 23:48:59 UTC (rev 88211)
+++ PKGBUILD2013-04-13 23:58:38 UTC (rev 88212)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Monakov 
 
 pkgname=lib32-primus
-pkgver=20130404
+pkgver=20130414
 pkgrel=1
 pkgdesc="Faster OpenGL offloading for Bumblebee (32-bit)"
 arch=('i686' 'x86_64')



[arch-commits] Commit in gnome-phone-manager/repos (8 files)

2013-04-13 Thread Balló György
Date: Sunday, April 14, 2013 @ 01:48:59
  Author: bgyorgy
Revision: 88211

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

Added:
  gnome-phone-manager/repos/community-testing-i686/
  gnome-phone-manager/repos/community-testing-i686/PKGBUILD
(from rev 88210, gnome-phone-manager/trunk/PKGBUILD)
  
gnome-phone-manager/repos/community-testing-i686/gnome-phone-manager-0.68-eds.patch
(from rev 88210, 
gnome-phone-manager/trunk/gnome-phone-manager-0.68-eds.patch)
  gnome-phone-manager/repos/community-testing-i686/gnome-phone-manager.install
(from rev 88210, gnome-phone-manager/trunk/gnome-phone-manager.install)
  gnome-phone-manager/repos/community-testing-x86_64/
  gnome-phone-manager/repos/community-testing-x86_64/PKGBUILD
(from rev 88210, gnome-phone-manager/trunk/PKGBUILD)
  
gnome-phone-manager/repos/community-testing-x86_64/gnome-phone-manager-0.68-eds.patch
(from rev 88210, 
gnome-phone-manager/trunk/gnome-phone-manager-0.68-eds.patch)
  gnome-phone-manager/repos/community-testing-x86_64/gnome-phone-manager.install
(from rev 88210, gnome-phone-manager/trunk/gnome-phone-manager.install)

-+
 community-testing-i686/PKGBUILD |   35 
 community-testing-i686/gnome-phone-manager-0.68-eds.patch   |  470 ++
 community-testing-i686/gnome-phone-manager.install  |   17 
 community-testing-x86_64/PKGBUILD   |   35 
 community-testing-x86_64/gnome-phone-manager-0.68-eds.patch |  470 ++
 community-testing-x86_64/gnome-phone-manager.install|   17 
 6 files changed, 1044 insertions(+)

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


[arch-commits] Commit in gnome-phone-manager/trunk (2 files)

2013-04-13 Thread Balló György
Date: Sunday, April 14, 2013 @ 01:48:44
  Author: bgyorgy
Revision: 88210

upgpkg: gnome-phone-manager 0.69-1

Update to version 0.69, rebuild for evolution-data-server 3.8

Modified:
  gnome-phone-manager/trunk/PKGBUILD
  gnome-phone-manager/trunk/gnome-phone-manager-0.68-eds.patch

+
 PKGBUILD   |   10 +-
 gnome-phone-manager-0.68-eds.patch |  164 ++-
 2 files changed, 129 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 22:27:36 UTC (rev 88209)
+++ PKGBUILD2013-04-13 23:48:44 UTC (rev 88210)
@@ -2,8 +2,8 @@
 # Maintainer: Roman Kyrylych 
 
 pkgname=gnome-phone-manager
-pkgver=0.68
-pkgrel=3
+pkgver=0.69
+pkgrel=1
 pkgdesc="Control your mobile phone from your GNOME desktop."
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/PhoneManager";
@@ -12,10 +12,10 @@
 makedepends=('intltool')
 options=('!emptydirs' '!libtool')
 install=gnome-phone-manager.install
-source=(ftp://ftp.archlinux.org/other/gnome-phone-manager/gnome-phone-manager-0.68-git20121019.tar.xz
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
 gnome-phone-manager-0.68-eds.patch)
-sha256sums=('885dfa80989c633a5ae8b118c9b7c903e18e44f0e9fc89e6a9bae05da87c9b15'
-'98d5c2d3034081eebbaa0dac85f53dcc40c8970114f5711aff8c37bab2931a66')
+sha256sums=('35e038ea3afaacdf451046e87af876096cf1520efc04fc3f5b63ea22e0297175'
+'232a72108836ddd46d329993d166c38550e2923f161b4dc814d75af4ed5ccc79')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: gnome-phone-manager-0.68-eds.patch
===
--- gnome-phone-manager-0.68-eds.patch  2013-04-13 22:27:36 UTC (rev 88209)
+++ gnome-phone-manager-0.68-eds.patch  2013-04-13 23:48:44 UTC (rev 88210)
@@ -1,7 +1,94 @@
-diff --git a/cut-n-paste/e-contact-entry/e-contact-entry.c 
b/cut-n-paste/e-contact-entry/e-contact-entry.c
-index dc8e2e3..d95e5b9 100644
 a/cut-n-paste/e-contact-entry/e-contact-entry.c
-+++ b/cut-n-paste/e-contact-entry/e-contact-entry.c
+diff -up gnome-phone-manager-0.68/configure.eds 
gnome-phone-manager-0.68/configure
+--- gnome-phone-manager-0.68/configure.eds 2012-10-30 15:03:19.515929969 
-0400
 gnome-phone-manager-0.68/configure 2012-10-30 15:03:54.979862209 -0400
+@@ -13939,12 +13939,12 @@ if test -n "$PHONEMGR_CFLAGS"; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"gtk+-3.0 >= 3.0 glib-2.0 >= 2.31.0
+   libcanberra-gtk3 gconf-2.0
+-  \$GNOME_BLUETOOTH_REQS \$evo_pc_file libedataserverui-3.0
++  \$GNOME_BLUETOOTH_REQS \$evo_pc_file
+   gmodule-2.0 dbus-glib-1 gnome-icon-theme >= 2.19.1
+ \""; } >&5
+   ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.0 glib-2.0 >= 2.31.0
+   libcanberra-gtk3 gconf-2.0
+-  $GNOME_BLUETOOTH_REQS $evo_pc_file libedataserverui-3.0
++  $GNOME_BLUETOOTH_REQS $evo_pc_file
+   gmodule-2.0 dbus-glib-1 gnome-icon-theme >= 2.19.1
+ ") 2>&5
+   ac_status=$?
+@@ -13952,7 +13952,7 @@ if test -n "$PHONEMGR_CFLAGS"; then
+   test $ac_status = 0; }; then
+   pkg_cv_PHONEMGR_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= 3.0 glib-2.0 >= 
2.31.0
+   libcanberra-gtk3 gconf-2.0
+-  $GNOME_BLUETOOTH_REQS $evo_pc_file libedataserverui-3.0
++  $GNOME_BLUETOOTH_REQS $evo_pc_file
+   gmodule-2.0 dbus-glib-1 gnome-icon-theme >= 2.19.1
+ " 2>/dev/null`
+ else
+@@ -13967,12 +13967,12 @@ if test -n "$PHONEMGR_LIBS"; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"gtk+-3.0 >= 3.0 glib-2.0 >= 2.31.0
+   libcanberra-gtk3 gconf-2.0
+-  \$GNOME_BLUETOOTH_REQS \$evo_pc_file libedataserverui-3.0
++  \$GNOME_BLUETOOTH_REQS \$evo_pc_file
+   gmodule-2.0 dbus-glib-1 gnome-icon-theme >= 2.19.1
+ \""; } >&5
+   ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.0 glib-2.0 >= 2.31.0
+   libcanberra-gtk3 gconf-2.0
+-  $GNOME_BLUETOOTH_REQS $evo_pc_file libedataserverui-3.0
++  $GNOME_BLUETOOTH_REQS $evo_pc_file
+   gmodule-2.0 dbus-glib-1 gnome-icon-theme >= 2.19.1
+ ") 2>&5
+   ac_status=$?
+@@ -13980,7 +13980,7 @@ if test -n "$PHONEMGR_LIBS"; then
+   test $ac_status = 0; }; then
+   pkg_cv_PHONEMGR_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= 3.0 glib-2.0 >= 2.31.0
+   libcanberra-gtk3 gconf-2.0
+-  $GNOME_BLUETOOTH_REQS $evo_pc_file libedataserverui-3.0
++  $GNOME_BLUETOOTH_REQS $evo_pc_file
+   gmodule-2.0 dbus-glib-1 gnome-icon-theme >= 2.19.1
+ " 2>/dev/null`
+ else
+@@ -14004,13 +14004,13 @@ fi
+ if test $_pkg_short_errors_supported = yes; then
+   PHONEMGR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "gtk+-3.0 >= 3.0 glib-2.0 >= 2.31.0
+   libcanberra-gtk3 gconf-

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

2013-04-13 Thread Dave Reisner
Date: Sunday, April 14, 2013 @ 00:52:07
  Author: dreisner
Revision: 182738

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 182737, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 182737, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 182737, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 182737, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 182737, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/use-split-usr-path.patch
(from rev 182737, systemd/trunk/use-split-usr-path.patch)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 182737, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 182737, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 182737, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 182737, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 182737, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/use-split-usr-path.patch
(from rev 182737, systemd/trunk/use-split-usr-path.patch)

---+
 testing-i686/PKGBUILD |  142 
 testing-i686/initcpio-hook-udev   |   20 +++
 testing-i686/initcpio-install-timestamp   |   14 ++
 testing-i686/initcpio-install-udev|   28 +
 testing-i686/systemd.install  |   87 +
 testing-i686/use-split-usr-path.patch |   14 ++
 testing-x86_64/PKGBUILD   |  142 
 testing-x86_64/initcpio-hook-udev |   20 +++
 testing-x86_64/initcpio-install-timestamp |   14 ++
 testing-x86_64/initcpio-install-udev  |   28 +
 testing-x86_64/systemd.install|   87 +
 testing-x86_64/use-split-usr-path.patch   |   14 ++
 12 files changed, 610 insertions(+)

Copied: systemd/repos/testing-i686/PKGBUILD (from rev 182737, 
systemd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-13 22:52:07 UTC (rev 182738)
@@ -0,0 +1,142 @@
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgbase=systemd
+pkgname=('systemd' 'systemd-sysvcompat')
+pkgver=201
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/systemd";
+license=('GPL2' 'LGPL2.1' 'MIT')
+makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 
'gobject-introspection' 'gperf'
+ 'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt'  'libmicrohttpd' 
'libxslt'
+ 'linux-api-headers' 'pam' 'python' 'quota-tools' 'xz')
+options=('!libtool')
+source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz";
+'initcpio-hook-udev'
+'initcpio-install-udev'
+'initcpio-install-timestamp'
+'use-split-usr-path.patch')
+md5sums=('3e758392ff0e9206b3f7ee252b4a654b'
+ 'e99e9189aa2f6084ac28b8ddf605aeb8'
+ 'fb37e34ea006c79be1c54cbb0f803414'
+ 'df69615503ad293c9ddf9d8b7755282d'
+ '76bf83fe34c5b40533abc5dc940576a6')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # hang onto this until we do the /{,s}bin merge
+  patch -Np1 <"$srcdir/use-split-usr-path.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --enable-static \
+  --libexecdir=/usr/lib \
+  --localstatedir=/var \
+  --sysconfdir=/etc \
+  --enable-introspection \
+  --enable-gtk-doc \
+  --disable-audit \
+  --disable-ima \
+  --with-sysvinit-path= \
+  --with-sysvrcnd-path= \
+  --with-firmware-path="/usr/lib/firmware/updates:/usr/lib/firmware"
+
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package_systemd() {
+  pkgdesc="system and service manager"
+  depends=('acl' 'bash' 'dbus-core' 'glib2' 'kbd' 'kmod' 'hwids' 'libcap' 
'libgcrypt'
+   'pam' 'util-linux' 'xz')
+  provides=("libsystemd=$pkgver" 'nss-myhostname' "systemd-tools=$pkgver" 
"udev=$pkgver")
+  replaces=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev')
+  conflicts=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev')
+  optdepends=('cryptsetup: required for encrypted block devices'
+  'libmicrohttpd: systemd-journal-gatewayd'
+  'quota-tools: kernel-level quota management'
+  'python: systemd library bindings'
+  'systemd-sysvcompat: symlink package to provide sysvinit 
binaries')
+  backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf
+   

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

2013-04-13 Thread Dave Reisner
Date: Sunday, April 14, 2013 @ 00:51:27
  Author: dreisner
Revision: 182737

upgpkg: systemd 201-2

- fix .so links in manpage stubs

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 20:33:55 UTC (rev 182736)
+++ PKGBUILD2013-04-13 22:51:27 UTC (rev 182737)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
 pkgver=201
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd";
 license=('GPL2' 'LGPL2.1' 'MIT')
@@ -84,6 +84,10 @@
   install -dm755 "$pkgdir/bin"
   ln -s ../usr/lib/systemd/systemd "$pkgdir/bin/systemd"
 
+  # fix .so links in manpage stubs
+  find "$pkgdir/usr/share/man" -type f -name '*.[[:digit:]]' \
+  -exec sed -ri '1s|^\.so (.*)\.([0-9]+)|.so man\2/\1.\2|' {} +
+
   # don't write units to /etc by default -- we'll enable this on post_install
   # as a sane default
   rm "$pkgdir/etc/systemd/system/getty.target.wants/getty@tty1.service"



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

2013-04-13 Thread Sven-Hendrik Haase
Date: Sunday, April 14, 2013 @ 00:27:36
  Author: svenstaro
Revision: 88209

Building with Arch gcc now possible

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 22:27:14 UTC (rev 88208)
+++ PKGBUILD2013-04-13 22:27:36 UTC (rev 88209)
@@ -3,9 +3,6 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Denis Martinez 
 
-# TODO: Remove this note and change back to gcc once gcc 4.8.1 is out
-# It fixes a segfault while building the examples.
-
 pkgname=wt
 pkgver=3.3.0
 _pkgver=3.3.0
@@ -15,7 +12,7 @@
 url="http://www.webtoolkit.eu/";
 license=('GPL')
 depends=('boost-libs' 'libharu')
-makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt4' 'clang')
+makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt4')
 optdepends=('openssl: for SSL support in built-in webserver'
'zlib: for compression in HTTP protocol'
'fcgi: for FastCGI support'
@@ -34,7 +31,7 @@
 
   [[ -d build ]] && rm -r build
   mkdir -p build && cd build
-  CXX=clang++ cmake \
+  cmake \
   -DCONNECTOR_HTTP=ON \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DWEBUSER=http \



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

2013-04-13 Thread Sven-Hendrik Haase
Date: Sunday, April 14, 2013 @ 00:27:14
  Author: svenstaro
Revision: 88208

New file name

Modified:
  csfml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 22:27:08 UTC (rev 88207)
+++ PKGBUILD2013-04-13 22:27:14 UTC (rev 88208)
@@ -10,7 +10,7 @@
 license=('zlib')
 depends=("sfml=${pkgver}")
 makedepends=('cmake' 'doxygen')
-source=("csfml-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/2.0.tar.gz";)
+source=("${pkgname}-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/2.0.tar.gz";)
 md5sums=('d609c9e3b115d480d8c61911d774472c')
 
 build() {



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

2013-04-13 Thread Sven-Hendrik Haase
Date: Sunday, April 14, 2013 @ 00:27:08
  Author: svenstaro
Revision: 88207

New file name

Modified:
  sfml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 21:21:28 UTC (rev 88206)
+++ PKGBUILD2013-04-13 22:27:08 UTC (rev 88207)
@@ -12,7 +12,7 @@
 depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2')
 makedepends=('mesa' 'cmake' 'doxygen')
 install=sfml.install
-source=("https://github.com/LaurentGomila/SFML/archive/2.0.tar.gz";)
+source=("${pkgname}-${pkgver}::https://github.com/LaurentGomila/SFML/archive/2.0.tar.gz";)
 md5sums=('294fd8563a319e06f68bbca0eedc905e')
 
 build() {



[arch-commits] Commit in lib32-libldap/repos/multilib-x86_64 (4 files)

2013-04-13 Thread Florian Pritz
Date: Saturday, April 13, 2013 @ 23:21:28
  Author: bluewind
Revision: 88206

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libldap/repos/multilib-x86_64/PKGBUILD
(from rev 88205, lib32-libldap/trunk/PKGBUILD)
  lib32-libldap/repos/multilib-x86_64/ntlm.patch
(from rev 88205, lib32-libldap/trunk/ntlm.patch)
Deleted:
  lib32-libldap/repos/multilib-x86_64/PKGBUILD
  lib32-libldap/repos/multilib-x86_64/ntlm.patch

+
 PKGBUILD   |  122 +++
 ntlm.patch |  460 +--
 2 files changed, 291 insertions(+), 291 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-13 21:21:25 UTC (rev 88205)
+++ PKGBUILD2013-04-13 21:21:28 UTC (rev 88206)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Judd Vinet 
-
-_pkgbasename=libldap
-pkgname=lib32-$_pkgbasename
-pkgver=2.4.34
-pkgrel=1
-pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)"
-arch=('x86_64')
-license=('custom')
-url="http://www.openldap.org/";
-depends=('lib32-openssl' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!libtool')
-source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz";
-'ntlm.patch')
-md5sums=('df93a62e396ac312333cdeab0c5b48b6'
- '4258ddbef923d1f29f2843bc050f8c56')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/openldap-${pkgver}
-
-  patch -Np1 -i ${srcdir}/ntlm.patch
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/sbin \
-  --sysconfdir=/etc \
- --mandir=/usr/share/man \
-  --localstatedir=/var/lib/openldap \
-  --enable-crypt --enable-dynamic \
-  --with-threads --disable-wrappers \
- --disable-spasswd --without-cyrus-sasl \
- --disable-bdb --disable-hdb --libdir=/usr/lib32
-
-  cd include
-  make
-
-  cd ../libraries
-  make depend
-  make
-
-}
-
-package() {
-  cd ${srcdir}/openldap-${pkgver}
-
-  cd include
-  make DESTDIR=${pkgdir} install
-
-  cd ../libraries
-  make DESTDIR=${pkgdir} install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin} "$pkgdir/etc"
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libldap/repos/multilib-x86_64/PKGBUILD (from rev 88205, 
lib32-libldap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-13 21:21:28 UTC (rev 88206)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:
+# Contributor: Judd Vinet 
+
+_pkgbasename=libldap
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.35
+pkgrel=1
+pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)"
+arch=('x86_64')
+license=('custom')
+url="http://www.openldap.org/";
+depends=('lib32-openssl' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz";
+'ntlm.patch')
+md5sums=('cd75d82ca89fb0280cba66ca6bd97448'
+ '4258ddbef923d1f29f2843bc050f8c56')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/openldap-${pkgver}
+
+  patch -Np1 -i ${srcdir}/ntlm.patch
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/sbin \
+  --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+  --localstatedir=/var/lib/openldap \
+  --enable-crypt --enable-dynamic \
+  --with-threads --disable-wrappers \
+ --disable-spasswd --without-cyrus-sasl \
+ --disable-bdb --disable-hdb --libdir=/usr/lib32
+
+  cd include
+  make
+
+  cd ../libraries
+  make depend
+  make
+
+}
+
+package() {
+  cd ${srcdir}/openldap-${pkgver}
+
+  cd include
+  make DESTDIR=${pkgdir} install
+
+  cd ../libraries
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin} "$pkgdir/etc"
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: ntlm.patch
===
--- ntlm.patch  2013-04-13 21:21:25 UTC (rev 88205)
+++ ntlm.patch  2013-04-13 21:21:28 UTC (rev 88206)
@@ -1,230 +0,0 @@
-Patch from evolution-exchange (2.10.3).  The ldap_ntlm_bind function is
-actually called by evolution-data-server, checked at version 1.12.2.
-Without this patch, the Exchange addressbook integration uses simple binds
-with cleartext passwords.
-
-Russ checked with openldap-software for upstream's opinion on this patch
-on 2007-12-21.  Upstream had never received it as a patch submission and
-given that it's apparently only for older Exchange servers that can't do
-SASL and DIGEST-MD5, it's not very appealing.
-
-Bug#

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

2013-04-13 Thread Florian Pritz
Date: Saturday, April 13, 2013 @ 23:21:25
  Author: bluewind
Revision: 88205

upgpkg: lib32-libldap 2.4.35-1

upstream update

Modified:
  lib32-libldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 20:20:33 UTC (rev 88204)
+++ PKGBUILD2013-04-13 21:21:25 UTC (rev 88205)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libldap
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.34
+pkgver=2.4.35
 pkgrel=1
 pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz";
 'ntlm.patch')
-md5sums=('df93a62e396ac312333cdeab0c5b48b6'
+md5sums=('cd75d82ca89fb0280cba66ca6bd97448'
  '4258ddbef923d1f29f2843bc050f8c56')
 
 build() {



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

2013-04-13 Thread Stéphane Gaudreault
Date: Saturday, April 13, 2013 @ 22:33:55
  Author: stephane
Revision: 182736

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

Added:
  krb5/repos/testing-i686/
  krb5/repos/testing-i686/PKGBUILD
(from rev 182735, krb5/trunk/PKGBUILD)
  krb5/repos/testing-i686/krb5-1.10.1-gcc47.patch
(from rev 182735, krb5/trunk/krb5-1.10.1-gcc47.patch)
  krb5/repos/testing-i686/krb5-config_LDFLAGS.patch
(from rev 182735, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-i686/krb5-kadmind
(from rev 182735, krb5/trunk/krb5-kadmind)
  krb5/repos/testing-i686/krb5-kadmind.service
(from rev 182735, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-i686/krb5-kdc
(from rev 182735, krb5/trunk/krb5-kdc)
  krb5/repos/testing-i686/krb5-kdc.service
(from rev 182735, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-i686/krb5-kpropd
(from rev 182735, krb5/trunk/krb5-kpropd)
  krb5/repos/testing-i686/krb5-kpropd.service
(from rev 182735, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-i686/krb5-kpropd.socket
(from rev 182735, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-i686/krb5-kpropd@.service
(from rev 182735, krb5/trunk/krb5-kpropd@.service)
  krb5/repos/testing-x86_64/
  krb5/repos/testing-x86_64/PKGBUILD
(from rev 182735, krb5/trunk/PKGBUILD)
  krb5/repos/testing-x86_64/krb5-1.10.1-gcc47.patch
(from rev 182735, krb5/trunk/krb5-1.10.1-gcc47.patch)
  krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch
(from rev 182735, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-x86_64/krb5-kadmind
(from rev 182735, krb5/trunk/krb5-kadmind)
  krb5/repos/testing-x86_64/krb5-kadmind.service
(from rev 182735, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-x86_64/krb5-kdc
(from rev 182735, krb5/trunk/krb5-kdc)
  krb5/repos/testing-x86_64/krb5-kdc.service
(from rev 182735, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-x86_64/krb5-kpropd
(from rev 182735, krb5/trunk/krb5-kpropd)
  krb5/repos/testing-x86_64/krb5-kpropd.service
(from rev 182735, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-x86_64/krb5-kpropd.socket
(from rev 182735, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-x86_64/krb5-kpropd@.service
(from rev 182735, krb5/trunk/krb5-kpropd@.service)

--+
 testing-i686/PKGBUILD|   92 +
 testing-i686/krb5-1.10.1-gcc47.patch |   11 +++
 testing-i686/krb5-config_LDFLAGS.patch   |   12 +++
 testing-i686/krb5-kadmind|   40 
 testing-i686/krb5-kadmind.service|8 ++
 testing-i686/krb5-kdc|   40 
 testing-i686/krb5-kdc.service|9 ++
 testing-i686/krb5-kpropd |   40 
 testing-i686/krb5-kpropd.service |8 ++
 testing-i686/krb5-kpropd.socket  |9 ++
 testing-i686/krb5-kpropd@.service|8 ++
 testing-x86_64/PKGBUILD  |   92 +
 testing-x86_64/krb5-1.10.1-gcc47.patch   |   11 +++
 testing-x86_64/krb5-config_LDFLAGS.patch |   12 +++
 testing-x86_64/krb5-kadmind  |   40 
 testing-x86_64/krb5-kadmind.service  |8 ++
 testing-x86_64/krb5-kdc  |   40 
 testing-x86_64/krb5-kdc.service  |9 ++
 testing-x86_64/krb5-kpropd   |   40 
 testing-x86_64/krb5-kpropd.service   |8 ++
 testing-x86_64/krb5-kpropd.socket|9 ++
 testing-x86_64/krb5-kpropd@.service  |8 ++
 22 files changed, 554 insertions(+)

Copied: krb5/repos/testing-i686/PKGBUILD (from rev 182735, krb5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-13 20:33:55 UTC (rev 182736)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=krb5
+pkgver=1.11.2
+pkgrel=1
+pkgdesc="The Kerberos network authentication system"
+arch=('i686' 'x86_64')
+url="http://web.mit.edu/kerberos/";
+license=('custom')
+depends=('e2fsprogs' 'libldap' 'keyutils')
+makedepends=('perl')
+backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
+source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.11/${pkgname}-${pkgver}-signed.tar
+krb5-config_LDFLAGS.patch
+krb5-kadmind
+krb5-kadmind.service
+krb5-kdc
+krb5-kdc.service
+krb5-kpropd
+krb5-kpropd.service
+krb5-kpropd@.service
+krb5-kpropd.socket)
+sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
+  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
+  '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
+  'a2a01e7077d9e89cda3457ea0e216debb3dc353c'
+  '77d2312ecd8bf12a6e72cc8fd871a8ac93b23393'
+  'f5e4fa073e11b0fcb4e3098a5d58a4f791ec841e'
+  '7f402078fa65bb9ff1beb6c017450df78560'

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

2013-04-13 Thread Stéphane Gaudreault
Date: Saturday, April 13, 2013 @ 22:32:01
  Author: stephane
Revision: 182735

upgpkg: krb5 1.11.2-1

upstream update

Modified:
  krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 19:53:48 UTC (rev 182734)
+++ PKGBUILD2013-04-13 20:32:01 UTC (rev 182735)
@@ -2,7 +2,7 @@
 # Maintainer: Stéphane Gaudreault 
 
 pkgname=krb5
-pkgver=1.11.1
+pkgver=1.11.2
 pkgrel=1
 pkgdesc="The Kerberos network authentication system"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 krb5-kpropd.service
 krb5-kpropd@.service
 krb5-kpropd.socket)
-sha1sums=('e2e759c35e775d8f03b75c26ffcaa4f2514147f5'
+sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
   '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
   '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
   'a2a01e7077d9e89cda3457ea0e216debb3dc353c'



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

2013-04-13 Thread Maxime Gauduin
Date: Saturday, April 13, 2013 @ 22:20:33
  Author: alucryd
Revision: 88204

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

Added:
  ffmpegsource/repos/community-i686/PKGBUILD
(from rev 88203, ffmpegsource/trunk/PKGBUILD)
  ffmpegsource/repos/community-i686/autoconf.patch
(from rev 88203, ffmpegsource/trunk/autoconf.patch)
  ffmpegsource/repos/community-x86_64/PKGBUILD
(from rev 88203, ffmpegsource/trunk/PKGBUILD)
  ffmpegsource/repos/community-x86_64/autoconf.patch
(from rev 88203, ffmpegsource/trunk/autoconf.patch)
Deleted:
  ffmpegsource/repos/community-i686/PKGBUILD
  ffmpegsource/repos/community-i686/autoconf.patch
  ffmpegsource/repos/community-i686/enable-libavresample.patch
  ffmpegsource/repos/community-x86_64/PKGBUILD
  ffmpegsource/repos/community-x86_64/autoconf.patch
  ffmpegsource/repos/community-x86_64/enable-libavresample.patch

-+
 /PKGBUILD   |   94 ++
 /autoconf.patch |   44 +
 community-i686/PKGBUILD |   61 -
 community-i686/autoconf.patch   |   22 
 community-i686/enable-libavresample.patch   |  970 --
 community-x86_64/PKGBUILD   |   61 -
 community-x86_64/autoconf.patch |   22 
 community-x86_64/enable-libavresample.patch |  970 --
 8 files changed, 138 insertions(+), 2106 deletions(-)

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


[arch-commits] Commit in ffmpegsource/trunk (PKGBUILD enable-libavresample.patch)

2013-04-13 Thread Maxime Gauduin
Date: Saturday, April 13, 2013 @ 22:20:12
  Author: alucryd
Revision: 88203

upgpkg: ffmpegsource 753-1

Modified:
  ffmpegsource/trunk/PKGBUILD
Deleted:
  ffmpegsource/trunk/enable-libavresample.patch

+
 PKGBUILD   |   48 --
 enable-libavresample.patch |  970 ---
 2 files changed, 17 insertions(+), 1001 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 19:43:05 UTC (rev 88202)
+++ PKGBUILD2013-04-13 20:20:12 UTC (rev 88203)
@@ -2,8 +2,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=ffmpegsource
-pkgver=743
-pkgrel=2
+pkgver=753
+pkgrel=1
 pkgdesc="A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/ffmpegsource/";
@@ -11,49 +11,35 @@
 depends=('ffmpeg')
 makedepends=('svn')
 options=('!libtool')
-source=('autoconf.patch' 'enable-libavresample.patch')
-sha256sums=('b09a7e9a08a16bdaf19d43c7ad8d3ec455f6fecec2f4f5ada417345343adda93'
-'05f03515cc2405cdf8a8ba835f5adc2057f40054a4a1d9e493f0ad512c5de70d')
+source=("${pkgname}::svn+http://ffmpegsource.googlecode.com/svn/trunk/";
+'autoconf.patch')
+sha256sums=('SKIP'
+'b09a7e9a08a16bdaf19d43c7ad8d3ec455f6fecec2f4f5ada417345343adda93')
 
-_svntrunk=http://ffmpegsource.googlecode.com/svn/trunk/
-_svnmod=ffmpegsource
+pkgver() {
+  cd "${SRCDEST}"/${pkgname}
 
-build() {
-  cd "${srcdir}"
+  svnversion | tr -d [A-z]
+}
 
-# Checkout
-  msg "Connecting to SVN server"
+prepare() {
+  cd "${srcdir}"/${pkgname}
 
-  if [[ -d ${_svnmod}/.svn ]]; then
-(cd ${_svnmod} && svn up -r ${pkgver})
-  else
-svn co ${_svntrunk} --config-dir ./ -r ${pkgver} ${_svnmod}
-  fi
+  patch -Np1 -i ../autoconf.patch
+}
 
-  msg "SVN checkout done or server timeout"
-  msg "Starting build..."
+build() {
+  cd "${srcdir}"/${pkgname}
 
-  rm -rf "${srcdir}"/${_svnmod}-build
-# svn export "${srcdir}"/${_svnmod} "${srcdir}"/${_svnmod}-build
-  cp -R "${srcdir}"/${_svnmod} "${srcdir}"/${_svnmod}-build
-  cd "${srcdir}"/${_svnmod}-build
-
-# Patch
-  patch -Np1 -i "${srcdir}"/autoconf.patch
-  patch -Np1 -i "${srcdir}"/enable-libavresample.patch
-
-# Build
   ./autogen.sh --prefix=/usr --enable-shared --disable-static
   make
 }
 
 package() {
-  cd "${srcdir}"/${_svnmod}-build
+  cd "${srcdir}"/${pkgname}
 
-# Install
   make DESTDIR="${pkgdir}" install
 
-# License
   install -dm 755 "${pkgdir}"/usr/share/licenses/ffmpegsource
   install -m 644 COPYING "${pkgdir}"/usr/share/licenses/ffmpegsource/LICENSE
 }

Deleted: enable-libavresample.patch
===
--- enable-libavresample.patch  2013-04-13 19:43:05 UTC (rev 88202)
+++ enable-libavresample.patch  2013-04-13 20:20:12 UTC (rev 88203)
@@ -1,970 +0,0 @@
-# enable-libavresample.patch
-#
-# Adds libavresample support. Created by diffing Thomas Goyne's GIT repo
-# with official ffms SVN.
-#
-
-diff -ru ffmpegsource/configure.ac ffms2/configure.ac
 ffmpegsource/configure.ac  2013-02-27 16:53:39.230691825 +0100
-+++ ffms2/configure.ac 2013-02-27 16:53:31.737713841 +0100
-@@ -181,6 +181,25 @@
-   AC_MSG_RESULT([no])
- ])
- 
-+AC_ARG_ENABLE(avresample,
-+  AS_HELP_STRING([--enable-avresample],
-+ [use libavresample for audio resampling]))
-+AS_IF([test x$enable_avresample != xno], [
-+  PKG_CHECK_MODULES(AVRESAMPLE, [libavresample >= 1.0.0], 
[enable_avresample=yes], [
-+AS_IF([test x$enable_avresample = xyes],
-+  [AC_MSG_ERROR([--enable-avresample was specified, but avresample 
1.0.0+ could not be found.])])
-+enable_avresample=no
-+  ])
-+])
-+
-+AS_IF([test x$enable_avresample],
-+  [libavresample="libavresample"
-+   AC_DEFINE([WITH_AVRESAMPLE], [1], [Use avresample])])
-+
-+AC_SUBST([AVRESAMPLE_CFLAGS])
-+AC_SUBST([AVRESAMPLE_LIBS])
-+AC_SUBST([libavresample])
-+
- AC_MSG_CHECKING([whether -Wl,-Bsymbolic is needed])
- if test "$enable_shared" = yes; then
- _LDFLAGS="$LDFLAGS"
-diff -ru ffmpegsource/ffms2.pc.in ffms2/ffms2.pc.in
 ffmpegsource/ffms2.pc.in   2013-02-27 16:53:38.924039701 +0100
-+++ ffms2/ffms2.pc.in  2013-02-27 16:53:31.737713841 +0100
-@@ -7,7 +7,7 @@
- 
- Name: ffms2
- Description: The Fabulous FM Library 2
--Requires.private: libavformat libavcodec libswscale libavutil
-+Requires.private: libavformat libavcodec libswscale libavutil @libavresample@
- Version: @FFMS_VERSION@
- Libs.private: @ZLIB_LDFLAGS@ -lz
- Libs: -L${libdir} -lffms2
-diff -ru ffmpegsource/include/ffmscompat.h ffms2/include/ffmscompat.h
 ffmpegsource/include/ffmscompat.h  2013-02-27 16:53:38.920706525 +0100
-+++ ffms2/include/ffmscompat.h 2013-02-27 16:53:31.737713841 +0100
-@@ -71,6 +71,15 @@
- #   define FFMS_CodecID AVCodecID
- #   undef CodecID
- #   endif
-+#   if VERSION_CHECK(LIBAVCODEC_VE

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

2013-04-13 Thread Gerardo Pozzi
Date: Saturday, April 13, 2013 @ 21:53:48
  Author: djgera
Revision: 182734

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
(from rev 182733, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-13 19:52:53 UTC (rev 182733)
+++ PKGBUILD2013-04-13 19:53:48 UTC (rev 182734)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Gerardo Exequiel Pozzi 
-# Maintainer: Pierre Schmitz 
-
-pkgname=archiso
-pkgver=7
-pkgrel=1
-pkgdesc='Tools for creating Arch Linux live and install iso images'
-arch=('any')
-license=('GPL')
-url='https://projects.archlinux.org/archiso.git/'
-depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'patch' 'lynx')
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-
"ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
-md5sums=('dae32b4804053d29e6c8bfd82b2cca1a'
- 'afa66601649b07b93dc48a50d75d9956')
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 182733, 
archiso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-13 19:53:48 UTC (rev 182734)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Gerardo Exequiel Pozzi 
+# Maintainer: Pierre Schmitz 
+
+pkgname=archiso
+pkgver=8
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL')
+url='https://projects.archlinux.org/archiso.git/'
+depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'lynx')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('2589f9ba23a0df1ce5a8988407c82730')
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2013-04-13 Thread Gerardo Pozzi
Date: Saturday, April 13, 2013 @ 21:52:53
  Author: djgera
Revision: 182733

upgpkg: archiso 8-1

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 15:31:35 UTC (rev 182732)
+++ PKGBUILD2013-04-13 19:52:53 UTC (rev 182733)
@@ -3,17 +3,15 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=archiso
-pkgver=7
+pkgver=8
 pkgrel=1
 pkgdesc='Tools for creating Arch Linux live and install iso images'
 arch=('any')
 license=('GPL')
 url='https://projects.archlinux.org/archiso.git/'
-depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'patch' 'lynx')
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-
"ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
-md5sums=('dae32b4804053d29e6c8bfd82b2cca1a'
- 'afa66601649b07b93dc48a50d75d9956')
+depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'lynx')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('2589f9ba23a0df1ce5a8988407c82730')
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-13 Thread Laurent Carlier
Date: Saturday, April 13, 2013 @ 21:43:05
  Author: lcarlier
Revision: 88202

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

Added:
  gambas3/repos/community-testing-i686/PKGBUILD
(from rev 88201, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-testing-i686/gambas3-runtime.install
(from rev 88201, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-testing-i686/gambas3-script.install
(from rev 88201, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-testing-x86_64/PKGBUILD
(from rev 88201, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-testing-x86_64/gambas3-runtime.install
(from rev 88201, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-testing-x86_64/gambas3-script.install
(from rev 88201, gambas3/trunk/gambas3-script.install)
Deleted:
  gambas3/repos/community-testing-i686/PKGBUILD
  gambas3/repos/community-testing-i686/fix-xfce4-terminal.patch
  gambas3/repos/community-testing-i686/gambas3-runtime.install
  gambas3/repos/community-testing-i686/gambas3-script.install
  gambas3/repos/community-testing-x86_64/PKGBUILD
  gambas3/repos/community-testing-x86_64/fix-xfce4-terminal.patch
  gambas3/repos/community-testing-x86_64/gambas3-runtime.install
  gambas3/repos/community-testing-x86_64/gambas3-script.install

---+
 /PKGBUILD | 1798 
 /gambas3-runtime.install  |   20 
 /gambas3-script.install   |   30 
 community-testing-i686/PKGBUILD   |  904 --
 community-testing-i686/fix-xfce4-terminal.patch   |  476 -
 community-testing-i686/gambas3-runtime.install|   10 
 community-testing-i686/gambas3-script.install |   15 
 community-testing-x86_64/PKGBUILD |  904 --
 community-testing-x86_64/fix-xfce4-terminal.patch |  476 -
 community-testing-x86_64/gambas3-runtime.install  |   10 
 community-testing-x86_64/gambas3-script.install   |   15 
 11 files changed, 1848 insertions(+), 2810 deletions(-)

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


[arch-commits] Commit in gambas3/trunk (PKGBUILD fix-xfce4-terminal.patch)

2013-04-13 Thread Laurent Carlier
Date: Saturday, April 13, 2013 @ 21:42:52
  Author: lcarlier
Revision: 88201

upgpkg: gambas3 3.4.1-1

Update to last upstream release

Modified:
  gambas3/trunk/PKGBUILD
Deleted:
  gambas3/trunk/fix-xfce4-terminal.patch

--+
 PKGBUILD |   17 -
 fix-xfce4-terminal.patch |  476 -
 2 files changed, 6 insertions(+), 487 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 19:09:04 UTC (rev 88200)
+++ PKGBUILD2013-04-13 19:42:52 UTC (rev 88201)
@@ -15,8 +15,8 @@
  'gambas3-gb-report' 'gambas3-gb-sdl-sound' 'gambas3-gb-sdl' 
'gambas3-gb-settings' 'gambas3-gb-signal' 'gambas3-gb-v4l' 'gambas3-gb-vb'
  'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web')
 pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 
'gambas3-script' 'gambas3-examples')
-pkgver=3.4.0
-pkgrel=7
+pkgver=3.4.1
+pkgrel=1
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('i686' 'x86_64')
 url="http://gambas.sourceforge.net/";
@@ -30,10 +30,8 @@
 'gsl' 'gstreamer0.10' 'gstreamer0.10-base' 'gtkglext' 'ncurses' 'llvm'
 'gmime')
 options=(!emptydirs)
-source=("http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2";
-fix-xfce4-terminal.patch)
-md5sums=('e9d63bfaf351fc7e1705d1b80785b6af'
- '543ffb3402485e0bcfc67ecf15b7b682')
+source=("http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2";)
+md5sums=('eef35861d1e95808180ac7ed5a436569')
 
 create_dirs() {
   install -dm755 ${pkgdir}/usr/lib/gambas3
@@ -43,9 +41,6 @@
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
 
-  # merged upstream
-  patch -Np0 -i ../fix-xfce4-terminal.patch
-
   ./reconf-all
   ./configure --prefix=/usr -C
 
@@ -864,8 +859,8 @@
 
 package_gambas3-ide() {
   depends=('gambas3-devel' 'gambas3-gb-db-form' 'gambas3-gb-desktop' 
'gambas3-gb-eval-highlight'
-   'gambas3-gb-form-dialog' 'gambas3-gb-settings' 
'gambas3-gb-form-mdi' 'gambas3-gb-image-effect'
-   'gambas3-gb-qt4-ext' 'gambas3-gb-qt4-webkit')
+   'gambas3-gb-form-dialog' 'gambas3-gb-form-stock' 
'gambas3-gb-settings' 'gambas3-gb-form-mdi'
+   'gambas3-gb-image-effect' 'gambas3-gb-qt4-ext' 
'gambas3-gb-qt4-webkit')
   pkgdesc="Integrated Development Environment"
 
   cd ${srcdir}/fakeinstall

Deleted: fix-xfce4-terminal.patch
===
--- fix-xfce4-terminal.patch2013-04-13 19:09:04 UTC (rev 88200)
+++ fix-xfce4-terminal.patch2013-04-13 19:42:52 UTC (rev 88201)
@@ -1,476 +0,0 @@
 gb.desktop/src/gb.desktop/.src/Desktop.class   (révision 5536)
-+++ gb.desktop/src/gb.desktop/.src/Desktop.class   (révision 5537)
-@@ -1,6 +1,6 @@
- ' Gambas class file
- 
--Export 
-+Export
- 
- Class _Desktop
- 
-@@ -27,64 +27,64 @@
- Static Private $aImgExt As String[]
- 
- Static Public Sub SendMail({To} As String[], Optional Cc As String[], 
Optional Bcc As String[], Optional Subject As String, Optional Body As String, 
Optional Attachment As String)
--  
-+
-   Dim aArg As String[]
-   'xdg-email [--utf8] [--cc address] [--bcc address] [--subject text] [--body 
text
-   ' ] [--attach file] { mailto-uri | address(es) }
--  
-+
-   aArg = ["--utf8"]
--  If CC And If CC.Count Then 
-+  If CC And If CC.Count Then
- aArg.Add("--cc")
- aArg.Insert(CC)
-   Endif
--  If BCC And If BCC.Count Then 
-+  If BCC And If BCC.Count Then
- aArg.Add("--bcc")
- aArg.Insert(BCC)
-   Endif
--  If Subject Then 
-+  If Subject Then
- aArg.Add("--subject")
- aArg.Add(Subject)
--  Endif 
--  If Body Then 
-+  Endif
-+  If Body Then
- aArg.Add("--body")
- aArg.Add(Body)
-   Endif
--  If Attachment Then 
-+  If Attachment Then
- aArg.Add("--attach")
- aArg.Add(Attachment)
--  Endif 
--  
--  If {To} And If To.Count Then 
-+  Endif
-+
-+  If {To} And If To.Count Then
- aArg.Insert({To})
-   Endif
--  
-+
-   Main.RunXdgUtil("xdg-email", aArg)
--  
-+
- End
- 
- Static Public Sub {Open}(URL As String, Optional {Wait} As Boolean)
--  
-+
-   If URL = "~" Then
- URL = User.Home
-   Else If URL Begins "~/" Then
- URL = User.Home & Mid$(URL, 2)
-   Endif
--  
-+
-   Main.RunXdgUtil("xdg-open", [URL], {Wait})
--  
-+
- End
- 
- ' Static Private Function Menus_Read() As _DesktopMenus
--' 
--'   Return _DesktopMenus  
--' 
-+'
-+'   Return _DesktopMenus
-+'
- ' End
--' 
--' 
-+'
-+'
- ' Static Private Function Icons_Read() As _DesktopIcons
--' 
-+'
- '   Return _DesktopIcons
--' 
-+'
- ' End
- 
- Static Private Function ScreenSaver_Read() As _Desktop_ScreenSaver
-@@ -96,20 +96,20 @@
- '  GB_STATIC_METHOD("Find", "Integer[]", CDESKTOP_find, 
"[(Title)s(Application)s(Role)s]"),
- 
- Static Public Sub FindWindow(Optional Title As String, Application As String, 
Role As String) As In

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

2013-04-13 Thread Ionuț Mircea Bîru
Date: Saturday, April 13, 2013 @ 19:03:43
  Author: ioni
Revision: 88199

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

Added:
  gnote/repos/community-testing-i686/
  gnote/repos/community-testing-i686/PKGBUILD
(from rev 88198, gnote/trunk/PKGBUILD)
  gnote/repos/community-testing-i686/gnote.install
(from rev 88198, gnote/trunk/gnote.install)
  gnote/repos/community-testing-x86_64/
  gnote/repos/community-testing-x86_64/PKGBUILD
(from rev 88198, gnote/trunk/PKGBUILD)
  gnote/repos/community-testing-x86_64/gnote.install
(from rev 88198, gnote/trunk/gnote.install)

+
 community-testing-i686/PKGBUILD|   33 +++
 community-testing-i686/gnote.install   |   21 +++
 community-testing-x86_64/PKGBUILD  |   33 +++
 community-testing-x86_64/gnote.install |   21 +++
 4 files changed, 108 insertions(+)

Copied: gnote/repos/community-testing-i686/PKGBUILD (from rev 88198, 
gnote/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-13 17:03:43 UTC (rev 88199)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+pkgname=gnote
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="A note taking application."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Gnote";
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+options=('!libtool')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('603e2cc8782f910a5b4fdfd3588d955d59f0f4ddcd5685d1f2feadb955e0e9e6')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}

Copied: gnote/repos/community-testing-i686/gnote.install (from rev 88198, 
gnote/trunk/gnote.install)
===
--- community-testing-i686/gnote.install(rev 0)
+++ community-testing-i686/gnote.install2013-04-13 17:03:43 UTC (rev 
88199)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnote/repos/community-testing-x86_64/PKGBUILD (from rev 88198, 
gnote/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-13 17:03:43 UTC (rev 88199)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+pkgname=gnote
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="A note taking application."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Gnote";
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+options=('!libtool')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('603e2cc8782f910a5b4fdfd3588d955d59f0f4ddcd5685d1f2feadb955e0e9e6')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}

Copied: gnote/repos/community-testing-x86_64/gnote.install (from rev 88198, 
gnote/trunk/gnote.install)
===
--- community-testing-x86_64/gnote.install  (rev 0)
+++ community-testing-x86_64/gnote.install  2013-04-13 17:03:43 UTC (rev 
88199)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install
+}
+

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

2013-04-13 Thread Ionuț Mircea Bîru
Date: Saturday, April 13, 2013 @ 19:03:16
  Author: ioni
Revision: 88198

update to 3.8.0

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 16:44:29 UTC (rev 88197)
+++ PKGBUILD2013-04-13 17:03:16 UTC (rev 88198)
@@ -2,7 +2,7 @@
 # Maintainer:  Ionut Biru 
 # Contributor: uastasi 
 pkgname=gnote
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="A note taking application."
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=gnote.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('38f3b069874658f281445e04b8376d946580e4a5e39620f7e30fdd8216d46c1e')
+sha256sums=('603e2cc8782f910a5b4fdfd3588d955d59f0f4ddcd5685d1f2feadb955e0e9e6')
 
 build() {
 cd $pkgname-$pkgver



[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (8 files)

2013-04-13 Thread Lukas Jirkovsky
Date: Saturday, April 13, 2013 @ 18:44:29
  Author: stativ
Revision: 88197

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
(from rev 88196, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
(from rev 88196, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
(from rev 88196, intellij-idea-community-edition/trunk/idea.install)
  intellij-idea-community-edition/repos/community-any/idea.sh
(from rev 88196, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install
  intellij-idea-community-edition/repos/community-any/idea.sh

--+
 PKGBUILD |   80 -
 idea.desktop |   16 +--
 idea.install |   18 ++--
 idea.sh  |8 ++---
 4 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-13 16:44:22 UTC (rev 88196)
+++ PKGBUILD2013-04-13 16:44:29 UTC (rev 88197)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-community-edition
-pkgver=12.1
-_pkgver=129.161
-pkgrel=1
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
-arch=('any')
-url="http://www.jetbrains.org/";
-license=('apache')
-depends=('java-environment' "intellij-idea-libs=$pkgver" 'giflib')
-install=idea.install
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
-idea.desktop idea.sh)
-md5sums=('687ba6aea524099f10605bb50569864d'
- '29e2d4ab0578a6d44533292bec8843ee'
- 'f27bad35ee8e6445ca2f8a591bca895a')
-
-package() {
-  cd "$srcdir"
-
-  install -d -m755 "$pkgdir/"usr/share
-  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
-
-  # remove files owned by intellij-idea-libs
-  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
-
-  # make sure that all files are owned by root
-  chown -R root:root "$pkgdir/usr/share"
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
-  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
-  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
-   "$pkgdir"/usr/share/pixmaps/idea.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
88196, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-13 16:44:29 UTC (rev 88197)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-community-edition
+pkgver=12.1.1
+_pkgver=129.239
+pkgrel=1
+pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
+arch=('any')
+url="http://www.jetbrains.org/";
+license=('apache')
+depends=('java-environment' "intellij-idea-libs=$pkgver" 'giflib')
+install=idea.install
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
+idea.desktop idea.sh)
+md5sums=('279905aa380822f8a72a01e2b4955b44'
+ '29e2d4ab0578a6d44533292bec8843ee'
+ 'f27bad35ee8e6445ca2f8a591bca895a')
+
+package() {
+  cd "$srcdir"
+
+  install -d -m755 "$pkgdir/"usr/share
+  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+
+  # remove files owned by intellij-idea-libs
+  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
+
+  # make sure that all files are owned by root
+  chown -R root:root "$pkgdir/usr/share"
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
+  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
+  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
+   "$pkgdir"/usr/share/pixmaps/idea.png
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: idea.desktop
===
--- idea.desktop2013-04-13 16:44:22 UTC (rev 88196)
+++ idea.desktop2013-04-13 16:44:29 UTC (rev 88197)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=IntelliJ IDEA Community Edition
-Comment=A Java IDE
-Exec=idea.sh %u
-Icon=idea
-Terminal=false
-Type=Application
-Categories=Development;IDE;Java;

Copied: intellij-idea-community-edition/repos/community-any/idea.desktop

[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2013-04-13 Thread Lukas Jirkovsky
Date: Saturday, April 13, 2013 @ 18:44:22
  Author: stativ
Revision: 88196

upgpkg: intellij-idea-community-edition 12.1.1-1

update to 12.1.1

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 15:54:16 UTC (rev 88195)
+++ PKGBUILD2013-04-13 16:44:22 UTC (rev 88196)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-community-edition
-pkgver=12.1
-_pkgver=129.161
+pkgver=12.1.1
+_pkgver=129.239
 pkgrel=1
 pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
 arch=('any')
@@ -12,7 +12,7 @@
 install=idea.install
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
 idea.desktop idea.sh)
-md5sums=('687ba6aea524099f10605bb50569864d'
+md5sums=('279905aa380822f8a72a01e2b4955b44'
  '29e2d4ab0578a6d44533292bec8843ee'
  'f27bad35ee8e6445ca2f8a591bca895a')
 



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

2013-04-13 Thread Giovanni Scafora
Date: Saturday, April 13, 2013 @ 17:54:16
  Author: giovanni
Revision: 88195

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 88194, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 88194, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 88194, calibre/trunk/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 88194, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 88194, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 88194, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 88194, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 88194, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 /PKGBUILD  |  168 
 /calibre-mount-helper  |   56 ++
 /calibre.install   |   24 ++
 /desktop_integration.patch |  218 +++
 community-i686/PKGBUILD|   82 --
 community-i686/calibre-mount-helper|   28 ---
 community-i686/calibre.install |   12 -
 community-i686/desktop_integration.patch   |  109 -
 community-x86_64/PKGBUILD  |   82 --
 community-x86_64/calibre-mount-helper  |   28 ---
 community-x86_64/calibre.install   |   12 -
 community-x86_64/desktop_integration.patch |  109 -
 12 files changed, 466 insertions(+), 462 deletions(-)

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


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

2013-04-13 Thread Giovanni Scafora
Date: Saturday, April 13, 2013 @ 17:54:06
  Author: giovanni
Revision: 88194

upgpkg: calibre 0.9.27-1

upstream release

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 15:39:41 UTC (rev 88193)
+++ PKGBUILD2013-04-13 15:54:06 UTC (rev 88194)
@@ -1,11 +1,13 @@
 # $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer: jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
 # Contributor: Petrov Roman 
 # Contributor: Andrea Fagiani 
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=0.9.26
+pkgver=0.9.27
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64') 
@@ -23,7 +25,7 @@
 source=("http://calibre-ebook.googlecode.com/files/${pkgname}-${pkgver}.tar.xz";
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('14df8fbe5e0fa5e8cc14b480603920e2'
+md5sums=('1d5bbe102e3ec6ec71399aad5d074137'
  '8353d1878c5a498b3e49eddef473605f'
  '675cd87d41342119827ef706055491e7')
 



[arch-commits] Commit in intellij-idea-libs/repos (4 files)

2013-04-13 Thread Lukas Jirkovsky
Date: Saturday, April 13, 2013 @ 17:39:41
  Author: stativ
Revision: 88193

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

Added:
  intellij-idea-libs/repos/community-i686/PKGBUILD
(from rev 88192, intellij-idea-libs/trunk/PKGBUILD)
  intellij-idea-libs/repos/community-x86_64/PKGBUILD
(from rev 88192, intellij-idea-libs/trunk/PKGBUILD)
Deleted:
  intellij-idea-libs/repos/community-i686/PKGBUILD
  intellij-idea-libs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-13 15:38:52 UTC (rev 88192)
+++ community-i686/PKGBUILD 2013-04-13 15:39:41 UTC (rev 88193)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=12.1
-_pkgver=129.161
-pkgrel=1
-pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="http://www.jetbrains.org/";
-license=('apache')
-depends=('glibc')
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('687ba6aea524099f10605bb50569864d')
-
-package() {
-  cd "$srcdir"
-
-  install -d -m755 "$pkgdir/usr/share/intellijidea-ce/bin"
-  install -d -m755 "$pkgdir/usr/lib"
-
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -m755 "idea-IC-$_pkgver"/bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/
-  install -m644 "idea-IC-$_pkgver"/bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-i686/PKGBUILD (from rev 88192, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-13 15:39:41 UTC (rev 88193)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-libs
+pkgver=12.1.1
+_pkgver=129.239
+pkgrel=1
+pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE"
+arch=('i686' 'x86_64')
+url="http://www.jetbrains.org/";
+license=('apache')
+depends=('glibc')
+options=(!strip)
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
+md5sums=('279905aa380822f8a72a01e2b4955b44')
+
+package() {
+  cd "$srcdir"
+
+  install -d -m755 "$pkgdir/usr/share/intellijidea-ce/bin"
+  install -d -m755 "$pkgdir/usr/lib"
+
+  [ $CARCH == "x86_64" ] && SUFFIX=64
+  install -m755 "idea-IC-$_pkgver"/bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/
+  install -m644 "idea-IC-$_pkgver"/bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-13 15:38:52 UTC (rev 88192)
+++ community-x86_64/PKGBUILD   2013-04-13 15:39:41 UTC (rev 88193)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=12.1
-_pkgver=129.161
-pkgrel=1
-pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="http://www.jetbrains.org/";
-license=('apache')
-depends=('glibc')
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('687ba6aea524099f10605bb50569864d')
-
-package() {
-  cd "$srcdir"
-
-  install -d -m755 "$pkgdir/usr/share/intellijidea-ce/bin"
-  install -d -m755 "$pkgdir/usr/lib"
-
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -m755 "idea-IC-$_pkgver"/bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/
-  install -m644 "idea-IC-$_pkgver"/bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-x86_64/PKGBUILD (from rev 88192, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-13 15:39:41 UTC (rev 88193)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-libs
+pkgver=12.1.1
+_pkgver=129.239
+pkgrel=1
+pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE"
+arch=('i686' 'x86_64')
+url="http://www.jetbrains.org/";
+license=('apache')
+depends=('glibc')
+options=(!strip)
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
+md5sums=('279905aa380822f8a72a01e2b4955b44')
+
+package() {
+  cd "$srcdir"
+
+  install -d -m755 "$pkgdir/usr/share/intellijidea-ce/bin"
+  install -d -m755 "$pkgdir/usr/lib"
+
+  [ $CARCH == "x86_64" ] && SUFFIX=64
+  install -m755 "idea-IC-$_pkgver"/bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/
+  install -m644 "idea-IC-$_

[arch-commits] Commit in intellij-idea-libs/trunk (PKGBUILD)

2013-04-13 Thread Lukas Jirkovsky
Date: Saturday, April 13, 2013 @ 17:38:52
  Author: stativ
Revision: 88192

upgpkg: intellij-idea-libs 12.1.1-1

update to 12.1.1, fix "Native file watcher executable is outdated" message by 
adding !strip

Modified:
  intellij-idea-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 15:25:43 UTC (rev 88191)
+++ PKGBUILD2013-04-13 15:38:52 UTC (rev 88192)
@@ -1,16 +1,17 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-libs
-pkgver=12.1
-_pkgver=129.161
+pkgver=12.1.1
+_pkgver=129.239
 pkgrel=1
 pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE"
 arch=('i686' 'x86_64')
 url="http://www.jetbrains.org/";
 license=('apache')
 depends=('glibc')
+options=(!strip)
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('687ba6aea524099f10605bb50569864d')
+md5sums=('279905aa380822f8a72a01e2b4955b44')
 
 package() {
   cd "$srcdir"



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

2013-04-13 Thread Tobias Powalowski
Date: Saturday, April 13, 2013 @ 17:31:35
  Author: tpowa
Revision: 182732

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 182731, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 182731, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 182731, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 182731, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 182731, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 182731, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 182731, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 182731, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 182731, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 182731, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 182731, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 182731, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 182731, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 182731, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 182731, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 182731, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 182731, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 182731, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 182731, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 182731, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 182731, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 182731, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 182731, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 182731, linux-lts/trunk/module-symbol-waiting-3.0.patch)

-+
 testing-i686/3.0.54-ptrace-i686-build.patch
 |   41 
 testing-i686/PKGBUILD  
 |  321 
 testing-i686/change-default-console-loglevel.patch 
 |   12 
 testing-i686/config
 | 5575 ++
 testing-i686/config.x86_64 
 | 5330 +
 testing-i686/ext4-options.patch
 |   49 
 testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch  
 |  187 
 testing-i686/i915-fix-ghost-tv-output.patch
 |   26 
 testing-i686/linux-lts.install 
 |   65 
 testing-i686/linux-lts.preset  
 |   14 
 testing-i686/module-init-wait-3.0.patch
 |   77 
 testing-i686/module-symbol-waiting-3.0.patch   
 |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch  
 |   41 
 testing-x86_64/PKGBUILD
 |  321 
 testing-x86_64/change-default-console-loglevel.patch   
 |   12 
 testing-x86_64/config  
 | 5575 ++
 testing-x86_64/config.x86_64   
 | 5330 +
 testing-x86_64/ext4-options.patch  
 |   49 
 
testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch 
|  187 
 testing-x86_64/

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

2013-04-13 Thread Tobias Powalowski
Date: Saturday, April 13, 2013 @ 17:31:06
  Author: tpowa
Revision: 182731

upgpkg: linux-lts 3.0.73-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   14 --
 linux-lts.install |2 +-
 2 files changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 13:43:21 UTC (rev 182730)
+++ PKGBUILD2013-04-13 15:31:06 UTC (rev 182731)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.72
+pkgver=3.0.73
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -22,10 +22,9 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch'
 'module-symbol-waiting-3.0.patch'
-'module-init-wait-3.0.patch'
-'ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch')
+'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'b8255a58fbdf50cea9a0fa5069e41427'
+ '475946806429c40939bbfb087ba54de0'
  '8f430189023f071f2be6aa7d3bc747d5'
  '879c8a04d02530f902ef3d6d3fc80933'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -33,8 +32,7 @@
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8'
  '670931649c60fcb3ef2e0119ed532bd4'
- '8a71abc4224f575008f974a099b5cf6f'
- 'ee587972bbd35841cc0efe82db9caa7c')
+ '8a71abc4224f575008f974a099b5cf6f')
 
 _kernelname=${pkgbase#linux}
 
@@ -47,10 +45,6 @@
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
-  # revert i686 build breaker 3.0.72 kernel
-  if [ "${CARCH}" = "i686" ]; then  
-patch -Rp1 -i 
"${srcdir}/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch"
-  fi
   # Some chips detect a ghost TV output
   # mailing list discussion: 
http://lists.freedesktop.org/archives/intel-gfx/2011-April/010371.html
   # Arch Linux bug report: FS#19234

Modified: linux-lts.install
===
--- linux-lts.install   2013-04-13 13:43:21 UTC (rev 182730)
+++ linux-lts.install   2013-04-13 15:31:06 UTC (rev 182731)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.72-1-lts
+KERNEL_VERSION=3.0.73-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-04-13 Thread Sven-Hendrik Haase
Date: Saturday, April 13, 2013 @ 17:25:43
  Author: svenstaro
Revision: 88191

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

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

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   59 --
 community-x86_64/PKGBUILD |   59 --
 3 files changed, 68 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-13 15:25:30 UTC (rev 88190)
+++ community-i686/PKGBUILD 2013-04-13 15:25:43 UTC (rev 88191)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=csfml
-
-_git=true
-
-if [[ "${_git}" = "true" ]]; then
-pkgver=1.99.git20120504
-fi
-
-pkgrel=1
-pkgdesc='C bindings for sfml'
-arch=('i686' 'x86_64')
-url='http://www.sfml-dev.org/'
-license=('zlib')
-depends=('sfml')
-makedepends=('git' 'cmake' 'doxygen')
-
-_gitroot='https://github.com/LaurentGomila/CSFML.git'
-_gitname='CSFML'
-
-build() {
-  cd "$srcdir"
-  msg "Connecting to GIT server"
-
-  if [ -d $_gitname ] ; then
-cd $_gitname && git pull origin
-msg "The local files are updated."
-  else
-git clone $_gitroot
-cd $_gitname
-  fi
-
-  msg "GIT checkout done or server timeout"
-  msg "Starting make..."
-
-  rm -rf "$srcdir/$_gitname-build"
-  cp -r "$srcdir/$_gitname" "$srcdir/$_gitname-build"
-  cd "$srcdir/$_gitname-build"
-
-  mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
--DBUILD_DOC=true
-  make
-  make doc
-}
-
-package() {
-  cd "$srcdir/$_gitname-build/build/"
-
-  make DESTDIR="$pkgdir/" install
-
-  install -Dm644 ../license.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  make clean
-}
-

Copied: csfml/repos/community-i686/PKGBUILD (from rev 88190, 
csfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-13 15:25:43 UTC (rev 88191)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=csfml
+pkgver=2.0
+pkgrel=1
+pkgdesc='C bindings for sfml'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=("sfml=${pkgver}")
+makedepends=('cmake' 'doxygen')
+source=("csfml-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/2.0.tar.gz";)
+md5sums=('d609c9e3b115d480d8c61911d774472c')
+
+build() {
+  cd "$srcdir"/CSFML-${pkgver}
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_DOC=true
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/CSFML-${pkgver}/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 ../license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-13 15:25:30 UTC (rev 88190)
+++ community-x86_64/PKGBUILD   2013-04-13 15:25:43 UTC (rev 88191)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=csfml
-
-_git=true
-
-if [[ "${_git}" = "true" ]]; then
-pkgver=1.99.git20120504
-fi
-
-pkgrel=1
-pkgdesc='C bindings for sfml'
-arch=('i686' 'x86_64')
-url='http://www.sfml-dev.org/'
-license=('zlib')
-depends=('sfml')
-makedepends=('git' 'cmake' 'doxygen')
-
-_gitroot='https://github.com/LaurentGomila/CSFML.git'
-_gitname='CSFML'
-
-build() {
-  cd "$srcdir"
-  msg "Connecting to GIT server"
-
-  if [ -d $_gitname ] ; then
-cd $_gitname && git pull origin
-msg "The local files are updated."
-  else
-git clone $_gitroot
-cd $_gitname
-  fi
-
-  msg "GIT checkout done or server timeout"
-  msg "Starting make..."
-
-  rm -rf "$srcdir/$_gitname-build"
-  cp -r "$srcdir/$_gitname" "$srcdir/$_gitname-build"
-  cd "$srcdir/$_gitname-build"
-
-  mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
--DBUILD_DOC=true
-  make
-  make doc
-}
-
-package() {
-  cd "$srcdir/$_gitname-build/build/"
-
-  make DESTDIR="$pkgdir/" install
-
-  install -Dm644 ../license.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  make clean
-}
-

Copied: csfml/repos/community-x86_64/PKGBUILD (from rev 88190, 
csfml/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-13 15:25:43 UTC (rev 88191)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=csfml
+pkgver=2.0
+pkgrel=1
+pkgdesc='C bindings for sfml'
+arch=('i686' 'x86_64')
+url='http:/

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

2013-04-13 Thread Sven-Hendrik Haase
Date: Saturday, April 13, 2013 @ 17:25:30
  Author: svenstaro
Revision: 88190

upgpkg: csfml 2.0-1

Updating to 2.0

Modified:
  csfml/trunk/PKGBUILD

--+
 PKGBUILD |   47 +++
 1 file changed, 11 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 14:28:43 UTC (rev 88189)
+++ PKGBUILD2013-04-13 15:25:30 UTC (rev 88190)
@@ -2,58 +2,33 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=csfml
-
-_git=true
-
-if [[ "${_git}" = "true" ]]; then
-pkgver=1.99.git20120504
-fi
-
+pkgver=2.0
 pkgrel=1
 pkgdesc='C bindings for sfml'
 arch=('i686' 'x86_64')
 url='http://www.sfml-dev.org/'
 license=('zlib')
-depends=('sfml')
-makedepends=('git' 'cmake' 'doxygen')
+depends=("sfml=${pkgver}")
+makedepends=('cmake' 'doxygen')
+source=("csfml-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/2.0.tar.gz";)
+md5sums=('d609c9e3b115d480d8c61911d774472c')
 
-_gitroot='https://github.com/LaurentGomila/CSFML.git'
-_gitname='CSFML'
-
 build() {
-  cd "$srcdir"
-  msg "Connecting to GIT server"
+  cd "$srcdir"/CSFML-${pkgver}
 
-  if [ -d $_gitname ] ; then
-cd $_gitname && git pull origin
-msg "The local files are updated."
-  else
-git clone $_gitroot
-cd $_gitname
-  fi
-
-  msg "GIT checkout done or server timeout"
-  msg "Starting make..."
-
-  rm -rf "$srcdir/$_gitname-build"
-  cp -r "$srcdir/$_gitname" "$srcdir/$_gitname-build"
-  cd "$srcdir/$_gitname-build"
-
   mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
--DBUILD_DOC=true
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_DOC=true
   make
   make doc
 }
 
 package() {
-  cd "$srcdir/$_gitname-build/build/"
+  cd "$srcdir"/CSFML-${pkgver}/build
 
   make DESTDIR="$pkgdir/" install
 
-  install -Dm644 ../license.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  make clean
+  install -Dm644 ../license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 



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

2013-04-13 Thread Kyle Keen
Date: Saturday, April 13, 2013 @ 16:28:43
  Author: kkeen
Revision: 88189

archrelease: copy trunk to community-any

Added:
  ipython2/repos/community-any/PKGBUILD
(from rev 88188, ipython2/trunk/PKGBUILD)
Deleted:
  ipython2/repos/community-any/PKGBUILD

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-13 14:27:50 UTC (rev 88188)
+++ PKGBUILD2013-04-13 14:28:43 UTC (rev 88189)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Chris Brannon 
-# Contributor : Douglas Soares de Andrade 
-
-pkgbase=ipython2
-_pkgbase=ipython
-pkgname=(ipython2 ipython2-docs)
-pkgver=0.13.1
-pkgrel=1
-arch=('any')
-url="http://ipython.org";
-license=('Modified BSD')
-makedepends=('python2') # for setup.py
-source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz";)
-md5sums=('ca7e75f7c802afc6aaa0a1ea59846420')
-
-package_ipython2() {
-  pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('python2' 'python2-distribute')
-  optdepends=("wxpython: needed for ipythonx and ipython-wx"
-  "twisted: networking-related tasks"
-  "python2-foolscap: for IPython's parallel computing features"
-  "python2-pexpect: for irunner"
-  "python2-nose: if you want to run IPython's test suite"
-  "python2-pyqt: for ipython-qtconsole"
-  "python2-sip: for ipython-qtconsole"
-  "python2-pygments: for ipython-qtconsole"
-  "python2-pyzmq: for ipython-qtconsole"
-  "python2-tornado: for ipython notebook")
-
-  cd "$srcdir/$_pkgbase-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  rm -rf "$pkgdir/usr/share/doc"
-  find "$pkgdir" -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-  find "$pkgdir/" -name '*.pyc' -delete
-
-  # hack to get around ipython collision
-  cd "$pkgdir/usr/share/man/man1/"
-  mv ipcluster.1ipcluster2.1
-  mv ipcontroller.1 ipcontroller2.1
-  mv ipengine.1 ipengine2.1
-  mv iplogger.1 iplogger2.1
-  mv ipython.1  ipython2.1
-  mv irunner.1  irunner2.1
-  mv pycolor.1  pycolor2.1
-  cd "$pkgdir/usr/bin/"
-  mv ipcluster ipcluster2
-  mv ipcontroller  ipcontroller2
-  mv ipengine  ipengine2
-  mv iplogger  iplogger2
-  mv iptestiptest2
-  mv ipython   ipython2
-  mv irunner   irunner2
-  mv pycolor   pycolor2
-}
-
-package_ipython2-docs() {
-  pkgdesc='Documentation and examples for IPython2'
-
-  cd "$srcdir/$_pkgbase-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-  rm -rf "$pkgdir/usr/lib" "$pkgdir/usr/bin" "$pkgdir/usr/share/man"
-
- find "$pkgdir" -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  # This seems wrong.  We're running setup.py for both
-  # packages, and removing different things in each.
-  mv "$pkgdir/usr/share/doc/ipython/" "$pkgdir/usr/share/doc/ipython2/"
-}
-

Copied: ipython2/repos/community-any/PKGBUILD (from rev 88188, 
ipython2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-13 14:28:43 UTC (rev 88189)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Chris Brannon 
+# Contributor : Douglas Soares de Andrade 
+
+pkgbase=ipython2
+_pkgbase=ipython
+pkgname=(ipython2 ipython2-docs)
+pkgver=0.13.2
+pkgrel=1
+arch=('any')
+url="http://ipython.org";
+license=('Modified BSD')
+makedepends=('python2') # for setup.py
+source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz";)
+md5sums=('ead3b7eb70c653b537fb9d96d71b8b2a')
+
+package_ipython2() {
+  pkgdesc="An enhanced Interactive Python2 shell."
+  depends=('python2' 'python2-distribute')
+  optdepends=("wxpython: needed for ipythonx and ipython-wx"
+  "twisted: networking-related tasks"
+  "python2-foolscap: for IPython's parallel computing features"
+  "python2-pexpect: for irunner"
+  "python2-nose: if you want to run IPython's test suite"
+  "python2-pyqt: for ipython-qtconsole"
+  "python2-sip: for ipython-qtconsole"
+  "python2-pygments: for ipython-qtconsole"
+  "python2-pyzmq: for ipython-qtconsole"
+  "python2-tornado: for ipython notebook")
+
+  cd "$srcdir/$_pkgbase-$pkgver"
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  rm -rf "$pkgdir/usr/share/doc"
+  find "$pkgdir" -name '*.py' -print0 |xargs -0 \
+sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env py

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

2013-04-13 Thread Kyle Keen
Date: Saturday, April 13, 2013 @ 16:27:50
  Author: kkeen
Revision: 88188

upgpkg: ipython2 0.13.2-1

Modified:
  ipython2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 14:22:25 UTC (rev 88187)
+++ PKGBUILD2013-04-13 14:27:50 UTC (rev 88188)
@@ -6,14 +6,14 @@
 pkgbase=ipython2
 _pkgbase=ipython
 pkgname=(ipython2 ipython2-docs)
-pkgver=0.13.1
+pkgver=0.13.2
 pkgrel=1
 arch=('any')
 url="http://ipython.org";
 license=('Modified BSD')
 makedepends=('python2') # for setup.py
 source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz";)
-md5sums=('ca7e75f7c802afc6aaa0a1ea59846420')
+md5sums=('ead3b7eb70c653b537fb9d96d71b8b2a')
 
 package_ipython2() {
   pkgdesc="An enhanced Interactive Python2 shell."



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

2013-04-13 Thread Kyle Keen
Date: Saturday, April 13, 2013 @ 16:22:25
  Author: kkeen
Revision: 88187

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 88186, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-13 14:21:54 UTC (rev 88186)
+++ PKGBUILD2013-04-13 14:22:25 UTC (rev 88187)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: PepeSmith
-# Contributor: Aron Asor 
-# Contributor: Chris Brannon 
-# Contributor : Douglas Soares de Andrade 
- 
-pkgname=ipython
-pkgver=0.13.1
-pkgrel=1
-pkgdesc="An enhanced Interactive Python shell."
-arch=('any')
-url="http://ipython.org";
-provides=('ipython3')
-replaces=('ipython3')
-license=('Modified BSD')
-depends=('python' 'sqlite' 'python-distribute')
-optdepends=("wxpython: needed for ipythonx and ipython-wx"
-"python-nose: if you want to run IPython's test suite"
-"pyqt: for ipython-qtconsole"
-"sip: for ipython-qtconsole"
-"python-pygments: for ipython-qtconsole"
-"python-pyzmq: for ipython-qtconcole"
-"python-tornado: for ipython notebook")
-source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz";)
-md5sums=('ca7e75f7c802afc6aaa0a1ea59846420')
-
-package() {
-  cd "$srcdir/ipython-$pkgver"
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  find "$pkgdir/" -name '*.pyc' -delete
-  find "$pkgdir/" -type d -empty -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.txt 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
-
-  cd "$pkgdir/usr/bin/"
-  mv ipcluster3ipcluster
-  mv ipcontroller3 ipcontroller
-  mv ipengine3 ipengine
-  mv iplogger3 iplogger
-  mv iptest3   iptest
-  mv ipython3  ipython
-  mv irunner3  irunner
-  mv pycolor3  pycolor
-}

Copied: ipython/repos/community-any/PKGBUILD (from rev 88186, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-13 14:22:25 UTC (rev 88187)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor : Douglas Soares de Andrade 
+ 
+pkgname=ipython
+pkgver=0.13.2
+pkgrel=1
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="http://ipython.org";
+provides=('ipython3')
+replaces=('ipython3')
+license=('Modified BSD')
+depends=('python' 'sqlite' 'python-distribute')
+optdepends=("wxpython: needed for ipythonx and ipython-wx"
+"python-nose: if you want to run IPython's test suite"
+"pyqt: for ipython-qtconsole"
+"sip: for ipython-qtconsole"
+"python-pygments: for ipython-qtconsole"
+"python-pyzmq: for ipython-qtconcole"
+"python-tornado: for ipython notebook")
+source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz";)
+md5sums=('ead3b7eb70c653b537fb9d96d71b8b2a')
+
+package() {
+  cd "$srcdir/ipython-$pkgver"
+
+  # see https://github.com/ipython/ipython/issues/2057
+  #export LC_ALL=en_US.UTF-8
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  find "$pkgdir/" -name '*.pyc' -delete
+  find "$pkgdir/" -type d -empty -delete
+
+  install -Dm644 docs/source/about/license_and_copyright.txt 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
+
+  cd "$pkgdir/usr/bin/"
+  mv ipcluster3ipcluster
+  mv ipcontroller3 ipcontroller
+  mv ipengine3 ipengine
+  mv iplogger3 iplogger
+  mv iptest3   iptest
+  mv ipython3  ipython
+  mv irunner3  irunner
+  mv pycolor3  pycolor
+}



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

2013-04-13 Thread Kyle Keen
Date: Saturday, April 13, 2013 @ 16:21:54
  Author: kkeen
Revision: 88186

upgpkg: ipython 0.13.2-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 14:16:57 UTC (rev 88185)
+++ PKGBUILD2013-04-13 14:21:54 UTC (rev 88186)
@@ -6,7 +6,7 @@
 # Contributor : Douglas Soares de Andrade 
  
 pkgname=ipython
-pkgver=0.13.1
+pkgver=0.13.2
 pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -23,7 +23,7 @@
 "python-pyzmq: for ipython-qtconcole"
 "python-tornado: for ipython notebook")
 source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz";)
-md5sums=('ca7e75f7c802afc6aaa0a1ea59846420')
+md5sums=('ead3b7eb70c653b537fb9d96d71b8b2a')
 
 package() {
   cd "$srcdir/ipython-$pkgver"



[arch-commits] Commit in wine/repos/community-i686 (5 files)

2013-04-13 Thread Florian Pritz
Date: Saturday, April 13, 2013 @ 16:16:57
  Author: bluewind
Revision: 88185

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 88184, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 88184, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 88184, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   20 ++
 PKGBUILD  |  337 
 wine.install  |   24 +--
 3 files changed, 206 insertions(+), 175 deletions(-)

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 88184, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-04-13 14:16:57 UTC (rev 88185)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-13 14:14:36 UTC (rev 88184)
+++ PKGBUILD2013-04-13 14:16:57 UTC (rev 88185)
@@ -1,163 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.5.27
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign})
-md5sums=('ac24b230e2a18556d21e7243ccb24283'
- 'f2793f673706504affa6c6a7319843d2')
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com";
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  oss
-  samba
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  oss cups
-  samba
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("bin32-wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('bin32-wine' 'wine-wow64')
-  replaces=('bin32-wine')
-fi
-
-build() {
-  cd "$srcdir"
-
-  # Allow ccache to work
-  mv $pkgname-$_pkgbasever $pkgname
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir $pkgname-32-build
-
-  # These additional CFLAGS solve FS#27662 and FS#34195
-  export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0"
-  export CXXFLAGS="${CXXFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0"
-
-  if [[ $CARCH == x86_64 ]]; then
-msg2 "Building Wine-64..."
-
-mkdir $pkgname-64-build
-cd "$srcdir/$pkgname-64-build"
-../$pkgname/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib \
-  --with-x \
-  --without-gstreamer \
-  --enable-win64
-# Gstreamer was disabled for FS#33655
-
-make
-
-_wine32opts=(
-  --libdir=/usr/lib32
-  --with-wine64="$srcdir/$pkgname-64-build"
-)
-
-export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  fi
-
-  msg2 "Building Win

[arch-commits] Commit in wine/repos/multilib-x86_64 (5 files)

2013-04-13 Thread Florian Pritz
Date: Saturday, April 13, 2013 @ 16:14:36
  Author: bluewind
Revision: 88184

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 88183, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 88183, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 88183, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   20 ++
 PKGBUILD  |  337 
 wine.install  |   24 +--
 3 files changed, 206 insertions(+), 175 deletions(-)

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 88183, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-04-13 14:14:36 UTC (rev 88184)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-13 14:14:32 UTC (rev 88183)
+++ PKGBUILD2013-04-13 14:14:36 UTC (rev 88184)
@@ -1,163 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.5.27
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign})
-md5sums=('ac24b230e2a18556d21e7243ccb24283'
- 'f2793f673706504affa6c6a7319843d2')
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com";
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  oss
-  samba
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  oss cups
-  samba
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("bin32-wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('bin32-wine' 'wine-wow64')
-  replaces=('bin32-wine')
-fi
-
-build() {
-  cd "$srcdir"
-
-  # Allow ccache to work
-  mv $pkgname-$_pkgbasever $pkgname
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir $pkgname-32-build
-
-  # These additional CFLAGS solve FS#27662 and FS#34195
-  export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0"
-  export CXXFLAGS="${CXXFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0"
-
-  if [[ $CARCH == x86_64 ]]; then
-msg2 "Building Wine-64..."
-
-mkdir $pkgname-64-build
-cd "$srcdir/$pkgname-64-build"
-../$pkgname/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib \
-  --with-x \
-  --without-gstreamer \
-  --enable-win64
-# Gstreamer was disabled for FS#33655
-
-make
-
-_wine32opts=(
-  --libdir=/usr/lib32
-  --with-wine64="$srcdir/$pkgname-64-build"
-)
-
-export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  fi
-
-  msg2 "Build

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

2013-04-13 Thread Florian Pritz
Date: Saturday, April 13, 2013 @ 16:14:32
  Author: bluewind
Revision: 88183

upgpkg: wine 1.5.28-1

upstream update

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 13:44:27 UTC (rev 88182)
+++ PKGBUILD2013-04-13 14:14:32 UTC (rev 88183)
@@ -5,14 +5,14 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.5.27
+pkgver=1.5.28
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-md5sums=('ac24b230e2a18556d21e7243ccb24283'
+md5sums=('a5b94becaf41a3e7f6d3d85a57a2f8d4'
  'SKIP'
  '1ff4e467f59409272088d92173a0f801')
 



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

2013-04-13 Thread Bartłomiej Piotrowski
Date: Saturday, April 13, 2013 @ 15:40:44
  Author: bpiotrowski
Revision: 88180

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

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

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

Copied: pdf2djvu/repos/community-staging-i686/PKGBUILD (from rev 88179, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-13 13:40:44 UTC (rev 88180)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.7.16
+pkgrel=3
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://pdf2djvu.googlecode.com";
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=("http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz";)
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+check() {
+
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+md5sums=('6ba1e576212e129111518a8c4afd1092')

Copied: pdf2djvu/repos/community-staging-x86_64/PKGBUILD (from rev 88179, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-13 13:40:44 UTC (rev 88180)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.7.16
+pkgrel=3
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://pdf2djvu.googlecode.com";
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=("http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz";)
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+check() {
+
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+md5sums=('6ba1e576212e129111518a8c4afd1092')



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

2013-04-13 Thread Bartłomiej Piotrowski
Date: Saturday, April 13, 2013 @ 15:40:28
  Author: bpiotrowski
Revision: 88179

upgpkg: pdf2djvu 0.7.16-3

- rebuild against poppler 0.22.3

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 10:41:30 UTC (rev 88178)
+++ PKGBUILD2013-04-13 13:40:28 UTC (rev 88179)
@@ -4,7 +4,7 @@
 
 pkgname=pdf2djvu
 pkgver=0.7.16
-pkgrel=2
+pkgrel=3
 pkgdesc="Creates DjVu files from PDF files"
 arch=('i686' 'x86_64')
 url="http://pdf2djvu.googlecode.com";



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

2013-04-13 Thread Andreas Radke
Date: Saturday, April 13, 2013 @ 15:31:58
  Author: andyrtr
Revision: 182723

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

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/09-texlive-fonts.conf
(from rev 182722, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 182722, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
(from rev 182722, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-i686/luatex-r4449-radical-rule-thickness.patch
(from rev 182722, 
texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/staging-i686/poppler-0.20.patch
(from rev 182722, texlive-bin/trunk/poppler-0.20.patch)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 182722, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-i686/texmf.cnf
(from rev 182722, texlive-bin/trunk/texmf.cnf)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/09-texlive-fonts.conf
(from rev 182722, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 182722, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
(from rev 182722, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-x86_64/luatex-r4449-radical-rule-thickness.patch
(from rev 182722, 
texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/staging-x86_64/poppler-0.20.patch
(from rev 182722, texlive-bin/trunk/poppler-0.20.patch)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 182722, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/texmf.cnf
(from rev 182722, texlive-bin/trunk/texmf.cnf)

--+
 staging-i686/09-texlive-fonts.conf   |9 
 staging-i686/PKGBUILD|  323 +
 staging-i686/fix-fontforge-encoding.patch|   12 
 staging-i686/luatex-r4449-radical-rule-thickness.patch   |   23 
 staging-i686/poppler-0.20.patch  |   22 
 staging-i686/texlive.install |   43 
 staging-i686/texmf.cnf   |  724 +
 staging-x86_64/09-texlive-fonts.conf |9 
 staging-x86_64/PKGBUILD  |  323 +
 staging-x86_64/fix-fontforge-encoding.patch  |   12 
 staging-x86_64/luatex-r4449-radical-rule-thickness.patch |   23 
 staging-x86_64/poppler-0.20.patch|   22 
 staging-x86_64/texlive.install   |   43 
 staging-x86_64/texmf.cnf |  724 +
 14 files changed, 2312 insertions(+)

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


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

2013-04-13 Thread Andreas Radke
Date: Saturday, April 13, 2013 @ 15:31:26
  Author: andyrtr
Revision: 182722

upgpkg: texlive-bin 2012.0-9

poppler rebuild

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 12:54:48 UTC (rev 182721)
+++ PKGBUILD2013-04-13 13:31:26 UTC (rev 182722)
@@ -4,12 +4,12 @@
 
 pkgname=texlive-bin
 pkgver=2012.0
-pkgrel=8
+pkgrel=9
 _biber_ver=1.3 # for biblatex 2.3 only.
 pkgdesc="TeX Live binaries"
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('t1lib' 'gd' 'poppler>=0.22.0' 'libsigsegv' 'zziplib' 'libpng' 
'libjpeg' 'freetype2')
+depends=('t1lib' 'gd' 'poppler>=0.22.3' 'libsigsegv' 'zziplib' 'libpng' 
'libjpeg' 'freetype2')
 makedepends=('perl' 'clisp' 'ffcall')
 optdepends=('ed: for texconfig')
 provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')



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

2013-04-13 Thread Andreas Radke
Date: Saturday, April 13, 2013 @ 14:54:48
  Author: andyrtr
Revision: 182721

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

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

---+
 staging-i686/PKGBUILD |  222 
 staging-i686/calligra-braindump.install   |   12 +
 staging-i686/calligra-filters.install |   11 +
 staging-i686/calligra-flow.install|   12 +
 staging-i686/calligra-karbon.install  |   12 +
 staging-i686/calligra-kexi.install|   12 +
 staging-i686/calligra-krita.install   |   13 +
 staging-i686/calligra-plan.install|   12 +
 staging-i686/calligra-plugins.install |   11 +
 staging-i686/calligra-sheets.install  |   12 +
 staging-i686/calligra-stage.install   |   12 +
 staging-i686/calligra-tools.install   |   12 +
 staging-i686/calligra-words.install   |   12 +
 staging-i686/calligra.install |   11 +
 staging-x86_64/PKGBUILD   |  222 
 staging-x86_64/calligra-braindump.install |   12 +
 staging-x86_64/calligra-filters.install   |   11 +
 staging-x86_64/calligra-flow.install  |   12 +
 staging-x86_64/calligra-karbon.install|   12 +
 staging-x86_64/calligra-kexi.install  |   12 +
 staging-x86_64/calligra-krita.install |   13 +
 staging-x86_64/calligra-plan.install  |   12 +
 staging-x86_64/calligra-plugins.install   |   11 +
 staging-x86_64/calligra-sheets.install|   12 +
 staging-x86_64/calligra-stage.install |   12 +
 staging-x86_64/calligra-tools.install |   12 +
 staging-x86_64/calligra-words.install |   12 +
 staging-x86_64/calligra.install   |   11 +
 28 files changed, 752 insertions(+)

Copied: calligra/repos/stag

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

2013-04-13 Thread Andreas Radke
Date: Saturday, April 13, 2013 @ 14:53:51
  Author: andyrtr
Revision: 182720

upgpkg: calligra 2.6.3-2

poppler rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 11:00:24 UTC (rev 182719)
+++ PKGBUILD2013-04-13 12:53:51 UTC (rev 182720)
@@ -18,7 +18,7 @@
  'calligra-braindump'
  'calligra-flow')
 pkgver=2.6.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')



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

2013-04-13 Thread Tobias Powalowski
Date: Saturday, April 13, 2013 @ 13:00:24
  Author: tpowa
Revision: 182719

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 182718, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 182718, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 182718, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 182718, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 182718, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 182718, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 182718, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 182718, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 182718, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 182718, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 182718, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 182718, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  322 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6200 +
 testing-i686/config.x86_64   | 5979 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  322 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6200 +
 testing-x86_64/config.x86_64 | 5979 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 25184 insertions(+)

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


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

2013-04-13 Thread Tobias Powalowski
Date: Saturday, April 13, 2013 @ 12:58:55
  Author: tpowa
Revision: 182718

upgpkg: linux 3.8.7-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

---+
 PKGBUILD  |5 +++--
 linux.install |2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 09:53:25 UTC (rev 182717)
+++ PKGBUILD2013-04-13 10:58:55 UTC (rev 182718)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.8
-pkgver=3.8.6
+pkgver=3.8.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -20,11 +20,12 @@
 'linux.preset'
 'change-default-console-loglevel.patch')
 md5sums=('1c738edfc54e7c65faeb90c436104e2f'
- 'f11748a53d4ec0e2dcbfbb64526d6434'
+ 'd166692330220c425d69db82c9d693b6'
  '838191b72463b4146bc981b602423311'
  '0bebd8b31487488bd75fe5a1892d0db8'
  'eb14dcfd80c00852ef81ded6e826826a'
  'f3def2cefdcbb954c21d8505d23cc83c')
+
 _kernelname=${pkgbase#linux}
 
 prepare() {

Modified: linux.install
===
--- linux.install   2013-04-13 09:53:25 UTC (rev 182717)
+++ linux.install   2013-04-13 10:58:55 UTC (rev 182718)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.8.6-1-ARCH
+KERNEL_VERSION=3.8.7-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-04-13 Thread Sébastien Luttringer
Date: Saturday, April 13, 2013 @ 12:41:30
  Author: seblu
Revision: 88178

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

Added:
  python-psutil/repos/community-i686/PKGBUILD
(from rev 88177, python-psutil/trunk/PKGBUILD)
  python-psutil/repos/community-x86_64/PKGBUILD
(from rev 88177, python-psutil/trunk/PKGBUILD)
Deleted:
  python-psutil/repos/community-i686/PKGBUILD
  python-psutil/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-13 10:40:09 UTC (rev 88177)
+++ community-i686/PKGBUILD 2013-04-13 10:41:30 UTC (rev 88178)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=0.6.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/psutil/'
-license=('custom: BSD')
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
-source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz";) 
-sha1sums=('f7a76e201601d8e06a1fdf434422f884888aac86')
-
-build() {
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 88177, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-13 10:41:30 UTC (rev 88178)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=0.7.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/psutil/'
+license=('custom: BSD')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
+source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz";) 
+sha1sums=('e19bd1c050786616dd81a3b200c61b8147eb9985')
+
+build() {
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-13 10:40:09 UTC (rev 88177)
+++ community-x86_64/PKGBUILD   2013-04-13 10:41:30 UTC (rev 88178)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=0.6.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/psutil/'
-license=('custom: BSD')
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
-source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz";) 
-sha1sums=('f7a76e201601d8e06a1fdf434422f884888aac86')
-
-build() {
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr

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

2013-04-13 Thread Sébastien Luttringer
Date: Saturday, April 13, 2013 @ 12:40:09
  Author: seblu
Revision: 88177

upgpkg: python-psutil 0.7.0-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 10:02:06 UTC (rev 88176)
+++ PKGBUILD2013-04-13 10:40:09 UTC (rev 88177)
@@ -3,14 +3,14 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/psutil/'
 license=('custom: BSD')
 makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
 source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz";) 
-sha1sums=('f7a76e201601d8e06a1fdf434422f884888aac86')
+sha1sums=('e19bd1c050786616dd81a3b200c61b8147eb9985')
 
 build() {
   cd psutil-$pkgver



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

2013-04-13 Thread Bartłomiej Piotrowski
Date: Saturday, April 13, 2013 @ 12:02:06
  Author: bpiotrowski
Revision: 88176

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-13 09:46:46 UTC (rev 88175)
+++ community-i686/PKGBUILD 2013-04-13 10:02:06 UTC (rev 88176)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=0.10.3
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'python2')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
-sha256sums=('bc8796ff6414231fa0603e0383404f14648dfd2fe9fb0fa4d4a6043dfddbb328')
-
-build() {
-  cd node-v${pkgver}
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-  export PYTHON=python2
-
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  make test || true
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/*.html \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 88175, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-13 10:02:06 UTC (rev 88176)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=0.10.4
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'python2')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
+sha256sums=('1c960d2822447a9e4f7c46b832ff05e86743033c6643d644975af1cbf6a44fb8')
+
+build() {
+  cd node-v${pkgver}
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+  export PYTHON=python2
+
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  make test || true
+}
+
+package() {
+  cd node-v${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  # install docs as per user request
+  install -d $pkgdir/usr/share/doc/nodejs
+  cp -r doc/api/*.html \
+$pkgdir/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+$pkgdir/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-13 09:46:46 UTC (rev 88175)
+++ community-x86_64/PKGBUILD   2013-04-13 10:02:06 UTC (rev 88176)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=0.10.3
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'python2')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v${pk

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

2013-04-13 Thread Andreas Radke
Date: Saturday, April 13, 2013 @ 11:53:25
  Author: andyrtr
Revision: 182717

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 182716, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/inkscape-0.48.4-spuriouscomma.patch
(from rev 182716, inkscape/trunk/inkscape-0.48.4-spuriouscomma.patch)
  inkscape/repos/staging-i686/install
(from rev 182716, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 182716, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/inkscape-0.48.4-spuriouscomma.patch
(from rev 182716, inkscape/trunk/inkscape-0.48.4-spuriouscomma.patch)
  inkscape/repos/staging-x86_64/install
(from rev 182716, inkscape/trunk/install)

+
 staging-i686/PKGBUILD  |   57 +++
 staging-i686/inkscape-0.48.4-spuriouscomma.patch   |   11 +++
 staging-i686/install   |   13 
 staging-x86_64/PKGBUILD|   57 +++
 staging-x86_64/inkscape-0.48.4-spuriouscomma.patch |   11 +++
 staging-x86_64/install |   13 
 6 files changed, 162 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 182716, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-13 09:53:25 UTC (rev 182717)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=6
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib>=0.22.3' 'popt'
+ 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'pyxml: some extensions'
+'uniconvertor: reading/writing to some proprietary formats')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+inkscape-0.48.4-spuriouscomma.patch)
+sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
+  '7d1d5a6d1d2b0926721a994d5889c52890fc57c1')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   
+   # fix FTBS, patch taken from FC
+   patch -Np0 -i ${srcdir}/inkscape-0.48.4-spuriouscomma.patch
+
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/staging-i686/inkscape-0.48.4-spuriouscomma.patch (from 
rev 182716, inkscape/trunk/inkscape-0.48.4-spuriouscomma.patch)
===
--- staging-i686/inkscape-0.48.4-spuriouscomma.patch
(rev 0)
+++ staging-i686/inkscape-0.48.4-spuriouscomma.patch2013-04-13 09:53:25 UTC 
(rev 182717)
@@ -0,0 +1,11 @@
+--- src/widgets/desktop-widget.h~  2011-07-08 13:25:09.0 -0500
 src/widgets/desktop-widget.h   2013-02-15 16:04:45.806910365 -0600
+@@ -239,7 +239,7 @@
+ private:
+ GtkWidget *tool_toolbox;
+ GtkWidget *aux_toolbox;
+-GtkWidget *commands_toolbox,;
++GtkWidget *commands_toolbox;
+ GtkWidget *snap_toolbox;
+ 
+ static void init(SPDesktopWidget *widget);

Copied: inkscape/repos/staging-i686/install (from rev 182716, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-04-13 09:53:25 UTC (rev 182717)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/sta

[arch-commits] Commit in inkscape/trunk (PKGBUILD inkscape-0.48.4-spuriouscomma.patch)

2013-04-13 Thread Andreas Radke
Date: Saturday, April 13, 2013 @ 11:53:03
  Author: andyrtr
Revision: 182716

upgpkg: inkscape 0.48.4-6

poppler rebuild

Added:
  inkscape/trunk/inkscape-0.48.4-spuriouscomma.patch
Modified:
  inkscape/trunk/PKGBUILD

-+
 PKGBUILD|   13 +
 inkscape-0.48.4-spuriouscomma.patch |   11 +++
 2 files changed, 20 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 09:21:57 UTC (rev 182715)
+++ PKGBUILD2013-04-13 09:53:03 UTC (rev 182716)
@@ -5,13 +5,13 @@
 
 pkgname=inkscape
 pkgver=0.48.4
-pkgrel=5
+pkgrel=6
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 license=('GPL' 'LGPL')
 arch=('i686' 'x86_64')
 makedepends=('boost' 'intltool')
-depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib>=0.22.0' 'popt'
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib>=0.22.3' 'popt'
  'python2' 'desktop-file-utils' 'hicolor-icon-theme')
 optdepends=('pstoedit: latex formulas'
 'texlive-core: latex formulas'
@@ -20,13 +20,18 @@
 'pyxml: some extensions'
 'uniconvertor: reading/writing to some proprietary formats')
 options=('!libtool')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+inkscape-0.48.4-spuriouscomma.patch)
+sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
+  '7d1d5a6d1d2b0926721a994d5889c52890fc57c1')
 
 install=install
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+   
+   # fix FTBS, patch taken from FC
+   patch -Np0 -i ${srcdir}/inkscape-0.48.4-spuriouscomma.patch
 
sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py

Added: inkscape-0.48.4-spuriouscomma.patch
===
--- inkscape-0.48.4-spuriouscomma.patch (rev 0)
+++ inkscape-0.48.4-spuriouscomma.patch 2013-04-13 09:53:03 UTC (rev 182716)
@@ -0,0 +1,11 @@
+--- src/widgets/desktop-widget.h~  2011-07-08 13:25:09.0 -0500
 src/widgets/desktop-widget.h   2013-02-15 16:04:45.806910365 -0600
+@@ -239,7 +239,7 @@
+ private:
+ GtkWidget *tool_toolbox;
+ GtkWidget *aux_toolbox;
+-GtkWidget *commands_toolbox,;
++GtkWidget *commands_toolbox;
+ GtkWidget *snap_toolbox;
+ 
+ static void init(SPDesktopWidget *widget);



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

2013-04-13 Thread Bartłomiej Piotrowski
Date: Saturday, April 13, 2013 @ 11:46:46
  Author: bpiotrowski
Revision: 88175

upgpkg: nodejs 0.10.4-1

- upstream release

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 09:35:13 UTC (rev 88174)
+++ PKGBUILD2013-04-13 09:46:46 UTC (rev 88175)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=0.10.3
+pkgver=0.10.4
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 checkdepends=('curl')
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
-sha256sums=('bc8796ff6414231fa0603e0383404f14648dfd2fe9fb0fa4d4a6043dfddbb328')
+sha256sums=('1c960d2822447a9e4f7c46b832ff05e86743033c6643d644975af1cbf6a44fb8')
 
 build() {
   cd node-v${pkgver}



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

2013-04-13 Thread Bartłomiej Piotrowski
Date: Saturday, April 13, 2013 @ 11:35:13
  Author: bpiotrowski
Revision: 88174

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-13 02:09:22 UTC (rev 88173)
+++ community-i686/PKGBUILD 2013-04-13 09:35:13 UTC (rev 88174)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=0.10.3
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'python2')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
-sha256sums=('bc8796ff6414231fa0603e0383404f14648dfd2fe9fb0fa4d4a6043dfddbb328')
-
-build() {
-  cd node-v${pkgver}
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-  export PYTHON=python2
-
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  make test || true
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/*.html \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 88173, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-13 09:35:13 UTC (rev 88174)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=0.10.3
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'python2')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
+sha256sums=('bc8796ff6414231fa0603e0383404f14648dfd2fe9fb0fa4d4a6043dfddbb328')
+
+build() {
+  cd node-v${pkgver}
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+  export PYTHON=python2
+
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  make test || true
+}
+
+package() {
+  cd node-v${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  # install docs as per user request
+  install -d $pkgdir/usr/share/doc/nodejs
+  cp -r doc/api/*.html \
+$pkgdir/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+$pkgdir/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-13 02:09:22 UTC (rev 88173)
+++ community-x86_64/PKGBUILD   2013-04-13 09:35:13 UTC (rev 88174)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=0.10.3
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'python2')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v${pk

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

2013-04-13 Thread Andreas Radke
Date: Saturday, April 13, 2013 @ 11:21:57
  Author: andyrtr
Revision: 182715

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

Added:
  dovecot/repos/testing-i686/
  dovecot/repos/testing-i686/PKGBUILD
(from rev 182714, dovecot/trunk/PKGBUILD)
  dovecot/repos/testing-i686/dovecot.install
(from rev 182714, dovecot/trunk/dovecot.install)
  dovecot/repos/testing-i686/dovecot.tmpfilesd
(from rev 182714, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/testing-x86_64/
  dovecot/repos/testing-x86_64/PKGBUILD
(from rev 182714, dovecot/trunk/PKGBUILD)
  dovecot/repos/testing-x86_64/dovecot.install
(from rev 182714, dovecot/trunk/dovecot.install)
  dovecot/repos/testing-x86_64/dovecot.tmpfilesd
(from rev 182714, dovecot/trunk/dovecot.tmpfilesd)

--+
 testing-i686/PKGBUILD|   85 +
 testing-i686/dovecot.install |   58 +
 testing-i686/dovecot.tmpfilesd   |1 
 testing-x86_64/PKGBUILD  |   85 +
 testing-x86_64/dovecot.install   |   58 +
 testing-x86_64/dovecot.tmpfilesd |1 
 6 files changed, 288 insertions(+)

Copied: dovecot/repos/testing-i686/PKGBUILD (from rev 182714, 
dovecot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-13 09:21:57 UTC (rev 182715)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Paul Mattal 
+# Contributor: Federico Quagliata (quaqo) 
+# Contributor: GARETTE Emmanuel 
+
+
+# --->>> remember to rebuild/bump pigeonhole in one step <<<---
+
+pkgname=dovecot
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="An IMAP and POP3 server written with security primarily in mind"
+arch=('i686' 'x86_64')
+url="http://dovecot.org/";
+license=("LGPL")
+depends=('krb5' 'openssl' 'sqlite>=3.7.5' 'libmariadbclient'
+'postgresql-libs>=9.0.3' 'bzip2' 'expat' 'curl')
+makedepends=('pam>=1.1.1' 'libcap>=2.19' 'libldap>=2.4.22' 'clucene')
+optdepends=('libldap: ldap plugin'
+   'clucene: alternative FTS indexer')
+provides=('imap-server' 'pop3-server')
+options=('!libtool')
+install=$pkgname.install
+source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
+dovecot.tmpfilesd)
+md5sums=('905b8bb783a9a9da2f2c5ece929942ac'
+ 'SKIP'
+ '342a28251d40f983c98c0d1f1bf3d07d')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  # fix build with recent clucene (FC)
+  sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" 
src/plugins/fts-lucene/Makefile.in
+  
+  # fix path in helper script
+  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
+
+  # configure with openssl, mysql, and postgresql support
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system \
+   --disable-static \
+   --with-nss \
+   --with-pam \
+   --with-mysql \
+   --with-pgsql \
+   --with-sqlite \
+   --with-ssl=openssl \
+   --with-ssldir=/etc/ssl \
+   --with-gssapi \
+   --with-ldap=plugin \
+   --with-zlib --with-bzlib \
+   --with-libcap \
+   --with-solr \
+   --with-lucene \
+   --with-docs
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  # install example conf files and ssl.conf
+  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
+  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
+  install -d -m755 ${pkgdir}/etc/ssl
+  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
+
+  # install mkcert helper script
+  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
+
+  rm ${pkgdir}/etc/dovecot/README
+  
+  # systemd tmpfile
+  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
+  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
+}

Copied: dovecot/repos/testing-i686/dovecot.install (from rev 182714, 
dovecot/trunk/dovecot.install)
===
--- testing-i686/dovecot.install(rev 0)
+++ testing-i686/dovecot.install2013-04-13 09:21:57 UTC (rev 182715)
@@ -0,0 +1,58 @@
+# arg 1:  the new package version
+post_install() {
+
+  # Make sure the group and user "dovecot"+"dovenull exists on this system and 
have the correct values
+
+  # dovecot
+  if grep -q "^dovecot:" /etc/group &> /dev/null ; then
+groupmod -g 76 -

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

2013-04-13 Thread Andreas Radke
Date: Saturday, April 13, 2013 @ 11:21:38
  Author: andyrtr
Revision: 182714

upgpkg: dovecot 2.2.0-1

upstream update 2.2.0

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 08:31:57 UTC (rev 182713)
+++ PKGBUILD2013-04-13 09:21:38 UTC (rev 182714)
@@ -8,7 +8,7 @@
 # --->>> remember to rebuild/bump pigeonhole in one step <<<---
 
 pkgname=dovecot
-pkgver=2.1.16
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
@@ -22,9 +22,9 @@
 provides=('imap-server' 'pop3-server')
 options=('!libtool')
 install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig}
+source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
 dovecot.tmpfilesd)
-md5sums=('72abf618cfa678194f9338f6c0aeb47d'
+md5sums=('905b8bb783a9a9da2f2c5ece929942ac'
  'SKIP'
  '342a28251d40f983c98c0d1f1bf3d07d')
 



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

2013-04-13 Thread Jan Steffens
Date: Saturday, April 13, 2013 @ 10:31:57
  Author: heftig
Revision: 182713

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

Added:
  rhythmbox/repos/testing-i686/PKGBUILD
(from rev 182712, rhythmbox/trunk/PKGBUILD)
  rhythmbox/repos/testing-i686/rhythmbox.install
(from rev 182712, rhythmbox/trunk/rhythmbox.install)
  rhythmbox/repos/testing-x86_64/PKGBUILD
(from rev 182712, rhythmbox/trunk/PKGBUILD)
  rhythmbox/repos/testing-x86_64/rhythmbox.install
(from rev 182712, rhythmbox/trunk/rhythmbox.install)
Deleted:
  rhythmbox/repos/testing-i686/PKGBUILD
  rhythmbox/repos/testing-i686/rhythmbox.install
  rhythmbox/repos/testing-x86_64/PKGBUILD
  rhythmbox/repos/testing-x86_64/rhythmbox.install

--+
 /PKGBUILD|   84 +
 /rhythmbox.install   |   26 +++
 testing-i686/PKGBUILD|   42 --
 testing-i686/rhythmbox.install   |   13 -
 testing-x86_64/PKGBUILD  |   42 --
 testing-x86_64/rhythmbox.install |   13 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-13 08:29:11 UTC (rev 182712)
+++ testing-i686/PKGBUILD   2013-04-13 08:31:57 UTC (rev 182713)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Giovanni Scafora 
-
-pkgname=rhythmbox
-pkgver=2.99
-pkgrel=1
-pkgdesc="An iTunes-like music playback and management application"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.rhythmbox.org";
-depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup 
json-glib libnotify libpeas media-player-info python2-gobject totem-plparser 
tdb webkitgtk3)
-makedepends=(itstool intltool brasero gobject-introspection vala grilo 
libdmapsharing lirc-utils libgpod libmtp)
-optdepends=('gst-plugins-ugly: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-libav: Extra media codecs'
-'brasero: Audio CD Recorder plugin'
-'libdmapsharing: DAAP Music Sharing plugin'
-'grilo-plugins: Grilo media browser plugin'
-'lirc-utils: LIRC plugin'
-'libgpod: Portable Players - iPod plugin'
-'libmtp: Portable Players - MTP plugin'
-'zeitgeist: Zeitgeist plugin')
-options=('!libtool' '!emptydirs')
-install=rhythmbox.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('5a888f6c9607c4364784469e56c245338f96da654c60a12fad3c9726388ad60a')
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/rhythmbox \
-  --localstatedir=/var --disable-static \
-  --enable-daap --enable-python --enable-vala
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir/usr/lib/rhythmbox/sample-plugins"
-}

Copied: rhythmbox/repos/testing-i686/PKGBUILD (from rev 182712, 
rhythmbox/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-13 08:31:57 UTC (rev 182713)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=rhythmbox
+pkgver=2.99.1
+pkgrel=1
+pkgdesc="An iTunes-like music playback and management application"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.rhythmbox.org";
+depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup 
json-glib libnotify libpeas media-player-info python2-gobject totem-plparser 
tdb webkitgtk3)
+makedepends=(itstool intltool brasero gobject-introspection vala grilo 
libdmapsharing lirc-utils libgpod libmtp)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs'
+'brasero: Audio CD Recorder plugin'
+'libdmapsharing: DAAP Music Sharing plugin'
+'grilo-plugins: Grilo media browser plugin'
+'lirc-utils: LIRC plugin'
+'libgpod: Portable Players - iPod plugin'
+'libmtp: Portable Players - MTP plugin'
+'zeitgeist: Zeitgeist plugin')
+options=('!libtool' '!emptydirs')
+install=rhythmbox.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ed30bb534a789e2b50f953e33eee0bb09f389fe813d433a87d504d07be5f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/rhythmbox \
+  --localstatedir=/var --disable-static \
+  --enable-daap --enable-python --enable-vala
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir"

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

2013-04-13 Thread Jan Steffens
Date: Saturday, April 13, 2013 @ 10:29:11
  Author: heftig
Revision: 182712

2.99.1

Modified:
  rhythmbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 07:33:18 UTC (rev 182711)
+++ PKGBUILD2013-04-13 08:29:11 UTC (rev 182712)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=rhythmbox
-pkgver=2.99
+pkgver=2.99.1
 pkgrel=1
 pkgdesc="An iTunes-like music playback and management application"
 arch=(i686 x86_64)
@@ -23,8 +23,8 @@
 'zeitgeist: Zeitgeist plugin')
 options=('!libtool' '!emptydirs')
 install=rhythmbox.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('5a888f6c9607c4364784469e56c245338f96da654c60a12fad3c9726388ad60a')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ed30bb534a789e2b50f953e33eee0bb09f389fe813d433a87d504d07be5f')
 
 build() {
   cd "$pkgname-$pkgver"



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

2013-04-13 Thread Eric Bélanger
Date: Saturday, April 13, 2013 @ 09:33:18
  Author: eric
Revision: 182711

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

Added:
  timidity++/repos/extra-i686/PKGBUILD
(from rev 182710, timidity++/trunk/PKGBUILD)
  timidity++/repos/extra-i686/timidity.cfg
(from rev 182710, timidity++/trunk/timidity.cfg)
  timidity++/repos/extra-i686/timidity.service
(from rev 182710, timidity++/trunk/timidity.service)
  timidity++/repos/extra-x86_64/PKGBUILD
(from rev 182710, timidity++/trunk/PKGBUILD)
  timidity++/repos/extra-x86_64/timidity.cfg
(from rev 182710, timidity++/trunk/timidity.cfg)
  timidity++/repos/extra-x86_64/timidity.service
(from rev 182710, timidity++/trunk/timidity.service)
Deleted:
  timidity++/repos/extra-i686/PKGBUILD
  timidity++/repos/extra-i686/timidity++.sh
  timidity++/repos/extra-i686/timidity.cfg
  timidity++/repos/extra-i686/timidity.service
  timidity++/repos/extra-x86_64/PKGBUILD
  timidity++/repos/extra-x86_64/timidity++.sh
  timidity++/repos/extra-x86_64/timidity.cfg
  timidity++/repos/extra-x86_64/timidity.service

---+
 /PKGBUILD |   76 
 /timidity.cfg |   58 ++
 /timidity.service |   18 +
 extra-i686/PKGBUILD   |   40 -
 extra-i686/timidity++.sh  |   38 
 extra-i686/timidity.cfg   |   29 ---
 extra-i686/timidity.service   |9 
 extra-x86_64/PKGBUILD |   40 -
 extra-x86_64/timidity++.sh|   38 
 extra-x86_64/timidity.cfg |   29 ---
 extra-x86_64/timidity.service |9 
 11 files changed, 152 insertions(+), 232 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-13 07:32:42 UTC (rev 182710)
+++ extra-i686/PKGBUILD 2013-04-13 07:33:18 UTC (rev 182711)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=timidity++
-pkgver=2.14.0
-pkgrel=4
-pkgdesc="A MIDI to WAVE converter and player"
-arch=('i686' 'x86_64')
-url="http://timidity.sourceforge.net";
-license=('GPL')
-depends=('libao' 'jack')
-makedepends=('xaw3d' 'gtk2' 'tk' 'libxaw')
-optdepends=('gtk2: for using the GTK+ interface' 'tk: for using the Tk 
interface' \
-'xaw3d: for using the Xaw interface')
-backup=('etc/timidity++/timidity.cfg')
-source=(http://downloads.sourceforge.net/timidity/TiMidity++-${pkgver}.tar.xz \
-timidity.cfg timidity++.sh timidity.service)
-sha1sums=('15ec27f1ea3e718a8d61603521fc16df5c0dd24b'
-  '660b3afbb720d26e8f008034cee66dd8da082d6e'
-  '9f3e732a7ca1e97119a76df62ecf154df04d4f77'
-  'f0351b9eb8928d3d82c380107654a7dbe7cd2d54')
-
-build() {
-  cd "${srcdir}/TiMidity++-${pkgver}"
-  sed -i -e 's/tcl8.5/tcl8.6 tcl8.5/' -e 's/tk8.5/tk8.6 tk8.5/' configure
-  sed -i 's/my_interp->result/(char *) Tcl_GetObjResult(my_interp)/' 
interface/tk_c.c
-  ./configure --prefix=/usr --mandir=/usr/share/man 
--with-default-path=/etc/timidity++/ \
---enable-server --enable-alsaseq --enable-spectrogram --enable-network 
--enable-xft \
---enable-audio=alsa,oss,ao,vorbis,flac,jack \
---enable-dynamic=ncurses,tcltk,vt100,xaw,gtk
-  make
-}
-
-package() {
-  cd "${srcdir}/TiMidity++-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 ../timidity.cfg "${pkgdir}/etc/timidity++/timidity.cfg"
-  install -D -m755 ../timidity++.sh "${pkgdir}/etc/rc.d/timidity++"
-  install -D -m644 ../timidity.service 
"${pkgdir}/usr/lib/systemd/system/timidity.service"
-}

Copied: timidity++/repos/extra-i686/PKGBUILD (from rev 182710, 
timidity++/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-13 07:33:18 UTC (rev 182711)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=timidity++
+pkgver=2.14.0
+pkgrel=5
+pkgdesc="A MIDI to WAVE converter and player"
+arch=('i686' 'x86_64')
+url="http://timidity.sourceforge.net";
+license=('GPL')
+depends=('libao' 'jack')
+makedepends=('xaw3d' 'gtk2' 'tk' 'libxaw')
+optdepends=('gtk2: for using the GTK+ interface' 'tk: for using the Tk 
interface' \
+'xaw3d: for using the Xaw interface')
+backup=('etc/timidity++/timidity.cfg')
+source=(http://downloads.sourceforge.net/timidity/TiMidity++-${pkgver}.tar.xz \
+timidity.cfg timidity.service)
+sha1sums=('15ec27f1ea3e718a8d61603521fc16df5c0dd24b'
+  '660b3afbb720d26e8f008034cee66dd8da082d6e'
+  'f0351b9eb8928d3d82c380107654a7dbe7cd2d54')
+
+build() {
+  cd "${srcdir}/TiMidity++-${pkgver}"
+  sed -i -e 's/tcl8.5/tcl8.6 tcl8.5/' -e 's/tk8.5/tk8.6 tk8.5/' configure
+  sed -i 's/my_interp->result/(char *) Tcl_GetObjResult(my_interp)/' 
interface/tk_c.c
+  ./configure --prefix=/usr --mandir=/usr/share/man 

[arch-commits] Commit in timidity++/trunk (PKGBUILD timidity++.sh)

2013-04-13 Thread Eric Bélanger
Date: Saturday, April 13, 2013 @ 09:32:42
  Author: eric
Revision: 182710

upgpkg: timidity++ 2.14.0-5

Remove initscripts support

Modified:
  timidity++/trunk/PKGBUILD
Deleted:
  timidity++/trunk/timidity++.sh

---+
 PKGBUILD  |6 ++
 timidity++.sh |   38 --
 2 files changed, 2 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 07:16:12 UTC (rev 182709)
+++ PKGBUILD2013-04-13 07:32:42 UTC (rev 182710)
@@ -3,7 +3,7 @@
 
 pkgname=timidity++
 pkgver=2.14.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A MIDI to WAVE converter and player"
 arch=('i686' 'x86_64')
 url="http://timidity.sourceforge.net";
@@ -14,10 +14,9 @@
 'xaw3d: for using the Xaw interface')
 backup=('etc/timidity++/timidity.cfg')
 source=(http://downloads.sourceforge.net/timidity/TiMidity++-${pkgver}.tar.xz \
-timidity.cfg timidity++.sh timidity.service)
+timidity.cfg timidity.service)
 sha1sums=('15ec27f1ea3e718a8d61603521fc16df5c0dd24b'
   '660b3afbb720d26e8f008034cee66dd8da082d6e'
-  '9f3e732a7ca1e97119a76df62ecf154df04d4f77'
   'f0351b9eb8928d3d82c380107654a7dbe7cd2d54')
 
 build() {
@@ -35,6 +34,5 @@
   cd "${srcdir}/TiMidity++-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -D -m644 ../timidity.cfg "${pkgdir}/etc/timidity++/timidity.cfg"
-  install -D -m755 ../timidity++.sh "${pkgdir}/etc/rc.d/timidity++"
   install -D -m644 ../timidity.service 
"${pkgdir}/usr/lib/systemd/system/timidity.service"
 }

Deleted: timidity++.sh
===
--- timidity++.sh   2013-04-13 07:16:12 UTC (rev 182709)
+++ timidity++.sh   2013-04-13 07:32:42 UTC (rev 182710)
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/bin/timidity`
-case "$1" in
-   start)
- stat_busy "Starting Timidity++ ALSA Daemon"
- [ -z "$PID" ] && /usr/bin/timidity -iAD > /dev/null
- if [ $? -gt 0 ]; then
-   stat_fail
- else
-   echo $PID > /var/run/timidity.pid
-   add_daemon timidity++
-   stat_done
- fi
- ;;
-   stop)
- stat_busy "Stopping Timidity++ ALSA Daemon"
- [ ! -z "$PID" ]  && kill $PID &> /dev/null
- if [ $? -gt 0 ]; then
-   stat_fail
- else
-   rm /var/run/timidity.pid
-   rm_daemon timidity++
-   stat_done
- fi
- ;;
-   restart)
- $0 stop
- sleep 1
- $0 start
- ;;
-   *)
- echo "usage: $0 {start|stop|restart}"
-esac
-exit 0



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

2013-04-13 Thread Eric Bélanger
Date: Saturday, April 13, 2013 @ 09:16:12
  Author: eric
Revision: 182709

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

Added:
  gpm/repos/testing-i686/
  gpm/repos/testing-i686/PKGBUILD
(from rev 182708, gpm/trunk/PKGBUILD)
  gpm/repos/testing-i686/gpm.install
(from rev 182708, gpm/trunk/gpm.install)
  gpm/repos/testing-i686/gpm.service
(from rev 182708, gpm/trunk/gpm.service)
  gpm/repos/testing-i686/gpm.sh
(from rev 182708, gpm/trunk/gpm.sh)
  gpm/repos/testing-x86_64/
  gpm/repos/testing-x86_64/PKGBUILD
(from rev 182708, gpm/trunk/PKGBUILD)
  gpm/repos/testing-x86_64/gpm.install
(from rev 182708, gpm/trunk/gpm.install)
  gpm/repos/testing-x86_64/gpm.service
(from rev 182708, gpm/trunk/gpm.service)
  gpm/repos/testing-x86_64/gpm.sh
(from rev 182708, gpm/trunk/gpm.sh)

+
 testing-i686/PKGBUILD  |   37 +
 testing-i686/gpm.install   |   16 
 testing-i686/gpm.service   |9 +
 testing-i686/gpm.sh|3 +++
 testing-x86_64/PKGBUILD|   37 +
 testing-x86_64/gpm.install |   16 
 testing-x86_64/gpm.service |9 +
 testing-x86_64/gpm.sh  |3 +++
 8 files changed, 130 insertions(+)

Copied: gpm/repos/testing-i686/PKGBUILD (from rev 182708, gpm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-13 07:16:12 UTC (rev 182709)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gpm
+pkgver=1.20.7
+pkgrel=2
+pkgdesc="A mouse server for the console and xterm"
+arch=('i686' 'x86_64')
+url="http://www.nico.schottelius.org/software/gpm/";
+license=('GPL')
+depends=('ncurses' 'bash')
+options=('!makeflags')
+install=gpm.install
+source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
 \
+gpm.sh gpm.service)
+sha1sums=('8d9f3655c80ce7667d31ede2a100b44986480369'
+  '88fe5ff10916c68a87abc8418a56eb0073f69fa9'
+  '20b92360f0ad38a2032fcae37bdbd01b31e43f77')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m755 ../gpm.sh "${pkgdir}/etc/profile.d/gpm.sh"
+  install -D -m644 ../gpm.service 
"${pkgdir}/usr/lib/systemd/system/gpm.service"
+
+# library fixes
+  cd "${pkgdir}/usr/lib/"
+  ln -s libgpm.so.2.* libgpm.so
+  chmod 755 "${pkgdir}"/usr/lib/libgpm.so.*
+}

Copied: gpm/repos/testing-i686/gpm.install (from rev 182708, 
gpm/trunk/gpm.install)
===
--- testing-i686/gpm.install(rev 0)
+++ testing-i686/gpm.install2013-04-13 07:16:12 UTC (rev 182709)
@@ -0,0 +1,16 @@
+infodir=/usr/share/info
+file=gpm.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}

Copied: gpm/repos/testing-i686/gpm.service (from rev 182708, 
gpm/trunk/gpm.service)
===
--- testing-i686/gpm.service(rev 0)
+++ testing-i686/gpm.service2013-04-13 07:16:12 UTC (rev 182709)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Virtual console mouse server
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/gpm -m /dev/input/mice -t imps2
+
+[Install]
+WantedBy=multi-user.target

Copied: gpm/repos/testing-i686/gpm.sh (from rev 182708, gpm/trunk/gpm.sh)
===
--- testing-i686/gpm.sh (rev 0)
+++ testing-i686/gpm.sh 2013-04-13 07:16:12 UTC (rev 182709)
@@ -0,0 +1,3 @@
+case $( /usr/bin/tty ) in
+/dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
+esac

Copied: gpm/repos/testing-x86_64/PKGBUILD (from rev 182708, gpm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-13 07:16:12 UTC (rev 182709)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gpm
+pkgver=1.20.7
+pkgrel=2
+pkgdesc="A mouse server for the console and xterm"
+arch=('i686' 'x86_64')
+url="http://www.nico.schottelius.org/software/gpm/";
+license=('GPL')
+depends=('ncurses' 'bash')
+options=('!makeflags')
+install=gpm.install
+source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
 \
+gpm.sh gpm.service)
+sha1sums=('8d9f3655c80ce7667d31ede2a100b44986480369'
+  '88fe5ff10916c68a87abc8418a56

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

2013-04-13 Thread Eric Bélanger
Date: Saturday, April 13, 2013 @ 09:15:17
  Author: eric
Revision: 182708

upgpkg: gpm 1.20.7-2

Remove initscripts support

Modified:
  gpm/trunk/PKGBUILD
Deleted:
  gpm/trunk/gpm
  gpm/trunk/gpm.conf.d

+
 PKGBUILD   |9 ++---
 gpm|   41 -
 gpm.conf.d |4 
 3 files changed, 2 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 06:15:12 UTC (rev 182707)
+++ PKGBUILD2013-04-13 07:15:17 UTC (rev 182708)
@@ -3,20 +3,17 @@
 
 pkgname=gpm
 pkgver=1.20.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A mouse server for the console and xterm"
 arch=('i686' 'x86_64')
 url="http://www.nico.schottelius.org/software/gpm/";
 license=('GPL')
 depends=('ncurses' 'bash')
-backup=('etc/conf.d/gpm')
 options=('!makeflags')
 install=gpm.install
 
source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
 \
-gpm gpm.conf.d gpm.sh gpm.service)
+gpm.sh gpm.service)
 sha1sums=('8d9f3655c80ce7667d31ede2a100b44986480369'
-  '19e1feb1493373512a77801699df012d186336ea'
-  '4c31cb7dd51cee4d16d3f7a8956e6d87fac1ad86'
   '88fe5ff10916c68a87abc8418a56eb0073f69fa9'
   '20b92360f0ad38a2032fcae37bdbd01b31e43f77')
 
@@ -30,8 +27,6 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -D -m755 ../gpm "${pkgdir}/etc/rc.d/gpm"
-  install -D -m644 ../gpm.conf.d "${pkgdir}/etc/conf.d/gpm"
   install -D -m755 ../gpm.sh "${pkgdir}/etc/profile.d/gpm.sh"
   install -D -m644 ../gpm.service 
"${pkgdir}/usr/lib/systemd/system/gpm.service"
 

Deleted: gpm
===
--- gpm 2013-04-13 06:15:12 UTC (rev 182707)
+++ gpm 2013-04-13 07:15:17 UTC (rev 182708)
@@ -1,41 +0,0 @@
-#!/bin/bash
-
-# source application-specific settings
-GPM_ARGS=
-[ -f /etc/conf.d/gpm ] && . /etc/conf.d/gpm
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof -o %PPID /usr/sbin/gpm)
-case "$1" in
-  start)
-stat_busy "Starting GPM Daemon"
-[ -z "$PID" ] && /usr/sbin/gpm ${GPM_ARGS}
-PID=$(pidof -o %PPID /usr/sbin/gpm)
-if [ -z "$PID" ]; then
-  stat_fail
-else
-  add_daemon gpm
-  stat_done
-fi
-;;
-  stop)
-stat_busy "Stopping GPM Daemon"
-[ ! -z "$PID" ]  && kill $PID &> /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon gpm
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo "usage: $0 {start|stop|restart}"  
-esac
-exit 0

Deleted: gpm.conf.d
===
--- gpm.conf.d  2013-04-13 06:15:12 UTC (rev 182707)
+++ gpm.conf.d  2013-04-13 07:15:17 UTC (rev 182708)
@@ -1,4 +0,0 @@
-#
-# Parameters to be passed to gpm
-#
-GPM_ARGS="-m /dev/input/mice -t imps2"