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

2014-10-05 Thread Bartłomiej Piotrowski
Date: Sunday, October 5, 2014 @ 09:43:33
  Author: bpiotrowski
Revision: 223874

upgpkg: ffmpeg 1:2.4.2-1

new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 05:39:49 UTC (rev 223873)
+++ PKGBUILD2014-10-05 07:43:33 UTC (rev 223874)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
@@ -20,7 +20,7 @@
 )
 makedepends=('libvdpau' 'yasm')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('c36caa8d29b3677dcb7bd8c546890c9d'
+md5sums=('9e6163b09b7b9331b834d80874c2c0ff'
  'SKIP')
 
 build() {


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

2014-10-05 Thread Bartłomiej Piotrowski
Date: Sunday, October 5, 2014 @ 09:43:40
  Author: bpiotrowski
Revision: 223875

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-05 07:43:33 UTC (rev 223874)
+++ extra-i686/PKGBUILD 2014-10-05 07:43:40 UTC (rev 223875)
@@ -1,76 +0,0 @@
-#b $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=2.4.1
-pkgrel=1
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
-)
-makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('c36caa8d29b3677dcb7bd8c546890c9d'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-runtime-cpudetect \
---enable-shared \
---enable-swresample \
---enable-vdpau \
---enable-version3 \
---enable-x11grab
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-man
-  install -Dm755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
-}

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 223874, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-05 07:43:40 UTC (rev 223875)
@@ -0,0 +1,76 @@
+#b $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.4.2
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
+)
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('9e6163b09b7b9331b834d80874c2c0ff'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libx265 \
+

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

2014-10-05 Thread Maxime Gauduin
Date: Sunday, October 5, 2014 @ 11:36:43
  Author: alucryd
Revision: 120148

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

Added:
  clementine/repos/community-staging-i686/
  clementine/repos/community-staging-i686/PKGBUILD
(from rev 120147, clementine/trunk/PKGBUILD)
  clementine/repos/community-staging-i686/clementine.install
(from rev 120147, clementine/trunk/clementine.install)
  clementine/repos/community-staging-i686/udisks-namespace.patch
(from rev 120147, clementine/trunk/udisks-namespace.patch)
  clementine/repos/community-staging-x86_64/
  clementine/repos/community-staging-x86_64/PKGBUILD
(from rev 120147, clementine/trunk/PKGBUILD)
  clementine/repos/community-staging-x86_64/clementine.install
(from rev 120147, clementine/trunk/clementine.install)
  clementine/repos/community-staging-x86_64/udisks-namespace.patch
(from rev 120147, clementine/trunk/udisks-namespace.patch)

-+
 community-staging-i686/PKGBUILD |   51 ++
 community-staging-i686/clementine.install   |   15 ++
 community-staging-i686/udisks-namespace.patch   |   38 
 community-staging-x86_64/PKGBUILD   |   51 ++
 community-staging-x86_64/clementine.install |   15 ++
 community-staging-x86_64/udisks-namespace.patch |   38 
 6 files changed, 208 insertions(+)

Copied: clementine/repos/community-staging-i686/PKGBUILD (from rev 120147, 
clementine/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-05 09:36:43 UTC (rev 120148)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: BlackEagle ike.devol...@gmail.com
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=clementine
+pkgver=1.2.3
+pkgrel=3
+pkgdesc='A modern music player and library organizer'
+url='http://www.clementine-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 
'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
+makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
+optdepends=('gstreamer0.10-base-plugins: Base plugin libraries'
+'gstreamer0.10-good-plugins: Good plugin libraries'
+'gstreamer0.10-bad-plugins: Bad plugin libraries'
+'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
+'gvfs: Various devices support')
+install='clementine.install'
+source=(clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;
+'udisks-namespace.patch')
+sha256sums=('7df5650445a005c09f5f0e1a1b0d077037c37ecbe4ee77baf9d45f121308a1bf'
+'a7c2764576cee303a57e4efe6a5dbd583a66de8a15aee738bd92d4bb21786008')
+
+prepare() {
+  cd Clementine-${pkgver}
+
+  patch -Np1 -i ../udisks-namespace.patch
+}
+
+build() {
+  cd Clementine-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release'
+  make
+}
+
+package() {
+  cd Clementine-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-staging-i686/clementine.install (from rev 
120147, clementine/trunk/clementine.install)
===
--- community-staging-i686/clementine.install   (rev 0)
+++ community-staging-i686/clementine.install   2014-10-05 09:36:43 UTC (rev 
120148)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-staging-i686/udisks-namespace.patch (from 
rev 120147, clementine/trunk/udisks-namespace.patch)
===
--- community-staging-i686/udisks-namespace.patch   
(rev 0)
+++ community-staging-i686/udisks-namespace.patch   2014-10-05 09:36:43 UTC 
(rev 120148)
@@ -0,0 +1,38 @@
+From ec580cb815c16ec1ab43a469d5af7d51d8d03082 Mon Sep 17 00:00:00 2001
+From: Chocobozzz florian.choc...@gmail.com
+Date: Wed, 16 Jul 2014 15:57:25 +0200
+Subject: [PATCH] No namespaces for DBus interfaces. Fixes #4401
+
+---
+ src/CMakeLists.txt | 9 -
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 650fa74..775b0a5 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -892,11 +892,6 @@ optional_source(LINUX SOURCES widgets/osd_x11.cpp)
+ if(HAVE_DBUS)
+   

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

2014-10-05 Thread Maxime Gauduin
Date: Sunday, October 5, 2014 @ 11:36:34
  Author: alucryd
Revision: 120147

protobuf rebuild: clementine 1.2.3-3

Modified:
  clementine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 05:38:32 UTC (rev 120146)
+++ PKGBUILD2014-10-05 09:36:34 UTC (rev 120147)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: BlackEagle ike.devol...@gmail.com
 # Contributor: Dany Martineau dany.luc.martin...@gmail.com
@@ -6,7 +6,7 @@
 
 pkgname=clementine
 pkgver=1.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc='A modern music player and library organizer'
 url='http://www.clementine-player.org/'
 license=('GPL')
@@ -18,8 +18,8 @@
 'gstreamer0.10-bad-plugins: Bad plugin libraries'
 'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
 'gvfs: Various devices support')
-install=${pkgname}.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;
+install='clementine.install'
+source=(clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;
 'udisks-namespace.patch')
 sha256sums=('7df5650445a005c09f5f0e1a1b0d077037c37ecbe4ee77baf9d45f121308a1bf'
 'a7c2764576cee303a57e4efe6a5dbd583a66de8a15aee738bd92d4bb21786008')


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

2014-10-05 Thread Bartłomiej Piotrowski
Date: Sunday, October 5, 2014 @ 12:47:10
  Author: bpiotrowski
Revision: 120149

upgpkg: mixxx 1.11.0-3

rebuild against protobuf 2.6.0

Modified:
  mixxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 09:36:43 UTC (rev 120148)
+++ PKGBUILD2014-10-05 10:47:10 UTC (rev 120149)
@@ -6,7 +6,7 @@
 
 pkgname=mixxx
 pkgver=1.11.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Free, open source software for digital DJ'ing.
 arch=('i686' 'x86_64')
 url='http://www.mixxx.org'


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

2014-10-05 Thread Bartłomiej Piotrowski
Date: Sunday, October 5, 2014 @ 12:47:22
  Author: bpiotrowski
Revision: 120150

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

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

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

Copied: mixxx/repos/community-staging-i686/PKGBUILD (from rev 120149, 
mixxx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-05 10:47:22 UTC (rev 120150)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Ali H. Caliskan ali.h.caliskan AT gmail DOT com
+# Contributor: Ryan Coyner rcoy...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=mixxx
+pkgver=1.11.0
+pkgrel=3
+pkgdesc=Free, open source software for digital DJ'ing.
+arch=('i686' 'x86_64')
+url='http://www.mixxx.org'
+license=('GPL')
+depends=('fftw' 'libid3tag' 'libmad' 'libogg' 'libshout' 'libsndfile' 
'portaudio' 'portmidi'
+ 'taglib' 'qtwebkit' 'vamp-plugin-sdk' 'libusbx' 'protobuf' 'faad2' 
'libmp4v2')
+makedepends=('mesa' 'scons' 'libshout' 'glu')
+source=(http://downloads.mixxx.org/${pkgname}-${pkgver}/${pkgname}-${pkgver}-src.tar.gz;)
+md5sums=('89ee8ba60824919d8dd1194287bda259')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  scons qtdir=/usr/lib/qt4 prefix=/usr faad=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  scons qtdir=/usr/lib/qt4 prefix=/usr install_root=${pkgdir}/usr install
+}

Copied: mixxx/repos/community-staging-x86_64/PKGBUILD (from rev 120149, 
mixxx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-05 10:47:22 UTC (rev 120150)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Ali H. Caliskan ali.h.caliskan AT gmail DOT com
+# Contributor: Ryan Coyner rcoy...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=mixxx
+pkgver=1.11.0
+pkgrel=3
+pkgdesc=Free, open source software for digital DJ'ing.
+arch=('i686' 'x86_64')
+url='http://www.mixxx.org'
+license=('GPL')
+depends=('fftw' 'libid3tag' 'libmad' 'libogg' 'libshout' 'libsndfile' 
'portaudio' 'portmidi'
+ 'taglib' 'qtwebkit' 'vamp-plugin-sdk' 'libusbx' 'protobuf' 'faad2' 
'libmp4v2')
+makedepends=('mesa' 'scons' 'libshout' 'glu')
+source=(http://downloads.mixxx.org/${pkgname}-${pkgver}/${pkgname}-${pkgver}-src.tar.gz;)
+md5sums=('89ee8ba60824919d8dd1194287bda259')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  scons qtdir=/usr/lib/qt4 prefix=/usr faad=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  scons qtdir=/usr/lib/qt4 prefix=/usr install_root=${pkgdir}/usr install
+}


[arch-commits] Commit in nvidia-340xx-utils/trunk (PKGBUILD)

2014-10-05 Thread Sven-Hendrik Haase
Date: Sunday, October 5, 2014 @ 14:57:50
  Author: svenstaro
Revision: 223879

upgpkg: nvidia-340xx-utils 340.46-2

Fix optdeps

Modified:
  nvidia-340xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 10:50:21 UTC (rev 223878)
+++ PKGBUILD2014-10-05 12:57:50 UTC (rev 223879)
@@ -5,7 +5,7 @@
 pkgbase=nvidia-340xx-utils
 pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
 pkgver=340.46
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
 license=('custom')
@@ -90,7 +90,7 @@
 depends=('xorg-server')
 optdepends=('gtk2: nvidia-settings'
 'xorg-server-devel: nvidia-xconfig'
-'opencl-nvidia: OpenCL support')
+'opencl-nvidia-340xx: OpenCL support')
 conflicts=('nvidia-utils')
 provides=('nvidia-utils')
 install=${pkgname}.install


[arch-commits] Commit in nvidia-340xx-utils/repos (8 files)

2014-10-05 Thread Sven-Hendrik Haase
Date: Sunday, October 5, 2014 @ 14:58:02
  Author: svenstaro
Revision: 223880

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

Added:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
(from rev 223879, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
(from rev 223879, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 223879, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install
(from rev 223879, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
Deleted:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install

-+
 /PKGBUILD   |  366 ++
 /nvidia-340xx-utils.install |   28 ++
 extra-i686/PKGBUILD |  183 ---
 extra-i686/nvidia-340xx-utils.install   |   14 -
 extra-x86_64/PKGBUILD   |  183 ---
 extra-x86_64/nvidia-340xx-utils.install |   14 -
 6 files changed, 394 insertions(+), 394 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-05 12:57:50 UTC (rev 223879)
+++ extra-i686/PKGBUILD 2014-10-05 12:58:02 UTC (rev 223880)
@@ -1,183 +0,0 @@
-# $Id: PKGBUILD 219666 2014-08-13 13:28:24Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-pkgbase=nvidia-340xx-utils
-pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
-pkgver=340.46
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha1sums=('6b3fd297cd031e03b6acdaae5568f92f097b4b7f'
-  'c5953331c887a10517845094669aa4be3418cf98')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-create_links() {
-# create soname links
-for _lib in $(find ${pkgdir} -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
-[[ -e ${_base} ]] || ln -s $(basename ${_soname}) ${_base}
-done
-}
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia-340xx() {
-pkgdesc=OpenCL implemention for NVIDIA
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('opencl-nvidia')
-provides=('opencl-nvidia')
-cd ${_pkg}
-
-# OpenCL
-install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
-install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
-
-create_links
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s nvidia ${pkgdir}/usr/share/licenses/opencl-nvidia
-}
-
-package_nvidia-340xx-libgl() {
-pkgdesc=NVIDIA drivers libraries symlinks
-depends=('nvidia-utils')
-conflicts=('libgl' 'nvidia-libgl')
-provides=('libgl' 'nvidia-libgl')
-cd ${_pkg}
-
-mkdir -p ${pkgdir}/usr/lib/xorg/modules/extensions
-ln -s /usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so
-
-ln -s /usr/lib/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so.1
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so
-
-ln -s /usr/lib/nvidia/libEGL.so.${pkgver} 
${pkgdir}/usr/lib/libEGL.so.${pkgver}
-ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib/libEGL.so.1
-ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib/libEGL.so
-
-ln -s /usr/lib/nvidia/libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib/libGLESv1_CM.so.${pkgver}
-ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib/libGLESv1_CM.so.1
-ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib/libGLESv1_CM.so
-
-ln -s /usr/lib/nvidia/libGLESv2.so.${pkgver} 

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

2014-10-05 Thread Felix Yan
Date: Sunday, October 5, 2014 @ 15:21:49
  Author: fyan
Revision: 120159

upgpkg: bfgminer 4.9.0-1

Modified:
  bfgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 10:50:37 UTC (rev 120158)
+++ PKGBUILD2014-10-05 13:21:49 UTC (rev 120159)
@@ -3,7 +3,7 @@
 # Contributor: Andy Weidenbaum archb...@gmail.com
 
 pkgname=bfgminer
-pkgver=4.8.0
+pkgver=4.9.0
 pkgrel=1
 pkgdesc=Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining.
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('GPL3')
 
source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
 remove-dangerous-rpath.patch)
-sha256sums=('ad6fb0c857b8857764779a8f21d8179fd622a25a6c3142453245d34b722bdc57'
+sha256sums=('e406e6584443f5ab49ea936eaab80adb338d0966e0a4862b80434fdaa8e0daa7'
 '27d89695ff963dd8f66654b9d454aa725c7db769def708513188fe0a496fda4d')
 
 prepare() {


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

2014-10-05 Thread Felix Yan
Date: Sunday, October 5, 2014 @ 15:22:26
  Author: fyan
Revision: 120160

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

Added:
  bfgminer/repos/community-i686/PKGBUILD
(from rev 120159, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
(from rev 120159, bfgminer/trunk/remove-dangerous-rpath.patch)
  bfgminer/repos/community-x86_64/PKGBUILD
(from rev 120159, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch
(from rev 120159, bfgminer/trunk/remove-dangerous-rpath.patch)
Deleted:
  bfgminer/repos/community-i686/PKGBUILD
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
  bfgminer/repos/community-x86_64/PKGBUILD
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch

---+
 /PKGBUILD |   90 
 /remove-dangerous-rpath.patch |   42 +++
 community-i686/PKGBUILD   |   45 
 community-i686/remove-dangerous-rpath.patch   |   21 -
 community-x86_64/PKGBUILD |   45 
 community-x86_64/remove-dangerous-rpath.patch |   21 -
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-05 13:21:49 UTC (rev 120159)
+++ community-i686/PKGBUILD 2014-10-05 13:22:26 UTC (rev 120160)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Andy Weidenbaum archb...@gmail.com
-
-pkgname=bfgminer
-pkgver=4.8.0
-pkgrel=1
-pkgdesc=Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining.
-arch=('i686' 'x86_64')
-depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusb' 'lm_sensors')
-makedepends=('uthash' 'yasm')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-url='http://bfgminer.org/'
-license=('GPL3')
-source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
-remove-dangerous-rpath.patch)
-sha256sums=('ad6fb0c857b8857764779a8f21d8179fd622a25a6c3142453245d34b722bdc57'
-'27d89695ff963dd8f66654b9d454aa725c7db769def708513188fe0a496fda4d')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -p1 -i ${srcdir}/remove-dangerous-rpath.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sbindir=/usr/bin \
---enable-cpumining \
---enable-bfsb \
---enable-metabank \
---enable-scrypt \
---enable-opencl \
---with-udevrulesdir=/usr/lib/udev/rules.d
-  # --enable-knc (FS#33640)
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: bfgminer/repos/community-i686/PKGBUILD (from rev 120159, 
bfgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-05 13:22:26 UTC (rev 120160)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=bfgminer
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining.
+arch=('i686' 'x86_64')
+depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusb' 'lm_sensors')
+makedepends=('uthash' 'yasm')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
+url='http://bfgminer.org/'
+license=('GPL3')
+source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
+remove-dangerous-rpath.patch)
+sha256sums=('e406e6584443f5ab49ea936eaab80adb338d0966e0a4862b80434fdaa8e0daa7'
+'27d89695ff963dd8f66654b9d454aa725c7db769def708513188fe0a496fda4d')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -p1 -i ${srcdir}/remove-dangerous-rpath.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--enable-cpumining \
+--enable-bfsb \
+--enable-metabank \
+--enable-scrypt \
+--enable-opencl \
+--with-udevrulesdir=/usr/lib/udev/rules.d
+  # --enable-knc (FS#33640)
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/remove-dangerous-rpath.patch
===
--- community-i686/remove-dangerous-rpath.patch 2014-10-05 13:21:49 UTC (rev 
120159)
+++ community-i686/remove-dangerous-rpath.patch 2014-10-05 13:22:26 UTC (rev 
120160)
@@ -1,21 +0,0 @@
-diff -Naur bfgminer-4.8.0-orig/configure bfgminer-4.8.0/configure
 bfgminer-4.8.0-orig/configure  2014-10-04 20:54:28.717071865 -0400
-+++ 

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

2014-10-05 Thread Felix Yan
Date: Sunday, October 5, 2014 @ 15:45:59
  Author: fyan
Revision: 120161

upgpkg: python-pytools 2014.3.1-1

Modified:
  python-pytools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 13:22:26 UTC (rev 120160)
+++ PKGBUILD2014-10-05 13:45:59 UTC (rev 120161)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 
 pkgbase=python-pytools
 pkgname=('python2-pytools' 'python-pytools')
-pkgver=2014.3
+pkgver=2014.3.1
 pkgrel=1
 pkgdesc=A collection of tools for Python
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('8c94e185ff6f22b2051518d209373db92d2c9f993e3de803928f588a43d893259bdc378b0d65faef27301aa794c7d86afeea8cf055e19401182f87bd119af137')
+sha512sums=('2bcd02c50ef389dae7cc98c0a16cd16b6a13ab71200304c8a97a816bf6385b616ff4fc15a7a2172450ea6c56895ec220929a2296318814e097c264c92833e58d')
 
 prepare() {
cp -a pytools-${pkgver}{,-python2}


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

2014-10-05 Thread Felix Yan
Date: Sunday, October 5, 2014 @ 15:46:20
  Author: fyan
Revision: 120162

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-05 13:45:59 UTC (rev 120161)
+++ PKGBUILD2014-10-05 13:46:20 UTC (rev 120162)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-pkgbase=python-pytools
-pkgname=('python2-pytools' 'python-pytools')
-pkgver=2014.3
-pkgrel=1
-pkgdesc=A collection of tools for Python
-arch=('any')
-url=http://mathema.tician.de/software/pytools;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('8c94e185ff6f22b2051518d209373db92d2c9f993e3de803928f588a43d893259bdc378b0d65faef27301aa794c7d86afeea8cf055e19401182f87bd119af137')
-
-prepare() {
-   cp -a pytools-${pkgver}{,-python2}
-}
-
-build() {
-   cd $srcdir/pytools-$pkgver
-   python setup.py build
-
-   cd $srcdir/pytools-$pkgver-python2
-   python2 setup.py build
-}
-
-check() {
-   # Need pytools installed for running tests
-
-   cd $srcdir/pytools-$pkgver
-   #py.test
-
-   cd $srcdir/pytools-$pkgver-python2
-   #py.test2
-}
-
-package_python2-pytools() {
-   depends=('python2' 'python2-decorator')
-   cd $srcdir/pytools-$pkgver-python2
-   python2 setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
-}
-
-package_python-pytools(){
-   depends=('python' 'python-decorator')
-   cd $srcdir/pytools-$pkgver
-   python setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
-}
-

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 120161, 
python-pytools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-05 13:46:20 UTC (rev 120162)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pytools
+pkgname=('python2-pytools' 'python-pytools')
+pkgver=2014.3.1
+pkgrel=1
+pkgdesc=A collection of tools for Python
+arch=('any')
+url=http://mathema.tician.de/software/pytools;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
+sha512sums=('2bcd02c50ef389dae7cc98c0a16cd16b6a13ab71200304c8a97a816bf6385b616ff4fc15a7a2172450ea6c56895ec220929a2296318814e097c264c92833e58d')
+
+prepare() {
+   cp -a pytools-${pkgver}{,-python2}
+}
+
+build() {
+   cd $srcdir/pytools-$pkgver
+   python setup.py build
+
+   cd $srcdir/pytools-$pkgver-python2
+   python2 setup.py build
+}
+
+check() {
+   # Need pytools installed for running tests
+
+   cd $srcdir/pytools-$pkgver
+   #py.test
+
+   cd $srcdir/pytools-$pkgver-python2
+   #py.test2
+}
+
+package_python2-pytools() {
+   depends=('python2' 'python2-decorator')
+   cd $srcdir/pytools-$pkgver-python2
+   python2 setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
+}
+
+package_python-pytools(){
+   depends=('python' 'python-decorator')
+   cd $srcdir/pytools-$pkgver
+   python setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
+}
+


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

2014-10-05 Thread Florian Pritz
Date: Sunday, October 5, 2014 @ 16:35:08
  Author: bluewind
Revision: 120164

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 120163, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 120163, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   72 ++---
 upgpkg   |8 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-05 14:35:05 UTC (rev 120163)
+++ PKGBUILD2014-10-05 14:35:08 UTC (rev 120164)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@gmx.at
-pkgname=inxi
-pkgver=2.2.12
-pkgrel=1
-pkgdesc=script to get system information
-arch=('any')
-url=http://inxi.org;
-license=('GPL')
-depends=(coreutils gawk grep pciutils procps-ng sed)
-optdepends=(
-  dmidecode: inxi -M if no sys machine data
-  file: inxi -o unmounted file system
-  hddtemp: inxi -Dx show hdd temp
-  net-tools: inxi -i ip lan-deprecated
-  iproute2: inxi -i ip lan
-  lm_sensors: inxi -s sensors output
-  usbutils: inxi -A usb audio;-N usb networking
-  kmod: inxi -Ax,-Nx module version
-  systemd-sysvcompat: inxi -I runlevel
-  sudo: inxi -Dx hddtemp-user;-o file-user
-  mesa-demos: inxi -G glx info
-  xorg-xdpyinfo: inxi -G multi screen resolution
-  xorg-xprop: inxi -S desktop data
-  xorg-xrandr: inxi -G single screen resolution
-)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('18865200a3639714947e2abf24f72afc')
-
-package() {
-  cd $srcdir
-  install -D -m755 inxi $pkgdir/usr/bin/inxi
-  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 120163, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-05 14:35:08 UTC (rev 120164)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz f...@gmx.at
+pkgname=inxi
+pkgver=2.2.14
+pkgrel=1
+pkgdesc=script to get system information
+arch=('any')
+url=http://inxi.org;
+license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+  dmidecode: inxi -M if no sys machine data
+  file: inxi -o unmounted file system
+  hddtemp: inxi -Dx show hdd temp
+  net-tools: inxi -i ip lan-deprecated
+  iproute2: inxi -i ip lan
+  lm_sensors: inxi -s sensors output
+  usbutils: inxi -A usb audio;-N usb networking
+  kmod: inxi -Ax,-Nx module version
+  systemd-sysvcompat: inxi -I runlevel
+  sudo: inxi -Dx hddtemp-user;-o file-user
+  mesa-demos: inxi -G glx info
+  xorg-xdpyinfo: inxi -G multi screen resolution
+  xorg-xprop: inxi -S desktop data
+  xorg-xrandr: inxi -G single screen resolution
+)
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('acfc05e483a975de297a78a4230733f2')
+
+package() {
+  cd $srcdir
+  install -D -m755 inxi $pkgdir/usr/bin/inxi
+  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2014-10-05 14:35:05 UTC (rev 120163)
+++ upgpkg  2014-10-05 14:35:08 UTC (rev 120164)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 120163, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2014-10-05 14:35:08 UTC (rev 120164)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}


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

2014-10-05 Thread Florian Pritz
Date: Sunday, October 5, 2014 @ 16:35:05
  Author: bluewind
Revision: 120163

upgpkg: inxi 2.2.14-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 13:46:20 UTC (rev 120162)
+++ PKGBUILD2014-10-05 14:35:05 UTC (rev 120163)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Florian Pritz f...@gmx.at
 pkgname=inxi
-pkgver=2.2.12
+pkgver=2.2.14
 pkgrel=1
 pkgdesc=script to get system information
 arch=('any')
@@ -25,7 +25,7 @@
   xorg-xrandr: inxi -G single screen resolution
 )
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('18865200a3639714947e2abf24f72afc')
+md5sums=('acfc05e483a975de297a78a4230733f2')
 
 package() {
   cd $srcdir


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

2014-10-05 Thread Fabio Castelli
Date: Sunday, October 5, 2014 @ 17:16:07
  Author: muflone
Revision: 120165

upgpkg: gimp-help 2.8.2-3

gimp-help 2.8.2-3

Modified:
  gimp-help/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 14:35:08 UTC (rev 120164)
+++ PKGBUILD2014-10-05 15:16:07 UTC (rev 120165)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer:
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
 # Contributor: Piotr Rogoża rogoza dot piotr at gmail dot com
 
 pkgbase=gimp-help
 pkgver=2.8.2
-pkgrel=2
+pkgrel=3
 arch=('any')
 url='http://docs.gimp.org/'
 license=('GPL' 'LGPL')
 makedepends=('python2' 'docbook-xsl')
 options=(!strip !zipman)
-source=(http://ftp.gimp.org/pub/gimp/help/gimp-help-$pkgver.tar.bz2)
+source=(http://ftp.gimp.org/pub/gimp/help/${pkgbase}-${pkgver}.tar.bz2;)
 md5sums=('a591c8974b2f4f584d0a769d52ed6c5b')
 
 _languages=(
@@ -35,29 +35,32 @@
 )
 
 _package() {
-  pkgdesc=$2 help files for Gimp
-  install -dm755 $pkgdir/usr/share/gimp/2.0/help/$1
-  cp -rL $srcdir/$pkgbase-$pkgver/html/$1 \
-$pkgdir/usr/share/gimp/2.0/help
+  _locale=$1
+  _language=$2
+  pkgdesc=${_language} help files for Gimp
+  install -dm755 ${pkgdir}/usr/share/gimp/2.0/help/${_locale}
+  cp -rL ${srcdir}/${pkgbase}-${pkgver}/html/${_locale} \
+${pkgdir}/usr/share/gimp/2.0/help
 }
 
 prepare() {
-  cd $pkgbase-$pkgver
-  sed -e '1s/python$/python2/' -i tools/xml2po.py
+  cd ${pkgbase}-${pkgver}
+  sed -e '1s/python$/python2/' -i tools/xml2po.py
 }
 
 build(){
-  cd $pkgbase-$pkgver
+  cd ${pkgbase}-${pkgver}
   ./configure --prefix=/usr --without-gimp
   make
 }
 
-for _lang in ${_languages[@]}; do
+for _lang in ${_languages[@]}
+do
   _locale=${_lang%% *}
-  _pkgname=gimp-help-${_locale,,}
+  _pkgname=${pkgbase}-${_locale,,}
 
-  pkgname+=($_pkgname)
-  eval package_$_pkgname() {
-_package $_lang
+  pkgname+=(${_pkgname})
+  eval package_${_pkgname}() {
+_package ${_lang}
   }
 done


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

2014-10-05 Thread Fabio Castelli
Date: Sunday, October 5, 2014 @ 17:16:35
  Author: muflone
Revision: 120166

archrelease: copy trunk to community-any

Added:
  gimp-help/repos/community-any/PKGBUILD
(from rev 120165, gimp-help/trunk/PKGBUILD)
Deleted:
  gimp-help/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-05 15:16:07 UTC (rev 120165)
+++ PKGBUILD2014-10-05 15:16:35 UTC (rev 120166)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Piotr Rogoża rogoza dot piotr at gmail dot com
-
-pkgbase=gimp-help
-pkgver=2.8.2
-pkgrel=2
-arch=('any')
-url='http://docs.gimp.org/'
-license=('GPL' 'LGPL')
-makedepends=('python2' 'docbook-xsl')
-options=(!strip !zipman)
-source=(http://ftp.gimp.org/pub/gimp/help/gimp-help-$pkgver.tar.bz2)
-md5sums=('a591c8974b2f4f584d0a769d52ed6c5b')
-
-_languages=(
-  'ca Catalan'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en English'
-  'en_GB  English (United Kingdom)'
-  'es Spanish'
-  'fr French'
-  'it Italian'
-  'ja Japanese'
-  'ko Korean'
-  'nl Dutch'
-  'nn Norwegian '
-  'pt_BR  Brazilian Portuguese'
-  'ru Russian'
-  'sl Slovenian'
-  'sv Swedish'
-  'zh_CN  Chinese (simplified)'
-)
-
-_package() {
-  pkgdesc=$2 help files for Gimp
-  install -dm755 $pkgdir/usr/share/gimp/2.0/help/$1
-  cp -rL $srcdir/$pkgbase-$pkgver/html/$1 \
-$pkgdir/usr/share/gimp/2.0/help
-}
-
-prepare() {
-  cd $pkgbase-$pkgver
-  sed -e '1s/python$/python2/' -i tools/xml2po.py
-}
-
-build(){
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --without-gimp
-  make
-}
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=gimp-help-${_locale,,}
-
-  pkgname+=($_pkgname)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done

Copied: gimp-help/repos/community-any/PKGBUILD (from rev 120165, 
gimp-help/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-05 15:16:35 UTC (rev 120166)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Piotr Rogoża rogoza dot piotr at gmail dot com
+
+pkgbase=gimp-help
+pkgver=2.8.2
+pkgrel=3
+arch=('any')
+url='http://docs.gimp.org/'
+license=('GPL' 'LGPL')
+makedepends=('python2' 'docbook-xsl')
+options=(!strip !zipman)
+source=(http://ftp.gimp.org/pub/gimp/help/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('a591c8974b2f4f584d0a769d52ed6c5b')
+
+_languages=(
+  'ca Catalan'
+  'da Danish'
+  'de German'
+  'el Greek'
+  'en English'
+  'en_GB  English (United Kingdom)'
+  'es Spanish'
+  'fr French'
+  'it Italian'
+  'ja Japanese'
+  'ko Korean'
+  'nl Dutch'
+  'nn Norwegian '
+  'pt_BR  Brazilian Portuguese'
+  'ru Russian'
+  'sl Slovenian'
+  'sv Swedish'
+  'zh_CN  Chinese (simplified)'
+)
+
+_package() {
+  _locale=$1
+  _language=$2
+  pkgdesc=${_language} help files for Gimp
+  install -dm755 ${pkgdir}/usr/share/gimp/2.0/help/${_locale}
+  cp -rL ${srcdir}/${pkgbase}-${pkgver}/html/${_locale} \
+${pkgdir}/usr/share/gimp/2.0/help
+}
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed -e '1s/python$/python2/' -i tools/xml2po.py
+}
+
+build(){
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --without-gimp
+  make
+}
+
+for _lang in ${_languages[@]}
+do
+  _locale=${_lang%% *}
+  _pkgname=${pkgbase}-${_locale,,}
+
+  pkgname+=(${_pkgname})
+  eval package_${_pkgname}() {
+_package ${_lang}
+  }
+done


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

2014-10-05 Thread Jonathan Steel
Date: Sunday, October 5, 2014 @ 17:48:13
  Author: jsteel
Revision: 120167

upgpkg: squeak-vm 4.10.2.2614-3

Modified:
  squeak-vm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 15:16:35 UTC (rev 120166)
+++ PKGBUILD2014-10-05 15:48:13 UTC (rev 120167)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Maintainer: Jonathan Steel jsteel at archlinux.org
 # Contributor: Piero Sartini pi...@sartini.de
 # Contributor: Cilyan Olowen gak...@gmail.com
 # Contributor: knut
@@ -7,15 +7,13 @@
 
 pkgname=squeak-vm
 pkgver=4.10.2.2614
-pkgrel=2
+pkgrel=3
 pkgdesc=Full-featured implementation of the Smalltalk programming language 
and environment
 arch=('i686' 'x86_64')
 url=http://squeakvm.org;
 license=('custom:MIT' 'APACHE')
-conflicts=('squeak')
-provides=('squeak')
-depends=('alsa-lib' 'dbus-core' 'libxrender' 'mesa' 'util-linux')
-makedepends=('cmake' 'libpulse' 'mesa-libgl')
+depends=('libgl' 'libpulse' 'libxrender')
+makedepends=('cmake') 
 source=(http://squeakvm.org/unix/release/Squeak-$pkgver-src.tar.gz)
 md5sums=('8a5cb1d6899d55df56154fab8716e034')
 


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

2014-10-05 Thread Jonathan Steel
Date: Sunday, October 5, 2014 @ 17:48:33
  Author: jsteel
Revision: 120168

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

Added:
  squeak-vm/repos/community-i686/PKGBUILD
(from rev 120167, squeak-vm/trunk/PKGBUILD)
  squeak-vm/repos/community-x86_64/PKGBUILD
(from rev 120167, squeak-vm/trunk/PKGBUILD)
Deleted:
  squeak-vm/repos/community-i686/PKGBUILD
  squeak-vm/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   38 ---
 community-x86_64/PKGBUILD |   38 ---
 3 files changed, 72 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-05 15:48:13 UTC (rev 120167)
+++ community-i686/PKGBUILD 2014-10-05 15:48:33 UTC (rev 120168)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-# Contributor: Piero Sartini pi...@sartini.de
-# Contributor: Cilyan Olowen gak...@gmail.com
-# Contributor: knut
-# Contributor: kxmd
-
-pkgname=squeak-vm
-pkgver=4.10.2.2614
-pkgrel=2
-pkgdesc=Full-featured implementation of the Smalltalk programming language 
and environment
-arch=('i686' 'x86_64')
-url=http://squeakvm.org;
-license=('custom:MIT' 'APACHE')
-conflicts=('squeak')
-provides=('squeak')
-depends=('alsa-lib' 'dbus-core' 'libxrender' 'mesa' 'util-linux')
-makedepends=('cmake' 'libpulse' 'mesa-libgl')
-source=(http://squeakvm.org/unix/release/Squeak-$pkgver-src.tar.gz)
-md5sums=('8a5cb1d6899d55df56154fab8716e034')
-
-build() {
-  cd $srcdir/Squeak-$pkgver-src/
-
-  ./unix/cmake/configure --prefix=/usr --without-quartz --with-x \
---enable-mpg-mmx
-
-  make
-}
-
-package() {
-  cd $srcdir/Squeak-$pkgver-src  
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $srcdir/Squeak-$pkgver-src/unix/doc/LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: squeak-vm/repos/community-i686/PKGBUILD (from rev 120167, 
squeak-vm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-05 15:48:33 UTC (rev 120168)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Piero Sartini pi...@sartini.de
+# Contributor: Cilyan Olowen gak...@gmail.com
+# Contributor: knut
+# Contributor: kxmd
+
+pkgname=squeak-vm
+pkgver=4.10.2.2614
+pkgrel=3
+pkgdesc=Full-featured implementation of the Smalltalk programming language 
and environment
+arch=('i686' 'x86_64')
+url=http://squeakvm.org;
+license=('custom:MIT' 'APACHE')
+depends=('libgl' 'libpulse' 'libxrender')
+makedepends=('cmake') 
+source=(http://squeakvm.org/unix/release/Squeak-$pkgver-src.tar.gz)
+md5sums=('8a5cb1d6899d55df56154fab8716e034')
+
+build() {
+  cd $srcdir/Squeak-$pkgver-src/
+
+  ./unix/cmake/configure --prefix=/usr --without-quartz --with-x \
+--enable-mpg-mmx
+
+  make
+}
+
+package() {
+  cd $srcdir/Squeak-$pkgver-src  
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $srcdir/Squeak-$pkgver-src/unix/doc/LICENSE \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-05 15:48:13 UTC (rev 120167)
+++ community-x86_64/PKGBUILD   2014-10-05 15:48:33 UTC (rev 120168)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-# Contributor: Piero Sartini pi...@sartini.de
-# Contributor: Cilyan Olowen gak...@gmail.com
-# Contributor: knut
-# Contributor: kxmd
-
-pkgname=squeak-vm
-pkgver=4.10.2.2614
-pkgrel=2
-pkgdesc=Full-featured implementation of the Smalltalk programming language 
and environment
-arch=('i686' 'x86_64')
-url=http://squeakvm.org;
-license=('custom:MIT' 'APACHE')
-conflicts=('squeak')
-provides=('squeak')
-depends=('alsa-lib' 'dbus-core' 'libxrender' 'mesa' 'util-linux')
-makedepends=('cmake' 'libpulse' 'mesa-libgl')
-source=(http://squeakvm.org/unix/release/Squeak-$pkgver-src.tar.gz)
-md5sums=('8a5cb1d6899d55df56154fab8716e034')
-
-build() {
-  cd $srcdir/Squeak-$pkgver-src/
-
-  ./unix/cmake/configure --prefix=/usr --without-quartz --with-x \
---enable-mpg-mmx
-
-  make
-}
-
-package() {
-  cd $srcdir/Squeak-$pkgver-src  
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $srcdir/Squeak-$pkgver-src/unix/doc/LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: squeak-vm/repos/community-x86_64/PKGBUILD (from rev 120167, 
squeak-vm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-05 15:48:33 UTC (rev 120168)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: 

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

2014-10-05 Thread Bartłomiej Piotrowski
Date: Sunday, October 5, 2014 @ 18:22:13
  Author: bpiotrowski
Revision: 120169

upgpkg: kadu 1.0-1

new upstream release

Modified:
  kadu/trunk/PKGBUILD
Deleted:
  kadu/trunk/kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch

--+
 PKGBUILD |   28 +---
 kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch |   12 
 2 files changed, 9 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 15:48:33 UTC (rev 120168)
+++ PKGBUILD2014-10-05 16:22:13 UTC (rev 120169)
@@ -4,32 +4,25 @@
 # Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
 
 pkgname=kadu
-pkgver=0.12.3
-pkgrel=4
+pkgver=1.0
+pkgrel=1
 pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
 arch=('i686' 'x86_64')
 url='http://www.kadu.net/'
 license=('GPL')
 depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
- 'libmpdclient' 'qtwebkit' 'xdg-utils')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'optipng')
+ 'libmpdclient' 'qtwebkit' 'xdg-utils' 'libotr' 'libarchive')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath')
 install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2
-kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch)
-md5sums=('c5d6f0bd384cd96090819ea018eb8ad8'
- '76e53a1f77699ba81c076f9254bb28c5')
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('a91c00707d73e0ba7fe8245885dd59a5')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
-
 build() {
   mkdir build
   cd build
 
   cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=/usr/lib \
 -DQT_QMAKE_EXECUTABLE=qmake-qt4
@@ -37,9 +30,6 @@
 }
 
 package() {
-  cd build
-  make DESTDIR=$pkgdir LIBDIR=/usr/lib install
-
-  mv $pkgdir/usr/sdk $pkgdir/usr/share/kadu/sdk
-  rm -rf $pkgdir/usr/{lib,include}/{libgadu*,pkgconfig}
+  make -C build DESTDIR=$pkgdir LIBDIR=/usr/lib install
+  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
 }

Deleted: kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch
===
--- kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch2014-10-05 15:48:33 UTC (rev 
120168)
+++ kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch2014-10-05 16:22:13 UTC (rev 
120169)
@@ -1,12 +0,0 @@
-diff -rupN a/plugins/jabber_protocol/3rdparty/CMakeLists.txt 
b/plugins/jabber_protocol/3rdparty/CMakeLists.txt
 a/plugins/jabber_protocol/3rdparty/CMakeLists.txt  2012-09-14 
21:54:35.0 +
-+++ b/plugins/jabber_protocol/3rdparty/CMakeLists.txt  2014-02-24 
17:43:59.696495517 +
-@@ -26,7 +26,7 @@ macro (kadu_jabber_automoc)
-   get_filename_component (_basename 
${_current_MOC} NAME_WE)
-   set (_header ${_abs_FILE})
-   set (_moc ${_abs_PATH}/${_current_MOC})
--  QT4_CREATE_MOC_COMMAND (${_header} 
${_moc} ${_moc_INCS} )
-+  QT4_CREATE_MOC_COMMAND (${_header} 
${_moc} ${_moc_INCS}  ${moc_target})
-   MACRO_ADD_FILE_DEPENDENCIES 
(${_abs_FILE} ${_moc})
-   endforeach (_current_MOC_INC)
-   endif (_match)


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

2014-10-05 Thread Bartłomiej Piotrowski
Date: Sunday, October 5, 2014 @ 18:22:20
  Author: bpiotrowski
Revision: 120170

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

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

---+
 community-testing-i686/PKGBUILD   |   35 
 community-testing-i686/kadu.install   |   12 ++
 community-testing-x86_64/PKGBUILD |   35 
 community-testing-x86_64/kadu.install |   12 ++
 4 files changed, 94 insertions(+)

Copied: kadu/repos/community-testing-i686/PKGBUILD (from rev 120169, 
kadu/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-05 16:22:20 UTC (rev 120170)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=kadu
+pkgver=1.0
+pkgrel=1
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
+ 'libmpdclient' 'qtwebkit' 'xdg-utils' 'libotr' 'libarchive')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('a91c00707d73e0ba7fe8245885dd59a5')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  make -C build DESTDIR=$pkgdir LIBDIR=/usr/lib install
+  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
+}

Copied: kadu/repos/community-testing-i686/kadu.install (from rev 120169, 
kadu/trunk/kadu.install)
===
--- community-testing-i686/kadu.install (rev 0)
+++ community-testing-i686/kadu.install 2014-10-05 16:22:20 UTC (rev 120170)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Copied: kadu/repos/community-testing-x86_64/PKGBUILD (from rev 120169, 
kadu/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-10-05 16:22:20 UTC (rev 120170)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=kadu
+pkgver=1.0
+pkgrel=1
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
+ 'libmpdclient' 'qtwebkit' 'xdg-utils' 'libotr' 'libarchive')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('a91c00707d73e0ba7fe8245885dd59a5')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  make -C build DESTDIR=$pkgdir LIBDIR=/usr/lib install
+  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
+}

Copied: kadu/repos/community-testing-x86_64/kadu.install (from rev 120169, 
kadu/trunk/kadu.install)
===
--- community-testing-x86_64/kadu.install   (rev 0)
+++ community-testing-x86_64/kadu.install   2014-10-05 16:22:20 UTC (rev 
120170)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+


[arch-commits] Commit in (4 files)

2014-10-05 Thread Jonathan Steel
Date: Sunday, October 5, 2014 @ 18:35:04
  Author: jsteel
Revision: 120171

Adding pidgin-sipe to [community]

Added:
  pidgin-sipe/
  pidgin-sipe/repos/
  pidgin-sipe/trunk/
  pidgin-sipe/trunk/PKGBUILD

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

Added: pidgin-sipe/trunk/PKGBUILD
===
--- pidgin-sipe/trunk/PKGBUILD  (rev 0)
+++ pidgin-sipe/trunk/PKGBUILD  2014-10-05 16:35:04 UTC (rev 120171)
@@ -0,0 +1,33 @@
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Gicu Gorodenco cyclopsi...@gmail.com
+# Contributor: MaLiK malik_...@o2.pl
+# Contributor: dpevp daniel.plaza.e...@gmail.com
+# Contributor: Magnus Therning mag...@therning.org
+# Contributor: Anthony anth...@littlegno.me
+
+pkgname=pidgin-sipe
+pkgver=1.18.3
+pkgrel=1
+pkgdesc=Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://sipe.sourceforge.net/;
+depends=('gmime' 'libpurple')
+makedepends=('intltool')
+options=('!buildflags')
+source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('0caa7fda40ac58855b8f2905666d5710')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}


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

2014-10-05 Thread Jonathan Steel
Date: Sunday, October 5, 2014 @ 18:37:32
  Author: jsteel
Revision: 120172

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

Added:
  pidgin-sipe/repos/community-i686/
  pidgin-sipe/repos/community-i686/PKGBUILD
(from rev 120171, pidgin-sipe/trunk/PKGBUILD)
  pidgin-sipe/repos/community-x86_64/
  pidgin-sipe/repos/community-x86_64/PKGBUILD
(from rev 120171, pidgin-sipe/trunk/PKGBUILD)

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

Copied: pidgin-sipe/repos/community-i686/PKGBUILD (from rev 120171, 
pidgin-sipe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-05 16:37:32 UTC (rev 120172)
@@ -0,0 +1,33 @@
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Gicu Gorodenco cyclopsi...@gmail.com
+# Contributor: MaLiK malik_...@o2.pl
+# Contributor: dpevp daniel.plaza.e...@gmail.com
+# Contributor: Magnus Therning mag...@therning.org
+# Contributor: Anthony anth...@littlegno.me
+
+pkgname=pidgin-sipe
+pkgver=1.18.3
+pkgrel=1
+pkgdesc=Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://sipe.sourceforge.net/;
+depends=('gmime' 'libpurple')
+makedepends=('intltool')
+options=('!buildflags')
+source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('0caa7fda40ac58855b8f2905666d5710')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Copied: pidgin-sipe/repos/community-x86_64/PKGBUILD (from rev 120171, 
pidgin-sipe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-05 16:37:32 UTC (rev 120172)
@@ -0,0 +1,33 @@
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Gicu Gorodenco cyclopsi...@gmail.com
+# Contributor: MaLiK malik_...@o2.pl
+# Contributor: dpevp daniel.plaza.e...@gmail.com
+# Contributor: Magnus Therning mag...@therning.org
+# Contributor: Anthony anth...@littlegno.me
+
+pkgname=pidgin-sipe
+pkgver=1.18.3
+pkgrel=1
+pkgdesc=Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://sipe.sourceforge.net/;
+depends=('gmime' 'libpurple')
+makedepends=('intltool')
+options=('!buildflags')
+source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('0caa7fda40ac58855b8f2905666d5710')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}


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

2014-10-05 Thread Dan McGee
Date: Sunday, October 5, 2014 @ 18:39:53
  Author: dan
Revision: 223882

upgpkg: numactl 2.0.10-1

Modified:
  numactl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 16:24:13 UTC (rev 223881)
+++ PKGBUILD2014-10-05 16:39:53 UTC (rev 223882)
@@ -2,8 +2,8 @@
 # Contributor: Florian Zeitz florob at babelmonkeys dot de
 
 pkgname=numactl
-pkgver=2.0.9
-pkgrel=2
+pkgver=2.0.10
+pkgrel=1
 pkgdesc=Simple NUMA policy support
 arch=('i686' 'x86_64')
 url=http://oss.sgi.com/projects/libnuma/;
@@ -10,16 +10,18 @@
 license=('LGPL2.1' 'GPL2')
 depends=('perl')
 
source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
-sha1sums=('7231abc8f49e805225858ac08d801ade722f0b94')
+sha1sums=('8c753ebcc5cea4d51999e01459c96090a4475cb7')
 
 build() {
   cd $srcdir/$pkgname-${pkgver/_/-}
-  rm numastat
+  ./autogen.sh
+  ./configure --prefix=/usr
   make
 }
 
 package() {
   cd $srcdir/$pkgname-${pkgver/_/-}
-  make prefix=$pkgdir/usr libdir=$pkgdir/usr/lib install
-  rmdir $pkgdir/usr/share/man/man2
+  make DESTDIR=$pkgdir install
+  # move_pages(2) is provided by man-pages and is more up-to-date there anyway
+  rm -rf $pkgdir/usr/share/man/man2
 }


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

2014-10-05 Thread Dan McGee
Date: Sunday, October 5, 2014 @ 18:40:29
  Author: dan
Revision: 223883

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-05 16:39:53 UTC (rev 223882)
+++ extra-i686/PKGBUILD 2014-10-05 16:40:29 UTC (rev 223883)
@@ -1,25 +0,0 @@
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Florian Zeitz florob at babelmonkeys dot de
-
-pkgname=numactl
-pkgver=2.0.9
-pkgrel=2
-pkgdesc=Simple NUMA policy support
-arch=('i686' 'x86_64')
-url=http://oss.sgi.com/projects/libnuma/;
-license=('LGPL2.1' 'GPL2')
-depends=('perl')
-source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
-sha1sums=('7231abc8f49e805225858ac08d801ade722f0b94')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  rm numastat
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  make prefix=$pkgdir/usr libdir=$pkgdir/usr/lib install
-  rmdir $pkgdir/usr/share/man/man2
-}

Copied: numactl/repos/extra-i686/PKGBUILD (from rev 223882, 
numactl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-05 16:40:29 UTC (rev 223883)
@@ -0,0 +1,27 @@
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Florian Zeitz florob at babelmonkeys dot de
+
+pkgname=numactl
+pkgver=2.0.10
+pkgrel=1
+pkgdesc=Simple NUMA policy support
+arch=('i686' 'x86_64')
+url=http://oss.sgi.com/projects/libnuma/;
+license=('LGPL2.1' 'GPL2')
+depends=('perl')
+source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
+sha1sums=('8c753ebcc5cea4d51999e01459c96090a4475cb7')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make DESTDIR=$pkgdir install
+  # move_pages(2) is provided by man-pages and is more up-to-date there anyway
+  rm -rf $pkgdir/usr/share/man/man2
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-05 16:39:53 UTC (rev 223882)
+++ extra-x86_64/PKGBUILD   2014-10-05 16:40:29 UTC (rev 223883)
@@ -1,25 +0,0 @@
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Florian Zeitz florob at babelmonkeys dot de
-
-pkgname=numactl
-pkgver=2.0.9
-pkgrel=2
-pkgdesc=Simple NUMA policy support
-arch=('i686' 'x86_64')
-url=http://oss.sgi.com/projects/libnuma/;
-license=('LGPL2.1' 'GPL2')
-depends=('perl')
-source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
-sha1sums=('7231abc8f49e805225858ac08d801ade722f0b94')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  rm numastat
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  make prefix=$pkgdir/usr libdir=$pkgdir/usr/lib install
-  rmdir $pkgdir/usr/share/man/man2
-}

Copied: numactl/repos/extra-x86_64/PKGBUILD (from rev 223882, 
numactl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-05 16:40:29 UTC (rev 223883)
@@ -0,0 +1,27 @@
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Florian Zeitz florob at babelmonkeys dot de
+
+pkgname=numactl
+pkgver=2.0.10
+pkgrel=1
+pkgdesc=Simple NUMA policy support
+arch=('i686' 'x86_64')
+url=http://oss.sgi.com/projects/libnuma/;
+license=('LGPL2.1' 'GPL2')
+depends=('perl')
+source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
+sha1sums=('8c753ebcc5cea4d51999e01459c96090a4475cb7')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make DESTDIR=$pkgdir install
+  # move_pages(2) is provided by man-pages and is more up-to-date there anyway
+  rm -rf $pkgdir/usr/share/man/man2
+}


[arch-commits] Commit in transcode/trunk (PKGBUILD transcode-1.1.7-ffmpeg-2.4.patch)

2014-10-05 Thread Bartłomiej Piotrowski
Date: Sunday, October 5, 2014 @ 19:34:01
  Author: bpiotrowski
Revision: 223884

upgpkg: transcode 1.1.7-17

switch back to ffmpeg 2.4

Added:
  transcode/trunk/transcode-1.1.7-ffmpeg-2.4.patch
Modified:
  transcode/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 transcode-1.1.7-ffmpeg-2.4.patch |   13 +
 2 files changed, 20 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 16:40:29 UTC (rev 223883)
+++ PKGBUILD2014-10-05 17:34:01 UTC (rev 223884)
@@ -6,12 +6,12 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.7
-pkgrel=16
+pkgrel=17
 pkgdesc=A video/DVD ripper and encoder for the terminal/console
 arch=('i686' 'x86_64')
 url=http://tcforge.berlios.de/;
 license=('GPL')
-depends=('gawk' 'imagemagick' 'lzo' 'libdvdread' 'ffmpeg-compat' 'mjpegtools'
+depends=('gawk' 'imagemagick' 'lzo' 'libdvdread' 'ffmpeg' 'mjpegtools'
 'libmpeg2' 'libxaw' 'libxv' 'a52dec' 'libxml2')
 makedepends=('nasm' 'libx264')
 
source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2
@@ -24,7 +24,8 @@
transcode-1.1.7-preset-free.patch
transcode-1.1.7-libav-9.patch 
transcode-1.1.7-preset-force.patch
-   transcode-1.1.7-ffmpeg2.patch)
+   transcode-1.1.7-ffmpeg2.patch
+transcode-1.1.7-ffmpeg-2.4.patch)
 sha1sums=('e35df68b960eb56ef0a59a4cdbed1491be56aee6'
   'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
   'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
@@ -35,7 +36,8 @@
   '54b1bab48a0b3bc0e8464c4deb4de31bf1060a1c'
   'ef1cccd35317d3a28443b654da49de731cdf1766'
   '034853427bc784a80b333d2e2f4bab44f0b86ce0'
-  '764de67996e2c4947346c7a91586cc4ca826a8e2')
+  '764de67996e2c4947346c7a91586cc4ca826a8e2'
+  'b590dfc30cdc4bc2a6825de247928b46a8928a9a')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -46,6 +48,7 @@
   patch -p0 -i ${srcdir}/transcode-1.1.7-libav-9.patch
   patch -p1 -i ${srcdir}/transcode-1.1.7-preset-force.patch
   patch -p1 -i ${srcdir}/transcode-1.1.7-ffmpeg2.patch
+  patch -p1 -i ${srcdir}/transcode-1.1.7-ffmpeg-2.4.patch
   sed -i 's|freetype/ftglyph.h|freetype2/ftglyph.h|' 
filter/subtitler/load_font.c
 
   cd ../subtitleripper
@@ -59,8 +62,6 @@
 
 
 build() {
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
 --disable-sse --disable-sse2 --disable-altivec --enable-mmx \

Added: transcode-1.1.7-ffmpeg-2.4.patch
===
--- transcode-1.1.7-ffmpeg-2.4.patch(rev 0)
+++ transcode-1.1.7-ffmpeg-2.4.patch2014-10-05 17:34:01 UTC (rev 223884)
@@ -0,0 +1,13 @@
+diff --git a/import/probe_ffmpeg.c b/import/probe_ffmpeg.c
+index 96d3d49..8e61c51 100644
+--- a/import/probe_ffmpeg.c
 b/import/probe_ffmpeg.c
+@@ -120,7 +120,7 @@ void probe_ffmpeg(info_t *ipipe)
+ 
+ translate_info(lavf_dmx_context, ipipe-probe_info);
+ 
+-av_close_input_file(lavf_dmx_context);
++avformat_close_input(lavf_dmx_context);
+ return;
+ }
+ 


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

2014-10-05 Thread Bartłomiej Piotrowski
Date: Sunday, October 5, 2014 @ 19:39:59
  Author: bpiotrowski
Revision: 223885

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

Added:
  transcode/repos/extra-i686/PKGBUILD
(from rev 223884, transcode/trunk/PKGBUILD)
  transcode/repos/extra-i686/subtitleripper-0.3.4-linkingorder.patch
(from rev 223884, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/extra-i686/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 223884, 
transcode/trunk/subtitleripper-0.3.4-respect-ldflags.patch)
  transcode/repos/extra-i686/transcode-1.1.7-ffmpeg-0.10.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-ffmpeg-0.10.patch)
  transcode/repos/extra-i686/transcode-1.1.7-ffmpeg-0.11.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-ffmpeg-0.11.patch)
  transcode/repos/extra-i686/transcode-1.1.7-ffmpeg-2.4.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-ffmpeg-2.4.patch)
  transcode/repos/extra-i686/transcode-1.1.7-ffmpeg.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-ffmpeg.patch)
  transcode/repos/extra-i686/transcode-1.1.7-ffmpeg2.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-ffmpeg2.patch)
  transcode/repos/extra-i686/transcode-1.1.7-libav-9.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-libav-9.patch)
  transcode/repos/extra-i686/transcode-1.1.7-preset-force.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-preset-force.patch)
  transcode/repos/extra-i686/transcode-1.1.7-preset-free.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-preset-free.patch)
  transcode/repos/extra-x86_64/PKGBUILD
(from rev 223884, transcode/trunk/PKGBUILD)
  transcode/repos/extra-x86_64/subtitleripper-0.3.4-linkingorder.patch
(from rev 223884, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/extra-x86_64/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 223884, 
transcode/trunk/subtitleripper-0.3.4-respect-ldflags.patch)
  transcode/repos/extra-x86_64/transcode-1.1.7-ffmpeg-0.10.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-ffmpeg-0.10.patch)
  transcode/repos/extra-x86_64/transcode-1.1.7-ffmpeg-0.11.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-ffmpeg-0.11.patch)
  transcode/repos/extra-x86_64/transcode-1.1.7-ffmpeg-2.4.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-ffmpeg-2.4.patch)
  transcode/repos/extra-x86_64/transcode-1.1.7-ffmpeg.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-ffmpeg.patch)
  transcode/repos/extra-x86_64/transcode-1.1.7-ffmpeg2.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-ffmpeg2.patch)
  transcode/repos/extra-x86_64/transcode-1.1.7-libav-9.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-libav-9.patch)
  transcode/repos/extra-x86_64/transcode-1.1.7-preset-force.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-preset-force.patch)
  transcode/repos/extra-x86_64/transcode-1.1.7-preset-free.patch
(from rev 223884, transcode/trunk/transcode-1.1.7-preset-free.patch)
Deleted:
  transcode/repos/extra-i686/PKGBUILD
  transcode/repos/extra-i686/subtitleripper-0.3.4-linkingorder.patch
  transcode/repos/extra-i686/subtitleripper-0.3.4-respect-ldflags.patch
  transcode/repos/extra-i686/transcode-1.1.7-ffmpeg-0.10.patch
  transcode/repos/extra-i686/transcode-1.1.7-ffmpeg-0.11.patch
  transcode/repos/extra-i686/transcode-1.1.7-ffmpeg.patch
  transcode/repos/extra-i686/transcode-1.1.7-ffmpeg2.patch
  transcode/repos/extra-i686/transcode-1.1.7-libav-9.patch
  transcode/repos/extra-i686/transcode-1.1.7-preset-force.patch
  transcode/repos/extra-i686/transcode-1.1.7-preset-free.patch
  transcode/repos/extra-x86_64/PKGBUILD
  transcode/repos/extra-x86_64/subtitleripper-0.3.4-linkingorder.patch
  transcode/repos/extra-x86_64/subtitleripper-0.3.4-respect-ldflags.patch
  transcode/repos/extra-x86_64/transcode-1.1.7-ffmpeg-0.10.patch
  transcode/repos/extra-x86_64/transcode-1.1.7-ffmpeg-0.11.patch
  transcode/repos/extra-x86_64/transcode-1.1.7-ffmpeg.patch
  transcode/repos/extra-x86_64/transcode-1.1.7-ffmpeg2.patch
  transcode/repos/extra-x86_64/transcode-1.1.7-libav-9.patch
  transcode/repos/extra-x86_64/transcode-1.1.7-preset-force.patch
  transcode/repos/extra-x86_64/transcode-1.1.7-preset-free.patch

-+
 /PKGBUILD   |  178 +++
 /subtitleripper-0.3.4-linkingorder.patch|   56 +
 /subtitleripper-0.3.4-respect-ldflags.patch |   56 +
 /transcode-1.1.7-ffmpeg-0.10.patch  |   30 
 /transcode-1.1.7-ffmpeg-0.11.patch  |  606 
 /transcode-1.1.7-ffmpeg.patch   |  102 ++
 /transcode-1.1.7-ffmpeg2.patch  |  664 ++
 /transcode-1.1.7-libav-9.patch  |   62 +
 /transcode-1.1.7-preset-force.patch |   56 +
 

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

2014-10-05 Thread Sébastien Luttringer
Date: Sunday, October 5, 2014 @ 19:41:53
  Author: seblu
Revision: 120173

upgpkg: glances 2.1.1-1

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 16:37:32 UTC (rev 120172)
+++ PKGBUILD2014-10-05 17:41:53 UTC (rev 120173)
@@ -4,7 +4,7 @@
 # Contributor: Francois Boulogne fboulogne at april dot org
 
 pkgname=glances
-pkgver=2.1
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
@@ -15,7 +15,7 @@
 'python-bottle: web server support'
 'hddtemp: HDD temperature monitoring support')
 
