[arch-commits] Commit in perl-convert-binhex/repos/extra-any (4 files)

2013-11-09 Thread Giovanni Scafora
Date: Saturday, November 9, 2013 @ 09:00:57
  Author: giovanni
Revision: 199280

archrelease: copy trunk to extra-any

Added:
  perl-convert-binhex/repos/extra-any/PKGBUILD
(from rev 199279, perl-convert-binhex/trunk/PKGBUILD)
  perl-convert-binhex/repos/extra-any/perl-convert-binhex.install
(from rev 199279, perl-convert-binhex/trunk/perl-convert-binhex.install)
Deleted:
  perl-convert-binhex/repos/extra-any/PKGBUILD
  perl-convert-binhex/repos/extra-any/perl-convert-binhex.install

-+
 PKGBUILD|   68 +++---
 perl-convert-binhex.install |   16 -
 2 files changed, 40 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-09 08:00:53 UTC (rev 199279)
+++ PKGBUILD2013-11-09 08:00:57 UTC (rev 199280)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Techlive Zheng techlivezheng [at] gmail [dot] com
-# Contributor: Jakub Fišer mr [at] MikyMaus [dot] org
-# Contributor: Filip S. Adamsen fsa [at] fsadev [dot] com
-
-pkgname=perl-convert-binhex
-pkgver=1.123
-pkgrel=1
-pkgdesc=Perl module to extract data from Macintosh BinHex files
-arch=('any')
-url=http://search.cpan.org/~eryq/Convert-BinHex-1.119/;
-license=('PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://search.cpan.org/CPAN/authors/id/S/ST/STEPHEN/Convert-BinHex-$pkgver.tar.gz;)
-md5sums=('6957dee877c64918066ae27ca6069bfe')
-
-build() {
-  cd ${srcdir}/Convert-BinHex-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/Convert-BinHex-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-convert-binhex/repos/extra-any/PKGBUILD (from rev 199279, 
perl-convert-binhex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-09 08:00:57 UTC (rev 199280)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Techlive Zheng techlivezheng [at] gmail [dot] com
+# Contributor: Jakub Fišer mr [at] MikyMaus [dot] org
+# Contributor: Filip S. Adamsen fsa [at] fsadev [dot] com
+
+pkgname=perl-convert-binhex
+pkgver=1.123
+pkgrel=2
+pkgdesc=Perl module to extract data from Macintosh BinHex files
+arch=('any')
+url=http://search.cpan.org/dist/Convert-BinHex/;
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STEPHEN/Convert-BinHex-$pkgver.tar.gz;)
+md5sums=('6957dee877c64918066ae27ca6069bfe')
+
+build() {
+  cd ${srcdir}/Convert-BinHex-${pkgver}
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/Convert-BinHex-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: perl-convert-binhex.install
===
--- perl-convert-binhex.install 2013-11-09 08:00:53 UTC (rev 199279)
+++ perl-convert-binhex.install 2013-11-09 08:00:57 UTC (rev 199280)
@@ -1,8 +0,0 @@
-post_install() {
-  echo -n module test... 
-  perl -mConvert::BinHex -e exit 0; 2 /dev/null  echo 'pass.' || echo 
'fail.'
-}
-
-post_upgrade() {
-  post_install
-}

Copied: perl-convert-binhex/repos/extra-any/perl-convert-binhex.install (from 
rev 199279, perl-convert-binhex/trunk/perl-convert-binhex.install)
===
--- perl-convert-binhex.install (rev 0)
+++ perl-convert-binhex.install 2013-11-09 08:00:57 UTC (rev 199280)
@@ -0,0 +1,8 @@
+post_install() {
+  echo -n module test... 
+  perl -mConvert::BinHex -e exit 0; 2 /dev/null  echo 'pass.' || echo 
'fail.'
+}
+
+post_upgrade() {
+  post_install
+}



[arch-commits] Commit in perl-convert-binhex/trunk (PKGBUILD)

2013-11-09 Thread Giovanni Scafora
Date: Saturday, November 9, 2013 @ 09:00:53
  Author: giovanni
Revision: 199279

upgpkg: perl-convert-binhex 1.123-2

Fixed FS37701

Modified:
  perl-convert-binhex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 07:36:13 UTC (rev 199278)
+++ PKGBUILD2013-11-09 08:00:53 UTC (rev 199279)
@@ -6,10 +6,10 @@
 
 pkgname=perl-convert-binhex
 pkgver=1.123
-pkgrel=1
+pkgrel=2
 pkgdesc=Perl module to extract data from Macintosh BinHex files
 arch=('any')
-url=http://search.cpan.org/~eryq/Convert-BinHex-1.119/;
+url=http://search.cpan.org/dist/Convert-BinHex/;
 license=('PerlArtistic')
 depends=('perl')
 options=('!emptydirs')
@@ -29,8 +29,4 @@
   cd ${srcdir}/Convert-BinHex-${pkgver}
 
   make DESTDIR=${pkgdir}/ install
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
 }



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

2013-11-09 Thread Andrea Scarpino
Date: Saturday, November 9, 2013 @ 09:16:56
  Author: andrea
Revision: 199282

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD
(from rev 199281, kdebindings-smokeqt/kde-unstable/PKGBUILD)
  kdebindings-smokeqt/repos/kde-unstable-x86_64/PKGBUILD
(from rev 199281, kdebindings-smokeqt/kde-unstable/PKGBUILD)
Deleted:
  kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD
  kdebindings-smokeqt/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   70 +
 kde-unstable-i686/PKGBUILD   |   33 ---
 kde-unstable-x86_64/PKGBUILD |   33 ---
 3 files changed, 70 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-09 08:16:46 UTC (rev 199281)
+++ kde-unstable-i686/PKGBUILD  2013-11-09 08:16:56 UTC (rev 199282)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokeqt
-pkgver=4.11.80
-pkgrel=1
-pkgdesc=Language independent library for Qt bindings
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
-makedepends=('cmake' 'automoc4' 'mesa')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('79410929da00bc38e8d06d961637cd54bd02519f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokeqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Qwt5=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD (from rev 199281, 
kdebindings-smokeqt/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-09 08:16:56 UTC (rev 199282)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.11.80
+pkgrel=2
+pkgdesc=Language independent library for Qt bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
+sha1sums=('79410929da00bc38e8d06d961637cd54bd02519f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-11-09 08:16:46 UTC (rev 199281)
+++ kde-unstable-x86_64/PKGBUILD2013-11-09 08:16:56 UTC (rev 199282)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokeqt
-pkgver=4.11.80
-pkgrel=1
-pkgdesc=Language independent library for Qt bindings
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
-makedepends=('cmake' 'automoc4' 'mesa')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('79410929da00bc38e8d06d961637cd54bd02519f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokeqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Qwt5=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokeqt/repos/kde-unstable-x86_64/PKGBUILD (from rev 
199281, kdebindings-smokeqt/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-09 08:16:56 UTC (rev 199282)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.11.80
+pkgrel=2
+pkgdesc=Language independent library for Qt bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

[arch-commits] Commit in kdebindings-smokeqt/kde-unstable (PKGBUILD)

2013-11-09 Thread Andrea Scarpino
Date: Saturday, November 9, 2013 @ 09:16:46
  Author: andrea
Revision: 199281

upgpkg: kdebindings-smokeqt 4.11.80-2

qscintilla rebuild

Modified:
  kdebindings-smokeqt/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 08:00:57 UTC (rev 199280)
+++ PKGBUILD2013-11-09 08:16:46 UTC (rev 199281)
@@ -3,7 +3,7 @@
 
 pkgname=kdebindings-smokeqt
 pkgver=4.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc=Language independent library for Qt bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
 arch=('i686' 'x86_64')
@@ -15,9 +15,11 @@
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
 sha1sums=('79410929da00bc38e8d06d961637cd54bd02519f')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  cd ${srcdir}
-  mkdir build
   cd build
   cmake ../smokeqt-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
@@ -28,6 +30,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2013-11-09 Thread Bartłomiej Piotrowski
Date: Saturday, November 9, 2013 @ 12:18:24
  Author: bpiotrowski
Revision: 199283

upgpkg: vlc 2.1.0-6

- rebuild against x264 20131030

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 08:16:56 UTC (rev 199282)
+++ PKGBUILD2013-11-09 11:18:24 UTC (rev 199283)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;



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

2013-11-09 Thread Bartłomiej Piotrowski
Date: Saturday, November 9, 2013 @ 12:18:43
  Author: bpiotrowski
Revision: 199284

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

Added:
  vlc/repos/staging-i686/
  vlc/repos/staging-i686/PKGBUILD
(from rev 199283, vlc/trunk/PKGBUILD)
  vlc/repos/staging-i686/vlc-2.0.7-vaapi-compat.patch
(from rev 199283, vlc/trunk/vlc-2.0.7-vaapi-compat.patch)
  vlc/repos/staging-i686/vlc.install
(from rev 199283, vlc/trunk/vlc.install)
  vlc/repos/staging-x86_64/
  vlc/repos/staging-x86_64/PKGBUILD
(from rev 199283, vlc/trunk/PKGBUILD)
  vlc/repos/staging-x86_64/vlc-2.0.7-vaapi-compat.patch
(from rev 199283, vlc/trunk/vlc-2.0.7-vaapi-compat.patch)
  vlc/repos/staging-x86_64/vlc.install
(from rev 199283, vlc/trunk/vlc.install)

-+
 staging-i686/PKGBUILD   |  106 ++
 staging-i686/vlc-2.0.7-vaapi-compat.patch   |   11 ++
 staging-i686/vlc.install|   18 
 staging-x86_64/PKGBUILD |  106 ++
 staging-x86_64/vlc-2.0.7-vaapi-compat.patch |   11 ++
 staging-x86_64/vlc.install  |   18 
 6 files changed, 270 insertions(+)

Copied: vlc/repos/staging-i686/PKGBUILD (from rev 199283, vlc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-09 11:18:43 UTC (rev 199284)
@@ -0,0 +1,106 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: Martin Sandsmark martin.sandsm...@kde.org
+
+pkgname=vlc
+pkgver=2.1.0
+pkgrel=6
+pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/vlc/;
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' 
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
+ 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms')
+makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
+ 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 
+ 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' 
+ 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' 
+ 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' 'mesa')
+optdepends=('avahi: for service discovery using bonjour protocol'
+'libnotify: for notification plugin'
+'ncurses: for ncurses interface support'
+'libdvdcss: for decoding encrypted DVDs'
+'lirc-utils: for lirc plugin'
+'libavc1394: for devices using the 1394ta AV/C'
+'libdc1394: for IEEE 1394 plugin'
+'kdelibs: KDE Solid hardware integration'
+'libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards'
+'libbluray: for Blu-Ray support'
+'flac: for Free Lossless Audio Codec plugin'
+'portaudio: for portaudio support'
+'twolame: for TwoLAME mpeg2 encoder plugin'
+'projectm: for ProjectM visualisation plugin'
+'libcaca: for colored ASCII art video output'
+'libgme: for libgme plugin'
+'librsvg: for SVG plugin'
+'gnome-vfs: for GNOME Virtual File System support'
+'libgoom2: for libgoom plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'xosd: for xosd support'
+'aalib: for ASCII art plugin'
+'libmtp: for MTP devices support'
+'smbclient: for SMB access plugin'
+'libcdio: for audio CD playback support'
+'ttf-freefont: for subtitle font '
+'ttf-dejavu: for subtitle font'
+'opus: for opus support'
+'libssh2: for sftp support')
+conflicts=('vlc-plugin')
+replaces=('vlc-plugin')
+backup=('usr/share/vlc/lua/http/.hosts'
+'usr/share/vlc/lua/http/dialogs/.hosts')
+options=('!emptydirs')
+install=vlc.install
+source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver/.a}/${pkgname}-${pkgver/.a/a}.tar.xz;
+vlc-2.0.7-vaapi-compat.patch)
+md5sums=('8c77bda671821f5b9ede96b6816e2ade'
+ '6df10774bb7acf20e09d6139e5c7839e')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver/.a}
+
+  patch -Np1 -i ../vlc-2.0.7-vaapi-compat.patch
+
+  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
+  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/.a}
+
+  CFLAGS+=-I/usr/include/samba-4.0 CPPFLAGS+=-I/usr/include/samba-4.0 \
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --disable-rpath \
+  --enable-faad \
+  --enable-nls \
+  --enable-lirc \
+  

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

2013-11-09 Thread Bartłomiej Piotrowski
Date: Saturday, November 9, 2013 @ 12:26:43
  Author: bpiotrowski
Revision: 100710

upgpkg: spacefm 0.9.1-1

- new upstream release

Modified:
  spacefm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 11:03:04 UTC (rev 100709)
+++ PKGBUILD2013-11-09 11:26:43 UTC (rev 100710)
@@ -4,7 +4,7 @@
 # Contributor: ridikulus_rat the.ridikulus@gmail.com
 
 pkgname=spacefm
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='Multi-panel tabbed file manager'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 'udisks: mount as non-root user'
 'udisks2: mount as non-root user')
 source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
-sha256sums=('cca3fcfecd148dca165a71bb14c66c8b29ae7a488a98b9e9662ae4b686b2c01b')
+sha256sums=('dc60d34db1c3c591eb051b5572b9e315b6253b91f7bdee4f3da8424815af8f35')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2013-11-09 Thread Bartłomiej Piotrowski
Date: Saturday, November 9, 2013 @ 12:26:56
  Author: bpiotrowski
Revision: 100711

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

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

--+
 /PKGBUILD|   74 +
 /spacefm.install |   28 ++
 community-i686/PKGBUILD  |   37 --
 community-i686/spacefm.install   |   14 ---
 community-x86_64/PKGBUILD|   37 --
 community-x86_64/spacefm.install |   14 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-09 11:26:43 UTC (rev 100710)
+++ community-i686/PKGBUILD 2013-11-09 11:26:56 UTC (rev 100711)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
-# Contributor: ridikulus_rat the.ridikulus@gmail.com
-
-pkgname=spacefm
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Multi-panel tabbed file manager'
-arch=('i686' 'x86_64')
-url='http://ignorantguru.github.com/spacefm/'
-license=('GPL3')
-install=$pkgname.install
-depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' 
'udev')
-makedepends=('intltool' 'gettext')
-optdepends=('lsof: device processes'
-   'eject: eject media'
-'wget: plugin download'
-'gksu: perform as root functionality'
-'udevil: mount as non-root user and mount networks'
-'udisks: mount as non-root user'
-'udisks2: mount as non-root user')
-source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
-sha256sums=('cca3fcfecd148dca165a71bb14c66c8b29ae7a488a98b9e9662ae4b686b2c01b')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr \
-   --disable-pixmaps \
-   --with-gtk3
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: spacefm/repos/community-i686/PKGBUILD (from rev 100710, 
spacefm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-09 11:26:56 UTC (rev 100711)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
+# Contributor: ridikulus_rat the.ridikulus@gmail.com
+
+pkgname=spacefm
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Multi-panel tabbed file manager'
+arch=('i686' 'x86_64')
+url='http://ignorantguru.github.com/spacefm/'
+license=('GPL3')
+install=$pkgname.install
+depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' 
'udev')
+makedepends=('intltool' 'gettext')
+optdepends=('lsof: device processes'
+   'eject: eject media'
+'wget: plugin download'
+'gksu: perform as root functionality'
+'udevil: mount as non-root user and mount networks'
+'udisks: mount as non-root user'
+'udisks2: mount as non-root user')
+source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
+sha256sums=('dc60d34db1c3c591eb051b5572b9e315b6253b91f7bdee4f3da8424815af8f35')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr \
+   --disable-pixmaps \
+   --with-gtk3
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}

