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

2012-12-18 Thread Jan Steffens
Date: Tuesday, December 18, 2012 @ 03:00:40
  Author: heftig
Revision: 173274

db-move: moved pulseaudio from [testing] to [extra] (i686, x86_64)

Added:
  pulseaudio/repos/extra-i686/PKGBUILD
(from rev 173273, pulseaudio/repos/testing-i686/PKGBUILD)
  pulseaudio/repos/extra-i686/pulseaudio.install
(from rev 173273, pulseaudio/repos/testing-i686/pulseaudio.install)
  pulseaudio/repos/extra-i686/pulseaudio.xinit
(from rev 173273, pulseaudio/repos/testing-i686/pulseaudio.xinit)
  pulseaudio/repos/extra-x86_64/PKGBUILD
(from rev 173273, pulseaudio/repos/testing-x86_64/PKGBUILD)
  pulseaudio/repos/extra-x86_64/pulseaudio.install
(from rev 173273, pulseaudio/repos/testing-x86_64/pulseaudio.install)
  pulseaudio/repos/extra-x86_64/pulseaudio.xinit
(from rev 173273, pulseaudio/repos/testing-x86_64/pulseaudio.xinit)
Deleted:
  pulseaudio/repos/extra-i686/PKGBUILD
  pulseaudio/repos/extra-i686/pulseaudio.install
  pulseaudio/repos/extra-i686/pulseaudio.xinit
  pulseaudio/repos/extra-x86_64/PKGBUILD
  pulseaudio/repos/extra-x86_64/pulseaudio.install
  pulseaudio/repos/extra-x86_64/pulseaudio.xinit
  pulseaudio/repos/testing-i686/
  pulseaudio/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |  233 +++---
 extra-i686/pulseaudio.install   |   44 ---
 extra-i686/pulseaudio.xinit |   24 +--
 extra-x86_64/PKGBUILD   |  233 +++---
 extra-x86_64/pulseaudio.install |   44 ---
 extra-x86_64/pulseaudio.xinit   |   24 +--
 6 files changed, 318 insertions(+), 284 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 07:59:18 UTC (rev 173273)