source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
-md5sums=('6adebaf54015daa5a0e40aa44f4c3d96')
+md5sums=('1c06a637d64fef94ecfe303188e6ab8a')
 
 package() {
   cd Glances-$pkgver


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

2014-10-05 Thread Sébastien Luttringer
Date: Sunday, October 5, 2014 @ 19:42:07
  Author: seblu
Revision: 120174

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
(from rev 120173, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-05 17:41:53 UTC (rev 120173)
+++ PKGBUILD2014-10-05 17:42:07 UTC (rev 120174)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Francois Boulogne fboulogne at april dot org
-
-pkgname=glances
-pkgver=2.1
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-jinja: HTML export'
-'python-bottle: web server support'
-'hddtemp: HDD temperature monitoring support')
-source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
-md5sums=('6adebaf54015daa5a0e40aa44f4c3d96')
-
-package() {
-  cd Glances-$pkgver
-  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  # remove html doc
-  rm -r $pkgdir/usr/share/doc/$pkgname/{glances-doc.html,images}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 120173, 
glances/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-05 17:42:07 UTC (rev 120174)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=glances
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('python-jinja: HTML export'
+'python-bottle: web server support'
+'hddtemp: HDD temperature monitoring support')
+source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
+md5sums=('1c06a637d64fef94ecfe303188e6ab8a')
+
+package() {
+  cd Glances-$pkgver
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  # remove html doc
+  rm -r $pkgdir/usr/share/doc/$pkgname/{glances-doc.html,images}
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-05 Thread Sébastien Luttringer
Date: Sunday, October 5, 2014 @ 19:42:44
  Author: seblu
Revision: 223887

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

Added:
  pcre/repos/testing-i686/
  pcre/repos/testing-i686/PKGBUILD
(from rev 223886, pcre/trunk/PKGBUILD)
  pcre/repos/testing-x86_64/
  pcre/repos/testing-x86_64/PKGBUILD
(from rev 223886, pcre/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   45 +
 testing-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: pcre/repos/testing-i686/PKGBUILD (from rev 223886, pcre/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-05 17:42:44 UTC (rev 223887)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre
+pkgver=8.36
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('b767bc9af0c20bc9c1fe403b0d41ad97'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pcre/repos/testing-x86_64/PKGBUILD (from rev 223886, 
pcre/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-05 17:42:44 UTC (rev 223887)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre
+pkgver=8.36
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('b767bc9af0c20bc9c1fe403b0d41ad97'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-05 Thread Sébastien Luttringer
Date: Sunday, October 5, 2014 @ 19:42:23
  Author: seblu
Revision: 223886

upgpkg: pcre 8.36-1

Modified:
  pcre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 17:39:59 UTC (rev 223885)
+++ PKGBUILD2014-10-05 17:42:23 UTC (rev 223886)
@@ -5,7 +5,7 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=pcre
-pkgver=8.35
+pkgver=8.36
 pkgrel=1
 pkgdesc='A library that implements Perl 5-style regular expressions'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
 
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('6aacb23986adccd9b3bc626c00979958'
+md5sums=('b767bc9af0c20bc9c1fe403b0d41ad97'
  'SKIP')
 
 build() {


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

2014-10-05 Thread Sébastien Luttringer
Date: Sunday, October 5, 2014 @ 19:44:05
  Author: seblu
Revision: 120176

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-05 17:43:44 UTC (rev 120175)
+++ community-i686/PKGBUILD 2014-10-05 17:44:05 UTC (rev 120176)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=2.1.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/psutil/'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng')
-source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('1969c9b3e256f5ce8fb90c5d0124233e')
-
-build() {
-  cd psutil-$pkgver
-
-  msg2 python
-  python setup.py build --build-lib=build/python
-
-  msg2 python2
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd psutil-$pkgver
-
-  msg2 python
-  export PYTHONPATH=$PWD/build/python
-  #python test/test_psutil.py
-  python test/test_memory_leaks.py
-
-  msg2 python2
-  export PYTHONPATH=$PWD/build/python2
-  #python2 test/test_psutil.py
-  python2 test/test_memory_leaks.py
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root=$pkgdir --optimize=1
-  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root=$pkgdir --optimize=1
-  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 120175, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-05 17:44:05 UTC (rev 120176)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=2.1.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/psutil/'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng')
+source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
+md5sums=('015a013c46bb9bc30b5c344f26dea0d3')
+
+build() {
+  cd psutil-$pkgver
+
+  msg2 python
+  python setup.py build --build-lib=build/python
+
+  msg2 python2
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd psutil-$pkgver
+
+  msg2 python
+  export PYTHONPATH=$PWD/build/python
+  #python test/test_psutil.py
+  python test/test_memory_leaks.py
+
+  msg2 python2
+  export PYTHONPATH=$PWD/build/python2
+  #python2 test/test_psutil.py
+  python2 test/test_memory_leaks.py
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root=$pkgdir --optimize=1
+  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root=$pkgdir --optimize=1
+  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-05 17:43:44 UTC (rev 120175)

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

2014-10-05 Thread Sébastien Luttringer
Date: Sunday, October 5, 2014 @ 19:43:44
  Author: seblu
Revision: 120175

upgpkg: python-psutil 2.1.3-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 17:42:07 UTC (rev 120174)
+++ PKGBUILD2014-10-05 17:43:44 UTC (rev 120175)
@@ -3,7 +3,7 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/psutil/'
@@ -11,7 +11,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng')
 
source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('1969c9b3e256f5ce8fb90c5d0124233e')
+md5sums=('015a013c46bb9bc30b5c344f26dea0d3')
 
 build() {
   cd psutil-$pkgver


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

2014-10-05 Thread Sébastien Luttringer
Date: Sunday, October 5, 2014 @ 19:46:33
  Author: seblu
Revision: 223888

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

Added:
  btrfs-progs/repos/core-i686/01-fix-manpages.patch
(from rev 223887, btrfs-progs/repos/testing-i686/01-fix-manpages.patch)
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 223887, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 223887, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 223887, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 223887, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/01-fix-manpages.patch
(from rev 223887, btrfs-progs/repos/testing-x86_64/01-fix-manpages.patch)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 223887, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 223887, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 223887, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 223887, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/01-fix-manpages.patch
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/01-fix-manpages.patch
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /01-fix-manpages.patch |   26 ++
 /PKGBUILD  |   90 +++
 /btrfs-progs.install   |   18 +++
 /initcpio-hook-btrfs   |   14 +
 /initcpio-install-btrfs|   34 +
 core-i686/01-fix-manpages.patch|   13 -
 core-i686/PKGBUILD |   45 -
 core-i686/btrfs-progs.install  |9 ---
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 --
 core-x86_64/01-fix-manpages.patch  |   13 -
 core-x86_64/PKGBUILD   |   45 -
 core-x86_64/btrfs-progs.install|9 ---
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 --
 15 files changed, 182 insertions(+), 182 deletions(-)

Deleted: core-i686/01-fix-manpages.patch
===
--- core-i686/01-fix-manpages.patch 2014-10-05 17:42:44 UTC (rev 223887)
+++ core-i686/01-fix-manpages.patch 2014-10-05 17:46:33 UTC (rev 223888)
@@ -1,13 +0,0 @@
-diff --git a/Documentation/Makefile b/Documentation/Makefile
-index e22f5bca0ff2..e3ad34133832 100644
 a/Documentation/Makefile
-+++ b/Documentation/Makefile
-@@ -74,7 +74,7 @@ install: install-man
- install-man: man
-   $(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
-   $(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
--  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)
-+  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
- 
- clean:
-   $(RM) *.xml *.xml+ *.8 *.8.gz

Copied: btrfs-progs/repos/core-i686/01-fix-manpages.patch (from rev 223887, 
btrfs-progs/repos/testing-i686/01-fix-manpages.patch)
===
--- core-i686/01-fix-manpages.patch (rev 0)
+++ core-i686/01-fix-manpages.patch 2014-10-05 17:46:33 UTC (rev 223888)
@@ -0,0 +1,13 @@
+diff --git a/Documentation/Makefile b/Documentation/Makefile
+index e22f5bca0ff2..e3ad34133832 100644
+--- a/Documentation/Makefile
 b/Documentation/Makefile
+@@ -74,7 +74,7 @@ install: install-man
+ install-man: man
+   $(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
+   $(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
+-  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)
++  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
+ 
+ clean:
+   $(RM) *.xml *.xml+ *.8 *.8.gz

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-10-05 17:42:44 UTC (rev 223887)
+++ core-i686/PKGBUILD  2014-10-05 17:46:33 UTC (rev 223888)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-# Contributor: Tom Gundersen t...@jklm.no
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=btrfs-progs
-pkgver=3.16.1
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'

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

2014-10-05 Thread Fabio Castelli
Date: Sunday, October 5, 2014 @ 20:51:52
  Author: muflone
Revision: 120177

upgpkg: python-docopt 0.6.2-2

0.6.2-1 pkgbuild cleanup, removed license file, provided upstream

Modified:
  python-docopt/trunk/PKGBUILD

--+
 PKGBUILD |   49 +
 1 file changed, 25 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 17:44:05 UTC (rev 120176)
+++ PKGBUILD2014-10-05 18:51:52 UTC (rev 120177)
@@ -1,43 +1,44 @@
 # $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgbase=python-docopt
 _pkgname=docopt
-pkgname=(python-docopt python2-docopt)
+pkgname=('python-docopt' 'python2-docopt')
 pkgver=0.6.2
-pkgrel=1
-pkgdesc=Pythonic option parser, that will make you smile
-arch=(any)
+pkgrel=2
+pkgdesc=Pythonic argument parser, that will make you smile
+arch=('any')
 url=https://github.com/docopt/docopt;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;
 LICENSE-MIT)
-sha256sums=('49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491'
-'3d5df78f592ff2433c3c6ce4984091b7f497059ddb8c6b08a061ba48e37b67f2')
+source=(http://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491')
 
 prepare(){
-cp -dpr --no-preserve=owner $_pkgname-$pkgver $_pkgname-$pkgver-2
+  cp -dpr --no-preserve=owner ${_pkgname}-${pkgver} ${_pkgname}-${pkgver}-2
 }
 
 build() {
-   cd $srcdir/$_pkgname-$pkgver
-   python setup.py build
-   cd $srcdir/$_pkgname-$pkgver-2
-   python2 setup.py build
+  # Build Python 3.x module
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  python setup.py build
+  # Build Python 2.x module
+  cd ${srcdir}/${_pkgname}-${pkgver}-2
+  python2 setup.py build
 }
 
-package_python2-docopt() {
-   cd $srcdir/$_pkgname-$pkgver-2
-   python2 setup.py install --skip-build -O1 --root=$pkgdir
-depends=('python2')
-   install -Dm0644 $srcdir/LICENSE-MIT 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+package_python-docopt() {
+  depends=('python')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --skip-build --optimize=1 --root=${pkgdir}
+  install -D -m 0644 LICENSE-MIT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
-package_python-docopt() {
-   cd $srcdir/$_pkgname-$pkgver
-depends=('python')
-   python setup.py install --skip-build -O1 --root=$pkgdir
-   install -Dm0644 $srcdir/LICENSE-MIT 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+package_python2-docopt() {
+  depends=('python2')
+  cd ${_pkgname}-${pkgver}-2
+  python2 setup.py install --skip-build --optimize=1 --root=${pkgdir}
+  install -D -m 0644 LICENSE-MIT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
-


[arch-commits] Commit in python-docopt/repos/community-any (3 files)

2014-10-05 Thread Fabio Castelli
Date: Sunday, October 5, 2014 @ 20:53:05
  Author: muflone
Revision: 120179

archrelease: copy trunk to community-any

Added:
  python-docopt/repos/community-any/PKGBUILD
(from rev 120178, python-docopt/trunk/PKGBUILD)
Deleted:
  python-docopt/repos/community-any/LICENSE-MIT
  python-docopt/repos/community-any/PKGBUILD

-+
 LICENSE-MIT |   19 
 PKGBUILD|   87 +-
 2 files changed, 44 insertions(+), 62 deletions(-)

Deleted: LICENSE-MIT
===
--- LICENSE-MIT 2014-10-05 18:52:39 UTC (rev 120178)
+++ LICENSE-MIT 2014-10-05 18:53:05 UTC (rev 120179)
@@ -1,19 +0,0 @@
-Copyright (c) 2012 Vladimir Keleshev, vladi...@keleshev.com
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the Software), to deal in 
-the Software without restriction, including without limitation the rights to 
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
-of the Software, and to permit persons to whom the Software is furnished to do 
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
-SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-05 18:52:39 UTC (rev 120178)
+++ PKGBUILD2014-10-05 18:53:05 UTC (rev 120179)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=python-docopt
-_pkgname=docopt
-pkgname=(python-docopt python2-docopt)
-pkgver=0.6.2
-pkgrel=1
-pkgdesc=Pythonic option parser, that will make you smile
-arch=(any)
-url=https://github.com/docopt/docopt;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;
 LICENSE-MIT)
-sha256sums=('49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491'
-'3d5df78f592ff2433c3c6ce4984091b7f497059ddb8c6b08a061ba48e37b67f2')
-
-prepare(){
-cp -dpr --no-preserve=owner $_pkgname-$pkgver $_pkgname-$pkgver-2
-}
-
-build() {
-   cd $srcdir/$_pkgname-$pkgver
-   python setup.py build
-   cd $srcdir/$_pkgname-$pkgver-2
-   python2 setup.py build
-}
-
-package_python2-docopt() {
-   cd $srcdir/$_pkgname-$pkgver-2
-   python2 setup.py install --skip-build -O1 --root=$pkgdir
-depends=('python2')
-   install -Dm0644 $srcdir/LICENSE-MIT 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-docopt() {
-   cd $srcdir/$_pkgname-$pkgver
-depends=('python')
-   python setup.py install --skip-build -O1 --root=$pkgdir
-   install -Dm0644 $srcdir/LICENSE-MIT 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-docopt/repos/community-any/PKGBUILD (from rev 120178, 
python-docopt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-05 18:53:05 UTC (rev 120179)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgbase=python-docopt
+_pkgname=docopt
+pkgname=('python-docopt' 'python2-docopt')
+pkgver=0.6.2
+pkgrel=2
+pkgdesc=Pythonic argument parser, that will make you smile
+arch=('any')
+url=https://github.com/docopt/docopt;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491')
+
+prepare(){
+  cp -dpr --no-preserve=owner ${_pkgname}-${pkgver} ${_pkgname}-${pkgver}-2
+}
+
+build() {
+  # Build Python 3.x module
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  python setup.py build
+  # Build Python 2.x module
+  cd ${srcdir}/${_pkgname}-${pkgver}-2
+  python2 setup.py build
+}
+
+package_python-docopt() {
+  depends=('python')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --skip-build --optimize=1 --root=${pkgdir}
+  install -D -m 0644 LICENSE-MIT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

[arch-commits] Commit in python-docopt/trunk (LICENSE-MIT)

2014-10-05 Thread Fabio Castelli
Date: Sunday, October 5, 2014 @ 20:52:39
  Author: muflone
Revision: 120178

upgpkg: python-docopt 0.6.2-2

0.6.2-1 pkgbuild cleanup, removed license file, provided upstream

Deleted:
  python-docopt/trunk/LICENSE-MIT

-+
 LICENSE-MIT |   19 ---
 1 file changed, 19 deletions(-)

Deleted: LICENSE-MIT
===
--- LICENSE-MIT 2014-10-05 18:51:52 UTC (rev 120177)
+++ LICENSE-MIT 2014-10-05 18:52:39 UTC (rev 120178)
@@ -1,19 +0,0 @@
-Copyright (c) 2012 Vladimir Keleshev, vladi...@keleshev.com
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the Software), to deal in 
-the Software without restriction, including without limitation the rights to 
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
-of the Software, and to permit persons to whom the Software is furnished to do 
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
-SOFTWARE.


[arch-commits] Commit in guake/trunk (5 files)

2014-10-05 Thread Balló György
Date: Sunday, October 5, 2014 @ 21:43:44
  Author: bgyorgy
Revision: 120180

upgpkg: guake 0.5.0-1

Update to version 0.5.0

Added:
  guake/trunk/fix-crasher.patch
  guake/trunk/fix-hotkey.patch
Modified:
  guake/trunk/PKGBUILD
Deleted:
  guake/trunk/fix-compiositing.patch
  guake/trunk/guake-fix-notification.patch

--+
 PKGBUILD |   31 +--
 fix-compiositing.patch   |  110 -
 fix-crasher.patch|   13 
 fix-hotkey.patch |   14 +
 guake-fix-notification.patch |   42 ---
 5 files changed, 41 insertions(+), 169 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 18:53:05 UTC (rev 120179)
+++ PKGBUILD2014-10-05 19:43:44 UTC (rev 120180)
@@ -4,8 +4,8 @@
 # Contributor: Wilson Pinto Júnior (N3RD3X) n3r...@linuxmail.org
 
 pkgname=guake
-pkgver=0.4.4
-pkgrel=4
+pkgver=0.5.0
+pkgrel=1
 pkgdesc='Drop-down terminal for GNOME'
 arch=('i686' 'x86_64')
 url=http://guake.org/;
@@ -14,29 +14,26 @@
 makedepends=('intltool' 'gnome-common')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz
-guake-fix-notification.patch
-fix-compiositing.patch)
-md5sums=('06b424ae32c7e63a8256922f1e8c51b6'
- '0b57227e6869dd84dd4fb0794ed0d082'
- '742729d81a9e22b59bd4ec0af64804d3')
+fix-crasher.patch
+fix-hotkey.patch)
+md5sums=('4383b7fcf85a355b4b69dd5cf66ff78f'
+ '12933c13aa1e7beb9431e3367cfaabd0'
+ '77050aeecb837d8c8109ab272f7277e2')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
+  # Fix crasher - https://github.com/Guake/guake/issues/373
+  patch -Np1 -i ../fix-crasher.patch
+
+  # Fix frozen hotkey - https://github.com/Guake/guake/issues/378
+  patch -Np1 -i ../fix-hotkey.patch
+
   # Fix GConf schema dir
   sed -i 's|schemadir = $(sysconfdir)/gconf/schemas|schemadir = 
$(GCONF_SCHEMA_FILE_DIR)|' data/Makefile.am
 
   # Python2 fix
-  sed -i 's|/usr/bin/env python|/usr/bin/python2|' 
src/{guake{,-prefs},prefs.py}
-
-  # Runtime fix when no notification server available
-  patch -Np1 -i ../guake-fix-notification.patch
-
-  # Handle enabling/disabling compositing while Guake is running
-  patch -Np1 -i ../fix-compiositing.patch
-
-  # Fix build
-  sed -i '/AM_INIT_AUTOMAKE/ s/-Werror//' configure.ac
+  sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/{guake-prefs,prefs.py}
 }
 
 build() {

Deleted: fix-compiositing.patch
===
--- fix-compiositing.patch  2014-10-05 18:53:05 UTC (rev 120179)
+++ fix-compiositing.patch  2014-10-05 19:43:44 UTC (rev 120180)
@@ -1,110 +0,0 @@
-From b0e3e2b0544967d2ac3f9df299867142b4b4dec8 Mon Sep 17 00:00:00 2001
-From: Alexander Mezin mezin.alexan...@gmail.com
-Date: Sun, 3 Mar 2013 02:48:01 +0700
-Subject: [PATCH] Handle enabling/disabling compositing while Guake is running
-
-Currently Guake checks if compositing is enabled only at startup.
-This causes problems in XFCE: Guake window is opaque when it's
-started automatically on login. I have to restart it to enable
-transparency. Also, it is generally better to react to changes
-without restart.

- src/guake | 64 ++-
- 1 file changed, 39 insertions(+), 25 deletions(-)
-
-diff --git a/src/guake b/src/guake
-index 1b321fc..50e1a91 100644
 a/src/guake
-+++ b/src/guake
-@@ -301,33 +301,14 @@ class GConfHandler(object):
- will set the transparent flag to false if an image is set in
- all terminals open.
- 
--image = entry.value.get_string()
--for i in self.guake.term_list:
--if image and os.path.exists(image):
--i.set_background_image_file(image)
--i.set_background_transparent(False)
--else:
--We need to clear the image if it's not set but there is
--a bug in vte python bidnings which doesn't allow None to be
--passed to set_background_image (C GTK function expects NULL).
--The user will need to restart Guake after clearing the image.
--i.set_background_image(None)
--
--if self.guake.has_argb:
--i.set_background_transparent(False)
--else:
--i.set_background_transparent(True)
-+self.guake.set_background_image(entry.value.get_string())
- 
- def bgtransparency_changed(self, client, connection_id, entry, data):
- If the gconf var style/background/transparency be changed, this
- method will be called and will set the saturation and transparency
- properties in all terminals open.
- 
--transparency = entry.value.get_int()
--for i in self.guake.term_list:
--  

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

2014-10-05 Thread Balló György
Date: Sunday, October 5, 2014 @ 21:43:55
  Author: bgyorgy
Revision: 120181

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

Added:
  guake/repos/community-i686/PKGBUILD
(from rev 120180, guake/trunk/PKGBUILD)
  guake/repos/community-i686/fix-crasher.patch
(from rev 120180, guake/trunk/fix-crasher.patch)
  guake/repos/community-i686/fix-hotkey.patch
(from rev 120180, guake/trunk/fix-hotkey.patch)
  guake/repos/community-i686/guake.install
(from rev 120180, guake/trunk/guake.install)
  guake/repos/community-x86_64/PKGBUILD
(from rev 120180, guake/trunk/PKGBUILD)
  guake/repos/community-x86_64/fix-crasher.patch
(from rev 120180, guake/trunk/fix-crasher.patch)
  guake/repos/community-x86_64/fix-hotkey.patch
(from rev 120180, guake/trunk/fix-hotkey.patch)
  guake/repos/community-x86_64/guake.install
(from rev 120180, guake/trunk/guake.install)
Deleted:
  guake/repos/community-i686/PKGBUILD
  guake/repos/community-i686/guake-fix-notification.patch
  guake/repos/community-i686/guake.install
  guake/repos/community-x86_64/PKGBUILD
  guake/repos/community-x86_64/guake-fix-notification.patch
  guake/repos/community-x86_64/guake.install

---+
 /PKGBUILD |  102 
 /guake.install|   44 ++
 community-i686/PKGBUILD   |   54 
 community-i686/fix-crasher.patch  |   13 +++
 community-i686/fix-hotkey.patch   |   14 +++
 community-i686/guake-fix-notification.patch   |   42 -
 community-i686/guake.install  |   22 -
 community-x86_64/PKGBUILD |   54 
 community-x86_64/fix-crasher.patch|   13 +++
 community-x86_64/fix-hotkey.patch |   14 +++
 community-x86_64/guake-fix-notification.patch |   42 -
 community-x86_64/guake.install|   22 -
 12 files changed, 200 insertions(+), 236 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-05 19:43:44 UTC (rev 120180)
+++ community-i686/PKGBUILD 2014-10-05 19:43:55 UTC (rev 120181)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Wilson Pinto Júnior (N3RD3X) n3r...@linuxmail.org
-
-pkgname=guake
-pkgver=0.4.4
-pkgrel=4
-pkgdesc='Drop-down terminal for GNOME'
-arch=('i686' 'x86_64')
-url=http://guake.org/;
-license=('GPL')
-depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg')
-makedepends=('intltool' 'gnome-common')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz
-guake-fix-notification.patch
-fix-compiositing.patch)
-md5sums=('06b424ae32c7e63a8256922f1e8c51b6'
- '0b57227e6869dd84dd4fb0794ed0d082'
- '742729d81a9e22b59bd4ec0af64804d3')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Fix GConf schema dir
-  sed -i 's|schemadir = $(sysconfdir)/gconf/schemas|schemadir = 
$(GCONF_SCHEMA_FILE_DIR)|' data/Makefile.am
-
-  # Python2 fix
-  sed -i 's|/usr/bin/env python|/usr/bin/python2|' 
src/{guake{,-prefs},prefs.py}
-
-  # Runtime fix when no notification server available
-  patch -Np1 -i ../guake-fix-notification.patch
-
-  # Handle enabling/disabling compositing while Guake is running
-  patch -Np1 -i ../fix-compiositing.patch
-
-  # Fix build
-  sed -i '/AM_INIT_AUTOMAKE/ s/-Werror//' configure.ac
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --disable-static --disable-schemas-install \
-   --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
-   PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: guake/repos/community-i686/PKGBUILD (from rev 120180, 
guake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-05 19:43:55 UTC (rev 120181)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Wilson Pinto Júnior (N3RD3X) n3r...@linuxmail.org
+
+pkgname=guake
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Drop-down terminal for GNOME'
+arch=('i686' 'x86_64')
+url=http://guake.org/;
+license=('GPL')
+depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg')
+makedepends=('intltool' 'gnome-common')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz
+fix-crasher.patch
+fix-hotkey.patch)

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

2014-10-05 Thread Eric Bélanger
Date: Sunday, October 5, 2014 @ 21:50:54
  Author: eric
Revision: 223889

New depends for gajim

Added:
  nbxmpp/
  nbxmpp/repos/
  nbxmpp/trunk/
  nbxmpp/trunk/PKGBUILD

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

Added: nbxmpp/trunk/PKGBUILD
===
--- nbxmpp/trunk/PKGBUILD   (rev 0)
+++ nbxmpp/trunk/PKGBUILD   2014-10-05 19:50:54 UTC (rev 223889)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=nbxmpp
+pkgname=python2-nbxmpp
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=A Python library to use Jabber/XMPP networks in a non-blocking way
+arch=('any')
+url=https://python-nbxmpp.gajim.org/;
+license=('GPL3')
+depends=('python2')
+source=($pkgbase-$pkgver.tar.gz::https://python-nbxmpp.gajim.org/downloads/6)
+sha1sums=('641700db0ae19e35d821508f4d5cd27259405b98')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py build
+}
+
+package_python2-nbxmpp() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}


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


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

2014-10-05 Thread Eric Bélanger
Date: Sunday, October 5, 2014 @ 21:56:43
  Author: eric
Revision: 223890

archrelease: copy trunk to extra-any

Added:
  nbxmpp/repos/extra-any/
  nbxmpp/repos/extra-any/PKGBUILD
(from rev 223889, nbxmpp/trunk/PKGBUILD)

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

Copied: nbxmpp/repos/extra-any/PKGBUILD (from rev 223889, nbxmpp/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2014-10-05 19:56:43 UTC (rev 223890)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=nbxmpp
+pkgname=python2-nbxmpp
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=A Python library to use Jabber/XMPP networks in a non-blocking way
+arch=('any')
+url=https://python-nbxmpp.gajim.org/;
+license=('GPL3')
+depends=('python2')
+source=($pkgbase-$pkgver.tar.gz::https://python-nbxmpp.gajim.org/downloads/6)
+sha1sums=('641700db0ae19e35d821508f4d5cd27259405b98')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py build
+}
+
+package_python2-nbxmpp() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}


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

2014-10-05 Thread Evgeniy Alekseev
Date: Sunday, October 5, 2014 @ 22:07:17
  Author: arcanis
Revision: 120182

upgpkg: eric 5.4.7-1
add eric-common package

Modified:
  eric/trunk/PKGBUILD
  eric/trunk/eric.install

--+
 PKGBUILD |   78 +++--
 eric.install |5 +--
 2 files changed, 51 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 19:43:55 UTC (rev 120181)
+++ PKGBUILD2014-10-05 20:07:17 UTC (rev 120182)
@@ -1,60 +1,80 @@
 # $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Ray Rashif schiv at archlinux dot org
+# Contributor: Brad Fanella bradfanellaat archlinux dot us
 # See .contrib for older/other contributors
 
-pkgname=eric
-pkgver=5.4.6
+pkgbase=eric
+pkgname=('eric-common' 'eric')
+pkgver=5.4.7
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
 url=http://eric-ide.python-projects.org/;
 license=('GPL3')
-depends=('python-qscintilla' 'python=3.4')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('c998301f6ca99971a8f51f9d9b83d545'
+depends=('python-qscintilla')
+install=${pkgbase}.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;
+${pkgbase}.desktop)
+md5sums=('774d2bd1eadd694feceb129d4556c644'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {
-  cd $srcdir/eric5-$pkgver
+  cd ${srcdir}/eric5-${pkgver}
 
   # some freedesktop.org compatibility adjustments (referenced at runtime)
   # TODO: check if this is still needed, else move to package()
   for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
+sed -i s/eric5.desktop/eric.desktop/ ${i}
   done
 
   # desktop file later needed during build
   rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
+  install -Dm644 ${srcdir}/${pkgbase}.desktop eric/${pkgbase}.desktop
 }
 
-package() {
-  cd $srcdir/eric5-$pkgver
+package_eric-common() {
+  depends=()
 
-  python install.py -c -b /usr/bin -i $pkgdir
+  cd ${srcdir}/eric5-${pkgver}
+  # pyqt APIs
+  install -Dm644 eric/APIs/Python3/PyQt4.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.bas
+  # qscintilla APIs
+  install -Dm644 eric/APIs/Python3/QScintilla2.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/QScintilla2.bas
+  # zope APIs
+  install -Dm644 eric/APIs/Python/zope-2.10.7.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.10.7.api
+  install -Dm644 eric/APIs/Python/zope-2.11.2.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.11.2.api
+  install -Dm644 eric/APIs/Python/zope-3.3.1.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/zope-3.3.1.api
+  # ruby APIs
+  install -Dm644 eric/APIs/Ruby/Ruby-1.8.7.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
+  install -Dm644 eric/APIs/Ruby/Ruby-1.8.7.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.bas
+  install -Dm644 eric/APIs/Ruby/Ruby-1.9.1.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.9.1.api
+  install -Dm644 eric/APIs/Ruby/Ruby-1.9.1.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.9.1.bas
+}
 
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
+package_eric() {
+  depends+=('eric-common')
 
+  cd ${srcdir}/eric5-${pkgver}
+  python install.py -c -b /usr/bin -i ${pkgdir}
+  # remove common components
+  find ${pkgdir}/usr/share/qt4/qsci/api/ -type f -not -name 'eric*' -exec rm 
{} \;
+
   # some canonical symlinks
   # TODO: might we want to just package this as eric5?
   #   upstream references them as two distinct versions...
-  cd $pkgdir/usr/bin
+  cd ${pkgdir}/usr/bin
   for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
+ln -s /usr/bin/${i} ${i/eric5/eric}
   done
 }
 

Modified: eric.install
===
--- eric.install2014-10-05 19:43:55 UTC (rev 120181)
+++ eric.install2014-10-05 20:07:17 UTC (rev 120182)
@@ -1,10 +1,9 @@
 post_install() {
-   echoUpdating desktop mime database...
-   update-desktop-database -q
+update-desktop-database -q
 }
 
 post_upgrade() {
-   

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

2014-10-05 Thread Evgeniy Alekseev
Date: Sunday, October 5, 2014 @ 22:07:28
  Author: arcanis
Revision: 120183

archrelease: copy trunk to community-testing-any

Added:
  eric/repos/community-testing-any/
  eric/repos/community-testing-any/.contrib
(from rev 120182, eric/trunk/.contrib)
  eric/repos/community-testing-any/PKGBUILD
(from rev 120182, eric/trunk/PKGBUILD)
  eric/repos/community-testing-any/eric.desktop
(from rev 120182, eric/trunk/eric.desktop)
  eric/repos/community-testing-any/eric.install
(from rev 120182, eric/trunk/eric.install)

--+
 .contrib |7 
 PKGBUILD |   81 +
 eric.desktop |   10 +++
 eric.install |9 ++
 4 files changed, 107 insertions(+)

Copied: eric/repos/community-testing-any/.contrib (from rev 120182, 
eric/trunk/.contrib)
===
--- community-testing-any/.contrib  (rev 0)
+++ community-testing-any/.contrib  2014-10-05 20:07:28 UTC (rev 120183)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Copied: eric/repos/community-testing-any/PKGBUILD (from rev 120182, 
eric/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-10-05 20:07:28 UTC (rev 120183)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Ray Rashif schiv at archlinux dot org
+# Contributor: Brad Fanella bradfanellaat archlinux dot us
+# See .contrib for older/other contributors
+
+pkgbase=eric
+pkgname=('eric-common' 'eric')
+pkgver=5.4.7
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+install=${pkgbase}.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;
+${pkgbase}.desktop)
+md5sums=('774d2bd1eadd694feceb129d4556c644'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd ${srcdir}/eric5-${pkgver}
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ ${i}
+  done
+
+  # desktop file later needed during build
+  rm eric/eric5.desktop
+  install -Dm644 ${srcdir}/${pkgbase}.desktop eric/${pkgbase}.desktop
+}
+
+package_eric-common() {
+  depends=()
+
+  cd ${srcdir}/eric5-${pkgver}
+  # pyqt APIs
+  install -Dm644 eric/APIs/Python3/PyQt4.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.bas
+  # qscintilla APIs
+  install -Dm644 eric/APIs/Python3/QScintilla2.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/QScintilla2.bas
+  # zope APIs
+  install -Dm644 eric/APIs/Python/zope-2.10.7.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.10.7.api
+  install -Dm644 eric/APIs/Python/zope-2.11.2.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.11.2.api
+  install -Dm644 eric/APIs/Python/zope-3.3.1.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/zope-3.3.1.api
+  # ruby APIs
+  install -Dm644 eric/APIs/Ruby/Ruby-1.8.7.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
+  install -Dm644 eric/APIs/Ruby/Ruby-1.8.7.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.bas
+  install -Dm644 eric/APIs/Ruby/Ruby-1.9.1.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.9.1.api
+  install -Dm644 eric/APIs/Ruby/Ruby-1.9.1.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.9.1.bas
+}
+
+package_eric() {
+  depends+=('eric-common')
+
+  cd ${srcdir}/eric5-${pkgver}
+  python install.py -c -b /usr/bin -i ${pkgdir}
+  # remove common components
+  find ${pkgdir}/usr/share/qt4/qsci/api/ -type f -not -name 'eric*' -exec rm 
{} \;
+
+  # some canonical symlinks
+  # TODO: might we want to just package this as eric5?
+  #   upstream references them as two distinct versions...
+  cd ${pkgdir}/usr/bin
+  for i in *; do
+ln -s /usr/bin/${i} ${i/eric5/eric}
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eric/repos/community-testing-any/eric.desktop (from rev 120182, 
eric/trunk/eric.desktop)
===
--- community-testing-any/eric.desktop  (rev 0)
+++ community-testing-any/eric.desktop  2014-10-05 20:07:28 UTC (rev 120183)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Exec=eric5
+MimeType=application/x-eric5;
+Icon=eric
+Terminal=false
+Name=Eric 5

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

2014-10-05 Thread Evgeniy Alekseev
Date: Sunday, October 5, 2014 @ 22:09:54
  Author: arcanis
Revision: 120185

archrelease: copy trunk to community-testing-any

Added:
  eric4/repos/community-testing-any/
  eric4/repos/community-testing-any/.contrib
(from rev 120184, eric4/trunk/.contrib)
  eric4/repos/community-testing-any/ChangeLog
(from rev 120184, eric4/trunk/ChangeLog)
  eric4/repos/community-testing-any/PKGBUILD
(from rev 120184, eric4/trunk/PKGBUILD)
  eric4/repos/community-testing-any/eric4.desktop
(from rev 120184, eric4/trunk/eric4.desktop)
  eric4/repos/community-testing-any/eric4.install
(from rev 120184, eric4/trunk/eric4.install)

---+
 .contrib  |4 
 ChangeLog |2 ++
 PKGBUILD  |   35 +++
 eric4.desktop |   10 ++
 eric4.install |9 +
 5 files changed, 60 insertions(+)

Copied: eric4/repos/community-testing-any/.contrib (from rev 120184, 
eric4/trunk/.contrib)
===
--- community-testing-any/.contrib  (rev 0)
+++ community-testing-any/.contrib  2014-10-05 20:09:54 UTC (rev 120185)
@@ -0,0 +1,4 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+riai r...@bigfoot.com
+Ben b...@benmazer.net

Copied: eric4/repos/community-testing-any/ChangeLog (from rev 120184, 
eric4/trunk/ChangeLog)
===
--- community-testing-any/ChangeLog (rev 0)
+++ community-testing-any/ChangeLog 2014-10-05 20:09:54 UTC (rev 120185)
@@ -0,0 +1,2 @@
+4.5.25-1:
+upstream update. Create eric-common package

Copied: eric4/repos/community-testing-any/PKGBUILD (from rev 120184, 
eric4/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-10-05 20:09:54 UTC (rev 120185)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Ray Rashif schiv at archlinux dot org
+# Contributor: Daniel J Griffiths ghost1227 at archlinux dot us
+# See .contrib for older/other contributors
+
+pkgname=eric4
+pkgver=4.5.25
+pkgrel=1
+pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('eric-common' 'python2-qscintilla')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/eric-ide/${pkgname}-${pkgver}.tar.gz;
+${pkgname}.desktop)
+md5sums=('f68cdadacfa10298c89300e0c4036324'
+ 'bce515b66a2c63dfc76a0f92edbe2ecb')
+changelog=ChangeLog
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 install.py -c -b /usr/bin -i $pkgdir
+  # remove common components
+  find ${pkgdir}/usr/share/qt4/qsci/api/ -type f -not -name 'eric*' -exec rm 
{} \;
+
+  # freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+ ${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -Dm644 eric/icons/default/eric.png \
+ ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eric4/repos/community-testing-any/eric4.desktop (from rev 120184, 
eric4/trunk/eric4.desktop)
===
--- community-testing-any/eric4.desktop (rev 0)
+++ community-testing-any/eric4.desktop 2014-10-05 20:09:54 UTC (rev 120185)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Exec=eric4
+MimeType=application/x-eric4;
+Icon=eric4
+Terminal=false
+Name=Eric 4
+Comment=Python 2.x  Ruby IDE
+Categories=Qt;Python;Development;IDE;
+StartupNotify=true

Copied: eric4/repos/community-testing-any/eric4.install (from rev 120184, 
eric4/trunk/eric4.install)
===
--- community-testing-any/eric4.install (rev 0)
+++ community-testing-any/eric4.install 2014-10-05 20:09:54 UTC (rev 120185)
@@ -0,0 +1,9 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-05 Thread Evgeniy Alekseev
Date: Sunday, October 5, 2014 @ 22:09:42
  Author: arcanis
Revision: 120184

upgpkg: eric4 4.5.25-1

Added:
  eric4/trunk/ChangeLog
Modified:
  eric4/trunk/PKGBUILD
  eric4/trunk/eric4.install

---+
 ChangeLog |2 ++
 PKGBUILD  |   30 --
 eric4.install |5 ++---
 3 files changed, 20 insertions(+), 17 deletions(-)

Added: ChangeLog
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-10-05 20:09:42 UTC (rev 120184)
@@ -0,0 +1,2 @@
+4.5.25-1:
+upstream update. Create eric-common package

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 20:07:28 UTC (rev 120183)
+++ PKGBUILD2014-10-05 20:09:42 UTC (rev 120184)
@@ -1,33 +1,35 @@
 # $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Ray Rashif schiv at archlinux dot org
+# Contributor: Daniel J Griffiths ghost1227 at archlinux dot us
 # See .contrib for older/other contributors
 
 pkgname=eric4
-pkgver=4.5.24
+pkgver=4.5.25
 pkgrel=1
 pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
 arch=('any')
 url=http://eric-ide.python-projects.org/;
 license=('GPL3')
-depends=('python2-qscintilla')
-conflicts=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('b41afbcfc59ec00441742a1495e06a6b'
+depends=('eric-common' 'python2-qscintilla')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/eric-ide/${pkgname}-${pkgver}.tar.gz;
+${pkgname}.desktop)
+md5sums=('f68cdadacfa10298c89300e0c4036324'
  'bce515b66a2c63dfc76a0f92edbe2ecb')
+changelog=ChangeLog
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd ${srcdir}/${pkgname}-${pkgver}
   python2 install.py -c -b /usr/bin -i $pkgdir
+  # remove common components
+  find ${pkgdir}/usr/share/qt4/qsci/api/ -type f -not -name 'eric*' -exec rm 
{} \;
 
   # freedesktop.org compatibility
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+ ${pkgdir}/usr/share/applications/${pkgname}.desktop
   install -Dm644 eric/icons/default/eric.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
+ ${pkgdir}/usr/share/pixmaps/${pkgname}.png
 }
 
 # vim:set ts=2 sw=2 et:

Modified: eric4.install
===
--- eric4.install   2014-10-05 20:07:28 UTC (rev 120183)
+++ eric4.install   2014-10-05 20:09:42 UTC (rev 120184)
@@ -1,10 +1,9 @@
 post_install() {
-   echoUpdating desktop mime database...
-   update-desktop-database -q
+update-desktop-database -q
 }
 
 post_upgrade() {
-   post_install
+post_install
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in eric/trunk (ChangeLog)

2014-10-05 Thread Evgeniy Alekseev
Date: Sunday, October 5, 2014 @ 22:12:20
  Author: arcanis
Revision: 120186

add changelog

Added:
  eric/trunk/ChangeLog

---+
 ChangeLog |2 ++
 1 file changed, 2 insertions(+)

Added: ChangeLog
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-10-05 20:12:20 UTC (rev 120186)
@@ -0,0 +1,2 @@
+5.4.7-1:
+upstream update. Create eric-common package


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

2014-10-05 Thread Dave Reisner
Date: Sunday, October 5, 2014 @ 22:16:07
  Author: dreisner
Revision: 120187

upgpkg: pkgbuild-introspection 5-1

Modified:
  pkgbuild-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 20:12:20 UTC (rev 120186)
+++ PKGBUILD2014-10-05 20:16:07 UTC (rev 120187)
@@ -1,5 +1,5 @@
 pkgname=pkgbuild-introspection
-pkgver=4
+pkgver=5
 pkgrel=1
 pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
 url=https://github.com/falconindy/pkgbuild-introspection;
@@ -7,13 +7,18 @@
 arch=('any')
 depends=('bash')
 
source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('26caeef4592196e4f08f4d0198f35f51'
+md5sums=('69a0d34c7a660b1e880a874066b93358'
  'SKIP')
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
 
 build() {
   make -C $pkgname-$pkgver
 }
 
+check() {
+  make -C $pkgname-$pkgver check
+}
+
 package() {
   make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
 }


[arch-commits] Commit in pkgbuild-introspection/repos/community-any (2 files)

2014-10-05 Thread Dave Reisner
Date: Sunday, October 5, 2014 @ 22:16:22
  Author: dreisner
Revision: 120188

archrelease: copy trunk to community-any

Added:
  pkgbuild-introspection/repos/community-any/PKGBUILD
(from rev 120187, pkgbuild-introspection/trunk/PKGBUILD)
Deleted:
  pkgbuild-introspection/repos/community-any/PKGBUILD

--+
 PKGBUILD |   43 ---
 1 file changed, 24 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-05 20:16:07 UTC (rev 120187)
+++ PKGBUILD2014-10-05 20:16:22 UTC (rev 120188)
@@ -1,19 +0,0 @@
-pkgname=pkgbuild-introspection
-pkgver=4
-pkgrel=1
-pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
-url=https://github.com/falconindy/pkgbuild-introspection;
-license=('MIT')
-arch=('any')
-depends=('bash')
-source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('26caeef4592196e4f08f4d0198f35f51'
- 'SKIP')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
-}

Copied: pkgbuild-introspection/repos/community-any/PKGBUILD (from rev 120187, 
pkgbuild-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-05 20:16:22 UTC (rev 120188)
@@ -0,0 +1,24 @@
+pkgname=pkgbuild-introspection
+pkgver=5
+pkgrel=1
+pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
+url=https://github.com/falconindy/pkgbuild-introspection;
+license=('MIT')
+arch=('any')
+depends=('bash')
+source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('69a0d34c7a660b1e880a874066b93358'
+ 'SKIP')
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
+}


[arch-commits] Commit in gajim/trunk (PKGBUILD gajim-drill.patch)

2014-10-05 Thread Eric Bélanger
Date: Sunday, October 5, 2014 @ 22:19:51
  Author: eric
Revision: 223891

upgpkg: gajim 0.16-1

Upstream update, Update patch

Modified:
  gajim/trunk/PKGBUILD
  gajim/trunk/gajim-drill.patch

---+
 PKGBUILD  |   13 -
 gajim-drill.patch |  468 
 2 files changed, 265 insertions(+), 216 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 19:56:43 UTC (rev 223890)
+++ PKGBUILD2014-10-05 20:19:51 UTC (rev 223891)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=gajim
-pkgver=0.15.4
-pkgrel=2
+pkgver=0.16
+pkgrel=1
 pkgdesc=A full featured and easy to use Jabber client
 arch=('any')
 url=http://www.gajim.org/;
@@ -22,10 +22,9 @@
 'python2-docutils: for RST generator support'
 'gupnp-igd: for UPnP-IGD support')
 install=gajim.install
-DLAGENTS=('http::/usr/bin/curl -kfLC - --retry 3 --retry-delay 3 -o %o %u')
-source=(http://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2 
gajim-drill.patch)
-sha1sums=('ffa597e1de7aaf9ca0120fda89fd2ff279068956'
-  'aba73d11ca2594e9f1c5c88734273f80ae79e7ad')
+source=(http://www.gajim.org/downloads/${pkgver}/gajim-${pkgver}.tar.bz2 
gajim-drill.patch)
+sha1sums=('d2983f7a4e0a33d1a4eb2e603207125e277aa756'
+  'e4c06bdbaf23df6b7e6090dd52425a86f3a44358')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -41,6 +40,4 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  # FS#38723
-  rm ${pkgdir}/usr/share/gajim/data/other/cacerts.pem
 }

Modified: gajim-drill.patch
===
--- gajim-drill.patch   2014-10-05 19:56:43 UTC (rev 223890)
+++ gajim-drill.patch   2014-10-05 20:19:51 UTC (rev 223891)
@@ -1,7 +1,7 @@
-diff -Naur old/po/be.po new/po/be.po
 old/po/be.po   2013-03-18 22:41:50.747592943 +1100
-+++ new/po/be.po   2013-03-18 22:46:19.578638708 +1100
-@@ -8491,11 +8491,11 @@
+diff -Naur gajim-0.16-orig/po/b...@latin.po gajim-0.16/po/b...@latin.po
+--- gajim-0.16-orig/po/b...@latin.po   2014-10-05 16:07:08.910296643 -0400
 gajim-0.16/po/b...@latin.po2014-10-05 16:07:30.183595453 -0400
+@@ -8757,11 +8757,11 @@
  msgstr 
  
  #: ../src/features_window.py:80
@@ -15,10 +15,10 @@
  msgstr 
  
  #: ../src/features_window.py:82
-diff -Naur old/po/b...@latin.po new/po/b...@latin.po
 old/po/b...@latin.po   2013-03-18 22:41:50.750926289 +1100
-+++ new/po/b...@latin.po   2013-03-18 22:46:19.588638750 +1100
-@@ -8515,11 +8515,11 @@
+diff -Naur gajim-0.16-orig/po/be.po gajim-0.16/po/be.po
+--- gajim-0.16-orig/po/be.po   2014-10-05 16:07:08.920296627 -0400
 gajim-0.16/po/be.po2014-10-05 16:07:30.186928779 -0400
+@@ -8732,11 +8732,11 @@
  msgstr 
  
  #: ../src/features_window.py:80
@@ -32,10 +32,10 @@
  msgstr 
  
  #: ../src/features_window.py:82
-diff -Naur old/po/bg.po new/po/bg.po
 old/po/bg.po   2013-03-18 22:41:50.750926289 +1100
-+++ new/po/bg.po   2013-03-18 22:46:19.601972134 +1100
-@@ -8412,11 +8412,11 @@
+diff -Naur gajim-0.16-orig/po/bg.po gajim-0.16/po/bg.po
+--- gajim-0.16-orig/po/bg.po   2014-10-05 16:07:08.910296643 -0400
 gajim-0.16/po/bg.po2014-10-05 16:07:30.190262105 -0400
+@@ -8669,11 +8669,11 @@
  msgstr Възможност за свързване към сървъри, които използват записи SRV.
  
  #: ../src/features_window.py:80
@@ -50,10 +50,10 @@
  msgstr 
  
  #: ../src/features_window.py:82
-diff -Naur old/po/br.po new/po/br.po
 old/po/br.po   2013-03-18 22:41:50.750926289 +1100
-+++ new/po/br.po   2013-03-18 22:46:19.615305519 +1100
-@@ -8494,11 +8494,11 @@
+diff -Naur gajim-0.16-orig/po/br.po gajim-0.16/po/br.po
+--- gajim-0.16-orig/po/br.po   2014-10-05 16:07:08.910296643 -0400
 gajim-0.16/po/br.po2014-10-05 16:07:30.193595433 -0400
+@@ -8723,11 +8723,11 @@
  msgstr 
  
  #: ../src/features_window.py:80
@@ -67,10 +67,10 @@
  msgstr 
  
  #: ../src/features_window.py:82
-diff -Naur old/po/cs.po new/po/cs.po
 old/po/cs.po   2013-03-18 22:41:50.750926289 +1100
-+++ new/po/cs.po   2013-03-18 22:46:19.628638904 +1100
-@@ -8325,12 +8325,12 @@
+diff -Naur gajim-0.16-orig/po/cs.po gajim-0.16/po/cs.po
+--- gajim-0.16-orig/po/cs.po   2014-10-05 16:07:08.916963299 -0400
 gajim-0.16/po/cs.po2014-10-05 16:07:30.196928762 -0400
+@@ -8594,12 +8594,12 @@
  msgstr Schopnost připojit se na servery používající SRV záznamy.
  
  #: ../src/features_window.py:80
@@ -87,10 +87,10 @@
  
  #: ../src/features_window.py:82
  msgid Spell Checker
-diff -Naur old/po/da.po new/po/da.po
 old/po/da.po   2013-03-18 22:41:50.750926289 +1100
-+++ new/po/da.po   2013-03-18 22:46:19.638638942 +1100
-@@ -8312,12 +8312,12 @@
+diff -Naur gajim-0.16-orig/po/da.po gajim-0.16/po/da.po
+--- gajim-0.16-orig/po/da.po   2014-10-05 16:07:08.923629956 -0400
 gajim-0.16/po/da.po2014-10-05 

[arch-commits] Commit in gajim/repos/extra-any (6 files)

2014-10-05 Thread Eric Bélanger
Date: Sunday, October 5, 2014 @ 22:37:59
  Author: eric
Revision: 223892

archrelease: copy trunk to extra-any

Added:
  gajim/repos/extra-any/PKGBUILD
(from rev 223891, gajim/trunk/PKGBUILD)
  gajim/repos/extra-any/gajim-drill.patch
(from rev 223891, gajim/trunk/gajim-drill.patch)
  gajim/repos/extra-any/gajim.install
(from rev 223891, gajim/trunk/gajim.install)
Deleted:
  gajim/repos/extra-any/PKGBUILD
  gajim/repos/extra-any/gajim-drill.patch
  gajim/repos/extra-any/gajim.install

---+
 PKGBUILD  |   89 +-
 gajim-drill.patch | 1656 ++--
 gajim.install |   22 
 3 files changed, 908 insertions(+), 859 deletions(-)

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


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

2014-10-05 Thread Eric Bélanger
Date: Sunday, October 5, 2014 @ 22:48:05
  Author: eric
Revision: 223893

upgpkg: gajim 0.16-1

Upstream update, Update patch

Modified:
  gajim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 20:37:59 UTC (rev 223892)
+++ PKGBUILD2014-10-05 20:48:05 UTC (rev 223893)
@@ -8,7 +8,8 @@
 arch=('any')
 url=http://www.gajim.org/;
 license=('GPL3')
-depends=('pygtk' 'python2-pyopenssl' 'python2-pyasn1' 'ca-certificates' 'ldns')
+depends=('pygtk' 'python2-pyopenssl' 'python2-pyasn1' 'python2-nbxmpp' 
+ 'ca-certificates' 'ldns')
 makedepends=('intltool')
 optdepends=('python2-dbus: dbus support'
 'farstream-0.1: for video/voice support'


[arch-commits] Commit in gajim/repos/extra-any (6 files)

2014-10-05 Thread Eric Bélanger
Date: Sunday, October 5, 2014 @ 22:49:38
  Author: eric
Revision: 223894

archrelease: copy trunk to extra-any

Added:
  gajim/repos/extra-any/PKGBUILD
(from rev 223893, gajim/trunk/PKGBUILD)
  gajim/repos/extra-any/gajim-drill.patch
(from rev 223893, gajim/trunk/gajim-drill.patch)
  gajim/repos/extra-any/gajim.install
(from rev 223893, gajim/trunk/gajim.install)
Deleted:
  gajim/repos/extra-any/PKGBUILD
  gajim/repos/extra-any/gajim-drill.patch
  gajim/repos/extra-any/gajim.install

---+
 PKGBUILD  |   87 +-
 gajim-drill.patch | 1708 ++--
 gajim.install |   22 
 3 files changed, 909 insertions(+), 908 deletions(-)

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


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

2014-10-05 Thread Eric Bélanger
Date: Sunday, October 5, 2014 @ 23:36:35
  Author: eric
Revision: 223895

upgpkg: mutagen 1.25-1

Upstream update, Add python-mutagen package for python 3 support

Modified:
  mutagen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 20:49:38 UTC (rev 223894)
+++ PKGBUILD2014-10-05 21:36:35 UTC (rev 223895)
@@ -1,24 +1,42 @@
 # $Id$
 # Maintainer: Eric Bélanger e...@archlinux.org
 
-pkgname=mutagen
-pkgver=1.24
+pkgbase=mutagen
+pkgname=('mutagen' 'python-mutagen')
+pkgver=1.25
 pkgrel=1
-pkgdesc=An audio metadata tag reader and writer
 arch=('any')
 url=https://bitbucket.org/lazka/mutagen;
 license=('GPL2')
-depends=('python2')
-source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('d013e8e244b4671f2db97e3e1a702c2e7d21a649'
+makedepends=('python' 'python2')
+source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgbase}-${pkgver}.tar.gz{,.sig})
+sha1sums=('75f0ce166cc9c90be877f95ccf1e1709113fd399'
   'SKIP')
 
+prepare() {
+  cp -r ${pkgbase}-${pkgver} python-${pkgbase}-${pkgver}
+}
+
 check() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   LANG=en_US.UTF8 python2 setup.py test
+  cd ../python-${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python setup.py test
 }
 
-package() {
-  cd ${pkgname}-${pkgver}
+package_mutagen() {
+  pkgdesc=An audio metadata tag reader and writer
+  depends=('python2')
+ 
+  cd ${pkgbase}-${pkgver}
   python2 setup.py install --root=${pkgdir}
 }
+
+package_python-mutagen() {
+  pkgdesc=An audio metadata tag reader and writer library for Python 3
+  depends=('python')
+
+  cd python-${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}
+  rm -r ${pkgdir}/usr/{bin,share}
+}


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

2014-10-05 Thread Eric Bélanger
Date: Sunday, October 5, 2014 @ 23:41:26
  Author: eric
Revision: 223896

archrelease: copy trunk to extra-any

Added:
  mutagen/repos/extra-any/PKGBUILD
(from rev 223895, mutagen/trunk/PKGBUILD)
Deleted:
  mutagen/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-05 21:36:35 UTC (rev 223895)
+++ PKGBUILD2014-10-05 21:41:26 UTC (rev 223896)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=mutagen
-pkgver=1.24
-pkgrel=1
-pkgdesc=An audio metadata tag reader and writer
-arch=('any')
-url=https://bitbucket.org/lazka/mutagen;
-license=('GPL2')
-depends=('python2')
-source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('d013e8e244b4671f2db97e3e1a702c2e7d21a649'
-  'SKIP')
-
-check() {
-  cd ${pkgname}-${pkgver}
-  LANG=en_US.UTF8 python2 setup.py test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-}

Copied: mutagen/repos/extra-any/PKGBUILD (from rev 223895, 
mutagen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-05 21:41:26 UTC (rev 223896)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=mutagen
+pkgname=('mutagen' 'python-mutagen')
+pkgver=1.25
+pkgrel=1
+arch=('any')
+url=https://bitbucket.org/lazka/mutagen;
+license=('GPL2')
+makedepends=('python' 'python2')
+source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgbase}-${pkgver}.tar.gz{,.sig})
+sha1sums=('75f0ce166cc9c90be877f95ccf1e1709113fd399'
+  'SKIP')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver} python-${pkgbase}-${pkgver}
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python2 setup.py test
+  cd ../python-${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python setup.py test
+}
+
+package_mutagen() {
+  pkgdesc=An audio metadata tag reader and writer
+  depends=('python2')
+ 
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}
+
+package_python-mutagen() {
+  pkgdesc=An audio metadata tag reader and writer library for Python 3
+  depends=('python')
+
+  cd python-${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}
+  rm -r ${pkgdir}/usr/{bin,share}
+}


[arch-commits] Commit in linux-tools/trunk (04-fix-usip-h-path.patch PKGBUILD)

2014-10-05 Thread Sébastien Luttringer
Date: Monday, October 6, 2014 @ 02:23:19
  Author: seblu
Revision: 120189

upgpkg: linux-tools 3.17-1

- implement FS#41690

Added:
  linux-tools/trunk/04-fix-usip-h-path.patch
Modified:
  linux-tools/trunk/PKGBUILD

--+
 04-fix-usip-h-path.patch |   13 +
 PKGBUILD |   21 +++--
 2 files changed, 24 insertions(+), 10 deletions(-)

Added: 04-fix-usip-h-path.patch
===
--- 04-fix-usip-h-path.patch(rev 0)
+++ 04-fix-usip-h-path.patch2014-10-06 00:23:19 UTC (rev 120189)
@@ -0,0 +1,13 @@
+# Copyright 2014 Sébastien Luttringer
+
+--- a/tools/usb/usbip/libsrc/usbip_common.h  2014-10-06 02:13:09.295856364 
+0200
 b/tools/usb/usbip/libsrc/usbip_common.h  2014-10-06 02:13:03.607873728 
+0200
+@@ -15,7 +15,7 @@
+ #include syslog.h
+ #include unistd.h
+ #include linux/usb/ch9.h
+-#include linux/usbip.h
++#include ../../../include/uapi/linux/usbip.h
+ 
+ #ifndef USBIDS_FILE
+ #define USBIDS_FILE /usr/share/hwdata/usb.ids

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 20:16:22 UTC (rev 120188)
+++ PKGBUILD2014-10-06 00:23:19 UTC (rev 120189)
@@ -13,7 +13,7 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=3.16
+pkgver=3.17
 pkgrel=1
 license=('GPL2')
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 # kernel source deps
 makedepends=('asciidoc' 'xmlto')
 # perf deps
-makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'numactl')
+makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'numactl' 
'audit')
 # cpupower deps
 makedepends+=('pciutils')
 # usbip deps
@@ -39,9 +39,10 @@
 'usbipd.service'
 '01-fix-perf-python.patch'
 '02-archlinux-paths.patch'
-'03-fix-tmon-ltinfo.patch')
+'03-fix-tmon-ltinfo.patch'
+'04-fix-usip-h-path.patch')
 # http://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
-sha256sums=('4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0'
+sha256sums=('f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251'
 '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
 'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
 'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
@@ -48,7 +49,8 @@
 '2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
 'fce128f5e0abfa6916d5cb881456d892d1b163b9639166a4c6c1d53e4dc5086a'
 'eb866a589a26b1979ffb2fe08be09417e277a4befac34bdb279a6bb3a27b0570'
-'7547815bb761d49d198b85f95011535713c2ed4a004f249a9cf6ba985af8c4ed')
+'7547815bb761d49d198b85f95011535713c2ed4a004f249a9cf6ba985af8c4ed'
+'e5543d8d6d3fbc7f8d9d25c428a882737d2e0169455f70cbc3f73076ff33dd5d')
 
 prepare() {
   cd linux-$pkgver
@@ -56,6 +58,7 @@
   patch -N -p1 -i $srcdir/01-fix-perf-python.patch
   patch -N -p1 -i $srcdir/02-archlinux-paths.patch
   patch -N -p1 -i $srcdir/03-fix-tmon-ltinfo.patch
+  patch -N -p1 -i $srcdir/04-fix-usip-h-path.patch
 }
 
 build() {
@@ -90,9 +93,7 @@
   popd
 
   msg2 'usbip'
-  pushd linux-$pkgver/drivers/staging/usbip/userspace
-  # fix missing man page
-  sed -i 's/usbip_bind_driver.8//' Makefile.am
+  pushd linux-$pkgver/tools/usb/usbip
   ./autogen.sh
   ./configure --prefix=/usr --sbindir=/usr/bin
   make
@@ -142,7 +143,7 @@
 package_perf() {
   pkgdesc='Linux kernel performance auditing tool'
   depends=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'binutils'
-   'numactl')
+   'numactl' 'audit')
 
   cd linux-$pkgver/tools/perf
   make \
@@ -195,7 +196,7 @@
   pkgdesc='An USB device sharing system over IP network'
   depends=('glib2' 'sysfsutils' 'libsystemd')
 
-  pushd linux-$pkgver/drivers/staging/usbip/userspace
+  pushd linux-$pkgver/tools/usb/usbip
   make install DESTDIR=$pkgdir
   popd
   # module loading


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

2014-10-05 Thread Sébastien Luttringer
Date: Monday, October 6, 2014 @ 02:24:01
  Author: seblu
Revision: 120190

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

Added:
  linux-tools/repos/community-i686/01-fix-perf-python.patch
(from rev 120189, linux-tools/trunk/01-fix-perf-python.patch)
  linux-tools/repos/community-i686/02-archlinux-paths.patch
(from rev 120189, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-i686/03-fix-tmon-ltinfo.patch
(from rev 120189, linux-tools/trunk/03-fix-tmon-ltinfo.patch)
  linux-tools/repos/community-i686/04-fix-usip-h-path.patch
(from rev 120189, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-i686/PKGBUILD
(from rev 120189, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 120189, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 120189, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 120189, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 120189, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 120189, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/01-fix-perf-python.patch
(from rev 120189, linux-tools/trunk/01-fix-perf-python.patch)
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
(from rev 120189, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-x86_64/03-fix-tmon-ltinfo.patch
(from rev 120189, linux-tools/trunk/03-fix-tmon-ltinfo.patch)
  linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch
(from rev 120189, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 120189, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 120189, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 120189, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 120189, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 120189, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 120189, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-i686/01-fix-perf-python.patch
  linux-tools/repos/community-i686/02-archlinux-paths.patch
  linux-tools/repos/community-i686/03-fix-tmon-ltinfo.patch
  linux-tools/repos/community-i686/PKGBUILD
  linux-tools/repos/community-i686/cpupower.default
  linux-tools/repos/community-i686/cpupower.install
  linux-tools/repos/community-i686/cpupower.service
  linux-tools/repos/community-i686/cpupower.systemd
  linux-tools/repos/community-i686/usbipd.service
  linux-tools/repos/community-x86_64/01-fix-perf-python.patch
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
  linux-tools/repos/community-x86_64/03-fix-tmon-ltinfo.patch
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

---+
 /01-fix-perf-python.patch |   24 +
 /02-archlinux-paths.patch |   42 ++
 /03-fix-tmon-ltinfo.patch |   26 +
 /PKGBUILD |  472 
 /cpupower.default |   58 +++
 /cpupower.install |   26 +
 /cpupower.service |   20 +
 /cpupower.systemd |   64 +++
 /usbipd.service   |   18 +
 community-i686/01-fix-perf-python.patch   |   12 
 community-i686/02-archlinux-paths.patch   |   21 -
 community-i686/03-fix-tmon-ltinfo.patch   |   13 
 community-i686/04-fix-usip-h-path.patch   |   13 
 community-i686/PKGBUILD   |  235 -
 community-i686/cpupower.default   |   29 -
 community-i686/cpupower.install   |   13 
 community-i686/cpupower.service   |   10 
 community-i686/cpupower.systemd   |   32 -
 community-i686/usbipd.service |9 
 community-x86_64/01-fix-perf-python.patch |   12 
 community-x86_64/02-archlinux-paths.patch |   21 -
 community-x86_64/03-fix-tmon-ltinfo.patch |   13 
 community-x86_64/04-fix-usip-h-path.patch |   13 
 community-x86_64/PKGBUILD |  235 -
 community-x86_64/cpupower.default |   29 -
 community-x86_64/cpupower.install |   13 
 community-x86_64/cpupower.service |   10 
 community-x86_64/cpupower.systemd |   32 -
 

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

2014-10-05 Thread Anatol Pomozov
Date: Monday, October 6, 2014 @ 02:38:33
  Author: anatolik
Revision: 120191

upgpkg: fio 2.1.13-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-06 00:24:01 UTC (rev 120190)
+++ PKGBUILD2014-10-06 00:38:33 UTC (rev 120191)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.1.12
+pkgver=2.1.13
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('575e64b1269d81c43a4d9787ff8c40e3fe673f6027f7597f7151343d7fe2b94a')
+sha256sums=('c2797f8c8ccc8e1af30b2263e79fb394cf46309b8dbb595f03accc421fde4678')
 
 prepare() {
   cd fio-$pkgver


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

2014-10-05 Thread Anatol Pomozov
Date: Monday, October 6, 2014 @ 02:39:09
  Author: anatolik
Revision: 120192

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

Added:
  fio/repos/community-testing-i686/
  fio/repos/community-testing-i686/PKGBUILD
(from rev 120191, fio/trunk/PKGBUILD)
  fio/repos/community-testing-x86_64/
  fio/repos/community-testing-x86_64/PKGBUILD
(from rev 120191, fio/trunk/PKGBUILD)

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

Copied: fio/repos/community-testing-i686/PKGBUILD (from rev 120191, 
fio/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-06 00:39:09 UTC (rev 120192)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Mariusz Libera mariusz.lib...@gmail.com
+# Contributor: John Williams jwilliams4200 liamg reverseremove moc
+
+pkgname=fio
+pkgver=2.1.13
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='http://freshmeat.net/projects/fio'
+license=(GPL2)
+depends=(bash libaio python2 numactl)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
+sha256sums=('c2797f8c8ccc8e1af30b2263e79fb394cf46309b8dbb595f03accc421fde4678')
+
+prepare() {
+  cd fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+}
+
+# TODO: enable rdma, need to move the libraries from AUR
+build() {
+  cd fio-$pkgver
+  ./configure --enable-gfio --extra-cflags=$CFLAGS
+}
+
+package() {
+  cd fio-$pkgver
+  make DESTDIR=$pkgdir prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 $pkgdir/usr/share/doc/$pkgname
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
$pkgdir/usr/share/doc/$pkgname
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # examples
+  install -dm755 $pkgdir/usr/share/doc/$pkgname/examples
+  install -m644 examples/* $pkgdir/usr/share/doc/$pkgname/examples
+}

Copied: fio/repos/community-testing-x86_64/PKGBUILD (from rev 120191, 
fio/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-10-06 00:39:09 UTC (rev 120192)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Mariusz Libera mariusz.lib...@gmail.com
+# Contributor: John Williams jwilliams4200 liamg reverseremove moc
+
+pkgname=fio
+pkgver=2.1.13
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='http://freshmeat.net/projects/fio'
+license=(GPL2)
+depends=(bash libaio python2 numactl)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
+sha256sums=('c2797f8c8ccc8e1af30b2263e79fb394cf46309b8dbb595f03accc421fde4678')
+
+prepare() {
+  cd fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+}
+
+# TODO: enable rdma, need to move the libraries from AUR
+build() {
+  cd fio-$pkgver
+  ./configure --enable-gfio --extra-cflags=$CFLAGS
+}
+
+package() {
+  cd fio-$pkgver
+  make DESTDIR=$pkgdir prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 $pkgdir/usr/share/doc/$pkgname
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
$pkgdir/usr/share/doc/$pkgname
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # examples
+  install -dm755 $pkgdir/usr/share/doc/$pkgname/examples
+  install -m644 examples/* $pkgdir/usr/share/doc/$pkgname/examples
+}


[arch-commits] Commit in make/trunk (PKGBUILD make-4.0-char-cast.patch)

2014-10-05 Thread Allan McRae
Date: Monday, October 6, 2014 @ 03:39:20
  Author: allan
Revision: 223897

upgpkg: make 4.1-1

upstream update, remove old patch

Modified:
  make/trunk/PKGBUILD
Deleted:
  make/trunk/make-4.0-char-cast.patch

--+
 PKGBUILD |   19 ++-
 make-4.0-char-cast.patch |   43 ---
 2 files changed, 6 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-05 21:41:26 UTC (rev 223896)
+++ PKGBUILD2014-10-06 01:39:20 UTC (rev 223897)
@@ -3,8 +3,8 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=make
-pkgver=4.0
-pkgrel=2
+pkgver=4.1
+pkgrel=1
 pkgdesc=GNU make utility to maintain groups of programs
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/make;
@@ -12,19 +12,12 @@
 groups=('base-devel')
 depends=('glibc' 'sh' 'guile')
 install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-make-4.0-char-cast.patch)
-md5sums=('571d470a7647b455e3af3f92d79f1c18'
- 'SKIP'
- '1840aae18e1c0d1c52563020ef3ff5f3')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('57a7a224a822f94789a587ccbcedff69'
+ 'SKIP')
+validpgpkeys=('3D2554F0A15338AB9AF1BB9D96B047156338B6D4')   # Paul Smith
 
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
 
-  # http://git.savannah.gnu.org/cgit/make.git/commit/?id=9d58570c
-  patch -p1 -i ${srcdir}/make-4.0-char-cast.patch
-}
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr

Deleted: make-4.0-char-cast.patch
===
--- make-4.0-char-cast.patch2014-10-05 21:41:26 UTC (rev 223896)
+++ make-4.0-char-cast.patch2014-10-06 01:39:20 UTC (rev 223897)
@@ -1,43 +0,0 @@
-From 9d58570c77240fed53d1f88217877f8e778f4bb2 Mon Sep 17 00:00:00 2001
-From: Paul Smith psm...@gnu.org
-Date: Sat, 26 Oct 2013 04:10:17 +
-Subject: * makeint.h (STOP_SET): [SV 40371] Cast to unsigned char.
-
-* tests/scripts/misc/utf8: Test variable names with characters 127.
-Fix suggested by Robert Bogomip bob.b...@milohedge.com

-diff --git a/makeint.h b/makeint.h
-index 77f51e0..c591427 100644
 a/makeint.h
-+++ b/makeint.h
-@@ -415,7 +415,7 @@ extern int unixy_shell;
- # define MAP_VMSCOMMA   0x
- #endif
- 
--#define STOP_SET(_v,_m) ANY_SET (stopchar_map[(int)(_v)],(_m))
-+#define STOP_SET(_v,_m) ANY_SET (stopchar_map[(unsigned char)(_v)],(_m))
- 
- #if defined(HAVE_SYS_RESOURCE_H)  defined(HAVE_GETRLIMIT)  
defined(HAVE_SETRLIMIT)
- # define SET_STACK_SIZE
-diff --git a/tests/scripts/misc/utf8 b/tests/scripts/misc/utf8
-new file mode 100644
-index 000..2adcd07
 a/dev/null
-+++ b/tests/scripts/misc/utf8
-@@ -0,0 +1,14 @@
-+#
-*-perl-*-
-+$description = Test utf8 handling.;
-+
-+$details = ;
-+
-+# Variable names containing UTF8 characters
-+run_make_test(
-+\xe2\x96\xaa := hello
-+\$(info \$(\xe2\x96\xaa))
-+all:
-+,
-+  '', hello\n#MAKE#: Nothing to be done for 'all'.);
-+
-+1;
---
-cgit v0.9.0.2


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

2014-10-05 Thread Allan McRae
Date: Monday, October 6, 2014 @ 03:41:55
  Author: allan
Revision: 223898

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

Added:
  make/repos/testing-i686/
  make/repos/testing-i686/PKGBUILD
(from rev 223897, make/trunk/PKGBUILD)
  make/repos/testing-i686/make-3.82-bug30612.patch
(from rev 223897, make/trunk/make-3.82-bug30612.patch)
  make/repos/testing-i686/make-3.82-bug30723.patch
(from rev 223897, make/trunk/make-3.82-bug30723.patch)
  make/repos/testing-i686/make-3.82-dont-prune-intermediate.patch
(from rev 223897, make/trunk/make-3.82-dont-prune-intermediate.patch)
  make/repos/testing-i686/make-3.82-expensive_glob.patch
(from rev 223897, make/trunk/make-3.82-expensive_glob.patch)
  make/repos/testing-i686/make-3.82-makeflags.patch
(from rev 223897, make/trunk/make-3.82-makeflags.patch)
  make/repos/testing-i686/make-3.82-sort-blank.patch
(from rev 223897, make/trunk/make-3.82-sort-blank.patch)
  make/repos/testing-i686/make.install
(from rev 223897, make/trunk/make.install)
  make/repos/testing-x86_64/
  make/repos/testing-x86_64/PKGBUILD
(from rev 223897, make/trunk/PKGBUILD)
  make/repos/testing-x86_64/make-3.82-bug30612.patch
(from rev 223897, make/trunk/make-3.82-bug30612.patch)
  make/repos/testing-x86_64/make-3.82-bug30723.patch
(from rev 223897, make/trunk/make-3.82-bug30723.patch)
  make/repos/testing-x86_64/make-3.82-dont-prune-intermediate.patch
(from rev 223897, make/trunk/make-3.82-dont-prune-intermediate.patch)
  make/repos/testing-x86_64/make-3.82-expensive_glob.patch
(from rev 223897, make/trunk/make-3.82-expensive_glob.patch)
  make/repos/testing-x86_64/make-3.82-makeflags.patch
(from rev 223897, make/trunk/make-3.82-makeflags.patch)
  make/repos/testing-x86_64/make-3.82-sort-blank.patch
(from rev 223897, make/trunk/make-3.82-sort-blank.patch)
  make/repos/testing-x86_64/make.install
(from rev 223897, make/trunk/make.install)

+
 testing-i686/PKGBUILD  |   35 
 testing-i686/make-3.82-bug30612.patch  |   91 +++
 testing-i686/make-3.82-bug30723.patch  |   12 +
 testing-i686/make-3.82-dont-prune-intermediate.patch   |   57 +++
 testing-i686/make-3.82-expensive_glob.patch|  116 +++
 testing-i686/make-3.82-makeflags.patch |   36 
 testing-i686/make-3.82-sort-blank.patch|   17 ++
 testing-i686/make.install  |   20 ++
 testing-x86_64/PKGBUILD|   35 
 testing-x86_64/make-3.82-bug30612.patch|   91 +++
 testing-x86_64/make-3.82-bug30723.patch|   12 +
 testing-x86_64/make-3.82-dont-prune-intermediate.patch |   57 +++
 testing-x86_64/make-3.82-expensive_glob.patch  |  116 +++
 testing-x86_64/make-3.82-makeflags.patch   |   36 
 testing-x86_64/make-3.82-sort-blank.patch  |   17 ++
 testing-x86_64/make.install|   20 ++
 16 files changed, 768 insertions(+)

Copied: make/repos/testing-i686/PKGBUILD (from rev 223897, make/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-06 01:41:55 UTC (rev 223898)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=make
+pkgver=4.1
+pkgrel=1
+pkgdesc=GNU make utility to maintain groups of programs
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/make;
+license=('GPL3')
+groups=('base-devel')
+depends=('glibc' 'sh' 'guile')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('57a7a224a822f94789a587ccbcedff69'
+ 'SKIP')
+validpgpkeys=('3D2554F0A15338AB9AF1BB9D96B047156338B6D4')   # Paul Smith
+
+
+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: make/repos/testing-i686/make-3.82-bug30612.patch (from rev 223897, 
make/trunk/make-3.82-bug30612.patch)
===
--- testing-i686/make-3.82-bug30612.patch   (rev 0)
+++ testing-i686/make-3.82-bug30612.patch   2014-10-06 01:41:55 UTC (rev 
223898)
@@ -0,0 +1,91 @@
+--- make-3.82-orig/main.c  2010-07-19 17:10:53.0 +1000
 make-3.82-fix30612//main.c 2010-09-23 23:33:37.908855839 +1000
+@@ -1,3 +1,4 @@
++
+ /* Argument parsing and main program of GNU Make.
+ Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 

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

2014-10-05 Thread Balló György
Date: Monday, October 6, 2014 @ 04:49:18
  Author: bgyorgy
Revision: 120195

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

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

-+
 /PKGBUILD   |   90 ++
 /muffin.install |   20 
 community-i686/PKGBUILD |   39 
 community-i686/muffin.install   |   10 
 community-x86_64/PKGBUILD   |   39 
 community-x86_64/muffin.install |   10 
 6 files changed, 110 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-06 02:49:11 UTC (rev 120194)
+++ community-i686/PKGBUILD 2014-10-06 02:49:18 UTC (rev 120195)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Adam Hani Schakaki a...@schakaki.net
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.2.6
-pkgrel=1
-pkgdesc=Cinnamon window manager based on Mutter
-arch=('i686' 'x86_64')
-url=https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('clutter' 'gobject-introspection' 'cinnamon-desktop' 'libcanberra' 
'libsm'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common') 
-options=('!emptydirs')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('5617504f5f8ecaf53268787728e6b7bf5da1514d9bc538dd0c047d467cca9ccf')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile \
- --enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 120194, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-06 02:49:18 UTC (rev 120195)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Adam Hani Schakaki a...@schakaki.net
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.2.6
+pkgrel=2
+pkgdesc=Cinnamon window manager based on Mutter
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection' 'cinnamon-desktop' 'libcanberra' 
'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common') 
+options=('!emptydirs')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('5617504f5f8ecaf53268787728e6b7bf5da1514d9bc538dd0c047d467cca9ccf')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir/ install
+
+  # Remove unused stuff
+  make -C src DESTDIR=$pkgdir uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR=$pkgdir uninstall
+  make -C src/compositor/plugins DESTDIR=$pkgdir uninstall
+  make -C doc/man DESTDIR=$pkgdir uninstall
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/muffin.install
===
--- community-i686/muffin.install   2014-10-06 02:49:11 UTC (rev 120194)
+++ community-i686/muffin.install   2014-10-06 02:49:18 UTC (rev 120195)
@@ -1,10 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-post_remove() {
-  post_install
-}

Copied: muffin/repos/community-i686/muffin.install (from rev 120194, 
muffin/trunk/muffin.install)
===
--- community-i686/muffin.install

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

2014-10-05 Thread Balló György
Date: Monday, October 6, 2014 @ 04:49:11
  Author: bgyorgy
Revision: 120194

upgpkg: muffin 2.2.6-2

Muffin is not designed to be a stand-alone window manager, just a base 
for Cinnamon, so remove everything that is not really needed.

Modified:
  muffin/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-06 01:57:01 UTC (rev 120193)
+++ PKGBUILD2014-10-06 02:49:11 UTC (rev 120194)
@@ -5,7 +5,7 @@
 
 pkgname=muffin
 pkgver=2.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Cinnamon window manager based on Mutter
 arch=('i686' 'x86_64')
 url=https://github.com/linuxmint/muffin;
@@ -34,6 +34,12 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR=$pkgdir/ install
+
+  # Remove unused stuff
+  make -C src DESTDIR=$pkgdir uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR=$pkgdir uninstall
+  make -C src/compositor/plugins DESTDIR=$pkgdir uninstall
+  make -C doc/man DESTDIR=$pkgdir uninstall
 }
 
 # vim:set ts=2 sw=2 et:


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

2014-10-05 Thread Kyle Keen
Date: Monday, October 6, 2014 @ 07:06:43
  Author: kkeen
Revision: 120196

upgpkg: pacmatic 20141006-1

Modified:
  pacmatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-06 02:49:18 UTC (rev 120195)
+++ PKGBUILD2014-10-06 05:06:43 UTC (rev 120196)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Kyle Keen keen...@gmail.com
 pkgname=pacmatic
-pkgver=20121112
-pkgrel=3
+pkgver=20141006
+pkgrel=1
 pkgdesc=A pacman wrapper to avoid bricking your system and such other 
surprises.
 arch=('any')
 url=http://kmkeen.com/pacmatic/;
@@ -14,7 +14,7 @@
 'fakeroot: for cron-pacmatic script')
 source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz;
 _pacmatic)
-md5sums=('200a0bda1f1bff73f152517f39b1be2e'
+md5sums=('1fe11adaa39aae9d3146ddbc3808eb23'
  '1c369c8fe595cbb41d04e214efd39a1e')
 
 package() {


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

2014-10-05 Thread Kyle Keen
Date: Monday, October 6, 2014 @ 07:36:37
  Author: kkeen
Revision: 120197

archrelease: copy trunk to community-any

Added:
  pacmatic/repos/community-any/PKGBUILD
(from rev 120196, pacmatic/trunk/PKGBUILD)
  pacmatic/repos/community-any/_pacmatic
(from rev 120196, pacmatic/trunk/_pacmatic)
Deleted:
  pacmatic/repos/community-any/PKGBUILD
  pacmatic/repos/community-any/_pacmatic

---+
 PKGBUILD  |   54 +++---
 _pacmatic |   18 +-
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-06 05:06:43 UTC (rev 120196)
+++ PKGBUILD2014-10-06 05:36:37 UTC (rev 120197)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-pkgname=pacmatic
-pkgver=20121112
-pkgrel=3
-pkgdesc=A pacman wrapper to avoid bricking your system and such other 
surprises.
-arch=('any')
-url=http://kmkeen.com/pacmatic/;
-license=('GPL')
-depends=('pacman' 'bash' 'expac')
-makedepends=()
-optdepends=('vim: for vimdiff'
-'html2text: for prettier news'
-'fakeroot: for cron-pacmatic script')
-source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz;
-_pacmatic)
-md5sums=('200a0bda1f1bff73f152517f39b1be2e'
- '1c369c8fe595cbb41d04e214efd39a1e')
-
-package() {
-  cd $srcdir/$pkgname
-  install -Dm0755 pacmatic  $pkgdir/usr/bin/pacmatic
-  install -Dm0755 cron-pacmatic $pkgdir/usr/bin/cron-pacmatic
-  install -Dm0644 pacmatic.1$pkgdir/usr/share/man/man1/pacmatic.1
-  install -Dm0644 ../_pacmatic  
$pkgdir/usr/share/zsh/site-functions/_pacmatic
-}
-

Copied: pacmatic/repos/community-any/PKGBUILD (from rev 120196, 
pacmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-06 05:36:37 UTC (rev 120197)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+pkgname=pacmatic
+pkgver=20141006
+pkgrel=1
+pkgdesc=A pacman wrapper to avoid bricking your system and such other 
surprises.
+arch=('any')
+url=http://kmkeen.com/pacmatic/;
+license=('GPL')
+depends=('pacman' 'bash' 'expac')
+makedepends=()
+optdepends=('vim: for vimdiff'
+'html2text: for prettier news'
+'fakeroot: for cron-pacmatic script')
+source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz;
+_pacmatic)
+md5sums=('1fe11adaa39aae9d3146ddbc3808eb23'
+ '1c369c8fe595cbb41d04e214efd39a1e')
+
+package() {
+  cd $srcdir/$pkgname
+  install -Dm0755 pacmatic  $pkgdir/usr/bin/pacmatic
+  install -Dm0755 cron-pacmatic $pkgdir/usr/bin/cron-pacmatic
+  install -Dm0644 pacmatic.1$pkgdir/usr/share/man/man1/pacmatic.1
+  install -Dm0644 ../_pacmatic  
$pkgdir/usr/share/zsh/site-functions/_pacmatic
+}
+

Deleted: _pacmatic
===
--- _pacmatic   2014-10-06 05:06:43 UTC (rev 120196)
+++ _pacmatic   2014-10-06 05:36:37 UTC (rev 120197)
@@ -1,9 +0,0 @@
-#compdef pacmatic
-
-. /usr/share/zsh/site-functions/_pacman
-
-_pacmatic() {
-_pacman_zsh_comp $@
-}
-
-_pacmatic $@

Copied: pacmatic/repos/community-any/_pacmatic (from rev 120196, 
pacmatic/trunk/_pacmatic)
===
--- _pacmatic   (rev 0)
+++ _pacmatic   2014-10-06 05:36:37 UTC (rev 120197)
@@ -0,0 +1,9 @@
+#compdef pacmatic
+
+. /usr/share/zsh/site-functions/_pacman
+
+_pacmatic() {
+_pacman_zsh_comp $@
+}
+
+_pacmatic $@


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

2014-10-05 Thread Bartłomiej Piotrowski
Date: Monday, October 6, 2014 @ 07:47:37
  Author: bpiotrowski
Revision: 223899

upgpkg: linux-lts 3.14.20-1

new upstream release

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-06 01:41:55 UTC (rev 223898)
+++ PKGBUILD2014-10-06 05:47:37 UTC (rev 223899)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.19
+pkgver=3.14.20
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -25,7 +25,7 @@
 )
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
-'8f168278944be5109f7bcb7488578acb9fdba985ae9fc44a04eefd4fe27d8591'
+'b01ba521cce12d3b9e8c25807567837dd88878b861f27c453c29cee80b6cb84b'
 'b38fa8ee4af87046f808fe8375699ff6a7c15f7dbd59b79538615f9a43e44d8e'
 '466f2893f214c23a0cc4909113a8f723654ee8b4e370960e5ba0c7102d5d541f'
 '1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0'