Deleted: community-i686/spacefm.install
===
--- community-i686/spacefm.install  2013-11-09 11:26:43 UTC (rev 100710)
+++ community-i686/spacefm.install  2013-11-09 11:26:56 UTC (rev 100711)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime  /dev/null
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  [[ -d /usr/share/icons/Faenza ]]  gtk-update-icon-cache -q -t -f 
/usr/share/icons/Faenza
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 

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

2013-11-09 Thread Bartłomiej Piotrowski
Date: Saturday, November 9, 2013 @ 13:34:53
  Author: bpiotrowski
Revision: 100713

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

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

--+
 /PKGBUILD|  108 +
 /mpv.install |   24 +
 community-i686/PKGBUILD  |   54 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   54 
 community-x86_64/mpv.install |   12 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-09 12:34:40 UTC (rev 100712)
+++ community-i686/PKGBUILD 2013-11-09 12:34:53 UTC (rev 100713)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.2.2
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
- 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 
'libxinerama'
- 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua51'
-)
-makedepends=('mesa' 'python-docutils')
-options=(!emptydirs)
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('632d1ee368fe7355563047bbdcd7b08a')
-
-build() {
-  unset CFLAGS
-  unset LDFLAGS
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---confdir=/etc/mpv \
---disable-lircc \
---disable-joystick \
---disable-radio \
---disable-radio-capture \
---disable-radio-v4l2 \
---disable-rpath \
---disable-libbs2b \
---disable-direct3d \
---disable-corevideo \
---disable-cocoa \
---disable-coreaudio
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example,encoding-example-profiles}.conf \
-$pkgdir/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-$pkgdir/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 100712, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-09 12:34:53 UTC (rev 100713)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+ 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 
'libxinerama'
+ 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua51'
+)
+makedepends=('mesa' 'python-docutils')
+options=(!emptydirs)
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('11f25760d7666e6d41d85f06cece8f17')
+
+build() {
+  unset CFLAGS
+  unset LDFLAGS
+
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--confdir=/etc/mpv \
+--disable-lircc \
+--disable-joystick \
+--disable-radio \
+--disable-radio-capture \
+--disable-radio-v4l2 \
+--disable-rpath \
+--disable-libbs2b \
+--disable-direct3d \
+--disable-corevideo \
+--disable-cocoa \
+--disable-coreaudio
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir install
+
+  install -d $pkgdir/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example,encoding-example-profiles}.conf \
+$pkgdir/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+$pkgdir/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2013-11-09 12:34:40 UTC (rev 100712)
+++ community-i686/mpv.install  2013-11-09 12:34:53 UTC (rev 100713)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  

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

2013-11-09 Thread Bartłomiej Piotrowski
Date: Saturday, November 9, 2013 @ 13:34:40
  Author: bpiotrowski
Revision: 100712

upgpkg: mpv 0.2.3-1

- new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 11:26:56 UTC (rev 100711)
+++ PKGBUILD2013-11-09 12:34:40 UTC (rev 100712)
@@ -3,7 +3,7 @@
 # Contributor: Eivind Uggedal eiv...@uggedal.com
 
 pkgname=mpv
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=(!emptydirs)
 install=mpv.install
 source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('632d1ee368fe7355563047bbdcd7b08a')