+++ extra-i686/PKGBUILD 2012-12-18 08:00:40 UTC (rev 173274)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse)
-pkgdesc=A featureful, general-purpose sound server
-pkgver=2.1
-pkgrel=1
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/PulseAudio;
-license=(GPL LGPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsamplerate libtool rtkit
- speex tdb udev dbus-core avahi bluez gconf intltool jack
- lirc-utils openssl fftw orc json-c gtk2 webrtc-audio-processing
- libsystemd)
-options=(!emptydirs !libtool)
-source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
-pulseaudio.xinit)
-sha256sums=('ef6b347bf47abfb98080795f1583018ac959b4aeb4df916b879f9e1eaba0ca7f'
-'a0db6cdc74fbf0ca10e2343c08e1e228f109221c6c0ff91b0bfade5c4bdf03cf')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-database=tdb \
---disable-hal \
---disable-tcpwrap \
---disable-rpath \
---disable-default-build-tests
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_pulseaudio() {
-  depends=(libpulse=$pkgver-$pkgrel rtkit libltdl speex tdb udev fftw orc
-   libsamplerate webrtc-audio-processing libsystemd)
-  optdepends=('avahi: zeroconf support'
-  'bluez: bluetooth support'
-  'gconf: configuration through gconf (paprefs)'
-  'jack: jack support'
-  'lirc-utils: infra-red support'
-  'openssl: RAOP support'
-  'python2-pyqt: Equalizer GUI (qpaeq)')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-
-  cd $pkgbase-$pkgver
-  make -j1 DESTDIR=$pkgdir install
-
-  # Lower resample quality, saves CPU
-  sed -e '/resample-method/iresample-method=speex-float-0' \
-  -i $pkgdir/etc/pulse/daemon.conf
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#|' \
-  -i $pkgdir/usr/bin/start-pulseaudio-x11
-
-  # Make ConsoleKit optional
-  sed -e $'/load-module module-console-kit/{i.nofail\n;a.fail\n;}' \
-  -i $pkgdir/etc/pulse/default.pa
-
-  # Python fix
-  sed -i '1s:python$:2:' $pkgdir/usr/bin/qpaeq
-
-  install -Dm755 $srcdir/pulseaudio.xinit 
$pkgdir/etc/X11/xinit/xinitrc.d/pulseaudio
-
-  rm $pkgdir/etc/dbus-1/system.d/pulseaudio-system.conf
-
-### Split libpulse
-
-  mkdir -p $srcdir/libpulse/{etc/pulse,usr/{lib/pulseaudio,share/man/man5}}
-
-  mv {$pkgdir,$srcdir/libpulse}/etc/pulse/client.conf
-
-  mv $pkgdir/usr/lib/libpulse{,-simple,-mainloop-glib}.so* \
- $srcdir/libpulse/usr/lib
-
-  mv 

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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 03:23:43
  Author: andrea
Revision: 173275

upgpkg: telepathy-logger-qt 0.5.2-1

Upstream release

Modified:
  telepathy-logger-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 08:00:40 UTC (rev 173274)
+++ PKGBUILD2012-12-18 08:23:43 UTC (rev 173275)
@@ -3,7 +3,7 @@
 # Contributor: George Brooke george+arch@george-brooke.co.uk
 
 pkgname=telepathy-logger-qt
-pkgver=0.5.1
+pkgver=0.5.2
 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=('d3362b146ef5c92b3a72f7f077c38ce0d641b85e')
+sha1sums=('1af03910c91ca461a7ab3e6a95c712e61f494ffa')
 
 build() {
   cd $srcdir



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 03:24:14
  Author: andrea
Revision: 173276

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

Added:
  telepathy-logger-qt/repos/extra-i686/PKGBUILD
(from rev 173275, telepathy-logger-qt/trunk/PKGBUILD)
  telepathy-logger-qt/repos/extra-x86_64/PKGBUILD
(from rev 173275, 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-12-18 08:23:43 UTC (rev 173275)
+++ extra-i686/PKGBUILD 2012-12-18 08:24:14 UTC (rev 173276)
@@ -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.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
-}

Copied: telepathy-logger-qt/repos/extra-i686/PKGBUILD (from rev 173275, 
telepathy-logger-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 08:24:14 UTC (rev 173276)
@@ -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.2
+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=('1af03910c91ca461a7ab3e6a95c712e61f494ffa')
+
+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-12-18 08:23:43 UTC (rev 173275)
+++ extra-x86_64/PKGBUILD   2012-12-18 08:24:14 UTC (rev 173276)
@@ -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.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
-}

Copied: telepathy-logger-qt/repos/extra-x86_64/PKGBUILD (from rev 173275, 
telepathy-logger-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-18 08:24:14 UTC (rev 173276)
@@ -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.2
+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-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:12:30
  Author: andrea
Revision: 173277

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

Upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 08:24:14 UTC (rev 173276)
+++ PKGBUILD2012-12-18 09:12:30 UTC (rev 173277)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-accounts-kcm
 _pkgname=ktp-accounts-kcm
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc=KCM Module for configuring Telepathy Instant Messaging Accounts
 arch=('i686' 'x86_64')
@@ -18,10 +18,9 @@
 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')
+sha1sums=('5335e33715488c246fd1436f44de2864ab32e257')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -31,6 +30,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:13:01
  Author: andrea
Revision: 173278

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

Added:
  telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD
(from rev 173277, telepathy-kde-accounts-kcm/trunk/PKGBUILD)
  telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUILD
(from rev 173277, 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   |   71 +++-
 extra-x86_64/PKGBUILD |   71 +++-
 2 files changed, 70 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 09:12:30 UTC (rev 173277)
+++ extra-i686/PKGBUILD 2012-12-18 09:13:01 UTC (rev 173278)
@@ -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.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
-}

Copied: telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD (from rev 173277, 
telepathy-kde-accounts-kcm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 09:13:01 UTC (rev 173278)
@@ -0,0 +1,35 @@
+# $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.2
+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=('5335e33715488c246fd1436f44de2864ab32e257')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-18 09:12:30 UTC (rev 173277)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:13:01 UTC (rev 173278)
@@ -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.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
-}

Copied: 

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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:13:09
  Author: andrea
Revision: 173279

upgpkg: telepathy-kde-approver 0.5.2-1

Upstream release

Modified:
  telepathy-kde-approver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 09:13:01 UTC (rev 173278)
+++ PKGBUILD2012-12-18 09:13:09 UTC (rev 173279)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-approver
 _pkgname=ktp-approver
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc=KDE Channel Approver for Telepathy
 arch=('i686' 'x86_64')
@@ -14,10 +14,9 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('27d637ffe5b17b8a376b3f0d2efb8195d7eb6686')
+sha1sums=('a55967c0852dfa421af8e246d29484bc181e2d26')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -27,6 +26,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:13:39
  Author: andrea
Revision: 173280

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 09:13:09 UTC (rev 173279)
+++ extra-i686/PKGBUILD 2012-12-18 09:13:39 UTC (rev 173280)
@@ -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.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
-}

Copied: telepathy-kde-approver/repos/extra-i686/PKGBUILD (from rev 173279, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 09:13:39 UTC (rev 173280)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=0.5.2
+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=('a55967c0852dfa421af8e246d29484bc181e2d26')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-18 09:13:09 UTC (rev 173279)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:13:39 UTC (rev 173280)
@@ -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.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
-}

Copied: telepathy-kde-approver/repos/extra-x86_64/PKGBUILD (from rev 173279, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:13:39 UTC (rev 173280)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=0.5.2
+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')

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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:13:47
  Author: andrea
Revision: 173281

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

Upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 09:13:39 UTC (rev 173280)
+++ PKGBUILD2012-12-18 09:13:47 UTC (rev 173281)
@@ -3,8 +3,8 @@
 
 pkgname=telepathy-kde-auth-handler
 _pkgname=ktp-auth-handler
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+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;
@@ -13,10 +13,9 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('a378a0204f7c650ca0738e64e625870aff6977d3')
+sha1sums=('be96d7a67edf5896bcc5604a984e354cb0c031d2')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -26,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:14:18
  Author: andrea
Revision: 173282

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

Added:
  telepathy-kde-auth-handler/repos/extra-i686/PKGBUILD
(from rev 173281, telepathy-kde-auth-handler/trunk/PKGBUILD)
  telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD
(from rev 173281, 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   |   61 +++-
 extra-x86_64/PKGBUILD |   61 +++-
 2 files changed, 60 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 09:13:47 UTC (rev 173281)
+++ extra-i686/PKGBUILD 2012-12-18 09:14:18 UTC (rev 173282)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=0.5.1
-pkgrel=2
-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
-}

Copied: telepathy-kde-auth-handler/repos/extra-i686/PKGBUILD (from rev 173281, 
telepathy-kde-auth-handler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 09:14:18 UTC (rev 173282)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=0.5.2
+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=('be96d7a67edf5896bcc5604a984e354cb0c031d2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-18 09:13:47 UTC (rev 173281)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:14:18 UTC (rev 173282)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=0.5.1
-pkgrel=2
-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
-}

Copied: telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD (from rev 
173281, telepathy-kde-auth-handler/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:14:18 UTC (rev 173282)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=0.5.2
+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-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:14:24
  Author: andrea
Revision: 173283

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

Upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 09:14:18 UTC (rev 173282)
+++ PKGBUILD2012-12-18 09:14:24 UTC (rev 173283)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-call-ui
 _pkgname=ktp-call-ui
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc=Voice/Video Call UI for Telepathy
 arch=('i686' 'x86_64')
@@ -13,10 +13,9 @@
 makedepends=('cmake' 'automoc4' 'boost')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('69509f0a8852bf1af6f553dcdf0776effcad0bf6')
+sha1sums=('e28400bfa79be6b3ef73061ba7cd4a388c115551')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -26,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:14:28
  Author: andrea
Revision: 173284

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

Upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 09:14:24 UTC (rev 173283)
+++ PKGBUILD2012-12-18 09:14:28 UTC (rev 173284)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-common-internals
 _pkgname=ktp-common-internals
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc=Common components for KDE-Telepathy
 arch=('i686' 'x86_64')
@@ -13,10 +13,9 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('b9cae0b78b40217acf77648cb42844a63b08f306')
+sha1sums=('58a198b1d9c3e90b5be069361f53f272a9db6ca1')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -26,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:14:32
  Author: andrea
Revision: 173285

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

Upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 09:14:28 UTC (rev 173284)
+++ PKGBUILD2012-12-18 09:14:32 UTC (rev 173285)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-contact-applet
 _pkgname=ktp-contact-applet
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc=The KDE-Telepathy contact plasmoid
 arch=('i686' 'x86_64')
@@ -13,10 +13,9 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('2550fa3f9e8d777a5f7858adb0f7c57f25e47ea4')
+sha1sums=('1d0f479c227698cdd79ebe040aee6fc9a8ad17c0')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -26,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:15:02
  Author: andrea
Revision: 173286

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

Added:
  telepathy-kde-contact-applet/repos/extra-i686/PKGBUILD
(from rev 173285, telepathy-kde-contact-applet/trunk/PKGBUILD)
  telepathy-kde-contact-applet/repos/extra-x86_64/PKGBUILD
(from rev 173285, 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   |   61 +++-
 extra-x86_64/PKGBUILD |   61 +++-
 2 files changed, 60 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 09:14:32 UTC (rev 173285)
+++ extra-i686/PKGBUILD 2012-12-18 09:15:02 UTC (rev 173286)
@@ -1,31 +0,0 @@
-# $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
-}

Copied: telepathy-kde-contact-applet/repos/extra-i686/PKGBUILD (from rev 
173285, telepathy-kde-contact-applet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 09:15:02 UTC (rev 173286)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-applet
+_pkgname=ktp-contact-applet
+pkgver=0.5.2
+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=('1d0f479c227698cdd79ebe040aee6fc9a8ad17c0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-18 09:14:32 UTC (rev 173285)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:15:02 UTC (rev 173286)
@@ -1,31 +0,0 @@
-# $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
-}

Copied: telepathy-kde-contact-applet/repos/extra-x86_64/PKGBUILD (from rev 
173285, telepathy-kde-contact-applet/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:15:02 UTC (rev 173286)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-applet
+_pkgname=ktp-contact-applet
+pkgver=0.5.2
+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=('1d0f479c227698cdd79ebe040aee6fc9a8ad17c0')

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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:15:10
  Author: andrea
Revision: 173287

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

Upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 09:15:02 UTC (rev 173286)
+++ PKGBUILD2012-12-18 09:15:10 UTC (rev 173287)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-contact-list
 _pkgname=ktp-contact-list
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc=Telepathy contact list application
 arch=('i686' 'x86_64')
@@ -15,10 +15,9 @@
 groups=('kde-telepathy')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('fafa444cb4a796517e5bd7a1b51dbd7cc8dfe362')
+sha1sums=('0bae4ded1384f35f9a809145b8192f819ea708ec')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -28,6 +27,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:15:39
  Author: andrea
Revision: 173288

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

Added:
  telepathy-kde-contact-list/repos/extra-i686/PKGBUILD
(from rev 173287, telepathy-kde-contact-list/trunk/PKGBUILD)
  telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install
(from rev 173287, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
  telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD
(from rev 173287, telepathy-kde-contact-list/trunk/PKGBUILD)
  
telepathy-kde-contact-list/repos/extra-x86_64/telepathy-kde-contact-list.install
(from rev 173287, 
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 |   65 ++
 extra-i686/telepathy-kde-contact-list.install   |   22 +++
 extra-x86_64/PKGBUILD   |   65 ++
 extra-x86_64/telepathy-kde-contact-list.install |   22 +++
 4 files changed, 86 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 09:15:10 UTC (rev 173287)
+++ extra-i686/PKGBUILD 2012-12-18 09:15:39 UTC (rev 173288)
@@ -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.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
-}

Copied: telepathy-kde-contact-list/repos/extra-i686/PKGBUILD (from rev 173287, 
telepathy-kde-contact-list/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 09:15:39 UTC (rev 173288)
@@ -0,0 +1,32 @@
+# $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.2
+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=('0bae4ded1384f35f9a809145b8192f819ea708ec')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-kde-contact-list.install
===
--- extra-i686/telepathy-kde-contact-list.install   2012-12-18 09:15:10 UTC 
(rev 173287)
+++ extra-i686/telepathy-kde-contact-list.install   2012-12-18 09:15:39 UTC 
(rev 173288)
@@ -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 173287, 
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-12-18 09:15:39 UTC 
(rev 173288)
@@ -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
===
--- extra-x86_64/PKGBUILD  

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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:15:45
  Author: andrea
Revision: 173289

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

Upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 09:15:39 UTC (rev 173288)
+++ PKGBUILD2012-12-18 09:15:45 UTC (rev 173289)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-contact-runner
 _pkgname=ktp-contact-runner
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc=KRunner plugin for KDE Telepathy
 arch=('i686' 'x86_64')
@@ -13,10 +13,9 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('b6f97e53ba132f1dc09d3688652451319945de7d')
+sha1sums=('4423513dcb44ad7773e5e57050d170b72d6e8492')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -26,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:16:16
  Author: andrea
Revision: 173290

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

Added:
  telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD
(from rev 173289, telepathy-kde-contact-runner/trunk/PKGBUILD)
  telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD
(from rev 173289, 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   |   61 +++-
 extra-x86_64/PKGBUILD |   61 +++-
 2 files changed, 60 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 09:15:45 UTC (rev 173289)
+++ extra-i686/PKGBUILD 2012-12-18 09:16:16 UTC (rev 173290)
@@ -1,31 +0,0 @@
-# $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
-}

Copied: telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD (from rev 
173289, telepathy-kde-contact-runner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 09:16:16 UTC (rev 173290)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=0.5.2
+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=('4423513dcb44ad7773e5e57050d170b72d6e8492')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-18 09:15:45 UTC (rev 173289)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:16:16 UTC (rev 173290)
@@ -1,31 +0,0 @@
-# $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
-}

Copied: telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD (from rev 
173289, telepathy-kde-contact-runner/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:16:16 UTC (rev 173290)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=0.5.2
+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=('4423513dcb44ad7773e5e57050d170b72d6e8492')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+

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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:16:22
  Author: andrea
Revision: 173291

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

Upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 09:16:16 UTC (rev 173290)
+++ PKGBUILD2012-12-18 09:16:22 UTC (rev 173291)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-filetransfer-handler
 _pkgname=ktp-filetransfer-handler
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc=Telepathy file transfer handler
 arch=('i686' 'x86_64')
@@ -13,10 +13,9 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('cebd47ff33add2096633aad6d53316e6d20faf58')
+sha1sums=('ba9bc3b1b711c9e96765c9feaeced0b24ca89756')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -26,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:16:52
  Author: andrea
Revision: 173292

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

Added:
  telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD
(from rev 173291, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
  telepathy-kde-filetransfer-handler/repos/extra-x86_64/PKGBUILD
(from rev 173291, 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   |   61 +++-
 extra-x86_64/PKGBUILD |   61 +++-
 2 files changed, 60 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 09:16:22 UTC (rev 173291)
+++ extra-i686/PKGBUILD 2012-12-18 09:16:52 UTC (rev 173292)
@@ -1,31 +0,0 @@
-# $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
-}

Copied: telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD (from rev 
173291, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 09:16:52 UTC (rev 173292)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=0.5.2
+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=('ba9bc3b1b711c9e96765c9feaeced0b24ca89756')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-18 09:16:22 UTC (rev 173291)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:16:52 UTC (rev 173292)
@@ -1,31 +0,0 @@
-# $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
-}

Copied: telepathy-kde-filetransfer-handler/repos/extra-x86_64/PKGBUILD (from 
rev 173291, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:16:52 UTC (rev 173292)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=0.5.2
+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-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:16:58
  Author: andrea
Revision: 173293

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

Upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 09:16:52 UTC (rev 173292)
+++ PKGBUILD2012-12-18 09:16:58 UTC (rev 173293)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-integration-module
 _pkgname=ktp-kded-integration-module
-pkgver=0.5.1
+pkgver=0.5.2.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')
@@ -12,11 +12,10 @@
 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')
+source=(http://download.kde.org/unstable/kde-telepathy/0.5.2/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('96d8a52a85517ab95afe71f6828e18d26fb9c8d3')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -26,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:17:02
  Author: andrea
Revision: 173294

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

Upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 09:16:58 UTC (rev 173293)
+++ PKGBUILD2012-12-18 09:17:02 UTC (rev 173294)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-presence-applet
 _pkgname=ktp-presence-applet
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc=Plasma applet for managing your Telepathy account presence
 arch=('i686' 'x86_64')
@@ -14,10 +14,9 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('18d49c0ffaf126ab0f8aacfaa50b3fcc94bf0794')
+sha1sums=('6aea77d2d0eaf5b95ba8188a3acdec6c4d32b863')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -27,6 +26,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:17:32
  Author: andrea
Revision: 173295

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

Added:
  telepathy-kde-presence-applet/repos/extra-i686/PKGBUILD
(from rev 173294, telepathy-kde-presence-applet/trunk/PKGBUILD)
  telepathy-kde-presence-applet/repos/extra-x86_64/PKGBUILD
(from rev 173294, 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   |   63 +++-
 extra-x86_64/PKGBUILD |   63 +++-
 2 files changed, 62 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 09:17:02 UTC (rev 173294)
+++ extra-i686/PKGBUILD 2012-12-18 09:17:32 UTC (rev 173295)
@@ -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.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
-}

Copied: telepathy-kde-presence-applet/repos/extra-i686/PKGBUILD (from rev 
173294, telepathy-kde-presence-applet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 09:17:32 UTC (rev 173295)
@@ -0,0 +1,31 @@
+# $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.2
+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=('6aea77d2d0eaf5b95ba8188a3acdec6c4d32b863')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-18 09:17:02 UTC (rev 173294)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:17:32 UTC (rev 173295)
@@ -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.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
-}

Copied: telepathy-kde-presence-applet/repos/extra-x86_64/PKGBUILD (from rev 
173294, telepathy-kde-presence-applet/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:17:32 UTC (rev 173295)
@@ -0,0 +1,31 @@
+# $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.2
+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-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:17:38
  Author: andrea
Revision: 173296

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

Upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 09:17:32 UTC (rev 173295)
+++ PKGBUILD2012-12-18 09:17:38 UTC (rev 173296)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-send-file
 _pkgname=ktp-send-file
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc=A File manager plugin to launch a file transfer job with a specified 
contact
 arch=('i686' 'x86_64')
@@ -14,10 +14,9 @@
 groups=('kde-telepathy')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('787813410e81fb2dfebaeed1eae3426a70405122')
+sha1sums=('023f1b8e9ceb76018e597fb7e787995cc2888e0c')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -27,6 +26,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:18:06
  Author: andrea
Revision: 173297

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

Added:
  telepathy-kde-send-file/repos/extra-i686/PKGBUILD
(from rev 173296, telepathy-kde-send-file/trunk/PKGBUILD)
  telepathy-kde-send-file/repos/extra-i686/telepathy-kde-send-file.install
(from rev 173296, 
telepathy-kde-send-file/trunk/telepathy-kde-send-file.install)
  telepathy-kde-send-file/repos/extra-x86_64/PKGBUILD
(from rev 173296, telepathy-kde-send-file/trunk/PKGBUILD)
  telepathy-kde-send-file/repos/extra-x86_64/telepathy-kde-send-file.install
(from rev 173296, 
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  |   63 -
 extra-i686/telepathy-kde-send-file.install   |   22 
 extra-x86_64/PKGBUILD|   63 -
 extra-x86_64/telepathy-kde-send-file.install |   22 
 4 files changed, 84 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 09:17:38 UTC (rev 173296)
+++ extra-i686/PKGBUILD 2012-12-18 09:18:06 UTC (rev 173297)
@@ -1,32 +0,0 @@
-# $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
-}

Copied: telepathy-kde-send-file/repos/extra-i686/PKGBUILD (from rev 173296, 
telepathy-kde-send-file/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 09:18:06 UTC (rev 173297)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=0.5.2
+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=('023f1b8e9ceb76018e597fb7e787995cc2888e0c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-kde-send-file.install
===
--- extra-i686/telepathy-kde-send-file.install  2012-12-18 09:17:38 UTC (rev 
173296)
+++ extra-i686/telepathy-kde-send-file.install  2012-12-18 09:18:06 UTC (rev 
173297)
@@ -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 173296, 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-12-18 09:18:06 UTC (rev 
173297)
@@ -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-12-18 09:17:38 UTC (rev 173296)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:18:06 UTC (rev 173297)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 

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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:18:11
  Author: andrea
Revision: 173298

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

Upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 09:18:06 UTC (rev 173297)
+++ PKGBUILD2012-12-18 09:18:11 UTC (rev 173298)
@@ -4,8 +4,8 @@
 
 pkgname=telepathy-kde-text-ui
 _pkgname=ktp-text-ui
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
 pkgdesc=Telepathy handler for Text Chats
 arch=('i686' 'x86_64')
 url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
@@ -14,10 +14,9 @@
 makedepends=('cmake' 'automoc4' 'boost')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('c239446f43badfdb39fcc139aa6fe05917d86d2e')
+sha1sums=('5dd8d66b9011d96c0637f4b15e6c3912edef6c17')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${_pkgname}-${pkgver} \
@@ -27,6 +26,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:18:41
  Author: andrea
Revision: 173299

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

Added:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
(from rev 173298, telepathy-kde-text-ui/trunk/PKGBUILD)
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD
(from rev 173298, 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   |   63 +++-
 extra-x86_64/PKGBUILD |   63 +++-
 2 files changed, 62 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 09:18:11 UTC (rev 173298)
+++ extra-i686/PKGBUILD 2012-12-18 09:18:41 UTC (rev 173299)
@@ -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.1
-pkgrel=2
-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
-}

Copied: telepathy-kde-text-ui/repos/extra-i686/PKGBUILD (from rev 173298, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 09:18:41 UTC (rev 173299)
@@ -0,0 +1,31 @@
+# $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.2
+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=('5dd8d66b9011d96c0637f4b15e6c3912edef6c17')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-18 09:18:11 UTC (rev 173298)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:18:41 UTC (rev 173299)
@@ -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.1
-pkgrel=2
-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
-}

Copied: telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD (from rev 173298, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:18:41 UTC (rev 173299)
@@ -0,0 +1,31 @@
+# $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.2
+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 telepathy-kde-integration-module/trunk (PKGBUILD)

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:18:50
  Author: andrea
Revision: 173300

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

Upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 09:18:41 UTC (rev 173299)
+++ PKGBUILD2012-12-18 09:18:50 UTC (rev 173300)
@@ -18,7 +18,7 @@
 build() {
   mkdir build
   cd build
-  cmake ../${_pkgname}-${pkgver} \
+  cmake ../${_pkgname}-0.5.2 \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release
   make



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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:19:20
  Author: andrea
Revision: 173301

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

Added:
  telepathy-kde-integration-module/repos/extra-i686/PKGBUILD
(from rev 173300, telepathy-kde-integration-module/trunk/PKGBUILD)
  telepathy-kde-integration-module/repos/extra-x86_64/PKGBUILD
(from rev 173300, 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   |   61 +++-
 extra-x86_64/PKGBUILD |   61 +++-
 2 files changed, 60 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 09:18:50 UTC (rev 173300)
+++ extra-i686/PKGBUILD 2012-12-18 09:19:20 UTC (rev 173301)
@@ -1,31 +0,0 @@
-# $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
-}

Copied: telepathy-kde-integration-module/repos/extra-i686/PKGBUILD (from rev 
173300, telepathy-kde-integration-module/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 09:19:20 UTC (rev 173301)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-integration-module
+pkgver=0.5.2.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/0.5.2/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('96d8a52a85517ab95afe71f6828e18d26fb9c8d3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-0.5.2 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-18 09:18:50 UTC (rev 173300)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:19:20 UTC (rev 173301)
@@ -1,31 +0,0 @@
-# $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
-}

Copied: telepathy-kde-integration-module/repos/extra-x86_64/PKGBUILD (from rev 
173300, telepathy-kde-integration-module/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-18 09:19:20 UTC (rev 173301)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-integration-module
+pkgver=0.5.2.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 

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

2012-12-18 Thread Andrea Scarpino
Date: Tuesday, December 18, 2012 @ 04:20:12
  Author: andrea
Revision: 173302

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

Added:
  telepathy-kde-common-internals/repos/extra-i686/PKGBUILD
(from rev 173301, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
(from rev 173301, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD
(from rev 173301, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/extra-x86_64/telepathy-kde-common-internals.install
(from rev 173301, 
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 |   61 --
 extra-i686/telepathy-kde-common-internals.install   |   22 +++---
 extra-x86_64/PKGBUILD   |   61 --
 extra-x86_64/telepathy-kde-common-internals.install |   22 +++---
 4 files changed, 82 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 09:19:20 UTC (rev 173301)
+++ extra-i686/PKGBUILD 2012-12-18 09:20:12 UTC (rev 173302)
@@ -1,31 +0,0 @@
-# $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
-}

Copied: telepathy-kde-common-internals/repos/extra-i686/PKGBUILD (from rev 
173301, telepathy-kde-common-internals/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 09:20:12 UTC (rev 173302)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=0.5.2
+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=('58a198b1d9c3e90b5be069361f53f272a9db6ca1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-kde-common-internals.install
===
--- extra-i686/telepathy-kde-common-internals.install   2012-12-18 09:19:20 UTC 
(rev 173301)
+++ extra-i686/telepathy-kde-common-internals.install   2012-12-18 09:20:12 UTC 
(rev 173302)
@@ -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 173301, 
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-12-18 09:20:12 UTC 
(rev 173302)
@@ -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 linux/trunk (PKGBUILD config config.x86_64 linux.install)

2012-12-18 Thread Tobias Powalowski
Date: Tuesday, December 18, 2012 @ 08:17:47
  Author: tpowa
Revision: 173303

upgpkg: linux 3.7.1-1

bump to latest version, added nfs41 support

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

---+
 PKGBUILD  |   17 ++---
 config|   10 +++---
 config.x86_64 |   10 +++---
 linux.install |2 +-
 4 files changed, 21 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 09:20:12 UTC (rev 173302)
+++ PKGBUILD2012-12-18 13:17:47 UTC (rev 173303)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.7
-pkgver=3.7
+pkgver=3.7.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -13,7 +13,7 @@
 makedepends=('xmlto' 'docbook-xsl')
 options=('!strip')
 source=(http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz;
-#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
@@ -21,8 +21,9 @@
 'change-default-console-loglevel.patch'
 'fat-3.6.x.patch')
 md5sums=('21223369d682bcf44bcdfe1521095983'
- '94910add7f2687dc6fc8d48364e0bba4'
- '2dd29b36cbb013eca263427e9c391fcd'
+ '48f5f530b048e387e978e3e49de7742a'
+ '2cf43e0448a8074eb2ff93035168250b'
+ '58a9ba178fedb244a0a86b760fb4bd81'
  'eb14dcfd80c00852ef81ded6e826826a'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '88d501404f172dac6fcb248978251560')
@@ -33,7 +34,7 @@
   cd ${srcdir}/${_srcname}
 
   # add upstream patch
-  #patch -p1 -i ${srcdir}/patch-${pkgver}
+  patch -p1 -i ${srcdir}/patch-${pkgver}
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
@@ -321,9 +322,3 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
-md5sums=('21223369d682bcf44bcdfe1521095983'
- '94910add7f2687dc6fc8d48364e0bba4'
- '2dd29b36cbb013eca263427e9c391fcd'
- 'eb14dcfd80c00852ef81ded6e826826a'
- '9d3c56a4b999c8bfbd4018089a62f662'
- '88d501404f172dac6fcb248978251560')

Modified: config
===
--- config  2012-12-18 09:20:12 UTC (rev 173302)
+++ config  2012-12-18 13:17:47 UTC (rev 173303)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.7.0-rc7 Kernel Configuration
+# Linux/i386 3.7.1-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -4563,7 +4563,6 @@
 CONFIG_USB_STORAGE_KARMA=m
 CONFIG_USB_STORAGE_CYPRESS_ATACB=m
 CONFIG_USB_STORAGE_ENE_UB6250=m
-CONFIG_USB_UAS=m
 
 #
 # USB Imaging devices
@@ -5510,7 +5509,11 @@
 CONFIG_NFS_V3_ACL=y
 CONFIG_NFS_V4=m
 # CONFIG_NFS_SWAP is not set
-# CONFIG_NFS_V4_1 is not set
+CONFIG_NFS_V4_1=y
+CONFIG_PNFS_FILE_LAYOUT=m
+CONFIG_PNFS_BLOCK=m
+CONFIG_PNFS_OBJLAYOUT=m
+CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN=kernel.org
 CONFIG_NFS_FSCACHE=y
 # CONFIG_NFS_USE_LEGACY_DNS is not set
 CONFIG_NFS_USE_KERNEL_DNS=y
@@ -5526,6 +5529,7 @@
 CONFIG_NFS_COMMON=y
 CONFIG_SUNRPC=m
 CONFIG_SUNRPC_GSS=m
+CONFIG_SUNRPC_BACKCHANNEL=y
 CONFIG_RPCSEC_GSS_KRB5=m
 # CONFIG_SUNRPC_DEBUG is not set
 CONFIG_CEPH_FS=m

Modified: config.x86_64
===
--- config.x86_64   2012-12-18 09:20:12 UTC (rev 173302)
+++ config.x86_64   2012-12-18 13:17:47 UTC (rev 173303)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.7.0-1 Kernel Configuration
+# Linux/x86_64 3.7.1-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -4359,7 +4359,6 @@
 CONFIG_USB_STORAGE_KARMA=m
 CONFIG_USB_STORAGE_CYPRESS_ATACB=m
 CONFIG_USB_STORAGE_ENE_UB6250=m
-CONFIG_USB_UAS=m
 
 #
 # USB Imaging devices
@@ -5278,7 +5277,11 @@
 CONFIG_NFS_V3_ACL=y
 CONFIG_NFS_V4=m
 # CONFIG_NFS_SWAP is not set
-# CONFIG_NFS_V4_1 is not set
+CONFIG_NFS_V4_1=y
+CONFIG_PNFS_FILE_LAYOUT=m
+CONFIG_PNFS_BLOCK=m
+CONFIG_PNFS_OBJLAYOUT=m
+CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN=kernel.org
 CONFIG_NFS_FSCACHE=y
 # CONFIG_NFS_USE_LEGACY_DNS is not set
 CONFIG_NFS_USE_KERNEL_DNS=y
@@ -5294,6 +5297,7 @@
 CONFIG_NFS_COMMON=y
 CONFIG_SUNRPC=m
 CONFIG_SUNRPC_GSS=m
+CONFIG_SUNRPC_BACKCHANNEL=y
 CONFIG_RPCSEC_GSS_KRB5=m
 # CONFIG_SUNRPC_DEBUG is not set
 CONFIG_CEPH_FS=m

Modified: linux.install
===
--- linux.install   2012-12-18 09:20:12 UTC (rev 173302)
+++ linux.install   2012-12-18 13:17:47 UTC (rev 173303)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.7.0-1-ARCH
+KERNEL_VERSION=3.7.1-1-ARCH
 

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

2012-12-18 Thread Tobias Powalowski
Date: Tuesday, December 18, 2012 @ 08:19:07
  Author: tpowa
Revision: 173304

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

Added:
  linux/repos/testing-i686/PKGBUILD
(from rev 173303, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 173303, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 173303, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 173303, linux/trunk/config.x86_64)
  linux/repos/testing-i686/fat-3.6.x.patch
(from rev 173303, linux/trunk/fat-3.6.x.patch)
  linux/repos/testing-i686/linux.install
(from rev 173303, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 173303, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 173303, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 173303, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 173303, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 173303, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/fat-3.6.x.patch
(from rev 173303, linux/trunk/fat-3.6.x.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 173303, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 173303, linux/trunk/linux.preset)
Modified:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/linux.install
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/linux.install
Deleted:
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/fat-3.6.x.patch
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/fat-3.6.x.patch
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 core-i686/PKGBUILD   |4 
 core-i686/linux.install  |2 
 core-x86_64/PKGBUILD |4 
 core-x86_64/linux.install|2 
 testing-i686/PKGBUILD|  653 
 testing-i686/change-default-console-loglevel.patch   |   24 
 testing-i686/config  |12070 -
 testing-i686/config.x86_64   |11614 
 testing-i686/fat-3.6.x.patch |   66 
 testing-i686/linux.install   |  130 
 testing-i686/linux.preset|   28 
 testing-x86_64/PKGBUILD  |  653 
 testing-x86_64/change-default-console-loglevel.patch |   24 
 testing-x86_64/config|12070 -
 testing-x86_64/config.x86_64 |11614 
 testing-x86_64/fat-3.6.x.patch   |   66 
 testing-x86_64/linux.install |  130 
 testing-x86_64/linux.preset  |   28 
 18 files changed, 24594 insertions(+), 24588 deletions(-)

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


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

2012-12-18 Thread Tobias Powalowski
Date: Tuesday, December 18, 2012 @ 08:42:38
  Author: tpowa
Revision: 173305

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

Added:
  linux-lts/repos/core-i686/3.0.54-ptrace-i686-build.patch
(from rev 173304, 
linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/core-i686/PKGBUILD
(from rev 173304, linux-lts/repos/testing-i686/PKGBUILD)
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
(from rev 173304, 
linux-lts/repos/testing-i686/change-default-console-loglevel.patch)
  linux-lts/repos/core-i686/config
(from rev 173304, linux-lts/repos/testing-i686/config)
  linux-lts/repos/core-i686/config.x86_64
(from rev 173304, linux-lts/repos/testing-i686/config.x86_64)
  linux-lts/repos/core-i686/ext4-options.patch
(from rev 173304, linux-lts/repos/testing-i686/ext4-options.patch)
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 173304, 
linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-i686/linux-lts.install
(from rev 173304, linux-lts/repos/testing-i686/linux-lts.install)
  linux-lts/repos/core-i686/linux-lts.preset
(from rev 173304, linux-lts/repos/testing-i686/linux-lts.preset)
  linux-lts/repos/core-i686/module-init-wait-3.0.patch
(from rev 173304, linux-lts/repos/testing-i686/module-init-wait-3.0.patch)
  linux-lts/repos/core-i686/module-symbol-waiting-3.0.patch
(from rev 173304, 
linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch)
  linux-lts/repos/core-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 173304, 
linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/core-x86_64/PKGBUILD
(from rev 173304, linux-lts/repos/testing-x86_64/PKGBUILD)
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 173304, 
linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux-lts/repos/core-x86_64/config
(from rev 173304, linux-lts/repos/testing-x86_64/config)
  linux-lts/repos/core-x86_64/config.x86_64
(from rev 173304, linux-lts/repos/testing-x86_64/config.x86_64)
  linux-lts/repos/core-x86_64/ext4-options.patch
(from rev 173304, linux-lts/repos/testing-x86_64/ext4-options.patch)
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 173304, 
linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-x86_64/linux-lts.install
(from rev 173304, linux-lts/repos/testing-x86_64/linux-lts.install)
  linux-lts/repos/core-x86_64/linux-lts.preset
(from rev 173304, linux-lts/repos/testing-x86_64/linux-lts.preset)
  linux-lts/repos/core-x86_64/module-init-wait-3.0.patch
(from rev 173304, linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch)
  linux-lts/repos/core-x86_64/module-symbol-waiting-3.0.patch
(from rev 173304, 
linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch)
Deleted:
  linux-lts/repos/core-i686/3.0.54-ptrace-i686-build.patch
  linux-lts/repos/core-i686/PKGBUILD
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
  linux-lts/repos/core-i686/config
  linux-lts/repos/core-i686/config.x86_64
  linux-lts/repos/core-i686/ext4-options.patch
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
  linux-lts/repos/core-i686/linux-lts.install
  linux-lts/repos/core-i686/linux-lts.preset
  linux-lts/repos/core-i686/module-init-wait-3.0.patch
  linux-lts/repos/core-i686/module-symbol-waiting-3.0.patch
  linux-lts/repos/core-x86_64/3.0.54-ptrace-i686-build.patch
  linux-lts/repos/core-x86_64/PKGBUILD
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/core-x86_64/config
  linux-lts/repos/core-x86_64/config.x86_64
  linux-lts/repos/core-x86_64/ext4-options.patch
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
  linux-lts/repos/core-x86_64/linux-lts.install
  linux-lts/repos/core-x86_64/linux-lts.preset
  linux-lts/repos/core-x86_64/module-init-wait-3.0.patch
  linux-lts/repos/core-x86_64/module-symbol-waiting-3.0.patch
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-x86_64/

---+
 core-i686/3.0.54-ptrace-i686-build.patch  |   82 
 core-i686/PKGBUILD|  640 -
 core-i686/change-default-console-loglevel.patch   |   24 
 core-i686/config  |11150 ++--
 core-i686/config.x86_64   |10660 +--
 core-i686/ext4-options.patch  |   98 
 core-i686/i915-fix-ghost-tv-output.patch  |   52 
 core-i686/linux-lts.install   |  130 
 core-i686/linux-lts.preset|   28 
 core-i686/module-init-wait-3.0.patch  |  154 
 core-i686/module-symbol-waiting-3.0.patch |  132 
 core-x86_64/3.0.54-ptrace-i686-build.patch|   82 
 core-x86_64/PKGBUILD  |  640 

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

2012-12-18 Thread Tobias Powalowski
Date: Tuesday, December 18, 2012 @ 08:43:52
  Author: tpowa
Revision: 173306

upgpkg: linux-lts 3.0.57-1

bump to latest version

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 13:42:38 UTC (rev 173305)
+++ PKGBUILD2012-12-18 13:43:52 UTC (rev 173306)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.56
+pkgver=3.0.57
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '99ced08688dd44774b6ef685a6b5985e'
+ 'ec95efbcf6399d0c3fd64c89fd91bef8'
  'af692c789cae37d98a8927cc8f5842bf'
  '5307498e3164b48ce7ed2ae70c6e80f3'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2012-12-18 13:42:38 UTC (rev 173305)
+++ linux-lts.install   2012-12-18 13:43:52 UTC (rev 173306)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.56-1-lts
+KERNEL_VERSION=3.0.57-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2012-12-18 Thread Tobias Powalowski
Date: Tuesday, December 18, 2012 @ 08:47:52
  Author: tpowa
Revision: 173307

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

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

--+
 testing-i686/3.0.54-ptrace-i686-build.patch  |   41 
 testing-i686/PKGBUILD|  317 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5575 +
 testing-i686/config.x86_64   | 5330 
 testing-i686/ext4-options.patch  |   49 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux-lts.install   |   65 
 testing-i686/linux-lts.preset|   14 
 testing-i686/module-init-wait-3.0.patch  |   77 
 testing-i686/module-symbol-waiting-3.0.patch |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch|   41 
 testing-x86_64/PKGBUILD  |  317 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5575 +
 testing-x86_64/config.x86_64 | 5330 
 testing-x86_64/ext4-options.patch|   49 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux-lts.install |   65 
 testing-x86_64/linux-lts.preset  |   14 
 testing-x86_64/module-init-wait-3.0.patch|   77 
 testing-x86_64/module-symbol-waiting-3.0.patch   |   66 
 22 files changed, 23144 insertions(+)

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


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

2012-12-18 Thread Stéphane Gaudreault
Date: Tuesday, December 18, 2012 @ 09:20:11
  Author: stephane
Revision: 173308

upgpkg: krb5 1.11-1

upstream update

Modified:
  krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 13:47:52 UTC (rev 173307)
+++ PKGBUILD2012-12-18 14:20:11 UTC (rev 173308)
@@ -2,7 +2,7 @@
 # Maintainer: Stéphane Gaudreault steph...@archlinux.org
 
 pkgname=krb5
-pkgver=1.10.3
+pkgver=1.11
 pkgrel=1
 pkgdesc=The Kerberos network authentication system
 arch=('i686' 'x86_64')
@@ -11,8 +11,7 @@
 depends=('e2fsprogs' 'libldap' 'keyutils')
 makedepends=('perl')
 backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
-source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.10/${pkgname}-${pkgver}-signed.tar
-krb5-1.10.1-gcc47.patch
+source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.11/${pkgname}-${pkgver}-signed.tar
 krb5-kadmind
 krb5-kadmind.service
 krb5-kdc
@@ -21,8 +20,7 @@
 krb5-kpropd.service
 krb5-kpropd@.service
 krb5-kpropd.socket)
-sha1sums=('04ab9837e5d1958158bcb30bd6480201089a0cbb'
-  '78b759d566b1fdefd9bbcd06df14f07f12effe96'
+sha1sums=('dcdc305bd2b63cf8b8cb698cb9ea28f0a6282136'
   '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
   'a2a01e7077d9e89cda3457ea0e216debb3dc353c'
   '77d2312ecd8bf12a6e72cc8fd871a8ac93b23393'
@@ -37,10 +35,6 @@
tar zxvf ${pkgname}-${pkgver}.tar.gz
cd ${srcdir}/${pkgname}-${pkgver}/src
 
-   # With gcc47 : deltat.c:1694:12: error: 'yylval' may be used uninitialized
-   # in this function [-Werror=maybe-uninitialized]
-   # As this is generated code, just ignore the complaint.
-   patch -Np2 -i ../../krb5-1.10.1-gcc47.patch
rm lib/krb5/krb/deltat.c
 
# FS#25384



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

2012-12-18 Thread Stéphane Gaudreault
Date: Tuesday, December 18, 2012 @ 09:22:31
  Author: stephane
Revision: 173309

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

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

+
 testing-i686/PKGBUILD  |   86 +++
 testing-i686/krb5-1.10.1-gcc47.patch   |   11 +++
 testing-i686/krb5-kadmind  |   40 ++
 testing-i686/krb5-kadmind.service  |8 ++
 testing-i686/krb5-kdc  |   40 ++
 testing-i686/krb5-kdc.service  |9 +++
 testing-i686/krb5-kpropd   |   40 ++
 testing-i686/krb5-kpropd.service   |8 ++
 testing-i686/krb5-kpropd.socket|9 +++
 testing-i686/krb5-kpropd@.service  |8 ++
 testing-x86_64/PKGBUILD|   86 +++
 testing-x86_64/krb5-1.10.1-gcc47.patch |   11 +++
 testing-x86_64/krb5-kadmind|   40 ++
 testing-x86_64/krb5-kadmind.service|8 ++
 testing-x86_64/krb5-kdc|   40 ++
 testing-x86_64/krb5-kdc.service|9 +++
 testing-x86_64/krb5-kpropd |   40 ++
 testing-x86_64/krb5-kpropd.service |8 ++
 testing-x86_64/krb5-kpropd.socket  |9 +++
 testing-x86_64/krb5-kpropd@.service|8 ++
 20 files changed, 518 insertions(+)

Copied: krb5/repos/testing-i686/PKGBUILD (from rev 173308, krb5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-18 14:22:31 UTC (rev 173309)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=krb5
+pkgver=1.11
+pkgrel=1
+pkgdesc=The Kerberos network authentication system
+arch=('i686' 'x86_64')
+url=http://web.mit.edu/kerberos/;
+license=('custom')
+depends=('e2fsprogs' 'libldap' 'keyutils')
+makedepends=('perl')
+backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
+source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.11/${pkgname}-${pkgver}-signed.tar
+krb5-kadmind
+krb5-kadmind.service
+krb5-kdc
+krb5-kdc.service
+krb5-kpropd
+krb5-kpropd.service
+krb5-kpropd@.service
+krb5-kpropd.socket)
+sha1sums=('dcdc305bd2b63cf8b8cb698cb9ea28f0a6282136'
+  '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
+  'a2a01e7077d9e89cda3457ea0e216debb3dc353c'
+  '77d2312ecd8bf12a6e72cc8fd871a8ac93b23393'
+  'f5e4fa073e11b0fcb4e3098a5d58a4f791ec841e'
+  '7f402078fa65bb9ff1beb6c017450df78560'
+  '614401dd4ac18e310153240bb26eb32ff1e8cf5b'
+  '023a8164f8ee7066ac814486a68bc605e79f6101'
+  'f3677d30dbbd7106c581379c2c6ebb1bf7738912')
+options=('!emptydirs')
+
+build() {
+   tar zxvf ${pkgname}-${pkgver}.tar.gz
+   cd ${srcdir}/${pkgname}-${pkgver}/src
+
+   rm lib/krb5/krb/deltat.c
+
+   # FS#25384
+   sed -i /KRB5ROOT=/s/\/local// util/ac_check_krb5.m4
+
+   export CFLAGS+= -fPIC 

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

2012-12-18 Thread Angel Velásquez
Date: Tuesday, December 18, 2012 @ 12:23:47
  Author: angvp
Revision: 173310

upgpkg: python-lxml 3.0.2-1

Version bump to 3.0.2

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 14:22:31 UTC (rev 173309)
+++ PKGBUILD2012-12-18 17:23:47 UTC (rev 173310)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer:
+# Maintainer: Angel Velasquez an...@archlinux.org 
 
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
 url=http://lxml.de/;
 makedepends=('python2' 'python' 'libxslt')
 
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-sha1sums=('bb7fa04e1a49091151608df347cf12e10e9ed7f1'
-  '1d6f08dcdd860c3a52664af9fa3de35a47ca4f16')
+md5sums=('38b15b0dd5e9292cf98be800e84a3ce4'
+ '85992526166d265681e42dd669d10773')
 
 check() {
   cd lxml-$pkgver



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

2012-12-18 Thread Angel Velásquez
Date: Tuesday, December 18, 2012 @ 12:24:46
  Author: angvp
Revision: 173311

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 17:23:47 UTC (rev 173310)
+++ extra-i686/PKGBUILD 2012-12-18 17:24:46 UTC (rev 173311)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgbase=python-lxml
-pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.0.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url=http://lxml.de/;
-makedepends=('python2' 'python' 'libxslt')
-source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-sha1sums=('bb7fa04e1a49091151608df347cf12e10e9ed7f1'
-  '1d6f08dcdd860c3a52664af9fa3de35a47ca4f16')
-
-check() {
-  cd lxml-$pkgver
-  make PYTHON=python2 test
-  make PYTHON=python test
-}
-
-package_python2-lxml() {
-  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
- 
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml() {
-  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
-  depends=('python' 'libxslt')
-  optdepends=('python-cssselect'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python setup.py install --root=${pkgdir} --optimize=1
-  
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml-docs() {
-  pkgdesc=Python binding for the libxml2 and libxslt libraries (docs)
-  options=('docs')
-
-  cd lxml-$pkgver
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -r doc/html ${pkgdir}/usr/share/doc/${pkgbase}
-
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-i686/PKGBUILD (from rev 173310, 
python-lxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 17:24:46 UTC (rev 173311)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.0.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('python2' 'python' 'libxslt')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+md5sums=('38b15b0dd5e9292cf98be800e84a3ce4'
+ '85992526166d265681e42dd669d10773')
+
+check() {
+  cd lxml-$pkgver
+  make PYTHON=python2 test
+  make PYTHON=python test
+}
+
+package_python2-lxml() {
+  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+ 
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml() {
+  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
+  depends=('python' 'libxslt')
+  optdepends=('python-cssselect'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python setup.py install --root=${pkgdir} --optimize=1
+  
+  install -Dm644 LICENSES.txt \
+

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

2012-12-18 Thread Ronald van Haren
Date: Tuesday, December 18, 2012 @ 14:56:29
  Author: ronald
Revision: 173312

upgpkg: enlightenment17 0.17.0omega-1

update to 0.17.0-omega (last release before stable 0.17.0 release)

Modified:
  enlightenment17/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 17:24:46 UTC (rev 173311)
+++ PKGBUILD2012-12-18 19:56:29 UTC (rev 173312)
@@ -4,8 +4,8 @@
 
 pkgname=enlightenment17
 _pkgname=enlightenment
-pkgver=0.17.0lucky
-_pkgver=0.17.0-lucky
+pkgver=0.17.0omega
+_pkgver=0.17.0-omega
 pkgrel=1
 pkgdesc=Enlightenment window manager DR17 (aka e17)
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 install=enlightenment17.install
 source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
   'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('432d76e95ff0d36a624876af829440bdd91f5b0e'
+sha1sums=('4c94f470d74133ebf2a5254683d0510bf3ece55f'
   'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
   '3f53931ae86de8fe99e386aeb097521aac0decd8'
   '86f1c5e36dc274c3101362532378be034e89c593')



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

2012-12-18 Thread Ronald van Haren
Date: Tuesday, December 18, 2012 @ 14:57:25
  Author: ronald
Revision: 173313

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 173312, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 173312, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 173312, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 173312, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 173312, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 173312, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 173312, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 173312, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 173312, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 173312, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 extra-i686/PKGBUILD   |  170 -
 extra-i686/e-applications.menu|  308 
 extra-i686/enlightenment17.install|   34 +--
 extra-i686/quickstart.patch   |   26 +-
 extra-i686/sysactions_systemd.patch   |   34 +--
 extra-x86_64/PKGBUILD |  170 -
 extra-x86_64/e-applications.menu  |  308 
 extra-x86_64/enlightenment17.install  |   34 +--
 extra-x86_64/quickstart.patch |   26 +-
 extra-x86_64/sysactions_systemd.patch |   34 +--
 10 files changed, 572 insertions(+), 572 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 19:56:29 UTC (rev 173312)
+++ extra-i686/PKGBUILD 2012-12-18 19:57:25 UTC (rev 173313)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.0lucky
-_pkgver=0.17.0-lucky
-pkgrel=1
-pkgdesc=Enlightenment window manager DR17 (aka e17)
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('432d76e95ff0d36a624876af829440bdd91f5b0e'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd $srcdir/$_pkgname-$_pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  patch -p0  $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0  $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wayland-clients \
---disable-conf-wallpaper2 \
---disable-illume2 \
---disable-physics \
---disable-doc
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$_pkgver

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

2012-12-18 Thread Jan Steffens
Date: Tuesday, December 18, 2012 @ 15:28:51
  Author: heftig
Revision: 173314

Make sbc a normal dependency. It's not big, and missing it causes crashes when 
attempting to use bluetooth

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 19:57:25 UTC (rev 173313)
+++ PKGBUILD2012-12-18 20:28:51 UTC (rev 173314)
@@ -8,7 +8,7 @@
 pkgname=(pulseaudio libpulse)
 pkgdesc=A featureful, general-purpose sound server
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/PulseAudio;
 license=(GPL LGPL)
@@ -43,10 +43,9 @@
 
 package_pulseaudio() {
   depends=(libpulse=$pkgver-$pkgrel rtkit libltdl speex tdb udev fftw orc
-   libsamplerate webrtc-audio-processing systemd)
+   libsamplerate webrtc-audio-processing systemd sbc)
   optdepends=('avahi: zeroconf support'
   'bluez: bluetooth support'
-  'sbc: bluetooth support'
   'gconf: configuration through gconf (paprefs)'
   'jack: jack support'
   'lirc-utils: infra-red support'



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

2012-12-18 Thread Jan Steffens
Date: Tuesday, December 18, 2012 @ 15:30:41
  Author: heftig
Revision: 173315

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

Added:
  pulseaudio/repos/extra-i686/PKGBUILD
(from rev 173314, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/extra-i686/pulseaudio.install
(from rev 173314, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/extra-i686/pulseaudio.xinit
(from rev 173314, pulseaudio/trunk/pulseaudio.xinit)
  pulseaudio/repos/extra-x86_64/PKGBUILD
(from rev 173314, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/extra-x86_64/pulseaudio.install
(from rev 173314, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/extra-x86_64/pulseaudio.xinit
(from rev 173314, pulseaudio/trunk/pulseaudio.xinit)
Deleted:
  pulseaudio/repos/extra-i686/PKGBUILD
  pulseaudio/repos/extra-i686/pulseaudio.install
  pulseaudio/repos/extra-i686/pulseaudio.xinit
  pulseaudio/repos/extra-x86_64/PKGBUILD
  pulseaudio/repos/extra-x86_64/pulseaudio.install
  pulseaudio/repos/extra-x86_64/pulseaudio.xinit

-+
 extra-i686/PKGBUILD |  243 ++
 extra-i686/pulseaudio.install   |   50 +++
 extra-i686/pulseaudio.xinit |   24 +--
 extra-x86_64/PKGBUILD   |  243 ++
 extra-x86_64/pulseaudio.install |   50 +++
 extra-x86_64/pulseaudio.xinit   |   24 +--
 6 files changed, 316 insertions(+), 318 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 20:28:51 UTC (rev 173314)
+++ extra-i686/PKGBUILD 2012-12-18 20:30:41 UTC (rev 173315)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse)
-pkgdesc=A featureful, general-purpose sound server
-pkgver=3.0
-pkgrel=1
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/PulseAudio;
-license=(GPL LGPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsamplerate libtool rtkit
- speex tdb udev dbus-core avahi bluez gconf intltool jack sbc
- lirc-utils openssl fftw orc json-c gtk2 webrtc-audio-processing
- systemd check)
-options=(!emptydirs !libtool)
-source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
-pulseaudio.xinit)
-sha256sums=('c90bfda29605942d08e3e218ef10e3c660506a06651a616bfbb6a6df8392836d'
-'a0db6cdc74fbf0ca10e2343c08e1e228f109221c6c0ff91b0bfade5c4bdf03cf')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-database=tdb \
---disable-tcpwrap \
---disable-rpath \
---disable-default-build-tests
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_pulseaudio() {
-  depends=(libpulse=$pkgver-$pkgrel rtkit libltdl speex tdb udev fftw orc
-   libsamplerate webrtc-audio-processing systemd)
-  optdepends=('avahi: zeroconf support'
-  'bluez: bluetooth support'
-  'sbc: bluetooth support'
-  'gconf: configuration through gconf (paprefs)'
-  'jack: jack support'
-  'lirc-utils: infra-red support'
-  'openssl: RAOP support'
-  'python2-pyqt: Equalizer GUI (qpaeq)')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-
-  cd $pkgbase-$pkgver
-  make -j1 DESTDIR=$pkgdir install
-
-  # Speed up pulseaudio shutdown
-  # Lower resample quality, saves CPU
-  sed -e '/exit-idle-time/iexit-idle-time=0' \
-  -e '/resample-method/iresample-method=speex-float-0' \
-  -i $pkgdir/etc/pulse/daemon.conf
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#|' \
-  -i $pkgdir/usr/bin/start-pulseaudio-x11
-
-  # Make ConsoleKit optional
-  sed -e $'/load-module module-console-kit/{i.nofail\n;a.fail\n;}' \
-  -i $pkgdir/etc/pulse/default.pa
-
-  # Python fix
-  sed -i '1s:python$:2:' $pkgdir/usr/bin/qpaeq
-
-  install -Dm755 $srcdir/pulseaudio.xinit 
$pkgdir/etc/X11/xinit/xinitrc.d/pulseaudio
-
-  rm $pkgdir/etc/dbus-1/system.d/pulseaudio-system.conf
-
-  # cap is handled in .install
-  chmod 755 $pkgdir/usr/lib/pulse/proximity-helper
-
-### Split libpulse
-
-  mkdir -p 
$srcdir/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}
-
-  mv {$pkgdir,$srcdir/libpulse}/etc/pulse/client.conf
-
-  mv $pkgdir/usr/bin/pa{cat,ctl,dsp,mon,play,rec,record} \
- $srcdir/libpulse/usr/bin
-
-  mv 

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

2012-12-18 Thread andyrtr
Date: Tuesday, December 18, 2012 @ 15:47:59
  Author: andyrtr
Revision: 173316

upgpkg: getmail 4.36.0-1

upstream update 4.36.0

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 20:30:41 UTC (rev 173315)
+++ PKGBUILD2012-12-18 20:47:59 UTC (rev 173316)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.35.0
+pkgver=4.36.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('ea28d1801c431513aaf6d6bfee49f3f6')
+md5sums=('420bdcb96adf43d76b9d46ba6aa71c05')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-12-18 Thread andyrtr
Date: Tuesday, December 18, 2012 @ 15:48:23
  Author: andyrtr
Revision: 173317

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 173316, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-12-18 20:47:59 UTC (rev 173316)
+++ PKGBUILD2012-12-18 20:48:23 UTC (rev 173317)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Committer: Manolis Tzanidakis mano...@archlinux.org
-
-pkgname=getmail
-pkgver=4.35.0
-pkgrel=1
-pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
-arch=(any)
-url=http://pyropus.ca/software/getmail;
-license=(GPL)
-depends=('python2')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('ea28d1801c431513aaf6d6bfee49f3f6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 173316, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-12-18 20:48:23 UTC (rev 173317)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Committer: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=getmail
+pkgver=4.36.0
+pkgrel=1
+pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
+arch=(any)
+url=http://pyropus.ca/software/getmail;
+license=(GPL)
+depends=('python2')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('420bdcb96adf43d76b9d46ba6aa71c05')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  # fix some broken shebang calls
+  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
+  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
+}



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

2012-12-18 Thread andyrtr
Date: Tuesday, December 18, 2012 @ 16:27:05
  Author: andyrtr
Revision: 173318

upgpkg: icu 50.1.1-1

upstream update 50.1.1

Modified:
  icu/trunk/PKGBUILD
Deleted:
  icu/trunk/changeset_32780.diff

--+
 PKGBUILD |   15 --
 changeset_32780.diff |   67 -
 2 files changed, 6 insertions(+), 76 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 20:48:23 UTC (rev 173317)
+++ PKGBUILD2012-12-18 21:27:05 UTC (rev 173318)
@@ -3,19 +3,19 @@
 # Contributor: Art Gramlich a...@gramlich-net.com
 
 pkgname=icu
-pkgver=50.1
-pkgrel=2
+pkgver=50.1.1
+pkgrel=1
 pkgdesc=International Components for Unicode library
 arch=(i686 x86_64)
 url=http://www.icu-project.org/;
 license=('custom:icu')
 depends=('gcc-libs=4.7.1-5' 'sh')
+#makedepends=('clang')
 
source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz

http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
-   icu.8198.revert.icu5431.patch changeset_32780.diff)
-md5sums=('cf7bf9e56aa6c2057a8b6f464046483e'
- 'ebd5470fc969c75e52baf4af94a9ee82'
- '58f4b655e40dddc8e316600019b491b2')
+   icu.8198.revert.icu5431.patch)
+md5sums=('c721c2e0c8f86975ccea620d09aedc81'
+ 'ebd5470fc969c75e52baf4af94a9ee82')
 
 build() {
   cd ${srcdir}/icu/source
@@ -23,9 +23,6 @@
   # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
   patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
 
-  # fix building clients without c++11 
http://bugs.icu-project.org/trac/changeset/32780
-  patch -Np4 -i ${srcdir}/changeset_32780.diff
-
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man

Deleted: changeset_32780.diff
===
--- changeset_32780.diff2012-12-18 20:48:23 UTC (rev 173317)
+++ changeset_32780.diff2012-12-18 21:27:05 UTC (rev 173318)
@@ -1,67 +0,0 @@
-Index: /icu/trunk/source/test/intltest/strtest.cpp
-===
 /icu/trunk/source/test/intltest/strtest.cpp(revision 32779)
-+++ /icu/trunk/source/test/intltest/strtest.cpp(revision 32780)
-@@ -1,5 +1,5 @@
- /
-  * COPYRIGHT: 
-- * Copyright (c) 1997-2011, International Business Machines Corporation and
-+ * Copyright (c) 1997-2012, International Business Machines Corporation and
-  * others. All Rights Reserved.
-  /
-@@ -95,5 +95,5 @@
- StringTest::Test_U_STRING() {
- U_STRING_INIT(ustringVar, aZ0 -, 5);
--if( sizeof(ustringVar)/sizeof(*ustringVar)!=6 ||
-+if( u_strlen(ustringVar)!=5 ||
- ustringVar[0]!=0x61 ||
- ustringVar[1]!=0x5a ||
-Index: /icu/trunk/source/common/unicode/ustring.h
-===
 /icu/trunk/source/common/unicode/ustring.h (revision 32779)
-+++ /icu/trunk/source/common/unicode/ustring.h (revision 32780)
-@@ -940,5 +940,5 @@
-  */
- #if defined(U_DECLARE_UTF16)
--#   define U_STRING_DECL(var, cs, length) static const UChar 
var[(length)+1]=U_DECLARE_UTF16(cs)
-+#   define U_STRING_DECL(var, cs, length) static const UChar *var=(const 
UChar *)U_DECLARE_UTF16(cs)
- /**@stable ICU 2.0 */
- #   define U_STRING_INIT(var, cs, length)
-Index: /icu/trunk/source/common/unicode/platform.h
-===
 /icu/trunk/source/common/unicode/platform.h(revision 32779)
-+++ /icu/trunk/source/common/unicode/platform.h(revision 32780)
-@@ -665,7 +665,7 @@
-  * gcc 4.4 defines the __CHAR16_TYPE__ macro to a usable type but
-  * does not support uabc string literals.
-- * C++11 requires support for UTF-16 literals
-+ * C++11 and C11 require support for UTF-16 literals
-  */
--#   if (defined(__cplusplus)  __cplusplus = 201103L)
-+#   if (defined(__cplusplus)  __cplusplus = 201103L) || 
(defined(__STDC_VERSION__)  __STDC_VERSION__ = 201112L)
- #   define U_HAVE_CHAR16_T 1
- #   else
-Index: /icu/trunk/source/common/unicode/umachine.h
-===
 /icu/trunk/source/common/unicode/umachine.h(revision 32779)
-+++ /icu/trunk/source/common/unicode/umachine.h(revision 32780)
-@@ -257,5 +257,5 @@
- /**
-  * \var UChar
-- * Define UChar to be char16_t, if available,
-+ * Define UChar to be UCHAR_TYPE, if that is #defined (for example, to 
char16_t),
-  * or wchar_t if that is 16 bits wide; always assumed to be unsigned.
-  * If neither is available, then define UChar to be uint16_t.
-@@ -267,8 +267,8 @@
-  * @stable ICU 4.4
-  */
--
--/* 

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

2012-12-18 Thread andyrtr
Date: Tuesday, December 18, 2012 @ 16:27:40
  Author: andyrtr
Revision: 173319

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

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

+
 extra-i686/PKGBUILD|   89 -
 extra-i686/changeset_32780.diff|   67 ---
 extra-i686/icu.8198.revert.icu5431.patch   |  258 +--
 extra-x86_64/PKGBUILD  |   89 -
 extra-x86_64/changeset_32780.diff  |   67 ---
 extra-x86_64/icu.8198.revert.icu5431.patch |  258 +--
 6 files changed, 344 insertions(+), 484 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 21:27:05 UTC (rev 173318)
+++ extra-i686/PKGBUILD 2012-12-18 21:27:40 UTC (rev 173319)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Art Gramlich a...@gramlich-net.com
-
-pkgname=icu
-pkgver=50.1
-pkgrel=2
-pkgdesc=International Components for Unicode library
-arch=(i686 x86_64)
-url=http://www.icu-project.org/;
-license=('custom:icu')
-depends=('gcc-libs=4.7.1-5' 'sh')
-source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
-   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
-   icu.8198.revert.icu5431.patch changeset_32780.diff)
-md5sums=('cf7bf9e56aa6c2057a8b6f464046483e'
- 'ebd5470fc969c75e52baf4af94a9ee82'
- '58f4b655e40dddc8e316600019b491b2')
-
-build() {
-  cd ${srcdir}/icu/source
-
-  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
-  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
-
-  # fix building clients without c++11 
http://bugs.icu-project.org/trac/changeset/32780
-  patch -Np4 -i ${srcdir}/changeset_32780.diff
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd $srcdir/icu/source
-  make -k check # passes all
-}
-
-package() {
-  cd ${srcdir}/icu/source
-  make -j1 DESTDIR=${pkgdir} install
-
-  # Install license
-  install -Dm644 ${srcdir}/icu/license.html 
${pkgdir}/usr/share/licenses/icu/license.html
-}

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

Deleted: extra-i686/changeset_32780.diff
===
--- extra-i686/changeset_32780.diff 2012-12-18 21:27:05 UTC (rev 173318)
+++ extra-i686/changeset_32780.diff 2012-12-18 21:27:40 UTC (rev 173319)
@@ -1,67 +0,0 @@
-Index: /icu/trunk/source/test/intltest/strtest.cpp
-===
 /icu/trunk/source/test/intltest/strtest.cpp(revision 32779)
-+++ 

[arch-commits] Commit in xf86-video-intel/repos (10 files)

2012-12-18 Thread andyrtr
Date: Tuesday, December 18, 2012 @ 16:43:54
  Author: andyrtr
Revision: 173320

db-move: moved xf86-video-intel from [testing] to [extra] (i686, x86_64)

Added:
  xf86-video-intel/repos/extra-i686/PKGBUILD
(from rev 173319, xf86-video-intel/repos/testing-i686/PKGBUILD)
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
(from rev 173319, 
xf86-video-intel/repos/testing-i686/xf86-video-intel.install)
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
(from rev 173319, xf86-video-intel/repos/testing-x86_64/PKGBUILD)
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install
(from rev 173319, 
xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/extra-i686/PKGBUILD
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   72 
 extra-i686/xf86-video-intel.install   |   16 +++
 extra-x86_64/PKGBUILD |   72 
 extra-x86_64/xf86-video-intel.install |   16 +++
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 21:27:40 UTC (rev 173319)
+++ extra-i686/PKGBUILD 2012-12-18 21:43:54 UTC (rev 173320)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-intel
-pkgver=2.20.15
-pkgrel=1
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-install=$pkgname.install
-pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
-depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('09ba6878746193951b5471d9ed54fa6115fea97477ed33d0b9bd9b8cafd9e163')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-dri
-  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-intel/repos/extra-i686/PKGBUILD (from rev 173319, 
xf86-video-intel/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-18 21:43:54 UTC (rev 173320)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.20.16
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('308646d1d4b07e5c581cd7cca133b0e3410a1a3911a58d7d49b8ea106b64d0ba')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-dri
+  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: extra-i686/xf86-video-intel.install
===
--- extra-i686/xf86-video-intel.install 2012-12-18 21:27:40 UTC (rev 173319)
+++ extra-i686/xf86-video-intel.install 2012-12-18 21:43:54 UTC (rev 173320)
@@ -1,8 +0,0 @@
-post_install() {
-  echo  This driver now allows to switch
-  echo  between sna/uxa acceleration methods.
-  echo  Add to the 

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

2012-12-18 Thread Gaetan Bisson
Date: Tuesday, December 18, 2012 @ 17:52:21
  Author: bisson
Revision: 173321

fix FS#33124

Modified:
  ntp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 21:43:54 UTC (rev 173320)
+++ PKGBUILD2012-12-18 22:52:21 UTC (rev 173321)
@@ -5,13 +5,14 @@
 pkgname=ntp
 pkgver=4.2.6.p5
 _realver=4.2.6p5
-pkgrel=12
+pkgrel=13
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
 arch=('i686' 'x86_64')
-makedepends=('perl-html-parser')
-depends=('openssl' 'readline' 'libcap')
+depends=('openssl' 'libcap')
+optdepends=('libedit: ntpdc, ntpq')
+makedepends=('perl-html-parser' 'libedit')
 backup=('etc/ntp.conf' 'etc/conf.d/ntpd.conf')
 source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz;
 'ntpd'



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

2012-12-18 Thread Gaetan Bisson
Date: Tuesday, December 18, 2012 @ 17:53:36
  Author: bisson
Revision: 173322

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

Added:
  ntp/repos/extra-i686/PKGBUILD
(from rev 173321, ntp/trunk/PKGBUILD)
  ntp/repos/extra-i686/install
(from rev 173321, ntp/trunk/install)
  ntp/repos/extra-i686/ntp.conf
(from rev 173321, ntp/trunk/ntp.conf)
  ntp/repos/extra-i686/ntpd
(from rev 173321, ntp/trunk/ntpd)
  ntp/repos/extra-i686/ntpd.conf
(from rev 173321, ntp/trunk/ntpd.conf)
  ntp/repos/extra-i686/ntpd.service
(from rev 173321, ntp/trunk/ntpd.service)
  ntp/repos/extra-i686/ntpdate
(from rev 173321, ntp/trunk/ntpdate)
  ntp/repos/extra-i686/ntpdate.service
(from rev 173321, ntp/trunk/ntpdate.service)
  ntp/repos/extra-x86_64/PKGBUILD
(from rev 173321, ntp/trunk/PKGBUILD)
  ntp/repos/extra-x86_64/install
(from rev 173321, ntp/trunk/install)
  ntp/repos/extra-x86_64/ntp.conf
(from rev 173321, ntp/trunk/ntp.conf)
  ntp/repos/extra-x86_64/ntpd
(from rev 173321, ntp/trunk/ntpd)
  ntp/repos/extra-x86_64/ntpd.conf
(from rev 173321, ntp/trunk/ntpd.conf)
  ntp/repos/extra-x86_64/ntpd.service
(from rev 173321, ntp/trunk/ntpd.service)
  ntp/repos/extra-x86_64/ntpdate
(from rev 173321, ntp/trunk/ntpdate)
  ntp/repos/extra-x86_64/ntpdate.service
(from rev 173321, ntp/trunk/ntpdate.service)
Deleted:
  ntp/repos/extra-i686/PKGBUILD
  ntp/repos/extra-i686/install
  ntp/repos/extra-i686/ntp.conf
  ntp/repos/extra-i686/ntpd
  ntp/repos/extra-i686/ntpd.conf
  ntp/repos/extra-i686/ntpd.service
  ntp/repos/extra-i686/ntpdate
  ntp/repos/extra-i686/ntpdate.service
  ntp/repos/extra-x86_64/PKGBUILD
  ntp/repos/extra-x86_64/install
  ntp/repos/extra-x86_64/ntp.conf
  ntp/repos/extra-x86_64/ntpd
  ntp/repos/extra-x86_64/ntpd.conf
  ntp/repos/extra-x86_64/ntpd.service
  ntp/repos/extra-x86_64/ntpdate
  ntp/repos/extra-x86_64/ntpdate.service

--+
 extra-i686/PKGBUILD  |  137 -
 extra-i686/install   |   74 +++---
 extra-i686/ntp.conf  |   44 ++---
 extra-i686/ntpd  |   94 ++--
 extra-i686/ntpd.conf |   10 +-
 extra-i686/ntpd.service  |   26 +++
 extra-i686/ntpdate   |   58 -
 extra-i686/ntpdate.service   |   24 +++
 extra-x86_64/PKGBUILD|  137 -
 extra-x86_64/install |   74 +++---
 extra-x86_64/ntp.conf|   44 ++---
 extra-x86_64/ntpd|   94 ++--
 extra-x86_64/ntpd.conf   |   10 +-
 extra-x86_64/ntpd.service|   26 +++
 extra-x86_64/ntpdate |   58 -
 extra-x86_64/ntpdate.service |   24 +++
 16 files changed, 468 insertions(+), 466 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-18 22:52:21 UTC (rev 173321)
+++ extra-i686/PKGBUILD 2012-12-18 22:53:36 UTC (rev 173322)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-
-pkgname=ntp
-pkgver=4.2.6.p5
-_realver=4.2.6p5
-pkgrel=12
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-makedepends=('perl-html-parser')
-depends=('openssl' 'readline' 'libcap')
-backup=('etc/ntp.conf' 'etc/conf.d/ntpd.conf')
-source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz;
-'ntpd'
-'ntpdate'
-'ntp.conf'
-'ntpd.conf'
-'ntpd.service'
-'ntpdate.service')
-sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
-  '4e324e625c1f080b5c028be5092aa71adbf9bd99'
-  '01394b8a952f5edc85d19df8335eeac3980320f4'
-  'f6a2292c26a201d9305669e99463fb54e5603b3f'
-  '4537d1f58b299d463db5048129cb264511474b0b'
-  'ffbabfaab90f1ba4dc769c84fbbfe89c5c01ee95'
-  '0cb9dbd285e2e8ac51ff47dee08af69e12a09855'
-)
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${_realver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-linuxcaps \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${_realver}
-
-   make DESTDIR=${pkgdir} install
-
-   rmdir ${pkgdir}/usr/{lib,sbin}
-   install -d -o 87 ${pkgdir}/var/lib/ntp
-   install -Dm755 ../ntpd ${pkgdir}/etc/rc.d/ntpd
-   install -Dm755 ../ntpdate ${pkgdir}/etc/rc.d/ntpdate
-   install -Dm644 ../ntp.conf ${pkgdir}/etc/ntp.conf
-   install -Dm644 ../ntpd.conf ${pkgdir}/etc/conf.d/ntpd.conf
-   install -Dm644 ../ntpd.service 
${pkgdir}/usr/lib/systemd/system/ntpd.service
-   install -Dm644 ../ntpdate.service 
${pkgdir}/usr/lib/systemd/system/ntpdate.service
-   install -Dm644 COPYRIGHT 

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

2012-12-18 Thread Allan McRae
Date: Tuesday, December 18, 2012 @ 20:14:15
  Author: allan
Revision: 173323

upgpkg: gmp 5.1.0-1

upstream update

Modified:
  gmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 22:53:36 UTC (rev 173322)
+++ PKGBUILD2012-12-19 01:14:15 UTC (rev 173323)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gmp
-pkgver=5.0.5
+pkgver=5.1.0
 pkgrel=1
 pkgdesc=A free library for arbitrary precision arithmetic
 arch=('i686' 'x86_64')
@@ -12,17 +12,16 @@
 license=('LGPL3')
 options=(!libtool)
 install=gmp.install
-source=(ftp://ftp.gnu.org/gnu/gmp/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('8aef50959acec2a1ad41d144ffe0f3b5'
- '406e8878aadc51b134d1b3dd845261ee')
+source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('69fd511e435f81a0334f14f00c7d77b3'
+ '7a02b99dc7edd9822c210f78d88140e5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   
-  [ ${CARCH} = i686 ]  export ABI=32
+  [[ ${CARCH} = i686 ]]  export ABI=32
   ./configure --build=${CHOST} \
---prefix=/usr --infodir=/usr/share/info \
---enable-cxx
+--prefix=/usr --enable-cxx
   make
 }
 



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

2012-12-18 Thread Allan McRae
Date: Tuesday, December 18, 2012 @ 20:14:54
  Author: allan
Revision: 173324

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

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

+
 testing-i686/PKGBUILD  |   36 
 testing-i686/gmp.install   |   20 
 testing-x86_64/PKGBUILD|   36 
 testing-x86_64/gmp.install |   20 
 4 files changed, 112 insertions(+)

Copied: gmp/repos/testing-i686/PKGBUILD (from rev 173323, gmp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-19 01:14:54 UTC (rev 173324)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gmp
+pkgver=5.1.0
+pkgrel=1
+pkgdesc=A free library for arbitrary precision arithmetic
+arch=('i686' 'x86_64')
+url=http://gmplib.org/;
+depends=('gcc-libs' 'sh')
+license=('LGPL3')
+options=(!libtool)
+install=gmp.install
+source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('69fd511e435f81a0334f14f00c7d77b3'
+ '7a02b99dc7edd9822c210f78d88140e5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  [[ ${CARCH} = i686 ]]  export ABI=32
+  ./configure --build=${CHOST} \
+--prefix=/usr --enable-cxx
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gmp/repos/testing-i686/gmp.install (from rev 173323, 
gmp/trunk/gmp.install)
===
--- testing-i686/gmp.install(rev 0)
+++ testing-i686/gmp.install2012-12-19 01:14:54 UTC (rev 173324)
@@ -0,0 +1,20 @@
+info_dir=usr/share/info
+info_files=(gmp.info gmp.info-1 gmp.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: gmp/repos/testing-x86_64/PKGBUILD (from rev 173323, gmp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-19 01:14:54 UTC (rev 173324)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gmp
+pkgver=5.1.0
+pkgrel=1
+pkgdesc=A free library for arbitrary precision arithmetic
+arch=('i686' 'x86_64')
+url=http://gmplib.org/;
+depends=('gcc-libs' 'sh')
+license=('LGPL3')
+options=(!libtool)
+install=gmp.install
+source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('69fd511e435f81a0334f14f00c7d77b3'
+ '7a02b99dc7edd9822c210f78d88140e5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  [[ ${CARCH} = i686 ]]  export ABI=32
+  ./configure --build=${CHOST} \
+--prefix=/usr --enable-cxx
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gmp/repos/testing-x86_64/gmp.install (from rev 173323, 
gmp/trunk/gmp.install)
===
--- testing-x86_64/gmp.install  (rev 0)
+++ testing-x86_64/gmp.install  2012-12-19 01:14:54 UTC (rev 173324)
@@ -0,0 +1,20 @@
+info_dir=usr/share/info
+info_files=(gmp.info gmp.info-1 gmp.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}



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

2012-12-18 Thread Allan McRae
Date: Tuesday, December 18, 2012 @ 20:16:30
  Author: allan
Revision: 173325

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

Added:
  isl/repos/core-i686/PKGBUILD
(from rev 173324, isl/repos/testing-i686/PKGBUILD)
  isl/repos/core-x86_64/PKGBUILD
(from rev 173324, isl/repos/testing-x86_64/PKGBUILD)
Deleted:
  isl/repos/core-i686/PKGBUILD
  isl/repos/core-x86_64/PKGBUILD
  isl/repos/testing-i686/
  isl/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-12-19 01:14:54 UTC (rev 173324)
+++ core-i686/PKGBUILD  2012-12-19 01:16:30 UTC (rev 173325)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=isl
-pkgver=0.11
-pkgrel=1
-pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
-arch=('i686' 'x86_64')
-url=http://www.kotnet.org/~skimo/isl/;
-license=('MIT')
-options=('!libtool')
-source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('8dd36a28ed255f4fd3d903adb24e99db')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir/ install
-
-  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
-  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.0-gdb.py
-}

Copied: isl/repos/core-i686/PKGBUILD (from rev 173324, 
isl/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-12-19 01:16:30 UTC (rev 173325)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=isl
+pkgver=0.11.1
+pkgrel=1
+pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
+arch=('i686' 'x86_64')
+url=http://www.kotnet.org/~skimo/isl/;
+license=('MIT')
+options=('!libtool')
+source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
+md5sums=('bce1586384d8635a76d2f017fb067cd2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir/ install
+
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
+  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.1-gdb.py
+  
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-12-19 01:14:54 UTC (rev 173324)
+++ core-x86_64/PKGBUILD2012-12-19 01:16:30 UTC (rev 173325)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=isl
-pkgver=0.11
-pkgrel=1
-pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
-arch=('i686' 'x86_64')
-url=http://www.kotnet.org/~skimo/isl/;
-license=('MIT')
-options=('!libtool')
-source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('8dd36a28ed255f4fd3d903adb24e99db')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir/ install
-
-  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
-  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.0-gdb.py
-}

Copied: isl/repos/core-x86_64/PKGBUILD (from rev 173324, 
isl/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-12-19 01:16:30 UTC (rev 173325)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=isl
+pkgver=0.11.1
+pkgrel=1
+pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
+arch=('i686' 'x86_64')
+url=http://www.kotnet.org/~skimo/isl/;
+license=('MIT')
+options=('!libtool')
+source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
+md5sums=('bce1586384d8635a76d2f017fb067cd2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir/ install
+
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
+  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.1-gdb.py
+  
+  install -Dm644 LICENSE 

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

2012-12-18 Thread Allan McRae
Date: Tuesday, December 18, 2012 @ 20:16:31
  Author: allan
Revision: 173326

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

Added:
  automake/repos/core-any/PKGBUILD
(from rev 173324, automake/repos/testing-any/PKGBUILD)
  automake/repos/core-any/automake.install
(from rev 173324, automake/repos/testing-any/automake.install)
Deleted:
  automake/repos/core-any/PKGBUILD
  automake/repos/core-any/automake.install
  automake/repos/testing-any/

--+
 PKGBUILD |   68 ++---
 automake.install |   44 +-
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-12-19 01:16:30 UTC (rev 173325)
+++ core-any/PKGBUILD   2012-12-19 01:16:31 UTC (rev 173326)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=automake
-pkgver=1.12.5
-pkgrel=1
-pkgdesc=A GNU tool for automatically creating Makefiles
-arch=('any')
-license=('GPL')
-url=http://www.gnu.org/software/automake;
-groups=('base-devel')
-depends=('perl' 'bash')
-makedepends=('autoconf')
-install=automake.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('2bc1aef898712c7e56320f264040972d'
- '2b5cf11401c4a6d9ebe8f3a979b626c9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: automake/repos/core-any/PKGBUILD (from rev 173324, 
automake/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-12-19 01:16:31 UTC (rev 173326)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=automake
+pkgver=1.12.6
+pkgrel=1
+pkgdesc=A GNU tool for automatically creating Makefiles
+arch=('any')
+license=('GPL')
+url=http://www.gnu.org/software/automake;
+groups=('base-devel')
+depends=('perl' 'bash')
+makedepends=('autoconf')
+install=automake.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('140e084223bf463a24c1a28427c6aec7'
+ '3c5d76f56493b85e806bfd163010a6c2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-any/automake.install
===
--- core-any/automake.install   2012-12-19 01:16:30 UTC (rev 173325)
+++ core-any/automake.install   2012-12-19 01:16:31 UTC (rev 173326)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-filelist=(automake.info automake.info-1 automake.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: automake/repos/core-any/automake.install (from rev 173324, 
automake/repos/testing-any/automake.install)
===
--- core-any/automake.install   (rev 0)
+++ core-any/automake.install   2012-12-19 01:16:31 UTC (rev 173326)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(automake.info automake.info-1 automake.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-12-18 Thread Allan McRae
Date: Tuesday, December 18, 2012 @ 20:16:33
  Author: allan
Revision: 173327

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

Added:
  bison/repos/core-i686/PKGBUILD
(from rev 173324, bison/repos/testing-i686/PKGBUILD)
  bison/repos/core-i686/bison.install
(from rev 173324, bison/repos/testing-i686/bison.install)
  bison/repos/core-x86_64/PKGBUILD
(from rev 173324, bison/repos/testing-x86_64/PKGBUILD)
  bison/repos/core-x86_64/bison.install
(from rev 173324, bison/repos/testing-x86_64/bison.install)
Deleted:
  bison/repos/core-i686/PKGBUILD
  bison/repos/core-i686/bison.install
  bison/repos/core-x86_64/PKGBUILD
  bison/repos/core-x86_64/bison.install
  bison/repos/testing-i686/
  bison/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|   66 ++--
 core-i686/bison.install   |   32 ++---
 core-x86_64/PKGBUILD  |   66 ++--
 core-x86_64/bison.install |   32 ++---
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-12-19 01:16:31 UTC (rev 173326)
+++ core-i686/PKGBUILD  2012-12-19 01:16:33 UTC (rev 173327)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-
-pkgname=bison
-pkgver=2.6.5
-pkgrel=1
-pkgdesc=The GNU general-purpose parser generator
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.gnu.org/software/bison/bison.html;
-depends=('glibc' 'm4' 'sh')
-groups=('base-devel')
-install=bison.install
-source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('75c8508e0a9e5c68f608658672d6bda4'
- '1caae9ecfbad56cf170432b6db667907')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}  
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: bison/repos/core-i686/PKGBUILD (from rev 173324, 
bison/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-12-19 01:16:33 UTC (rev 173327)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+
+pkgname=bison
+pkgver=2.7
+pkgrel=1
+pkgdesc=The GNU general-purpose parser generator
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/bison/bison.html;
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+install=bison.install
+source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('234cdfac99257cf99ac4a03c898f37b9'
+ '853204af1f9a5602d84989b4852e317e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}  
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/bison.install
===
--- core-i686/bison.install 2012-12-19 01:16:31 UTC (rev 173326)
+++ core-i686/bison.install 2012-12-19 01:16:33 UTC (rev 173327)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=bison.info.gz
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/$file $infodir/dir 2 /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-}

Copied: bison/repos/core-i686/bison.install (from rev 173324, 
bison/repos/testing-i686/bison.install)
===
--- core-i686/bison.install (rev 0)
+++ core-i686/bison.install 2012-12-19 01:16:33 UTC (rev 173327)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=bison.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-12-19 01:16:31 UTC (rev 173326)
+++ core-x86_64/PKGBUILD2012-12-19 01:16:33 UTC (rev 173327)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-
-pkgname=bison
-pkgver=2.6.5
-pkgrel=1
-pkgdesc=The GNU general-purpose parser generator
-arch=('i686' 'x86_64')
-license=('GPL3')