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

2012-10-05 Thread Eric Bélanger
Date: Friday, October 5, 2012 @ 02:32:55
  Author: eric
Revision: 168007

upgpkg: libshout 1:2.3.1-1

Upstream update

Modified:
  libshout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 05:24:05 UTC (rev 168006)
+++ PKGBUILD2012-10-05 06:32:55 UTC (rev 168007)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu j...@xentac.net
 
 pkgname=libshout
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 epoch=1
 pkgdesc=Library for accessing a shoutcast/icecast server
@@ -14,12 +14,12 @@
 options=('!libtool' '!emptydirs')
 license=('LGPL')
 
source=(http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('976a5979505f3de4026ae7fffb10754b')
+md5sums=('11765b2592e7ea623ccd93d3f8df172c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make LDFLAGS+=-lspeex
+  make
 }
 
 package() {



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

2012-10-05 Thread Eric Bélanger
Date: Friday, October 5, 2012 @ 02:33:28
  Author: eric
Revision: 168008

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 06:32:55 UTC (rev 168007)
+++ extra-i686/PKGBUILD 2012-10-05 06:33:28 UTC (rev 168008)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: arjan ar...@archlinux.org
-# Contributor: Jason Chu j...@xentac.net
-
-pkgname=libshout
-pkgver=2.3.0
-pkgrel=1
-epoch=1
-pkgdesc=Library for accessing a shoutcast/icecast server
-arch=('i686' 'x86_64')
-depends=('libvorbis' 'libtheora' 'speex')
-url=http://www.icecast.org/;
-options=('!libtool' '!emptydirs')
-license=('LGPL')
-source=(http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('976a5979505f3de4026ae7fffb10754b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make LDFLAGS+=-lspeex
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libshout/repos/extra-i686/PKGBUILD (from rev 168007, 
libshout/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 06:33:28 UTC (rev 168008)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: arjan ar...@archlinux.org
+# Contributor: Jason Chu j...@xentac.net
+
+pkgname=libshout
+pkgver=2.3.1
+pkgrel=1
+epoch=1
+pkgdesc=Library for accessing a shoutcast/icecast server
+arch=('i686' 'x86_64')
+depends=('libvorbis' 'libtheora' 'speex')
+url=http://www.icecast.org/;
+options=('!libtool' '!emptydirs')
+license=('LGPL')
+source=(http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('11765b2592e7ea623ccd93d3f8df172c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-05 06:32:55 UTC (rev 168007)
+++ extra-x86_64/PKGBUILD   2012-10-05 06:33:28 UTC (rev 168008)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: arjan ar...@archlinux.org
-# Contributor: Jason Chu j...@xentac.net
-
-pkgname=libshout
-pkgver=2.3.0
-pkgrel=1
-epoch=1
-pkgdesc=Library for accessing a shoutcast/icecast server
-arch=('i686' 'x86_64')
-depends=('libvorbis' 'libtheora' 'speex')
-url=http://www.icecast.org/;
-options=('!libtool' '!emptydirs')
-license=('LGPL')
-source=(http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('976a5979505f3de4026ae7fffb10754b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make LDFLAGS+=-lspeex
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libshout/repos/extra-x86_64/PKGBUILD (from rev 168007, 
libshout/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-05 06:33:28 UTC (rev 168008)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: arjan ar...@archlinux.org
+# Contributor: Jason Chu j...@xentac.net
+
+pkgname=libshout
+pkgver=2.3.1
+pkgrel=1
+epoch=1
+pkgdesc=Library for accessing a shoutcast/icecast server
+arch=('i686' 'x86_64')
+depends=('libvorbis' 'libtheora' 'speex')
+url=http://www.icecast.org/;
+options=('!libtool' '!emptydirs')
+license=('LGPL')
+source=(http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('11765b2592e7ea623ccd93d3f8df172c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-10-05 Thread Eric Bélanger
Date: Friday, October 5, 2012 @ 02:53:51
  Author: eric
Revision: 168009

upgpkg: net-snmp 5.7.1-4

Add systemd unit (close FS#31769)

Added:
  net-snmp/trunk/snmpd.service
Modified:
  net-snmp/trunk/PKGBUILD

---+
 PKGBUILD  |6 --
 snmpd.service |   11 +++
 2 files changed, 15 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 06:33:28 UTC (rev 168008)
+++ PKGBUILD2012-10-05 06:53:51 UTC (rev 168009)
@@ -4,7 +4,7 @@
 
 pkgname=net-snmp
 pkgver=5.7.1
-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/;
@@ -18,11 +18,12 @@
 backup=('etc/conf.d/snmpd')
 options=('!libtool' '!makeflags' '!emptydirs')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-snmpd.confd snmpd.rc libnl32.patch)
+snmpd.confd snmpd.rc snmpd.service libnl32.patch)
 sha1sums=('ddb82ce1112ef0642869d3c8d7c7e585f151849a'
   '2bdc2839ce09d7daa608cd54687fa8beb47ed907'
   'cf811da9e57bbca34d8e2a3c358bb3bfc0c2b33b'
   '90600c0141eed10d6e3ca3ccc97ad8dda15c2112'
+  'f59ddc049c1c689f04e68c3c7cd8b8e301df3158'
   '74a9848b95f63378eb1753fc309d2b74de5afb0f')
 
 build() {
@@ -54,5 +55,6 @@
   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
 }

Added: snmpd.service
===
--- snmpd.service   (rev 0)
+++ snmpd.service   2012-10-05 06:53:51 UTC (rev 168009)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Simple Network Management Protocol (SNMP) Daemon
+After=syslog.target network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/snmpd
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target



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

2012-10-05 Thread Eric Bélanger
Date: Friday, October 5, 2012 @ 02:54:12
  Author: eric
Revision: 168010

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

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

--+
 testing-i686/PKGBUILD|   60 ++
 testing-i686/libnl32.patch   |   80 +
 testing-i686/snmpd.confd |5 ++
 testing-i686/snmpd.rc|   39 +++
 testing-i686/snmpd.service   |   11 +
 testing-x86_64/PKGBUILD  |   60 ++
 testing-x86_64/libnl32.patch |   80 +
 testing-x86_64/snmpd.confd   |5 ++
 testing-x86_64/snmpd.rc  |   39 +++
 testing-x86_64/snmpd.service |   11 +
 10 files changed, 390 insertions(+)

Copied: net-snmp/repos/testing-i686/PKGBUILD (from rev 168009, 
net-snmp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-05 06:54:12 UTC (rev 168010)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: 
+# Contributor: Dale Blount d...@archlinux.org
+
+pkgname=net-snmp
+pkgver=5.7.1
+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/;
+license=('BSD')
+depends=('openssl' 'libnl' 'pciutils')
+makedepends=('python2-distribute')
+optdepends=('perl-term-readkey: for snmpcheck application' 
+'perl-tk: for snmpcheck and tkmib applications'
+'python2: for the python modules')
+provides=('ucd-snmp')
+backup=('etc/conf.d/snmpd')
+options=('!libtool' '!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+snmpd.confd snmpd.rc snmpd.service libnl32.patch)
+sha1sums=('ddb82ce1112ef0642869d3c8d7c7e585f151849a'
+  '2bdc2839ce09d7daa608cd54687fa8beb47ed907'
+  'cf811da9e57bbca34d8e2a3c358bb3bfc0c2b33b'
+  '90600c0141eed10d6e3ca3ccc97ad8dda15c2112'
+  'f59ddc049c1c689f04e68c3c7cd8b8e301df3158'
+  '74a9848b95f63378eb1753fc309d2b74de5afb0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # 
http://sourceforge.net/tracker/index.php?func=detailaid=3250304group_id=12694atid=112694
+  patch -Np1 -i $srcdir/libnl32.patch
+  autoreconf -f -i
+
+  sed -i -e s:\(install --basedir=\$\$dir\):\1 --root='${pkgdir}': 
Makefile.in
+  PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--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}
+  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/testing-i686/libnl32.patch (from rev 168009, 
net-snmp/trunk/libnl32.patch)
===
--- testing-i686/libnl32.patch  (rev 0)
+++ testing-i686/libnl32.patch  2012-10-05 06:54:12 UTC (rev 168010)
@@ -0,0 +1,80 @@
+diff -u -r net-snmp-5.7.1/agent/mibgroup/mibII/tcpTable.c 
net-snmp-5.7.1-libnl32/agent/mibgroup/mibII/tcpTable.c
+--- net-snmp-5.7.1/agent/mibgroup/mibII/tcpTable.c 2011-09-28 
06:53:47.0 +0200
 

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

2012-10-05 Thread Eric Bélanger
Date: Friday, October 5, 2012 @ 03:56:52
  Author: eric
Revision: 168011

upgpkg: python-pyasn1 0.1.4-1

Upstream update

Modified:
  python-pyasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 06:54:12 UTC (rev 168010)
+++ PKGBUILD2012-10-05 07:56:52 UTC (rev 168011)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pyasn1
 pkgname=('python-pyasn1' 'python2-pyasn1')
-pkgver=0.1.3
-pkgrel=2
+pkgver=0.1.4
+pkgrel=1
 arch=('any')
 url=http://sourceforge.net/projects/pyasn1/;
 license=('BSD')
@@ -13,7 +13,7 @@
 replaces=('pyasn1')
 provides=('pyasn1')
 
source=(http://downloads.sourceforge.net/sourceforge/pyasn1/pyasn1-${pkgver}.tar.gz)
-sha1sums=('489e695492e85f4b2ac5495ae75f667a14290f39')
+sha1sums=('1a766a6f999114240a91106a97112553aed9b081')
 
 package_python-pyasn1() {
   pkgdesc=ASN.1 library for Python 3



[arch-commits] Commit in python-pyasn1/repos/staging-any (PKGBUILD PKGBUILD)

2012-10-05 Thread Eric Bélanger
Date: Friday, October 5, 2012 @ 03:57:01
  Author: eric
Revision: 168012

archrelease: copy trunk to staging-any

Added:
  python-pyasn1/repos/staging-any/PKGBUILD
(from rev 168011, python-pyasn1/trunk/PKGBUILD)
Deleted:
  python-pyasn1/repos/staging-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-10-05 07:56:52 UTC (rev 168011)
+++ PKGBUILD2012-10-05 07:57:01 UTC (rev 168012)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-# Contributor: Jesse Young com gmail jesse.young
-
-pkgbase=python-pyasn1
-pkgname=('python-pyasn1' 'python2-pyasn1')
-pkgver=0.1.3
-pkgrel=2
-arch=('any')
-url=http://sourceforge.net/projects/pyasn1/;
-license=('BSD')
-makedepends=('python-distribute' 'python2-distribute')
-replaces=('pyasn1')
-provides=('pyasn1')
-source=(http://downloads.sourceforge.net/sourceforge/pyasn1/pyasn1-${pkgver}.tar.gz)
-sha1sums=('489e695492e85f4b2ac5495ae75f667a14290f39')
-
-package_python-pyasn1() {
-  pkgdesc=ASN.1 library for Python 3
-  depends=('python')
-
-  cd ${srcdir}/pyasn1-${pkgver}
-  python setup.py install --root=${pkgdir}
-  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-pyasn1() {
-  pkgdesc=ASN.1 library for Python 2
-  depends=('python2')
-
-  cd ${srcdir}/pyasn1-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-pyasn1/repos/staging-any/PKGBUILD (from rev 168011, 
python-pyasn1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-10-05 07:57:01 UTC (rev 168012)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Contributor: Jesse Young com gmail jesse.young
+
+pkgbase=python-pyasn1
+pkgname=('python-pyasn1' 'python2-pyasn1')
+pkgver=0.1.4
+pkgrel=1
+arch=('any')
+url=http://sourceforge.net/projects/pyasn1/;
+license=('BSD')
+makedepends=('python-distribute' 'python2-distribute')
+replaces=('pyasn1')
+provides=('pyasn1')
+source=(http://downloads.sourceforge.net/sourceforge/pyasn1/pyasn1-${pkgver}.tar.gz)
+sha1sums=('1a766a6f999114240a91106a97112553aed9b081')
+
+package_python-pyasn1() {
+  pkgdesc=ASN.1 library for Python 3
+  depends=('python')
+
+  cd ${srcdir}/pyasn1-${pkgver}
+  python setup.py install --root=${pkgdir}
+  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyasn1() {
+  pkgdesc=ASN.1 library for Python 2
+  depends=('python2')
+
+  cd ${srcdir}/pyasn1-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-10-05 Thread Tom Gundersen
Date: Friday, October 5, 2012 @ 06:12:46
  Author: tomegun
Revision: 168013

db-move: moved systemd from [testing] to [core] (i686, x86_64)

Added:
  systemd/repos/core-i686/0001-Reinstate-TIMEOUT-handling.patch
(from rev 168012, 
systemd/repos/testing-i686/0001-Reinstate-TIMEOUT-handling.patch)
  systemd/repos/core-i686/PKGBUILD
(from rev 168012, systemd/repos/testing-i686/PKGBUILD)
  systemd/repos/core-i686/initcpio-hook-udev
(from rev 168012, systemd/repos/testing-i686/initcpio-hook-udev)
  systemd/repos/core-i686/initcpio-install-timestamp
(from rev 168012, systemd/repos/testing-i686/initcpio-install-timestamp)
  systemd/repos/core-i686/initcpio-install-udev
(from rev 168012, systemd/repos/testing-i686/initcpio-install-udev)
  systemd/repos/core-i686/systemd.install
(from rev 168012, systemd/repos/testing-i686/systemd.install)
  systemd/repos/core-i686/use-split-usr-path.patch
(from rev 168012, systemd/repos/testing-i686/use-split-usr-path.patch)
  systemd/repos/core-x86_64/0001-Reinstate-TIMEOUT-handling.patch
(from rev 168012, 
systemd/repos/testing-x86_64/0001-Reinstate-TIMEOUT-handling.patch)
  systemd/repos/core-x86_64/PKGBUILD
(from rev 168012, systemd/repos/testing-x86_64/PKGBUILD)
  systemd/repos/core-x86_64/initcpio-hook-udev
(from rev 168012, systemd/repos/testing-x86_64/initcpio-hook-udev)
  systemd/repos/core-x86_64/initcpio-install-timestamp
(from rev 168012, systemd/repos/testing-x86_64/initcpio-install-timestamp)
  systemd/repos/core-x86_64/initcpio-install-udev
(from rev 168012, systemd/repos/testing-x86_64/initcpio-install-udev)
  systemd/repos/core-x86_64/systemd.install
(from rev 168012, systemd/repos/testing-x86_64/systemd.install)
  systemd/repos/core-x86_64/use-split-usr-path.patch
(from rev 168012, systemd/repos/testing-x86_64/use-split-usr-path.patch)
Deleted:
  systemd/repos/core-i686/0001-Reinstate-TIMEOUT-handling.patch
  systemd/repos/core-i686/0001-tmpfiles-restore-previous-behavior-for-F-f.patch
  systemd/repos/core-i686/PKGBUILD
  systemd/repos/core-i686/initcpio-hook-udev
  systemd/repos/core-i686/initcpio-install-timestamp
  systemd/repos/core-i686/initcpio-install-udev
  systemd/repos/core-i686/systemd.install
  systemd/repos/core-i686/use-split-usr-path.patch
  systemd/repos/core-x86_64/0001-Reinstate-TIMEOUT-handling.patch
  
systemd/repos/core-x86_64/0001-tmpfiles-restore-previous-behavior-for-F-f.patch
  systemd/repos/core-x86_64/PKGBUILD
  systemd/repos/core-x86_64/initcpio-hook-udev
  systemd/repos/core-x86_64/initcpio-install-timestamp
  systemd/repos/core-x86_64/initcpio-install-udev
  systemd/repos/core-x86_64/systemd.install
  systemd/repos/core-x86_64/use-split-usr-path.patch
  systemd/repos/testing-i686/
  systemd/repos/testing-x86_64/

---+
 core-i686/0001-Reinstate-TIMEOUT-handling.patch   |  248 
+++
 core-i686/0001-tmpfiles-restore-previous-behavior-for-F-f.patch   |   30 
 core-i686/PKGBUILD|  313 
--
 core-i686/initcpio-hook-udev  |   40 -
 core-i686/initcpio-install-timestamp  |   28 
 core-i686/initcpio-install-udev   |   56 -
 core-i686/systemd.install |   58 -
 core-i686/use-split-usr-path.patch|   28 
 core-x86_64/0001-Reinstate-TIMEOUT-handling.patch |  248 
+++
 core-x86_64/0001-tmpfiles-restore-previous-behavior-for-F-f.patch |   30 
 core-x86_64/PKGBUILD  |  313 
--
 core-x86_64/initcpio-hook-udev|   40 -
 core-x86_64/initcpio-install-timestamp|   28 
 core-x86_64/initcpio-install-udev |   56 -
 core-x86_64/systemd.install   |   58 -
 core-x86_64/use-split-usr-path.patch  |   28 
 16 files changed, 760 insertions(+), 842 deletions(-)

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


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

2012-10-05 Thread Tom Gundersen
Date: Friday, October 5, 2012 @ 06:12:55
  Author: tomegun
Revision: 168014

db-move: moved btrfs-progs from [testing] to [core] (i686, x86_64)

Added:
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 168012, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs.install
(from rev 168012, btrfs-progs/repos/testing-i686/btrfs.install)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 168012, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 168012, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 168012, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs.install
(from rev 168012, btrfs-progs/repos/testing-x86_64/btrfs.install)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 168012, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 168012, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/70-btrfs.rules
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/70-btrfs.rules
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 core-i686/70-btrfs.rules   |1 
 core-i686/PKGBUILD |   89 ---
 core-i686/btrfs.install|9 +++
 core-i686/initcpio-hook-btrfs  |   20 +++
 core-i686/initcpio-install-btrfs   |   32 +---
 core-x86_64/70-btrfs.rules |1 
 core-x86_64/PKGBUILD   |   89 ---
 core-x86_64/btrfs.install  |9 +++
 core-x86_64/initcpio-hook-btrfs|   20 +++
 core-x86_64/initcpio-install-btrfs |   32 +---
 10 files changed, 154 insertions(+), 148 deletions(-)

Deleted: core-i686/70-btrfs.rules
===
--- core-i686/70-btrfs.rules2012-10-05 10:12:46 UTC (rev 168013)
+++ core-i686/70-btrfs.rules2012-10-05 10:12:55 UTC (rev 168014)
@@ -1 +0,0 @@
-ACTION!=remove, SUBSYSTEM==block, ENV{ID_FS_TYPE}==btrfs, 
RUN+=/usr/bin/btrfs device scan /dev/%k

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-10-05 10:12:46 UTC (rev 168013)
+++ core-i686/PKGBUILD  2012-10-05 10:12:55 UTC (rev 168014)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Tobias Powalowski tp...@archlinux.org
-pkgname=btrfs-progs
-pkgver=0.19.20120328
-pkgrel=4
-pkgdesc=btrfs filesystem utilities
-arch=(i686 x86_64)
-depends=('glibc' 'e2fsprogs')
-url=http://btrfs.wiki.kernel.org/;
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
-70-btrfs.rules
-initcpio-install-btrfs
-initcpio-hook-btrfs)
-md5sums=('f4504e73cf9254779b78d5b2318ac570'
- '345c62c8b267082361729ca5b647518f'
- 'e5186ec3fe8a809b7473470128d1c4ab'
- '9fb35142755b477a96cb7292f3d64839')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make CFLAGS=$CFLAGS
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make prefix=$pkgdir/usr install
-   # fix manpage
-   mkdir -p $pkgdir/usr/share/
-   mv $pkgdir/usr/man $pkgdir/usr/share/man
-   mkdir -p ${pkgdir}/sbin
-   ln -sf /usr/bin/btrfs ${pkgdir}/sbin/btrfs
-
-   # add udev rule
-   install -Dm644 $srcdir/70-btrfs.rules 
$pkgdir/usr/lib/udev/rules.d/70-btrfs.rules
-
-   # install mkinitcpio hooks
-   install -Dm644 $srcdir/initcpio-install-btrfs \
- $pkgdir/usr/lib/initcpio/install/btrfs
-   install -Dm644 $srcdir/initcpio-hook-btrfs \
- $pkgdir/usr/lib/initcpio/hooks/btrfs
-}

Copied: btrfs-progs/repos/core-i686/PKGBUILD (from rev 168012, 
btrfs-progs/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-10-05 10:12:55 UTC (rev 168014)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=btrfs-progs
+pkgver=0.19.20120904
+pkgrel=6
+pkgdesc=btrfs filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc' 'e2fsprogs')
+url=http://btrfs.wiki.kernel.org/;
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
+  

[arch-commits] Commit in filesystem/repos (45 files)

2012-10-05 Thread Tom Gundersen
Date: Friday, October 5, 2012 @ 06:13:19
  Author: tomegun
Revision: 168015

db-move: moved filesystem from [testing] to [core] (any)

Added:
  filesystem/repos/core-any/PKGBUILD
(from rev 168012, filesystem/repos/testing-any/PKGBUILD)
  filesystem/repos/core-any/archlinux.7.txt
(from rev 168012, filesystem/repos/testing-any/archlinux.7.txt)
  filesystem/repos/core-any/crypttab
(from rev 168012, filesystem/repos/testing-any/crypttab)
  filesystem/repos/core-any/filesystem.install
(from rev 168012, filesystem/repos/testing-any/filesystem.install)
  filesystem/repos/core-any/fstab
(from rev 168012, filesystem/repos/testing-any/fstab)
  filesystem/repos/core-any/group
(from rev 168012, filesystem/repos/testing-any/group)
  filesystem/repos/core-any/gshadow
(from rev 168012, filesystem/repos/testing-any/gshadow)
  filesystem/repos/core-any/host.conf
(from rev 168012, filesystem/repos/testing-any/host.conf)
  filesystem/repos/core-any/hosts
(from rev 168012, filesystem/repos/testing-any/hosts)
  filesystem/repos/core-any/issue
(from rev 168012, filesystem/repos/testing-any/issue)
  filesystem/repos/core-any/ld.so.conf
(from rev 168012, filesystem/repos/testing-any/ld.so.conf)
  filesystem/repos/core-any/locale.sh
(from rev 168012, filesystem/repos/testing-any/locale.sh)
  filesystem/repos/core-any/modprobe.d.usb-load-ehci-first
(from rev 168012, 
filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first)
  filesystem/repos/core-any/motd
(from rev 168012, filesystem/repos/testing-any/motd)
  filesystem/repos/core-any/nsswitch.conf
(from rev 168012, filesystem/repos/testing-any/nsswitch.conf)
  filesystem/repos/core-any/os-release
(from rev 168012, filesystem/repos/testing-any/os-release)
  filesystem/repos/core-any/passwd
(from rev 168012, filesystem/repos/testing-any/passwd)
  filesystem/repos/core-any/profile
(from rev 168012, filesystem/repos/testing-any/profile)
  filesystem/repos/core-any/resolv.conf
(from rev 168012, filesystem/repos/testing-any/resolv.conf)
  filesystem/repos/core-any/securetty
(from rev 168012, filesystem/repos/testing-any/securetty)
  filesystem/repos/core-any/shadow
(from rev 168012, filesystem/repos/testing-any/shadow)
  filesystem/repos/core-any/shells
(from rev 168012, filesystem/repos/testing-any/shells)
Deleted:
  filesystem/repos/core-any/PKGBUILD
  filesystem/repos/core-any/archlinux.7.txt
  filesystem/repos/core-any/crypttab
  filesystem/repos/core-any/filesystem.install
  filesystem/repos/core-any/fstab
  filesystem/repos/core-any/group
  filesystem/repos/core-any/gshadow
  filesystem/repos/core-any/host.conf
  filesystem/repos/core-any/hosts
  filesystem/repos/core-any/issue
  filesystem/repos/core-any/ld.so.conf
  filesystem/repos/core-any/locale.sh
  filesystem/repos/core-any/modprobe.d.usb-load-ehci-first
  filesystem/repos/core-any/motd
  filesystem/repos/core-any/nsswitch.conf
  filesystem/repos/core-any/os-release
  filesystem/repos/core-any/passwd
  filesystem/repos/core-any/profile
  filesystem/repos/core-any/resolv.conf
  filesystem/repos/core-any/securetty
  filesystem/repos/core-any/shadow
  filesystem/repos/core-any/shells
  filesystem/repos/testing-any/

+
 PKGBUILD   |  220 +++
 archlinux.7.txt|  162 ++--
 crypttab   |   34 +++---
 filesystem.install |  122 ++---
 fstab  |   10 -
 group  |   65 +--
 gshadow|   65 +--
 host.conf  |   16 +-
 hosts  |   18 +--
 issue  |4 
 ld.so.conf |   14 +-
 locale.sh  |   56 -
 modprobe.d.usb-load-ehci-first |4 
 nsswitch.conf  |   38 +++---
 os-release |   16 +-
 passwd |   15 +-
 profile|   54 -
 resolv.conf|   16 +-
 securetty  |   30 ++---
 shadow |   14 +-
 shells |   16 +-
 21 files changed, 497 insertions(+), 492 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-10-05 10:12:55 UTC (rev 168014)
+++ core-any/PKGBUILD   2012-10-05 10:13:19 UTC (rev 168015)
@@ -1,110 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-
-pkgname=filesystem
-pkgver=2012.8
-pkgrel=1
-pkgdesc='Base filesystem'
-arch=('any')
-license=('GPL')
-url='http://www.archlinux.org'
-groups=('base')
-install='filesystem.install'
-makedepends=('asciidoc')
-depends=('iana-etc' 'bash' 'coreutils')
-backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 
'etc/passwd'
-'etc/shadow' 

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

2012-10-05 Thread Tom Gundersen
Date: Friday, October 5, 2012 @ 06:13:37
  Author: tomegun
Revision: 168016

db-move: moved util-linux from [testing] to [core] (i686, x86_64)

Added:
  util-linux/repos/core-i686/PKGBUILD
(from rev 168012, util-linux/repos/testing-i686/PKGBUILD)
  util-linux/repos/core-i686/hwclock-systz.patch
(from rev 168012, util-linux/repos/testing-i686/hwclock-systz.patch)
  util-linux/repos/core-i686/pam-common
(from rev 168012, util-linux/repos/testing-i686/pam-common)
  util-linux/repos/core-i686/pam-login
(from rev 168012, util-linux/repos/testing-i686/pam-login)
  util-linux/repos/core-i686/pam-su
(from rev 168012, util-linux/repos/testing-i686/pam-su)
  util-linux/repos/core-i686/su.1
(from rev 168012, util-linux/repos/testing-i686/su.1)
  util-linux/repos/core-i686/util-linux.install
(from rev 168012, util-linux/repos/testing-i686/util-linux.install)
  util-linux/repos/core-i686/uuidd.tmpfiles
(from rev 168012, util-linux/repos/testing-i686/uuidd.tmpfiles)
  util-linux/repos/core-x86_64/PKGBUILD
(from rev 168012, util-linux/repos/testing-x86_64/PKGBUILD)
  util-linux/repos/core-x86_64/hwclock-systz.patch
(from rev 168012, util-linux/repos/testing-x86_64/hwclock-systz.patch)
  util-linux/repos/core-x86_64/pam-common
(from rev 168012, util-linux/repos/testing-x86_64/pam-common)
  util-linux/repos/core-x86_64/pam-login
(from rev 168012, util-linux/repos/testing-x86_64/pam-login)
  util-linux/repos/core-x86_64/pam-su
(from rev 168012, util-linux/repos/testing-x86_64/pam-su)
  util-linux/repos/core-x86_64/su.1
(from rev 168012, util-linux/repos/testing-x86_64/su.1)
  util-linux/repos/core-x86_64/util-linux.install
(from rev 168012, util-linux/repos/testing-x86_64/util-linux.install)
  util-linux/repos/core-x86_64/uuidd.tmpfiles
(from rev 168012, util-linux/repos/testing-x86_64/uuidd.tmpfiles)
Deleted:
  util-linux/repos/core-i686/PKGBUILD
  util-linux/repos/core-i686/hwclock-systz.patch
  util-linux/repos/core-i686/pam-common
  util-linux/repos/core-i686/pam-login
  util-linux/repos/core-i686/pam-su
  util-linux/repos/core-i686/su.1
  util-linux/repos/core-i686/util-linux.install
  util-linux/repos/core-i686/uuidd.tmpfiles
  util-linux/repos/core-x86_64/PKGBUILD
  util-linux/repos/core-x86_64/hwclock-systz.patch
  util-linux/repos/core-x86_64/pam-common
  util-linux/repos/core-x86_64/pam-login
  util-linux/repos/core-x86_64/pam-su
  util-linux/repos/core-x86_64/su.1
  util-linux/repos/core-x86_64/util-linux.install
  util-linux/repos/core-x86_64/uuidd.tmpfiles
  util-linux/repos/testing-i686/
  util-linux/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |  194 
 core-i686/hwclock-systz.patch   |  192 +++
 core-i686/pam-common|   12 
 core-i686/pam-login |   14 -
 core-i686/pam-su|   18 -
 core-i686/su.1  |  460 +++---
 core-i686/util-linux.install|   59 +---
 core-i686/uuidd.tmpfiles|2 
 core-x86_64/PKGBUILD|  194 
 core-x86_64/hwclock-systz.patch |  192 +++
 core-x86_64/pam-common  |   12 
 core-x86_64/pam-login   |   14 -
 core-x86_64/pam-su  |   18 -
 core-x86_64/su.1|  460 +++---
 core-x86_64/util-linux.install  |   59 +---
 core-x86_64/uuidd.tmpfiles  |2 
 16 files changed, 932 insertions(+), 970 deletions(-)

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


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

2012-10-05 Thread Tom Gundersen
Date: Friday, October 5, 2012 @ 06:14:22
  Author: tomegun
Revision: 168017

db-move: moved btrfs-progs from [core] to [testing] (i686, x86_64)

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 168016, btrfs-progs/repos/core-i686/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs.install
(from rev 168016, btrfs-progs/repos/core-i686/btrfs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 168016, btrfs-progs/repos/core-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 168016, btrfs-progs/repos/core-i686/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 168016, btrfs-progs/repos/core-x86_64/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs.install
(from rev 168016, btrfs-progs/repos/core-x86_64/btrfs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 168016, btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 168016, btrfs-progs/repos/core-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/
  btrfs-progs/repos/core-x86_64/

---+
 testing-i686/PKGBUILD |   43 
 testing-i686/btrfs.install|9 ++
 testing-i686/initcpio-hook-btrfs  |   10 +++
 testing-i686/initcpio-install-btrfs   |   15 +++
 testing-x86_64/PKGBUILD   |   43 
 testing-x86_64/btrfs.install  |9 ++
 testing-x86_64/initcpio-hook-btrfs|   10 +++
 testing-x86_64/initcpio-install-btrfs |   15 +++
 8 files changed, 154 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 168016, 
btrfs-progs/repos/core-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-05 10:14:22 UTC (rev 168017)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=btrfs-progs
+pkgver=0.19.20120904
+pkgrel=6
+pkgdesc=btrfs filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc' 'e2fsprogs')
+url=http://btrfs.wiki.kernel.org/;
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
+   initcpio-install-btrfs
+   initcpio-hook-btrfs)
+install=btrfs.install
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make CFLAGS=$CFLAGS
+
+   # install mkinitcpio hooks
+   install -Dm644 $srcdir/initcpio-install-btrfs \
+ $pkgdir/usr/lib/initcpio/install/btrfs
+   install -Dm644 $srcdir/initcpio-hook-btrfs \
+ $pkgdir/usr/lib/initcpio/hooks/btrfs
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make prefix=$pkgdir/usr install
+   # fix manpage
+   mkdir -p $pkgdir/usr/share/
+   mv $pkgdir/usr/man $pkgdir/usr/share/man
+   mkdir -p ${pkgdir}/sbin
+   ln -sf /usr/bin/btrfs ${pkgdir}/sbin/btrfs
+}
+md5sums=('d9c96e670fac7c2098a9e7ef98d4b2e2'
+ '2d3df276f80bb09813f56a56d6f93ddd'
+ '9fb35142755b477a96cb7292f3d64839')

Copied: btrfs-progs/repos/testing-i686/btrfs.install (from rev 168016, 
btrfs-progs/repos/core-i686/btrfs.install)
===
--- testing-i686/btrfs.install  (rev 0)
+++ testing-i686/btrfs.install  2012-10-05 10:14:22 UTC (rev 168017)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ $(vercmp 0.19.20120904-6 $2) -eq 1 ]; then
+echo btrfs multi-device support now relies on linux 3.6 or later
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 168016, 
btrfs-progs/repos/core-i686/initcpio-hook-btrfs)
===
--- testing-i686/initcpio-hook-btrfs(rev 0)
+++ testing-i686/initcpio-hook-btrfs2012-10-05 10:14:22 UTC (rev 168017)
@@ -0,0 +1,10 @@
+#!/usr/bin/ash
+
+run_hook() {
+# if udevd is running, this is done async by add/change events
+if [ $udevd_running -ne 1 ]; then
+btrfs device scan
+fi
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 168016, 
btrfs-progs/repos/core-i686/initcpio-install-btrfs)
===
--- testing-i686/initcpio-install-btrfs (rev 0)
+++ testing-i686/initcpio-install-btrfs 2012-10-05 10:14:22 UTC (rev 168017)
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+build() {
+add_module btrfs
+add_binary btrfs
+add_runscript
+}
+
+help() {
+cat HELPEOF
+This hook provides support 

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

2012-10-05 Thread Tom Gundersen
Date: Friday, October 5, 2012 @ 06:15:54
  Author: tomegun
Revision: 168018

db-move: moved initscripts from [testing] to [core] (any)

Added:
  initscripts/repos/core-any/PKGBUILD
(from rev 168017, initscripts/repos/testing-any/PKGBUILD)
  initscripts/repos/core-any/initscripts.install
(from rev 168017, initscripts/repos/testing-any/initscripts.install)
  initscripts/repos/core-any/split-hwclock-calls.diff
(from rev 168017, initscripts/repos/testing-any/split-hwclock-calls.diff)
Deleted:
  initscripts/repos/core-any/PKGBUILD
  initscripts/repos/core-any/initscripts.install
  initscripts/repos/core-any/split-hwclock-calls.diff
  initscripts/repos/testing-any/

--+
 PKGBUILD |   65 ++---
 initscripts.install  |   52 ++--
 split-hwclock-calls.diff |   42 ++---
 3 files changed, 80 insertions(+), 79 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-10-05 10:14:22 UTC (rev 168017)
+++ core-any/PKGBUILD   2012-10-05 10:15:54 UTC (rev 168018)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Thomas Bächler tho...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=initscripts
-pkgver=2012.09.1
-pkgrel=1
-pkgdesc=System initialization/bootup scripts
-arch=('any')
-url=http://www.archlinux.org;
-license=('GPL2')
-groups=('base')
-provides=('initscripts-systemd')
-conflicts=('initscripts-systemd')
-replaces=('initscripts-systemd')
-backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
-depends=('glibc' 'bash' 'coreutils' 'systemd-tools' 'iproute2' 'ncurses' 
'findutils' 'sysvinit')
-optdepends=('dhcpcd: DHCP network configuration'
-'bridge-utils: Legacy network bridging support'
-'net-tools: Legacy network support'
-'wireless_tools: Legacy wireless networking')
-makedepends=(asciidoc)
-install=initscripts.install
-source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz;)
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('c42b34a386859d16f69507ca80ee0486')

Copied: initscripts/repos/core-any/PKGBUILD (from rev 168017, 
initscripts/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-10-05 10:15:54 UTC (rev 168018)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=initscripts
+pkgver=2012.09.2
+pkgrel=2
+pkgdesc=System initialization/bootup scripts
+arch=('any')
+url=http://www.archlinux.org;
+license=('GPL2')
+groups=('base')
+provides=('initscripts-systemd')
+conflicts=('initscripts-systemd')
+replaces=('initscripts-systemd')
+backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
+depends=('glibc' 'bash' 'coreutils' 'systemd-tools' 'iproute2' 'ncurses' 
'findutils' 'sysvinit-tools')
+optdepends=('dhcpcd: DHCP network configuration'
+'bridge-utils: Legacy network bridging support'
+'net-tools: Legacy network support'
+'wireless_tools: Legacy wireless networking'
+'sysvinit: Legacy init support')
+makedepends=(asciidoc)
+install=initscripts.install
+source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz;)
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('c0a550c17624a6e72dc0edb3da8d664c')

Deleted: core-any/initscripts.install
===
--- core-any/initscripts.install2012-10-05 10:14:22 UTC (rev 168017)
+++ core-any/initscripts.install2012-10-05 10:15:54 UTC (rev 168018)
@@ -1,26 +0,0 @@
-post_upgrade() {
-  if [ $(vercmp $2 2009.07) -lt 0 ]; then
-echo == Adjusting /etc/inittab for transition to /dev/tty standard.
-echo == Original file saved as /etc/inittab.pacsave
-sed -i'.pacsave' 's#vc/\([0-9]\)#tty\1#' /etc/inittab
-  fi
-  if [ $(vercmp $2 2011.06.1) -lt 0 ]; then
-echo Blacklisting of modules is no longer supported in rc.conf,
-echo please add blacklist entries to /etc/modprobe.d/ instead.
-  fi
-  if [ $(vercmp $2 2011.07.2) -lt 0 ]; then
-echo VERBOSE= in rc.conf no longer has any effect.
-echo Please append 'quiet' to your kernel command line.
-  fi
-  if [ $(vercmp $2 2011.10.1) -lt 0 ]; then
-echo If using non-bash-compatible shell, please set LANG in 
/etc/locale.conf,
-echo as LOCALE in /etc/rc.conf no longer works.
-  fi
-  if [ $(vercmp $2 2012.08.1) -lt 0 ]; then
-echo 
-echo  initscripts now ships a compatibility layer to make systemd use 
MODULES and
-echo  DAEMONS from 

[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD logind-support.patch)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 06:52:12
  Author: andrea
Revision: 168019

upgpkg: kdebase-workspace 4.9.2-2

Fix logind support

Added:
  kdebase-workspace/trunk/logind-support.patch
Modified:
  kdebase-workspace/trunk/PKGBUILD

--+
 PKGBUILD |   18 -
 logind-support.patch |   66 +
 2 files changed, 78 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 10:15:54 UTC (rev 168018)
+++ PKGBUILD2012-10-05 10:52:12 UTC (rev 168019)
@@ -5,7 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -29,7 +29,8 @@
 options=('emptydirs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service'
-'fixpath.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
+'fixpath.patch' 'terminate-server.patch' 'kdm-xinitrd.patch'
+'logind-support.patch')
 sha1sums=('091bec159d85db2a9a6d6b1b43a53183c23de488'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
   '712a90999bd429883dcef5dcaf288aace332ced8'
@@ -38,15 +39,20 @@
   'b6f8e8692737b11eec1f8022ce74b5b23e247b1b'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
   'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
-  'd509dac592bd8b310df27991b208c95b6d907514')
+  'd509dac592bd8b310df27991b208c95b6d907514'
+  'ccde71c42e19feaf40d3bd76e7396a0cb6df012f')
 
 build() {
-   cd ${srcdir}/${_pkgname}-${pkgver}
+   cd ${_pkgname}-${pkgver}
patch -p1 -i ${srcdir}/kdm-xinitrd.patch
patch -p0 -i ${srcdir}/fixpath.patch
patch -p0 -i ${srcdir}/terminate-server.patch
 
-   cd ${srcdir}
+# KDEBUG 307412
+patch -p1 -i ${srcdir}/logind-support.patch
+
+cd ../
+
mkdir build
cd build
cmake ../${_pkgname}-${pkgver} \
@@ -61,7 +67,7 @@
 }
 
 package() {
-   cd ${srcdir}/build
+   cd build
make DESTDIR=${pkgdir} install
 
install -D -m644 ${srcdir}/kde.pam ${pkgdir}/etc/pam.d/kde

Added: logind-support.patch
===
--- logind-support.patch(rev 0)
+++ logind-support.patch2012-10-05 10:52:12 UTC (rev 168019)
@@ -0,0 +1,66 @@
+From: Lukas Tinkl lu...@kde.org
+Date: Fri, 05 Oct 2012 09:57:13 +
+Subject: store the filedescriptor in a member variable
+X-Git-Url: 
http://quickgit.kde.org/?p=kde-workspace.gitamp;a=commitdiffamp;h=a18b78d7da8cb8d627ad2e85f666bfcf1a2721e1
+---
+store the filedescriptor in a member variable
+
+make systemd-inhibit work as intended, PowerDevil now handles
+power/sleep/lid buttons as intended
+
+BUG: 307412
+---
+
+
+--- a/powerdevil/daemon/powerdevilpolicyagent.cpp
 b/powerdevil/daemon/powerdevilpolicyagent.cpp
+@@ -29,7 +29,6 @@
+ #include QtDBus/QDBusPendingReply
+ #include QtDBus/QDBusConnectionInterface
+ #include QtDBus/QDBusServiceWatcher
+-#include QtDBus/QDBusUnixFileDescriptor
+ 
+ #include KGlobal
+ #include KDebug
+@@ -225,6 +224,9 @@
+ onActiveSessionChanged(m_activeSessionPath);
+ 
+ // inhibit systemd handling of power/sleep/lid buttons
++// http://www.freedesktop.org/wiki/Software/systemd/inhibit
++kDebug()  fd passing available:  
bool(managerIface.connection().connectionCapabilities()  
QDBusConnection::UnixFileDescriptorPassing);
++
+ QVariantList args;
+ args  
handle-power-key:handle-suspend-key:handle-hibernate-key:handle-lid-switch; 
// what
+ args  PowerDevil; // who
+@@ -232,8 +234,9 @@
+ args  block; // mode
+ QDBusPendingReplyQDBusUnixFileDescriptor desc = 
managerIface.asyncCallWithArgumentList(Inhibit, args);
+ desc.waitForFinished();
+-if (desc.isValid()  desc.value().isValid()) {
+-kDebug()  systemd powersave events handling inhibited;
++if (desc.isValid()) {
++m_systemdInhibitFd = desc.value();
++kDebug()  systemd powersave events handling inhibited, 
descriptor:  m_systemdInhibitFd.fileDescriptor();
+ }
+ else
+ kWarning()  failed to inhibit systemd powersave handling;
+
+--- a/powerdevil/daemon/powerdevilpolicyagent.h
 b/powerdevil/daemon/powerdevilpolicyagent.h
+@@ -27,6 +27,7 @@
+ #include QtCore/QWeakPointer
+ 
+ #include QtDBus/QDBusContext
++#include QtDBus/QDBusUnixFileDescriptor
+ 
+ #include kdemacros.h
+ 
+@@ -108,6 +109,7 @@
+ QString m_activeSessionPath;
+ QWeakPointer QDBusInterface  m_sdSessionInterface;
+ QWeakPointer QDBusInterface  m_sdSeatInterface;
++QDBusUnixFileDescriptor m_systemdInhibitFd;
+ 
+

[arch-commits] Commit in kdebase-workspace/repos (42 files)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 06:53:35
  Author: andrea
Revision: 168020

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

Added:
  kdebase-workspace/repos/extra-i686/PKGBUILD
(from rev 168019, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-i686/fixpath.patch
(from rev 168019, kdebase-workspace/trunk/fixpath.patch)
  kdebase-workspace/repos/extra-i686/kde-np.pam
(from rev 168019, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-i686/kde.pam
(from rev 168019, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
(from rev 168019, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-i686/kdm
(from rev 168019, kdebase-workspace/trunk/kdm)
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
(from rev 168019, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-i686/kdm.service
(from rev 168019, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
(from rev 168019, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-i686/logind-support.patch
(from rev 168019, kdebase-workspace/trunk/logind-support.patch)
  kdebase-workspace/repos/extra-i686/terminate-server.patch
(from rev 168019, kdebase-workspace/trunk/terminate-server.patch)
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
(from rev 168019, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-x86_64/fixpath.patch
(from rev 168019, kdebase-workspace/trunk/fixpath.patch)
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
(from rev 168019, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-x86_64/kde.pam
(from rev 168019, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
(from rev 168019, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-x86_64/kdm
(from rev 168019, kdebase-workspace/trunk/kdm)
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
(from rev 168019, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-x86_64/kdm.service
(from rev 168019, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
(from rev 168019, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-x86_64/logind-support.patch
(from rev 168019, kdebase-workspace/trunk/logind-support.patch)
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch
(from rev 168019, kdebase-workspace/trunk/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/extra-i686/PKGBUILD
  kdebase-workspace/repos/extra-i686/fixpath.patch
  kdebase-workspace/repos/extra-i686/kde-np.pam
  kdebase-workspace/repos/extra-i686/kde.pam
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
  kdebase-workspace/repos/extra-i686/kdm
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-i686/kdm.service
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
  kdebase-workspace/repos/extra-i686/terminate-server.patch
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
  kdebase-workspace/repos/extra-x86_64/fixpath.patch
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
  kdebase-workspace/repos/extra-x86_64/kde.pam
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/extra-x86_64/kdm
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-x86_64/kdm.service
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch

+
 extra-i686/PKGBUILD|  166 ---
 extra-i686/fixpath.patch   |   68 ++--
 extra-i686/kde-np.pam  |   18 +--
 extra-i686/kde.pam |   18 +--
 extra-i686/kdebase-workspace.install   |   50 -
 extra-i686/kdm |   72 ++---
 extra-i686/kdm-xinitrd.patch   |   36 +++---
 extra-i686/kdm.service |   18 +--
 extra-i686/kscreensaver.pam|2 
 extra-i686/logind-support.patch|   66 
 extra-i686/terminate-server.patch  |   22 ++--
 extra-x86_64/PKGBUILD  |  166 ---
 extra-x86_64/fixpath.patch |   68 ++--
 extra-x86_64/kde-np.pam|   18 +--
 extra-x86_64/kde.pam   |   18 +--
 extra-x86_64/kdebase-workspace.install |   50 -
 extra-x86_64/kdm   |   72 ++---
 extra-x86_64/kdm-xinitrd.patch |   36 +++---
 extra-x86_64/kdm.service   |   18 +--
 extra-x86_64/kscreensaver.pam  |2 
 extra-x86_64/logind-support.patch  |   66 
 extra-x86_64/terminate-server.patch|   

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

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 07:17:46
  Author: andyrtr
Revision: 168021

upgpkg: sqlite 3.7.14.1-1

upstream update 3.7.14.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 10:53:35 UTC (rev 168020)
+++ PKGBUILD2012-10-05 11:17:46 UTC (rev 168021)
@@ -4,11 +4,10 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3071400
-_amalgamationver2=${_amalgamationver/00/}
-_docver=${_amalgamationver}#3070700
-#pkgver=${_amalgamationver2//0/.}
-pkgver=3.7.14
+_amalgamationver=3071401
+#_docver=${_amalgamationver}
+_docver=3071400
+pkgver=3.7.14.1
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -17,11 +16,10 @@
 makedepends=('tcl' 'readline')
 source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
http://www.sqlite.org/sqlite-doc-${_docver}.zip
license.txt)
 options=('!libtool' '!emptydirs')
-md5sums=('6464d429b1396a8db35864e791673b65'
+md5sums=('4cf3fd434bbb6e50777019ff3507bfa5'
  '5eaeaa2d0aef3b2c980aa784846fd562'
  'c1cdbc5544034d9012e421e75a5e4890')
 



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

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 07:18:25
  Author: andyrtr
Revision: 168022

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

Added:
  sqlite/repos/extra-i686/PKGBUILD
(from rev 168021, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-i686/license.txt
(from rev 168021, sqlite/trunk/license.txt)
  sqlite/repos/extra-x86_64/PKGBUILD
(from rev 168021, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-x86_64/license.txt
(from rev 168021, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/extra-i686/PKGBUILD
  sqlite/repos/extra-i686/license.txt
  sqlite/repos/extra-x86_64/PKGBUILD
  sqlite/repos/extra-x86_64/license.txt

--+
 extra-i686/PKGBUILD  |  184 ++---
 extra-i686/license.txt   |   66 
 extra-x86_64/PKGBUILD|  184 ++---
 extra-x86_64/license.txt |   66 
 4 files changed, 248 insertions(+), 252 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 11:17:46 UTC (rev 168021)
+++ extra-i686/PKGBUILD 2012-10-05 11:18:25 UTC (rev 168022)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=sqlite
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3071400
-_amalgamationver2=${_amalgamationver/00/}
-_docver=${_amalgamationver}#3070700
-#pkgver=${_amalgamationver2//0/.}
-pkgver=3.7.14
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.sqlite.org/;
-makedepends=('tcl' 'readline')
-source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
-   http://www.sqlite.org/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-md5sums=('6464d429b1396a8db35864e791673b65'
- '5eaeaa2d0aef3b2c980aa784846fd562'
- 'c1cdbc5544034d9012e421e75a5e4890')
-
-build() {
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  # build sqlite
-  cd $srcdir/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd $srcdir/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite() {
- 
- pkgdesc=A C library that implements an SQL database engine
- depends=('readline')
- provides=(sqlite3=$pkgver)
- replaces=(sqlite3)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite-tcl() {
- 
- pkgdesc=sqlite Tcl Extension Architecture (TEA)
- depends=('sqlite')
- provides=(sqlite3-tcl=$pkgver)
- replaces=(sqlite3-tcl)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite-doc() {
-
- pkgdesc=most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation
- #arch=('any') - not yet supported
- provides=(sqlite3-doc=$pkgver)
- replaces=(sqlite3-doc)
- 
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite/repos/extra-i686/PKGBUILD (from rev 168021, 
sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 11:18:25 UTC (rev 168022)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=sqlite
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+_amalgamationver=3071401
+#_docver=${_amalgamationver}
+_docver=3071400
+pkgver=3.7.14.1

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

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 08:02:44
  Author: andyrtr
Revision: 168023

upgpkg: xorg-server 1.13.0-2

fix deps in xorg-server-devel to match the xorg-server.pc file

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 11:18:25 UTC (rev 168022)
+++ PKGBUILD2012-10-05 12:02:44 UTC (rev 168023)
@@ -4,7 +4,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.13.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -174,7 +174,12 @@
 
 package_xorg-server-devel() {
   pkgdesc=Development files for the X.Org X server
-  depends=(xproto randrproto renderproto xextproto inputproto kbproto 
fontsproto videoproto dri2proto xineramaproto xorg-util-macros pixman 
libpciaccess)
+  depends=(# see pkgdir/usr/lib/pkgconfig/xorg-server.pc
+   xproto randrproto renderproto xextproto inputproto kbproto 
+   fontsproto pixman videoproto xf86driproto glproto 
+   mesa dri2proto xineramaproto libpciaccess
+   # not technically required but almost every Xorg pkg needs it to 
build
+   xorg-util-macros)
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install



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

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 08:03:57
  Author: andyrtr
Revision: 168024

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

Added:
  xorg-server/repos/staging-i686/10-quirks.conf
(from rev 168023, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/staging-i686/PKGBUILD
(from rev 168023, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-i686/autoconfig-nvidia.patch
(from rev 168023, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-i686/autoconfig-sis.patch
(from rev 168023, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-i686/xvfb-run
(from rev 168023, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-i686/xvfb-run.1
(from rev 168023, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/staging-x86_64/10-quirks.conf
(from rev 168023, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/staging-x86_64/PKGBUILD
(from rev 168023, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-x86_64/autoconfig-nvidia.patch
(from rev 168023, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-x86_64/autoconfig-sis.patch
(from rev 168023, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-x86_64/xvfb-run
(from rev 168023, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-x86_64/xvfb-run.1
(from rev 168023, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/staging-i686/10-quirks.conf
  xorg-server/repos/staging-i686/PKGBUILD
  xorg-server/repos/staging-i686/autoconfig-nvidia.patch
  xorg-server/repos/staging-i686/autoconfig-sis.patch
  xorg-server/repos/staging-i686/xvfb-run
  xorg-server/repos/staging-i686/xvfb-run.1
  xorg-server/repos/staging-x86_64/10-quirks.conf
  xorg-server/repos/staging-x86_64/PKGBUILD
  xorg-server/repos/staging-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/staging-x86_64/autoconfig-sis.patch
  xorg-server/repos/staging-x86_64/xvfb-run
  xorg-server/repos/staging-x86_64/xvfb-run.1

+
 staging-i686/10-quirks.conf|   20 -
 staging-i686/PKGBUILD  |  387 ++---
 staging-i686/autoconfig-nvidia.patch   |   56 +--
 staging-i686/autoconfig-sis.patch  |   42 +-
 staging-i686/xvfb-run  |  360 +--
 staging-i686/xvfb-run.1|  564 +++
 staging-x86_64/10-quirks.conf  |   20 -
 staging-x86_64/PKGBUILD|  387 ++---
 staging-x86_64/autoconfig-nvidia.patch |   56 +--
 staging-x86_64/autoconfig-sis.patch|   42 +-
 staging-x86_64/xvfb-run|  360 +--
 staging-x86_64/xvfb-run.1  |  564 +++
 12 files changed, 1434 insertions(+), 1424 deletions(-)

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


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

2012-10-05 Thread Tom Gundersen
Date: Friday, October 5, 2012 @ 09:06:04
  Author: tomegun
Revision: 168025

upgpkg: btrfs-progs 0.19.20120904-7

reinstate udev rule

Added:
  btrfs-progs/trunk/70-btrfs.rules
Modified:
  btrfs-progs/trunk/PKGBUILD
  btrfs-progs/trunk/btrfs.install
  btrfs-progs/trunk/initcpio-install-btrfs

+
 70-btrfs.rules |1 +
 PKGBUILD   |   12 
 btrfs.install  |6 +++---
 initcpio-install-btrfs |4 +++-
 4 files changed, 15 insertions(+), 8 deletions(-)

Added: 70-btrfs.rules
===
--- 70-btrfs.rules  (rev 0)
+++ 70-btrfs.rules  2012-10-05 13:06:04 UTC (rev 168025)
@@ -0,0 +1 @@
+ACTION!=remove, SUBSYSTEM==block, ENV{ID_FS_TYPE}==btrfs, 
RUN+=/usr/bin/btrfs device scan /dev/%k

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 12:03:57 UTC (rev 168024)
+++ PKGBUILD2012-10-05 13:06:04 UTC (rev 168025)
@@ -4,7 +4,7 @@
 
 pkgname=btrfs-progs
 pkgver=0.19.20120904
-pkgrel=6
+pkgrel=7
 pkgdesc=btrfs filesystem utilities
 arch=(i686 x86_64)
 depends=('glibc' 'e2fsprogs')
@@ -15,7 +15,8 @@
 license=('GPL2')
 source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
initcpio-install-btrfs
-   initcpio-hook-btrfs)
+   initcpio-hook-btrfs
+   70-btrfs.rules)
 install=btrfs.install
 
 build() {
@@ -27,6 +28,8 @@
  $pkgdir/usr/lib/initcpio/install/btrfs
install -Dm644 $srcdir/initcpio-hook-btrfs \
  $pkgdir/usr/lib/initcpio/hooks/btrfs
+   install -Dm644 $srcdir/70-btrfs.rules \
+ $pkgdir/usr/lib/udev/rules.d/70-btrfs.rules
 }
 
 package() {
@@ -39,5 +42,6 @@
ln -sf /usr/bin/btrfs ${pkgdir}/sbin/btrfs
 }
 md5sums=('d9c96e670fac7c2098a9e7ef98d4b2e2'
- '2d3df276f80bb09813f56a56d6f93ddd'
- '9fb35142755b477a96cb7292f3d64839')
+ 'e5186ec3fe8a809b7473470128d1c4ab'
+ '9fb35142755b477a96cb7292f3d64839'
+ '345c62c8b267082361729ca5b647518f')

Modified: btrfs.install
===
--- btrfs.install   2012-10-05 12:03:57 UTC (rev 168024)
+++ btrfs.install   2012-10-05 13:06:04 UTC (rev 168025)
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 post_upgrade() {
-  if [ $(vercmp 0.19.20120904-6 $2) -eq 1 ]; then
-echo btrfs multi-device support now relies on linux 3.6 or later
-  fi
+#  if [ $(vercmp 0.19.20120904-6 $2) -eq 1 ]; then
+#echo btrfs multi-device support now relies on linux 3.6 or later
+#  fi
 }
 
 # vim:set ts=2 sw=2 et:

Modified: initcpio-install-btrfs
===
--- initcpio-install-btrfs  2012-10-05 12:03:57 UTC (rev 168024)
+++ initcpio-install-btrfs  2012-10-05 13:06:04 UTC (rev 168025)
@@ -4,11 +4,13 @@
 add_module btrfs
 add_binary btrfs
 add_runscript
+
+add_file /usr/lib/udev/rules.d/70-btrfs.rules
 }
 
 help() {
 cat HELPEOF
-This hook provides support for multi-device btrfs volumes, in the absence of 
udev.
+This hook provides support for multi-device btrfs volumes.
 HELPEOF
 }
 



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

2012-10-05 Thread Tom Gundersen
Date: Friday, October 5, 2012 @ 09:06:44
  Author: tomegun
Revision: 168026

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

Added:
  btrfs-progs/repos/core-i686/
  btrfs-progs/repos/core-x86_64/
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/70-btrfs.rules
(from rev 168025, btrfs-progs/trunk/70-btrfs.rules)
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 168025, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs.install
(from rev 168025, btrfs-progs/trunk/btrfs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 168025, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 168025, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/70-btrfs.rules
(from rev 168025, btrfs-progs/trunk/70-btrfs.rules)
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 168025, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs.install
(from rev 168025, btrfs-progs/trunk/btrfs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 168025, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 168025, btrfs-progs/trunk/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

---+
 testing-i686/70-btrfs.rules   |1 
 testing-i686/PKGBUILD |   47 
 testing-i686/btrfs.install|9 ++
 testing-i686/initcpio-hook-btrfs  |   10 ++
 testing-i686/initcpio-install-btrfs   |   17 +++
 testing-x86_64/70-btrfs.rules |1 
 testing-x86_64/PKGBUILD   |   47 
 testing-x86_64/btrfs.install  |9 ++
 testing-x86_64/initcpio-hook-btrfs|   10 ++
 testing-x86_64/initcpio-install-btrfs |   17 +++
 10 files changed, 168 insertions(+)

Copied: btrfs-progs/repos/testing-i686/70-btrfs.rules (from rev 168025, 
btrfs-progs/trunk/70-btrfs.rules)
===
--- testing-i686/70-btrfs.rules (rev 0)
+++ testing-i686/70-btrfs.rules 2012-10-05 13:06:44 UTC (rev 168026)
@@ -0,0 +1 @@
+ACTION!=remove, SUBSYSTEM==block, ENV{ID_FS_TYPE}==btrfs, 
RUN+=/usr/bin/btrfs device scan /dev/%k

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 168025, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-05 13:06:44 UTC (rev 168026)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=btrfs-progs
+pkgver=0.19.20120904
+pkgrel=7
+pkgdesc=btrfs filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc' 'e2fsprogs')
+url=http://btrfs.wiki.kernel.org/;
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
+   initcpio-install-btrfs
+   initcpio-hook-btrfs
+   70-btrfs.rules)
+install=btrfs.install
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make CFLAGS=$CFLAGS
+
+   # install mkinitcpio hooks
+   install -Dm644 $srcdir/initcpio-install-btrfs \
+ $pkgdir/usr/lib/initcpio/install/btrfs
+   install -Dm644 $srcdir/initcpio-hook-btrfs \
+ $pkgdir/usr/lib/initcpio/hooks/btrfs
+   install -Dm644 $srcdir/70-btrfs.rules \
+ $pkgdir/usr/lib/udev/rules.d/70-btrfs.rules
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make prefix=$pkgdir/usr install
+   # fix manpage
+   mkdir -p $pkgdir/usr/share/
+   mv $pkgdir/usr/man $pkgdir/usr/share/man
+   mkdir -p ${pkgdir}/sbin
+   ln -sf /usr/bin/btrfs ${pkgdir}/sbin/btrfs
+}
+md5sums=('d9c96e670fac7c2098a9e7ef98d4b2e2'
+ 'e5186ec3fe8a809b7473470128d1c4ab'
+ '9fb35142755b477a96cb7292f3d64839'
+ '345c62c8b267082361729ca5b647518f')

Copied: btrfs-progs/repos/testing-i686/btrfs.install (from rev 168025, 
btrfs-progs/trunk/btrfs.install)
===
--- testing-i686/btrfs.install  (rev 0)
+++ testing-i686/btrfs.install  2012-10-05 13:06:44 UTC (rev 168026)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+#  if [ $(vercmp 0.19.20120904-6 $2) -eq 1 ]; then
+#echo btrfs multi-device support now relies on linux 3.6 or later
+#  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 168025, 
btrfs-progs/trunk/initcpio-hook-btrfs)
===
--- testing-i686/initcpio-hook-btrfs  

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

2012-10-05 Thread Tom Gundersen
Date: Friday, October 5, 2012 @ 09:14:13
  Author: tomegun
Revision: 168027

upgpkg: btrfs-progs 0.19.20120904-7

reinstate udev rule

Added:
  btrfs-progs/trunk/btrfs-progs.install
(from rev 168025, btrfs-progs/trunk/btrfs.install)
Modified:
  btrfs-progs/trunk/PKGBUILD
Deleted:
  btrfs-progs/trunk/btrfs.install

-+
 PKGBUILD|2 +-
 btrfs-progs.install |9 +
 btrfs.install   |9 -
 3 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 13:06:44 UTC (rev 168026)
+++ PKGBUILD2012-10-05 13:14:13 UTC (rev 168027)
@@ -17,7 +17,7 @@
initcpio-install-btrfs
initcpio-hook-btrfs
70-btrfs.rules)
-install=btrfs.install
+#install=btrfs-progs.install
 
 build() {
cd $srcdir/$pkgname-$pkgver

Copied: btrfs-progs/trunk/btrfs-progs.install (from rev 168025, 
btrfs-progs/trunk/btrfs.install)
===
--- btrfs-progs.install (rev 0)
+++ btrfs-progs.install 2012-10-05 13:14:13 UTC (rev 168027)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ $(vercmp 0.19.20120904-6 $2) -eq 1 ]; then
+echo btrfs multi-device support now relies on linux 3.6 or later
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: btrfs.install
===
--- btrfs.install   2012-10-05 13:06:44 UTC (rev 168026)
+++ btrfs.install   2012-10-05 13:14:13 UTC (rev 168027)
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-post_upgrade() {
-#  if [ $(vercmp 0.19.20120904-6 $2) -eq 1 ]; then
-#echo btrfs multi-device support now relies on linux 3.6 or later
-#  fi
-}
-
-# vim:set ts=2 sw=2 et:



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

2012-10-05 Thread Tom Gundersen
Date: Friday, October 5, 2012 @ 09:14:58
  Author: tomegun
Revision: 168028

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

Added:
  btrfs-progs/repos/testing-i686/70-btrfs.rules
(from rev 168027, btrfs-progs/trunk/70-btrfs.rules)
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 168027, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 168027, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 168027, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 168027, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/70-btrfs.rules
(from rev 168027, btrfs-progs/trunk/70-btrfs.rules)
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 168027, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 168027, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 168027, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 168027, btrfs-progs/trunk/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/testing-i686/70-btrfs.rules
  btrfs-progs/repos/testing-i686/PKGBUILD
  btrfs-progs/repos/testing-i686/btrfs.install
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
  btrfs-progs/repos/testing-x86_64/70-btrfs.rules
  btrfs-progs/repos/testing-x86_64/PKGBUILD
  btrfs-progs/repos/testing-x86_64/btrfs.install
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs

---+
 testing-i686/70-btrfs.rules   |2 
 testing-i686/PKGBUILD |   94 
 testing-i686/btrfs-progs.install  |9 +++
 testing-i686/btrfs.install|9 ---
 testing-i686/initcpio-hook-btrfs  |   20 +++---
 testing-i686/initcpio-install-btrfs   |   34 +--
 testing-x86_64/70-btrfs.rules |2 
 testing-x86_64/PKGBUILD   |   94 
 testing-x86_64/btrfs-progs.install|9 +++
 testing-x86_64/btrfs.install  |9 ---
 testing-x86_64/initcpio-hook-btrfs|   20 +++---
 testing-x86_64/initcpio-install-btrfs |   34 +--
 12 files changed, 168 insertions(+), 168 deletions(-)

Deleted: testing-i686/70-btrfs.rules
===
--- testing-i686/70-btrfs.rules 2012-10-05 13:14:13 UTC (rev 168027)
+++ testing-i686/70-btrfs.rules 2012-10-05 13:14:58 UTC (rev 168028)
@@ -1 +0,0 @@
-ACTION!=remove, SUBSYSTEM==block, ENV{ID_FS_TYPE}==btrfs, 
RUN+=/usr/bin/btrfs device scan /dev/%k

Copied: btrfs-progs/repos/testing-i686/70-btrfs.rules (from rev 168027, 
btrfs-progs/trunk/70-btrfs.rules)
===
--- testing-i686/70-btrfs.rules (rev 0)
+++ testing-i686/70-btrfs.rules 2012-10-05 13:14:58 UTC (rev 168028)
@@ -0,0 +1 @@
+ACTION!=remove, SUBSYSTEM==block, ENV{ID_FS_TYPE}==btrfs, 
RUN+=/usr/bin/btrfs device scan /dev/%k

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-10-05 13:14:13 UTC (rev 168027)
+++ testing-i686/PKGBUILD   2012-10-05 13:14:58 UTC (rev 168028)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=btrfs-progs
-pkgver=0.19.20120904
-pkgrel=7
-pkgdesc=btrfs filesystem utilities
-arch=(i686 x86_64)
-depends=('glibc' 'e2fsprogs')
-url=http://btrfs.wiki.kernel.org/;
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
-   initcpio-install-btrfs
-   initcpio-hook-btrfs
-   70-btrfs.rules)
-install=btrfs.install
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make CFLAGS=$CFLAGS
-
-   # install mkinitcpio hooks
-   install -Dm644 $srcdir/initcpio-install-btrfs \
- $pkgdir/usr/lib/initcpio/install/btrfs
-   install -Dm644 $srcdir/initcpio-hook-btrfs \
- $pkgdir/usr/lib/initcpio/hooks/btrfs
-   install -Dm644 $srcdir/70-btrfs.rules \
- $pkgdir/usr/lib/udev/rules.d/70-btrfs.rules
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make prefix=$pkgdir/usr install
-   # fix manpage
-   mkdir -p $pkgdir/usr/share/
-   mv $pkgdir/usr/man $pkgdir/usr/share/man
-   mkdir -p ${pkgdir}/sbin
-   ln -sf /usr/bin/btrfs ${pkgdir}/sbin/btrfs
-}
-md5sums=('d9c96e670fac7c2098a9e7ef98d4b2e2'
- 'e5186ec3fe8a809b7473470128d1c4ab'
- '9fb35142755b477a96cb7292f3d64839'
- '345c62c8b267082361729ca5b647518f')

Copied: 

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

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 09:23:40
  Author: andrea
Revision: 168029

upgpkg: avogadro 1.1.0-1

Upstream release

Modified:
  avogadro/trunk/PKGBUILD
Deleted:
  avogadro/trunk/fix-boost.patch
  avogadro/trunk/fix-opengl-headers.patch
  avogadro/trunk/replace-qt4_automoc-with-qt4_wrap_cpp.patch

-+
 PKGBUILD|   24 
 fix-boost.patch |   33 -
 fix-opengl-headers.patch|   53 -
 replace-qt4_automoc-with-qt4_wrap_cpp.patch |  778 --
 4 files changed, 6 insertions(+), 882 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 13:14:58 UTC (rev 168028)
+++ PKGBUILD2012-10-05 13:23:40 UTC (rev 168029)
@@ -4,31 +4,19 @@
 # Contributor: Nick B Shirakawasuna at gmail _dot_com
 
 pkgname=avogadro
-pkgver=1.0.3
-pkgrel=6
+pkgver=1.1.0
+pkgrel=1
 pkgdesc=An advanced molecular editor based on Qt
 arch=('i686' 'x86_64')
 url=http://avogadro.openmolecules.net/wiki/Main_Page;
 license=('GPL2')
 depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
-makedepends=('cmake' 'boost')
+makedepends=('cmake' 'boost' 'doxygen')
 install=avogadro.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'replace-qt4_automoc-with-qt4_wrap_cpp.patch'
-'fix-boost.patch'
-'fix-opengl-headers.patch')
-md5sums=('92c2702c1980f70fb6d87a1a58147911'
- 'aec516daab066c15326a9681f8f15abc'
- '46282e4709429447e44a0a54d51ad2ec'
- 'f420bfd22e3d5d8fcddc625cf5e711f6')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('f4fbef5ffc69cc312b2316426c36a78d')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/replace-qt4_automoc-with-qt4_wrap_cpp.patch
-  patch -p1 -i ${srcdir}/fix-boost.patch
-  patch -p1 -i ${srcdir}/fix-opengl-headers.patch
-
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -40,6 +28,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }

Deleted: fix-boost.patch
===
--- fix-boost.patch 2012-10-05 13:14:58 UTC (rev 168028)
+++ fix-boost.patch 2012-10-05 13:23:40 UTC (rev 168029)
@@ -1,33 +0,0 @@
 avogadro-1.0.3/libavogadro/src/CMakeLists.txt~ 2011-11-29 
18:33:01.777291627 +
-+++ avogadro-1.0.3/libavogadro/src/CMakeLists.txt  2011-11-29 
18:33:23.480814612 +
-@@ -149,7 +149,7 @@
-   endforeach(P_ITEM ${PYTHON_SRCS})
- endif(NOT ENABLE_PYTHON OR NOT ALL_PYTHON_FOUND)
- 
--QT4_WRAP_CPP(libavogadro_MOC_SRCS ${libavogadro_MOC_HDRS})
-+QT4_WRAP_CPP(libavogadro_MOC_SRCS ${libavogadro_MOC_HDRS} OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
- 
- # you have to add link_directories before you add the target
- if(ENABLE_PYTHON AND ALL_PYTHON_FOUND)
 avogadro-1.0.3/libavogadro/src/python/CMakeLists.txt~  2011-11-29 
18:37:15.449506548 +
-+++ avogadro-1.0.3/libavogadro/src/python/CMakeLists.txt   2011-11-29 
18:37:52.729831744 +
-@@ -11,7 +11,7 @@
- # use all cpp files in this directory
- FILE(GLOB wrapper_SRCS *.cpp)
- 
--QT4_WRAP_CPP(MOC_SRCS moleculelist.h)
-+QT4_WRAP_CPP(MOC_SRCS moleculelist.h OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
- 
- ADD_LIBRARY(python-module MODULE ${wrapper_SRCS} ${MOC_SRCS})
- SET_TARGET_PROPERTIES(python-module PROPERTIES OUTPUT_NAME Avogadro)
 avogadro-1.0.3/libavogadro/CMakeLists.txt~ 2011-11-29 19:41:34.066938217 
+
-+++ avogadro-1.0.3/libavogadro/CMakeLists.txt  2011-11-29 19:42:53.084320315 
+
-@@ -18,7 +18,7 @@
-   # Assume all MOC stuff is in the headers, replace .cpp and use qt4_wrap_cpp
-   # We should probably scan the header to verify the Q_OBJECT macro is used
-   string(REPLACE .cpp .h hdr_list ${src_list})
--  qt4_wrap_cpp(moc_files ${hdr_list})
-+  qt4_wrap_cpp(moc_files ${hdr_list} OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
-   # Now sort out the ui and qrc files, process them as appropriate
-   set(ui_plugin_files)
-   set(qrc_plugin_files)

Deleted: fix-opengl-headers.patch
===
--- fix-opengl-headers.patch2012-10-05 13:14:58 UTC (rev 168028)
+++ fix-opengl-headers.patch2012-10-05 13:23:40 UTC (rev 168029)
@@ -1,53 +0,0 @@
 avogadro-1.0.3/libavogadro/src/camera.cpp~ 2012-02-27 18:35:52.10585 
+
-+++ avogadro-1.0.3/libavogadro/src/camera.cpp  2012-02-27 18:36:27.103053453 
+
-@@ -25,6 +25,8 @@
- #include camera.h
- #include glwidget.h
- #include avogadro/molecule.h
-+#include Eigen/LU
-+#include GL/glu.h
- 
- using namespace Eigen;
- 
 avogadro-1.0.3/libavogadro/src/glpainter_p.cpp~2012-02-27 
18:37:28.535894209 +
-+++ avogadro-1.0.3/libavogadro/src/glpainter_p.cpp 2012-02-27 

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

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 09:24:09
  Author: andrea
Revision: 168030

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

Added:
  avogadro/repos/extra-i686/PKGBUILD
(from rev 168029, avogadro/trunk/PKGBUILD)
  avogadro/repos/extra-i686/avogadro.install
(from rev 168029, avogadro/trunk/avogadro.install)
  avogadro/repos/extra-x86_64/PKGBUILD
(from rev 168029, avogadro/trunk/PKGBUILD)
  avogadro/repos/extra-x86_64/avogadro.install
(from rev 168029, avogadro/trunk/avogadro.install)
Deleted:
  avogadro/repos/extra-i686/PKGBUILD
  avogadro/repos/extra-i686/avogadro.install
  avogadro/repos/extra-i686/fix-boost.patch
  avogadro/repos/extra-i686/fix-opengl-headers.patch
  avogadro/repos/extra-i686/replace-qt4_automoc-with-qt4_wrap_cpp.patch
  avogadro/repos/extra-x86_64/PKGBUILD
  avogadro/repos/extra-x86_64/avogadro.install
  avogadro/repos/extra-x86_64/fix-boost.patch
  avogadro/repos/extra-x86_64/fix-opengl-headers.patch
  avogadro/repos/extra-x86_64/replace-qt4_automoc-with-qt4_wrap_cpp.patch

--+
 extra-i686/PKGBUILD  |   78 -
 extra-i686/avogadro.install  |   22 
 extra-i686/fix-boost.patch   |   33 
 extra-i686/fix-opengl-headers.patch  |   53 
 extra-i686/replace-qt4_automoc-with-qt4_wrap_cpp.patch   |  778 -
 extra-x86_64/PKGBUILD|   78 -
 extra-x86_64/avogadro.install|   22 
 extra-x86_64/fix-boost.patch |   33 
 extra-x86_64/fix-opengl-headers.patch|   53 
 extra-x86_64/replace-qt4_automoc-with-qt4_wrap_cpp.patch |  778 -
 10 files changed, 88 insertions(+), 1840 deletions(-)

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


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

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 09:30:24
  Author: andrea
Revision: 168031

upgpkg: telepathy-logger-qt 0.5.1-1

Upstream release

Modified:
  telepathy-logger-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 13:24:09 UTC (rev 168030)
+++ PKGBUILD2012-10-05 13:30:24 UTC (rev 168031)
@@ -3,7 +3,7 @@
 # Contributor: George Brooke george+arch@george-brooke.co.uk
 
 pkgname=telepathy-logger-qt
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=Qt bindings for telepathy logger
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer' 'boost-libs')
 makedepends=('automoc4' 'cmake' 'python2' 'boost' 'doxygen')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('09d949e60c5b140b20c61ec1d52830e7b98cd50e')
+sha1sums=('d3362b146ef5c92b3a72f7f077c38ce0d641b85e')
 
 build() {
   cd $srcdir



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

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 09:33:42
  Author: andrea
Revision: 168032

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

Added:
  telepathy-logger-qt/repos/extra-i686/PKGBUILD
(from rev 168031, telepathy-logger-qt/trunk/PKGBUILD)
  telepathy-logger-qt/repos/extra-x86_64/PKGBUILD
(from rev 168031, telepathy-logger-qt/trunk/PKGBUILD)
Deleted:
  telepathy-logger-qt/repos/extra-i686/PKGBUILD
  telepathy-logger-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 13:30:24 UTC (rev 168031)
+++ extra-i686/PKGBUILD 2012-10-05 13:33:42 UTC (rev 168032)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: George Brooke george+arch@george-brooke.co.uk
-
-pkgname=telepathy-logger-qt
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Qt bindings for telepathy logger
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
-license=('GPL')
-depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer' 'boost-libs')
-makedepends=('automoc4' 'cmake' 'python2' 'boost' 'doxygen')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('09d949e60c5b140b20c61ec1d52830e7b98cd50e')
-
-build() {
-  cd $srcdir
-  mkdir build 
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-logger-qt/repos/extra-i686/PKGBUILD (from rev 168031, 
telepathy-logger-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 13:33:42 UTC (rev 168032)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: George Brooke george+arch@george-brooke.co.uk
+
+pkgname=telepathy-logger-qt
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Qt bindings for telepathy logger
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
+license=('GPL')
+depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer' 'boost-libs')
+makedepends=('automoc4' 'cmake' 'python2' 'boost' 'doxygen')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('d3362b146ef5c92b3a72f7f077c38ce0d641b85e')
+
+build() {
+  cd $srcdir
+  mkdir build 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-05 13:30:24 UTC (rev 168031)
+++ extra-x86_64/PKGBUILD   2012-10-05 13:33:42 UTC (rev 168032)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: George Brooke george+arch@george-brooke.co.uk
-
-pkgname=telepathy-logger-qt
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Qt bindings for telepathy logger
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
-license=('GPL')
-depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer' 'boost-libs')
-makedepends=('automoc4' 'cmake' 'python2' 'boost' 'doxygen')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('09d949e60c5b140b20c61ec1d52830e7b98cd50e')
-
-build() {
-  cd $srcdir
-  mkdir build 
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-logger-qt/repos/extra-x86_64/PKGBUILD (from rev 168031, 
telepathy-logger-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-05 13:33:42 UTC (rev 168032)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: George Brooke george+arch@george-brooke.co.uk
+
+pkgname=telepathy-logger-qt
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Qt bindings for telepathy logger
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
+license=('GPL')
+depends=('telepathy-qt' 

[arch-commits] Commit in telepathy-kde-accounts-kcm/trunk (PKGBUILD)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 09:59:04
  Author: andrea
Revision: 168033

upgpkg: telepathy-kde-accounts-kcm 0.5.1-1

Upstream release

Modified:
  telepathy-kde-accounts-kcm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 13:33:42 UTC (rev 168032)
+++ PKGBUILD2012-10-05 13:59:04 UTC (rev 168033)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-accounts-kcm
 _pkgname=ktp-accounts-kcm
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=KCM Module for configuring Telepathy Instant Messaging Accounts
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 conflicts=('telepathy-kde-accounts-kcm-plugins')
 replaces=('telepathy-kde-accounts-kcm-plugins')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('6642b6c3ae266bba47a38e3022410afa4ca98dce')
+sha1sums=('899072b0311d4a2cf2d8b6108ad3a08f7499f750')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in telepathy-kde-accounts-kcm/repos (4 files)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 09:59:35
  Author: andrea
Revision: 168034

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

Added:
  telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD
(from rev 168033, telepathy-kde-accounts-kcm/trunk/PKGBUILD)
  telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUILD
(from rev 168033, telepathy-kde-accounts-kcm/trunk/PKGBUILD)
Deleted:
  telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD
  telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 13:59:04 UTC (rev 168033)
+++ extra-i686/PKGBUILD 2012-10-05 13:59:35 UTC (rev 168034)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=KCM Module for configuring Telepathy Instant Messaging Accounts
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-optdepends=('telepathy-gabble: XMPP/Jabber/GTalk support'
-'telepathy-haze: all protocols supported by libpurple')
-groups=('kde-telepathy')
-conflicts=('telepathy-kde-accounts-kcm-plugins')
-replaces=('telepathy-kde-accounts-kcm-plugins')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('6642b6c3ae266bba47a38e3022410afa4ca98dce')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD (from rev 168033, 
telepathy-kde-accounts-kcm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 13:59:35 UTC (rev 168034)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=KCM Module for configuring Telepathy Instant Messaging Accounts
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
+makedepends=('cmake' 'automoc4')
+optdepends=('telepathy-gabble: XMPP/Jabber/GTalk support'
+'telepathy-haze: all protocols supported by libpurple')
+groups=('kde-telepathy')
+conflicts=('telepathy-kde-accounts-kcm-plugins')
+replaces=('telepathy-kde-accounts-kcm-plugins')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('899072b0311d4a2cf2d8b6108ad3a08f7499f750')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-05 13:59:04 UTC (rev 168033)
+++ extra-x86_64/PKGBUILD   2012-10-05 13:59:35 UTC (rev 168034)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=KCM Module for configuring Telepathy Instant Messaging Accounts
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-optdepends=('telepathy-gabble: XMPP/Jabber/GTalk support'
-'telepathy-haze: all protocols supported by libpurple')
-groups=('kde-telepathy')
-conflicts=('telepathy-kde-accounts-kcm-plugins')
-replaces=('telepathy-kde-accounts-kcm-plugins')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('6642b6c3ae266bba47a38e3022410afa4ca98dce')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} 

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

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 09:59:43
  Author: andrea
Revision: 168035

upgpkg: telepathy-kde-approver 0.5.1-1

Upstream release

Modified:
  telepathy-kde-approver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 13:59:35 UTC (rev 168034)
+++ PKGBUILD2012-10-05 13:59:43 UTC (rev 168035)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-approver
 _pkgname=ktp-approver
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=KDE Channel Approver for Telepathy
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('483a1d66caca8db7143087ab917f61cda4233a02')
+sha1sums=('27d637ffe5b17b8a376b3f0d2efb8195d7eb6686')
 
 build() {
   cd ${srcdir}



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

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:00:15
  Author: andrea
Revision: 168036

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

Added:
  telepathy-kde-approver/repos/extra-i686/PKGBUILD
(from rev 168035, telepathy-kde-approver/trunk/PKGBUILD)
  telepathy-kde-approver/repos/extra-x86_64/PKGBUILD
(from rev 168035, telepathy-kde-approver/trunk/PKGBUILD)
Deleted:
  telepathy-kde-approver/repos/extra-i686/PKGBUILD
  telepathy-kde-approver/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 13:59:43 UTC (rev 168035)
+++ extra-i686/PKGBUILD 2012-10-05 14:00:15 UTC (rev 168036)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=KDE Channel Approver for Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('483a1d66caca8db7143087ab917f61cda4233a02')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-approver/repos/extra-i686/PKGBUILD (from rev 168035, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 14:00:15 UTC (rev 168036)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=KDE Channel Approver for Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('27d637ffe5b17b8a376b3f0d2efb8195d7eb6686')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-05 13:59:43 UTC (rev 168035)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:00:15 UTC (rev 168036)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=KDE Channel Approver for Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('483a1d66caca8db7143087ab917f61cda4233a02')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-approver/repos/extra-x86_64/PKGBUILD (from rev 168035, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:00:15 UTC (rev 168036)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=KDE Channel Approver for Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
+makedepends=('cmake' 'automoc4')

[arch-commits] Commit in telepathy-kde-auth-handler/trunk (PKGBUILD)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:00:22
  Author: andrea
Revision: 168037

upgpkg: telepathy-kde-auth-handler 0.5.1-1

Upstream release

Modified:
  telepathy-kde-auth-handler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 14:00:15 UTC (rev 168036)
+++ PKGBUILD2012-10-05 14:00:22 UTC (rev 168037)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-auth-handler
 _pkgname=ktp-auth-handler
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3934aa0ba72ccedb4b283d8997e09e7633089d26')
+sha1sums=('a378a0204f7c650ca0738e64e625870aff6977d3')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in telepathy-kde-auth-handler/repos (4 files)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:00:52
  Author: andrea
Revision: 168038

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

Added:
  telepathy-kde-auth-handler/repos/extra-i686/PKGBUILD
(from rev 168037, telepathy-kde-auth-handler/trunk/PKGBUILD)
  telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD
(from rev 168037, telepathy-kde-auth-handler/trunk/PKGBUILD)
Deleted:
  telepathy-kde-auth-handler/repos/extra-i686/PKGBUILD
  telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 14:00:22 UTC (rev 168037)
+++ extra-i686/PKGBUILD 2012-10-05 14:00:52 UTC (rev 168038)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'qjson')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3934aa0ba72ccedb4b283d8997e09e7633089d26')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-auth-handler/repos/extra-i686/PKGBUILD (from rev 168037, 
telepathy-kde-auth-handler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 14:00:52 UTC (rev 168038)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'qjson')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('a378a0204f7c650ca0738e64e625870aff6977d3')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-05 14:00:22 UTC (rev 168037)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:00:52 UTC (rev 168038)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'qjson')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3934aa0ba72ccedb4b283d8997e09e7633089d26')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD (from rev 
168037, telepathy-kde-auth-handler/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:00:52 UTC (rev 168038)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'qjson')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')

[arch-commits] Commit in telepathy-kde-call-ui/trunk (PKGBUILD)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:00:58
  Author: andrea
Revision: 168039

upgpkg: telepathy-kde-call-ui 0.5.1-1

Upstream release

Modified:
  telepathy-kde-call-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 14:00:52 UTC (rev 168038)
+++ PKGBUILD2012-10-05 14:00:58 UTC (rev 168039)
@@ -3,17 +3,17 @@
 
 pkgname=telepathy-kde-call-ui
 _pkgname=ktp-call-ui
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=Voice/Video Call UI for Telepathy
 arch=('i686' 'x86_64')
 url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
 license=('GPL')
-depends=('telepathy-kde-common-internals' 'qt-gstreamer')
+depends=('telepathy-kde-common-internals' 'qt-gstreamer' 'kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'boost')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('22c556e21a914a5f68a829bf6354012887cfae57')
+sha1sums=('69509f0a8852bf1af6f553dcdf0776effcad0bf6')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in telepathy-kde-call-ui/repos (4 files)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:01:29
  Author: andrea
Revision: 168040

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

Added:
  telepathy-kde-call-ui/repos/extra-i686/PKGBUILD
(from rev 168039, telepathy-kde-call-ui/trunk/PKGBUILD)
  telepathy-kde-call-ui/repos/extra-x86_64/PKGBUILD
(from rev 168039, telepathy-kde-call-ui/trunk/PKGBUILD)
Deleted:
  telepathy-kde-call-ui/repos/extra-i686/PKGBUILD
  telepathy-kde-call-ui/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 14:00:58 UTC (rev 168039)
+++ extra-i686/PKGBUILD 2012-10-05 14:01:29 UTC (rev 168040)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-call-ui
-_pkgname=ktp-call-ui
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Voice/Video Call UI for Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'qt-gstreamer')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('22c556e21a914a5f68a829bf6354012887cfae57')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-call-ui/repos/extra-i686/PKGBUILD (from rev 168039, 
telepathy-kde-call-ui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 14:01:29 UTC (rev 168040)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Voice/Video Call UI for Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'qt-gstreamer' 'kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('69509f0a8852bf1af6f553dcdf0776effcad0bf6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-05 14:00:58 UTC (rev 168039)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:01:29 UTC (rev 168040)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-call-ui
-_pkgname=ktp-call-ui
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Voice/Video Call UI for Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'qt-gstreamer')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('22c556e21a914a5f68a829bf6354012887cfae57')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-call-ui/repos/extra-x86_64/PKGBUILD (from rev 168039, 
telepathy-kde-call-ui/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:01:29 UTC (rev 168040)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Voice/Video Call UI for Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'qt-gstreamer' 'kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('69509f0a8852bf1af6f553dcdf0776effcad0bf6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  

[arch-commits] Commit in telepathy-kde-common-internals/trunk (PKGBUILD)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:01:36
  Author: andrea
Revision: 168041

upgpkg: telepathy-kde-common-internals 0.5.1-1

Upstream release

Modified:
  telepathy-kde-common-internals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 14:01:29 UTC (rev 168040)
+++ PKGBUILD2012-10-05 14:01:36 UTC (rev 168041)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-common-internals
 _pkgname=ktp-common-internals
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=Common components for KDE-Telepathy
 arch=('i686' 'x86_64')
@@ -11,10 +11,9 @@
 license=('GPL')
 depends=('kdelibs' 'telepathy-qt' 'telepathy-mission-control')
 makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('34bac58049ede6df4fce1215fbc3b4ffc9671cba')
+sha1sums=('b9cae0b78b40217acf77648cb42844a63b08f306')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in telepathy-kde-common-internals/repos (8 files)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:02:04
  Author: andrea
Revision: 168042

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

Added:
  telepathy-kde-common-internals/repos/extra-i686/PKGBUILD
(from rev 168041, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
(from rev 168041, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD
(from rev 168041, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/extra-x86_64/telepathy-kde-common-internals.install
(from rev 168041, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
Deleted:
  telepathy-kde-common-internals/repos/extra-i686/PKGBUILD
  
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD
  
telepathy-kde-common-internals/repos/extra-x86_64/telepathy-kde-common-internals.install

-+
 extra-i686/PKGBUILD |   63 --
 extra-i686/telepathy-kde-common-internals.install   |   22 +++---
 extra-x86_64/PKGBUILD   |   63 --
 extra-x86_64/telepathy-kde-common-internals.install |   22 +++---
 4 files changed, 84 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 14:01:36 UTC (rev 168041)
+++ extra-i686/PKGBUILD 2012-10-05 14:02:04 UTC (rev 168042)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-common-internals
-_pkgname=ktp-common-internals
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Common components for KDE-Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('kdelibs' 'telepathy-qt' 'telepathy-mission-control')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('34bac58049ede6df4fce1215fbc3b4ffc9671cba')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-common-internals/repos/extra-i686/PKGBUILD (from rev 
168041, telepathy-kde-common-internals/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 14:02:04 UTC (rev 168042)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Common components for KDE-Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('kdelibs' 'telepathy-qt' 'telepathy-mission-control')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('b9cae0b78b40217acf77648cb42844a63b08f306')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-kde-common-internals.install
===
--- extra-i686/telepathy-kde-common-internals.install   2012-10-05 14:01:36 UTC 
(rev 168041)
+++ extra-i686/telepathy-kde-common-internals.install   2012-10-05 14:02:04 UTC 
(rev 168042)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}
\ No newline at end of file

Copied: 
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
 (from rev 168041, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
===
--- extra-i686/telepathy-kde-common-internals.install   
(rev 0)
+++ extra-i686/telepathy-kde-common-internals.install   2012-10-05 14:02:04 UTC 
(rev 168042)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}
\ No newline at end of file

Deleted: extra-x86_64/PKGBUILD

[arch-commits] Commit in telepathy-kde-contact-applet/trunk (PKGBUILD)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:02:12
  Author: andrea
Revision: 168043

upgpkg: telepathy-kde-contact-applet 0.5.1-1

Upstream release

Modified:
  telepathy-kde-contact-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 14:02:04 UTC (rev 168042)
+++ PKGBUILD2012-10-05 14:02:12 UTC (rev 168043)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-contact-applet
 _pkgname=ktp-contact-applet
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=The KDE-Telepathy contact plasmoid
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('fadd97b3e9c7ebb9e0e8ea86f275c56d027584a9')
+sha1sums=('2550fa3f9e8d777a5f7858adb0f7c57f25e47ea4')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in telepathy-kde-contact-applet/repos (4 files)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:02:43
  Author: andrea
Revision: 168044

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

Added:
  telepathy-kde-contact-applet/repos/extra-i686/PKGBUILD
(from rev 168043, telepathy-kde-contact-applet/trunk/PKGBUILD)
  telepathy-kde-contact-applet/repos/extra-x86_64/PKGBUILD
(from rev 168043, telepathy-kde-contact-applet/trunk/PKGBUILD)
Deleted:
  telepathy-kde-contact-applet/repos/extra-i686/PKGBUILD
  telepathy-kde-contact-applet/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 14:02:12 UTC (rev 168043)
+++ extra-i686/PKGBUILD 2012-10-05 14:02:43 UTC (rev 168044)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-contact-applet
-_pkgname=ktp-contact-applet
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=The KDE-Telepathy contact plasmoid
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('fadd97b3e9c7ebb9e0e8ea86f275c56d027584a9')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-applet/repos/extra-i686/PKGBUILD (from rev 
168043, telepathy-kde-contact-applet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 14:02:43 UTC (rev 168044)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-applet
+_pkgname=ktp-contact-applet
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=The KDE-Telepathy contact plasmoid
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('2550fa3f9e8d777a5f7858adb0f7c57f25e47ea4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-05 14:02:12 UTC (rev 168043)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:02:43 UTC (rev 168044)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-contact-applet
-_pkgname=ktp-contact-applet
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=The KDE-Telepathy contact plasmoid
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('fadd97b3e9c7ebb9e0e8ea86f275c56d027584a9')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-applet/repos/extra-x86_64/PKGBUILD (from rev 
168043, telepathy-kde-contact-applet/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:02:43 UTC (rev 168044)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-applet
+_pkgname=ktp-contact-applet
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=The KDE-Telepathy contact plasmoid
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)

[arch-commits] Commit in telepathy-kde-contact-list/trunk (PKGBUILD)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:02:49
  Author: andrea
Revision: 168045

upgpkg: telepathy-kde-contact-list 0.5.1-1

Upstream release

Modified:
  telepathy-kde-contact-list/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 14:02:43 UTC (rev 168044)
+++ PKGBUILD2012-10-05 14:02:49 UTC (rev 168045)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-contact-list
 _pkgname=ktp-contact-list
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=Telepathy contact list application
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 groups=('kde-telepathy')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('68bc915463285e0b14b46d618a63d949e1794ade')
+sha1sums=('fafa444cb4a796517e5bd7a1b51dbd7cc8dfe362')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in telepathy-kde-contact-list/repos (8 files)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:03:19
  Author: andrea
Revision: 168046

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

Added:
  telepathy-kde-contact-list/repos/extra-i686/PKGBUILD
(from rev 168045, telepathy-kde-contact-list/trunk/PKGBUILD)
  telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install
(from rev 168045, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
  telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD
(from rev 168045, telepathy-kde-contact-list/trunk/PKGBUILD)
  
telepathy-kde-contact-list/repos/extra-x86_64/telepathy-kde-contact-list.install
(from rev 168045, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
Deleted:
  telepathy-kde-contact-list/repos/extra-i686/PKGBUILD
  telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install
  telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD
  
telepathy-kde-contact-list/repos/extra-x86_64/telepathy-kde-contact-list.install

-+
 extra-i686/PKGBUILD |   66 +++---
 extra-i686/telepathy-kde-contact-list.install   |   22 +++
 extra-x86_64/PKGBUILD   |   66 +++---
 extra-x86_64/telepathy-kde-contact-list.install |   22 +++
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 14:02:49 UTC (rev 168045)
+++ extra-i686/PKGBUILD 2012-10-05 14:03:19 UTC (rev 168046)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Telepathy contact list application
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('68bc915463285e0b14b46d618a63d949e1794ade')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-list/repos/extra-i686/PKGBUILD (from rev 168045, 
telepathy-kde-contact-list/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 14:03:19 UTC (rev 168046)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Telepathy contact list application
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('fafa444cb4a796517e5bd7a1b51dbd7cc8dfe362')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-kde-contact-list.install
===
--- extra-i686/telepathy-kde-contact-list.install   2012-10-05 14:02:49 UTC 
(rev 168045)
+++ extra-i686/telepathy-kde-contact-list.install   2012-10-05 14:03:19 UTC 
(rev 168046)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install 
(from rev 168045, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
===
--- extra-i686/telepathy-kde-contact-list.install   
(rev 0)
+++ extra-i686/telepathy-kde-contact-list.install   2012-10-05 14:03:19 UTC 
(rev 168046)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- 

[arch-commits] Commit in telepathy-kde-contact-runner/trunk (PKGBUILD)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:03:27
  Author: andrea
Revision: 168047

upgpkg: telepathy-kde-contact-runner 0.5.1-1

Upstream release

Modified:
  telepathy-kde-contact-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 14:03:19 UTC (rev 168046)
+++ PKGBUILD2012-10-05 14:03:27 UTC (rev 168047)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-contact-runner
 _pkgname=ktp-contact-runner
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=KRunner plugin for KDE Telepathy
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ebc529387dc061ef6eba73b203100298c6aa03ba')
+sha1sums=('b6f97e53ba132f1dc09d3688652451319945de7d')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in telepathy-kde-contact-runner/repos (4 files)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:03:58
  Author: andrea
Revision: 168048

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

Added:
  telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD
(from rev 168047, telepathy-kde-contact-runner/trunk/PKGBUILD)
  telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD
(from rev 168047, telepathy-kde-contact-runner/trunk/PKGBUILD)
Deleted:
  telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD
  telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 14:03:27 UTC (rev 168047)
+++ extra-i686/PKGBUILD 2012-10-05 14:03:58 UTC (rev 168048)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=KRunner plugin for KDE Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ebc529387dc061ef6eba73b203100298c6aa03ba')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD (from rev 
168047, telepathy-kde-contact-runner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 14:03:58 UTC (rev 168048)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=KRunner plugin for KDE Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('b6f97e53ba132f1dc09d3688652451319945de7d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-05 14:03:27 UTC (rev 168047)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:03:58 UTC (rev 168048)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=KRunner plugin for KDE Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ebc529387dc061ef6eba73b203100298c6aa03ba')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD (from rev 
168047, telepathy-kde-contact-runner/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:03:58 UTC (rev 168048)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=KRunner plugin for KDE Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('b6f97e53ba132f1dc09d3688652451319945de7d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake 

[arch-commits] Commit in telepathy-kde-filetransfer-handler/trunk (PKGBUILD)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:04:03
  Author: andrea
Revision: 168049

upgpkg: telepathy-kde-filetransfer-handler 0.5.1-1

Upstream release

Modified:
  telepathy-kde-filetransfer-handler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 14:03:58 UTC (rev 168048)
+++ PKGBUILD2012-10-05 14:04:03 UTC (rev 168049)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-filetransfer-handler
 _pkgname=ktp-filetransfer-handler
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=Telepathy file transfer handler
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('fa4048f50c0a9c0ff138ef4ae8c5d47e0bdeac87')
+sha1sums=('cebd47ff33add2096633aad6d53316e6d20faf58')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in telepathy-kde-filetransfer-handler/repos (4 files)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:04:35
  Author: andrea
Revision: 168050

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

Added:
  telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD
(from rev 168049, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
  telepathy-kde-filetransfer-handler/repos/extra-x86_64/PKGBUILD
(from rev 168049, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
Deleted:
  telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD
  telepathy-kde-filetransfer-handler/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 14:04:03 UTC (rev 168049)
+++ extra-i686/PKGBUILD 2012-10-05 14:04:35 UTC (rev 168050)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Telepathy file transfer handler
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('fa4048f50c0a9c0ff138ef4ae8c5d47e0bdeac87')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD (from rev 
168049, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 14:04:35 UTC (rev 168050)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Telepathy file transfer handler
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('cebd47ff33add2096633aad6d53316e6d20faf58')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-05 14:04:03 UTC (rev 168049)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:04:35 UTC (rev 168050)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Telepathy file transfer handler
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('fa4048f50c0a9c0ff138ef4ae8c5d47e0bdeac87')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-filetransfer-handler/repos/extra-x86_64/PKGBUILD (from 
rev 168049, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:04:35 UTC (rev 168050)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Telepathy file transfer handler
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)

[arch-commits] Commit in telepathy-kde-integration-module/trunk (PKGBUILD)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:04:41
  Author: andrea
Revision: 168051

upgpkg: telepathy-kde-integration-module 0.5.1-1

Upstream release

Modified:
  telepathy-kde-integration-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 14:04:35 UTC (rev 168050)
+++ PKGBUILD2012-10-05 14:04:41 UTC (rev 168051)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-integration-module
 _pkgname=ktp-kded-integration-module
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('6b20ba9f836a1c2d7ef19504ee31fedf10c400bc')
+sha1sums=('f40e105072f0457ee71d6149ea48307a82a27465')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in telepathy-kde-integration-module/repos (4 files)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:05:12
  Author: andrea
Revision: 168052

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

Added:
  telepathy-kde-integration-module/repos/extra-i686/PKGBUILD
(from rev 168051, telepathy-kde-integration-module/trunk/PKGBUILD)
  telepathy-kde-integration-module/repos/extra-x86_64/PKGBUILD
(from rev 168051, telepathy-kde-integration-module/trunk/PKGBUILD)
Deleted:
  telepathy-kde-integration-module/repos/extra-i686/PKGBUILD
  telepathy-kde-integration-module/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 14:04:41 UTC (rev 168051)
+++ extra-i686/PKGBUILD 2012-10-05 14:05:12 UTC (rev 168052)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-integration-module
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('6b20ba9f836a1c2d7ef19504ee31fedf10c400bc')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-integration-module/repos/extra-i686/PKGBUILD (from rev 
168051, telepathy-kde-integration-module/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 14:05:12 UTC (rev 168052)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-integration-module
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('f40e105072f0457ee71d6149ea48307a82a27465')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-05 14:04:41 UTC (rev 168051)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:05:12 UTC (rev 168052)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-integration-module
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('6b20ba9f836a1c2d7ef19504ee31fedf10c400bc')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-integration-module/repos/extra-x86_64/PKGBUILD (from rev 
168051, telepathy-kde-integration-module/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:05:12 UTC (rev 168052)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-integration-module
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Sits in KDED and takes care of various bits of system integration 
like setting user to 

[arch-commits] Commit in telepathy-kde-presence-applet/trunk (PKGBUILD)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:05:19
  Author: andrea
Revision: 168053

upgpkg: telepathy-kde-presence-applet 0.5.1-1

Upstream release

Modified:
  telepathy-kde-presence-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 14:05:12 UTC (rev 168052)
+++ PKGBUILD2012-10-05 14:05:19 UTC (rev 168053)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-presence-applet
 _pkgname=ktp-presence-applet
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=Plasma applet for managing your Telepathy account presence
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f4736784443ea37dc2490acb5be3a2036ca179f5')
+sha1sums=('18d49c0ffaf126ab0f8aacfaa50b3fcc94bf0794')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in telepathy-kde-presence-applet/repos (4 files)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:05:50
  Author: andrea
Revision: 168054

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

Added:
  telepathy-kde-presence-applet/repos/extra-i686/PKGBUILD
(from rev 168053, telepathy-kde-presence-applet/trunk/PKGBUILD)
  telepathy-kde-presence-applet/repos/extra-x86_64/PKGBUILD
(from rev 168053, telepathy-kde-presence-applet/trunk/PKGBUILD)
Deleted:
  telepathy-kde-presence-applet/repos/extra-i686/PKGBUILD
  telepathy-kde-presence-applet/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 14:05:19 UTC (rev 168053)
+++ extra-i686/PKGBUILD 2012-10-05 14:05:50 UTC (rev 168054)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-presence-applet
-_pkgname=ktp-presence-applet
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Plasma applet for managing your Telepathy account presence
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f4736784443ea37dc2490acb5be3a2036ca179f5')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-presence-applet/repos/extra-i686/PKGBUILD (from rev 
168053, telepathy-kde-presence-applet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 14:05:50 UTC (rev 168054)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-presence-applet
+_pkgname=ktp-presence-applet
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Plasma applet for managing your Telepathy account presence
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-contact-list')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('18d49c0ffaf126ab0f8aacfaa50b3fcc94bf0794')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-05 14:05:19 UTC (rev 168053)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:05:50 UTC (rev 168054)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-presence-applet
-_pkgname=ktp-presence-applet
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Plasma applet for managing your Telepathy account presence
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f4736784443ea37dc2490acb5be3a2036ca179f5')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-presence-applet/repos/extra-x86_64/PKGBUILD (from rev 
168053, telepathy-kde-presence-applet/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:05:50 UTC (rev 168054)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-presence-applet
+_pkgname=ktp-presence-applet
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Plasma applet for managing your Telepathy account presence
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')

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

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:05:56
  Author: andrea
Revision: 168055

upgpkg: telepathy-kde-send-file 0.5.1-1

Upstream release

Modified:
  telepathy-kde-send-file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 14:05:50 UTC (rev 168054)
+++ PKGBUILD2012-10-05 14:05:56 UTC (rev 168055)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-send-file
 _pkgname=ktp-send-file
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=A File manager plugin to launch a file transfer job with a specified 
contact
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('kde-telepathy')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('127a5e77cbb1580d49f2c005f9849cd01d665fb8')
+sha1sums=('787813410e81fb2dfebaeed1eae3426a70405122')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in telepathy-kde-send-file/repos (8 files)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:06:24
  Author: andrea
Revision: 168056

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

Added:
  telepathy-kde-send-file/repos/extra-i686/PKGBUILD
(from rev 168055, telepathy-kde-send-file/trunk/PKGBUILD)
  telepathy-kde-send-file/repos/extra-i686/telepathy-kde-send-file.install
(from rev 168055, 
telepathy-kde-send-file/trunk/telepathy-kde-send-file.install)
  telepathy-kde-send-file/repos/extra-x86_64/PKGBUILD
(from rev 168055, telepathy-kde-send-file/trunk/PKGBUILD)
  telepathy-kde-send-file/repos/extra-x86_64/telepathy-kde-send-file.install
(from rev 168055, 
telepathy-kde-send-file/trunk/telepathy-kde-send-file.install)
Deleted:
  telepathy-kde-send-file/repos/extra-i686/PKGBUILD
  telepathy-kde-send-file/repos/extra-i686/telepathy-kde-send-file.install
  telepathy-kde-send-file/repos/extra-x86_64/PKGBUILD
  telepathy-kde-send-file/repos/extra-x86_64/telepathy-kde-send-file.install

--+
 extra-i686/PKGBUILD  |   64 -
 extra-i686/telepathy-kde-send-file.install   |   22 
 extra-x86_64/PKGBUILD|   64 -
 extra-x86_64/telepathy-kde-send-file.install |   22 
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 14:05:56 UTC (rev 168055)
+++ extra-i686/PKGBUILD 2012-10-05 14:06:24 UTC (rev 168056)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-send-file
-_pkgname=ktp-send-file
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=A File manager plugin to launch a file transfer job with a specified 
contact
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-filetransfer-handler' 'telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('127a5e77cbb1580d49f2c005f9849cd01d665fb8')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-send-file/repos/extra-i686/PKGBUILD (from rev 168055, 
telepathy-kde-send-file/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 14:06:24 UTC (rev 168056)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=A File manager plugin to launch a file transfer job with a specified 
contact
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-filetransfer-handler' 'telepathy-kde-contact-list')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('787813410e81fb2dfebaeed1eae3426a70405122')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-kde-send-file.install
===
--- extra-i686/telepathy-kde-send-file.install  2012-10-05 14:05:56 UTC (rev 
168055)
+++ extra-i686/telepathy-kde-send-file.install  2012-10-05 14:06:24 UTC (rev 
168056)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-kde-send-file/repos/extra-i686/telepathy-kde-send-file.install (from 
rev 168055, telepathy-kde-send-file/trunk/telepathy-kde-send-file.install)
===
--- extra-i686/telepathy-kde-send-file.install  (rev 0)
+++ extra-i686/telepathy-kde-send-file.install  2012-10-05 14:06:24 UTC (rev 
168056)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-05 14:05:56 UTC (rev 168055)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:06:24 UTC (rev 168056)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea 

[arch-commits] Commit in telepathy-kde-text-ui/trunk (PKGBUILD)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:06:30
  Author: andrea
Revision: 168057

upgpkg: telepathy-kde-text-ui 0.5.1-1

Upstream release

Modified:
  telepathy-kde-text-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 14:06:24 UTC (rev 168056)
+++ PKGBUILD2012-10-05 14:06:30 UTC (rev 168057)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-text-ui
 _pkgname=ktp-text-ui
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=Telepathy handler for Text Chats
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('a12e8b996a0cdb5db5a3cd34fb5bfa87dd4f5e41')
+sha1sums=('c239446f43badfdb39fcc139aa6fe05917d86d2e')
 
 build() {
   cd ${srcdir}



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

2012-10-05 Thread Gaetan Bisson
Date: Friday, October 5, 2012 @ 10:06:48
  Author: bisson
Revision: 168058

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 14:06:30 UTC (rev 168057)
+++ PKGBUILD2012-10-05 14:06:48 UTC (rev 168058)
@@ -6,8 +6,8 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=mpd
-pkgver=0.17.1
-pkgrel=3
+pkgver=0.17.2
+pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
 license=('GPL')
@@ -18,7 +18,7 @@
 source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
 'tmpfiles.d'
 'rc.d') 
-sha1sums=('11da36217d57d08010f309977a4a77cce6240f77'
+sha1sums=('5e7ccf39f44e51240f181c2e1d9af5a7dafb1f02'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '3470d489565f0ed479f1665dd2876f66acb5a585')
 



[arch-commits] Commit in telepathy-kde-text-ui/repos (4 files)

2012-10-05 Thread Andrea Scarpino
Date: Friday, October 5, 2012 @ 10:07:08
  Author: andrea
Revision: 168059

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

Added:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
(from rev 168057, telepathy-kde-text-ui/trunk/PKGBUILD)
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD
(from rev 168058, telepathy-kde-text-ui/trunk/PKGBUILD)
Deleted:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 14:06:48 UTC (rev 168058)
+++ extra-i686/PKGBUILD 2012-10-05 14:07:08 UTC (rev 168059)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Telepathy handler for Text Chats
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-contact-list' 'telepathy-logger-qt')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('a12e8b996a0cdb5db5a3cd34fb5bfa87dd4f5e41')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-text-ui/repos/extra-i686/PKGBUILD (from rev 168057, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 14:07:08 UTC (rev 168059)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Telepathy handler for Text Chats
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-contact-list' 'telepathy-logger-qt')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('c239446f43badfdb39fcc139aa6fe05917d86d2e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-05 14:06:48 UTC (rev 168058)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:07:08 UTC (rev 168059)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Telepathy handler for Text Chats
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-contact-list' 'telepathy-logger-qt')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('a12e8b996a0cdb5db5a3cd34fb5bfa87dd4f5e41')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD (from rev 168058, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-05 14:07:08 UTC (rev 168059)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Telepathy handler for Text Chats
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-contact-list' 'telepathy-logger-qt')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')

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

2012-10-05 Thread Gaetan Bisson
Date: Friday, October 5, 2012 @ 10:07:35
  Author: bisson
Revision: 168060

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 168059, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 168059, mpd/trunk/install)
  mpd/repos/extra-i686/rc.d
(from rev 168059, mpd/trunk/rc.d)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 168059, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 168059, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 168059, mpd/trunk/install)
  mpd/repos/extra-x86_64/rc.d
(from rev 168059, mpd/trunk/rc.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 168059, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/rc.d
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/rc.d
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 extra-i686/PKGBUILD |  122 +++---
 extra-i686/install  |   22 
 extra-i686/rc.d |   50 +-
 extra-i686/tmpfiles.d   |2 
 extra-x86_64/PKGBUILD   |  122 +++---
 extra-x86_64/install|   22 
 extra-x86_64/rc.d   |   50 +-
 extra-x86_64/tmpfiles.d |2 
 8 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 14:07:08 UTC (rev 168059)
+++ extra-i686/PKGBUILD 2012-10-05 14:07:35 UTC (rev 168060)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.17.1
-pkgrel=3
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
-makedepends=('doxygen')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'tmpfiles.d'
-'rc.d') 
-sha1sums=('11da36217d57d08010f309977a4a77cce6240f77'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '3470d489565f0ed479f1665dd2876f66acb5a585')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-lastfm \
-   --enable-soundcloud \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
/var/lib/mpd/playlists' \
-   -e '/^#db_file/c db_file /var/lib/mpd/mpd.db' \
-   -e '/^#pid_file/c pid_file /run/mpd/mpd.pid' \
-   -e '/^#state_file/c state_file /var/lib/mpd/mpdstate' \
-   -e '/^#user/c user mpd' \
-   -i doc/mpdconf.example
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/mpd
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 168059, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 14:07:35 UTC (rev 168060)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.17.2
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
+makedepends=('doxygen')
+source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
+'tmpfiles.d'
+'rc.d') 
+sha1sums=('5e7ccf39f44e51240f181c2e1d9af5a7dafb1f02'
+  

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

2012-10-05 Thread Tom Gundersen
Date: Friday, October 5, 2012 @ 11:07:13
  Author: tomegun
Revision: 168061

db-move: moved btrfs-progs from [testing] to [core] (i686, x86_64)

Added:
  btrfs-progs/repos/core-i686/70-btrfs.rules
(from rev 168060, btrfs-progs/repos/testing-i686/70-btrfs.rules)
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 168060, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 168060, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 168060, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 168060, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/70-btrfs.rules
(from rev 168060, btrfs-progs/repos/testing-x86_64/70-btrfs.rules)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 168060, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 168060, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 168060, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 168060, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/70-btrfs.rules
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/70-btrfs.rules
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 core-i686/70-btrfs.rules   |2 
 core-i686/PKGBUILD |   93 +--
 core-i686/btrfs-progs.install  |9 +++
 core-i686/initcpio-hook-btrfs  |   20 +++
 core-i686/initcpio-install-btrfs   |   34 ++--
 core-x86_64/70-btrfs.rules |2 
 core-x86_64/PKGBUILD   |   93 +--
 core-x86_64/btrfs-progs.install|9 +++
 core-x86_64/initcpio-hook-btrfs|   20 +++
 core-x86_64/initcpio-install-btrfs |   34 ++--
 10 files changed, 168 insertions(+), 148 deletions(-)

Deleted: core-i686/70-btrfs.rules
===
--- core-i686/70-btrfs.rules2012-10-05 14:07:35 UTC (rev 168060)
+++ core-i686/70-btrfs.rules2012-10-05 15:07:13 UTC (rev 168061)
@@ -1 +0,0 @@
-ACTION!=remove, SUBSYSTEM==block, ENV{ID_FS_TYPE}==btrfs, 
RUN+=/usr/bin/btrfs device scan /dev/%k

Copied: btrfs-progs/repos/core-i686/70-btrfs.rules (from rev 168060, 
btrfs-progs/repos/testing-i686/70-btrfs.rules)
===
--- core-i686/70-btrfs.rules(rev 0)
+++ core-i686/70-btrfs.rules2012-10-05 15:07:13 UTC (rev 168061)
@@ -0,0 +1 @@
+ACTION!=remove, SUBSYSTEM==block, ENV{ID_FS_TYPE}==btrfs, 
RUN+=/usr/bin/btrfs device scan /dev/%k

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-10-05 14:07:35 UTC (rev 168060)
+++ core-i686/PKGBUILD  2012-10-05 15:07:13 UTC (rev 168061)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Tobias Powalowski tp...@archlinux.org
-pkgname=btrfs-progs
-pkgver=0.19.20120328
-pkgrel=4
-pkgdesc=btrfs filesystem utilities
-arch=(i686 x86_64)
-depends=('glibc' 'e2fsprogs')
-url=http://btrfs.wiki.kernel.org/;
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
-70-btrfs.rules
-initcpio-install-btrfs
-initcpio-hook-btrfs)
-md5sums=('f4504e73cf9254779b78d5b2318ac570'
- '345c62c8b267082361729ca5b647518f'
- 'e5186ec3fe8a809b7473470128d1c4ab'
- '9fb35142755b477a96cb7292f3d64839')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make CFLAGS=$CFLAGS
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make prefix=$pkgdir/usr install
-   # fix manpage
-   mkdir -p $pkgdir/usr/share/
-   mv $pkgdir/usr/man $pkgdir/usr/share/man
-   mkdir -p ${pkgdir}/sbin
-   ln -sf /usr/bin/btrfs ${pkgdir}/sbin/btrfs
-
-   # add udev rule
-   install -Dm644 $srcdir/70-btrfs.rules 
$pkgdir/usr/lib/udev/rules.d/70-btrfs.rules
-
-   # install mkinitcpio hooks
-   install -Dm644 $srcdir/initcpio-install-btrfs \
- $pkgdir/usr/lib/initcpio/install/btrfs
-   install -Dm644 $srcdir/initcpio-hook-btrfs \
- $pkgdir/usr/lib/initcpio/hooks/btrfs
-}

Copied: btrfs-progs/repos/core-i686/PKGBUILD (from rev 168060, 

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

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 11:17:44
  Author: andyrtr
Revision: 168062

upgpkg: mesa 8.99.git_20121005-1

update to todays snapshot + add a new build fix; fix deps to match the *.pc 
files

Added:
  mesa/trunk/pthread_fix.diff
Modified:
  mesa/trunk/PKGBUILD
Deleted:
  mesa/trunk/mesa-8.0.3-llvm-3.1-fixes.patch
  mesa/trunk/mesa-radeon-parallel-make.diff

-+
 PKGBUILD|   31 +
 mesa-8.0.3-llvm-3.1-fixes.patch |   46 -
 mesa-radeon-parallel-make.diff  |  129 --
 pthread_fix.diff|   23 ++
 4 files changed, 42 insertions(+), 187 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 15:07:13 UTC (rev 168061)
+++ PKGBUILD2012-10-05 15:17:44 UTC (rev 168062)
@@ -6,7 +6,7 @@
 pkgname=('libglapi' 'libgl' 'mesa' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel' 'ati-dri' 'intel-dri' 'svga-dri' 'nouveau-dri')
 
 _git=true
-_gitdate=20121002
+_gitdate=20121005
 #_git=false
 
 if [ ${_git} = true ]; then
@@ -22,26 +22,25 @@
 license=('custom')
 options=('!libtool')
 source=(LICENSE
-mesa-radeon-parallel-make.diff)
+pthread_fix.diff)
 if [ ${_git} = true ]; then
# mesa git shot from 9.0 branch - see for state: 
http://cgit.freedesktop.org/mesa/mesa/log/?h=9.0
#source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-41d14eaf193c6b1eb87fe1998808a887f1c6c698.tar.gz')
-   source=(${source[@]} 
MesaLib-git${_gitdate}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-604cd6b966d060334fdaa11ae8444797d54d3142.tar.gz;)
+   source=(${source[@]} 
MesaLib-git${_gitdate}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-542f6feda9bf18267dbd337943a5e871400d425a.tar.gz;)
   else
source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2;
#source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/8.0/MesaLib-8.0-rc2.tar.bz2;
 )
 fi
 md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
- '5dca6edbe6b636c59c2e64f77271f12a'
- '71af5320af6873920384d245f103b892')
+ '03956ac54a44467678120f485b626633'
+ '52760839a596df5058fcbb63a2bb10da')
 
 build() {
 cd ${srcdir}/?esa-*
 
-# fix parallel build - 
http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/radeon/Makefile?id=cebbdd4ac23725963207bf6f8fc7101150e6065f
-# and the next commit - 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2baaa5c7eb21517f0197bfd91154e9b4886fbb1b
-patch -Np1 -i ${srcdir}/mesa-radeon-parallel-make.diff
+# build fix from master 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd4fde8f674f5e3efa19e929f97de4ecfd82391b
+patch -Np1 -i ${srcdir}/pthread_fix.diff
 
 COMMONOPTS=--prefix=/usr \
 --sysconfdir=/etc \
@@ -119,7 +118,8 @@
 }
 
 package_mesa() {
-  depends=('libgl' 'libx11=1.5.0' 'libxt=1.1.3' 'gcc-libs=4.7.1-6') # check 
pkg/mesa/usr/lib/pkgconfig/gl.pc
+  # check also gl.pc
+  depends=('libgl' 'libx11=1.5.0' 'libxext=1.3.1' 'libxdamage' 'libxfixes' 
'libxcb' 'libxxf86vm')
   optdepends=('opengl-man-pages: for the OpenGL API man pages')
   pkgdesc=Mesa 3-D graphics libraries and include files
 
@@ -136,12 +136,18 @@
 }
 
 package_osmesa() {
-  depends=('gcc-libs')
+  depends=('libglapi' 'gcc-libs')
   optdepends=('opengl-man-pages: for the OpenGL API man pages')
   pkgdesc=Mesa 3D off-screen rendering library
-  
+
+  # fix linking because of splitted package
+  make -C ${srcdir}/?esa-*/src/mapi/shared-glapi DESTDIR=${pkgdir} install
+
   make -C ${srcdir}/?esa-*/src/mesa/drivers/osmesa DESTDIR=${pkgdir} install
 
+  # fix linking because of splitted package - cleanup
+  make -C ${srcdir}/?esa-*/src/mapi/shared-glapi DESTDIR=${pkgdir} uninstall
+
   install -m755 -d ${pkgdir}/usr/share/licenses/osmesa
   install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/osmesa/
 }
@@ -180,7 +186,8 @@
 }
 
 package_libegl() {
-  depends=('libxext' 'libxfixes' 'libgbm' 'khrplatform-devel')
+  # check also egl.pc
+  depends=('libx11' 'libxext' 'libxdamage' 'libxfixes' 'libxxf86vm' 'libxcb' 
'libgbm' 'khrplatform-devel')
   pkgdesc=Mesa EGL libraries and headers
 
   make -C ${srcdir}/?esa-*/src/gallium/targets/egl-static DESTDIR=${pkgdir} 
install

Deleted: mesa-8.0.3-llvm-3.1-fixes.patch
===
--- mesa-8.0.3-llvm-3.1-fixes.patch 2012-10-05 15:07:13 UTC (rev 168061)
+++ mesa-8.0.3-llvm-3.1-fixes.patch 2012-10-05 15:17:44 UTC (rev 168062)
@@ -1,46 +0,0 @@
-diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp 
b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
-index a50a51d..f1bb4d9 100644
 a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
-+++ b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
-@@ -235,7 +235,24 @@ lp_disassemble(const void* func)
-int AsmPrinterVariant = AsmInfo

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

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 11:19:02
  Author: andyrtr
Revision: 168063

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

Added:
  mesa/repos/staging-i686/LICENSE
(from rev 168062, mesa/trunk/LICENSE)
  mesa/repos/staging-i686/PKGBUILD
(from rev 168062, mesa/trunk/PKGBUILD)
  mesa/repos/staging-i686/pthread_fix.diff
(from rev 168062, mesa/trunk/pthread_fix.diff)
  mesa/repos/staging-x86_64/LICENSE
(from rev 168062, mesa/trunk/LICENSE)
  mesa/repos/staging-x86_64/PKGBUILD
(from rev 168062, mesa/trunk/PKGBUILD)
  mesa/repos/staging-x86_64/pthread_fix.diff
(from rev 168062, mesa/trunk/pthread_fix.diff)
Deleted:
  mesa/repos/staging-i686/LICENSE
  mesa/repos/staging-i686/PKGBUILD
  mesa/repos/staging-i686/mesa-8.0.3-llvm-3.1-fixes.patch
  mesa/repos/staging-i686/mesa-radeon-parallel-make.diff
  mesa/repos/staging-x86_64/LICENSE
  mesa/repos/staging-x86_64/PKGBUILD
  mesa/repos/staging-x86_64/mesa-8.0.3-llvm-3.1-fixes.patch
  mesa/repos/staging-x86_64/mesa-radeon-parallel-make.diff

+
 staging-i686/LICENSE   |  164 +++---
 staging-i686/PKGBUILD  |  587 +++
 staging-i686/mesa-8.0.3-llvm-3.1-fixes.patch   |   46 -
 staging-i686/mesa-radeon-parallel-make.diff|  129 -
 staging-i686/pthread_fix.diff  |   23 
 staging-x86_64/LICENSE |  164 +++---
 staging-x86_64/PKGBUILD|  587 +++
 staging-x86_64/mesa-8.0.3-llvm-3.1-fixes.patch |   46 -
 staging-x86_64/mesa-radeon-parallel-make.diff  |  129 -
 staging-x86_64/pthread_fix.diff|   23 
 10 files changed, 804 insertions(+), 1094 deletions(-)

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


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

2012-10-05 Thread andyrtr
=20121005
-#_git=false
-
-if [ ${_git} = true ]; then
-pkgver=8.99.git_$_gitdate
-  else
-pkgver=8.0.4
-fi
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('glproto=1.4.16' 'libdrm=2.4.39' 'libxxf86vm=1.1.2' 
'libxdamage=1.1.3' 'expat=2.1.0' 'libx11=1.5.0' 'libxt=1.1.3' 
- 'gcc-libs=4.7.1-6' 'dri2proto=2.8' 'python2' 'libxml2' 'imake' 
'llvm' 'systemd' 'libvdpau=0.5')
-url=http://mesa3d.sourceforge.net;
-license=('custom')
-options=('!libtool')
-source=(LICENSE
-pthread_fix.diff)
-if [ ${_git} = true ]; then
-   # mesa git shot from 9.0 branch - see for state: 
http://cgit.freedesktop.org/mesa/mesa/log/?h=9.0
-   #source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-41d14eaf193c6b1eb87fe1998808a887f1c6c698.tar.gz')
-   source=(${source[@]} 
MesaLib-git${_gitdate}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-542f6feda9bf18267dbd337943a5e871400d425a.tar.gz;)
-  else
-   source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2;
-   #source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/8.0/MesaLib-8.0-rc2.tar.bz2;
-)
-fi
-md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
- '03956ac54a44467678120f485b626633'
- '52760839a596df5058fcbb63a2bb10da')
-
-build() {
-cd ${srcdir}/?esa-*
-
-# build fix from master 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd4fde8f674f5e3efa19e929f97de4ecfd82391b
-patch -Np1 -i ${srcdir}/pthread_fix.diff
-
-COMMONOPTS=--prefix=/usr \
---sysconfdir=/etc \
---with-dri-driverdir=/usr/lib/xorg/modules/dri \
---with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast \
---with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
---enable-gallium-llvm \
---enable-egl \
---enable-gallium-egl \
---with-egl-platforms=x11,drm \
---enable-shared-glapi \
---enable-gbm \
---enable-glx-tls \
---enable-dri \
---enable-glx \
---enable-osmesa \
---enable-gles1 \
---enable-gles2 \
---enable-texture-float \
---enable-xa \
---enable-vdpau 
-
-# not default:
-#--enable-gallium-egl enable optional EGL state tracker (not required for
-#  EGL support in Gallium with OpenGL and OpenGL ES)
-#  [default=disable]
-#--enable-xa enable build of the XA X Acceleration API 
 [default=no]
-
-
-if [ ${_git} = true ]; then
-./autogen.sh \
-  $COMMONOPTS
-  else
-autoreconf -vfi
-./configure \
-  $COMMONOPTS
-fi
-
-make
-}
-
-package_libglapi() {
-  depends=('glibc')
-  pkgdesc=free implementation of the GL API -- shared library. The Mesa GL 
API module is responsible for dispatching all the gl* functions
-
-  make -C ${srcdir}/?esa-*/src/mapi/shared-glapi DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/libglapi
-  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/libglapi/
-}
-
-package_libgl() {
-  depends=('libdrm=2.4.39' 'libxxf86vm=1.1.2' 'libxdamage=1.1.3' 
'expat=2.1.0' 'libglapi' 'gcc-libs')
-  pkgdesc=Mesa 3-D graphics library and DRI software rasterizer
-
-  # fix linking because of splitted package
-  make -C ${srcdir}/?esa-*/src/mapi/shared-glapi DESTDIR=${pkgdir} install
-
-  # libGL  libdricore
-  make -C ${srcdir}/?esa-*/src/glx DESTDIR=${pkgdir} install
-  make -C ${srcdir}/?esa-*/src/mesa/libdricore DESTDIR=${pkgdir} install
-
-  # fix linking because of splitted package - cleanup
-  make -C ${srcdir}/?esa-*/src/mapi/shared-glapi DESTDIR=${pkgdir} uninstall
-
-
-  make -C ${srcdir}/?esa-*/src/gallium/targets/dri-swrast DESTDIR=${pkgdir} 
install
-
-  # See FS#26284
-  install -m755 -d ${pkgdir}/usr/lib/xorg/modules/extensions
-  ln -s libglx.xorg ${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/libgl
-  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/libgl/
-}
-
-package_mesa() {
-  # check also gl.pc
-  depends=('libgl' 'libx11=1.5.0' 'libxext=1.3.1' 'libxdamage' 'libxfixes' 
'libxcb' 'libxxf86vm')
-  optdepends=('opengl-man-pages: for the OpenGL API man pages')
-  pkgdesc=Mesa 3-D graphics libraries and include files
-
-  make -C ${srcdir}/?esa-*/src/mesa DESTDIR=${pkgdir} install-glHEADERS
-  make -C ${srcdir}/?esa-*/src/mesa/drivers/dri DESTDIR=${pkgdir} 
install-driincludeHEADERS  
-  make -C ${srcdir}/?esa-*/src/mesa DESTDIR=${pkgdir} install-pkgconfigDATA
-  make -C ${srcdir}/?esa-*/src/mesa/drivers/dri DESTDIR=${pkgdir} 
install-pkgconfigDATA  
-  make -C ${srcdir}/?esa-*/src/mesa/drivers/dri/common DESTDIR=${pkgdir} 
install-sysconfDATA
-
-  make -C ${srcdir}/?esa-*/src/gallium/targets/xa-vmwgfx DESTDIR=${pkgdir} 
install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/mesa
-  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/mesa/
-}
-
-package_osmesa() {
-  depends=('libglapi' 'gcc-libs')
-  optdepends=('opengl-man-pages: for the OpenGL API man

[arch-commits] Commit in mesa/repos/staging-i686 (4 files)

2012-10-05 Thread andyrtr
' 
'khrplatform-devel' 'ati-dri' 'intel-dri' 'svga-dri' 'nouveau-dri')
+
+_git=true
+_gitdate=20121005
+#_git=false
+
+if [ ${_git} = true ]; then
+pkgver=8.99.git_$_gitdate
+  else
+pkgver=8.0.4
+fi
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('glproto=1.4.16' 'libdrm=2.4.39' 'libxxf86vm=1.1.2' 
'libxdamage=1.1.3' 'expat=2.1.0' 'libx11=1.5.0' 'libxt=1.1.3' 
+ 'gcc-libs=4.7.1-6' 'dri2proto=2.8' 'python2' 'libxml2' 'imake' 
'llvm' 'systemd' 'libvdpau=0.5')
+url=http://mesa3d.sourceforge.net;
+license=('custom')
+options=('!libtool')
+source=(LICENSE
+pthread_fix.diff)
+if [ ${_git} = true ]; then
+   # mesa git shot from 9.0 branch - see for state: 
http://cgit.freedesktop.org/mesa/mesa/log/?h=9.0
+   #source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-41d14eaf193c6b1eb87fe1998808a887f1c6c698.tar.gz')
+   source=(${source[@]} 
MesaLib-git${_gitdate}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-542f6feda9bf18267dbd337943a5e871400d425a.tar.gz;)
+  else
+   source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2;
+   #source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/8.0/MesaLib-8.0-rc2.tar.bz2;
+)
+fi
+md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
+ '03956ac54a44467678120f485b626633'
+ '52760839a596df5058fcbb63a2bb10da')
+
+build() {
+cd ${srcdir}/?esa-*
+
+# build fix from master 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd4fde8f674f5e3efa19e929f97de4ecfd82391b
+patch -Np1 -i ${srcdir}/pthread_fix.diff
+
+COMMONOPTS=--prefix=/usr \
+--sysconfdir=/etc \
+--with-dri-driverdir=/usr/lib/xorg/modules/dri \
+--with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast \
+--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
+--enable-gallium-llvm \
+--enable-egl \
+--enable-gallium-egl \
+--with-egl-platforms=x11,drm \
+--enable-shared-glapi \
+--enable-gbm \
+--enable-glx-tls \
+--enable-dri \
+--enable-glx \
+--enable-osmesa \
+--enable-gles1 \
+--enable-gles2 \
+--enable-texture-float \
+--enable-xa \
+--enable-vdpau 
+
+# not default:
+#--enable-gallium-egl enable optional EGL state tracker (not required for
+#  EGL support in Gallium with OpenGL and OpenGL ES)
+#  [default=disable]
+#--enable-xa enable build of the XA X Acceleration API 
 [default=no]
+
+
+if [ ${_git} = true ]; then
+./autogen.sh \
+  $COMMONOPTS
+  else
+autoreconf -vfi
+./configure \
+  $COMMONOPTS
+fi
+
+make
+}
+
+package_libglapi() {
+  depends=('glibc')
+  pkgdesc=free implementation of the GL API -- shared library. The Mesa GL 
API module is responsible for dispatching all the gl* functions
+
+  make -C ${srcdir}/?esa-*/src/mapi/shared-glapi DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/libglapi
+  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/libglapi/
+}
+
+package_libgl() {
+  depends=('libdrm=2.4.39' 'libxxf86vm=1.1.2' 'libxdamage=1.1.3' 
'expat=2.1.0' 'libglapi' 'gcc-libs')
+  pkgdesc=Mesa 3-D graphics library and DRI software rasterizer
+
+  # fix linking because of splitted package
+  make -C ${srcdir}/?esa-*/src/mapi/shared-glapi DESTDIR=${pkgdir} install
+
+  # libGL  libdricore
+  make -C ${srcdir}/?esa-*/src/glx DESTDIR=${pkgdir} install
+  make -C ${srcdir}/?esa-*/src/mesa/libdricore DESTDIR=${pkgdir} install
+
+  # fix linking because of splitted package - cleanup
+  make -C ${srcdir}/?esa-*/src/mapi/shared-glapi DESTDIR=${pkgdir} uninstall
+
+
+  make -C ${srcdir}/?esa-*/src/gallium/targets/dri-swrast DESTDIR=${pkgdir} 
install
+
+  # See FS#26284
+  install -m755 -d ${pkgdir}/usr/lib/xorg/modules/extensions
+  ln -s libglx.xorg ${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/libgl
+  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/libgl/
+}
+
+package_mesa() {
+  # check also gl.pc
+  depends=('libgl' 'libx11=1.5.0' 'libxext=1.3.1' 'libxdamage' 'libxfixes' 
'libxcb' 'libxxf86vm')
+  optdepends=('opengl-man-pages: for the OpenGL API man pages')
+  pkgdesc=Mesa 3-D graphics libraries and include files
+
+  make -C ${srcdir}/?esa-*/src/mesa DESTDIR=${pkgdir} install-glHEADERS
+  make -C ${srcdir}/?esa-*/src/mesa/drivers/dri DESTDIR=${pkgdir} 
install-driincludeHEADERS  
+  make -C ${srcdir}/?esa-*/src/mesa DESTDIR=${pkgdir} install-pkgconfigDATA
+  make -C ${srcdir}/?esa-*/src/mesa/drivers/dri DESTDIR=${pkgdir} 
install-pkgconfigDATA  
+  make -C ${srcdir}/?esa-*/src/mesa/drivers/dri/common DESTDIR=${pkgdir} 
install-sysconfDATA
+
+  make -C ${srcdir}/?esa-*/src/gallium/targets/xa-vmwgfx DESTDIR=${pkgdir} 
install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/mesa
+  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/mesa/
+}
+
+package_osmesa() {
+  depends

[arch-commits] Commit in mesa/repos/staging-x86_64 (4 files)

2012-10-05 Thread andyrtr
' 'libegl' 
'khrplatform-devel' 'ati-dri' 'intel-dri' 'svga-dri' 'nouveau-dri')
+
+_git=true
+_gitdate=20121005
+#_git=false
+
+if [ ${_git} = true ]; then
+pkgver=8.99.git_$_gitdate
+  else
+pkgver=8.0.4
+fi
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('glproto=1.4.16' 'libdrm=2.4.39' 'libxxf86vm=1.1.2' 
'libxdamage=1.1.3' 'expat=2.1.0' 'libx11=1.5.0' 'libxt=1.1.3' 
+ 'gcc-libs=4.7.1-6' 'dri2proto=2.8' 'python2' 'libxml2' 'imake' 
'llvm' 'systemd' 'libvdpau=0.5')
+url=http://mesa3d.sourceforge.net;
+license=('custom')
+options=('!libtool')
+source=(LICENSE
+pthread_fix.diff)
+if [ ${_git} = true ]; then
+   # mesa git shot from 9.0 branch - see for state: 
http://cgit.freedesktop.org/mesa/mesa/log/?h=9.0
+   #source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-41d14eaf193c6b1eb87fe1998808a887f1c6c698.tar.gz')
+   source=(${source[@]} 
MesaLib-git${_gitdate}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-542f6feda9bf18267dbd337943a5e871400d425a.tar.gz;)
+  else
+   source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2;
+   #source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/8.0/MesaLib-8.0-rc2.tar.bz2;
+)
+fi
+md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
+ '03956ac54a44467678120f485b626633'
+ '52760839a596df5058fcbb63a2bb10da')
+
+build() {
+cd ${srcdir}/?esa-*
+
+# build fix from master 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd4fde8f674f5e3efa19e929f97de4ecfd82391b
+patch -Np1 -i ${srcdir}/pthread_fix.diff
+
+COMMONOPTS=--prefix=/usr \
+--sysconfdir=/etc \
+--with-dri-driverdir=/usr/lib/xorg/modules/dri \
+--with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast \
+--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
+--enable-gallium-llvm \
+--enable-egl \
+--enable-gallium-egl \
+--with-egl-platforms=x11,drm \
+--enable-shared-glapi \
+--enable-gbm \
+--enable-glx-tls \
+--enable-dri \
+--enable-glx \
+--enable-osmesa \
+--enable-gles1 \
+--enable-gles2 \
+--enable-texture-float \
+--enable-xa \
+--enable-vdpau 
+
+# not default:
+#--enable-gallium-egl enable optional EGL state tracker (not required for
+#  EGL support in Gallium with OpenGL and OpenGL ES)
+#  [default=disable]
+#--enable-xa enable build of the XA X Acceleration API 
 [default=no]
+
+
+if [ ${_git} = true ]; then
+./autogen.sh \
+  $COMMONOPTS
+  else
+autoreconf -vfi
+./configure \
+  $COMMONOPTS
+fi
+
+make
+}
+
+package_libglapi() {
+  depends=('glibc')
+  pkgdesc=free implementation of the GL API -- shared library. The Mesa GL 
API module is responsible for dispatching all the gl* functions
+
+  make -C ${srcdir}/?esa-*/src/mapi/shared-glapi DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/libglapi
+  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/libglapi/
+}
+
+package_libgl() {
+  depends=('libdrm=2.4.39' 'libxxf86vm=1.1.2' 'libxdamage=1.1.3' 
'expat=2.1.0' 'libglapi' 'gcc-libs')
+  pkgdesc=Mesa 3-D graphics library and DRI software rasterizer
+
+  # fix linking because of splitted package
+  make -C ${srcdir}/?esa-*/src/mapi/shared-glapi DESTDIR=${pkgdir} install
+
+  # libGL  libdricore
+  make -C ${srcdir}/?esa-*/src/glx DESTDIR=${pkgdir} install
+  make -C ${srcdir}/?esa-*/src/mesa/libdricore DESTDIR=${pkgdir} install
+
+  # fix linking because of splitted package - cleanup
+  make -C ${srcdir}/?esa-*/src/mapi/shared-glapi DESTDIR=${pkgdir} uninstall
+
+
+  make -C ${srcdir}/?esa-*/src/gallium/targets/dri-swrast DESTDIR=${pkgdir} 
install
+
+  # See FS#26284
+  install -m755 -d ${pkgdir}/usr/lib/xorg/modules/extensions
+  ln -s libglx.xorg ${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/libgl
+  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/libgl/
+}
+
+package_mesa() {
+  # check also gl.pc
+  depends=('libgl' 'libx11=1.5.0' 'libxext=1.3.1' 'libxdamage' 'libxfixes' 
'libxcb' 'libxxf86vm')
+  optdepends=('opengl-man-pages: for the OpenGL API man pages')
+  pkgdesc=Mesa 3-D graphics libraries and include files
+
+  make -C ${srcdir}/?esa-*/src/mesa DESTDIR=${pkgdir} install-glHEADERS
+  make -C ${srcdir}/?esa-*/src/mesa/drivers/dri DESTDIR=${pkgdir} 
install-driincludeHEADERS  
+  make -C ${srcdir}/?esa-*/src/mesa DESTDIR=${pkgdir} install-pkgconfigDATA
+  make -C ${srcdir}/?esa-*/src/mesa/drivers/dri DESTDIR=${pkgdir} 
install-pkgconfigDATA  
+  make -C ${srcdir}/?esa-*/src/mesa/drivers/dri/common DESTDIR=${pkgdir} 
install-sysconfDATA
+
+  make -C ${srcdir}/?esa-*/src/gallium/targets/xa-vmwgfx DESTDIR=${pkgdir} 
install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/mesa
+  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/mesa/
+}
+
+package_osmesa

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

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 12:24:18
  Author: andyrtr
Revision: 168067

upgpkg: xcb-proto 1.8-1

upstream update 1.8

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 15:41:36 UTC (rev 168066)
+++ PKGBUILD2012-10-05 16:24:18 UTC (rev 168067)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=xcb-proto
-pkgver=1.7.1
+pkgver=1.8
 pkgrel=1
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
@@ -11,7 +11,7 @@
 license=('custom')
 makedepends=('python2' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2)
-sha1sums=('82a568559235fc6e26d0a38911c5ea18f8e8455c')
+sha1sums=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in xcb-proto/repos (staging-any staging-any/PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 12:24:42
  Author: andyrtr
Revision: 168068

archrelease: copy trunk to staging-any

Added:
  xcb-proto/repos/staging-any/
  xcb-proto/repos/staging-any/PKGBUILD
(from rev 168067, xcb-proto/trunk/PKGBUILD)

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

Copied: xcb-proto/repos/staging-any/PKGBUILD (from rev 168067, 
xcb-proto/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2012-10-05 16:24:42 UTC (rev 168068)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=xcb-proto
+pkgver=1.8
+pkgrel=1
+pkgdesc=XML-XCB protocol descriptions
+arch=(any)
+url=http://xcb.freedesktop.org/;
+license=('custom')
+makedepends=('python2' 'libxml2')
+source=($url/dist/$pkgname-$pkgver.tar.bz2)
+sha1sums=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}



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

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 12:54:54
  Author: andyrtr
Revision: 168069

upgpkg: libxcb 1.9-1

upstream update 1.9 - disable static libs

Modified:
  libxcb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 16:24:42 UTC (rev 168068)
+++ PKGBUILD2012-10-05 16:54:54 UTC (rev 168069)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=libxcb
-pkgver=1.8.1
+pkgver=1.9
 pkgrel=1
 pkgdesc=X11 client-side library
 arch=(i686 x86_64)
@@ -14,13 +14,16 @@
 license=('custom')
 source=($url/dist/$pkgname-$pkgver.tar.bz2
 libxcb-1.1-no-pthread-stubs.patch)
-sha1sums=('98199b6054750a06cddd4e77baa4354af547ce6f'
+sha1sums=('ad2fb95eeec41ba3d39502a4f7460c3b64fdf061'
   'd2df03ddf3e949c10c2c185256b0eb7fa02837ab')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   patch -Np1 -i $srcdir/libxcb-1.1-no-pthread-stubs.patch
-  PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr --enable-xinput
+  PYTHON=/usr/bin/python2 
+  ./autogen.sh --prefix=/usr \
+--enable-xinput \
+--disable-static
   make
 }
 



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

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 12:55:34
  Author: andyrtr
Revision: 168070

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

Added:
  libxcb/repos/staging-i686/
  libxcb/repos/staging-i686/PKGBUILD
(from rev 168069, libxcb/trunk/PKGBUILD)
  libxcb/repos/staging-i686/libxcb-1.1-no-pthread-stubs.patch
(from rev 168069, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
  libxcb/repos/staging-x86_64/
  libxcb/repos/staging-x86_64/PKGBUILD
(from rev 168069, libxcb/trunk/PKGBUILD)
  libxcb/repos/staging-x86_64/libxcb-1.1-no-pthread-stubs.patch
(from rev 168069, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)

--+
 staging-i686/PKGBUILD|   35 +
 staging-i686/libxcb-1.1-no-pthread-stubs.patch   |   11 ++
 staging-x86_64/PKGBUILD  |   35 +
 staging-x86_64/libxcb-1.1-no-pthread-stubs.patch |   11 ++
 4 files changed, 92 insertions(+)

Copied: libxcb/repos/staging-i686/PKGBUILD (from rev 168069, 
libxcb/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 16:55:34 UTC (rev 168070)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxcb
+pkgver=1.9
+pkgrel=1
+pkgdesc=X11 client-side library
+arch=(i686 x86_64)
+url=http://xcb.freedesktop.org/;
+depends=('xcb-proto=1.7' 'libxdmcp' 'libxau')
+makedepends=('pkgconfig' 'libxslt' 'python2')
+options=('!libtool')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+libxcb-1.1-no-pthread-stubs.patch)
+sha1sums=('ad2fb95eeec41ba3d39502a4f7460c3b64fdf061'
+  'd2df03ddf3e949c10c2c185256b0eb7fa02837ab')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/libxcb-1.1-no-pthread-stubs.patch
+  PYTHON=/usr/bin/python2 
+  ./autogen.sh --prefix=/usr \
+--enable-xinput \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}

Copied: libxcb/repos/staging-i686/libxcb-1.1-no-pthread-stubs.patch (from rev 
168069, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===
--- staging-i686/libxcb-1.1-no-pthread-stubs.patch  
(rev 0)
+++ staging-i686/libxcb-1.1-no-pthread-stubs.patch  2012-10-05 16:55:34 UTC 
(rev 168070)
@@ -0,0 +1,11 @@
+--- libxcb-1.8.1/configure.ac  2012-03-09 15:38:38.0 +0100
 libxcb-1.8.1/configure.ac.new  2012-03-09 16:50:40.107109896 +0100
+@@ -35,7 +35,7 @@
+ 
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.7)
+-NEEDED=pthread-stubs xau = 0.99.2
++NEEDED=xau = 0.99.2
+ PKG_CHECK_MODULES(NEEDED, $NEEDED)
+ 
+ have_xdmcp=no

Copied: libxcb/repos/staging-x86_64/PKGBUILD (from rev 168069, 
libxcb/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 16:55:34 UTC (rev 168070)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxcb
+pkgver=1.9
+pkgrel=1
+pkgdesc=X11 client-side library
+arch=(i686 x86_64)
+url=http://xcb.freedesktop.org/;
+depends=('xcb-proto=1.7' 'libxdmcp' 'libxau')
+makedepends=('pkgconfig' 'libxslt' 'python2')
+options=('!libtool')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+libxcb-1.1-no-pthread-stubs.patch)
+sha1sums=('ad2fb95eeec41ba3d39502a4f7460c3b64fdf061'
+  'd2df03ddf3e949c10c2c185256b0eb7fa02837ab')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/libxcb-1.1-no-pthread-stubs.patch
+  PYTHON=/usr/bin/python2 
+  ./autogen.sh --prefix=/usr \
+--enable-xinput \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}

Copied: libxcb/repos/staging-x86_64/libxcb-1.1-no-pthread-stubs.patch (from rev 
168069, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===
--- staging-x86_64/libxcb-1.1-no-pthread-stubs.patch
(rev 0)
+++ staging-x86_64/libxcb-1.1-no-pthread-stubs.patch2012-10-05 16:55:34 UTC 
(rev 168070)
@@ -0,0 +1,11 @@
+--- libxcb-1.8.1/configure.ac  2012-03-09 15:38:38.0 +0100
 libxcb-1.8.1/configure.ac.new  2012-03-09 16:50:40.107109896 +0100
+@@ -35,7 +35,7 @@
+ 
+ # Checks for pkg-config packages
+ 

[arch-commits] Commit in xf86-input-acecad/repos (6 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 13:20:29
  Author: andyrtr
Revision: 168072

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

Added:
  xf86-input-acecad/repos/staging-i686/
  xf86-input-acecad/repos/staging-i686/PKGBUILD
(from rev 168071, xf86-input-acecad/trunk/PKGBUILD)
  
xf86-input-acecad/repos/staging-i686/assign-local-private-after-allocating.patch
(from rev 168071, 
xf86-input-acecad/trunk/assign-local-private-after-allocating.patch)
  xf86-input-acecad/repos/staging-x86_64/
  xf86-input-acecad/repos/staging-x86_64/PKGBUILD
(from rev 168071, xf86-input-acecad/trunk/PKGBUILD)
  
xf86-input-acecad/repos/staging-x86_64/assign-local-private-after-allocating.patch
(from rev 168071, 
xf86-input-acecad/trunk/assign-local-private-after-allocating.patch)

+
 staging-i686/PKGBUILD  |   34 +++
 staging-i686/assign-local-private-after-allocating.patch   |   24 +++
 staging-x86_64/PKGBUILD|   34 +++
 staging-x86_64/assign-local-private-after-allocating.patch |   24 +++
 4 files changed, 116 insertions(+)

Copied: xf86-input-acecad/repos/staging-i686/PKGBUILD (from rev 168071, 
xf86-input-acecad/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 17:20:29 UTC (rev 168072)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-acecad
+pkgver=1.5.0
+pkgrel=4
+pkgdesc=X.Org acecad tablet input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('sysfsutils')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION19')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+assign-local-private-after-allocating.patch)
+sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'
+  '9301020b0ef3c6f2081e957481a88d2e187a7973')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/assign-local-private-after-allocating.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: 
xf86-input-acecad/repos/staging-i686/assign-local-private-after-allocating.patch
 (from rev 168071, 
xf86-input-acecad/trunk/assign-local-private-after-allocating.patch)
===
--- staging-i686/assign-local-private-after-allocating.patch
(rev 0)
+++ staging-i686/assign-local-private-after-allocating.patch2012-10-05 
17:20:29 UTC (rev 168072)
@@ -0,0 +1,24 @@
+From ec2c4ead497133ef20d5ef5a9b481b38e1e0f7a2 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer peter.hutte...@who-t.net
+Date: Mon, 27 Jun 2011 03:13:54 +
+Subject: Assign local-private after allocating.
+
+It is detrimental to the user experience when the driver tries to derefernce
+null pointers.
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+---
+diff --git a/src/acecad.c b/src/acecad.c
+index ad6d793..604fe91 100644
+--- a/src/acecad.c
 b/src/acecad.c
+@@ -343,6 +343,7 @@ AceCadPreInit(InputDriverPtr drv, InputInfoPtr local, int 
flags)
+ return BadAlloc;
+ 
+ memset(priv, 0, sizeof(AceCadPrivateRec));
++local-private = priv;
+ 
+ local-device_control = DeviceControl;
+ 
+--
+cgit v0.8.3-6-g21f6

Copied: xf86-input-acecad/repos/staging-x86_64/PKGBUILD (from rev 168071, 
xf86-input-acecad/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 17:20:29 UTC (rev 168072)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-acecad
+pkgver=1.5.0
+pkgrel=4
+pkgdesc=X.Org acecad tablet input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('sysfsutils')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION19')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+assign-local-private-after-allocating.patch)
+sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'
+  '9301020b0ef3c6f2081e957481a88d2e187a7973')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/assign-local-private-after-allocating.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd 

[arch-commits] Commit in xf86-input-aiptek/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 13:24:53
  Author: andyrtr
Revision: 168073

upgpkg: xf86-input-aiptek 1.4.1-4

rebuild for new Xorg-server; depend on the server ABI; fix makedeps; remove 
from Xorg group - this driver is unmaintained and no more part of the official 
X11 release

Modified:
  xf86-input-aiptek/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 17:20:29 UTC (rev 168072)
+++ PKGBUILD2012-10-05 17:24:53 UTC (rev 168073)
@@ -3,16 +3,15 @@
 
 pkgname=xf86-input-aiptek
 pkgver=1.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc=X.Org Aiptek USB Digital Tablet input driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server-devel=1.11.99.902')
-conflicts=('xorg-server1.11.99.902')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION19')
 options=('!libtool')
-groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('55ea7d12d3e24fd72eacc966a59262864dce7769')
 



[arch-commits] Commit in xf86-input-aiptek/repos (4 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 13:25:25
  Author: andyrtr
Revision: 168074

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

Added:
  xf86-input-aiptek/repos/staging-i686/
  xf86-input-aiptek/repos/staging-i686/PKGBUILD
(from rev 168073, xf86-input-aiptek/trunk/PKGBUILD)
  xf86-input-aiptek/repos/staging-x86_64/
  xf86-input-aiptek/repos/staging-x86_64/PKGBUILD
(from rev 168073, xf86-input-aiptek/trunk/PKGBUILD)

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

Copied: xf86-input-aiptek/repos/staging-i686/PKGBUILD (from rev 168073, 
xf86-input-aiptek/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 17:25:25 UTC (rev 168074)
@@ -0,0 +1,31 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-aiptek
+pkgver=1.4.1
+pkgrel=4
+pkgdesc=X.Org Aiptek USB Digital Tablet input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION19')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('55ea7d12d3e24fd72eacc966a59262864dce7769')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-input-aiptek/repos/staging-x86_64/PKGBUILD (from rev 168073, 
xf86-input-aiptek/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 17:25:25 UTC (rev 168074)
@@ -0,0 +1,31 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-aiptek
+pkgver=1.4.1
+pkgrel=4
+pkgdesc=X.Org Aiptek USB Digital Tablet input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION19')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('55ea7d12d3e24fd72eacc966a59262864dce7769')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-acecad/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 13:19:55
  Author: andyrtr
Revision: 168071

upgpkg: xf86-input-acecad 1.5.0-4

rebuild for new Xorg-server; depend on the server ABI; fix makedeps; remove 
from Xorg group - this driver is unmaintained and no more part of the official 
X11 release

Modified:
  xf86-input-acecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 16:55:34 UTC (rev 168070)
+++ PKGBUILD2012-10-05 17:19:55 UTC (rev 168071)
@@ -3,16 +3,15 @@
 
 pkgname=xf86-input-acecad
 pkgver=1.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc=X.Org acecad tablet input driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('sysfsutils')
-makedepends=('xorg-server-devel=1.11.99.902')
-conflicts=('xorg-server1.11.99.902')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION19')
 options=('!libtool')
-groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 assign-local-private-after-allocating.patch)
 sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'



[arch-commits] Commit in xf86-input-elographics/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 13:52:43
  Author: andyrtr
Revision: 168075

upgpkg: xf86-input-elographics 1.4.1-2

rebuild for new Xorg-server; depend on the server ABI; fix makedeps

Modified:
  xf86-input-elographics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 17:25:25 UTC (rev 168074)
+++ PKGBUILD2012-10-05 17:52:43 UTC (rev 168075)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-elographics
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=X.org Elographics TouchScreen input driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel=1.12.3.901')
-conflicts=('xorg-server1.12.3.901')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('a21af744d57f158e6dff9d60a68aaac46b8d726d602911940cb61f4d6bb2c6a4')
@@ -19,6 +19,10 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}



[arch-commits] Commit in xf86-input-elographics/repos (4 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 13:53:18
  Author: andyrtr
Revision: 168076

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

Added:
  xf86-input-elographics/repos/staging-i686/
  xf86-input-elographics/repos/staging-i686/PKGBUILD
(from rev 168075, xf86-input-elographics/trunk/PKGBUILD)
  xf86-input-elographics/repos/staging-x86_64/
  xf86-input-elographics/repos/staging-x86_64/PKGBUILD
(from rev 168075, xf86-input-elographics/trunk/PKGBUILD)

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

Copied: xf86-input-elographics/repos/staging-i686/PKGBUILD (from rev 168075, 
xf86-input-elographics/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 17:53:18 UTC (rev 168076)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 88566 2010-08-24 08:47:16Z jgc $
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-elographics
+pkgver=1.4.1
+pkgrel=2
+pkgdesc=X.org Elographics TouchScreen input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('a21af744d57f158e6dff9d60a68aaac46b8d726d602911940cb61f4d6bb2c6a4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-input-elographics/repos/staging-x86_64/PKGBUILD (from rev 168075, 
xf86-input-elographics/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 17:53:18 UTC (rev 168076)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 88566 2010-08-24 08:47:16Z jgc $
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-elographics
+pkgver=1.4.1
+pkgrel=2
+pkgdesc=X.org Elographics TouchScreen input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('a21af744d57f158e6dff9d60a68aaac46b8d726d602911940cb61f4d6bb2c6a4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-acecad/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 13:55:44
  Author: andyrtr
Revision: 168077

upgpkg: xf86-input-acecad 1.5.0-5

fix conflicts ABI version number

Modified:
  xf86-input-acecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 17:53:18 UTC (rev 168076)
+++ PKGBUILD2012-10-05 17:55:44 UTC (rev 168077)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-acecad
 pkgver=1.5.0
-pkgrel=4
+pkgrel=5
 pkgdesc=X.Org acecad tablet input driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('sysfsutils')
 makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION19')
+conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 assign-local-private-after-allocating.patch)



[arch-commits] Commit in xf86-input-acecad/repos (8 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 13:56:18
  Author: andyrtr
Revision: 168078

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

Added:
  xf86-input-acecad/repos/staging-i686/PKGBUILD
(from rev 168077, xf86-input-acecad/trunk/PKGBUILD)
  
xf86-input-acecad/repos/staging-i686/assign-local-private-after-allocating.patch
(from rev 168077, 
xf86-input-acecad/trunk/assign-local-private-after-allocating.patch)
  xf86-input-acecad/repos/staging-x86_64/PKGBUILD
(from rev 168077, xf86-input-acecad/trunk/PKGBUILD)
  
xf86-input-acecad/repos/staging-x86_64/assign-local-private-after-allocating.patch
(from rev 168077, 
xf86-input-acecad/trunk/assign-local-private-after-allocating.patch)
Deleted:
  xf86-input-acecad/repos/staging-i686/PKGBUILD
  
xf86-input-acecad/repos/staging-i686/assign-local-private-after-allocating.patch
  xf86-input-acecad/repos/staging-x86_64/PKGBUILD
  
xf86-input-acecad/repos/staging-x86_64/assign-local-private-after-allocating.patch

+
 staging-i686/PKGBUILD  |   68 +--
 staging-i686/assign-local-private-after-allocating.patch   |   48 +++
 staging-x86_64/PKGBUILD|   68 +--
 staging-x86_64/assign-local-private-after-allocating.patch |   48 +++
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-10-05 17:55:44 UTC (rev 168077)
+++ staging-i686/PKGBUILD   2012-10-05 17:56:18 UTC (rev 168078)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-acecad
-pkgver=1.5.0
-pkgrel=4
-pkgdesc=X.Org acecad tablet input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('sysfsutils')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION19')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-assign-local-private-after-allocating.patch)
-sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'
-  '9301020b0ef3c6f2081e957481a88d2e187a7973')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/assign-local-private-after-allocating.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-input-acecad/repos/staging-i686/PKGBUILD (from rev 168077, 
xf86-input-acecad/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 17:56:18 UTC (rev 168078)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-acecad
+pkgver=1.5.0
+pkgrel=5
+pkgdesc=X.Org acecad tablet input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('sysfsutils')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+assign-local-private-after-allocating.patch)
+sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'
+  '9301020b0ef3c6f2081e957481a88d2e187a7973')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/assign-local-private-after-allocating.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: staging-i686/assign-local-private-after-allocating.patch
===
--- staging-i686/assign-local-private-after-allocating.patch2012-10-05 
17:55:44 UTC (rev 168077)
+++ staging-i686/assign-local-private-after-allocating.patch2012-10-05 
17:56:18 UTC (rev 168078)
@@ -1,24 +0,0 @@
-From ec2c4ead497133ef20d5ef5a9b481b38e1e0f7a2 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer peter.hutte...@who-t.net
-Date: Mon, 27 Jun 2011 03:13:54 +
-Subject: Assign local-private after allocating.
-
-It is detrimental to the user experience when the driver tries to derefernce
-null pointers.
-
-Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

-diff --git a/src/acecad.c b/src/acecad.c
-index ad6d793..604fe91 100644
 a/src/acecad.c
-+++ b/src/acecad.c
-@@ -343,6 +343,7 @@ 

[arch-commits] Commit in xf86-input-aiptek/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 14:00:10
  Author: andyrtr
Revision: 168079

upgpkg: xf86-input-aiptek 1.4.1-5

fix conflicts ABI version number

Modified:
  xf86-input-aiptek/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 17:56:18 UTC (rev 168078)
+++ PKGBUILD2012-10-05 18:00:10 UTC (rev 168079)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-aiptek
 pkgver=1.4.1
-pkgrel=4
+pkgrel=5
 pkgdesc=X.Org Aiptek USB Digital Tablet input driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
 makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION19')
+conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('55ea7d12d3e24fd72eacc966a59262864dce7769')



[arch-commits] Commit in xf86-input-aiptek/repos (4 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 14:00:48
  Author: andyrtr
Revision: 168080

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

Added:
  xf86-input-aiptek/repos/staging-i686/PKGBUILD
(from rev 168079, xf86-input-aiptek/trunk/PKGBUILD)
  xf86-input-aiptek/repos/staging-x86_64/PKGBUILD
(from rev 168079, xf86-input-aiptek/trunk/PKGBUILD)
Deleted:
  xf86-input-aiptek/repos/staging-i686/PKGBUILD
  xf86-input-aiptek/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-10-05 18:00:10 UTC (rev 168079)
+++ staging-i686/PKGBUILD   2012-10-05 18:00:48 UTC (rev 168080)
@@ -1,31 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-aiptek
-pkgver=1.4.1
-pkgrel=4
-pkgdesc=X.Org Aiptek USB Digital Tablet input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION19')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('55ea7d12d3e24fd72eacc966a59262864dce7769')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  make DESTDIR=${pkgdir} install
-  
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-input-aiptek/repos/staging-i686/PKGBUILD (from rev 168079, 
xf86-input-aiptek/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 18:00:48 UTC (rev 168080)
@@ -0,0 +1,31 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-aiptek
+pkgver=1.4.1
+pkgrel=5
+pkgdesc=X.Org Aiptek USB Digital Tablet input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('55ea7d12d3e24fd72eacc966a59262864dce7769')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2012-10-05 18:00:10 UTC (rev 168079)
+++ staging-x86_64/PKGBUILD 2012-10-05 18:00:48 UTC (rev 168080)
@@ -1,31 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-aiptek
-pkgver=1.4.1
-pkgrel=4
-pkgdesc=X.Org Aiptek USB Digital Tablet input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION19')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('55ea7d12d3e24fd72eacc966a59262864dce7769')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  make DESTDIR=${pkgdir} install
-  
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-input-aiptek/repos/staging-x86_64/PKGBUILD (from rev 168079, 
xf86-input-aiptek/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 18:00:48 UTC (rev 168080)
@@ -0,0 +1,31 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-aiptek
+pkgver=1.4.1
+pkgrel=5
+pkgdesc=X.Org Aiptek USB Digital Tablet input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')

[arch-commits] Commit in xf86-input-evdev/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 14:09:54
  Author: andyrtr
Revision: 168081

upgpkg: xf86-input-evdev 2.7.3-2

rebuild for new Xorg-server; depend on the server ABI; fix makedeps

Modified:
  xf86-input-evdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 18:00:48 UTC (rev 168080)
+++ PKGBUILD2012-10-05 18:09:54 UTC (rev 168081)
@@ -4,14 +4,14 @@
 
 pkgname=xf86-input-evdev
 pkgver=2.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc=X.org evdev input driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc' 'systemd-tools' 'mtdev')
-makedepends=('xorg-server-devel=1.12.0')
-conflicts=('xorg-server1.12.0')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
 options=('!libtool' '!makeflags')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-input-evdev/repos (4 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 14:10:25
  Author: andyrtr
Revision: 168082

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

Added:
  xf86-input-evdev/repos/staging-i686/
  xf86-input-evdev/repos/staging-i686/PKGBUILD
(from rev 168081, xf86-input-evdev/trunk/PKGBUILD)
  xf86-input-evdev/repos/staging-x86_64/
  xf86-input-evdev/repos/staging-x86_64/PKGBUILD
(from rev 168081, xf86-input-evdev/trunk/PKGBUILD)

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

Copied: xf86-input-evdev/repos/staging-i686/PKGBUILD (from rev 168081, 
xf86-input-evdev/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 18:10:25 UTC (rev 168082)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-evdev
+pkgver=2.7.3
+pkgrel=2
+pkgdesc=X.org evdev input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'systemd-tools' 'mtdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+options=('!libtool' '!makeflags')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('eb389413602c3d28c44bbfab0477c98582f0e2f5be5f41986e58e93a033fa504')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-input-evdev/repos/staging-x86_64/PKGBUILD (from rev 168081, 
xf86-input-evdev/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 18:10:25 UTC (rev 168082)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-evdev
+pkgver=2.7.3
+pkgrel=2
+pkgdesc=X.org evdev input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'systemd-tools' 'mtdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+options=('!libtool' '!makeflags')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('eb389413602c3d28c44bbfab0477c98582f0e2f5be5f41986e58e93a033fa504')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-joystick/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 14:31:12
  Author: andyrtr
Revision: 168083

upgpkg: xf86-input-joystick 1.6.1-2

rebuild for new Xorg-server; depend on the server ABI; fix makedeps

Modified:
  xf86-input-joystick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 18:10:25 UTC (rev 168082)
+++ PKGBUILD2012-10-05 18:31:12 UTC (rev 168083)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-joystick
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=X.Org Joystick input driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel=1.11.99.902')
-conflicts=('xorg-server1.11.99.902')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2



[arch-commits] Commit in xf86-input-joystick/repos (8 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 14:31:52
  Author: andyrtr
Revision: 168084

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

Added:
  xf86-input-joystick/repos/staging-i686/
  xf86-input-joystick/repos/staging-i686/50-joystick.conf
(from rev 168083, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/staging-i686/PKGBUILD
(from rev 168083, xf86-input-joystick/trunk/PKGBUILD)
  xf86-input-joystick/repos/staging-i686/git-fixes.patch
(from rev 168083, xf86-input-joystick/trunk/git-fixes.patch)
  xf86-input-joystick/repos/staging-x86_64/
  xf86-input-joystick/repos/staging-x86_64/50-joystick.conf
(from rev 168083, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/staging-x86_64/PKGBUILD
(from rev 168083, xf86-input-joystick/trunk/PKGBUILD)
  xf86-input-joystick/repos/staging-x86_64/git-fixes.patch
(from rev 168083, xf86-input-joystick/trunk/git-fixes.patch)

-+
 staging-i686/50-joystick.conf   |6 
 staging-i686/PKGBUILD   |   39 +++
 staging-i686/git-fixes.patch|  399 ++
 staging-x86_64/50-joystick.conf |6 
 staging-x86_64/PKGBUILD |   39 +++
 staging-x86_64/git-fixes.patch  |  399 ++
 6 files changed, 888 insertions(+)

Copied: xf86-input-joystick/repos/staging-i686/50-joystick.conf (from rev 
168083, xf86-input-joystick/trunk/50-joystick.conf)
===
--- staging-i686/50-joystick.conf   (rev 0)
+++ staging-i686/50-joystick.conf   2012-10-05 18:31:52 UTC (rev 168084)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Copied: xf86-input-joystick/repos/staging-i686/PKGBUILD (from rev 168083, 
xf86-input-joystick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 18:31:52 UTC (rev 168084)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-joystick
+pkgver=1.6.1
+pkgrel=2
+pkgdesc=X.Org Joystick input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+#git-fixes.patch
+50-joystick.conf)
+sha1sums=('0712652ec6cdb2fca6ad888548b232a4de9cf580'
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  #patch -Np1 -i ${srcdir}/git-fixes.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/etc/X11/xorg.conf.d
+  install -m644 ${srcdir}/50-joystick.conf ${pkgdir}/etc/X11/xorg.conf.d/
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-input-joystick/repos/staging-i686/git-fixes.patch (from rev 
168083, xf86-input-joystick/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2012-10-05 18:31:52 UTC (rev 168084)
@@ -0,0 +1,399 @@
+From 204dcb86368b011824fc5006f87b9e394d03a394 Mon Sep 17 00:00:00 2001
+From: Terry Lambert tlamb...@chromium.org
+Date: Sat, 16 Jul 2011 00:23:22 +
+Subject: Return proper default for unknown values in pInfo-device_control.
+
+Signed-off-by: Terry Lambert tlamb...@chromium.org
+Reviewed-by: Stephane Marchesin marc...@chromium.org
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+---
+diff --git a/src/jstk.c b/src/jstk.c
+index ec6b79a..6db0e7c 100644
+--- a/src/jstk.c
 b/src/jstk.c
+@@ -419,8 +419,7 @@ jstkDeviceControlProc(DeviceIntPtr   pJstk,
+ 
+ default:
+ ErrorF(unsupported mode=%d\n, what);
+-return !Success;
+-break;
++return BadValue;
+ } /* switch (what) */
+ return Success;
+ }
+diff --git a/src/jstk_key.c b/src/jstk_key.c
+index 3c471ce..d699dcd 100644
+--- a/src/jstk_key.c
 b/src/jstk_key.c
+@@ -169,6 +169,8 @@ jstkKeyboardDeviceControlProc(DeviceIntPtr   dev,
+ DBG(2, ErrorF(jstkKeyboardDeviceControlProc what=DEVICE_CLOSE\n));
+ dev-public.on = FALSE;
+ break;
++default:
++return BadValue;
+ }
+ 
+ return Success;
+--
+cgit v0.9.0.2-2-gbebe
+From b3b62328cf3f36c20c54a298f8a921e6eef42c4d Mon Sep 17 

[arch-commits] Commit in xf86-input-keyboard/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 14:40:39
  Author: andyrtr
Revision: 168085

upgpkg: xf86-input-keyboard 1.6.2-2

rebuild for new Xorg-server; depend on the server ABI; fix makedeps

Modified:
  xf86-input-keyboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 18:31:52 UTC (rev 168084)
+++ PKGBUILD2012-10-05 18:40:39 UTC (rev 168085)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-keyboard
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc=X.Org keyboard input driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel=1.11.99.902')
-conflicts=('xorg-server1.11.99.902')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-input-keyboard/repos (4 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 14:41:11
  Author: andyrtr
Revision: 168086

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

Added:
  xf86-input-keyboard/repos/staging-i686/
  xf86-input-keyboard/repos/staging-i686/PKGBUILD
(from rev 168085, xf86-input-keyboard/trunk/PKGBUILD)
  xf86-input-keyboard/repos/staging-x86_64/
  xf86-input-keyboard/repos/staging-x86_64/PKGBUILD
(from rev 168085, xf86-input-keyboard/trunk/PKGBUILD)

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

Copied: xf86-input-keyboard/repos/staging-i686/PKGBUILD (from rev 168085, 
xf86-input-keyboard/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 18:41:11 UTC (rev 168086)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-keyboard
+pkgver=1.6.2
+pkgrel=2
+pkgdesc=X.Org keyboard input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('76651a84f5031f7c6ecf075d55989c04a00689642579df6d1a1bee6d5c2e5f8a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-input-keyboard/repos/staging-x86_64/PKGBUILD (from rev 168085, 
xf86-input-keyboard/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 18:41:11 UTC (rev 168086)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-keyboard
+pkgver=1.6.2
+pkgrel=2
+pkgdesc=X.Org keyboard input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('76651a84f5031f7c6ecf075d55989c04a00689642579df6d1a1bee6d5c2e5f8a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-mouse/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 14:46:00
  Author: andyrtr
Revision: 168087

upgpkg: xf86-input-mouse 1.8.1-2

rebuild for new Xorg-server; depend on the server ABI; fix makedeps

Modified:
  xf86-input-mouse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 18:41:11 UTC (rev 168086)
+++ PKGBUILD2012-10-05 18:46:00 UTC (rev 168087)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-mouse
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=X.org mouse input driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel=1.11.99.902')
-conflicts=('xorg-server1.11.99.902')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-input-mouse/repos (4 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 14:46:31
  Author: andyrtr
Revision: 168088

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

Added:
  xf86-input-mouse/repos/staging-i686/
  xf86-input-mouse/repos/staging-i686/PKGBUILD
(from rev 168087, xf86-input-mouse/trunk/PKGBUILD)
  xf86-input-mouse/repos/staging-x86_64/
  xf86-input-mouse/repos/staging-x86_64/PKGBUILD
(from rev 168087, xf86-input-mouse/trunk/PKGBUILD)

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

Copied: xf86-input-mouse/repos/staging-i686/PKGBUILD (from rev 168087, 
xf86-input-mouse/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 18:46:31 UTC (rev 168088)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-mouse
+pkgver=1.8.1
+pkgrel=2
+pkgdesc=X.org mouse input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f5b97aac9aab8fa8b933e960631441ae23b18681c8bf3d5007c00da838f9c9c8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-input-mouse/repos/staging-x86_64/PKGBUILD (from rev 168087, 
xf86-input-mouse/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 18:46:31 UTC (rev 168088)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-mouse
+pkgver=1.8.1
+pkgrel=2
+pkgdesc=X.org mouse input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f5b97aac9aab8fa8b933e960631441ae23b18681c8bf3d5007c00da838f9c9c8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 14:57:22
  Author: andyrtr
Revision: 168089

upgpkg: xf86-input-synaptics 1.6.2-2

rebuild for new Xorg-server; depend on the server ABI; fix makedeps

Modified:
  xf86-input-synaptics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 18:46:31 UTC (rev 168088)
+++ PKGBUILD2012-10-05 18:57:22 UTC (rev 168089)
@@ -6,14 +6,14 @@
 
 pkgname=xf86-input-synaptics
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Synaptics driver for notebook touchpads
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('libxtst' 'mtdev')
-makedepends=('xorg-server-devel=1.11.99.902' 'libxi' 'libx11')
-conflicts=('xorg-server1.11.99.902')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
 replaces=('synaptics')
 provides=('synaptics')
 conflicts=('synaptics')



[arch-commits] Commit in xf86-input-synaptics/repos (6 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 14:57:54
  Author: andyrtr
Revision: 168090

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

Added:
  xf86-input-synaptics/repos/staging-i686/
  xf86-input-synaptics/repos/staging-i686/10-synaptics.conf
(from rev 168089, xf86-input-synaptics/trunk/10-synaptics.conf)
  xf86-input-synaptics/repos/staging-i686/PKGBUILD
(from rev 168089, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/staging-x86_64/
  xf86-input-synaptics/repos/staging-x86_64/10-synaptics.conf
(from rev 168089, xf86-input-synaptics/trunk/10-synaptics.conf)
  xf86-input-synaptics/repos/staging-x86_64/PKGBUILD
(from rev 168089, xf86-input-synaptics/trunk/PKGBUILD)

--+
 staging-i686/10-synaptics.conf   |9 +++
 staging-i686/PKGBUILD|   43 +
 staging-x86_64/10-synaptics.conf |9 +++
 staging-x86_64/PKGBUILD  |   43 +
 4 files changed, 104 insertions(+)

Copied: xf86-input-synaptics/repos/staging-i686/10-synaptics.conf (from rev 
168089, xf86-input-synaptics/trunk/10-synaptics.conf)
===
--- staging-i686/10-synaptics.conf  (rev 0)
+++ staging-i686/10-synaptics.conf  2012-10-05 18:57:54 UTC (rev 168090)
@@ -0,0 +1,9 @@
+Section InputClass
+Identifier touchpad catchall
+Driver synaptics
+MatchIsTouchpad on
+MatchDevicePath /dev/input/event*
+Option TapButton1 1
+Option TapButton2 2
+Option TapButton3 3
+EndSection

Copied: xf86-input-synaptics/repos/staging-i686/PKGBUILD (from rev 168089, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 18:57:54 UTC (rev 168090)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski  tp...@archlinux.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-synaptics
+pkgver=1.6.2
+pkgrel=2
+pkgdesc=Synaptics driver for notebook touchpads
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxtst' 'mtdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+options=(!libtool)
+backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+10-synaptics.conf)
+sha256sums=('c3f7d6a085d480c352f030aeb43db2e5560d1468ed34be24d44a0fc3fda25920'
+'bd506a0545c335faa6da7ec42b3f60f2c09b5ed9e26f03003d6f59be88107ee2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/X11/xorg.conf.d
+  install -m644 ${srcdir}/10-synaptics.conf ${pkgdir}/etc/X11/xorg.conf.d/
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  rm -rf ${pkgdir}/usr/share/X11
+}

Copied: xf86-input-synaptics/repos/staging-x86_64/10-synaptics.conf (from rev 
168089, xf86-input-synaptics/trunk/10-synaptics.conf)
===
--- staging-x86_64/10-synaptics.conf(rev 0)
+++ staging-x86_64/10-synaptics.conf2012-10-05 18:57:54 UTC (rev 168090)
@@ -0,0 +1,9 @@
+Section InputClass
+Identifier touchpad catchall
+Driver synaptics
+MatchIsTouchpad on
+MatchDevicePath /dev/input/event*
+Option TapButton1 1
+Option TapButton2 2
+Option TapButton3 3
+EndSection

Copied: xf86-input-synaptics/repos/staging-x86_64/PKGBUILD (from rev 168089, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 18:57:54 UTC (rev 168090)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski  tp...@archlinux.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-synaptics
+pkgver=1.6.2
+pkgrel=2
+pkgdesc=Synaptics driver for notebook touchpads
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxtst' 'mtdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 

[arch-commits] Commit in xf86-input-vmmouse/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 15:02:53
  Author: andyrtr
Revision: 168091

upgpkg: xf86-input-vmmouse 12.9.0-2

rebuild for new Xorg-server; depend on the server ABI; fix makedeps

Modified:
  xf86-input-vmmouse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 18:57:54 UTC (rev 168090)
+++ PKGBUILD2012-10-05 19:02:53 UTC (rev 168091)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-vmmouse
 pkgver=12.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc=X.org VMWare Mouse input driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc' 'sh')
-makedepends=('xorg-server-devel=1.11.99.902')
-conflicts=('xorg-server1.11.99.902')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
 groups=('xorg-drivers' 'xorg')
 backup=('etc/X11/xorg.conf.d/50-vmmouse.conf')
 options=('!libtool')



[arch-commits] Commit in xf86-input-vmmouse/repos (4 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 15:03:25
  Author: andyrtr
Revision: 168092

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

Added:
  xf86-input-vmmouse/repos/staging-i686/
  xf86-input-vmmouse/repos/staging-i686/PKGBUILD
(from rev 168091, xf86-input-vmmouse/trunk/PKGBUILD)
  xf86-input-vmmouse/repos/staging-x86_64/
  xf86-input-vmmouse/repos/staging-x86_64/PKGBUILD
(from rev 168091, xf86-input-vmmouse/trunk/PKGBUILD)

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

Copied: xf86-input-vmmouse/repos/staging-i686/PKGBUILD (from rev 168091, 
xf86-input-vmmouse/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 19:03:25 UTC (rev 168092)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-vmmouse
+pkgver=12.9.0
+pkgrel=2
+pkgdesc=X.org VMWare Mouse input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc' 'sh')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+backup=('etc/X11/xorg.conf.d/50-vmmouse.conf')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('83500beddba2da390389705d482131872fe9be8b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-xorg-conf-dir=/etc/X11/xorg.conf.d \
+--with-udev-rules-dir=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+  rm -rfv ${pkgdir}/usr/{lib,share}/hal
+}

Copied: xf86-input-vmmouse/repos/staging-x86_64/PKGBUILD (from rev 168091, 
xf86-input-vmmouse/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 19:03:25 UTC (rev 168092)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-vmmouse
+pkgver=12.9.0
+pkgrel=2
+pkgdesc=X.org VMWare Mouse input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc' 'sh')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+backup=('etc/X11/xorg.conf.d/50-vmmouse.conf')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('83500beddba2da390389705d482131872fe9be8b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-xorg-conf-dir=/etc/X11/xorg.conf.d \
+--with-udev-rules-dir=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+  rm -rfv ${pkgdir}/usr/{lib,share}/hal
+}



[arch-commits] Commit in xf86-input-void/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 15:06:45
  Author: andyrtr
Revision: 168093

upgpkg: xf86-input-void 1.4.0-4

rebuild for new Xorg-server; depend on the server ABI; fix makedeps

Modified:
  xf86-input-void/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 19:03:25 UTC (rev 168092)
+++ PKGBUILD2012-10-05 19:06:45 UTC (rev 168093)
@@ -3,20 +3,19 @@
 
 pkgname=xf86-input-void
 pkgver=1.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc=X.org void input driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel=1.11.99.902')
-conflicts=('xorg-server1.11.99.902')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('49b462d3acb16337eaf78202d4074f19d5e20b29')
 
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr



[arch-commits] Commit in xf86-input-void/repos (4 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 15:07:17
  Author: andyrtr
Revision: 168094

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

Added:
  xf86-input-void/repos/staging-i686/
  xf86-input-void/repos/staging-i686/PKGBUILD
(from rev 168093, xf86-input-void/trunk/PKGBUILD)
  xf86-input-void/repos/staging-x86_64/
  xf86-input-void/repos/staging-x86_64/PKGBUILD
(from rev 168093, xf86-input-void/trunk/PKGBUILD)

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

Copied: xf86-input-void/repos/staging-i686/PKGBUILD (from rev 168093, 
xf86-input-void/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 19:07:17 UTC (rev 168094)
@@ -0,0 +1,32 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-void
+pkgver=1.4.0
+pkgrel=4
+pkgdesc=X.org void input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('49b462d3acb16337eaf78202d4074f19d5e20b29')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-input-void/repos/staging-x86_64/PKGBUILD (from rev 168093, 
xf86-input-void/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 19:07:17 UTC (rev 168094)
@@ -0,0 +1,32 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-void
+pkgver=1.4.0
+pkgrel=4
+pkgdesc=X.org void input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('49b462d3acb16337eaf78202d4074f19d5e20b29')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-wacom/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 15:10:46
  Author: andyrtr
Revision: 168095

upgpkg: xf86-input-wacom 0.17.0-2

rebuild for new Xorg-server; depend on the server ABI; fix makedeps

Modified:
  xf86-input-wacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 19:07:17 UTC (rev 168094)
+++ PKGBUILD2012-10-05 19:10:46 UTC (rev 168095)
@@ -5,15 +5,15 @@
 
 pkgname=xf86-input-wacom
 pkgver=0.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc=X.Org Wacom tablet driver
 arch=('i686' 'x86_64')
 url=http://linuxwacom.sourceforge.net/;
 license=('GPL')
 backup=('etc/X11/xorg.conf.d/50-wacom.conf')
 depends=('libxi' 'libxrandr' 'libxinerama')
-makedepends=('xorg-server-devel=1.12.0' 'libxext')
-conflicts=('xorg-server1.12.0')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
 options=(!libtool)
 
source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2
 70-wacom.rules)



[arch-commits] Commit in xf86-input-wacom/repos (6 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 15:11:14
  Author: andyrtr
Revision: 168096

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

Added:
  xf86-input-wacom/repos/staging-i686/
  xf86-input-wacom/repos/staging-i686/70-wacom.rules
(from rev 168095, xf86-input-wacom/trunk/70-wacom.rules)
  xf86-input-wacom/repos/staging-i686/PKGBUILD
(from rev 168095, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/staging-x86_64/
  xf86-input-wacom/repos/staging-x86_64/70-wacom.rules
(from rev 168095, xf86-input-wacom/trunk/70-wacom.rules)
  xf86-input-wacom/repos/staging-x86_64/PKGBUILD
(from rev 168095, xf86-input-wacom/trunk/PKGBUILD)

---+
 staging-i686/70-wacom.rules   |   12 
 staging-i686/PKGBUILD |   34 ++
 staging-x86_64/70-wacom.rules |   12 
 staging-x86_64/PKGBUILD   |   34 ++
 4 files changed, 92 insertions(+)

Copied: xf86-input-wacom/repos/staging-i686/70-wacom.rules (from rev 168095, 
xf86-input-wacom/trunk/70-wacom.rules)
===
--- staging-i686/70-wacom.rules (rev 0)
+++ staging-i686/70-wacom.rules 2012-10-05 19:11:14 UTC (rev 168096)
@@ -0,0 +1,12 @@
+ACTION!=add|change, GOTO=wacom_end
+
+# Match all serial wacom tablets with a serial ID starting with WACf
+# Notes: We assign NAME though we shouldn't, but currently the server requires 
it
+#We assign the lot to subsystem pnp too because server reads NAME from
+#the parent device. Once all that's fixed, as simple SUBSYSTEM=tty
+#will do and the ENV{NAME} can be removed.
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==WACf*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==FUJ*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+
+LABEL=wacom_end
+

Copied: xf86-input-wacom/repos/staging-i686/PKGBUILD (from rev 168095, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 19:11:14 UTC (rev 168096)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: M Rawash mraw...@gmail.com
+
+pkgname=xf86-input-wacom
+pkgver=0.17.0
+pkgrel=2
+pkgdesc=X.Org Wacom tablet driver
+arch=('i686' 'x86_64')
+url=http://linuxwacom.sourceforge.net/;
+license=('GPL')
+backup=('etc/X11/xorg.conf.d/50-wacom.conf')
+depends=('libxi' 'libxrandr' 'libxinerama')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2
+70-wacom.rules)
+md5sums=('92dffefc3bc30523463f2fa4bc753448'
+ '10db4f8272286690255c1bcc18bfdd92')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 ../70-wacom.rules 
$pkgdir/usr/lib/udev/rules.d/70-wacom.rules
+}

Copied: xf86-input-wacom/repos/staging-x86_64/70-wacom.rules (from rev 168095, 
xf86-input-wacom/trunk/70-wacom.rules)
===
--- staging-x86_64/70-wacom.rules   (rev 0)
+++ staging-x86_64/70-wacom.rules   2012-10-05 19:11:14 UTC (rev 168096)
@@ -0,0 +1,12 @@
+ACTION!=add|change, GOTO=wacom_end
+
+# Match all serial wacom tablets with a serial ID starting with WACf
+# Notes: We assign NAME though we shouldn't, but currently the server requires 
it
+#We assign the lot to subsystem pnp too because server reads NAME from
+#the parent device. Once all that's fixed, as simple SUBSYSTEM=tty
+#will do and the ENV{NAME} can be removed.
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==WACf*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==FUJ*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+
+LABEL=wacom_end
+

Copied: xf86-input-wacom/repos/staging-x86_64/PKGBUILD (from rev 168095, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 19:11:14 UTC (rev 168096)
@@ 

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

2012-10-05 Thread Eric Bélanger
Date: Friday, October 5, 2012 @ 15:23:26
  Author: eric
Revision: 168097

upgpkg: at 3.1.13-2

Add systemd unit, Disable SMP build

Added:
  at/trunk/atd.service
Modified:
  at/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 atd.service |9 +
 2 files changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 19:11:14 UTC (rev 168096)
+++ PKGBUILD2012-10-05 19:23:26 UTC (rev 168097)
@@ -4,7 +4,7 @@
 
 pkgname=at
 pkgver=3.1.13
-pkgrel=1
+pkgrel=2
 pkgdesc=AT and batch delayed command scheduling utility and daemon
 arch=('i686' 'x86_64')
 url=http://packages.qa.debian.org/a/at.html;
@@ -12,10 +12,12 @@
 depends=('pam')
 makedepends=('ssmtp')
 backup=('etc/at.deny')
+options=('!makeflags')
 source=(http://ftp.debian.org/debian/pool/main/a/at/at_${pkgver}.orig.tar.gz
-atd)
+atd atd.service)
 md5sums=('1da61af6c29e323abaaf13ee1a8dad79'
- '35574e34829e7df07a3269d4ab646a29')
+ '35574e34829e7df07a3269d4ab646a29'
+ '33976a813f4fe7f5659354601044c6f8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -30,4 +32,5 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make IROOT=${pkgdir} docdir=/usr/share/doc install
   install -D -m755 ${srcdir}/atd ${pkgdir}/etc/rc.d/atd
+  install -D -m644 ${srcdir}/atd.service 
${pkgdir}/usr/lib/systemd/system/atd.service
 }

Added: atd.service
===
--- atd.service (rev 0)
+++ atd.service 2012-10-05 19:23:26 UTC (rev 168097)
@@ -0,0 +1,9 @@
+[Unit]
+Description=ATD daemon
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/atd
+
+[Install]
+WantedBy=multi-user.target



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

2012-10-05 Thread Eric Bélanger
Date: Friday, October 5, 2012 @ 15:23:53
  Author: eric
Revision: 168098

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

Added:
  at/repos/testing-i686/
  at/repos/testing-i686/PKGBUILD
(from rev 168097, at/trunk/PKGBUILD)
  at/repos/testing-i686/atd
(from rev 168097, at/trunk/atd)
  at/repos/testing-i686/atd.service
(from rev 168097, at/trunk/atd.service)
  at/repos/testing-x86_64/
  at/repos/testing-x86_64/PKGBUILD
(from rev 168097, at/trunk/PKGBUILD)
  at/repos/testing-x86_64/atd
(from rev 168097, at/trunk/atd)
  at/repos/testing-x86_64/atd.service
(from rev 168097, at/trunk/atd.service)

+
 testing-i686/PKGBUILD  |   36 
 testing-i686/atd   |   35 +++
 testing-i686/atd.service   |9 +
 testing-x86_64/PKGBUILD|   36 
 testing-x86_64/atd |   35 +++
 testing-x86_64/atd.service |9 +
 6 files changed, 160 insertions(+)

Copied: at/repos/testing-i686/PKGBUILD (from rev 168097, at/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-05 19:23:53 UTC (rev 168098)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Judd Vinet jvi...@zeroflux.org
+# Contributor: Todd Musall tmus...@comcast.net
+
+pkgname=at
+pkgver=3.1.13
+pkgrel=2
+pkgdesc=AT and batch delayed command scheduling utility and daemon
+arch=('i686' 'x86_64')
+url=http://packages.qa.debian.org/a/at.html;
+license=('GPL')
+depends=('pam')
+makedepends=('ssmtp')
+backup=('etc/at.deny')
+options=('!makeflags')
+source=(http://ftp.debian.org/debian/pool/main/a/at/at_${pkgver}.orig.tar.gz
+atd atd.service)
+md5sums=('1da61af6c29e323abaaf13ee1a8dad79'
+ '35574e34829e7df07a3269d4ab646a29'
+ '33976a813f4fe7f5659354601044c6f8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man  \
+  --with-jobdir=/var/spool/atd \
+  --with-atspool=/var/spool/atd
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make IROOT=${pkgdir} docdir=/usr/share/doc install
+  install -D -m755 ${srcdir}/atd ${pkgdir}/etc/rc.d/atd
+  install -D -m644 ${srcdir}/atd.service 
${pkgdir}/usr/lib/systemd/system/atd.service
+}

Copied: at/repos/testing-i686/atd (from rev 168097, at/trunk/atd)
===
--- testing-i686/atd(rev 0)
+++ testing-i686/atd2012-10-05 19:23:53 UTC (rev 168098)
@@ -0,0 +1,35 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+PID=`pidof -o %PPID /usr/sbin/atd`
+case $1 in
+  start)
+stat_busy Starting ATD Daemon
+[ -z $PID ]  /usr/sbin/atd
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  add_daemon atd
+  stat_done
+fi
+;;
+  stop)
+stat_busy Stopping ATD Daemon
+[ ! -z $PID ]   kill $PID  /dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  rm_daemon atd
+  stat_done
+fi
+;;
+  restart)
+$0 stop
+$0 start
+;;
+  *)
+echo usage: $0 {start|stop|restart}  
+esac
+exit 0

Copied: at/repos/testing-i686/atd.service (from rev 168097, 
at/trunk/atd.service)
===
--- testing-i686/atd.service(rev 0)
+++ testing-i686/atd.service2012-10-05 19:23:53 UTC (rev 168098)
@@ -0,0 +1,9 @@
+[Unit]
+Description=ATD daemon
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/atd
+
+[Install]
+WantedBy=multi-user.target

Copied: at/repos/testing-x86_64/PKGBUILD (from rev 168097, at/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-05 19:23:53 UTC (rev 168098)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Judd Vinet jvi...@zeroflux.org
+# Contributor: Todd Musall tmus...@comcast.net
+
+pkgname=at
+pkgver=3.1.13
+pkgrel=2
+pkgdesc=AT and batch delayed command scheduling utility and daemon
+arch=('i686' 'x86_64')
+url=http://packages.qa.debian.org/a/at.html;
+license=('GPL')
+depends=('pam')
+makedepends=('ssmtp')
+backup=('etc/at.deny')
+options=('!makeflags')
+source=(http://ftp.debian.org/debian/pool/main/a/at/at_${pkgver}.orig.tar.gz
+atd atd.service)
+md5sums=('1da61af6c29e323abaaf13ee1a8dad79'
+ '35574e34829e7df07a3269d4ab646a29'
+ '33976a813f4fe7f5659354601044c6f8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man  \
+  --with-jobdir=/var/spool/atd \
+  --with-atspool=/var/spool/atd
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make IROOT=${pkgdir} 

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

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 15:55:57
  Author: andyrtr
Revision: 168099

upgpkg: cairo 1.12.4-1

upstream update 1.12.4

Modified:
  cairo/trunk/PKGBUILD
Deleted:
  cairo/trunk/cairo-1.12.2-ignore-charset-for-non-cid-fonts.patch
  cairo/trunk/cairo-1.12.2-reduce-broken-stopped-edge-continuation.patch

+
 PKGBUILD   |   39 -
 cairo-1.12.2-ignore-charset-for-non-cid-fonts.patch|   37 -
 cairo-1.12.2-reduce-broken-stopped-edge-continuation.patch |  275 ---
 3 files changed, 10 insertions(+), 341 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 19:23:53 UTC (rev 168098)
+++ PKGBUILD2012-10-05 19:55:57 UTC (rev 168099)
@@ -3,44 +3,27 @@
 # Contributor: Brice Carpentier br...@daknet.org
 
 pkgname=cairo
-#_gitdate=20120426
-#_gitver=957a9cc619965178a8927d114fe852034fc2385c
-pkgver=1.12.2
-pkgrel=3
+pkgver=1.12.4
+pkgrel=1
 pkgdesc=Cairo vector graphics library
 arch=(i686 x86_64)
 license=('LGPL' 'MPL')
 url=http://cairographics.org/;
-depends=('libpng' 'libxrender' 'fontconfig' 'pixman' 'glib2' 'sh')
+depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman' 'glib2' 'sh')
 makedepends=('librsvg' 'poppler-glib' 'libspectre' 'gtk-doc') # 'libdrm')
 optdepends=('xcb-util: for XCB backend') # really needed?
 provides=('cairo-xcb')
 replaces=('cairo-xcb')
 options=('!libtool')
 source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.xz
-
#$pkgname-$pkgver.tar.gz::http://cgit.freedesktop.org/cairo/snapshot/cairo-${_gitver}.tar.gz
 
-cairo-1.10.0-buggy_gradients.patch
-cairo-1.12.2-reduce-broken-stopped-edge-continuation.patch
-cairo-1.12.2-ignore-charset-for-non-cid-fonts.patch
-#git_fixes.patch 
-)
-md5sums=('87649eb75789739d517c743e94879e51'
- '9b323790dab003e228c6955633cb888e'
- '75ec73746cfaefcbed0e9b2a9f76bf00'
- '56f64466fd70ead732b00691464144f2')
-
+cairo-1.10.0-buggy_gradients.patch)
+md5sums=('a64bb8774a1e476e5cdd69e635794dfb'
+ '9b323790dab003e228c6955633cb888e')
 build() {
   cd $srcdir/$pkgname-$pkgver
-  #cd ${srcdir}/${pkgname}-${_gitver}
   patch -Np1 -i ${srcdir}/cairo-1.10.0-buggy_gradients.patch
-  # https://bugs.freedesktop.org/show_bug.cgi?id=50852
-  patch -Np1 -i 
${srcdir}/cairo-1.12.2-reduce-broken-stopped-edge-continuation.patch
-  # https://bugs.freedesktop.org/show_bug.cgi?id=51443
-  patch -Np1 -i ${srcdir}/cairo-1.12.2-ignore-charset-for-non-cid-fonts.patch
-  # status is 2012-04-26 last commit: image: Fix typo in _blit_spans()
-  #patch -Np1 -i ${srcdir}/git_fixes.patch
-  autoreconf -vfi
-  #./autogen.sh --prefix=/usr \
+
+#  autoreconf -vfi
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
@@ -53,13 +36,11 @@
 }
 
 #check() {
-#  #cd $srcdir/$pkgname-$pkgver
-#  cd $srcdir/$pkgname-${_gitver}
-#  make -k check || /bin/true # 165 Passed, 316 Failed [3 crashed, 10 
expected], 23 Skipped
+#  cd $srcdir/$pkgname-$pkgver
+#  make -k check || /bin/true # 134 Passed, 355 Failed [5 crashed, 11 
expected], 26 Skipped
 #}
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  #cd $srcdir/$pkgname-${_gitver}
   make DESTDIR=$pkgdir install
 }

Deleted: cairo-1.12.2-ignore-charset-for-non-cid-fonts.patch
===
--- cairo-1.12.2-ignore-charset-for-non-cid-fonts.patch 2012-10-05 19:23:53 UTC 
(rev 168098)
+++ cairo-1.12.2-ignore-charset-for-non-cid-fonts.patch 2012-10-05 19:55:57 UTC 
(rev 168099)
@@ -1,37 +0,0 @@
-From 2f1d6b27e8b78c77346a5b603114b54400e57d83 Mon Sep 17 00:00:00 2001
-From: Adrian Johnson ajohn...@redneon.com
-Date: Thu, 07 Jun 2012 09:48:52 +
-Subject: cff-subsetting: Ignore charset for non cid fonts
-
-Fixes crash in https://bugzilla.gnome.org/show_bug.cgi?id=677422

-diff --git a/src/cairo-cff-subset.c b/src/cairo-cff-subset.c
-index db6fdf7..6f0cd66 100644
 a/src/cairo-cff-subset.c
-+++ b/src/cairo-cff-subset.c
-@@ -1178,14 +1178,16 @@ cairo_cff_font_read_top_dict (cairo_cff_font_t *font)
- goto fail;
- font-num_glyphs = _cairo_array_num_elements (font-charstrings_index);
- 
--operand = cff_dict_get_operands (font-top_dict, CHARSET_OP, size);
--if (font-is_cid  !operand)
--  return CAIRO_INT_STATUS_UNSUPPORTED;
-+if (font-is_cid) {
-+   operand = cff_dict_get_operands (font-top_dict, CHARSET_OP, size);
-+   if (!operand)
-+return CAIRO_INT_STATUS_UNSUPPORTED;
- 
--decode_integer (operand, offset);
--font-charset = font-data + offset;
--if (font-charset = font-data_end)
--  return CAIRO_INT_STATUS_UNSUPPORTED;
-+   decode_integer (operand, offset);
-+   font-charset = font-data + offset;
-+   if (font-charset = font-data_end)
-+return CAIRO_INT_STATUS_UNSUPPORTED;
-+}
- 
- if 

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

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 15:56:38
  Author: andyrtr
Revision: 168100

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

Added:
  cairo/repos/testing-i686/
  cairo/repos/testing-i686/PKGBUILD
(from rev 168099, cairo/trunk/PKGBUILD)
  cairo/repos/testing-i686/cairo-1.10.0-buggy_gradients.patch
(from rev 168099, cairo/trunk/cairo-1.10.0-buggy_gradients.patch)
  cairo/repos/testing-i686/git_fixes.patch
(from rev 168099, cairo/trunk/git_fixes.patch)
  cairo/repos/testing-x86_64/
  cairo/repos/testing-x86_64/PKGBUILD
(from rev 168099, cairo/trunk/PKGBUILD)
  cairo/repos/testing-x86_64/cairo-1.10.0-buggy_gradients.patch
(from rev 168099, cairo/trunk/cairo-1.10.0-buggy_gradients.patch)
  cairo/repos/testing-x86_64/git_fixes.patch
(from rev 168099, cairo/trunk/git_fixes.patch)

---+
 testing-i686/PKGBUILD |   46 
 testing-i686/cairo-1.10.0-buggy_gradients.patch   |   13 
 testing-i686/git_fixes.patch  | 1086 
 testing-x86_64/PKGBUILD   |   46 
 testing-x86_64/cairo-1.10.0-buggy_gradients.patch |   13 
 testing-x86_64/git_fixes.patch| 1086 
 6 files changed, 2290 insertions(+)

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


[arch-commits] Commit in xf86-video-apm/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 16:15:04
  Author: andyrtr
Revision: 168101

upgpkg: xf86-video-apm 1.2.5-2

rebuild for new Xorg-server; depend on the server ABI; fix makedeps; remove 
from Xorg group - this driver is no more part of the official X11 release

Modified:
  xf86-video-apm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 19:56:38 UTC (rev 168100)
+++ PKGBUILD2012-10-05 20:15:04 UTC (rev 168101)
@@ -3,15 +3,14 @@
 
 pkgname=xf86-video-apm
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc=X.org Alliance ProMotion video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel=1.12.0')
-conflicts=('xorg-server1.12.0')
-groups=('xorg-drivers' 'xorg')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f')



[arch-commits] Commit in xf86-video-apm/repos (4 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 16:15:38
  Author: andyrtr
Revision: 168102

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

Added:
  xf86-video-apm/repos/staging-i686/
  xf86-video-apm/repos/staging-i686/PKGBUILD
(from rev 168101, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-x86_64/
  xf86-video-apm/repos/staging-x86_64/PKGBUILD
(from rev 168101, xf86-video-apm/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: xf86-video-apm/repos/staging-i686/PKGBUILD (from rev 168101, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 20:15:38 UTC (rev 168102)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=2
+pkgdesc=X.org Alliance ProMotion video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-apm/repos/staging-x86_64/PKGBUILD (from rev 168101, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 20:15:38 UTC (rev 168102)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=2
+pkgdesc=X.org Alliance ProMotion video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-ark/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 16:26:15
  Author: andyrtr
Revision: 168103

upgpkg: xf86-video-ark 0.7.5-2

rebuild for new Xorg-server; depend on the server ABI; fix makedeps

Modified:
  xf86-video-ark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 20:15:38 UTC (rev 168102)
+++ PKGBUILD2012-10-05 20:26:15 UTC (rev 168103)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-ark
 pkgver=0.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc=X.org ark video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel=1.11.99.902')
-conflicts=('xorg-server1.11.99.902')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-video-ark/repos (4 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 16:26:50
  Author: andyrtr
Revision: 168104

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

Added:
  xf86-video-ark/repos/staging-i686/
  xf86-video-ark/repos/staging-i686/PKGBUILD
(from rev 168103, xf86-video-ark/trunk/PKGBUILD)
  xf86-video-ark/repos/staging-x86_64/
  xf86-video-ark/repos/staging-x86_64/PKGBUILD
(from rev 168103, xf86-video-ark/trunk/PKGBUILD)

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

Copied: xf86-video-ark/repos/staging-i686/PKGBUILD (from rev 168103, 
xf86-video-ark/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 20:26:50 UTC (rev 168104)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ark
+pkgver=0.7.5
+pkgrel=2
+pkgdesc=X.org ark video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-ark/repos/staging-x86_64/PKGBUILD (from rev 168103, 
xf86-video-ark/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 20:26:50 UTC (rev 168104)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ark
+pkgver=0.7.5
+pkgrel=2
+pkgdesc=X.org ark video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-ast/trunk (PKGBUILD)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 16:30:00
  Author: andyrtr
Revision: 168105

upgpkg: xf86-video-ast 0.97.0-2

rebuild for new Xorg-server; depend on the server ABI; fix makedeps

Modified:
  xf86-video-ast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 20:26:50 UTC (rev 168104)
+++ PKGBUILD2012-10-05 20:30:00 UTC (rev 168105)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-ast
 pkgver=0.97.0
-pkgrel=1
+pkgrel=2
 pkgdesc=X.org ASPEED AST Graphics video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel=1.12.0')
-conflicts=('xorg-server1.12.0')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-video-ast/repos (4 files)

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 16:30:31
  Author: andyrtr
Revision: 168106

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

Added:
  xf86-video-ast/repos/staging-i686/
  xf86-video-ast/repos/staging-i686/PKGBUILD
(from rev 168105, xf86-video-ast/trunk/PKGBUILD)
  xf86-video-ast/repos/staging-x86_64/
  xf86-video-ast/repos/staging-x86_64/PKGBUILD
(from rev 168105, xf86-video-ast/trunk/PKGBUILD)

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

Copied: xf86-video-ast/repos/staging-i686/PKGBUILD (from rev 168105, 
xf86-video-ast/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-05 20:30:31 UTC (rev 168106)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.97.0
+pkgrel=2
+pkgdesc=X.org ASPEED AST Graphics video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-ast/repos/staging-x86_64/PKGBUILD (from rev 168105, 
xf86-video-ast/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-05 20:30:31 UTC (rev 168106)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.97.0
+pkgrel=2
+pkgdesc=X.org ASPEED AST Graphics video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



  1   2   >