+md5sums=('11f25760d7666e6d41d85f06cece8f17')
 
 build() {
   unset CFLAGS



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

2013-11-09 Thread Bartłomiej Piotrowski
Date: Saturday, November 9, 2013 @ 13:40:19
  Author: bpiotrowski
Revision: 100714

upgpkg: virtualbox-modules-lts 4.3.2-2

- rebuild against linux-lts 3.10.18

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 12:34:53 UTC (rev 100713)
+++ PKGBUILD2013-11-09 12:40:19 UTC (rev 100714)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.3.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



[arch-commits] Commit in virtualbox-modules-lts/repos (16 files)

2013-11-09 Thread Bartłomiej Piotrowski
Date: Saturday, November 9, 2013 @ 13:41:08
  Author: bpiotrowski
Revision: 100715

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

Added:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
(from rev 100714, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-i686/build.sh
(from rev 100714, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
(from rev 100714, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
(from rev 100714, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
(from rev 100714, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-x86_64/build.sh
(from rev 100714, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
(from rev 100714, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install
(from rev 100714, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
Deleted:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
  virtualbox-modules-lts/repos/community-i686/build.sh
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
  virtualbox-modules-lts/repos/community-x86_64/build.sh
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install

---+
 /PKGBUILD |  130 
 /build.sh |  120 ++
 /virtualbox-guest-modules-lts.install |   42 +
 /virtualbox-host-modules-lts.install  |   46 +
 community-i686/PKGBUILD   |   65 
 community-i686/build.sh   |   60 ---
 community-i686/virtualbox-guest-modules-lts.install   |   21 --
 community-i686/virtualbox-host-modules-lts.install|   23 --
 community-x86_64/PKGBUILD |   65 
 community-x86_64/build.sh |   60 ---
 community-x86_64/virtualbox-guest-modules-lts.install |   21 --
 community-x86_64/virtualbox-host-modules-lts.install  |   23 --
 12 files changed, 338 insertions(+), 338 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-09 12:40:19 UTC (rev 100714)
+++ community-i686/PKGBUILD 2013-11-09 12:41:08 UTC (rev 100715)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts=3.10' 'linux-lts3.11'
- 'linux-lts-headers=3.10' 'linux-lts-headers3.11'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.10-lts
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts=3.10' 'linux-lts3.11')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=(virtualbox-host-modules=$pkgver)
-  install=virtualbox-host-modules-lts.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux-lts=3.10' 'linux-lts3.11')
-  

[arch-commits] Commit in (4 files)

2013-11-09 Thread Peter Lewis
Date: Saturday, November 9, 2013 @ 13:51:28
  Author: plewis
Revision: 100716

Move perl-term-readline-ttytter from AUR

Added:
  perl-term-readline-ttytter/
  perl-term-readline-ttytter/repos/
  perl-term-readline-ttytter/trunk/
  perl-term-readline-ttytter/trunk/PKGBUILD

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

Added: perl-term-readline-ttytter/trunk/PKGBUILD
===
--- perl-term-readline-ttytter/trunk/PKGBUILD   (rev 0)
+++ perl-term-readline-ttytter/trunk/PKGBUILD   2013-11-09 12:51:28 UTC (rev 
100716)
@@ -0,0 +1,25 @@
+# Maintainer: Peter Richard Lewis ple...@aur.archlinux.org
+# Contributor: Giorgio Lando patroclo7 at gmail dot com
+pkgname=perl-term-readline-ttytter
+pkgver=1.4
+pkgrel=1
+pkgdesc=A Perl readline for the ttytter twitter client
+arch=(any)
+url=http://search.cpan.org/dist/Term-ReadLine-TTYtter;
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-term-readkey')
+options=(!emptydirs)
+install=
+source=(http://search.cpan.org/CPAN/authors/id/C/CK/CKAISER/Term-ReadLine-TTYtter-1.4.tar.gz)
+sha256sums=('ac373133cee1b2122a8273fe7b4244613d0eecefe88b668bd98fe71d1ec4ac93')
+
+build() {
+  cd $srcdir/Term-ReadLine-TTYtter-$pkgver
+  perl Makefile.PL installdirs=vendor destdir=$pkgdir/
+  make
+}
+
+package() {
+  cd $srcdir/Term-ReadLine-TTYtter-$pkgver
+  make install
+}


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


[arch-commits] Commit in perl-term-readline-ttytter/repos (2 files)

2013-11-09 Thread Peter Lewis
Date: Saturday, November 9, 2013 @ 13:52:36
  Author: plewis
Revision: 100717

archrelease: copy trunk to community-any

Added:
  perl-term-readline-ttytter/repos/community-any/
  perl-term-readline-ttytter/repos/community-any/PKGBUILD
(from rev 100716, perl-term-readline-ttytter/trunk/PKGBUILD)

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

Copied: perl-term-readline-ttytter/repos/community-any/PKGBUILD (from rev 
100716, perl-term-readline-ttytter/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-11-09 12:52:36 UTC (rev 100717)
@@ -0,0 +1,25 @@
+# Maintainer: Peter Richard Lewis ple...@aur.archlinux.org
+# Contributor: Giorgio Lando patroclo7 at gmail dot com
+pkgname=perl-term-readline-ttytter
+pkgver=1.4
+pkgrel=1
+pkgdesc=A Perl readline for the ttytter twitter client
+arch=(any)
+url=http://search.cpan.org/dist/Term-ReadLine-TTYtter;
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-term-readkey')
+options=(!emptydirs)
+install=
+source=(http://search.cpan.org/CPAN/authors/id/C/CK/CKAISER/Term-ReadLine-TTYtter-1.4.tar.gz)
+sha256sums=('ac373133cee1b2122a8273fe7b4244613d0eecefe88b668bd98fe71d1ec4ac93')
+
+build() {
+  cd $srcdir/Term-ReadLine-TTYtter-$pkgver
+  perl Makefile.PL installdirs=vendor destdir=$pkgdir/
+  make
+}
+
+package() {
+  cd $srcdir/Term-ReadLine-TTYtter-$pkgver
+  make install
+}



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

2013-11-09 Thread Peter Lewis
Date: Saturday, November 9, 2013 @ 13:56:35
  Author: plewis
Revision: 100718

upgpkg: ttytter 2.1.00-2

Add optional readline support.

Modified:
  ttytter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 12:52:36 UTC (rev 100717)
+++ PKGBUILD2013-11-09 12:56:35 UTC (rev 100718)
@@ -4,12 +4,13 @@
 
 pkgname=ttytter
 pkgver=2.1.00
-pkgrel=1
+pkgrel=2
 pkgdesc=A multi-functional, command-line twitter client
 arch=('any')
 url=http://www.floodgap.com/software/ttytter/;
 license=('custom:FFSL')
 depends=('perl')
+optdepends=('perl-term-readline-ttytter: readline support')
 source=(http://www.floodgap.com/software/ffsl/license.txt
 
$pkgname-$pkgver.txt::http://www.floodgap.com/software/$pkgname/dist2/$pkgver.txt)
 sha256sums=('42c576fcacb5bd6c8f8e64c479b0f8e4445c7e6c9ac013485c51b8f05f2352fd'



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

2013-11-09 Thread Peter Lewis
Date: Saturday, November 9, 2013 @ 13:56:43
  Author: plewis
Revision: 100719

archrelease: copy trunk to community-any

Added:
  ttytter/repos/community-any/PKGBUILD
(from rev 100718, ttytter/trunk/PKGBUILD)
Deleted:
  ttytter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-09 12:56:35 UTC (rev 100718)
+++ PKGBUILD2013-11-09 12:56:43 UTC (rev 100719)
@@ -1,26 +0,0 @@
-# Maintainer: Peter Richard Lewis ple...@aur.archlinux.org
-# Contributor: TDY t...@gmx.com
-# Contributor: Roberto Viola cagnul...@gmail.com
-
-pkgname=ttytter
-pkgver=2.1.00
-pkgrel=1
-pkgdesc=A multi-functional, command-line twitter client
-arch=('any')
-url=http://www.floodgap.com/software/ttytter/;
-license=('custom:FFSL')
-depends=('perl')
-source=(http://www.floodgap.com/software/ffsl/license.txt
-
$pkgname-$pkgver.txt::http://www.floodgap.com/software/$pkgname/dist2/$pkgver.txt)
-sha256sums=('42c576fcacb5bd6c8f8e64c479b0f8e4445c7e6c9ac013485c51b8f05f2352fd'
-'6292ada5d238009c74345c48a66e59b3c0e4e084a733715953e408bb18191898')
-
-build() {
-  return 0
-}
-
-package() {
-  cd $srcdir
-  install -Dm755 $pkgname-$pkgver.txt $pkgdir/usr/bin/$pkgname
-  install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/license.txt
-}

Copied: ttytter/repos/community-any/PKGBUILD (from rev 100718, 
ttytter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-09 12:56:43 UTC (rev 100719)
@@ -0,0 +1,27 @@
+# Maintainer: Peter Richard Lewis ple...@aur.archlinux.org
+# Contributor: TDY t...@gmx.com
+# Contributor: Roberto Viola cagnul...@gmail.com
+
+pkgname=ttytter
+pkgver=2.1.00
+pkgrel=2
+pkgdesc=A multi-functional, command-line twitter client
+arch=('any')
+url=http://www.floodgap.com/software/ttytter/;
+license=('custom:FFSL')
+depends=('perl')
+optdepends=('perl-term-readline-ttytter: readline support')
+source=(http://www.floodgap.com/software/ffsl/license.txt
+
$pkgname-$pkgver.txt::http://www.floodgap.com/software/$pkgname/dist2/$pkgver.txt)
+sha256sums=('42c576fcacb5bd6c8f8e64c479b0f8e4445c7e6c9ac013485c51b8f05f2352fd'
+'6292ada5d238009c74345c48a66e59b3c0e4e084a733715953e408bb18191898')
+
+build() {
+  return 0
+}
+
+package() {
+  cd $srcdir
+  install -Dm755 $pkgname-$pkgver.txt $pkgdir/usr/bin/$pkgname
+  install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/license.txt
+}



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

2013-11-09 Thread Alexandre Filgueira
Date: Saturday, November 9, 2013 @ 16:10:06
  Author: faidoc
Revision: 100720

upgpkg: muffin 2.0.4-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 12:56:43 UTC (rev 100719)
+++ PKGBUILD2013-11-09 15:10:06 UTC (rev 100720)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc=Cinnamon window manager based on Mutter
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('5d3f3916dce25f1e4398b28452688db540800eec379cf8891a925d4d56322b8c')
+sha256sums=('d719e1dc958f1789e4f03d01d0ceebb84e972dd24158c229e213514c7e41d2fb')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-11-09 Thread Alexandre Filgueira
Date: Saturday, November 9, 2013 @ 16:11:22
  Author: faidoc
Revision: 100722

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

Added:
  muffin/repos/community-i686/PKGBUILD
(from rev 100720, muffin/trunk/PKGBUILD)
  muffin/repos/community-i686/muffin.install
(from rev 100720, muffin/trunk/muffin.install)
  muffin/repos/community-x86_64/PKGBUILD
(from rev 100721, muffin/trunk/PKGBUILD)
  muffin/repos/community-x86_64/muffin.install
(from rev 100721, 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   |   68 ++
 /muffin.install |   20 +++
 community-i686/PKGBUILD |   34 ---
 community-i686/muffin.install   |   10 -
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/muffin.install |   10 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-09 15:10:57 UTC (rev 100721)
+++ community-i686/PKGBUILD 2013-11-09 15:11:22 UTC (rev 100722)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Adam Hani Schakaki a...@schakaki.net
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.0.3
-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'
- '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=('5d3f3916dce25f1e4398b28452688db540800eec379cf8891a925d4d56322b8c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 100720, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-09 15:11:22 UTC (rev 100722)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Adam Hani Schakaki a...@schakaki.net
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.0.4
+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'
+ '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=('d719e1dc958f1789e4f03d01d0ceebb84e972dd24158c229e213514c7e41d2fb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/muffin.install
===
--- community-i686/muffin.install   2013-11-09 15:10:57 UTC (rev 100721)
+++ community-i686/muffin.install   2013-11-09 15:11:22 UTC (rev 100722)
@@ -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 100720, 
muffin/trunk/muffin.install)
===
--- community-i686/muffin.install   (rev 0)
+++ community-i686/muffin.install   2013-11-09 15:11:22 UTC (rev 100722)
@@ -0,0 +1,10 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-09 15:10:57 UTC (rev 100721)
+++ 

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

2013-11-09 Thread Kyle Keen
Date: Saturday, November 9, 2013 @ 16:11:30
  Author: kkeen
Revision: 100723

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-09 15:11:22 UTC (rev 100722)
+++ PKGBUILD2013-11-09 15:11:30 UTC (rev 100723)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Jelle van der Waa je...@vdwaa.nl
-# Contributor: Pierre Chapuis catw...@archlinux.us
-# Contributor: Stefano Esposito ragna...@email.it
-
-pkgbase=python-irc
-pkgname=('python-irc' 'python2-irc')
-pkgver=8.5.1
-pkgrel=1
-pkgdesc=IRC (Internet Relay Chat) protocol client library for Python
-makedepends=('python-setuptools' 'python2-setuptools')
-#checkdepends=('python-pytest' 'python2-pytest')  # AUR packages
-arch=('any')
-url=http://pypi.python.org/pypi/irc;
-license=('LGPL')
-source=(http://pypi.python.org/packages/source/i/irc/irc-$pkgver.zip)
-md5sums=('6588ecc709df2220d0a4474c71b4e434')
-
-build() {
-  cd $srcdir
-  cp -a irc-$pkgver irc2-$pkgver
-}
-
-package_python2-irc()
-{
-  depends=('python2')
-
-  cd $srcdir/irc2-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-}
-
-package_python-irc()
-{
-  depends=('python')
-
-  cd $srcdir/irc-$pkgver
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py install --root=$pkgdir --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-  find $pkgdir/ -type d -empty -delete
-}
-
-#check()
-#{
-#  cd $srcdir/irc-$pkgver
-#  export LC_ALL=en_US.UTF-8
-#  python3 setup.py test 
-#
-#  cd $srcdir/irc2-$pkgver
-#  python2 setup.py test 
-#}

Copied: python-irc/repos/community-any/PKGBUILD (from rev 100721, 
python-irc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-09 15:11:30 UTC (rev 100723)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Jelle van der Waa je...@vdwaa.nl
+# Contributor: Pierre Chapuis catw...@archlinux.us
+# Contributor: Stefano Esposito ragna...@email.it
+
+pkgbase=python-irc
+pkgname=('python-irc' 'python2-irc')
+pkgver=8.5.3
+pkgrel=1
+pkgdesc=IRC (Internet Relay Chat) protocol client library for Python
+depends=('python-six')
+makedepends=('python-setuptools' 'python2-setuptools')
+#checkdepends=('python-pytest' 'python2-pytest')  # AUR packages
+arch=('any')
+url=http://pypi.python.org/pypi/irc;
+license=('LGPL')
+source=(http://pypi.python.org/packages/source/i/irc/irc-$pkgver.zip)
+md5sums=('33b8b8dd19ff0243cd2709595f4d466e')
+
+build() {
+  cd $srcdir
+  cp -a irc-$pkgver irc2-$pkgver
+}
+
+package_python2-irc()
+{
+  depends=('python2-six')
+
+  cd $srcdir/irc2-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=0
+  find $pkgdir/ -name '*.pyc' -delete
+}
+
+package_python-irc()
+{
+  depends=('python-six')
+
+  cd $srcdir/irc-$pkgver
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py install --root=$pkgdir --optimize=0
+  find $pkgdir/ -name '*.pyc' -delete
+  find $pkgdir/ -type d -empty -delete
+}
+
+#check()
+#{
+#  cd $srcdir/irc-$pkgver
+#  export LC_ALL=en_US.UTF-8
+#  python3 setup.py test 
+#
+#  cd $srcdir/irc2-$pkgver
+#  python2 setup.py test 
+#}



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

2013-11-09 Thread Kyle Keen
Date: Saturday, November 9, 2013 @ 16:10:57
  Author: kkeen
Revision: 100721

upgpkg: python-irc 8.5.3-1, fix FS#37708

Modified:
  python-irc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 15:10:06 UTC (rev 100720)
+++ PKGBUILD2013-11-09 15:10:57 UTC (rev 100721)
@@ -6,9 +6,10 @@
 
 pkgbase=python-irc
 pkgname=('python-irc' 'python2-irc')
-pkgver=8.5.1
+pkgver=8.5.3
 pkgrel=1
 pkgdesc=IRC (Internet Relay Chat) protocol client library for Python
+depends=('python-six')
 makedepends=('python-setuptools' 'python2-setuptools')
 #checkdepends=('python-pytest' 'python2-pytest')  # AUR packages
 arch=('any')
@@ -15,7 +16,7 @@
 url=http://pypi.python.org/pypi/irc;
 license=('LGPL')
 source=(http://pypi.python.org/packages/source/i/irc/irc-$pkgver.zip)
-md5sums=('6588ecc709df2220d0a4474c71b4e434')
+md5sums=('33b8b8dd19ff0243cd2709595f4d466e')
 
 build() {
   cd $srcdir
@@ -24,7 +25,7 @@
 
 package_python2-irc()
 {
-  depends=('python2')
+  depends=('python2-six')
 
   cd $srcdir/irc2-$pkgver
   python2 setup.py install --root=$pkgdir --optimize=0
@@ -33,7 +34,7 @@
 
 package_python-irc()
 {
-  depends=('python')
+  depends=('python-six')
 
   cd $srcdir/irc-$pkgver
   export LC_ALL=en_US.UTF-8



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

2013-11-09 Thread Jan Steffens
Date: Saturday, November 9, 2013 @ 16:24:23
  Author: heftig
Revision: 100724

2.18-10

Added:
  lib32-glibc/trunk/glibc-2.18-scanf-parse-0e-0.patch
Modified:
  lib32-glibc/trunk/PKGBUILD

---+
 PKGBUILD  |7 +++
 glibc-2.18-scanf-parse-0e-0.patch |   67 
 2 files changed, 73 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 15:11:30 UTC (rev 100723)
+++ PKGBUILD2013-11-09 15:24:23 UTC (rev 100724)
@@ -9,7 +9,7 @@
 _pkgbasename=glibc
 pkgname=lib32-$_pkgbasename
 pkgver=2.18
-pkgrel=9
+pkgrel=10
 pkgdesc=GNU C Library for multilib
 arch=('x86_64')
 url=http://www.gnu.org/software/libc;
@@ -24,6 +24,7 @@
 glibc-2.18-ptr-mangle-CVE-2013-4788.patch
 glibc-2.18-getaddrinfo-CVE-2013-4458.patch
 glibc-2.18-getaddrinfo-assertion.patch
+glibc-2.18-scanf-parse-0e-0.patch
 glibc-2.18-strstr-hackfix.patch
 lib32-glibc.conf)
 md5sums=('88fbbceafee809e82efd52efa1e3c58f'
@@ -35,6 +36,7 @@
  '9749ba386b08a8fe53e7ecede9bf2dfb'
  '71329fccb8eb583fb0d67b55f1e8df68'
  'd4d86add33f22125777e0ecff06bc9bb'
+ '01d19fe9b2aea489cf5651530e0369f2'
  '4441f6dfe7d75ced1fa75e54dd21d36e'
  '6e052f1cb693d5d3203f50f9d4e8c33b')
 
@@ -62,6 +64,9 @@
   # upstream commit 894f3f10
   patch -p1 -i $srcdir/glibc-2.18-getaddrinfo-assertion.patch
 
+  # upstream commit a4966c61
+  patch -p1 -i $srcdir/glibc-2.18-scanf-parse-0e-0.patch
+
   # hack fix for strstr issues on x86
   patch -p1 -i $srcdir/glibc-2.18-strstr-hackfix.patch
 

Added: glibc-2.18-scanf-parse-0e-0.patch
===
--- glibc-2.18-scanf-parse-0e-0.patch   (rev 0)
+++ glibc-2.18-scanf-parse-0e-0.patch   2013-11-09 15:24:23 UTC (rev 100724)
@@ -0,0 +1,67 @@
+diff --git a/stdio-common/tst-sscanf.c b/stdio-common/tst-sscanf.c
+index 1edb227..3c34f58 100644
+--- a/stdio-common/tst-sscanf.c
 b/stdio-common/tst-sscanf.c
+@@ -109,6 +109,19 @@ struct test double_tests[] =
+   { L(-inf), L(%g), 1 }
+ };
+ 
++struct test2
++{
++  const CHAR *str;
++  const CHAR *fmt;
++  int retval;
++  char residual;
++} double_tests2[] =
++{
++  { L(0e+0), L(%g%c), 1, 0 },
++  { L(0xe+0), L(%g%c), 2, '+' },
++  { L(0x.e+0), L(%g%c), 2, '+' },
++};
++
+ int
+ main (void)
+ {
+@@ -196,5 +209,26 @@ main (void)
+   }
+ }
+ 
++  for (i = 0; i  sizeof (double_tests2) / sizeof (double_tests2[0]); ++i)
++{
++  double dummy;
++  int ret;
++  char c = 0;
++
++  if ((ret = SSCANF (double_tests2[i].str, double_tests2[i].fmt,
++   dummy, c)) != double_tests2[i].retval)
++  {
++printf (double_tests2[%d] returned %d != %d\n,
++i, ret, double_tests2[i].retval);
++result = 1;
++  }
++  else if (ret == 2  c != double_tests2[i].residual)
++  {
++printf (double_tests2[%d] stopped at '%c' != '%c'\n,
++i, c, double_tests2[i].residual);
++result = 1;
++  }
++}
++
+   return result;
+ }
+diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c
+index 78dc2fc..e6fa8f3 100644
+--- a/stdio-common/vfscanf.c
 b/stdio-common/vfscanf.c
+@@ -1966,6 +1966,8 @@ _IO_vfscanf_internal (_IO_FILE *s, const char *format, 
_IO_va_list argptr,
+ if (width  0)
+   --width;
+   }
++else
++  got_digit = 1;
+   }
+ 
+ while (1)
+-- 
+1.8.4.2
+



[arch-commits] Commit in lib32-glibc/repos/multilib-testing-x86_64 (21 files)

2013-11-09 Thread Jan Steffens
Date: Saturday, November 9, 2013 @ 16:25:45
  Author: heftig
Revision: 100725

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-glibc/repos/multilib-testing-x86_64/PKGBUILD
(from rev 100724, lib32-glibc/trunk/PKGBUILD)
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-getaddrinfo-CVE-2013-4458.patch
(from rev 100724, 
lib32-glibc/trunk/glibc-2.18-getaddrinfo-CVE-2013-4458.patch)
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-getaddrinfo-assertion.patch
(from rev 100724, lib32-glibc/trunk/glibc-2.18-getaddrinfo-assertion.patch)
  lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-make-4.patch
(from rev 100724, lib32-glibc/trunk/glibc-2.18-make-4.patch)
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch
(from rev 100724, 
lib32-glibc/trunk/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch)
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-ptr-mangle-CVE-2013-4788.patch
(from rev 100724, 
lib32-glibc/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch)
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-readdir_r-CVE-2013-4237.patch
(from rev 100724, 
lib32-glibc/trunk/glibc-2.18-readdir_r-CVE-2013-4237.patch)
  lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-scanf-parse-0e-0.patch
(from rev 100724, lib32-glibc/trunk/glibc-2.18-scanf-parse-0e-0.patch)
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-strcoll-CVE-2012-4412+4424.patch
(from rev 100724, 
lib32-glibc/trunk/glibc-2.18-strcoll-CVE-2012-4412+4424.patch)
  lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-strstr-hackfix.patch
(from rev 100724, lib32-glibc/trunk/glibc-2.18-strstr-hackfix.patch)
  lib32-glibc/repos/multilib-testing-x86_64/lib32-glibc.conf
(from rev 100724, lib32-glibc/trunk/lib32-glibc.conf)
Deleted:
  lib32-glibc/repos/multilib-testing-x86_64/PKGBUILD
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-getaddrinfo-CVE-2013-4458.patch
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-getaddrinfo-assertion.patch
  lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-make-4.patch
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-ptr-mangle-CVE-2013-4788.patch
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-readdir_r-CVE-2013-4237.patch
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-strcoll-CVE-2012-4412+4424.patch
  lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-strstr-hackfix.patch
  lib32-glibc/repos/multilib-testing-x86_64/lib32-glibc.conf

---+
 PKGBUILD  |  345 ++--
 glibc-2.18-getaddrinfo-CVE-2013-4458.patch|   82 
 glibc-2.18-getaddrinfo-assertion.patch|   78 
 glibc-2.18-make-4.patch   |   90 -
 glibc-2.18-malloc-corrupt-CVE-2013-4332.patch |  108 -
 glibc-2.18-ptr-mangle-CVE-2013-4788.patch |  970 +--
 glibc-2.18-readdir_r-CVE-2013-4237.patch  |  562 +++---
 glibc-2.18-scanf-parse-0e-0.patch |   67 
 glibc-2.18-strcoll-CVE-2012-4412+4424.patch   | 2008 
 glibc-2.18-strstr-hackfix.patch   |   26 
 lib32-glibc.conf  |2 
 11 files changed, 2205 insertions(+), 2133 deletions(-)

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


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

2013-11-09 Thread Alexandre Filgueira
Date: Saturday, November 9, 2013 @ 16:29:53
  Author: faidoc
Revision: 100726

upgpkg: cinnamon-translations 2.0.2-1

Modified:
  cinnamon-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 15:25:45 UTC (rev 100725)
+++ PKGBUILD2013-11-09 15:29:53 UTC (rev 100726)
@@ -1,8 +1,8 @@
 # $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
 
 pkgname=cinnamon-translations
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc=Translations for Cinnamon and Nemo
 arch=(any)
@@ -9,7 +9,7 @@
 url=http://cinnamon.linuxmint.com/;
 license=('GPL2')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('db6fb4fea08824a79251e130c9e0f7035da7cd02884fa4ff8faa34ab9905d2c7')
+sha256sums=('cb9f6da2f39452a6de6ffedf92278b50323a1597febdbdcdfaa4f43d9b912469')
 
 package() {
   cd ${pkgname}-${pkgver}



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

2013-11-09 Thread Alexandre Filgueira
Date: Saturday, November 9, 2013 @ 16:30:40
  Author: faidoc
Revision: 100727

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 100726, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-09 15:29:53 UTC (rev 100726)
+++ PKGBUILD2013-11-09 15:30:40 UTC (rev 100727)
@@ -1,19 +0,0 @@
-# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-
-pkgname=cinnamon-translations
-pkgver=2.0.1
-pkgrel=1
-pkgdesc=Translations for Cinnamon and Nemo
-arch=(any)
-url=http://cinnamon.linuxmint.com/;
-license=('GPL2')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('db6fb4fea08824a79251e130c9e0f7035da7cd02884fa4ff8faa34ab9905d2c7')
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -m 0755 -d ${pkgdir}/usr/share/cinnamon/locale/ 
-  cp -Rp mo-export/* ${pkgdir}/usr/share/cinnamon/locale/
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 100726, 
cinnamon-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-09 15:30:40 UTC (rev 100727)
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+
+pkgname=cinnamon-translations
+pkgver=2.0.2
+pkgrel=1
+pkgdesc=Translations for Cinnamon and Nemo
+arch=(any)
+url=http://cinnamon.linuxmint.com/;
+license=('GPL2')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
+sha256sums=('cb9f6da2f39452a6de6ffedf92278b50323a1597febdbdcdfaa4f43d9b912469')
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -m 0755 -d ${pkgdir}/usr/share/cinnamon/locale/ 
+  cp -Rp mo-export/* ${pkgdir}/usr/share/cinnamon/locale/
+}



[arch-commits] Commit in cinnamon-settings-daemon/trunk (PKGBUILD)

2013-11-09 Thread Alexandre Filgueira
Date: Saturday, November 9, 2013 @ 16:44:05
  Author: faidoc
Revision: 100728

upgpkg: cinnamon-settings-daemon 2.0.7-1

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 15:30:40 UTC (rev 100727)
+++ PKGBUILD2013-11-09 15:44:05 UTC (rev 100728)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=cinnamon-settings-daemon
-pkgver=2.0.6
+pkgver=2.0.7
 pkgrel=1
 pkgdesc=The Cinnamon Settings daemon
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;
 keyboard.patch
 automount-plugin.patch)
-sha256sums=('50d9d2799415f2a98fbb2ec05a66aa807c861562d87c0371631ab30b9f7e26d3'
+sha256sums=('7354b1d88d7447934e2f0b5cc4161ea59ad1f84201ea019185c2de15332771f4'
 '3c05b978cb414c8fc1530f211bab58627a64ac9c156630c9d486f5926a85109c'
 '4fc2b3a354b53d41d92d7f95d175a6a18382330353a0579d29c2d33b9400a837')
 



[arch-commits] Commit in cinnamon-settings-daemon/repos (16 files)

2013-11-09 Thread Alexandre Filgueira
Date: Saturday, November 9, 2013 @ 16:45:59
  Author: faidoc
Revision: 100729

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

Added:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
(from rev 100728, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-i686/automount-plugin.patch
(from rev 100728, cinnamon-settings-daemon/trunk/automount-plugin.patch)
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
(from rev 100728, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-i686/keyboard.patch
(from rev 100728, cinnamon-settings-daemon/trunk/keyboard.patch)
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 100728, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-x86_64/automount-plugin.patch
(from rev 100728, cinnamon-settings-daemon/trunk/automount-plugin.patch)
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install
(from rev 100728, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-x86_64/keyboard.patch
(from rev 100728, cinnamon-settings-daemon/trunk/keyboard.patch)
Deleted:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
  cinnamon-settings-daemon/repos/community-i686/automount-plugin.patch
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
  cinnamon-settings-daemon/repos/community-i686/keyboard.patch
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
  cinnamon-settings-daemon/repos/community-x86_64/automount-plugin.patch
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install
  cinnamon-settings-daemon/repos/community-x86_64/keyboard.patch

---+
 /PKGBUILD |   96 
 /automount-plugin.patch   |  894 +
 /cinnamon-settings-daemon.install |   24 
 /keyboard.patch   | 9456 
 community-i686/PKGBUILD   |   48 
 community-i686/automount-plugin.patch |  447 
 community-i686/cinnamon-settings-daemon.install   |   12 
 community-i686/keyboard.patch | 4728 --
 community-x86_64/PKGBUILD |   48 
 community-x86_64/automount-plugin.patch   |  447 
 community-x86_64/cinnamon-settings-daemon.install |   12 
 community-x86_64/keyboard.patch   | 4728 --
 12 files changed, 10470 insertions(+), 10470 deletions(-)

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


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

2013-11-09 Thread Alexandre Filgueira
Date: Saturday, November 9, 2013 @ 16:55:59
  Author: faidoc
Revision: 100730

upgpkg: cinnamon-session 2.0.5-1

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 15:45:59 UTC (rev 100729)
+++ PKGBUILD2013-11-09 15:55:59 UTC (rev 100730)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=cinnamon-session
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 pkgdesc=The Cinnamon Session Handler
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
 remove_sessionmigration.patch
 timeout.patch)
-sha256sums=('6de02197c89bde698e4f28cba51653967e1322c17c55ebc5f81ca30b14f58278'
+sha256sums=('d3c29db7c6c9290e066eef6f41157555690f74d260e556837e45ecfd16504967'
 'f3c0bc1a3debfaa686230f19ba371b08dd4645064d90ead0c34f465c7d416736'
 'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
 



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

2013-11-09 Thread Alexandre Filgueira
Date: Saturday, November 9, 2013 @ 16:58:14
  Author: faidoc
Revision: 100731

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

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 100730, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-i686/cinnamon-session.install
(from rev 100730, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-i686/remove_sessionmigration.patch
(from rev 100730, cinnamon-session/trunk/remove_sessionmigration.patch)
  cinnamon-session/repos/community-i686/timeout.patch
(from rev 100730, cinnamon-session/trunk/timeout.patch)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 100730, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
(from rev 100730, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-x86_64/remove_sessionmigration.patch
(from rev 100730, cinnamon-session/trunk/remove_sessionmigration.patch)
  cinnamon-session/repos/community-x86_64/timeout.patch
(from rev 100730, cinnamon-session/trunk/timeout.patch)
Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-i686/cinnamon-session.install
  cinnamon-session/repos/community-i686/remove_sessionmigration.patch
  cinnamon-session/repos/community-i686/timeout.patch
  cinnamon-session/repos/community-x86_64/PKGBUILD
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
  cinnamon-session/repos/community-x86_64/remove_sessionmigration.patch
  cinnamon-session/repos/community-x86_64/timeout.patch

+
 /PKGBUILD  |   96 +++
 /cinnamon-session.install  |   24 +
 /remove_sessionmigration.patch |   36 
 /timeout.patch |   48 +++
 community-i686/PKGBUILD|   48 ---
 community-i686/cinnamon-session.install|   12 --
 community-i686/remove_sessionmigration.patch   |   18 
 community-i686/timeout.patch   |   24 -
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/cinnamon-session.install  |   12 --
 community-x86_64/remove_sessionmigration.patch |   18 
 community-x86_64/timeout.patch |   24 -
 12 files changed, 204 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-09 15:55:59 UTC (rev 100730)
+++ community-i686/PKGBUILD 2013-11-09 15:58:14 UTC (rev 100731)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=cinnamon-session
-pkgver=2.0.4
-pkgrel=1
-pkgdesc=The Cinnamon Session Handler
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(cinnamon-desktop upower)
-makedepends=(intltool mesa json-glib xtrans gnome-common)
-options=('!emptydirs')
-install=cinnamon-session.install
-url=https://github.com/linuxmint/cinnamon-session;
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-remove_sessionmigration.patch
-timeout.patch)
-sha256sums=('6de02197c89bde698e4f28cba51653967e1322c17c55ebc5f81ca30b14f58278'
-'f3c0bc1a3debfaa686230f19ba371b08dd4645064d90ead0c34f465c7d416736'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Do not try to execute session-migration script (it's specific to Ubuntu)
-  patch -Np1 -i ../remove_sessionmigration.patch
-
-  # Increase timeout, for slow machines
-  patch -Np1 -i ../timeout.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
-  --disable-schemas-compile --enable-systemd --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Prefix 'Startup Applications' with 'Cinnamon' to avoid confusion with 
gnome-session
-  sed -i 's/^Name\(.*\)=\(.*\)/Name\1=Cinnamon \2/' \
-  $pkgdir/usr/share/applications/cinnamon-session-properties.desktop
-}

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 100730, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-09 15:58:14 UTC (rev 100731)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cinnamon-session
+pkgver=2.0.5
+pkgrel=1
+pkgdesc=The Cinnamon Session Handler

[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD)

2013-11-09 Thread Alexandre Filgueira
Date: Saturday, November 9, 2013 @ 18:03:06
  Author: faidoc
Revision: 100732

upgpkg: cinnamon-control-center 2.0.7-1

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 15:58:14 UTC (rev 100731)
+++ PKGBUILD2013-11-09 17:03:06 UTC (rev 100732)
@@ -5,7 +5,7 @@
 # Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-control-center
-pkgver=2.0.6
+pkgver=2.0.7
 pkgrel=1
 pkgdesc=The Control Center for Cinnamon
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
 region.patch)
-sha256sums=('4871c7893bd6d215df76abbc69f9f75340a5997cdca00669544c7e63eb3c6a2f'
+sha256sums=('0240b3f267b16ae70b621d105d7ed383e39afa9a37373e2ea43381bff0f48acb'
 '077cb8d6814c32a4df85f71c2b8fa84da25e5260263a6e0536c6e1626051f022')
 
 prepare() {



[arch-commits] Commit in cinnamon-control-center/repos (12 files)

2013-11-09 Thread Alexandre Filgueira
Date: Saturday, November 9, 2013 @ 18:06:15
  Author: faidoc
Revision: 100733

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 100732, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 100732, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-i686/region.patch
(from rev 100732, cinnamon-control-center/trunk/region.patch)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 100732, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 100732, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/region.patch
(from rev 100732, cinnamon-control-center/trunk/region.patch)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-i686/region.patch
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/region.patch

--+
 /PKGBUILD|  118 
 /cinnamon-control-center.install |   22 
 /region.patch|10626 +
 community-i686/PKGBUILD  |   59 
 community-i686/cinnamon-control-center.install   |   11 
 community-i686/region.patch  | 5313 --
 community-x86_64/PKGBUILD|   59 
 community-x86_64/cinnamon-control-center.install |   11 
 community-x86_64/region.patch| 5313 --
 9 files changed, 10766 insertions(+), 10766 deletions(-)

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


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

2013-11-09 Thread Evangelos Foutras
Date: Saturday, November 9, 2013 @ 18:07:27
  Author: foutrelis
Revision: 100734

upgpkg: cinelerra-cv 1:2.2-19

libx264.so.138 rebuild.

Modified:
  cinelerra-cv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 17:06:15 UTC (rev 100733)
+++ PKGBUILD2013-11-09 17:07:27 UTC (rev 100734)
@@ -7,7 +7,7 @@
 pkgname=cinelerra-cv
 pkgver=2.2
 _gitrel=2.2.0
-pkgrel=18
+pkgrel=19
 epoch=1
 pkgdesc=Professional video editing and compositing environment
 arch=('x86_64' 'i686')



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

2013-11-09 Thread Evangelos Foutras
Date: Saturday, November 9, 2013 @ 18:07:42
  Author: foutrelis
Revision: 100735

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

Added:
  cinelerra-cv/repos/community-staging-i686/
  cinelerra-cv/repos/community-staging-i686/PKGBUILD
(from rev 100734, cinelerra-cv/trunk/PKGBUILD)
  cinelerra-cv/repos/community-staging-i686/cinelerra-std_and_str_h.patch
(from rev 100734, cinelerra-cv/trunk/cinelerra-std_and_str_h.patch)
  cinelerra-cv/repos/community-staging-i686/ffmpeg2.0.patch
(from rev 100734, cinelerra-cv/trunk/ffmpeg2.0.patch)
  cinelerra-cv/repos/community-staging-i686/ffmpeg_api.patch
(from rev 100734, cinelerra-cv/trunk/ffmpeg_api.patch)
  cinelerra-cv/repos/community-staging-i686/v4l1_removal.patch
(from rev 100734, cinelerra-cv/trunk/v4l1_removal.patch)
  cinelerra-cv/repos/community-staging-x86_64/
  cinelerra-cv/repos/community-staging-x86_64/PKGBUILD
(from rev 100734, cinelerra-cv/trunk/PKGBUILD)
  cinelerra-cv/repos/community-staging-x86_64/cinelerra-std_and_str_h.patch
(from rev 100734, cinelerra-cv/trunk/cinelerra-std_and_str_h.patch)
  cinelerra-cv/repos/community-staging-x86_64/ffmpeg2.0.patch
(from rev 100734, cinelerra-cv/trunk/ffmpeg2.0.patch)
  cinelerra-cv/repos/community-staging-x86_64/ffmpeg_api.patch
(from rev 100734, cinelerra-cv/trunk/ffmpeg_api.patch)
  cinelerra-cv/repos/community-staging-x86_64/v4l1_removal.patch
(from rev 100734, cinelerra-cv/trunk/v4l1_removal.patch)

+
 community-staging-i686/PKGBUILD|  105 +
 community-staging-i686/cinelerra-std_and_str_h.patch   |   81 +++
 community-staging-i686/ffmpeg2.0.patch |   98 +
 community-staging-i686/ffmpeg_api.patch|  163 +++
 community-staging-i686/v4l1_removal.patch  |  125 +++
 community-staging-x86_64/PKGBUILD  |  105 +
 community-staging-x86_64/cinelerra-std_and_str_h.patch |   81 +++
 community-staging-x86_64/ffmpeg2.0.patch   |   98 +
 community-staging-x86_64/ffmpeg_api.patch  |  163 +++
 community-staging-x86_64/v4l1_removal.patch|  125 +++
 10 files changed, 1144 insertions(+)

Copied: cinelerra-cv/repos/community-staging-i686/PKGBUILD (from rev 100734, 
cinelerra-cv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-09 17:07:42 UTC (rev 100735)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=cinelerra-cv
+pkgver=2.2
+_gitrel=2.2.0
+pkgrel=19
+epoch=1
+pkgdesc=Professional video editing and compositing environment
+arch=('x86_64' 'i686')
+url=http://cinelerra.org/;
+license=('GPL')
+depends=('e2fsprogs' 'libavc1394' 'libiec61883' 'libxv'
+ 'libtiff' 'mjpegtools' 'fftw' 'a52dec' 'glu'
+ 'ffmpeg' 'faad2' 'faac' 'openexr=2.0.0')
+makedepends=('git' 'nasm' 'mesa')
+source=($pkgname::git+git://git.cinelerra.org/CinelerraCV.git#branch=rel$_gitrel
+'v4l1_removal.patch'
+'ffmpeg_api.patch'
+'ffmpeg2.0.patch'
+'cinelerra-std_and_str_h.patch')
+md5sums=('SKIP'
+ 'bfa85e20809429d88eba4ab83e569612'
+ 'b05ec2fb54e7d02f6167525417802111'
+ '14dd897084d64cd0b5e9caa8a69818bd'
+ '02d8222e596133bbc05eaad15bef242c')
+
+_confit() {
+  ./configure --prefix=/usr \
+  --with-buildinfo=git/recompile \
+  --with-external-ffmpeg \
+  --enable-opengl \
+  --disable-esd $@
+}
+
+prepare() {
+  cd $srcdir/$pkgname
+
+  ## Patches (oldest first) ##
+
+  # v4l1 removal patch
+  patch -Np1 -i $srcdir/v4l1_removal.patch
+
+  # ffmpeg api patch update for 0.11
+  patch -Np1 -i $srcdir/ffmpeg_api.patch
+
+  # fix some missing headers
+  patch -Np0 -i $srcdir/cinelerra-std_and_str_h.patch
+
+  # fix avcodec_alloc_context and alloc_open
+  patch -Np1 -i $srcdir/ffmpeg2.0.patch
+
+  ## Hacks ##
+
+  # if you don't need OpenGL comment out the next line (and no glu/mesa dep)
+  # TODO: check if this is still needed (pre-svn commit) --schiv
+  sed -i '/\/X11R6/s///' configure.in
+
+  # TODO: check if this is still needed (old commit; r29539 by ibiru) --schiv
+  sed -i -e '/Debian/d' admin/nasm
+
+  # fix some pngs that break with newer libpng
+  # see 
https://mailman.archlinux.org/pipermail/arch-dev-public/2013-May/024872.html
+  #msg2 Fixing PNGs, please wait...
+  #find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  # ffmpeg 2.0 related replacements
+  find -type f -exec sed -i 's/AVCODEC_MAX_AUDIO_FRAME_SIZE/192000/' {} \;
+  find 

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

2013-11-09 Thread Alexandre Filgueira
Date: Saturday, November 9, 2013 @ 18:29:01
  Author: faidoc
Revision: 100741

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 100740, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon-gstreamer1.patch
(from rev 100740, cinnamon/trunk/cinnamon-gstreamer1.patch)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 100740, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/input_keybindings.patch
(from rev 100740, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 100740, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 100740, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 100740, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon-gstreamer1.patch
(from rev 100740, cinnamon/trunk/cinnamon-gstreamer1.patch)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 100740, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/input_keybindings.patch
(from rev 100740, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 100740, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 100740, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon-gstreamer1.patch
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/input_keybindings.patch
  cinnamon/repos/community-i686/keyboard_applet.patch
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon-gstreamer1.patch
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/input_keybindings.patch
  cinnamon/repos/community-x86_64/keyboard_applet.patch
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy

+
 /PKGBUILD  |  194 +
 /cinnamon-gstreamer1.patch |  564 +++
 /cinnamon.install  |   22 +
 /input_keybindings.patch   |   22 +
 /keyboard_applet.patch |  266 
 community-i686/PKGBUILD|   97 
 community-i686/cinnamon-gstreamer1.patch   |  282 -
 community-i686/cinnamon.install|   11 
 community-i686/input_keybindings.patch |   11 
 community-i686/keyboard_applet.patch   |  133 --
 community-x86_64/PKGBUILD  |   97 
 community-x86_64/cinnamon-gstreamer1.patch |  282 -
 community-x86_64/cinnamon.install  |   11 
 community-x86_64/input_keybindings.patch   |   11 
 community-x86_64/keyboard_applet.patch |  133 --
 15 files changed, 1068 insertions(+), 1068 deletions(-)

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


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

2013-11-09 Thread Alexandre Filgueira
Date: Saturday, November 9, 2013 @ 18:53:00
  Author: faidoc
Revision: 100742

upgpkg: cinnamon 2.0.11-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 17:29:01 UTC (rev 100741)
+++ PKGBUILD2013-11-09 17:53:00 UTC (rev 100742)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=2.0.10
+pkgver=2.0.11
 pkgrel=1
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 keyboard_applet.patch
 input_keybindings.patch
 org.archlinux.pkexec.cinnamon-settings-users.policy)
-sha256sums=('d63c1681da7fa16a0385c64dd93af71ae4ad17fb2a0b112ddfa1aa5232a27596'
+sha256sums=('71e40b8bff04f9d48e72bede1d13f20b76e805943e47322c284b0afc2665ee58'
 '2e10ba71fd9ba40afd7e9492b2fc0d5bcc27874bcde543cfd8a47ad20c52354a'
 '6acb07393105ddced8a4c3c869a596350d1a7d81a808ca5307d2ad770653a9d3'
 'e28c40eb844105154fa6106f5b4de3151a22805b3a7b2f84be9ea6c15cec3de6'



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

2013-11-09 Thread Alexandre Filgueira
Date: Saturday, November 9, 2013 @ 18:54:38
  Author: faidoc
Revision: 100743

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 100742, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon-gstreamer1.patch
(from rev 100742, cinnamon/trunk/cinnamon-gstreamer1.patch)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 100742, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/input_keybindings.patch
(from rev 100742, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 100742, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 100742, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 100742, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon-gstreamer1.patch
(from rev 100742, cinnamon/trunk/cinnamon-gstreamer1.patch)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 100742, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/input_keybindings.patch
(from rev 100742, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 100742, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 100742, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon-gstreamer1.patch
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/input_keybindings.patch
  cinnamon/repos/community-i686/keyboard_applet.patch
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon-gstreamer1.patch
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/input_keybindings.patch
  cinnamon/repos/community-x86_64/keyboard_applet.patch
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy

+
 /PKGBUILD  |  194 +
 /cinnamon-gstreamer1.patch |  564 +++
 /cinnamon.install  |   22 +
 /input_keybindings.patch   |   22 +
 /keyboard_applet.patch |  266 
 community-i686/PKGBUILD|   97 
 community-i686/cinnamon-gstreamer1.patch   |  282 -
 community-i686/cinnamon.install|   11 
 community-i686/input_keybindings.patch |   11 
 community-i686/keyboard_applet.patch   |  133 --
 community-x86_64/PKGBUILD  |   97 
 community-x86_64/cinnamon-gstreamer1.patch |  282 -
 community-x86_64/cinnamon.install  |   11 
 community-x86_64/input_keybindings.patch   |   11 
 community-x86_64/keyboard_applet.patch |  133 --
 15 files changed, 1068 insertions(+), 1068 deletions(-)

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


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

2013-11-09 Thread Andrea Scarpino
Date: Saturday, November 9, 2013 @ 19:25:24
  Author: andrea
Revision: 199294

Install licenses

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 17:12:51 UTC (rev 199293)
+++ PKGBUILD2013-11-09 18:25:24 UTC (rev 199294)
@@ -114,9 +114,8 @@
   cd ${_pkgfqn}/qtbase
   make INSTALL_ROOT=${pkgdir} install
 
-  cd ${srcdir}
-  install -D -m644 ${_pkgfqn}/qtbase/LGPL_EXCEPTION.txt \
-${pkgdir}/usr/share/licenses/${pkgbase}/LGPL_EXCEPTION.txt
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 
   # Fix wrong path in prl files
   find ${pkgdir}/usr/lib -type f -name '*.prl' \
@@ -150,6 +149,9 @@
   for b in ${pkgdir}/usr/lib/qt/bin/*; do
 ln -s /usr/lib/qt/bin/$(basename $b) ${pkgdir}/usr/bin/$(basename $b)-qt5
   done
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-doc() {
@@ -159,11 +161,14 @@
   conflicts=('qt-doc')
   replaces=('qt-doc')
   provides=('qt-doc')
-  options=('docs')
+  options=('docs' '!emptydirs')
   groups=()
 
   cd ${_pkgfqn}
   make INSTALL_ROOT=${pkgdir} install_docs
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-jsbackend() {
@@ -176,6 +181,9 @@
   # Fix wrong path in prl files
   find ${pkgdir}/usr/lib -type f -name '*.prl' \
 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} 
\;
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-xmlpatterns() {
@@ -195,6 +203,9 @@
   for b in ${pkgdir}/usr/lib/qt/bin/*; do
 ln -s /usr/lib/qt/bin/$(basename $b) ${pkgdir}/usr/bin/$(basename $b)-qt5
   done
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-translations() {
@@ -204,6 +215,9 @@
 
   cd ${_pkgfqn}/qttranslations
   make INSTALL_ROOT=${pkgdir} install
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-multimedia() {
@@ -217,6 +231,9 @@
   # Fix wrong path in prl files
   find ${pkgdir}/usr/lib -type f -name '*.prl' \
 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} 
\;
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-graphicaleffects() {
@@ -225,6 +242,9 @@
 
   cd ${_pkgfqn}/qtgraphicaleffects
   make INSTALL_ROOT=${pkgdir} install
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-imageformats() {
@@ -234,6 +254,9 @@
 
   cd ${_pkgfqn}/qtimageformats
   make INSTALL_ROOT=${pkgdir} install
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-quick1() {
@@ -253,6 +276,9 @@
   for b in ${pkgdir}/usr/lib/qt/bin/*; do
 ln -s /usr/lib/qt/bin/$(basename $b) ${pkgdir}/usr/bin/$(basename $b)-qt5
   done
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-quickcontrols() {
@@ -261,6 +287,9 @@
 
   cd ${_pkgfqn}/qtquickcontrols
   make INSTALL_ROOT=${pkgdir} install
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-script() {
@@ -274,6 +303,9 @@
   # Fix wrong path in prl files
   find ${pkgdir}/usr/lib -type f -name '*.prl' \
 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} 
\;
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-sensors() {
@@ -286,6 +318,9 @@
   # Fix wrong path in prl files
   find ${pkgdir}/usr/lib -type f -name '*.prl' \
 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} 
\;
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-serialport() {
@@ -298,6 +333,9 @@
   # Fix wrong path in prl files
   find ${pkgdir}/usr/lib -type f -name '*.prl' \
 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} 
\;
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-svg() {
@@ -311,6 +349,9 @@
   # Fix wrong path in prl files
   find ${pkgdir}/usr/lib -type f -name '*.prl' \
 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} 
\;
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-tools() {
@@ -355,6 

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

2013-11-09 Thread Andrea Scarpino
Date: Saturday, November 9, 2013 @ 19:29:29
  Author: andrea
Revision: 199295

add missing libQt5PlatformSupport (FS#37709)

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 18:25:24 UTC (rev 199294)
+++ PKGBUILD2013-11-09 18:29:29 UTC (rev 199295)
@@ -21,7 +21,7 @@
  'qt5-x11extras'
  'qt5-xmlpatterns')
 pkgver=5.1.1
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -110,6 +110,7 @@
   'unixodbc: ODBC driver'
   'libfbclient: Firebird/iBase driver')
   conflicts=('qt')
+  options=('staticlibs') #libQt5PlatformSupport builds static only
 
   cd ${_pkgfqn}/qtbase
   make INSTALL_ROOT=${pkgdir} install
@@ -361,7 +362,7 @@
   optdepends=('qt5-doc: documentation')
   install='qt5-tools.install'
   conflicts=('qt')
-  options=('staticlibs') # libQtUiTools builds as static only$
+  options=('staticlibs') # libQt5UiTools builds as static only$
 
   cd ${_pkgfqn}/qttools
   make INSTALL_ROOT=${pkgdir} install



[arch-commits] Commit in nss-pam-ldapd/repos (12 files)

2013-11-09 Thread Federico Cinelli
Date: Saturday, November 9, 2013 @ 20:04:45
  Author: cinelli
Revision: 100744

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 100743, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 100743, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 100743, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 100743, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 100743, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 100743, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 100743, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 100743, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install

+
 /PKGBUILD  |   46 +++
 /nslcd.service |   12 
 /nslcd.tmpfiles|1 
 /nss-pam-ldapd.install |   11 +++
 community-i686/PKGBUILD|   46 ---
 community-i686/nslcd.service   |   12 
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   11 ---
 community-x86_64/PKGBUILD  |   46 +++
 community-x86_64/nslcd.service |   12 
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   11 +++
 12 files changed, 140 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-09 17:54:38 UTC (rev 100743)
+++ community-i686/PKGBUILD 2013-11-09 19:04:45 UTC (rev 100744)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=nss-pam-ldapd
-pkgver=0.8.13
-pkgrel=5
-pkgdesc='LDAP module for NSS and PAM'
-arch=('i686' 'x86_64')
-url=http://arthurdejong.org/$pkgname/;
-license=('LGPL2.1')
-depends=('krb5')
-replaces=('pam_ldap' 'nss_ldap')
-conflicts=('nss-pam-ldapd-git')
-provides=('nss-pam-ldapd')
-install=nss-pam-ldapd.install
-backup=('etc/nslcd.conf')
-source=(http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz;
-nslcd.service
-nslcd.tmpfiles)
-sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
-  'b564fa5738963a67a9240bf4ce63b2fa494cafb7'
-  '6e225e0d849a48e01b58adad493f017a34bdf70c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security;
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm644 $srcdir/nslcd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/nslcd.conf
-  install -Dm644 $srcdir/nslcd.service 
$pkgdir/usr/lib/systemd/system/nslcd.service
-  install -Dm644 $srcdir/$pkgname-$pkgver/nslcd.conf $pkgdir/etc/nslcd.conf
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 100743, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-09 19:04:45 UTC (rev 100744)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=nss-pam-ldapd
+pkgver=0.8.13
+pkgrel=5
+pkgdesc='LDAP module for NSS and PAM'
+arch=('i686' 'x86_64')
+url=http://arthurdejong.org/$pkgname/;
+license=('LGPL2.1')
+depends=('krb5')
+replaces=('pam_ldap' 'nss_ldap')
+conflicts=('nss-pam-ldapd-git')
+provides=('nss-pam-ldapd')
+install=nss-pam-ldapd.install
+backup=('etc/nslcd.conf')
+source=(http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz;
+nslcd.service
+nslcd.tmpfiles)
+sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
+  'b564fa5738963a67a9240bf4ce63b2fa494cafb7'
+  '6e225e0d849a48e01b58adad493f017a34bdf70c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-pam-seclib-dir=/usr/lib/security;
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm644 $srcdir/nslcd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/nslcd.conf
+  install -Dm644 $srcdir/nslcd.service 

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

2013-11-09 Thread Andreas Radke
Date: Saturday, November 9, 2013 @ 20:21:00
  Author: andyrtr
Revision: 199297

upgpkg: hplip 3.13.11-1

upstream update 3.13.11

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 18:32:17 UTC (rev 199296)
+++ PKGBUILD2013-11-09 19:21:00 UTC (rev 199297)
@@ -4,8 +4,8 @@
 # Contributor: Morgan LEFIEUX com...@archlinuxfr.org
 
 pkgname=hplip
-pkgver=3.13.10
-pkgrel=2
+pkgver=3.13.11
+pkgrel=1
 pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
 arch=('i686' 'x86_64')
 url=http://hplipopensource.com;
@@ -26,7 +26,7 @@
 'libusbx: for advanced usb support')
 install=hplip.install
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('ba729c514a2dc95390b99e9a9d452999'
+md5sums=('8ee362d9bc45fd4eddd3c9d9e583d728'
  'SKIP')
 
 prepare() {



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

2013-11-09 Thread Andreas Radke
Date: Saturday, November 9, 2013 @ 20:21:46
  Author: andyrtr
Revision: 199298

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

Added:
  hplip/repos/extra-i686/PKGBUILD
(from rev 199297, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/hplip.install
(from rev 199297, hplip/trunk/hplip.install)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 199297, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/hplip.install
(from rev 199297, hplip/trunk/hplip.install)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/hplip.install
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/hplip.install

+
 /PKGBUILD  |  184 +++
 /hplip.install |   36 
 extra-i686/PKGBUILD|   92 -
 extra-i686/hplip.install   |   18 
 extra-x86_64/PKGBUILD  |   92 -
 extra-x86_64/hplip.install |   18 
 6 files changed, 220 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-09 19:21:00 UTC (rev 199297)
+++ extra-i686/PKGBUILD 2013-11-09 19:21:46 UTC (rev 199298)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor : Rémy Oudompheng r...@archlinux.org
-# Contributor: Morgan LEFIEUX com...@archlinuxfr.org
-
-pkgname=hplip
-pkgver=3.13.10
-pkgrel=2
-pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
-arch=('i686' 'x86_64')
-url=http://hplipopensource.com;
-license=('GPL')
-depends=('python2' 'ghostscript=8.64-6' 'foomatic-db' 'foomatic-db-engine'
-'net-snmp=5.7.1' 'wget')
-makedepends=('python2-pyqt' 'python2-gobject2' 'sane' 'rpcbind' 'cups' 
'libusbx')
-optdepends=('cups: for printing support'
-'python2-dbus: for dbus support'
-'sane: for scanner support'
-'python2-pillow: for commandline scanning support'
-'python2-notify: for Desktop notification support'
-'python2-reportlab: for pdf output in hp-scan'
-'rpcbind: for network support'
-'python2-pyqt: for running hp-toolbox'
-'python2-gobject2: for running hp-toolbox'
-'hplip-plugin: binary blobs for specific devices'
-'libusbx: for advanced usb support')
-install=hplip.install
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('ba729c514a2dc95390b99e9a9d452999'
- 'SKIP')
-
-prepare() {
- cd $pkgname-$pkgver
- 
- export PYTHON=python2
- 
- find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} +
- sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' doctor.py setup.py 
makeuri.py logcapture.py base/magic.py
- sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' ui/upgradeform.py 
uninstall.py upgrade.py config_usb_printer.py
- sed -i 's|python ./print.py|python2 ./print.py|' scan.py
- sed -i 's|python ./testpage.py|python2 ./testpage.py|' setup.py
- sed -i 's|python ./setup.py|python2 ./setup.py|' ui4/devmgr5.py 
ui4/nodevicesdialog.py 
- sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
- sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
- 
- # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
- # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
- # The hpcups driver does not use foomatic-rip
-   local i
-   for i in ppd/hpijs/*.ppd.gz ; do
-   rm -f ${i}.temp
-   gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
-   gzip  ${i}.temp || return 1
-   mv ${i}.temp ${i}
-   done
-   
- export AUTOMAKE='automake --foreign'
- autoreconf --force --install
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --enable-qt4 \
- --disable-foomatic-rip-hplip-install \
- --enable-foomatic-ppd-install \
- --enable-hpcups-install \
- --enable-new-hpcups \
- --enable-cups-ppd-install \
- --enable-cups-drv-install \
- --enable-hpijs-install \
- --enable-foomatic-drv-install \
- --enable-pp-build \
- --enable-udev-acl-rules #--help
-
- make
-}
-
-package() {
- #cd $pkgname-$pkgver
- cd $pkgname-${pkgver/.a/a}
- make rulesdir=/usr/lib/udev/rules.d DESTDIR=$pkgdir/ install
- 
- # remove config provided by sane and autostart of hp-daemon
- rm -rf $pkgdir/etc/{sane.d,xdg}
- 
- # remove HAL .fdi file because HAL is no longer used
- rm -vrf $pkgdir/usr/share/hal
- 
- # remove rc script
- rm -vrf $pkgdir/etc/init.d
-}

Copied: hplip/repos/extra-i686/PKGBUILD (from rev 199297, hplip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-09 19:21:46 UTC 

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

2013-11-09 Thread Andreas Radke
Date: Saturday, November 9, 2013 @ 20:36:19
  Author: andyrtr
Revision: 199299

upgpkg: xcb-proto 1.9-1

upstream update 1.9

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 19:21:46 UTC (rev 199298)
+++ PKGBUILD2013-11-09 19:36:19 UTC (rev 199299)
@@ -3,24 +3,24 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=xcb-proto
-pkgver=1.8
-pkgrel=2
+pkgver=1.9
+pkgrel=1
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
 url=http://xcb.freedesktop.org/;
 license=('custom')
-makedepends=('python' 'libxml2')
+makedepends=('python2' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2)
-sha1sums=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
+sha256sums=('895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   install -m755 -d $pkgdir/usr/share/licenses/$pkgname
   install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname



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

2013-11-09 Thread Andreas Radke
Date: Saturday, November 9, 2013 @ 20:36:41
  Author: andyrtr
Revision: 199300

archrelease: copy trunk to extra-any

Added:
  xcb-proto/repos/extra-any/PKGBUILD
(from rev 199299, xcb-proto/trunk/PKGBUILD)
Deleted:
  xcb-proto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-09 19:36:19 UTC (rev 199299)
+++ PKGBUILD2013-11-09 19:36:41 UTC (rev 199300)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=xcb-proto
-pkgver=1.8
-pkgrel=2
-pkgdesc=XML-XCB protocol descriptions
-arch=(any)
-url=http://xcb.freedesktop.org/;
-license=('custom')
-makedepends=('python' 'libxml2')
-source=($url/dist/$pkgname-$pkgver.tar.bz2)
-sha1sums=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
-  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
-}

Copied: xcb-proto/repos/extra-any/PKGBUILD (from rev 199299, 
xcb-proto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-09 19:36:41 UTC (rev 199300)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=xcb-proto
+pkgver=1.9
+pkgrel=1
+pkgdesc=XML-XCB protocol descriptions
+arch=(any)
+url=http://xcb.freedesktop.org/;
+license=('custom')
+makedepends=('python2' 'libxml2')
+source=($url/dist/$pkgname-$pkgver.tar.bz2)
+sha256sums=('895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}



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

2013-11-09 Thread Andreas Radke
Date: Saturday, November 9, 2013 @ 21:04:42
  Author: andyrtr
Revision: 199301

upgpkg: libxcb 1.9.3-1

upstream update 1.9.3; use python2 again - xcb-proto 1.9 build is broken 
currently with python3

Modified:
  libxcb/trunk/PKGBUILD
  libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch
  libxcb/trunk/reorder-configure.patch

---+
 PKGBUILD  |   25 -
 libxcb-1.1-no-pthread-stubs.patch |4 ++--
 reorder-configure.patch   |2 +-
 3 files changed, 19 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 19:36:41 UTC (rev 199300)
+++ PKGBUILD2013-11-09 20:04:42 UTC (rev 199301)
@@ -3,30 +3,32 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=libxcb
-pkgver=1.9.1
-pkgrel=2
+pkgver=1.9.3
+pkgrel=1
 pkgdesc=X11 client-side library
 arch=('i686' 'x86_64')
 url=http://xcb.freedesktop.org/;
-depends=('xcb-proto=1.8-2' 'libxdmcp' 'libxau')
-makedepends=('pkgconfig' 'libxslt' 'python')
+depends=('xcb-proto=1.9' 'libxdmcp' 'libxau')
+makedepends=('pkgconfig' 'libxslt' 'python2')
 license=('custom')
 source=($url/dist/$pkgname-$pkgver.tar.bz2
 libxcb-1.1-no-pthread-stubs.patch
 reorder-configure.patch)
-sha256sums=('d44a5ff4eb0b9569e6f7183b51fdaf6f58da90e7d6bfc36b612d7263f83e362f'
-'1ec7a6e7dc8639baa6c3fbc61ca8556108fb824598bd6ab5ef1fa50d48d6d310'
-'3e1adc51246e1f48545c1ab9703219c987685d241f1eab5d912b0840ce8a122a')
+sha256sums=('aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b'
+'e071e9ef4ded0229d19e40ffee229ae6c3171bbebcc3322a2378a84cfb6a8678'
+'a82e789d8b18134ce23ea1f7fd2e71a5386be6e63b1a7f8b774b61e8d032c336')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../libxcb-1.1-no-pthread-stubs.patch
   # https://bugs.freedesktop.org/show_bug.cgi?id=66413
-  patch -Np1 -i ../reorder-configure.patch
-  NOCONFIGURE=1 ./autogen.sh
+  #patch -Np1 -i ../reorder-configure.patch
+  #NOCONFIGURE=1 ./autogen.sh
+  autoreconf -vfi
 }
 
 build() {
+  export PYTHON=/usr/bin/python2 
   cd $pkgname-$pkgver
   ./configure --prefix=/usr \
 --enable-xinput \
@@ -35,6 +37,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install

Modified: libxcb-1.1-no-pthread-stubs.patch
===
--- libxcb-1.1-no-pthread-stubs.patch   2013-11-09 19:36:41 UTC (rev 199300)
+++ libxcb-1.1-no-pthread-stubs.patch   2013-11-09 20:04:42 UTC (rev 199301)
@@ -1,9 +1,9 @@
 --- libxcb-1.8.1/configure.ac  2012-03-09 15:38:38.0 +0100
 +++ libxcb-1.8.1/configure.ac.new  2012-03-09 16:50:40.107109896 +0100
-@@ -35,7 +35,7 @@
+@@ -43,7 +43,7 @@
  
  # Checks for pkg-config packages
- PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.7)
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.9)
 -NEEDED=pthread-stubs xau = 0.99.2
 +NEEDED=xau = 0.99.2
  PKG_CHECK_MODULES(NEEDED, $NEEDED)

Modified: reorder-configure.patch
===
--- reorder-configure.patch 2013-11-09 19:36:41 UTC (rev 199300)
+++ reorder-configure.patch 2013-11-09 20:04:42 UTC (rev 199301)
@@ -6,7 +6,7 @@
  # Initialize Autoconf
 -AC_PREREQ(2.57)
  AC_INIT([libxcb],
- 1.9.1,
+ 1.9.3,
  [x...@lists.freedesktop.org])
 +AC_PREREQ(2.57)
 +



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

2013-11-09 Thread Andreas Radke
Date: Saturday, November 9, 2013 @ 21:05:22
  Author: andyrtr
Revision: 199302

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

Added:
  libxcb/repos/testing-i686/
  libxcb/repos/testing-i686/PKGBUILD
(from rev 199301, libxcb/trunk/PKGBUILD)
  libxcb/repos/testing-i686/libxcb-1.1-no-pthread-stubs.patch
(from rev 199301, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
  libxcb/repos/testing-i686/reorder-configure.patch
(from rev 199301, libxcb/trunk/reorder-configure.patch)
  libxcb/repos/testing-x86_64/
  libxcb/repos/testing-x86_64/PKGBUILD
(from rev 199301, libxcb/trunk/PKGBUILD)
  libxcb/repos/testing-x86_64/libxcb-1.1-no-pthread-stubs.patch
(from rev 199301, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
  libxcb/repos/testing-x86_64/reorder-configure.patch
(from rev 199301, libxcb/trunk/reorder-configure.patch)

--+
 testing-i686/PKGBUILD|   50 +
 testing-i686/libxcb-1.1-no-pthread-stubs.patch   |   11 
 testing-i686/reorder-configure.patch |   29 
 testing-x86_64/PKGBUILD  |   50 +
 testing-x86_64/libxcb-1.1-no-pthread-stubs.patch |   11 
 testing-x86_64/reorder-configure.patch   |   29 
 6 files changed, 180 insertions(+)

Copied: libxcb/repos/testing-i686/PKGBUILD (from rev 199301, 
libxcb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-09 20:05:22 UTC (rev 199302)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxcb
+pkgver=1.9.3
+pkgrel=1
+pkgdesc=X11 client-side library
+arch=('i686' 'x86_64')
+url=http://xcb.freedesktop.org/;
+depends=('xcb-proto=1.9' 'libxdmcp' 'libxau')
+makedepends=('pkgconfig' 'libxslt' 'python2')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+libxcb-1.1-no-pthread-stubs.patch
+reorder-configure.patch)
+sha256sums=('aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b'
+'e071e9ef4ded0229d19e40ffee229ae6c3171bbebcc3322a2378a84cfb6a8678'
+'a82e789d8b18134ce23ea1f7fd2e71a5386be6e63b1a7f8b774b61e8d032c336')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../libxcb-1.1-no-pthread-stubs.patch
+  # https://bugs.freedesktop.org/show_bug.cgi?id=66413
+  #patch -Np1 -i ../reorder-configure.patch
+  #NOCONFIGURE=1 ./autogen.sh
+  autoreconf -vfi
+}
+
+build() {
+  export PYTHON=/usr/bin/python2 
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-xinput \
+--enable-xkb \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}

Copied: libxcb/repos/testing-i686/libxcb-1.1-no-pthread-stubs.patch (from rev 
199301, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===
--- testing-i686/libxcb-1.1-no-pthread-stubs.patch  
(rev 0)
+++ testing-i686/libxcb-1.1-no-pthread-stubs.patch  2013-11-09 20:05:22 UTC 
(rev 199302)
@@ -0,0 +1,11 @@
+--- libxcb-1.8.1/configure.ac  2012-03-09 15:38:38.0 +0100
 libxcb-1.8.1/configure.ac.new  2012-03-09 16:50:40.107109896 +0100
+@@ -43,7 +43,7 @@
+ 
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.9)
+-NEEDED=pthread-stubs xau = 0.99.2
++NEEDED=xau = 0.99.2
+ PKG_CHECK_MODULES(NEEDED, $NEEDED)
+ 
+ have_xdmcp=no

Copied: libxcb/repos/testing-i686/reorder-configure.patch (from rev 199301, 
libxcb/trunk/reorder-configure.patch)
===
--- testing-i686/reorder-configure.patch(rev 0)
+++ testing-i686/reorder-configure.patch2013-11-09 20:05:22 UTC (rev 
199302)
@@ -0,0 +1,29 @@
+--- libxcb-1.9.1/configure.ac  2013-05-30 17:38:01.0 +0200
 libxcb-1.9.1/configure.ac.new  2013-06-30 21:01:30.134153288 +0200
+@@ -2,20 +2,21 @@
+ # Process this file with autoconf to produce a configure script.
+ 
+ # Initialize Autoconf
+-AC_PREREQ(2.57)
+ AC_INIT([libxcb],
+ 1.9.3,
+ [x...@lists.freedesktop.org])
++AC_PREREQ(2.57)
++
++# Initialize Automake
++AM_INIT_AUTOMAKE([foreign dist-bzip2])
++m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
++
+ AC_CONFIG_SRCDIR([xcb.pc.in])
+ # Set common system defines for POSIX extensions, such as _GNU_SOURCE
+ # Must be called before any macros that run the compiler (like 
AC_PROG_LIBTOOL)
+ # to avoid autoconf errors.
+ AC_USE_SYSTEM_EXTENSIONS
+ 
+-# Initialize Automake

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

2013-11-09 Thread Laurent Carlier
Date: Saturday, November 9, 2013 @ 22:31:55
  Author: lcarlier
Revision: 100745

upgpkg: lib32-libxcb 1.9.3-1

Sync with testing

Modified:
  lib32-libxcb/trunk/PKGBUILD
  lib32-libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch

---+
 PKGBUILD  |7 +++
 libxcb-1.1-no-pthread-stubs.patch |4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 19:04:45 UTC (rev 100744)
+++ PKGBUILD2013-11-09 21:31:55 UTC (rev 100745)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libxcb
 pkgname=lib32-$_pkgbasename
-pkgver=1.9.1
+pkgver=1.9.3
 pkgrel=1
 pkgdesc=X11 client-side library (32-bit)
 arch=(x86_64)
@@ -12,12 +12,11 @@
 depends=('lib32-libxdmcp' 'lib32-libxau' $_pkgbasename)
 makedepends=('pkgconfig' 'libxslt' 'python2' 'gcc-multilib'
  'autoconf')
-options=('!libtool')
 license=('custom')
 source=(${url}/dist/${_pkgbasename}-${pkgver}.tar.bz2
 libxcb-1.1-no-pthread-stubs.patch)
-sha256sums=('d44a5ff4eb0b9569e6f7183b51fdaf6f58da90e7d6bfc36b612d7263f83e362f'
-'1ec7a6e7dc8639baa6c3fbc61ca8556108fb824598bd6ab5ef1fa50d48d6d310')
+sha256sums=('aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b'
+'e071e9ef4ded0229d19e40ffee229ae6c3171bbebcc3322a2378a84cfb6a8678')
 
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}

Modified: libxcb-1.1-no-pthread-stubs.patch
===
--- libxcb-1.1-no-pthread-stubs.patch   2013-11-09 19:04:45 UTC (rev 100744)
+++ libxcb-1.1-no-pthread-stubs.patch   2013-11-09 21:31:55 UTC (rev 100745)
@@ -1,9 +1,9 @@
 --- libxcb-1.8.1/configure.ac  2012-03-09 15:38:38.0 +0100
 +++ libxcb-1.8.1/configure.ac.new  2012-03-09 16:50:40.107109896 +0100
-@@ -35,7 +35,7 @@
+@@ -43,7 +43,7 @@
  
  # Checks for pkg-config packages
- PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.7)
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.9)
 -NEEDED=pthread-stubs xau = 0.99.2
 +NEEDED=xau = 0.99.2
  PKG_CHECK_MODULES(NEEDED, $NEEDED)



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

2013-11-09 Thread Laurent Carlier
Date: Saturday, November 9, 2013 @ 22:32:02
  Author: lcarlier
Revision: 100746

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libxcb/repos/multilib-testing-x86_64/
  lib32-libxcb/repos/multilib-testing-x86_64/PKGBUILD
(from rev 100745, lib32-libxcb/trunk/PKGBUILD)
  lib32-libxcb/repos/multilib-testing-x86_64/libxcb-1.1-no-pthread-stubs.patch
(from rev 100745, lib32-libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)

---+
 PKGBUILD  |   47 
 libxcb-1.1-no-pthread-stubs.patch |   11 
 2 files changed, 58 insertions(+)

Copied: lib32-libxcb/repos/multilib-testing-x86_64/PKGBUILD (from rev 100745, 
lib32-libxcb/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-11-09 21:32:02 UTC (rev 100746)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libxcb
+pkgname=lib32-$_pkgbasename
+pkgver=1.9.3
+pkgrel=1
+pkgdesc=X11 client-side library (32-bit)
+arch=(x86_64)
+url=http://xcb.freedesktop.org/;
+depends=('lib32-libxdmcp' 'lib32-libxau' $_pkgbasename)
+makedepends=('pkgconfig' 'libxslt' 'python2' 'gcc-multilib'
+ 'autoconf')
+license=('custom')
+source=(${url}/dist/${_pkgbasename}-${pkgver}.tar.bz2
+libxcb-1.1-no-pthread-stubs.patch)
+sha256sums=('aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b'
+'e071e9ef4ded0229d19e40ffee229ae6c3171bbebcc3322a2378a84cfb6a8678')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/libxcb-1.1-no-pthread-stubs.patch
+
+  export CC=gcc -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  PYTHON=/usr/bin/python2 ./autogen.sh \
+ --prefix=/usr \
+ --enable-xinput \
+  --enable-xkb \
+ --libdir=/usr/lib32 \
+ --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname 
+}

Copied: 
lib32-libxcb/repos/multilib-testing-x86_64/libxcb-1.1-no-pthread-stubs.patch 
(from rev 100745, lib32-libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===
--- multilib-testing-x86_64/libxcb-1.1-no-pthread-stubs.patch   
(rev 0)
+++ multilib-testing-x86_64/libxcb-1.1-no-pthread-stubs.patch   2013-11-09 
21:32:02 UTC (rev 100746)
@@ -0,0 +1,11 @@
+--- libxcb-1.8.1/configure.ac  2012-03-09 15:38:38.0 +0100
 libxcb-1.8.1/configure.ac.new  2012-03-09 16:50:40.107109896 +0100
+@@ -43,7 +43,7 @@
+ 
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.9)
+-NEEDED=pthread-stubs xau = 0.99.2
++NEEDED=xau = 0.99.2
+ PKG_CHECK_MODULES(NEEDED, $NEEDED)
+ 
+ have_xdmcp=no



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

2013-11-09 Thread Gaetan Bisson
Date: Saturday, November 9, 2013 @ 23:08:55
  Author: bisson
Revision: 199303

upstream update

Modified:
  mpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 20:05:22 UTC (rev 199302)
+++ PKGBUILD2013-11-09 22:08:55 UTC (rev 199303)
@@ -6,7 +6,7 @@
 # Contributor: Link Dupont l...@subpop.net
 
 pkgname=mpc
-pkgver=0.24
+pkgver=0.25
 pkgrel=1
 pkgdesc='Minimalist command line interface to MPD'
 url='http://www.musicpd.org/clients/mpc/'
@@ -13,8 +13,8 @@
 license=('GPL2')
 arch=('i686' 'x86_64')
 depends=('libmpdclient')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d98d9d431e7bcdf9123f18f213b3a1f9a03835f7')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('c649cd19e4195749ca7da309c10acd53ac139b49' 'SKIP')
 
 options=('!emptydirs')
 



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

2013-11-09 Thread Gaetan Bisson
Date: Saturday, November 9, 2013 @ 23:09:32
  Author: bisson
Revision: 199304

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-09 22:08:55 UTC (rev 199303)
+++ extra-i686/PKGBUILD 2013-11-09 22:09:32 UTC (rev 199304)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Link Dupont l...@subpop.net
-
-pkgname=mpc
-pkgver=0.24
-pkgrel=1
-pkgdesc='Minimalist command line interface to MPD'
-url='http://www.musicpd.org/clients/mpc/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libmpdclient')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d98d9d431e7bcdf9123f18f213b3a1f9a03835f7')
-
-options=('!emptydirs')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr 
-   make 
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install 
-   install -Dm644 doc/mpc-completion.bash 
${pkgdir}/usr/share/bash-completion/completions/mpc 
-}

Copied: mpc/repos/extra-i686/PKGBUILD (from rev 199303, mpc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-09 22:09:32 UTC (rev 199304)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Link Dupont l...@subpop.net
+
+pkgname=mpc
+pkgver=0.25
+pkgrel=1
+pkgdesc='Minimalist command line interface to MPD'
+url='http://www.musicpd.org/clients/mpc/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libmpdclient')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('c649cd19e4195749ca7da309c10acd53ac139b49' 'SKIP')
+
+options=('!emptydirs')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr 
+   make 
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install 
+   install -Dm644 doc/mpc-completion.bash 
${pkgdir}/usr/share/bash-completion/completions/mpc 
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-09 22:08:55 UTC (rev 199303)
+++ extra-x86_64/PKGBUILD   2013-11-09 22:09:32 UTC (rev 199304)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Link Dupont l...@subpop.net
-
-pkgname=mpc
-pkgver=0.24
-pkgrel=1
-pkgdesc='Minimalist command line interface to MPD'
-url='http://www.musicpd.org/clients/mpc/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libmpdclient')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d98d9d431e7bcdf9123f18f213b3a1f9a03835f7')
-
-options=('!emptydirs')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr 
-   make 
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install 
-   install -Dm644 doc/mpc-completion.bash 
${pkgdir}/usr/share/bash-completion/completions/mpc 
-}

Copied: mpc/repos/extra-x86_64/PKGBUILD (from rev 199303, mpc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-09 22:09:32 UTC (rev 199304)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Link Dupont l...@subpop.net
+
+pkgname=mpc
+pkgver=0.25
+pkgrel=1
+pkgdesc='Minimalist command line interface to MPD'
+url='http://www.musicpd.org/clients/mpc/'
+license=('GPL2')
+arch=('i686' 'x86_64')

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

2013-11-09 Thread Sébastien Luttringer
Date: Sunday, November 10, 2013 @ 01:24:37
  Author: seblu
Revision: 100748

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-10 00:24:27 UTC (rev 100747)
+++ community-i686/PKGBUILD 2013-11-10 00:24:37 UTC (rev 100748)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=1.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')
-source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('fe9c9a3ed95fe6564acf8b4500c7b5da')
-
-build() {
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root=$pkgdir --optimize=1
-  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root=$pkgdir --optimize=1
-  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 100747, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-10 00:24:37 UTC (rev 100748)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=1.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')
+source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
+md5sums=('845806dcd0b954144b2451f696db85b0')
+
+build() {
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root=$pkgdir --optimize=1
+  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root=$pkgdir --optimize=1
+  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-10 00:24:27 UTC (rev 100747)
+++ community-x86_64/PKGBUILD   2013-11-10 00:24:37 UTC (rev 100748)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=1.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')
-source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('fe9c9a3ed95fe6564acf8b4500c7b5da')
-
-build() {
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env 

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

2013-11-09 Thread Sébastien Luttringer
Date: Sunday, November 10, 2013 @ 01:24:27
  Author: seblu
Revision: 100747

upgpkg: python-psutil 1.1.3-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 21:32:02 UTC (rev 100746)
+++ PKGBUILD2013-11-10 00:24:27 UTC (rev 100747)
@@ -3,7 +3,7 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/psutil/'
@@ -10,7 +10,7 @@
 license=('custom: BSD')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 
source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('fe9c9a3ed95fe6564acf8b4500c7b5da')
+md5sums=('845806dcd0b954144b2451f696db85b0')
 
 build() {
   cd psutil-$pkgver



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

2013-11-09 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 03:15:08
  Author: fyan
Revision: 100749

upgpkg: goagent 3.0.7-1

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 00:24:37 UTC (rev 100748)
+++ PKGBUILD2013-11-10 02:15:08 UTC (rev 100749)
@@ -4,8 +4,8 @@
 # Contributor: Guten ywzhai...@gmail.com 
 
 pkgname=goagent
-pkgver=3.0.6
-pkgrel=2
+pkgver=3.0.7
+pkgrel=1
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)
 url=http://goagent.googlecode.com;



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

2013-11-09 Thread Eric Bélanger
Date: Sunday, November 10, 2013 @ 03:17:16
  Author: eric
Revision: 199305

upgpkg: imagemagick 6.8.7.5-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 22:09:32 UTC (rev 199304)
+++ PKGBUILD2013-11-10 02:17:16 UTC (rev 199305)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.7.4
-pkgrel=2
+pkgver=6.8.7.5
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
 license=('custom')
@@ -14,7 +14,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 \
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 \
 perlmagick.rpath.patch)
-sha1sums=('88e936a1738967d078a9500f430e9017400a05e9'
+sha1sums=('7137f0f5341d305ec41bb79f1d8121a58feb0684'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 
@@ -36,7 +36,7 @@
 --with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
 --enable-opencl --without-gvc --without-djvu --without-autotrace \
 --without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
- make
+  make
 }
 
 check() {



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

2013-11-09 Thread Eric Bélanger
Date: Sunday, November 10, 2013 @ 03:17:56
  Author: eric
Revision: 199306

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 199305, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 199305, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 199305, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 199305, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  180 ++
 /perlmagick.rpath.patch |   22 
 extra-i686/PKGBUILD |   89 
 extra-i686/perlmagick.rpath.patch   |   11 --
 extra-x86_64/PKGBUILD   |   89 
 extra-x86_64/perlmagick.rpath.patch |   11 --
 6 files changed, 202 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-10 02:17:16 UTC (rev 199305)
+++ extra-i686/PKGBUILD 2013-11-10 02:17:56 UTC (rev 199306)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.7.4
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr' \
- 'opencl-headers' 'libcl' 'libwebp')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 \
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 \
-perlmagick.rpath.patch)
-sha1sums=('88e936a1738967d078a9500f430e9017400a05e9'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = i686 ]]  EXTRAOPTS=--with-gcc-arch=i686
-  [[ $CARCH = x86_64 ]]  EXTRAOPTS=--with-gcc-arch=x86-64
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 
\
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
---enable-opencl --without-gvc --without-djvu --without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
- make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'jasper: for JPEG-2000 support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
-  etc/ImageMagick-${pkgver%%.*}/colors.xml
-  etc/ImageMagick-${pkgver%%.*}/delegates.xml
-  etc/ImageMagick-${pkgver%%.*}/log.xml
-  etc/ImageMagick-${pkgver%%.*}/magic.xml
-  etc/ImageMagick-${pkgver%%.*}/mime.xml
-  etc/ImageMagick-${pkgver%%.*}/policy.xml
-  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
-  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
-  etc/ImageMagick-${pkgver%%.*}/type.xml
-  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
-  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
-  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
-  install -Dm644 

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

2013-11-09 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 03:29:31
  Author: fyan
Revision: 100750

archrelease: copy trunk to community-testing-any

Added:
  goagent/repos/community-testing-any/
  goagent/repos/community-testing-any/PKGBUILD
(from rev 100749, goagent/trunk/PKGBUILD)
  goagent/repos/community-testing-any/goagent.install
(from rev 100749, goagent/trunk/goagent.install)
  goagent/repos/community-testing-any/goagent.service
(from rev 100749, goagent/trunk/goagent.service)

-+
 PKGBUILD|   46 ++
 goagent.install |   22 ++
 goagent.service |   12 
 3 files changed, 80 insertions(+)

Copied: goagent/repos/community-testing-any/PKGBUILD (from rev 100749, 
goagent/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-11-10 02:29:31 UTC (rev 100750)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.0.7
+pkgrel=1
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl')
+conflicts=('python2-gevent0.99')
+optdepends=('python2-gevent-beta: for better performance'
+'python2-crypto: optimization for RC4')
+makedepends=('git')
+source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+$pkgname.service)
+backup=('etc/goagent')
+install=goagent.install
+
+package() {
+  cd $pkgname
+
+  sed -i -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| local/proxy.py
+  
+  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/proxy.py
+  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
+  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
+  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
+  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
+
+  install -Dm644 local/proxy.ini $pkgdir/etc/goagent
+  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/proxy.ini
+  
+  cp -r server $pkgdir/usr/share/$pkgname/
+  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
+
+  # systemd service
+  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('SKIP'
+
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')

Copied: goagent/repos/community-testing-any/goagent.install (from rev 100749, 
goagent/trunk/goagent.install)
===
--- community-testing-any/goagent.install   (rev 0)
+++ community-testing-any/goagent.install   2013-11-10 02:29:31 UTC (rev 
100750)
@@ -0,0 +1,22 @@
+post_install() {
+echo Please use systemd units to start/stop goagent:
+echo sudo systemctl start/stop goagent
+
+#cd /opt/goagent/local
+#python2 -c 'from proxy import CertUtil; CertUtil.check_ca()'
+chown -R nobody:daemon /usr/share/goagent/local
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_upgrade() {
+rm -rf /opt/goagent/local/certs
+rm -rf /usr/share/goagent/local/certs
+}
+
+pre_remove() {
+rm -rf /opt/goagent/local/certs
+rm -rf /usr/share/goagent/local/certs
+}

Copied: goagent/repos/community-testing-any/goagent.service (from rev 100749, 
goagent/trunk/goagent.service)
===
--- community-testing-any/goagent.service   (rev 0)
+++ community-testing-any/goagent.service   2013-11-10 02:29:31 UTC (rev 
100750)
@@ -0,0 +1,12 @@
+[Unit]
+Description=GoAgent Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/share/goagent/local/proxy.py
+
+[Install]
+WantedBy=multi-user.target
+



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

2013-11-09 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 06:10:18
  Author: fyan
Revision: 100751

upgpkg: pidgin-lwqq 0.2c.20131110-1

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 02:29:31 UTC (rev 100750)
+++ PKGBUILD2013-11-10 05:10:18 UTC (rev 100751)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=pidgin-lwqq
-pkgver=0.2c
-_commit=41f9151c2273e8d3321458a1bbabf918b4e050c6
+pkgver=0.2c.20131110
+_commit=8d4dbe17dbd754328401b920f7ffda9257b38200
 pkgrel=1
 pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
 makedepends=('git' 'cmake')
 install=$pkgname.install
 options=(debug)
-#source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit
-source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
+source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit
+#source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
 git://github.com/xiehuc/lwqq.git)
 
 prepare() {



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

2013-11-09 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 06:11:10
  Author: fyan
Revision: 100752

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

Added:
  pidgin-lwqq/repos/community-testing-i686/
  pidgin-lwqq/repos/community-testing-i686/PKGBUILD
(from rev 100751, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-testing-i686/pidgin-lwqq.install
(from rev 100751, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-testing-x86_64/
  pidgin-lwqq/repos/community-testing-x86_64/PKGBUILD
(from rev 100751, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-testing-x86_64/pidgin-lwqq.install
(from rev 100751, pidgin-lwqq/trunk/pidgin-lwqq.install)

--+
 community-testing-i686/PKGBUILD  |   42 +
 community-testing-i686/pidgin-lwqq.install   |   11 ++
 community-testing-x86_64/PKGBUILD|   42 +
 community-testing-x86_64/pidgin-lwqq.install |   11 ++
 4 files changed, 106 insertions(+)

Copied: pidgin-lwqq/repos/community-testing-i686/PKGBUILD (from rev 100751, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-10 05:11:10 UTC (rev 100752)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=pidgin-lwqq
+pkgver=0.2c.20131110
+_commit=8d4dbe17dbd754328401b920f7ffda9257b38200
+pkgrel=1
+pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/pidgin-lwqq;
+license=('GPL3')
+depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev' 'js185')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+   'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+options=(debug)
+source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit
+#source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
+git://github.com/xiehuc/lwqq.git)
+
+prepare() {
+  cd $srcdir/$pkgname
+  git submodule init
+  git config submodule.liblwqq.url $srcdir/lwqq
+  git submodule update
+}
+
+build() {
+  cd ${srcdir}/$pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('SKIP'
+'SKIP')

Copied: pidgin-lwqq/repos/community-testing-i686/pidgin-lwqq.install (from rev 
100751, pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-testing-i686/pidgin-lwqq.install  (rev 0)
+++ community-testing-i686/pidgin-lwqq.install  2013-11-10 05:11:10 UTC (rev 
100752)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: pidgin-lwqq/repos/community-testing-x86_64/PKGBUILD (from rev 100751, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-11-10 05:11:10 UTC (rev 100752)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=pidgin-lwqq
+pkgver=0.2c.20131110
+_commit=8d4dbe17dbd754328401b920f7ffda9257b38200
+pkgrel=1
+pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/pidgin-lwqq;
+license=('GPL3')
+depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev' 'js185')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+   'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+options=(debug)
+source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit
+#source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
+git://github.com/xiehuc/lwqq.git)
+
+prepare() {
+  cd $srcdir/$pkgname
+  git submodule init
+  git config submodule.liblwqq.url $srcdir/lwqq
+  git submodule update
+}
+
+build() {
+  cd ${srcdir}/$pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('SKIP'
+'SKIP')

Copied: pidgin-lwqq/repos/community-testing-x86_64/pidgin-lwqq.install (from 
rev 100751, pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-testing-x86_64/pidgin-lwqq.install
(rev 0)
+++ community-testing-x86_64/pidgin-lwqq.install2013-11-10 05:11:10 UTC 
(rev 100752)
@@ -0,0 +1,11 @@
+post_install() {
+

[arch-commits] Commit in (4 files)

2013-11-09 Thread Laurent Carlier
Date: Sunday, November 10, 2013 @ 06:53:02
  Author: lcarlier
Revision: 100753

needed for future lib32-mesa-10.0 release

Added:
  lib32-libxshmfence/
  lib32-libxshmfence/repos/
  lib32-libxshmfence/trunk/
  lib32-libxshmfence/trunk/PKGBUILD

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

Added: lib32-libxshmfence/trunk/PKGBUILD
===
--- lib32-libxshmfence/trunk/PKGBUILD   (rev 0)
+++ lib32-libxshmfence/trunk/PKGBUILD   2013-11-10 05:53:02 UTC (rev 100753)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+_pkgbasename=libxshmfence
+pkgname=lib32-$_pkgbasename
+pkgver=1.0
+pkgrel=1
+pkgdesc=a library that exposes a event API on top of Linux futexes (32-bit)
+arch=('x86_64')
+url=http://xorg.freedesktop.org/;
+license=('GPL')
+#groups=()
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=('xorg-util-macros' 'gcc-multilib')
+source=(${url}/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('625089553939baa20e665873a6c8f3d694cfde78fb3110aa59da92fd2b14f14f')
+
+build() {
+   cd $_pkgbasename-$pkgver
+   
+export CC=gcc -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+   # fix some libtools errors
+   autoreconf -vfi
+   
+   ./configure --prefix=/usr --libdir=/usr/lib32
+   make
+}
+
+check() {
+   cd $_pkgbasename-$pkgver
+   make -k check
+}
+
+package() {
+   cd $_pkgbasename-$pkgver
+   make DESTDIR=$pkgdir/ install
+
+rm -r ${pkgdir}/usr/include
+   
+install -m755 -d ${pkgdir}/usr/share/licenses/$_pkgbasename
+ln -s ${_pkgbasename} 
$pkgdir/usr/share/licenses/$_pkgbasename/$pkgname
+
+}
+


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


[arch-commits] Commit in lib32-libxshmfence/repos (2 files)

2013-11-09 Thread Laurent Carlier
Date: Sunday, November 10, 2013 @ 06:58:32
  Author: lcarlier
Revision: 100754

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxshmfence/repos/multilib-x86_64/
  lib32-libxshmfence/repos/multilib-x86_64/PKGBUILD
(from rev 100753, lib32-libxshmfence/trunk/PKGBUILD)

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

Copied: lib32-libxshmfence/repos/multilib-x86_64/PKGBUILD (from rev 100753, 
lib32-libxshmfence/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-11-10 05:58:32 UTC (rev 100754)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+_pkgbasename=libxshmfence
+pkgname=lib32-$_pkgbasename
+pkgver=1.0
+pkgrel=1
+pkgdesc=a library that exposes a event API on top of Linux futexes (32-bit)
+arch=('x86_64')
+url=http://xorg.freedesktop.org/;
+license=('GPL')
+#groups=()
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=('xorg-util-macros' 'gcc-multilib')
+source=(${url}/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('625089553939baa20e665873a6c8f3d694cfde78fb3110aa59da92fd2b14f14f')
+
+build() {
+   cd $_pkgbasename-$pkgver
+   
+export CC=gcc -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+   # fix some libtools errors
+   autoreconf -vfi
+   
+   ./configure --prefix=/usr --libdir=/usr/lib32
+   make
+}
+
+check() {
+   cd $_pkgbasename-$pkgver
+   make -k check
+}
+
+package() {
+   cd $_pkgbasename-$pkgver
+   make DESTDIR=$pkgdir/ install
+
+rm -r ${pkgdir}/usr/include
+   
+install -m755 -d ${pkgdir}/usr/share/licenses/$_pkgbasename
+ln -s ${_pkgbasename} 
$pkgdir/usr/share/licenses/$_pkgbasename/$pkgname
+
+}
+