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

2015-01-29 Thread Andreas Radke
Date: Thursday, January 29, 2015 @ 17:57:31
  Author: andyrtr
Revision: 230254

upgpkg: glew 1.12.0-1

upstream update 1.12.0

Modified:
  glew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 16:19:43 UTC (rev 230253)
+++ PKGBUILD2015-01-29 16:57:31 UTC (rev 230254)
@@ -4,7 +4,7 @@
 # Contributor: SleepyDog
 
 pkgname=glew
-pkgver=1.11.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc=The OpenGL Extension Wrangler Library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('BSD' 'MIT' 'GPL')
 depends=('libxmu' 'libxi' 'glu')
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
-sha1sums=('9bb5c87c055acd122a4956112bbb18ee72c38e5c')
+sha1sums=('070dfb61dbb7cd0915517decf467264756469a94')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-01-29 Thread Andreas Radke
Date: Thursday, January 29, 2015 @ 17:57:50
  Author: andyrtr
Revision: 230255

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

Added:
  glew/repos/staging-i686/
  glew/repos/staging-i686/PKGBUILD
(from rev 230254, glew/trunk/PKGBUILD)
  glew/repos/staging-x86_64/
  glew/repos/staging-x86_64/PKGBUILD
(from rev 230254, glew/trunk/PKGBUILD)

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

Copied: glew/repos/staging-i686/PKGBUILD (from rev 230254, glew/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-01-29 16:57:50 UTC (rev 230255)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: SleepyDog
+
+pkgname=glew
+pkgver=1.12.0
+pkgrel=1
+pkgdesc=The OpenGL Extension Wrangler Library
+arch=('i686' 'x86_64')
+url=http://glew.sourceforge.net;
+license=('BSD' 'MIT' 'GPL')
+depends=('libxmu' 'libxi' 'glu')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
+sha1sums=('070dfb61dbb7cd0915517decf467264756469a94')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  sed -i 's|lib64|lib|' config/Makefile.linux
+  sed -i '/^.PHONY: .*\.pc$/d' Makefile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make GLEW_DEST=${pkgdir}/usr install.all
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+#  chmod 0755 ${pkgdir}/usr/lib/libGLEW*.so.${pkgver}
+}

Copied: glew/repos/staging-x86_64/PKGBUILD (from rev 230254, 
glew/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-01-29 16:57:50 UTC (rev 230255)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: SleepyDog
+
+pkgname=glew
+pkgver=1.12.0
+pkgrel=1
+pkgdesc=The OpenGL Extension Wrangler Library
+arch=('i686' 'x86_64')
+url=http://glew.sourceforge.net;
+license=('BSD' 'MIT' 'GPL')
+depends=('libxmu' 'libxi' 'glu')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
+sha1sums=('070dfb61dbb7cd0915517decf467264756469a94')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  sed -i 's|lib64|lib|' config/Makefile.linux
+  sed -i '/^.PHONY: .*\.pc$/d' Makefile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make GLEW_DEST=${pkgdir}/usr install.all
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+#  chmod 0755 ${pkgdir}/usr/lib/libGLEW*.so.${pkgver}
+}


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

2015-01-29 Thread Andreas Radke
Date: Thursday, January 29, 2015 @ 18:04:22
  Author: andyrtr
Revision: 230256

upgpkg: poppler 0.30.0-1

upstream update 0.30.0

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 16:57:50 UTC (rev 230255)
+++ PKGBUILD2015-01-29 17:04:22 UTC (rev 230256)
@@ -3,7 +3,7 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
-pkgver=0.29.0
+pkgver=0.30.0
 pkgrel=1
 arch=(i686 x86_64)
 license=('GPL')
@@ -12,7 +12,7 @@
 url=http://poppler.freedesktop.org/;
 source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
 git://anongit.freedesktop.org/poppler/test)
-md5sums=('7a5d87b7f62db636cc59f73bbd240811'
+md5sums=('fb0a9d82b5433c823421a123eb8e9789'
  'SKIP')
 
 build() {


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

2015-01-29 Thread Andreas Radke
Date: Thursday, January 29, 2015 @ 18:04:38
  Author: andyrtr
Revision: 230257

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

Added:
  poppler/repos/staging-i686/
  poppler/repos/staging-i686/PKGBUILD
(from rev 230256, poppler/trunk/PKGBUILD)
  poppler/repos/staging-x86_64/
  poppler/repos/staging-x86_64/PKGBUILD
(from rev 230256, poppler/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   89 ++
 staging-x86_64/PKGBUILD |   89 ++
 2 files changed, 178 insertions(+)

Copied: poppler/repos/staging-i686/PKGBUILD (from rev 230256, 
poppler/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-01-29 17:04:38 UTC (rev 230257)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.30.0
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base' 'git' 'python2')
+options=('!emptydirs')
+url=http://poppler.freedesktop.org/;
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
+git://anongit.freedesktop.org/poppler/test)
+md5sums=('fb0a9d82b5433c823421a123eb8e9789'
+ 'SKIP')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-qt5 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 make check
+}
+
+package_poppler() {
+  pkgdesc=PDF rendering library based on xpdf 3.0
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms2')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  conflicts=(poppler-qt3${pkgver})
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' \
+  -e 's/^qt5_subdir =.*/qt5_subdir =/' -i Makefile
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/pkgconfig/poppler-{glib,qt4,qt5}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc=Poppler glib bindings
+  depends=(poppler=${pkgver} 'glib2')
+
+  cd ${pkgbase}-${pkgver}
+  make -C poppler DESTDIR=${pkgdir} install-libLTLIBRARIES
+  make -C glib DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 poppler-glib.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+  rm -f ${pkgdir}/usr/bin/poppler-glib-demo
+}
+
+package_poppler-qt4() {
+  pkgdesc=Poppler Qt4 bindings
+  provides=(poppler-qt=${pkgver})
+  replaces=('poppler-qt')
+  conflicts=('poppler-qt')
+  depends=(poppler=${pkgver} 'qt4')
+
+  cd ${pkgbase}-${pkgver}
+  make -C poppler DESTDIR=${pkgdir} install-libLTLIBRARIES
+  make -C qt4 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 poppler-qt4.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+}
+
+package_poppler-qt5() {
+  pkgdesc=Poppler Qt5 bindings
+  depends=(poppler=${pkgver} 'qt5-base')
+
+  cd ${pkgbase}-${pkgver}
+  make -C poppler DESTDIR=${pkgdir} install-libLTLIBRARIES
+  make -C qt5 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 poppler-qt5.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+}

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 230256, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-01-29 17:04:38 UTC (rev 230257)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.30.0
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base' 'git' 'python2')
+options=('!emptydirs')
+url=http://poppler.freedesktop.org/;
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
+git://anongit.freedesktop.org/poppler/test)
+md5sums=('fb0a9d82b5433c823421a123eb8e9789'
+ 'SKIP')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-qt5 \

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

2015-01-29 Thread Tobias Powalowski
Date: Thursday, January 29, 2015 @ 16:04:18
  Author: tpowa
Revision: 230250

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

Added:
  edac-utils/repos/extra-i686/
  edac-utils/repos/extra-i686/PKGBUILD
(from rev 230249, edac-utils/trunk/PKGBUILD)
  edac-utils/repos/extra-i686/edac.service
(from rev 230249, edac-utils/trunk/edac.service)
  edac-utils/repos/extra-x86_64/
  edac-utils/repos/extra-x86_64/PKGBUILD
(from rev 230249, edac-utils/trunk/PKGBUILD)
  edac-utils/repos/extra-x86_64/edac.service
(from rev 230249, edac-utils/trunk/edac.service)

---+
 extra-i686/PKGBUILD   |   32 
 extra-i686/edac.service   |   11 +++
 extra-x86_64/PKGBUILD |   32 
 extra-x86_64/edac.service |   11 +++
 4 files changed, 86 insertions(+)

Copied: edac-utils/repos/extra-i686/PKGBUILD (from rev 230249, 
edac-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-29 15:04:18 UTC (rev 230250)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: drrossum yourem...@domain.com
+pkgname=edac-utils
+pkgver=0.18
+pkgrel=1
+pkgdesc=Userspace helper for Linux kernel EDAC drivers
+arch=(i686 x86_64)
+url='https://github.com/grondo/edac-utils'
+license=('GPL2')
+makedepends=('git')
+depends=('perl' 'sysfsutils' 'dmidecode')
+backup=('etc/edac/labels.db')
+source=(git://github.com/grondo/edac-utils.git#tag=${pkgver}
+edac.service)
+
+build() {
+  cd $srcdir/$pkgname
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--mandir=/usr/share/man --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir/ install
+  # remove initscript
+  rm -r $pkgdir/etc/init.d
+  # add systemd service file
+  install -D -m644 $srcdir/edac.service 
$pkgdir/usr/lib/systemd/system/edac.service
+}
+md5sums=('SKIP'
+ '8580bea9500ba22a44cdacfd0a0bfa8a')

Copied: edac-utils/repos/extra-i686/edac.service (from rev 230249, 
edac-utils/trunk/edac.service)
===
--- extra-i686/edac.service (rev 0)
+++ extra-i686/edac.service 2015-01-29 15:04:18 UTC (rev 230250)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Initialize EDAC Drivers For Machine Hardware
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/edac-ctl --register-labels
+ExecStop=/usr/bin/edac-ctl --unload
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target

Copied: edac-utils/repos/extra-x86_64/PKGBUILD (from rev 230249, 
edac-utils/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-29 15:04:18 UTC (rev 230250)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: drrossum yourem...@domain.com
+pkgname=edac-utils
+pkgver=0.18
+pkgrel=1
+pkgdesc=Userspace helper for Linux kernel EDAC drivers
+arch=(i686 x86_64)
+url='https://github.com/grondo/edac-utils'
+license=('GPL2')
+makedepends=('git')
+depends=('perl' 'sysfsutils' 'dmidecode')
+backup=('etc/edac/labels.db')
+source=(git://github.com/grondo/edac-utils.git#tag=${pkgver}
+edac.service)
+
+build() {
+  cd $srcdir/$pkgname
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--mandir=/usr/share/man --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir/ install
+  # remove initscript
+  rm -r $pkgdir/etc/init.d
+  # add systemd service file
+  install -D -m644 $srcdir/edac.service 
$pkgdir/usr/lib/systemd/system/edac.service
+}
+md5sums=('SKIP'
+ '8580bea9500ba22a44cdacfd0a0bfa8a')

Copied: edac-utils/repos/extra-x86_64/edac.service (from rev 230249, 
edac-utils/trunk/edac.service)
===
--- extra-x86_64/edac.service   (rev 0)
+++ extra-x86_64/edac.service   2015-01-29 15:04:18 UTC (rev 230250)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Initialize EDAC Drivers For Machine Hardware
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/edac-ctl --register-labels
+ExecStop=/usr/bin/edac-ctl --unload
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in (5 files)

2015-01-29 Thread Tobias Powalowski
Date: Thursday, January 29, 2015 @ 16:03:23
  Author: tpowa
Revision: 230249

newpkg: add EDAC user space utils

Added:
  edac-utils/
  edac-utils/repos/
  edac-utils/trunk/
  edac-utils/trunk/PKGBUILD
  edac-utils/trunk/edac.service

--+
 PKGBUILD |   32 
 edac.service |   11 +++
 2 files changed, 43 insertions(+)

Added: edac-utils/trunk/PKGBUILD
===
--- edac-utils/trunk/PKGBUILD   (rev 0)
+++ edac-utils/trunk/PKGBUILD   2015-01-29 15:03:23 UTC (rev 230249)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: drrossum yourem...@domain.com
+pkgname=edac-utils
+pkgver=0.18
+pkgrel=1
+pkgdesc=Userspace helper for Linux kernel EDAC drivers
+arch=(i686 x86_64)
+url='https://github.com/grondo/edac-utils'
+license=('GPL2')
+makedepends=('git')
+depends=('perl' 'sysfsutils' 'dmidecode')
+backup=('etc/edac/labels.db')
+source=(git://github.com/grondo/edac-utils.git#tag=${pkgver}
+edac.service)
+
+build() {
+  cd $srcdir/$pkgname
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--mandir=/usr/share/man --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir/ install
+  # remove initscript
+  rm -r $pkgdir/etc/init.d
+  # add systemd service file
+  install -D -m644 $srcdir/edac.service 
$pkgdir/usr/lib/systemd/system/edac.service
+}
+md5sums=('SKIP'
+ '8580bea9500ba22a44cdacfd0a0bfa8a')


Property changes on: edac-utils/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: edac-utils/trunk/edac.service
===
--- edac-utils/trunk/edac.service   (rev 0)
+++ edac-utils/trunk/edac.service   2015-01-29 15:03:23 UTC (rev 230249)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Initialize EDAC Drivers For Machine Hardware
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/edac-ctl --register-labels
+ExecStop=/usr/bin/edac-ctl --unload
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target


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

2015-01-29 Thread Maxime Gauduin
Date: Thursday, January 29, 2015 @ 16:09:32
  Author: alucryd
Revision: 126747

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-29 15:09:15 UTC (rev 126746)
+++ PKGBUILD2015-01-29 15:09:32 UTC (rev 126747)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=lib32-db
-pkgver=5.3.28
-pkgrel=1
-pkgdesc='The Berkeley DB embedded database system'
-arch=('x86_64')
-url='http://www.oracle.com/technology/software/products/berkeley-db/index.html'
-license=('custom')
-depends=(${pkgname#*-}=${pkgver} 'gcc-libs-multilib')
-source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz;)
-sha256sums=('e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628')
-
-build() {
-  cd ${pkgname#*-}-${pkgver}/build_unix
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ../dist/configure --prefix='/usr' --libdir='/usr/lib32' 
--enable-{compat185,cxx,dbm,shared}
-  make LIBSO_LIBS='-lpthread'
-}
-
-package() {
-  cd ${pkgname#*-}-${pkgver}/build_unix
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin,docs,include,share}
-
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-db/repos/multilib-x86_64/PKGBUILD (from rev 126746, 
lib32-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 15:09:32 UTC (rev 126747)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=lib32-db
+pkgver=5.3.28
+pkgrel=2
+pkgdesc='The Berkeley DB embedded database system'
+arch=('x86_64')
+url='http://www.oracle.com/technology/software/products/berkeley-db/index.html'
+license=('custom')
+depends=(db=${pkgver} 'lib32-gcc-libs')
+makedepends=('gcc-multilib')
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz;)
+sha256sums=('e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628')
+
+build() {
+  cd db-${pkgver}/build_unix
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ../dist/configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--enable-compat185 \
+--enable-cxx \
+--enable-dbm \
+--enable-shared
+  make LIBSO_LIBS='-lpthread'
+}
+
+package() {
+  cd db-${pkgver}/build_unix
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,docs,include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s db ${pkgdir}/usr/share/licenses/lib32-db
+}
+
+# vim: ts=2 sw=2 et:


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

2015-01-29 Thread Maxime Gauduin
Date: Thursday, January 29, 2015 @ 16:09:15
  Author: alucryd
Revision: 126746

FS#43624: lib32-db 5.3.28-2

Modified:
  lib32-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 12:16:49 UTC (rev 126745)
+++ PKGBUILD2015-01-29 15:09:15 UTC (rev 126746)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Allan McRae al...@archlinux.org
 # Contributor: Andreas Radke andy...@archlinux.org
@@ -6,34 +6,41 @@
 
 pkgname=lib32-db
 pkgver=5.3.28
-pkgrel=1
+pkgrel=2
 pkgdesc='The Berkeley DB embedded database system'
 arch=('x86_64')
 url='http://www.oracle.com/technology/software/products/berkeley-db/index.html'
 license=('custom')
-depends=(${pkgname#*-}=${pkgver} 'gcc-libs-multilib')
+depends=(db=${pkgver} 'lib32-gcc-libs')
+makedepends=('gcc-multilib')
 source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz;)
 sha256sums=('e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628')
 
 build() {
-  cd ${pkgname#*-}-${pkgver}/build_unix
+  cd db-${pkgver}/build_unix
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  ../dist/configure --prefix='/usr' --libdir='/usr/lib32' 
--enable-{compat185,cxx,dbm,shared}
+  ../dist/configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--enable-compat185 \
+--enable-cxx \
+--enable-dbm \
+--enable-shared
   make LIBSO_LIBS='-lpthread'
 }
 
 package() {
-  cd ${pkgname#*-}-${pkgver}/build_unix
+  cd db-${pkgver}/build_unix
 
   make DESTDIR=${pkgdir} install
   rm -rf ${pkgdir}/usr/{bin,docs,include,share}
 
   install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+  ln -s db ${pkgdir}/usr/share/licenses/lib32-db
 }
 
 # vim: ts=2 sw=2 et:


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

2015-01-29 Thread Maxime Gauduin
Date: Thursday, January 29, 2015 @ 09:30:15
  Author: alucryd
Revision: 126730

upgpkg: vapoursynth R26-1

Modified:
  vapoursynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 08:20:17 UTC (rev 126729)
+++ PKGBUILD2015-01-29 08:30:15 UTC (rev 126730)
@@ -4,7 +4,7 @@
 # Contributor: jackoneill cantabile.d...@gmail.com
 
 pkgname=vapoursynth
-pkgver=R25
+pkgver=R26
 pkgrel=1
 pkgdesc='A video processing framework with the future in mind'
 arch=('i686' 'x86_64')
@@ -15,23 +15,22 @@
 install='vapoursynth.install'
 
source=(vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
 'vapoursynth.xml')
-sha256sums=('24e17320001402a47fce7e73cfac7609f4f9065170296346440e5ffa41af9348'
+sha256sums=('33f5c1ff65ac3b34ae6c667f6cd18ba2efe3f7d1c14e065aa33dbf09de2c6fe1'
 '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
 
 build() {
   cd vapoursynth-${pkgver}
 
-  ./bootstrap.py
-  ./waf configure --prefix='/usr'
-  ./waf $MAKEFLAGS build
-  python setup.py build
+  ./autogen.sh
+  ./configure \
+--prefix='/usr'
+  make
 }
 
 package() {
   cd vapoursynth-${pkgver}
 
-  ./waf install --destdir=${pkgdir}
-  python setup.py install --root=${pkgdir} --optimize='1'
+  make DESTDIR=${pkgdir} install
 
   install -dm 755 ${pkgdir}/usr/share/{licenses/vapoursynth,mime/packages}
   install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/vapoursynth/


[arch-commits] Commit in archlinux-appstream-data/trunk (PKGBUILD)

2015-01-29 Thread Antonio Rojas
Date: Thursday, January 29, 2015 @ 09:19:08
  Author: arojas
Revision: 126728

Move sources to ftp.archlinux.org

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 07:59:49 UTC (rev 126727)
+++ PKGBUILD2015-01-29 08:19:08 UTC (rev 126728)
@@ -10,7 +10,8 @@
 license=('GPL')
 depends=('appstream')
 makedepends=()
-source=(http://pkgbuild.com/~arojas/appstream/$pkgver/appstream.xml.gz; 
http://pkgbuild.com/~arojas/appstream/$pkgver/appstream-icons.tar.gz;)
+source=(http://ftp.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz;
 
+http://ftp.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz;)
 install=$pkgname.install
 md5sums=('157d9b35a19e67b19b01b4b3bbc98366'
  'bb13b7ca87c430070d9b181a6fdebf19')


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

2015-01-29 Thread Laurent Carlier
Date: Thursday, January 29, 2015 @ 09:32:22
  Author: lcarlier
Revision: 230230

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 230229, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-29 08:32:15 UTC (rev 230229)
+++ PKGBUILD2015-01-29 08:32:22 UTC (rev 230230)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.13
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7b5be9f2b9a30102512b15308aec55f7f54289df24ac21de82ebb4bf145f9fce')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 230229, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 08:32:22 UTC (rev 230230)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.14
+pkgrel=1
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('dc91458a214c56a35727f9e523fc647615de64137057ca6ee4d4d4474a4bb2ae')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}


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

2015-01-29 Thread Laurent Carlier
Date: Thursday, January 29, 2015 @ 09:32:15
  Author: lcarlier
Revision: 230229

upgpkg: xkeyboard-config 2.14-1

upstream update 2.14

Modified:
  xkeyboard-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 02:47:42 UTC (rev 230228)
+++ PKGBUILD2015-01-29 08:32:15 UTC (rev 230229)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xkeyboard-config
-pkgver=2.13
+pkgver=2.14
 pkgrel=1
 pkgdesc=X keyboard configuration files
 arch=(any)
@@ -14,7 +14,7 @@
 replaces=('xkbdata')
 conflicts=('xkbdata')
 
source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7b5be9f2b9a30102512b15308aec55f7f54289df24ac21de82ebb4bf145f9fce')
+sha256sums=('dc91458a214c56a35727f9e523fc647615de64137057ca6ee4d4d4474a4bb2ae')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-01-29 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 10:41:46
  Author: fyan
Revision: 126736

upgpkg: stardict 3.0.6-1

Modified:
  stardict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 09:29:39 UTC (rev 126735)
+++ PKGBUILD2015-01-29 09:41:46 UTC (rev 126736)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Gaetan Bisson bis...@archlinux.org
 # Contributor: Aaron Griffin aa...@archlinux.org
 # Contributor: Neil Lin n...@vip.url.com.tw
@@ -7,7 +7,7 @@
 
 pkgbase=stardict
 pkgname=(stardict stardict-lite)
-pkgver=3.0.5
+pkgver=3.0.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.stardict.org/'
@@ -18,14 +18,15 @@
 'gcc46.patch'
 'glib2.patch')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgbase}-${pkgver}
-
   patch -p1 -i ../gcc46.patch
   patch -p1 -i ../glib2.patch
 
-  cp -r ${srcdir}/${pkgbase}-${pkgver} ${srcdir}/${pkgbase}-${pkgver}-lite
+  cp -a ${srcdir}/${pkgbase}-${pkgver} ${srcdir}/${pkgbase}-${pkgver}-lite
+}
 
+build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
   ./autogen.sh
   ./configure \
@@ -71,6 +72,6 @@
   make DESTDIR=${pkgdir} install
 }
 
-md5sums=('e5fcf03cbf44d61c4e89ab3e7a70ec39'
+md5sums=('93371b35482e6380e8bd4ba5d256b864'
  '52ff47441c503de07add4b7688510bc5'
  'b2f216897c9053c7e4666c3d78705cf1')


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

2015-01-29 Thread Andrea Scarpino
Date: Thursday, January 29, 2015 @ 09:51:17
  Author: andrea
Revision: 230232

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-29 08:51:08 UTC (rev 230231)
+++ extra-i686/PKGBUILD 2015-01-29 08:51:17 UTC (rev 230232)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=krunner
-pkgver=5.6.0
-pkgrel=2
-pkgdesc='Framework for providing different actions given a string query'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/krunner'
-license=('LGPL')
-depends=('plasma-framework' 'threadweaver')
-makedepends=('extra-cmake-modules' 'kdoctools')
-optdepends=('drkonqi: KDE crash handler application')
-groups=('kf5-aids')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('fac2693844895d7e4b0413f08cce3003')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: krunner/repos/extra-i686/PKGBUILD (from rev 230231, 
krunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-29 08:51:17 UTC (rev 230232)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=krunner
+pkgver=5.6.0
+pkgrel=3
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/krunner'
+license=('LGPL')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5-aids')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('fac2693844895d7e4b0413f08cce3003')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-29 08:51:08 UTC (rev 230231)
+++ extra-x86_64/PKGBUILD   2015-01-29 08:51:17 UTC (rev 230232)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=krunner
-pkgver=5.6.0
-pkgrel=2
-pkgdesc='Framework for providing different actions given a string query'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/krunner'
-license=('LGPL')
-depends=('plasma-framework' 'threadweaver')
-makedepends=('extra-cmake-modules' 'kdoctools')
-optdepends=('drkonqi: KDE crash handler application')
-groups=('kf5-aids')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('fac2693844895d7e4b0413f08cce3003')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: krunner/repos/extra-x86_64/PKGBUILD (from rev 230231, 
krunner/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-29 08:51:17 UTC (rev 230232)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=krunner
+pkgver=5.6.0
+pkgrel=3
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/krunner'
+license=('LGPL')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5-aids')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)

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

2015-01-29 Thread Andrea Scarpino
Date: Thursday, January 29, 2015 @ 09:51:31
  Author: andrea
Revision: 230233

upgpkg: kcrash 5.6.0-2

Add drkonqi as optdep

Modified:
  kcrash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 08:51:17 UTC (rev 230232)
+++ PKGBUILD2015-01-29 08:51:31 UTC (rev 230233)
@@ -3,7 +3,7 @@
 
 pkgname=kcrash
 pkgver=5.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Support for application crash analysis and bug report from apps'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kcrash'
@@ -10,16 +10,16 @@
 license=('LGPL')
 depends=('kcoreaddons' 'kwindowsystem')
 makedepends=('extra-cmake-modules')
+optdepends=('drkonqi: KDE crash handler application')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
 md5sums=('2ee93222cdd57bbb48bc0067bf7f2f8a')
 
 prepare() {
-  mkdir -p build
+  mkdir build
 }
 
 build() {
-  # LIBEXEC is needed for drkonqi
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \


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

2015-01-29 Thread Andrea Scarpino
Date: Thursday, January 29, 2015 @ 09:51:41
  Author: andrea
Revision: 230234

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-29 08:51:31 UTC (rev 230233)
+++ extra-i686/PKGBUILD 2015-01-29 08:51:41 UTC (rev 230234)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kcrash
-pkgver=5.6.0
-pkgrel=1
-pkgdesc='Support for application crash analysis and bug report from apps'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kcrash'
-license=('LGPL')
-depends=('kcoreaddons' 'kwindowsystem')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('2ee93222cdd57bbb48bc0067bf7f2f8a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  # LIBEXEC is needed for drkonqi
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kcrash/repos/extra-i686/PKGBUILD (from rev 230233, 
kcrash/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-29 08:51:41 UTC (rev 230234)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcrash
+pkgver=5.6.0
+pkgrel=2
+pkgdesc='Support for application crash analysis and bug report from apps'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcrash'
+license=('LGPL')
+depends=('kcoreaddons' 'kwindowsystem')
+makedepends=('extra-cmake-modules')
+optdepends=('drkonqi: KDE crash handler application')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('2ee93222cdd57bbb48bc0067bf7f2f8a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-29 08:51:31 UTC (rev 230233)
+++ extra-x86_64/PKGBUILD   2015-01-29 08:51:41 UTC (rev 230234)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kcrash
-pkgver=5.6.0
-pkgrel=1
-pkgdesc='Support for application crash analysis and bug report from apps'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kcrash'
-license=('LGPL')
-depends=('kcoreaddons' 'kwindowsystem')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('2ee93222cdd57bbb48bc0067bf7f2f8a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  # LIBEXEC is needed for drkonqi
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kcrash/repos/extra-x86_64/PKGBUILD (from rev 230233, 
kcrash/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-29 08:51:41 UTC (rev 230234)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcrash
+pkgver=5.6.0
+pkgrel=2
+pkgdesc='Support for application crash analysis and bug report from apps'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcrash'
+license=('LGPL')
+depends=('kcoreaddons' 'kwindowsystem')
+makedepends=('extra-cmake-modules')
+optdepends=('drkonqi: KDE crash handler application')
+groups=('kf5')

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

2015-01-29 Thread Andrea Scarpino
Date: Thursday, January 29, 2015 @ 09:51:08
  Author: andrea
Revision: 230231

upgpkg: krunner 5.6.0-3

damn, this was supposed to be kcrash

Modified:
  krunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 08:32:22 UTC (rev 230230)
+++ PKGBUILD2015-01-29 08:51:08 UTC (rev 230231)
@@ -3,7 +3,7 @@
 
 pkgname=krunner
 pkgver=5.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Framework for providing different actions given a string query'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/krunner'
@@ -10,7 +10,6 @@
 license=('LGPL')
 depends=('plasma-framework' 'threadweaver')
 makedepends=('extra-cmake-modules' 'kdoctools')
-optdepends=('drkonqi: KDE crash handler application')
 groups=('kf5-aids')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
 md5sums=('fac2693844895d7e4b0413f08cce3003')


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

2015-01-29 Thread Jaroslav Lichtblau
Date: Thursday, January 29, 2015 @ 10:29:39
  Author: jlichtblau
Revision: 126735

archrelease: copy trunk to community-any

Added:
  autojump/repos/community-any/PKGBUILD
(from rev 126734, autojump/trunk/PKGBUILD)
Deleted:
  autojump/repos/community-any/PKGBUILD
  autojump/repos/community-any/autojump.install

--+
 PKGBUILD |   75 ++---
 autojump.install |6 
 2 files changed, 37 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-29 09:29:16 UTC (rev 126734)
+++ PKGBUILD2015-01-29 09:29:39 UTC (rev 126735)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: graysky graysky AT archlnux DOT us
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Joël Schaerer joel.schae...@laposte.net
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=autojump
-pkgver=22.2.4
-pkgrel=1
-pkgdesc=A faster way to navigate your filesystem from the command line
-arch=('any')
-url=http://wiki.github.com/joelthelion/autojump;
-license=('GPL3')
-depends=('python')
-install=$pkgname.install
-source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475')
-
-prepare() {
-  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
-}
-
-package() {
-  cd ${pkgname}-release-v${pkgver}
-
-  ./install.py --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
-
-  cd ${pkgdir}/usr/share/$pkgname
-  for i in $pkgname.*
-do ln -s /usr/share/$pkgname/$i \
-  ${pkgdir}/etc/profile.d/$i
-  done
-
-#https://github.com/joelthelion/autojump/pull/339
-  sed -i s:/usr/local/:/usr/:g ${pkgdir}/etc/profile.d/$pkgname.sh
-  sed -i s:/build/autojump/pkg/autojump/:/:g 
${pkgdir}/etc/profile.d/$pkgname.sh
-}

Copied: autojump/repos/community-any/PKGBUILD (from rev 126734, 
autojump/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 09:29:39 UTC (rev 126735)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: graysky graysky AT archlnux DOT us
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Joël Schaerer joel.schae...@laposte.net
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=autojump
+pkgver=22.2.4
+pkgrel=2
+pkgdesc=A faster way to navigate your filesystem from the command line
+arch=('any')
+url=http://wiki.github.com/joelthelion/autojump;
+license=('GPL3')
+depends=('python')
+source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
+sha256sums=('816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475')
+
+prepare() {
+  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
+}
+
+package() {
+  cd ${pkgname}-release-v${pkgver}
+
+  ./install.py --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
+
+  cd ${pkgdir}/usr/share/$pkgname
+  for i in $pkgname.*
+do ln -s /usr/share/$pkgname/$i \
+  ${pkgdir}/etc/profile.d/$i
+  done
+
+#https://github.com/joelthelion/autojump/pull/339
+  sed -i s:/usr/local/:/usr/:g ${pkgdir}/etc/profile.d/$pkgname.sh
+  sed -i s:/build/autojump/pkg/autojump/:/:g 
${pkgdir}/etc/profile.d/$pkgname.sh
+}

Deleted: autojump.install
===
--- autojump.install2015-01-29 09:29:16 UTC (rev 126734)
+++ autojump.install2015-01-29 09:29:39 UTC (rev 126735)
@@ -1,6 +0,0 @@
-post_install() {
-cat EOF
-   Please manually add the below line to ~/.bashrc and restart terminal 
before running autojump.
-   [[ -s /etc/profile.d/autojump.sh ]]  source /etc/profile.d/autojump.sh
-EOF
-}


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

2015-01-29 Thread Jaroslav Lichtblau
Date: Thursday, January 29, 2015 @ 10:29:16
  Author: jlichtblau
Revision: 126734

upgpkg: autojump 22.2.4-2

Modified:
  autojump/trunk/PKGBUILD
Deleted:
  autojump/trunk/autojump.install

--+
 PKGBUILD |3 +--
 autojump.install |6 --
 2 files changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 09:24:53 UTC (rev 126733)
+++ PKGBUILD2015-01-29 09:29:16 UTC (rev 126734)
@@ -7,13 +7,12 @@
 
 pkgname=autojump
 pkgver=22.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A faster way to navigate your filesystem from the command line
 arch=('any')
 url=http://wiki.github.com/joelthelion/autojump;
 license=('GPL3')
 depends=('python')
-install=$pkgname.install
 
source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
 sha256sums=('816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475')
 

Deleted: autojump.install
===
--- autojump.install2015-01-29 09:24:53 UTC (rev 126733)
+++ autojump.install2015-01-29 09:29:16 UTC (rev 126734)
@@ -1,6 +0,0 @@
-post_install() {
-cat EOF
-   Please manually add the below line to ~/.bashrc and restart terminal 
before running autojump.
-   [[ -s /etc/profile.d/autojump.sh ]]  source /etc/profile.d/autojump.sh
-EOF
-}


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

2015-01-29 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 08:59:49
  Author: fyan
Revision: 126727

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

Added:
  lwqq/repos/community-i686/PKGBUILD
(from rev 126726, lwqq/trunk/PKGBUILD)
  lwqq/repos/community-i686/pt_tea.patch
(from rev 126726, lwqq/trunk/pt_tea.patch)
  lwqq/repos/community-x86_64/PKGBUILD
(from rev 126726, lwqq/trunk/PKGBUILD)
  lwqq/repos/community-x86_64/pt_tea.patch
(from rev 126726, lwqq/trunk/pt_tea.patch)
Deleted:
  lwqq/repos/community-i686/PKGBUILD
  lwqq/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   31 
 community-i686/pt_tea.patch   |   28 ++
 community-x86_64/PKGBUILD |   31 
 community-x86_64/pt_tea.patch |   28 ++
 5 files changed, 132 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-29 07:59:10 UTC (rev 126726)
+++ community-i686/PKGBUILD 2015-01-29 07:59:49 UTC (rev 126727)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=lwqq
-pkgver=0.4.1
-_gitver=tag=v$pkgver
-#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=1
-pkgdesc=A library for webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/lwqq;
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}

Copied: lwqq/repos/community-i686/PKGBUILD (from rev 126726, 
lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-29 07:59:49 UTC (rev 126727)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=lwqq
+pkgver=0.4.1
+_gitver=tag=v$pkgver
+#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
+pkgrel=2
+pkgdesc=A library for webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/lwqq;
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver
+pt_tea.patch)
+sha512sums=('SKIP'
+
'277a08329f353924deca3266489e8710f56149f2e645ac9998023b999ef901baf11a0ce3b851bfad1e6f1d76f7536dc3433846c1d83aa8ba52c820755072576a')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../pt_tea.patch
+}
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}

Copied: lwqq/repos/community-i686/pt_tea.patch (from rev 126726, 
lwqq/trunk/pt_tea.patch)
===
--- community-i686/pt_tea.patch (rev 0)
+++ community-i686/pt_tea.patch 2015-01-29 07:59:49 UTC (rev 126727)
@@ -0,0 +1,28 @@
+From 7a1ad123e8347867fd25e7b587099db8ab1f9e97 Mon Sep 17 00:00:00 2001
+From: EricInBj erici...@hotmail.com
+Date: Thu, 29 Jan 2015 14:23:37 +0800
+Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=B8=80=E7=9B=B4=E6=8F=90=E7=A4=BA?=
+ =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D=E6=88=96=E5=AF=86=E7=A0=81=E9=94=99?=
+ =?UTF-8?q?=E8=AF=AF=E6=97=A0=E6=B3=95=E7=99=BB=E5=BD=95=E7=9A=84=E9=97=AE?=
+ =?UTF-8?q?=E9=A2=98?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+---
+ lib/login.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/login.c b/lib/login.c
+index 78b06ce..aa8b90f 100644
+--- a/lib/login.c
 b/lib/login.c
+@@ -129,7 +129,7 @@ static LwqqAsyncEvent* check_need_verify(LwqqClient 
*lc,const char* appid)
+   srand48(time(NULL));
+   double random = drand48();
+   snprintf(url, sizeof(url), WEBQQ_CHECK_HOST/check?uin=%sappid=%s
+-  
js_ver=10037js_type=0%s%su1=http%%3A%%2F%%2Fweb2.qq.com%%2Floginproxy.htmlr=%.16lf,
++  js_ver=10112js_type=0%s%spt_tea=1r=%.16lf,
+   lc-username, appid,
+   lc-login_sig?login_sig=:,
+   lc-login_sig?:,

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-29 07:59:10 UTC (rev 126726)
+++ community-x86_64/PKGBUILD   2015-01-29 07:59:49 UTC (rev 126727)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=lwqq
-pkgver=0.4.1

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

2015-01-29 Thread Maxime Gauduin
Date: Thursday, January 29, 2015 @ 09:40:28
  Author: alucryd
Revision: 126731

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

Added:
  vapoursynth/repos/community-i686/PKGBUILD
(from rev 126730, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-i686/vapoursynth.install
(from rev 126730, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-i686/vapoursynth.xml
(from rev 126730, vapoursynth/trunk/vapoursynth.xml)
  vapoursynth/repos/community-x86_64/PKGBUILD
(from rev 126730, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-x86_64/vapoursynth.install
(from rev 126730, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-x86_64/vapoursynth.xml
(from rev 126730, vapoursynth/trunk/vapoursynth.xml)
Deleted:
  vapoursynth/repos/community-i686/PKGBUILD
  vapoursynth/repos/community-i686/vapoursynth.install
  vapoursynth/repos/community-i686/vapoursynth.xml
  vapoursynth/repos/community-x86_64/PKGBUILD
  vapoursynth/repos/community-x86_64/vapoursynth.install
  vapoursynth/repos/community-x86_64/vapoursynth.xml

--+
 /PKGBUILD|   80 +
 /vapoursynth.install |   26 ++
 community-i686/PKGBUILD  |   41 
 community-i686/vapoursynth.install   |   13 -
 community-x86_64/PKGBUILD|   41 
 community-x86_64/vapoursynth.install |   13 -
 6 files changed, 106 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-29 08:30:15 UTC (rev 126730)
+++ community-i686/PKGBUILD 2015-01-29 08:40:28 UTC (rev 126731)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: sl1pkn07 sl1pk...@gmail.com
-# Contributor: jackoneill cantabile.d...@gmail.com
-
-pkgname=vapoursynth
-pkgver=R25
-pkgrel=1
-pkgdesc='A video processing framework with the future in mind'
-arch=('i686' 'x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('ffmpeg' 'python' 'shared-mime-info' 'tesseract')
-makedepends=('cython' 'python-sphinx' 'yasm')
-install='vapoursynth.install'
-source=(vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
-'vapoursynth.xml')
-sha256sums=('24e17320001402a47fce7e73cfac7609f4f9065170296346440e5ffa41af9348'
-'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./bootstrap.py
-  ./waf configure --prefix='/usr'
-  ./waf $MAKEFLAGS build
-  python setup.py build
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  ./waf install --destdir=${pkgdir}
-  python setup.py install --root=${pkgdir} --optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/share/{licenses/vapoursynth,mime/packages}
-  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/vapoursynth/
-  install -m 644 ../vapoursynth.xml ${pkgdir}/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 126730, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-29 08:40:28 UTC (rev 126731)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: sl1pkn07 sl1pk...@gmail.com
+# Contributor: jackoneill cantabile.d...@gmail.com
+
+pkgname=vapoursynth
+pkgver=R26
+pkgrel=1
+pkgdesc='A video processing framework with the future in mind'
+arch=('i686' 'x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('ffmpeg' 'python' 'shared-mime-info' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'yasm')
+install='vapoursynth.install'
+source=(vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('33f5c1ff65ac3b34ae6c667f6cd18ba2efe3f7d1c14e065aa33dbf09de2c6fe1'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/{licenses/vapoursynth,mime/packages}
+  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/vapoursynth/
+  install -m 644 ../vapoursynth.xml ${pkgdir}/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/vapoursynth.install
===
--- community-i686/vapoursynth.install  2015-01-29 08:30:15 UTC (rev 126730)
+++ community-i686/vapoursynth.install  2015-01-29 08:40:28 UTC (rev 126731)
@@ -1,13 +0,0 @@
-post_install() {
-  

[arch-commits] Commit in archlinux-appstream-data/repos/community-any (4 files)

2015-01-29 Thread Antonio Rojas
Date: Thursday, January 29, 2015 @ 09:20:17
  Author: arojas
Revision: 126729

archrelease: copy trunk to community-any

Added:
  archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 126728, archlinux-appstream-data/trunk/PKGBUILD)
  archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install
(from rev 126728, 
archlinux-appstream-data/trunk/archlinux-appstream-data.install)
Deleted:
  archlinux-appstream-data/repos/community-any/PKGBUILD
  archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install

--+
 PKGBUILD |   47 ++---
 archlinux-appstream-data.install |   16 ++--
 2 files changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-29 08:19:08 UTC (rev 126728)
+++ PKGBUILD2015-01-29 08:20:17 UTC (rev 126729)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=archlinux-appstream-data
-pkgver=20150128
-pkgrel=1
-pkgdesc=Arch Linux application database for AppStream-based software centers
-arch=('any')
-url=http://www.archlinux.org;
-license=('GPL')
-depends=('appstream')
-makedepends=()
-source=(http://pkgbuild.com/~arojas/appstream/$pkgver/appstream.xml.gz; 
http://pkgbuild.com/~arojas/appstream/$pkgver/appstream-icons.tar.gz;)
-install=$pkgname.install
-md5sums=('157d9b35a19e67b19b01b4b3bbc98366'
- 'bb13b7ca87c430070d9b181a6fdebf19')
-
-package() {
-  mkdir -p $pkgdir/usr/share/app-info/{icons/appstream,xmls}
-
-  cp appstream.xml $pkgdir/usr/share/app-info/xmls/
-  cp *.png $pkgdir/usr/share/app-info/icons/appstream/
-}

Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 126728, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 08:20:17 UTC (rev 126729)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=archlinux-appstream-data
+pkgver=20150128
+pkgrel=1
+pkgdesc=Arch Linux application database for AppStream-based software centers
+arch=('any')
+url=http://www.archlinux.org;
+license=('GPL')
+depends=('appstream')
+makedepends=()
+source=(http://ftp.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz;
 
+http://ftp.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz;)
+install=$pkgname.install
+md5sums=('157d9b35a19e67b19b01b4b3bbc98366'
+ 'bb13b7ca87c430070d9b181a6fdebf19')
+
+package() {
+  mkdir -p $pkgdir/usr/share/app-info/{icons/appstream,xmls}
+
+  cp appstream.xml $pkgdir/usr/share/app-info/xmls/
+  cp *.png $pkgdir/usr/share/app-info/icons/appstream/
+}

Deleted: archlinux-appstream-data.install
===
--- archlinux-appstream-data.install2015-01-29 08:19:08 UTC (rev 126728)
+++ archlinux-appstream-data.install2015-01-29 08:20:17 UTC (rev 126729)
@@ -1,8 +0,0 @@
-post_install() {
-  appstream-index refresh --force
-}
-
-post_upgrade() {
-  appstream-index refresh --force
-}
-

Copied: 
archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install 
(from rev 126728, 
archlinux-appstream-data/trunk/archlinux-appstream-data.install)
===
--- archlinux-appstream-data.install(rev 0)
+++ archlinux-appstream-data.install2015-01-29 08:20:17 UTC (rev 126729)
@@ -0,0 +1,8 @@
+post_install() {
+  appstream-index refresh --force
+}
+
+post_upgrade() {
+  appstream-index refresh --force
+}
+


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

2015-01-29 Thread Jaroslav Lichtblau
Date: Thursday, January 29, 2015 @ 10:24:44
  Author: jlichtblau
Revision: 126732

upgpkg: autojump 22.2.4-1

Modified:
  autojump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 08:40:28 UTC (rev 126731)
+++ PKGBUILD2015-01-29 09:24:44 UTC (rev 126732)
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=autojump
-pkgver=22.2.2
-pkgrel=2
+pkgver=22.2.4
+pkgrel=1
 pkgdesc=A faster way to navigate your filesystem from the command line
 arch=('any')
 url=http://wiki.github.com/joelthelion/autojump;
@@ -15,7 +15,7 @@
 depends=('python')
 install=$pkgname.install
 
source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('db2683a36f78af384bd0c0a48dd6b082bdfc75c23dd3b59d0eea1ecc88f01ccc')
+sha256sums=('816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475')
 
 prepare() {
   sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}


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

2015-01-29 Thread Jaroslav Lichtblau
Date: Thursday, January 29, 2015 @ 10:24:53
  Author: jlichtblau
Revision: 126733

archrelease: copy trunk to community-any

Added:
  autojump/repos/community-any/PKGBUILD
(from rev 126732, autojump/trunk/PKGBUILD)
  autojump/repos/community-any/autojump.install
(from rev 126732, autojump/trunk/autojump.install)
Deleted:
  autojump/repos/community-any/PKGBUILD
  autojump/repos/community-any/autojump.install

--+
 PKGBUILD |   76 ++---
 autojump.install |   12 
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-29 09:24:44 UTC (rev 126732)
+++ PKGBUILD2015-01-29 09:24:53 UTC (rev 126733)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: graysky graysky AT archlnux DOT us
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Joël Schaerer joel.schae...@laposte.net
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=autojump
-pkgver=22.2.2
-pkgrel=2
-pkgdesc=A faster way to navigate your filesystem from the command line
-arch=('any')
-url=http://wiki.github.com/joelthelion/autojump;
-license=('GPL3')
-depends=('python')
-install=$pkgname.install
-source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('db2683a36f78af384bd0c0a48dd6b082bdfc75c23dd3b59d0eea1ecc88f01ccc')
-
-prepare() {
-  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
-}
-
-package() {
-  cd ${pkgname}-release-v${pkgver}
-
-  ./install.py --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
-
-  cd ${pkgdir}/usr/share/$pkgname
-  for i in $pkgname.*
-do ln -s /usr/share/$pkgname/$i \
-  ${pkgdir}/etc/profile.d/$i
-  done
-
-#https://github.com/joelthelion/autojump/pull/339
-  sed -i s:/usr/local/:/usr/:g ${pkgdir}/etc/profile.d/$pkgname.sh
-  sed -i s:/build/autojump/pkg/autojump/:/:g 
${pkgdir}/etc/profile.d/$pkgname.sh
-}

Copied: autojump/repos/community-any/PKGBUILD (from rev 126732, 
autojump/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 09:24:53 UTC (rev 126733)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: graysky graysky AT archlnux DOT us
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Joël Schaerer joel.schae...@laposte.net
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=autojump
+pkgver=22.2.4
+pkgrel=1
+pkgdesc=A faster way to navigate your filesystem from the command line
+arch=('any')
+url=http://wiki.github.com/joelthelion/autojump;
+license=('GPL3')
+depends=('python')
+install=$pkgname.install
+source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
+sha256sums=('816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475')
+
+prepare() {
+  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
+}
+
+package() {
+  cd ${pkgname}-release-v${pkgver}
+
+  ./install.py --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
+
+  cd ${pkgdir}/usr/share/$pkgname
+  for i in $pkgname.*
+do ln -s /usr/share/$pkgname/$i \
+  ${pkgdir}/etc/profile.d/$i
+  done
+
+#https://github.com/joelthelion/autojump/pull/339
+  sed -i s:/usr/local/:/usr/:g ${pkgdir}/etc/profile.d/$pkgname.sh
+  sed -i s:/build/autojump/pkg/autojump/:/:g 
${pkgdir}/etc/profile.d/$pkgname.sh
+}

Deleted: autojump.install
===
--- autojump.install2015-01-29 09:24:44 UTC (rev 126732)
+++ autojump.install2015-01-29 09:24:53 UTC (rev 126733)
@@ -1,6 +0,0 @@
-post_install() {
-cat EOF
-   Please manually add the below line to ~/.bashrc and restart terminal 
before running autojump.
-   [[ -s /etc/profile.d/autojump.sh ]]  source /etc/profile.d/autojump.sh
-EOF
-}

Copied: autojump/repos/community-any/autojump.install (from rev 126732, 
autojump/trunk/autojump.install)
===
--- autojump.install(rev 0)
+++ autojump.install2015-01-29 09:24:53 UTC (rev 126733)
@@ -0,0 +1,6 @@
+post_install() {
+cat EOF
+   Please manually add the below line to ~/.bashrc and restart terminal 
before running autojump.
+   [[ -s /etc/profile.d/autojump.sh ]]  source /etc/profile.d/autojump.sh
+EOF
+}


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

2015-01-29 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 10:42:45
  Author: fyan
Revision: 126737

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

Added:
  stardict/repos/community-i686/PKGBUILD
(from rev 126736, stardict/trunk/PKGBUILD)
  stardict/repos/community-i686/gcc46.patch
(from rev 126736, stardict/trunk/gcc46.patch)
  stardict/repos/community-i686/glib2.patch
(from rev 126736, stardict/trunk/glib2.patch)
  stardict/repos/community-x86_64/PKGBUILD
(from rev 126736, stardict/trunk/PKGBUILD)
  stardict/repos/community-x86_64/gcc46.patch
(from rev 126736, stardict/trunk/gcc46.patch)
  stardict/repos/community-x86_64/glib2.patch
(from rev 126736, stardict/trunk/glib2.patch)
Deleted:
  stardict/repos/community-i686/PKGBUILD
  stardict/repos/community-i686/gcc46.patch
  stardict/repos/community-i686/glib2.patch
  stardict/repos/community-x86_64/PKGBUILD
  stardict/repos/community-x86_64/gcc46.patch
  stardict/repos/community-x86_64/glib2.patch

--+
 /PKGBUILD|  154 +
 /gcc46.patch |   22 +
 /glib2.patch |   72 +++
 community-i686/PKGBUILD  |   76 
 community-i686/gcc46.patch   |   11 --
 community-i686/glib2.patch   |   36 -
 community-x86_64/PKGBUILD|   76 
 community-x86_64/gcc46.patch |   11 --
 community-x86_64/glib2.patch |   36 -
 9 files changed, 248 insertions(+), 246 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-29 09:41:46 UTC (rev 126736)
+++ community-i686/PKGBUILD 2015-01-29 09:42:45 UTC (rev 126737)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Gaetan Bisson bis...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Neil Lin n...@vip.url.com.tw
-# Contributor: Cravix  dr dot neemous at gmail dot com 
-
-pkgbase=stardict
-pkgname=(stardict stardict-lite)
-pkgver=3.0.5
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.stardict.org/'
-license=('GPL')
-makedepends=('intltool' 'popt' 'gnome-doc-utils' 'gnome-common' 
'libmariadbclient' 'enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/project/stardict-4/$pkgver/$pkgbase-$pkgver.tar.bz2;
-'gcc46.patch'
-'glib2.patch')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  patch -p1 -i ../gcc46.patch
-  patch -p1 -i ../glib2.patch
-
-  cp -r ${srcdir}/${pkgbase}-${pkgver} ${srcdir}/${pkgbase}-${pkgver}-lite
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---disable-schemas-install \
---disable-gucharmap \
---disable-festival \
---disable-updateinfo
-  make
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-lite
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---disable-gnome-support \
---disable-schemas-install \
---disable-espeak \
---disable-gucharmap \
---disable-festival \
---disable-updateinfo
-  make
-}
-
-package_stardict() {
-  pkgdesc='International dictionary software'
-  depends=('enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-package_stardict-lite() {
-  pkgdesc='International dictionary software - lite version without gnome and 
espeak support'
-  depends=('enchant' 'gtk2' 'libsigc++' 'libsm')
-  provides=(stardict=$pkgver)
-  conflicts=(stardict)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-lite
-  make DESTDIR=${pkgdir} install
-}
-
-md5sums=('e5fcf03cbf44d61c4e89ab3e7a70ec39'
- '52ff47441c503de07add4b7688510bc5'
- 'b2f216897c9053c7e4666c3d78705cf1')

Copied: stardict/repos/community-i686/PKGBUILD (from rev 126736, 
stardict/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-29 09:42:45 UTC (rev 126737)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Neil Lin n...@vip.url.com.tw
+# Contributor: Cravix  dr dot neemous at gmail dot com 
+
+pkgbase=stardict
+pkgname=(stardict stardict-lite)
+pkgver=3.0.6
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.stardict.org/'
+license=('GPL')
+makedepends=('intltool' 'popt' 'gnome-doc-utils' 'gnome-common' 
'libmariadbclient' 'enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/project/stardict-4/$pkgver/$pkgbase-$pkgver.tar.bz2;
+'gcc46.patch'
+

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

2015-01-29 Thread Andrea Scarpino
Date: Thursday, January 29, 2015 @ 10:57:52
  Author: andrea
Revision: 230237

upgpkg: plasma-workspace 5.2.0-3

drkonqi shouldn't conflict with kdebase-workspace

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 09:52:10 UTC (rev 230236)
+++ PKGBUILD2015-01-29 09:57:52 UTC (rev 230237)
@@ -6,7 +6,7 @@
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi')
 pkgver=5.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
@@ -20,7 +20,6 @@
  'xorg-xmessage' 'xorg-xprop')
 makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-frameworks'
  'krunner')
-conflicts=('kdebase-workspace')
 groups=('plasma')
 
source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'kde.pam')
@@ -50,6 +49,7 @@
 package_plasma-workspace() {
   optdepends=('plasma-workspace-wallpapers: additional wallpapers'
   'gpsd: GPS support for geolocation')
+  conflicts=('kdebase-workspace')
 
   cd build
   make DESTDIR=${pkgdir} install


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

2015-01-29 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 11:01:49
  Author: fyan
Revision: 230240

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-29 10:01:11 UTC (rev 230239)
+++ extra-i686/PKGBUILD 2015-01-29 10:01:49 UTC (rev 230240)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: trya tryagainp...@gmail.com
-
-pkgname=quazip
-pkgver=0.7
-pkgrel=2
-pkgdesc=C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package
-url=http://sourceforge.net/projects/quazip/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('qt4')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('52a9d807934ce4e9c30ead677a3148d2')
-
-build() {
-  cd ${pkgname}-${pkgver}/${pkgname}
-  qmake-qt4 PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/${pkgname}
-  make INSTALL_ROOT=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/cmake-3.1/Modules
-  install -m644 ../FindQuaZip.cmake\
-${pkgdir}/usr/share/cmake-3.1/Modules
-}

Copied: quazip/repos/extra-i686/PKGBUILD (from rev 230239, 
quazip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-29 10:01:49 UTC (rev 230240)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: trya tryagainp...@gmail.com
+
+pkgname=quazip
+pkgver=0.7.1
+pkgrel=1
+pkgdesc=C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package
+url=http://sourceforge.net/projects/quazip/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('qt4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3b99effb2a9417707d463e6f19cf2629')
+
+build() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+  qmake-qt4 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+  make INSTALL_ROOT=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/cmake-3.1/Modules
+  install -m644 ../FindQuaZip.cmake\
+${pkgdir}/usr/share/cmake-3.1/Modules
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-29 10:01:11 UTC (rev 230239)
+++ extra-x86_64/PKGBUILD   2015-01-29 10:01:49 UTC (rev 230240)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: trya tryagainp...@gmail.com
-
-pkgname=quazip
-pkgver=0.7
-pkgrel=2
-pkgdesc=C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package
-url=http://sourceforge.net/projects/quazip/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('qt4')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('52a9d807934ce4e9c30ead677a3148d2')
-
-build() {
-  cd ${pkgname}-${pkgver}/${pkgname}
-  qmake-qt4 PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/${pkgname}
-  make INSTALL_ROOT=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/cmake-3.1/Modules
-  install -m644 ../FindQuaZip.cmake\
-${pkgdir}/usr/share/cmake-3.1/Modules
-}

Copied: quazip/repos/extra-x86_64/PKGBUILD (from rev 230239, 
quazip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-29 10:01:49 UTC (rev 230240)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: trya tryagainp...@gmail.com
+
+pkgname=quazip
+pkgver=0.7.1
+pkgrel=1
+pkgdesc=C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package
+url=http://sourceforge.net/projects/quazip/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('qt4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3b99effb2a9417707d463e6f19cf2629')
+
+build() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+  qmake-qt4 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+  make INSTALL_ROOT=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/cmake-3.1/Modules
+  install -m644 ../FindQuaZip.cmake\
+${pkgdir}/usr/share/cmake-3.1/Modules
+}


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

2015-01-29 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 11:07:26
  Author: fyan
Revision: 230242

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-29 10:06:47 UTC (rev 230241)
+++ extra-i686/PKGBUILD 2015-01-29 10:07:26 UTC (rev 230242)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=wcslib
-pkgver=4.24
-pkgrel=1
-pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
-arch=('i686' 'x86_64')
-url=http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=('GPL3')
-depends=('cfitsio')
-makedepends=('gcc-fortran')
-source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('10f44010cd4a47b63a5180a215386ab9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-# Fails on i686
-#check() {
-#  cd $pkgname-$pkgver
-#  make -k check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-
-  # Fix wrong permissions
-  chmod g=rx,-s ${pkgdir}/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
${pkgdir}/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
-}

Copied: wcslib/repos/extra-i686/PKGBUILD (from rev 230241, 
wcslib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-29 10:07:26 UTC (rev 230242)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=wcslib
+pkgver=4.25.1
+pkgrel=1
+pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
+arch=('i686' 'x86_64')
+url=http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=('GPL3')
+depends=('cfitsio')
+makedepends=('gcc-fortran')
+source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('273743120460aed00fdfe8d5d5eb6c8d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--without-pgplot
+  make
+}
+
+# Fails on i686
+#check() {
+#  cd $pkgname-$pkgver
+#  make -k check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # Fix wrong permissions
+  chmod g=rx,-s ${pkgdir}/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s 
${pkgdir}/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-29 10:06:47 UTC (rev 230241)
+++ extra-x86_64/PKGBUILD   2015-01-29 10:07:26 UTC (rev 230242)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=wcslib
-pkgver=4.24
-pkgrel=1
-pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
-arch=('i686' 'x86_64')
-url=http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=('GPL3')
-depends=('cfitsio')
-makedepends=('gcc-fortran')
-source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('10f44010cd4a47b63a5180a215386ab9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-# Fails on i686
-#check() {
-#  cd $pkgname-$pkgver
-#  make -k check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-
-  # Fix wrong permissions
-  chmod g=rx,-s ${pkgdir}/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
${pkgdir}/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
-}

Copied: wcslib/repos/extra-x86_64/PKGBUILD (from rev 230241, 
wcslib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-29 10:07:26 UTC (rev 230242)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=wcslib
+pkgver=4.25.1
+pkgrel=1
+pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
+arch=('i686' 'x86_64')
+url=http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=('GPL3')
+depends=('cfitsio')
+makedepends=('gcc-fortran')
+source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('273743120460aed00fdfe8d5d5eb6c8d')
+
+build() {
+  cd 

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

2015-01-29 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 11:06:47
  Author: fyan
Revision: 230241

upgpkg: wcslib 4.25.1-1

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 10:01:49 UTC (rev 230240)
+++ PKGBUILD2015-01-29 10:06:47 UTC (rev 230241)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=wcslib
-pkgver=4.24
+pkgver=4.25.1
 pkgrel=1
 pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('cfitsio')
 makedepends=('gcc-fortran')
 
source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('10f44010cd4a47b63a5180a215386ab9')
+md5sums=('273743120460aed00fdfe8d5d5eb6c8d')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in kwindowsystem/trunk (PKGBUILD kdebug-340348.patch)

2015-01-29 Thread Andrea Scarpino
Date: Thursday, January 29, 2015 @ 10:52:03
  Author: andrea
Revision: 230235

upgpkg: kwindowsystem 5.6.0-2

Fix Kobi crash (FS#43621) (KDEBUG#340348)

Added:
  kwindowsystem/trunk/kdebug-340348.patch
Modified:
  kwindowsystem/trunk/PKGBUILD

-+
 PKGBUILD|   13 +++-
 kdebug-340348.patch |  136 ++
 2 files changed, 145 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 08:51:41 UTC (rev 230234)
+++ PKGBUILD2015-01-29 09:52:03 UTC (rev 230235)
@@ -3,7 +3,7 @@
 
 pkgname=kwindowsystem
 pkgver=5.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Access to the windowing system'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kwindowsystem'
@@ -11,11 +11,16 @@
 depends=('qt5-x11extras' 'libxfixes')
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('bcfa5cd27b2735ffb26379b24b437190')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'kdebug-340348.patch')
+md5sums=('bcfa5cd27b2735ffb26379b24b437190'
+ '464d5aefb97a2bcb3395d2a6239f670a')
 
 prepare() {
-  mkdir -p build
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/kdebug-340348.patch
 }
 
 build() {

Added: kdebug-340348.patch
===
--- kdebug-340348.patch (rev 0)
+++ kdebug-340348.patch 2015-01-29 09:52:03 UTC (rev 230235)
@@ -0,0 +1,136 @@
+commit 34c49b24920274455f2784b2ae6ac9108b226856
+Author: Thomas Lübking thomas.luebk...@gmail.com
+Date:   Mon Nov 17 20:09:03 2014 +0100
+
+simplify format selection, make 24bit rgb32
+
+an image w/o alphachannel is certainly not
+premultiplied
+
+the findFormat() made not much sense at all
+it was only used if the image depth was
+the default depth and then looked up supported
+16, 24 and 32 bit formats
+
+However 32 bit images were handled before
+unconditionally so this was only relevant for
+16 bit images (where we supported either 5-6-5
+or nothing) or 24bit images, where a false value
+(ARGB_premultiplied implies 32bit) was returned.
+
+IOW: for the majority of images (32bit) this was
+not used, for 24bpp displays we got a falsely
+colored images and for 16bpp either a correctly
+colored (for 5-6-5 layouts) or no image at all
+(for 5-5-5 or [4-]4-4-4 layouts)
+
+I don't know whether 16bpp w/ 5-5-5 or 4-4-4 itw.,
+but better show them miscolored images (and trigger
+a bug) than none.
+If there're funky 24bpp servers (other than 8-8-8)
+somebody shall please report a bug to us.
+
+Possible TODO:
+add a single call to test the server layout (channel
+masks) and yell an error if there's something strange
+
+BUG: 340348
+
+diff --git a/src/kxutils.cpp b/src/kxutils.cpp
+index c75c08e..015749d 100644
+--- a/src/kxutils.cpp
 b/src/kxutils.cpp
+@@ -30,57 +30,6 @@
+ namespace KXUtils
+ {
+ 
+-static uint8_t defaultDepth()
+-{
+-xcb_connection_t *c = QX11Info::connection();
+-int screen = QX11Info::appScreen();
+-
+-xcb_screen_iterator_t it = xcb_setup_roots_iterator(xcb_get_setup(c));
+-for (; it.rem; --screen, xcb_screen_next(it)) {
+-if (screen == 0) {
+-return it.data-root_depth;
+-}
+-}
+-return 0;
+-}
+-
+-static QImage::Format findFormat()
+-{
+-xcb_connection_t *c = QX11Info::connection();
+-int screen = QX11Info::appScreen();
+-
+-xcb_screen_iterator_t screenIt = 
xcb_setup_roots_iterator(xcb_get_setup(c));
+-for (; screenIt.rem; --screen, xcb_screen_next(screenIt)) {
+-if (screen != 0) {
+-continue;
+-}
+-xcb_depth_iterator_t depthIt = 
xcb_screen_allowed_depths_iterator(screenIt.data);
+-for (; depthIt.rem; xcb_depth_next(depthIt)) {
+-xcb_visualtype_iterator_t visualIt = 
xcb_depth_visuals_iterator(depthIt.data);
+-for (; visualIt.rem; xcb_visualtype_next(visualIt)) {
+-if (screenIt.data-root_visual != visualIt.data-visual_id) {
+-continue;
+-}
+-xcb_visualtype_t *visual = visualIt.data;
+-if ((depthIt.data-depth == 24 || depthIt.data-depth == 32) 

+-visual-red_mask   == 0x00ff 
+-visual-green_mask == 0xff00 
+-visual-blue_mask  == 0x00ff) {
+-return QImage::Format_ARGB32_Premultiplied;
+-}
+-if (depthIt.data-depth == 16 
+-visual-red_mask   == 0xf800 
+-visual-green_mask == 0x07e0 
+-

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

2015-01-29 Thread Lukas Fleischer
Date: Thursday, January 29, 2015 @ 10:51:39
  Author: lfleischer
Revision: 126739

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

Added:
  privoxy/repos/community-i686/PKGBUILD
(from rev 126738, privoxy/trunk/PKGBUILD)
  privoxy/repos/community-i686/privoxy.install
(from rev 126738, privoxy/trunk/privoxy.install)
  privoxy/repos/community-i686/privoxy.logrotate.d
(from rev 126738, privoxy/trunk/privoxy.logrotate.d)
  privoxy/repos/community-i686/privoxy.service
(from rev 126738, privoxy/trunk/privoxy.service)
  privoxy/repos/community-x86_64/PKGBUILD
(from rev 126738, privoxy/trunk/PKGBUILD)
  privoxy/repos/community-x86_64/privoxy.install
(from rev 126738, privoxy/trunk/privoxy.install)
  privoxy/repos/community-x86_64/privoxy.logrotate.d
(from rev 126738, privoxy/trunk/privoxy.logrotate.d)
  privoxy/repos/community-x86_64/privoxy.service
(from rev 126738, privoxy/trunk/privoxy.service)
Deleted:
  privoxy/repos/community-i686/PKGBUILD
  privoxy/repos/community-i686/privoxy.install
  privoxy/repos/community-i686/privoxy.logrotate.d
  privoxy/repos/community-i686/privoxy.service
  privoxy/repos/community-x86_64/PKGBUILD
  privoxy/repos/community-x86_64/privoxy.install
  privoxy/repos/community-x86_64/privoxy.logrotate.d
  privoxy/repos/community-x86_64/privoxy.service

--+
 /PKGBUILD|  116 +
 /privoxy.install |   38 ++
 /privoxy.logrotate.d |   16 
 /privoxy.service |   26 +++
 community-i686/PKGBUILD  |   66 --
 community-i686/privoxy.install   |   19 -
 community-i686/privoxy.logrotate.d   |8 --
 community-i686/privoxy.service   |   13 ---
 community-x86_64/PKGBUILD|   66 --
 community-x86_64/privoxy.install |   19 -
 community-x86_64/privoxy.logrotate.d |8 --
 community-x86_64/privoxy.service |   13 ---
 12 files changed, 196 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-29 09:51:23 UTC (rev 126738)
+++ community-i686/PKGBUILD 2015-01-29 09:51:39 UTC (rev 126739)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Juergen Hoetzel juer...@hoetzel.info
-# Contributor: basilburn (basilburn), Paul Bredbury (brebs) 
-
-pkgname=privoxy
-pkgver=3.0.22
-pkgrel=1
-pkgdesc='A web proxy with advanced filtering capabilities.'
-arch=('i686' 'x86_64')
-url='http://www.privoxy.org'
-license=('GPL')
-depends=('pcre' 'zlib')
-makedepends=('autoconf')
-backup=('etc/privoxy/'{config,trust,default.action,user.filter,default.filter}
-'etc/privoxy/'{match-all,user}.action
-'etc/logrotate.d/privoxy')
-install='privoxy.install'
-source=(http://downloads.sourceforge.net/ijbswa/${pkgname}-${pkgver}-stable-src.tar.gz;
-'privoxy.logrotate.d'
-'privoxy.service')
-md5sums=('aa121751d332a51d37d3c6e4b7594daa'
- 'fc3046377137003726a151ee27b142a2'
- '37965b9a52ab1f2cb9f36cee617f5cf9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}-stable
-
-  autoheader
-  autoconf
-  ./configure --prefix=/usr --sysconfdir=/etc/privoxy --enable-compression
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-stable
-
-  make prefix=${pkgdir}/usr SBIN_DEST=${pkgdir}/usr/bin \
-MAN_DEST=${pkgdir}/usr/share/man/man1 GROUP=42 \
-CONF_BASE=${pkgdir}/etc/privoxy VAR_DEST=${pkgdir}/var install
-
-  # Don't overwrite existing log files!
-  rm ${pkgdir}/var/log/privoxy/*
-
-  install -Dm0644 ${srcdir}/privoxy.logrotate.d 
${pkgdir}/etc/logrotate.d/privoxy
-
-  # Fix config paths.
-  sed -i -e 's#^confdir.*$#confdir /etc/privoxy#' -e 's#^logdir.*$#logdir 
/var/log/privoxy#' \
--e '/^user-manual/s#.*#\#user-manual /usr/share/doc/privoxy/user-manual/#' 
\
-${pkgdir}/etc/privoxy/config
-
-  # Fix group ownership and permissions.
-  chgrp -R 42 ${pkgdir}/etc/privoxy/
-  chgrp -R 42 ${pkgdir}/var/log/privoxy/
-
-  find ${pkgdir}/etc/privoxy/ -type d | xargs chmod 0770
-  find ${pkgdir}/etc/privoxy/ -type f | xargs chmod 0660
-  chmod 0700 ${pkgdir}/var/log/privoxy
-
-  # avoid conflict with filesystem=2012.06
-  rmdir $pkgdir/var/run
-
-  # systemd unit file
-  install -Dm0644 ${srcdir}/privoxy.service 
${pkgdir}/usr/lib/systemd/system/privoxy.service
-}

Copied: privoxy/repos/community-i686/PKGBUILD (from rev 126738, 
privoxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-29 09:51:39 UTC (rev 126739)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Juergen Hoetzel juer...@hoetzel.info
+# Contributor: basilburn 

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

2015-01-29 Thread Andrea Scarpino
Date: Thursday, January 29, 2015 @ 10:52:10
  Author: andrea
Revision: 230236

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

Added:
  kwindowsystem/repos/extra-i686/PKGBUILD
(from rev 230235, kwindowsystem/trunk/PKGBUILD)
  kwindowsystem/repos/extra-i686/kdebug-340348.patch
(from rev 230235, kwindowsystem/trunk/kdebug-340348.patch)
  kwindowsystem/repos/extra-x86_64/PKGBUILD
(from rev 230235, kwindowsystem/trunk/PKGBUILD)
  kwindowsystem/repos/extra-x86_64/kdebug-340348.patch
(from rev 230235, kwindowsystem/trunk/kdebug-340348.patch)
Deleted:
  kwindowsystem/repos/extra-i686/PKGBUILD
  kwindowsystem/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   80 +
 extra-i686/PKGBUILD  |   35 -
 extra-i686/kdebug-340348.patch   |  136 +
 extra-x86_64/PKGBUILD|   35 -
 extra-x86_64/kdebug-340348.patch |  136 +
 5 files changed, 352 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-29 09:52:03 UTC (rev 230235)
+++ extra-i686/PKGBUILD 2015-01-29 09:52:10 UTC (rev 230236)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwindowsystem
-pkgver=5.6.0
-pkgrel=1
-pkgdesc='Access to the windowing system'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kwindowsystem'
-license=('LGPL')
-depends=('qt5-x11extras' 'libxfixes')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('bcfa5cd27b2735ffb26379b24b437190')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwindowsystem/repos/extra-i686/PKGBUILD (from rev 230235, 
kwindowsystem/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-29 09:52:10 UTC (rev 230236)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwindowsystem
+pkgver=5.6.0
+pkgrel=2
+pkgdesc='Access to the windowing system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwindowsystem'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxfixes')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'kdebug-340348.patch')
+md5sums=('bcfa5cd27b2735ffb26379b24b437190'
+ '464d5aefb97a2bcb3395d2a6239f670a')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/kdebug-340348.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwindowsystem/repos/extra-i686/kdebug-340348.patch (from rev 230235, 
kwindowsystem/trunk/kdebug-340348.patch)
===
--- extra-i686/kdebug-340348.patch  (rev 0)
+++ extra-i686/kdebug-340348.patch  2015-01-29 09:52:10 UTC (rev 230236)
@@ -0,0 +1,136 @@
+commit 34c49b24920274455f2784b2ae6ac9108b226856
+Author: Thomas Lübking thomas.luebk...@gmail.com
+Date:   Mon Nov 17 20:09:03 2014 +0100
+
+simplify format selection, make 24bit rgb32
+
+an image w/o alphachannel is certainly not
+premultiplied
+
+the findFormat() made not much sense at all
+it was only used if the image depth was
+the default depth and then looked up supported
+16, 24 and 32 bit formats
+
+However 32 bit images were handled before
+unconditionally so this was only relevant for
+16 bit images (where we supported either 5-6-5
+or nothing) or 24bit images, where a false value
+(ARGB_premultiplied implies 32bit) was returned.
+
+IOW: for the majority of images (32bit) this was
+not used, for 24bpp displays we got a falsely
+colored images and for 16bpp either a correctly
+colored (for 5-6-5 layouts) or no image at all
+(for 5-5-5 or [4-]4-4-4 layouts)
+
+I don't know whether 16bpp w/ 5-5-5 or 4-4-4 itw.,
+but better show them miscolored images (and trigger
+a bug) than none.
+If there're funky 24bpp servers (other than 8-8-8)
+somebody shall please report a bug to 

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

2015-01-29 Thread Lukas Fleischer
Date: Thursday, January 29, 2015 @ 10:51:23
  Author: lfleischer
Revision: 126738

upgpkg: privoxy 3.0.23-1

* Upstream update.
* PKGBUILD cleanup.

Modified:
  privoxy/trunk/PKGBUILD

--+
 PKGBUILD |   28 ++--
 1 file changed, 10 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 09:42:45 UTC (rev 126737)
+++ PKGBUILD2015-01-29 09:51:23 UTC (rev 126738)
@@ -4,7 +4,7 @@
 # Contributor: basilburn (basilburn), Paul Bredbury (brebs) 
 
 pkgname=privoxy
-pkgver=3.0.22
+pkgver=3.0.23
 pkgrel=1
 pkgdesc='A web proxy with advanced filtering capabilities.'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 
source=(http://downloads.sourceforge.net/ijbswa/${pkgname}-${pkgver}-stable-src.tar.gz;
 'privoxy.logrotate.d'
 'privoxy.service')
-md5sums=('aa121751d332a51d37d3c6e4b7594daa'
+md5sums=('bbe47d5ff1a54d9f9fc93a160532697f'
  'fc3046377137003726a151ee27b142a2'
  '37965b9a52ab1f2cb9f36cee617f5cf9')
 
@@ -40,27 +40,19 @@
 MAN_DEST=${pkgdir}/usr/share/man/man1 GROUP=42 \
 CONF_BASE=${pkgdir}/etc/privoxy VAR_DEST=${pkgdir}/var install
 
-  # Don't overwrite existing log files!
-  rm ${pkgdir}/var/log/privoxy/*
-
-  install -Dm0644 ${srcdir}/privoxy.logrotate.d 
${pkgdir}/etc/logrotate.d/privoxy
-
-  # Fix config paths.
+  # Fix configuration paths.
   sed -i -e 's#^confdir.*$#confdir /etc/privoxy#' -e 's#^logdir.*$#logdir 
/var/log/privoxy#' \
 -e '/^user-manual/s#.*#\#user-manual /usr/share/doc/privoxy/user-manual/#' 
\
 ${pkgdir}/etc/privoxy/config
 
-  # Fix group ownership and permissions.
-  chgrp -R 42 ${pkgdir}/etc/privoxy/
+  # Install systemd unit and logrotate configuration.
+  install -Dm0644 ${srcdir}/privoxy.service 
${pkgdir}/usr/lib/systemd/system/privoxy.service
+  install -Dm0644 ${srcdir}/privoxy.logrotate.d 
${pkgdir}/etc/logrotate.d/privoxy
+
+  # Don't overwrite existing log files and fix log directory permissions.
+  rm ${pkgdir}/var/log/privoxy/*
   chgrp -R 42 ${pkgdir}/var/log/privoxy/
 
-  find ${pkgdir}/etc/privoxy/ -type d | xargs chmod 0770
-  find ${pkgdir}/etc/privoxy/ -type f | xargs chmod 0660
-  chmod 0700 ${pkgdir}/var/log/privoxy
-
-  # avoid conflict with filesystem=2012.06
+  # Avoid conflict with filesystem=2012.06.
   rmdir $pkgdir/var/run
-
-  # systemd unit file
-  install -Dm0644 ${srcdir}/privoxy.service 
${pkgdir}/usr/lib/systemd/system/privoxy.service
 }


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

2015-01-29 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 11:01:11
  Author: fyan
Revision: 230239

upgpkg: quazip 0.7.1-1

Modified:
  quazip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 09:58:02 UTC (rev 230238)
+++ PKGBUILD2015-01-29 10:01:11 UTC (rev 230239)
@@ -3,8 +3,8 @@
 # Contributor: trya tryagainp...@gmail.com
 
 pkgname=quazip
-pkgver=0.7
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
 pkgdesc=C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package
 url=http://sourceforge.net/projects/quazip/;
 license=('LGPL')
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('qt4')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('52a9d807934ce4e9c30ead677a3148d2')
+md5sums=('3b99effb2a9417707d463e6f19cf2629')
 
 build() {
   cd ${pkgname}-${pkgver}/${pkgname}


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

2015-01-29 Thread Lukas Fleischer
Date: Thursday, January 29, 2015 @ 10:53:17
  Author: lfleischer
Revision: 126740

upgpkg: pass 1.6.5-1

Upstream update.

Modified:
  pass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 09:51:39 UTC (rev 126739)
+++ PKGBUILD2015-01-29 09:53:17 UTC (rev 126740)
@@ -3,11 +3,11 @@
 
 pkgbase=pass
 pkgname=('pass' 'passmenu')
-pkgver=1.6.3
+pkgver=1.6.5
 pkgrel=1
 url='http://zx2c4.com/projects/password-store/'
 
source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-md5sums=('bcfd1027f5c92f26d7fcbf4e3af750eb')
+md5sums=('2c4468360c678184051e76f03c2f6b04')
 license=('GPL2')
 arch=('any')
 


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

2015-01-29 Thread Andrea Scarpino
Date: Thursday, January 29, 2015 @ 10:58:02
  Author: andrea
Revision: 230238

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
(from rev 230237, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-i686/kde.pam
(from rev 230237, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 230237, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 230237, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/extra-i686/PKGBUILD
  plasma-workspace/repos/extra-i686/kde.pam
  plasma-workspace/repos/extra-x86_64/PKGBUILD
  plasma-workspace/repos/extra-x86_64/kde.pam

---+
 /PKGBUILD |  144 
 /kde.pam  |   12 
 extra-i686/PKGBUILD   |   72 
 extra-i686/kde.pam|6 --
 extra-x86_64/PKGBUILD |   72 
 extra-x86_64/kde.pam  |6 --
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-29 09:57:52 UTC (rev 230237)
+++ extra-i686/PKGBUILD 2015-01-29 09:58:02 UTC (rev 230238)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. lq07829icatm at rambler.ru
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi')
-pkgver=5.2.0
-pkgrel=2
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
- 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-frameworks'
- 'krunner')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
-'kde.pam')
-md5sums=('4ffdb4c7e310dff222abd452fd67e74d'
- '929b182dec8a096206ad493477c09d2c')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgbase}-${pkgver}
-  # be sure to use the Qt5 version of qtpaths
-  sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS support for geolocation')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -D ${srcdir}/kde.pam \
-${pkgdir}/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm ${pkgdir}/usr/lib/drkonqi
-  rm -r ${pkgdir}/usr/share/drkonqi
-  rm ${pkgdir}/usr/lib/libKF5XmlRpcClientPrivate.*
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kdewebkit')
-
-  cd build/drkonqi
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 230237, 
plasma-workspace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-29 09:58:02 UTC (rev 230238)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. lq07829icatm at rambler.ru
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
+pkgver=5.2.0
+pkgrel=3
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
+ 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
+ 'xorg-xmessage' 'xorg-xprop')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-frameworks'
+ 'krunner')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
+'kde.pam')
+md5sums=('4ffdb4c7e310dff222abd452fd67e74d'
+ '929b182dec8a096206ad493477c09d2c')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgbase}-${pkgver}
+  # be sure to use the Qt5 version of qtpaths
+  

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

2015-01-29 Thread Lukas Fleischer
Date: Thursday, January 29, 2015 @ 11:04:51
  Author: lfleischer
Revision: 126743

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

Added:
  duplicity/repos/community-i686/1058.patch
(from rev 126742, duplicity/trunk/1058.patch)
  duplicity/repos/community-i686/PKGBUILD
(from rev 126742, duplicity/trunk/PKGBUILD)
  duplicity/repos/community-i686/gpg-encode.patch
(from rev 126742, duplicity/trunk/gpg-encode.patch)
  duplicity/repos/community-x86_64/1058.patch
(from rev 126742, duplicity/trunk/1058.patch)
  duplicity/repos/community-x86_64/PKGBUILD
(from rev 126742, duplicity/trunk/PKGBUILD)
  duplicity/repos/community-x86_64/gpg-encode.patch
(from rev 126742, duplicity/trunk/gpg-encode.patch)
Deleted:
  duplicity/repos/community-i686/PKGBUILD
  duplicity/repos/community-i686/gpg-encode.patch
  duplicity/repos/community-x86_64/PKGBUILD
  duplicity/repos/community-x86_64/gpg-encode.patch

---+
 /PKGBUILD |  106 
 /gpg-encode.patch |  432 
 community-i686/1058.patch |   10 
 community-i686/PKGBUILD   |   46 ---
 community-i686/gpg-encode.patch   |  216 --
 community-x86_64/1058.patch   |   10 
 community-x86_64/PKGBUILD |   46 ---
 community-x86_64/gpg-encode.patch |  216 --
 8 files changed, 558 insertions(+), 524 deletions(-)

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


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

2015-01-29 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 11:11:51
  Author: fyan
Revision: 230243

upgpkg: libgit2 1:0.21.5-1

Modified:
  libgit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 10:07:26 UTC (rev 230242)
+++ PKGBUILD2015-01-29 10:11:51 UTC (rev 230243)
@@ -4,8 +4,8 @@
 # Contributor: Dave Reisner d...@falconindy.com
 
 pkgname=libgit2
-pkgver=0.21.1
-pkgrel=2
+pkgver=0.21.5
+pkgrel=1
 epoch=1
 pkgdesc='A linkable library for Git'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=(cmake python)
 license=('GPL2')
 source=(https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
-md5sums=('cbf3422d54dd6f55f09855a6eb749f41')
+md5sums=('6f1d64b2d50239f0c518cb45fbe3da4a')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-29 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 11:12:22
  Author: fyan
Revision: 230244

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

Added:
  libgit2/repos/testing-i686/
  libgit2/repos/testing-i686/PKGBUILD
(from rev 230243, libgit2/trunk/PKGBUILD)
  libgit2/repos/testing-x86_64/
  libgit2/repos/testing-x86_64/PKGBUILD
(from rev 230243, libgit2/trunk/PKGBUILD)

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

Copied: libgit2/repos/testing-i686/PKGBUILD (from rev 230243, 
libgit2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-29 10:12:22 UTC (rev 230244)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 117009 2014-08-07 22:35:20Z thestinger $
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Hilton Medeiros medeiros.hil...@gmail.com
+# Contributor: Dave Reisner d...@falconindy.com
+
+pkgname=libgit2
+pkgver=0.21.5
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=(https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+md5sums=('6f1d64b2d50239f0c518cb45fbe3da4a')
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libgit2/repos/testing-x86_64/PKGBUILD (from rev 230243, 
libgit2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-29 10:12:22 UTC (rev 230244)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 117009 2014-08-07 22:35:20Z thestinger $
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Hilton Medeiros medeiros.hil...@gmail.com
+# Contributor: Dave Reisner d...@falconindy.com
+
+pkgname=libgit2
+pkgver=0.21.5
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=(https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+md5sums=('6f1d64b2d50239f0c518cb45fbe3da4a')
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-01-29 Thread Lukas Fleischer
Date: Thursday, January 29, 2015 @ 10:53:22
  Author: lfleischer
Revision: 126741

archrelease: copy trunk to community-any

Added:
  pass/repos/community-any/PKGBUILD
(from rev 126740, pass/trunk/PKGBUILD)
Deleted:
  pass/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-29 09:53:17 UTC (rev 126740)
+++ PKGBUILD2015-01-29 09:53:22 UTC (rev 126741)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Simon Zimmermann si...@insmo.com
-
-pkgbase=pass
-pkgname=('pass' 'passmenu')
-pkgver=1.6.3
-pkgrel=1
-url='http://zx2c4.com/projects/password-store/'
-source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-md5sums=('bcfd1027f5c92f26d7fcbf4e3af750eb')
-license=('GPL2')
-arch=('any')
-
-package_pass() {
-  pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
-  depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
-  optdepends=('git: for Git support')
-  provides=(pass)
-  conflicts=(pass-git)
-
-  cd ${srcdir}/password-store-$pkgver/
-
-  make DESTDIR=${pkgdir} FORCE_ALL=1 install
-}
-
-package_passmenu() {
-  pkgdesc='A dmenu interface to pass'
-  depends=('bash' 'dmenu' 'pass')
-  optdepends=('xdotool: for type support')
-
-  cd ${srcdir}/password-store-$pkgver/contrib/dmenu/
-
-  install -Dm0755 passmenu ${pkgdir}/usr/bin/passmenu
-}

Copied: pass/repos/community-any/PKGBUILD (from rev 126740, pass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 09:53:22 UTC (rev 126741)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Simon Zimmermann si...@insmo.com
+
+pkgbase=pass
+pkgname=('pass' 'passmenu')
+pkgver=1.6.5
+pkgrel=1
+url='http://zx2c4.com/projects/password-store/'
+source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
+md5sums=('2c4468360c678184051e76f03c2f6b04')
+license=('GPL2')
+arch=('any')
+
+package_pass() {
+  pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+  depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
+  optdepends=('git: for Git support')
+  provides=(pass)
+  conflicts=(pass-git)
+
+  cd ${srcdir}/password-store-$pkgver/
+
+  make DESTDIR=${pkgdir} FORCE_ALL=1 install
+}
+
+package_passmenu() {
+  pkgdesc='A dmenu interface to pass'
+  depends=('bash' 'dmenu' 'pass')
+  optdepends=('xdotool: for type support')
+
+  cd ${srcdir}/password-store-$pkgver/contrib/dmenu/
+
+  install -Dm0755 passmenu ${pkgdir}/usr/bin/passmenu
+}


[arch-commits] Commit in duplicity/trunk (1058.patch PKGBUILD)

2015-01-29 Thread Lukas Fleischer
Date: Thursday, January 29, 2015 @ 11:04:01
  Author: lfleischer
Revision: 126742

upgpkg: duplicity 0.7.01-2

Add upstream fix (fixes FS#43510).

Added:
  duplicity/trunk/1058.patch
Modified:
  duplicity/trunk/PKGBUILD

+
 1058.patch |   10 ++
 PKGBUILD   |   13 ++---
 2 files changed, 20 insertions(+), 3 deletions(-)

Added: 1058.patch
===
--- 1058.patch  (rev 0)
+++ 1058.patch  2015-01-29 10:04:01 UTC (rev 126742)
@@ -0,0 +1,10 @@
+=== modified file 'duplicity/backends/botobackend.py'
+--- duplicity/backends/botobackend.py  2014-12-17 10:35:11 +
 duplicity/backends/botobackend.py  2015-01-17 16:42:21 +
+@@ -31,4 +31,4 @@
+ duplicity.backend.register_backend(gs, BotoBackend)
+ duplicity.backend.register_backend(s3, BotoBackend)
+ duplicity.backend.register_backend(s3+http, BotoBackend)
+-duplicity.backend.uses_netloc.extend([ 'gs', 's3', 's3+http' ])
++duplicity.backend.uses_netloc.extend([ 's3' ])
+

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 09:53:22 UTC (rev 126741)
+++ PKGBUILD2015-01-29 10:04:01 UTC (rev 126742)
@@ -5,7 +5,7 @@
 
 pkgname=duplicity
 pkgver=0.7.01
-pkgrel=1
+pkgrel=2
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
 arch=('i686' 'x86_64')
 url='http://www.nongnu.org/duplicity/'
@@ -19,11 +19,18 @@
 'gvfs: GIO backend'
 'python2-gdata: Google Docs backend'
 'rsync: rsync backend')
-source=(https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz{,.sig})
+source=(https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz{,.sig}
+1058.patch)
 md5sums=('de6ce2b7336f45e9b39a3b83030a29f5'
- 'SKIP')
+ 'SKIP'
+ '63a59f9295b9651b91065aa3e623c48b')
 validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0 -i ../1058.patch
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 


[arch-commits] Commit in kwindowsystem/repos/extra-x86_64 (4 files)

2015-01-29 Thread Andrea Scarpino
Date: Thursday, January 29, 2015 @ 11:36:45
  Author: andrea
Revision: 230247

archrelease: copy trunk to extra-x86_64

Added:
  kwindowsystem/repos/extra-x86_64/PKGBUILD
(from rev 230246, kwindowsystem/trunk/PKGBUILD)
  kwindowsystem/repos/extra-x86_64/kdebug-337626.patch
(from rev 230246, kwindowsystem/trunk/kdebug-337626.patch)
  kwindowsystem/repos/extra-x86_64/kdebug-340348.patch
(from rev 230246, kwindowsystem/trunk/kdebug-340348.patch)
Deleted:
  kwindowsystem/repos/extra-x86_64/kdebug-340348.patch

-+
 PKGBUILD|   42 +++
 kdebug-337626.patch |   49 +
 kdebug-340348.patch |  272 +-
 3 files changed, 227 insertions(+), 136 deletions(-)

Copied: kwindowsystem/repos/extra-x86_64/PKGBUILD (from rev 230246, 
kwindowsystem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 10:36:45 UTC (rev 230247)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwindowsystem
+pkgver=5.6.0
+pkgrel=3
+pkgdesc='Access to the windowing system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwindowsystem'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxfixes')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'kdebug-340348.patch' 'kdebug-337626.patch')
+md5sums=('bcfa5cd27b2735ffb26379b24b437190'
+ '464d5aefb97a2bcb3395d2a6239f670a'
+ 'e8c9ffc08782f99cdb88a706c4496f29')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/kdebug-340348.patch
+  patch -p1 -i ${srcdir}/kdebug-337626.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwindowsystem/repos/extra-x86_64/kdebug-337626.patch (from rev 230246, 
kwindowsystem/trunk/kdebug-337626.patch)
===
--- kdebug-337626.patch (rev 0)
+++ kdebug-337626.patch 2015-01-29 10:36:45 UTC (rev 230247)
@@ -0,0 +1,49 @@
+commit 9dbb47b07d4b4ec1e3e46098f955d36a318794bb
+Author: Thomas Lübking thomas.luebk...@gmail.com
+Date:   Mon Nov 17 20:06:20 2014 +0100
+
+ensure to keep image data alive w/ the image
+
+raster QPixmaps re-use the image data (implicitly shared)
+deleting them w/ scope will thus cause invalidated
+memory in the returned pixmap
+
+BUG: 337626
+REVIEW: 121158
+
+diff --git a/src/kxutils.cpp b/src/kxutils.cpp
+index 44885e0..c75c08e 100644
+--- a/src/kxutils.cpp
 b/src/kxutils.cpp
+@@ -107,19 +107,14 @@ template typename T T fromNative(xcb_pixmap_t pixmap)
+ case 30: {
+ // Qt doesn't have a matching image format. We need to convert 
manually
+ uint32_t *pixels = reinterpret_castuint32_t 
*(xcb_get_image_data(xImage.data()));
+-for (int i = 0; i  xImage.data()-length; ++i) {
++for (uint i = 0; i  xImage.data()-length; ++i) {
+ int r = (pixels[i]  22)  0xff;
+ int g = (pixels[i]  12)  0xff;
+ int b = (pixels[i]   2)  0xff;
+ 
+ pixels[i] = qRgba(r, g, b, 0xff);
+ }
+-QImage image(reinterpret_castuchar *(pixels), geo-width, 
geo-height,
+- xcb_get_image_data_length(xImage.data()) / geo-height, 
QImage::Format_ARGB32_Premultiplied);
+-if (image.isNull()) {
+-return T();
+-}
+-return T::fromImage(image);
++// fall through, Qt format is still Format_ARGB32_Premultiplied
+ }
+ case 32:
+ format = QImage::Format_ARGB32_Premultiplied;
+@@ -136,7 +131,8 @@ template typename T T fromNative(xcb_pixmap_t pixmap)
+ }
+ }
+ QImage image(xcb_get_image_data(xImage.data()), geo-width, geo-height,
+- xcb_get_image_data_length(xImage.data()) / geo-height, 
format);
++ xcb_get_image_data_length(xImage.data()) / geo-height, 
format, free, xImage.data());
++xImage.take();
+ if (image.isNull()) {
+ return T();
+ }

Deleted: kdebug-340348.patch
===
--- kdebug-340348.patch 2015-01-29 10:36:18 UTC (rev 230246)
+++ kdebug-340348.patch 2015-01-29 10:36:45 UTC (rev 230247)
@@ -1,136 +0,0 @@
-commit 34c49b24920274455f2784b2ae6ac9108b226856
-Author: Thomas Lübking thomas.luebk...@gmail.com
-Date:   Mon Nov 17 20:09:03 2014 +0100
-
-simplify format selection, make 24bit rgb32
-
-an image w/o alphachannel is certainly not
-premultiplied
-
-the 

[arch-commits] Commit in kwindowsystem/trunk (PKGBUILD kdebug-337626.patch)

2015-01-29 Thread Andrea Scarpino
Date: Thursday, January 29, 2015 @ 11:36:10
  Author: andrea
Revision: 230245

upgpkg: kwindowsystem 5.6.0-3

Fix Kobi crash (FS#43621) (KDEBUG#337626)

Added:
  kwindowsystem/trunk/kdebug-337626.patch
Modified:
  kwindowsystem/trunk/PKGBUILD

-+
 PKGBUILD|8 +---
 kdebug-337626.patch |   49 +
 2 files changed, 54 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 10:12:22 UTC (rev 230244)
+++ PKGBUILD2015-01-29 10:36:10 UTC (rev 230245)
@@ -3,7 +3,7 @@
 
 pkgname=kwindowsystem
 pkgver=5.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Access to the windowing system'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kwindowsystem'
@@ -12,9 +12,10 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'kdebug-340348.patch')
+'kdebug-340348.patch' 'kdebug-337626.patch')
 md5sums=('bcfa5cd27b2735ffb26379b24b437190'
- '464d5aefb97a2bcb3395d2a6239f670a')
+ '464d5aefb97a2bcb3395d2a6239f670a'
+ 'e8c9ffc08782f99cdb88a706c4496f29')
 
 prepare() {
   mkdir build
@@ -21,6 +22,7 @@
 
   cd ${pkgname}-${pkgver}
   patch -p1 -i ${srcdir}/kdebug-340348.patch
+  patch -p1 -i ${srcdir}/kdebug-337626.patch
 }
 
 build() {

Added: kdebug-337626.patch
===
--- kdebug-337626.patch (rev 0)
+++ kdebug-337626.patch 2015-01-29 10:36:10 UTC (rev 230245)
@@ -0,0 +1,49 @@
+commit 9dbb47b07d4b4ec1e3e46098f955d36a318794bb
+Author: Thomas Lübking thomas.luebk...@gmail.com
+Date:   Mon Nov 17 20:06:20 2014 +0100
+
+ensure to keep image data alive w/ the image
+
+raster QPixmaps re-use the image data (implicitly shared)
+deleting them w/ scope will thus cause invalidated
+memory in the returned pixmap
+
+BUG: 337626
+REVIEW: 121158
+
+diff --git a/src/kxutils.cpp b/src/kxutils.cpp
+index 44885e0..c75c08e 100644
+--- a/src/kxutils.cpp
 b/src/kxutils.cpp
+@@ -107,19 +107,14 @@ template typename T T fromNative(xcb_pixmap_t pixmap)
+ case 30: {
+ // Qt doesn't have a matching image format. We need to convert 
manually
+ uint32_t *pixels = reinterpret_castuint32_t 
*(xcb_get_image_data(xImage.data()));
+-for (int i = 0; i  xImage.data()-length; ++i) {
++for (uint i = 0; i  xImage.data()-length; ++i) {
+ int r = (pixels[i]  22)  0xff;
+ int g = (pixels[i]  12)  0xff;
+ int b = (pixels[i]   2)  0xff;
+ 
+ pixels[i] = qRgba(r, g, b, 0xff);
+ }
+-QImage image(reinterpret_castuchar *(pixels), geo-width, 
geo-height,
+- xcb_get_image_data_length(xImage.data()) / geo-height, 
QImage::Format_ARGB32_Premultiplied);
+-if (image.isNull()) {
+-return T();
+-}
+-return T::fromImage(image);
++// fall through, Qt format is still Format_ARGB32_Premultiplied
+ }
+ case 32:
+ format = QImage::Format_ARGB32_Premultiplied;
+@@ -136,7 +131,8 @@ template typename T T fromNative(xcb_pixmap_t pixmap)
+ }
+ }
+ QImage image(xcb_get_image_data(xImage.data()), geo-width, geo-height,
+- xcb_get_image_data_length(xImage.data()) / geo-height, 
format);
++ xcb_get_image_data_length(xImage.data()) / geo-height, 
format, free, xImage.data());
++xImage.take();
+ if (image.isNull()) {
+ return T();
+ }


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

2015-01-29 Thread Andrea Scarpino
Date: Thursday, January 29, 2015 @ 11:36:18
  Author: andrea
Revision: 230246

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

Deleted:
  kwindowsystem/repos/extra-i686/PKGBUILD
  kwindowsystem/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 2 files changed, 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-29 10:36:10 UTC (rev 230245)
+++ extra-i686/PKGBUILD 2015-01-29 10:36:18 UTC (rev 230246)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwindowsystem
-pkgver=5.6.0
-pkgrel=2
-pkgdesc='Access to the windowing system'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kwindowsystem'
-license=('LGPL')
-depends=('qt5-x11extras' 'libxfixes')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'kdebug-340348.patch')
-md5sums=('bcfa5cd27b2735ffb26379b24b437190'
- '464d5aefb97a2bcb3395d2a6239f670a')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/kdebug-340348.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-29 10:36:10 UTC (rev 230245)
+++ extra-x86_64/PKGBUILD   2015-01-29 10:36:18 UTC (rev 230246)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwindowsystem
-pkgver=5.6.0
-pkgrel=2
-pkgdesc='Access to the windowing system'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kwindowsystem'
-license=('LGPL')
-depends=('qt5-x11extras' 'libxfixes')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'kdebug-340348.patch')
-md5sums=('bcfa5cd27b2735ffb26379b24b437190'
- '464d5aefb97a2bcb3395d2a6239f670a')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/kdebug-340348.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}


[arch-commits] Commit in kwindowsystem/repos/extra-i686 (4 files)

2015-01-29 Thread Andrea Scarpino
Date: Thursday, January 29, 2015 @ 11:36:53
  Author: andrea
Revision: 230248

archrelease: copy trunk to extra-i686

Added:
  kwindowsystem/repos/extra-i686/PKGBUILD
(from rev 230247, kwindowsystem/trunk/PKGBUILD)
  kwindowsystem/repos/extra-i686/kdebug-337626.patch
(from rev 230247, kwindowsystem/trunk/kdebug-337626.patch)
  kwindowsystem/repos/extra-i686/kdebug-340348.patch
(from rev 230247, kwindowsystem/trunk/kdebug-340348.patch)
Deleted:
  kwindowsystem/repos/extra-i686/kdebug-340348.patch

-+
 PKGBUILD|   42 +++
 kdebug-337626.patch |   49 +
 kdebug-340348.patch |  272 +-
 3 files changed, 227 insertions(+), 136 deletions(-)

Copied: kwindowsystem/repos/extra-i686/PKGBUILD (from rev 230247, 
kwindowsystem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 10:36:53 UTC (rev 230248)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwindowsystem
+pkgver=5.6.0
+pkgrel=3
+pkgdesc='Access to the windowing system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwindowsystem'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxfixes')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'kdebug-340348.patch' 'kdebug-337626.patch')
+md5sums=('bcfa5cd27b2735ffb26379b24b437190'
+ '464d5aefb97a2bcb3395d2a6239f670a'
+ 'e8c9ffc08782f99cdb88a706c4496f29')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/kdebug-340348.patch
+  patch -p1 -i ${srcdir}/kdebug-337626.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwindowsystem/repos/extra-i686/kdebug-337626.patch (from rev 230247, 
kwindowsystem/trunk/kdebug-337626.patch)
===
--- kdebug-337626.patch (rev 0)
+++ kdebug-337626.patch 2015-01-29 10:36:53 UTC (rev 230248)
@@ -0,0 +1,49 @@
+commit 9dbb47b07d4b4ec1e3e46098f955d36a318794bb
+Author: Thomas Lübking thomas.luebk...@gmail.com
+Date:   Mon Nov 17 20:06:20 2014 +0100
+
+ensure to keep image data alive w/ the image
+
+raster QPixmaps re-use the image data (implicitly shared)
+deleting them w/ scope will thus cause invalidated
+memory in the returned pixmap
+
+BUG: 337626
+REVIEW: 121158
+
+diff --git a/src/kxutils.cpp b/src/kxutils.cpp
+index 44885e0..c75c08e 100644
+--- a/src/kxutils.cpp
 b/src/kxutils.cpp
+@@ -107,19 +107,14 @@ template typename T T fromNative(xcb_pixmap_t pixmap)
+ case 30: {
+ // Qt doesn't have a matching image format. We need to convert 
manually
+ uint32_t *pixels = reinterpret_castuint32_t 
*(xcb_get_image_data(xImage.data()));
+-for (int i = 0; i  xImage.data()-length; ++i) {
++for (uint i = 0; i  xImage.data()-length; ++i) {
+ int r = (pixels[i]  22)  0xff;
+ int g = (pixels[i]  12)  0xff;
+ int b = (pixels[i]   2)  0xff;
+ 
+ pixels[i] = qRgba(r, g, b, 0xff);
+ }
+-QImage image(reinterpret_castuchar *(pixels), geo-width, 
geo-height,
+- xcb_get_image_data_length(xImage.data()) / geo-height, 
QImage::Format_ARGB32_Premultiplied);
+-if (image.isNull()) {
+-return T();
+-}
+-return T::fromImage(image);
++// fall through, Qt format is still Format_ARGB32_Premultiplied
+ }
+ case 32:
+ format = QImage::Format_ARGB32_Premultiplied;
+@@ -136,7 +131,8 @@ template typename T T fromNative(xcb_pixmap_t pixmap)
+ }
+ }
+ QImage image(xcb_get_image_data(xImage.data()), geo-width, geo-height,
+- xcb_get_image_data_length(xImage.data()) / geo-height, 
format);
++ xcb_get_image_data_length(xImage.data()) / geo-height, 
format, free, xImage.data());
++xImage.take();
+ if (image.isNull()) {
+ return T();
+ }

Deleted: kdebug-340348.patch
===
--- kdebug-340348.patch 2015-01-29 10:36:45 UTC (rev 230247)
+++ kdebug-340348.patch 2015-01-29 10:36:53 UTC (rev 230248)
@@ -1,136 +0,0 @@
-commit 34c49b24920274455f2784b2ae6ac9108b226856
-Author: Thomas Lübking thomas.luebk...@gmail.com
-Date:   Mon Nov 17 20:09:03 2014 +0100
-
-simplify format selection, make 24bit rgb32
-
-an image w/o alphachannel is certainly not
-premultiplied
-
-the findFormat() made not 

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

2015-01-29 Thread Ike Devolder
Date: Thursday, January 29, 2015 @ 13:16:38
  Author: idevolder
Revision: 126744

upgpkg: php-mongo 1.6.0-1

Modified:
  php-mongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 10:04:51 UTC (rev 126743)
+++ PKGBUILD2015-01-29 12:16:38 UTC (rev 126744)
@@ -2,7 +2,7 @@
 # Contributor: Jarek Sedlacek jareksedla...@gmail.com
 
 pkgname=php-mongo
-pkgver=1.5.8
+pkgver=1.6.0
 pkgrel=1
 pkgdesc=Officially supported PHP driver for MongoDB
 arch=(i686 x86_64)
@@ -26,5 +26,5 @@
make INSTALL_ROOT=$pkgdir install
install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
 }
-sha256sums=('7253436179755aa0235ecdf62b89e085f59138c935a8865dbc7c70ab5b07646c'
+sha256sums=('aef85ec1d52613ad66c8c75f3c5453acad82508056adb8cdcdbe6b6eba838ef7'
 'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')


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

2015-01-29 Thread Ike Devolder
Date: Thursday, January 29, 2015 @ 13:16:49
  Author: idevolder
Revision: 126745

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

Added:
  php-mongo/repos/community-i686/PKGBUILD
(from rev 126744, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-i686/mongo.ini
(from rev 126744, php-mongo/trunk/mongo.ini)
  php-mongo/repos/community-x86_64/PKGBUILD
(from rev 126744, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-x86_64/mongo.ini
(from rev 126744, php-mongo/trunk/mongo.ini)
Deleted:
  php-mongo/repos/community-i686/PKGBUILD
  php-mongo/repos/community-i686/mongo.ini
  php-mongo/repos/community-x86_64/PKGBUILD
  php-mongo/repos/community-x86_64/mongo.ini

+
 /PKGBUILD  |   60 +++
 /mongo.ini |   56 
 community-i686/PKGBUILD|   30 -
 community-i686/mongo.ini   |   28 
 community-x86_64/PKGBUILD  |   30 -
 community-x86_64/mongo.ini |   28 
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-29 12:16:38 UTC (rev 126744)
+++ community-i686/PKGBUILD 2015-01-29 12:16:49 UTC (rev 126745)
@@ -1,30 +0,0 @@
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Jarek Sedlacek jareksedla...@gmail.com
-
-pkgname=php-mongo
-pkgver=1.5.8
-pkgrel=1
-pkgdesc=Officially supported PHP driver for MongoDB
-arch=(i686 x86_64)
-url=http://www.mongodb.org/display/DOCS/PHP+Language+Center;
-license=(APACHE)
-depends=(php)
-backup=(etc/php/conf.d/mongo.ini)
-source=(
-   http://pecl.php.net/get/mongo-$pkgver.tgz;
-   mongo.ini
-)
-
-build() {
-   cd mongo-$pkgver
-   phpize
-   ./configure --prefix=/usr --enable-mongo
-}
-
-package() {
-   cd mongo-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-   install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
-}
-sha256sums=('7253436179755aa0235ecdf62b89e085f59138c935a8865dbc7c70ab5b07646c'
-'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Copied: php-mongo/repos/community-i686/PKGBUILD (from rev 126744, 
php-mongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-29 12:16:49 UTC (rev 126745)
@@ -0,0 +1,30 @@
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Jarek Sedlacek jareksedla...@gmail.com
+
+pkgname=php-mongo
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Officially supported PHP driver for MongoDB
+arch=(i686 x86_64)
+url=http://www.mongodb.org/display/DOCS/PHP+Language+Center;
+license=(APACHE)
+depends=(php)
+backup=(etc/php/conf.d/mongo.ini)
+source=(
+   http://pecl.php.net/get/mongo-$pkgver.tgz;
+   mongo.ini
+)
+
+build() {
+   cd mongo-$pkgver
+   phpize
+   ./configure --prefix=/usr --enable-mongo
+}
+
+package() {
+   cd mongo-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
+}
+sha256sums=('aef85ec1d52613ad66c8c75f3c5453acad82508056adb8cdcdbe6b6eba838ef7'
+'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Deleted: community-i686/mongo.ini
===
--- community-i686/mongo.ini2015-01-29 12:16:38 UTC (rev 126744)
+++ community-i686/mongo.ini2015-01-29 12:16:49 UTC (rev 126745)
@@ -1,28 +0,0 @@
-; Tell PHP to load the Mongo Extension on startup
-extension=mongo.so
-
-[mongo]
-; If the driver should reconnect to mongo
-mongo.auto_reconnect = False
-
-; Whether to allow persistent connections
-mongo.allow_persistent = On
-
-; Maximum number of persistent connections (-1 means unlimited)
-mongo.max_persistent = -1
-
-; Maximum number of links (persistent and non-persistent, -1 means unlimited)
-mongo.max_connections = -1
-
-; Default host for mongo connection
-mongo.default_host = localhost
-
-; Default port for mongo database
-mongo.default_port = 27017
-
-; When saving files to the database, size of chunks to split them into
-mongo.chunk_size = 262400
-
-; Specify an alternate character to $ to use for special db functions ($set, 
$push, $exists, etc.)
-mongo.cmd = $
-

Copied: php-mongo/repos/community-i686/mongo.ini (from rev 126744, 
php-mongo/trunk/mongo.ini)
===
--- community-i686/mongo.ini(rev 0)
+++ community-i686/mongo.ini2015-01-29 12:16:49 UTC (rev 126745)
@@ -0,0 +1,28 @@
+; Tell PHP to load the Mongo Extension on startup
+extension=mongo.so
+
+[mongo]
+; If the driver should reconnect to mongo
+mongo.auto_reconnect = 

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

2015-01-29 Thread Alexander Rødseth
Date: Thursday, January 29, 2015 @ 16:50:03
  Author: arodseth
Revision: 126749

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 126748, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-29 15:49:52 UTC (rev 126748)
+++ PKGBUILD2015-01-29 15:50:03 UTC (rev 126749)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
-
-pkgname=nuitka
-pkgver=0.5.8
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python' 'scons')
-options=('!emptydirs')
-source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('59ee99ef2ca1039fa233bc5837c53c385f85383e36437f1ec6e3c770423dbc12')
-
-package() {
-  cd Nuitka-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-} 
-
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 126748, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 15:50:03 UTC (rev 126749)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+pkgname=nuitka
+pkgver=0.5.9
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python' 'scons')
+options=('!emptydirs')
+source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
+sha256sums=('29a82e6fa9d3314e71b6c31a00eb7182e68ea0b1d1c49e988b053ef4e363edbb')
+
+package() {
+  cd Nuitka-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+} 
+
+# vim: sw=2 ts=2 et:


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

2015-01-29 Thread Alexander Rødseth
Date: Thursday, January 29, 2015 @ 16:49:52
  Author: arodseth
Revision: 126748

upgpkg: nuitka 0.5.9-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 15:09:32 UTC (rev 126747)
+++ PKGBUILD2015-01-29 15:49:52 UTC (rev 126748)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
 
 pkgname=nuitka
-pkgver=0.5.8
+pkgver=0.5.9
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python' 'scons')
 options=('!emptydirs')
 source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('59ee99ef2ca1039fa233bc5837c53c385f85383e36437f1ec6e3c770423dbc12')
+sha256sums=('29a82e6fa9d3314e71b6c31a00eb7182e68ea0b1d1c49e988b053ef4e363edbb')
 
 package() {
   cd Nuitka-$pkgver


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

2015-01-29 Thread Jaroslav Lichtblau
Date: Thursday, January 29, 2015 @ 20:13:42
  Author: jlichtblau
Revision: 126751

archrelease: copy trunk to community-staging-x86_64

Added:
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 126750, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-1.5.1-python-install.patch
(from rev 126750, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-x86_64/gdal-sqlite-3.8.7.patch
(from rev 126750, gdal/trunk/gdal-sqlite-3.8.7.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 126750, gdal/trunk/gdal.changelog)

-+
 PKGBUILD|   77 ++
 gdal-1.5.1-python-install.patch |   10 
 gdal-sqlite-3.8.7.patch |   17 
 gdal.changelog  |   44 +
 4 files changed, 148 insertions(+)

Copied: gdal/repos/community-staging-x86_64/PKGBUILD (from rev 126750, 
gdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-29 19:13:42 UTC (rev 126751)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gdal
+pkgver=1.11.1
+pkgrel=6
+pkgdesc=A translator library for raster geospatial data formats
+arch=('i686' 'x86_64')
+url=http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libspatialite' 'libtiff' 'netcdf' 'poppler' 'python2' 'python2-numpy' 
'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+gdal-1.5.1-python-install.patch gdal-sqlite-3.8.7.patch)
+sha256sums=('f46b5944a8cabc8516673f231f466131cdfd2cdc6677dbee5d96ec7fc58a3340'
+'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6'
+'2c1546f3303c27b5b9476192fd1f75fad0824380e711699ab09c2dd2f42d53c0')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
+#FS#43193
+  patch -Np2 -i ${srcdir}/gdal-sqlite-3.8.7.patch
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i s|^mandir=.*|mandir='\${prefix}/share/man'| configure
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  export CFLAGS=$CFLAGS -fno-strict-aliasing
+
+# bug #23654
+  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
+  --with-geotiff --with-mysql --with-python --with-curl \
+  --with-hdf5 --with-perl --with-geos --with-png --with-poppler 
--with-spatialite
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+}
+
+package () {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-man
+
+# install license
+  install -D -m644 LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+#FS15477 clean up junks
+  rm -f ${pkgdir}/usr/bin/*.dox
+  rm -f ${pkgdir}/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+
+# Remove RPATH
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
+}

Copied: gdal/repos/community-staging-x86_64/gdal-1.5.1-python-install.patch 
(from rev 126750, gdal/trunk/gdal-1.5.1-python-install.patch)
===
--- community-staging-x86_64/gdal-1.5.1-python-install.patch
(rev 0)
+++ community-staging-x86_64/gdal-1.5.1-python-install.patch2015-01-29 
19:13:42 UTC (rev 126751)
@@ -0,0 +1,10 @@
+--- swig/python/GNUmakefile.orig   2010-04-24 01:22:07.0 +0200
 swig/python/GNUmakefile2010-05-05 19:14:58.0 +0200
+@@ -72,5 +72,5 @@
+ ifeq ($(PY_HAVE_SETUPTOOLS),1)
+-  $(PYTHON) setup.py install 
++  $(PYTHON) setup.py install --root=$(DESTDIR) 
+ else
+- 

[arch-commits] Commit in gdal/trunk (PKGBUILD gdal.changelog)

2015-01-29 Thread Jaroslav Lichtblau
Date: Thursday, January 29, 2015 @ 20:13:30
  Author: jlichtblau
Revision: 126750

upgpkg: gdal 1.11.1-6
poppler 0.30.0 rebuild

Modified:
  gdal/trunk/PKGBUILD
  gdal/trunk/gdal.changelog

+
 PKGBUILD   |2 +-
 gdal.changelog |3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 15:50:03 UTC (rev 126749)
+++ PKGBUILD2015-01-29 19:13:30 UTC (rev 126750)
@@ -5,7 +5,7 @@
 
 pkgname=gdal
 pkgver=1.11.1
-pkgrel=5
+pkgrel=6
 pkgdesc=A translator library for raster geospatial data formats
 arch=('i686' 'x86_64')
 url=http://www.gdal.org/;

Modified: gdal.changelog
===
--- gdal.changelog  2015-01-29 15:50:03 UTC (rev 126749)
+++ gdal.changelog  2015-01-29 19:13:30 UTC (rev 126750)
@@ -1,3 +1,6 @@
+2015-01-29 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * gdal 1.11.1-6 poppler 0.30.0 rebuild
+
 2014-12-22 Jaroslav Lichtblau svetlemo...@archlinux.org
* gdal 1.11.1-5 FS#43193 fix
 


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

2015-01-29 Thread Lukas Jirkovsky
Date: Thursday, January 29, 2015 @ 20:50:16
  Author: stativ
Revision: 126752

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

update to 14.0.3

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

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 19:13:42 UTC (rev 126751)
+++ PKGBUILD2015-01-29 19:50:16 UTC (rev 126752)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=intellij-idea-community-edition
-pkgver=14.0.2
-_pkgver=139.659.2
+pkgver=14.0.3
+_pkgver=139.1117.1
 pkgrel=1
 epoch=1
 pkgdesc=IDE for Java, Groovy and other programming languages with advanced 
refactoring features
@@ -13,7 +13,7 @@
 install=idea.install
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
 idea.desktop idea.sh)
-md5sums=('3240c20ed8ce505209876258fd37e663'
+md5sums=('04c4d0fed9eb93d9bc7639f8792ffa7e'
  '074bca11876cd1129e74feafd6271670'
  'f27bad35ee8e6445ca2f8a591bca895a')
 


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

2015-01-29 Thread Lukas Jirkovsky
Date: Thursday, January 29, 2015 @ 20:50:22
  Author: stativ
Revision: 126753

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   88 -
 idea.desktop |   22 +++---
 idea.install |   18 +--
 idea.sh  |8 ++---
 4 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-29 19:50:16 UTC (rev 126752)
+++ PKGBUILD2015-01-29 19:50:22 UTC (rev 126753)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=intellij-idea-community-edition
-pkgver=14.0.2
-_pkgver=139.659.2
-pkgrel=1
-epoch=1
-pkgdesc=IDE for Java, Groovy and other programming languages with advanced 
refactoring features
-arch=('any')
-url=http://www.jetbrains.org/;
-license=('Apache')
-depends=('java-environment' intellij-idea-libs 'giflib' 'libxtst')
-install=idea.install
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
-idea.desktop idea.sh)
-md5sums=('3240c20ed8ce505209876258fd37e663'
- '074bca11876cd1129e74feafd6271670'
- 'f27bad35ee8e6445ca2f8a591bca895a')
-
-package() {
-  install -d -m755 $pkgdir/usr/share
-  cp -a idea-IC-$_pkgver $pkgdir/usr/share/intellijidea-ce
-
-  # remove files owned by intellij-idea-libs
-  rm $pkgdir/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
-  rm -rf $pkgdir/usr/share/intellijidea-ce/lib/libpty
-
-  # make sure that all files are owned by root
-  chown -R root:root $pkgdir/usr/share
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' $pkgdir/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -D -m755 $srcdir/idea.sh $pkgdir/usr/bin/idea.sh
-  install -D -m644 $srcdir/idea.desktop 
$pkgdir/usr/share/applications/idea.desktop
-  install -D -m644 $pkgdir/usr/share/intellijidea-ce/bin/idea.png \
-   $pkgdir/usr/share/pixmaps/idea.png
-
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  $pkgdir/usr/share/intellijidea-ce/bin/*.vmoptions
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
126752, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 19:50:22 UTC (rev 126753)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=intellij-idea-community-edition
+pkgver=14.0.3
+_pkgver=139.1117.1
+pkgrel=1
+epoch=1
+pkgdesc=IDE for Java, Groovy and other programming languages with advanced 
refactoring features
+arch=('any')
+url=http://www.jetbrains.org/;
+license=('Apache')
+depends=('java-environment' intellij-idea-libs 'giflib' 'libxtst')
+install=idea.install
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
+idea.desktop idea.sh)
+md5sums=('04c4d0fed9eb93d9bc7639f8792ffa7e'
+ '074bca11876cd1129e74feafd6271670'
+ 'f27bad35ee8e6445ca2f8a591bca895a')
+
+package() {
+  install -d -m755 $pkgdir/usr/share
+  cp -a idea-IC-$_pkgver $pkgdir/usr/share/intellijidea-ce
+
+  # remove files owned by intellij-idea-libs
+  rm $pkgdir/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
+  rm -rf $pkgdir/usr/share/intellijidea-ce/lib/libpty
+
+  # make sure that all files are owned by root
+  chown -R root:root $pkgdir/usr/share
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' $pkgdir/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -D -m755 $srcdir/idea.sh $pkgdir/usr/bin/idea.sh
+  install -D -m644 $srcdir/idea.desktop 
$pkgdir/usr/share/applications/idea.desktop
+  install -D -m644 $pkgdir/usr/share/intellijidea-ce/bin/idea.png \
+   $pkgdir/usr/share/pixmaps/idea.png
+
+
+  # workaround FS#40934
+  sed -i 's|lcd|on|'  $pkgdir/usr/share/intellijidea-ce/bin/*.vmoptions
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: idea.desktop
===
--- idea.desktop2015-01-29 19:50:16 UTC (rev 126752)
+++ idea.desktop 

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

2015-01-29 Thread Lukas Jirkovsky
Date: Thursday, January 29, 2015 @ 20:55:13
  Author: stativ
Revision: 126754

upgpkg: intellij-idea-libs 1:14.0.3-1

update to 14.0.3

Modified:
  intellij-idea-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 19:50:22 UTC (rev 126753)
+++ PKGBUILD2015-01-29 19:55:13 UTC (rev 126754)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=intellij-idea-libs
-pkgver=14.0.2
-_pkgver=139.659.2
+pkgver=14.0.3
+_pkgver=139.1117.1
 pkgrel=1
 epoch=1
 pkgdesc=Architecture dependent libraries needed by the Intellij Idea IDE
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=(!strip)
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('3240c20ed8ce505209876258fd37e663')
+md5sums=('04c4d0fed9eb93d9bc7639f8792ffa7e')
 
 package() {
   [ $CARCH == x86_64 ]  SUFFIX=64


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

2015-01-29 Thread Lukas Jirkovsky
Date: Thursday, January 29, 2015 @ 20:55:20
  Author: stativ
Revision: 126755

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-29 19:55:13 UTC (rev 126754)
+++ community-i686/PKGBUILD 2015-01-29 19:55:20 UTC (rev 126755)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=intellij-idea-libs
-pkgver=14.0.2
-_pkgver=139.659.2
-pkgrel=1
-epoch=1
-pkgdesc=Architecture dependent libraries needed by the Intellij Idea IDE
-arch=('i686' 'x86_64')
-url=http://www.jetbrains.org/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('3240c20ed8ce505209876258fd37e663')
-
-package() {
-  [ $CARCH == x86_64 ]  SUFFIX=64
-  install -D -m755 idea-IC-$_pkgver/bin/fsnotifier${SUFFIX} 
$pkgdir/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 idea-IC-$_pkgver/bin/libbreakgen${SUFFIX}.so 
$pkgdir/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == x86_64 ]  _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 idea-IC-$_pkgver/lib/libpty/linux/$_ARCH/libpty.so 
$pkgdir/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-i686/PKGBUILD (from rev 126754, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-29 19:55:20 UTC (rev 126755)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=intellij-idea-libs
+pkgver=14.0.3
+_pkgver=139.1117.1
+pkgrel=1
+epoch=1
+pkgdesc=Architecture dependent libraries needed by the Intellij Idea IDE
+arch=('i686' 'x86_64')
+url=http://www.jetbrains.org/;
+license=('Apache')
+depends=('glibc')
+options=(!strip)
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
+md5sums=('04c4d0fed9eb93d9bc7639f8792ffa7e')
+
+package() {
+  [ $CARCH == x86_64 ]  SUFFIX=64
+  install -D -m755 idea-IC-$_pkgver/bin/fsnotifier${SUFFIX} 
$pkgdir/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
+  install -D -m644 idea-IC-$_pkgver/bin/libbreakgen${SUFFIX}.so 
$pkgdir/usr/lib/libbreakgen${SUFFIX}.so
+  
+  # libpty
+  [ $CARCH == x86_64 ]  _ARCH=x86_64 || _ARCH=x86
+  install -D -m644 idea-IC-$_pkgver/lib/libpty/linux/$_ARCH/libpty.so 
$pkgdir/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-29 19:55:13 UTC (rev 126754)
+++ community-x86_64/PKGBUILD   2015-01-29 19:55:20 UTC (rev 126755)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=intellij-idea-libs
-pkgver=14.0.2
-_pkgver=139.659.2
-pkgrel=1
-epoch=1
-pkgdesc=Architecture dependent libraries needed by the Intellij Idea IDE
-arch=('i686' 'x86_64')
-url=http://www.jetbrains.org/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('3240c20ed8ce505209876258fd37e663')
-
-package() {
-  [ $CARCH == x86_64 ]  SUFFIX=64
-  install -D -m755 idea-IC-$_pkgver/bin/fsnotifier${SUFFIX} 
$pkgdir/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 idea-IC-$_pkgver/bin/libbreakgen${SUFFIX}.so 
$pkgdir/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == x86_64 ]  _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 idea-IC-$_pkgver/lib/libpty/linux/$_ARCH/libpty.so 
$pkgdir/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-x86_64/PKGBUILD (from rev 126754, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-29 19:55:20 UTC (rev 126755)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=intellij-idea-libs
+pkgver=14.0.3
+_pkgver=139.1117.1
+pkgrel=1
+epoch=1
+pkgdesc=Architecture dependent libraries needed by 

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

2015-01-29 Thread Jaroslav Lichtblau
Date: Thursday, January 29, 2015 @ 21:01:09
  Author: jlichtblau
Revision: 126756

archrelease: copy trunk to community-staging-i686

Added:
  gdal/repos/community-staging-i686/
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 126755, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch
(from rev 126755, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-i686/gdal-sqlite-3.8.7.patch
(from rev 126755, gdal/trunk/gdal-sqlite-3.8.7.patch)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 126755, gdal/trunk/gdal.changelog)

-+
 PKGBUILD|   77 ++
 gdal-1.5.1-python-install.patch |   10 
 gdal-sqlite-3.8.7.patch |   17 
 gdal.changelog  |   44 +
 4 files changed, 148 insertions(+)

Copied: gdal/repos/community-staging-i686/PKGBUILD (from rev 126755, 
gdal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-29 20:01:09 UTC (rev 126756)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gdal
+pkgver=1.11.1
+pkgrel=6
+pkgdesc=A translator library for raster geospatial data formats
+arch=('i686' 'x86_64')
+url=http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libspatialite' 'libtiff' 'netcdf' 'poppler' 'python2' 'python2-numpy' 
'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+gdal-1.5.1-python-install.patch gdal-sqlite-3.8.7.patch)
+sha256sums=('f46b5944a8cabc8516673f231f466131cdfd2cdc6677dbee5d96ec7fc58a3340'
+'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6'
+'2c1546f3303c27b5b9476192fd1f75fad0824380e711699ab09c2dd2f42d53c0')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
+#FS#43193
+  patch -Np2 -i ${srcdir}/gdal-sqlite-3.8.7.patch
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i s|^mandir=.*|mandir='\${prefix}/share/man'| configure
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  export CFLAGS=$CFLAGS -fno-strict-aliasing
+
+# bug #23654
+  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
+  --with-geotiff --with-mysql --with-python --with-curl \
+  --with-hdf5 --with-perl --with-geos --with-png --with-poppler 
--with-spatialite
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+}
+
+package () {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-man
+
+# install license
+  install -D -m644 LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+#FS15477 clean up junks
+  rm -f ${pkgdir}/usr/bin/*.dox
+  rm -f ${pkgdir}/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+
+# Remove RPATH
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
+}

Copied: gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch (from 
rev 126755, gdal/trunk/gdal-1.5.1-python-install.patch)
===
--- community-staging-i686/gdal-1.5.1-python-install.patch  
(rev 0)
+++ community-staging-i686/gdal-1.5.1-python-install.patch  2015-01-29 
20:01:09 UTC (rev 126756)
@@ -0,0 +1,10 @@
+--- swig/python/GNUmakefile.orig   2010-04-24 01:22:07.0 +0200
 swig/python/GNUmakefile2010-05-05 19:14:58.0 +0200
+@@ -72,5 +72,5 @@
+ ifeq ($(PY_HAVE_SETUPTOOLS),1)
+-  $(PYTHON) setup.py install 
++  $(PYTHON) setup.py install --root=$(DESTDIR) 
+ else
+-  $(PYTHON) 

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

2015-01-29 Thread Andreas Radke
Date: Thursday, January 29, 2015 @ 21:40:31
  Author: andyrtr
Revision: 230259

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

Added:
  mesa-demos/repos/staging-i686/
  mesa-demos/repos/staging-i686/LICENSE
(from rev 230258, mesa-demos/trunk/LICENSE)
  mesa-demos/repos/staging-i686/PKGBUILD
(from rev 230258, mesa-demos/trunk/PKGBUILD)
  mesa-demos/repos/staging-x86_64/
  mesa-demos/repos/staging-x86_64/LICENSE
(from rev 230258, mesa-demos/trunk/LICENSE)
  mesa-demos/repos/staging-x86_64/PKGBUILD
(from rev 230258, mesa-demos/trunk/PKGBUILD)

-+
 staging-i686/LICENSE|   82 ++
 staging-i686/PKGBUILD   |   30 
 staging-x86_64/LICENSE  |   82 ++
 staging-x86_64/PKGBUILD |   30 
 4 files changed, 224 insertions(+)

Copied: mesa-demos/repos/staging-i686/LICENSE (from rev 230258, 
mesa-demos/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2015-01-29 20:40:31 UTC (rev 230259)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the Software),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul  see source files
+
+SGI demos progs/samples/ SGI SGI copyright
+
+RedBook demos progs/redbook/ SGI SGI copyright

Copied: mesa-demos/repos/staging-i686/PKGBUILD (from rev 230258, 
mesa-demos/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD

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

2015-01-29 Thread Andreas Radke
Date: Thursday, January 29, 2015 @ 21:40:17
  Author: andyrtr
Revision: 230258

upgpkg: mesa-demos 8.2.0-4

glew 1.12 rebuild

Modified:
  mesa-demos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 17:04:38 UTC (rev 230257)
+++ PKGBUILD2015-01-29 20:40:17 UTC (rev 230258)
@@ -4,7 +4,7 @@
 
 pkgname='mesa-demos'
 pkgver=8.2.0
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 pkgdesc=Mesa demos and tools
 url=http://mesa3d.sourceforge.net;


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

2015-01-29 Thread Kyle Keen
Date: Thursday, January 29, 2015 @ 22:39:09
  Author: kkeen
Revision: 126761

upgpkg: libuhd 3.8.1-1

Modified:
  libuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 21:10:00 UTC (rev 126760)
+++ PKGBUILD2015-01-29 21:39:09 UTC (rev 126761)
@@ -3,9 +3,9 @@
 # Contributor: Dominik Heidler dheid...@gmail.com
 
 pkgname=libuhd
-pkgver=3.8.0
-_verstring=003_008_000
-pkgrel=2
+pkgver=3.8.1
+_verstring=003_008_001
+pkgrel=1
 pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
 arch=('x86_64' 'i686')
 url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'boost' 'python2-cheetah')
 
 
source=(libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
-md5sums=('3e4b3bccc42256e5d4a039286a4fe252')
+md5sums=('efdea7f94472aa1f44ebb3e00fe55360')
 
 build() {
   cd $srcdir/uhd-release_$_verstring/host


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

2015-01-29 Thread Kyle Keen
Date: Thursday, January 29, 2015 @ 22:39:29
  Author: kkeen
Revision: 126762

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

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

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

Copied: libuhd/repos/community-staging-i686/PKGBUILD (from rev 126761, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-29 21:39:29 UTC (rev 126762)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd
+pkgver=3.8.1
+_verstring=003_008_001
+pkgrel=1
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
+arch=('x86_64' 'i686')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=(libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('efdea7f94472aa1f44ebb3e00fe55360')
+
+build() {
+  cd $srcdir/uhd-release_$_verstring/host
+  # fix for py2
+  find -name *.py -or -name '*.py.in' | xargs sed -i s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|
+  
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON
+  make
+}
+
+check() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make test
+}
+
+package() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
+} 
+

Copied: libuhd/repos/community-staging-x86_64/PKGBUILD (from rev 126761, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-29 21:39:29 UTC (rev 126762)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd
+pkgver=3.8.1
+_verstring=003_008_001
+pkgrel=1
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
+arch=('x86_64' 'i686')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=(libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('efdea7f94472aa1f44ebb3e00fe55360')
+
+build() {
+  cd $srcdir/uhd-release_$_verstring/host
+  # fix for py2
+  find -name *.py -or -name '*.py.in' | xargs sed -i s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|
+  
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON
+  make
+}
+
+check() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make test
+}
+
+package() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
+} 
+


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

2015-01-29 Thread Kyle Keen
Date: Thursday, January 29, 2015 @ 21:49:54
  Author: kkeen
Revision: 126758

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

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

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

Copied: opencsg/repos/community-staging-i686/PKGBUILD (from rev 126757, 
opencsg/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-29 20:49:54 UTC (rev 126758)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor: nikor
+
+pkgname=opencsg
+pkgver=1.4.0
+pkgrel=2
+pkgdesc=Library for image-based CSG rendering using OpenGL.
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glew' 'glut' 'libgl')
+url=http://www.opencsg.org;
+source=(http://www.opencsg.org/OpenCSG-${pkgver}.tar.gz;)
+sha1sums=('2c2592a9f625ec1c7a3d208403ea2ac1cae2f972')
+
+build() {
+  cd $srcdir/OpenCSG-$pkgver
+  sed -i 's|-rpath,../lib|-rpath,/usr/lib|' src/Makefile
+  cd src
+  make
+}
+
+package() {
+  cd $srcdir/OpenCSG-$pkgver
+  install -D lib/libopencsg.so.$pkgver $pkgdir/usr/lib/libopencsg.so.$pkgver
+  install -D include/opencsg.h $pkgdir/usr/include/opencsg.h
+  cd $pkgdir/usr/lib/
+  ln -s libopencsg.so.$pkgver libopencsg.so.1.4
+  ln -s libopencsg.so.$pkgver libopencsg.so.1
+  ln -s libopencsg.so.$pkgver libopencsg.so
+}
+

Copied: opencsg/repos/community-staging-x86_64/PKGBUILD (from rev 126757, 
opencsg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-29 20:49:54 UTC (rev 126758)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor: nikor
+
+pkgname=opencsg
+pkgver=1.4.0
+pkgrel=2
+pkgdesc=Library for image-based CSG rendering using OpenGL.
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glew' 'glut' 'libgl')
+url=http://www.opencsg.org;
+source=(http://www.opencsg.org/OpenCSG-${pkgver}.tar.gz;)
+sha1sums=('2c2592a9f625ec1c7a3d208403ea2ac1cae2f972')
+
+build() {
+  cd $srcdir/OpenCSG-$pkgver
+  sed -i 's|-rpath,../lib|-rpath,/usr/lib|' src/Makefile
+  cd src
+  make
+}
+
+package() {
+  cd $srcdir/OpenCSG-$pkgver
+  install -D lib/libopencsg.so.$pkgver $pkgdir/usr/lib/libopencsg.so.$pkgver
+  install -D include/opencsg.h $pkgdir/usr/include/opencsg.h
+  cd $pkgdir/usr/lib/
+  ln -s libopencsg.so.$pkgver libopencsg.so.1.4
+  ln -s libopencsg.so.$pkgver libopencsg.so.1
+  ln -s libopencsg.so.$pkgver libopencsg.so
+}
+


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

2015-01-29 Thread Andreas Radke
Date: Thursday, January 29, 2015 @ 21:48:59
  Author: andyrtr
Revision: 230260

upgpkg: cups-filters 1.0.62-2

poppler 0.30.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 20:40:31 UTC (rev 230259)
+++ PKGBUILD2015-01-29 20:48:59 UTC (rev 230260)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.0.62
-pkgrel=1
+pkgrel=2
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
 url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;


[arch-commits] Commit in libreoffice-fresh-i18n/trunk (PKGBUILD)

2015-01-29 Thread Andreas Radke
Date: Thursday, January 29, 2015 @ 22:17:43
  Author: andyrtr
Revision: 230264

prepare next release

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  336 ++---
 1 file changed, 168 insertions(+), 168 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 21:00:23 UTC (rev 230263)
+++ PKGBUILD2015-01-29 21:17:43 UTC (rev 230264)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=4.3.5
+pkgver=4.4.0
 pkgrel=1
-_rcver=${pkgver}.2
+_rcver=${pkgver}.3
 #_oodlver=${pkgver}.0.beta1
 _oodlver=${pkgver}
 
@@ -136,172 +136,172 @@
   'zh-TW Chinese (traditional)'
   'zuZulu'
 )
-md5sums=('099491600411ddaf521143e622e03872'
- '0a3b7e4bdcaf16b95f4227a39bdb8368'
- 'dadd5a3fba52ef316c2b7375237789f9'
- '580c8a1006ecedd088e62f0c7b49b752'
- '409cbe6c339f91e4b46eec990e40f1ce'
- '77fb264426dc547f0d483c5c663d6f60'
- 'f1b7f70305dbe80849e946c4c8bbf21a'
- '8a1465194aa7d90fc597f95441892d7a'
- 'efd8faf6146f6625811493479be22832'
- '7fb4340266c97bd7d1dd179f8262fe23'
- '911b4199b01816a8aba876ff1b4866c3'
- '0f0417d15cef9a6c49897a0ca0f1c2d6'
- 'f52948723eb5507f9b036d3c9f5c4d5d'
- 'b861b2a0f8d2665c8a2a516ceabbecf9'
- '4990296df1cd6d3986111e7f662efd18'
- '806180a1915e61e6addcf38ec82f5215'
- '5b42ad7385f8ba9db61046b2b499f53e'
- '5386d53f8db8bb56db593708e54a8168'
- 'e33a723e7c203011b2166f16af4a37a2'
- '7f8ea1f035b06232481999a25be3d381'
- '9199542d9d6af3a0c458b0fe79f0f9a6'
- '3ecbb9c33dbc7d73430ab27ebbf2aa6e'
- '790bfb1decd2eb48790fec8d7c154c1e'
- 'f3619477b188f2136e8a1036018fad29'
- '198389bdd5be95ccdd2fabbf58d16039'
- 'df448cd810a9636453436f9b184db958'
- '679bfc33df8accd0b0128a5592a8b455'
- 'd02811392647fe4a390ab64fb7432985'
- 'b7a27d7823640eeab3129c31f7ab49a8'
- 'b4098baa5eb539d33ad2a57fe0064342'
- '03c72e021ccf0f4480424bdea6bd6c6a'
- '8a9c5a7c17dc4fa99abb5acc2a1e2221'
- '66eb4c3335a0eaa73a1124f8d73b9d8b'
- '7069d8e4d0778c0eaaa7f5fc880e792d'
- 'bfdea7c7a3827391091cadc403965088'
- '1e79a5921f5ab1310a5bf8552d093452'
- 'f1ca0517852e4bd683f55a17bd2c72ca'
- 'c19ea87f78c9ccb295ff64e6bdf6b358'
- '7ecae0377938aa6afddce43b8f755bc4'
- '7037816206a530feecbf952a0073da4c'
- '38818adf561394fac0e1f763b4d0477a'
- 'ceb867d443437808634f17c73a2d530c'
- '93e1b5033d308b8a5bc7cb12affe7f08'
- '9d6d85ed4b7ab4d4145b616edcec642c'
- '6422eec707b3ee2c136bd8c0c3f13d40'
- '6f89c1d5e4ea2cdbc4541b09cc46bd94'
- '18980df6fc9068e1a6473f2614df8fa3'
- '2045cff75b9034b9c3e5f24b5d27a6e1'
- '46573b4a545f41e8ed5a97c3f3f278d6'
- '89cf125568b4d7336df49788efd770cc'
- '4914b2b4c8e4d505181d0c01889985ca'
- '79c538fa6c9a1fc336e8cb6f083f0912'
- 'c81dde0c1d8a3f4f9735785299e10802'
- '64b76a491425cdc08ea5415a5157ae56'
- '87ff23970a68522c343cb227dec1180a'
- 'fe46607a0945ff5458ba8ae4fe6cbb1a'
- 'c24b6cd2b8c9ea394d3c0755a6113ef0'
- '3f4711aed29b8c9d814a18d83b9dc641'
- 'd0d95fb553dd61d90ccf631f978bd578'
- 'a1963e850c31aad11f749210de7d23b1'
- '92b0f6a6399f248154ba0ad6e2232117'
- 'b87077b80e7074ee9d82b39a66dadf62'
- '13b04574cee012f81d8b0a33fd9ac6e9'
- '81cacc43621e60fa5456a8fd8a2bd216'
- 'ff72111493e0cc2c150e27f37db02641'
- '22b118a2aadf5885f74b76967abbdc87'
- '0ccf2b56e4c708239d754684a18c8d7a'
- '1d159a3f6f96138008bf195441391b53'
- '3d5f83c4c8591530891ccd03ad6da8e9'
- '5c82003a10a2f4277fa43db798b232b3'
- '890995382b7ece0e00bb3ee869ceacb0'
- '56adb5a8915a37062c03936e52666054'
- '1fa966e592a917ff79d3b46766248fad'
- 'e9547ef02d54eec9a192837f70b6a963'
- 'e8a6731fb2e977da3dbd9fef8d6e3425'
- '863f47e4341742dfd4b2d49866a1e9ba'
- '0b87ab011d15aa2b1d827c881bec95d5'
- '8352a47b9b7c912044923750345feac2'
- '81e23bffc9c23c8b7adc645f6dd0ab0d'
- 'daa8dfedce5f1fe919b45c493640c59f'
- 'ae56ffa10d5b9198c8a3921ea45bd936'
- 'fe91c55fa96aebab41519677eb75903a'
- 'd9bc4a6bc515e64753bdf6d8d7a569d1'
- '91b931981cab94c3d83a759734deaea4'
- '6bb30d0f1b7d72dc94175d61bbffe9a0'
- 'ab280743b331804e6f32a7d33644e507'
- 'd26150ff0978b49068506dc8f0fb2634'
- 'f0af01602de1149fcc09d992fbdcf7cc'
- '95617b7d62a1877ee03a75aa5e47f411'
- '15eb05904de67d91a4413f338928f5e1'
- 'fc0e24e287f211bb029507ba4106f7b1'
- '588e014168090c03032400c04a16ce87'
- '418273880726f2167255e8f82a9e3fb6'
- 'edf891d64d1f1e7188deaa4ecece278e'

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

2015-01-29 Thread Andreas Radke
Date: Thursday, January 29, 2015 @ 21:49:10
  Author: andyrtr
Revision: 230261

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

Added:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-i686/PKGBUILD
(from rev 230260, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-x86_64/
  cups-filters/repos/staging-x86_64/PKGBUILD
(from rev 230260, cups-filters/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   54 ++
 staging-x86_64/PKGBUILD |   54 ++
 2 files changed, 108 insertions(+)

Copied: cups-filters/repos/staging-i686/PKGBUILD (from rev 230260, 
cups-filters/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-01-29 20:49:10 UTC (rev 230261)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.62
+pkgrel=2
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('6d33aa35f77bc89bec028799bf4d7314')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|cups.service|org.cups.cupsd.service|g 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use lp group from cups pkg FS#36769
+  chgrp -R lp ${pkgdir}/etc/cups
+}

Copied: cups-filters/repos/staging-x86_64/PKGBUILD (from rev 230260, 
cups-filters/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-01-29 20:49:10 UTC (rev 230261)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.62
+pkgrel=2
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('6d33aa35f77bc89bec028799bf4d7314')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 

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

2015-01-29 Thread Kyle Keen
Date: Thursday, January 29, 2015 @ 21:49:34
  Author: kkeen
Revision: 126757

upgpkg: opencsg 1.4.0-2 glew rebuild

Modified:
  opencsg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 20:01:09 UTC (rev 126756)
+++ PKGBUILD2015-01-29 20:49:34 UTC (rev 126757)
@@ -5,7 +5,7 @@
 
 pkgname=opencsg
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Library for image-based CSG rendering using OpenGL.
 arch=('i686' 'x86_64')
 license=('GPL2')


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

2015-01-29 Thread Kyle Keen
Date: Thursday, January 29, 2015 @ 22:10:00
  Author: kkeen
Revision: 126760

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

Added:
  openscad/repos/community-staging-i686/
  openscad/repos/community-staging-i686/CHANGELOG
(from rev 126759, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-i686/PKGBUILD
(from rev 126759, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-i686/openscad.install
(from rev 126759, openscad/trunk/openscad.install)
  openscad/repos/community-staging-x86_64/
  openscad/repos/community-staging-x86_64/CHANGELOG
(from rev 126759, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-x86_64/PKGBUILD
(from rev 126759, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-x86_64/openscad.install
(from rev 126759, openscad/trunk/openscad.install)

---+
 community-staging-i686/CHANGELOG  |   56 
 community-staging-i686/PKGBUILD   |   40 
 community-staging-i686/openscad.install   |   13 ++
 community-staging-x86_64/CHANGELOG|   56 
 community-staging-x86_64/PKGBUILD |   40 
 community-staging-x86_64/openscad.install |   13 ++
 6 files changed, 218 insertions(+)

Copied: openscad/repos/community-staging-i686/CHANGELOG (from rev 126759, 
openscad/trunk/CHANGELOG)
===
--- community-staging-i686/CHANGELOG(rev 0)
+++ community-staging-i686/CHANGELOG2015-01-29 21:10:00 UTC (rev 126760)
@@ -0,0 +1,56 @@
+2014-11-04 Kyle Keen keen...@gmail.com
+   * 2014.03-5
+   - No changes
+   - Rebuild for boost-1.57.0-1
+
+
+2014-08-18 Kyle Keen keen...@gmail.com
+   * 2014.03-4
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+
+2014-08-18 Kyle Keen keen...@gmail.com
+   * 2014.03-3
+   - No changes
+   - Rebuild for glew-1.11.0-1
+
+
+2014-08-12 Kyle Keen keen...@gmail.com
+   * 2014.03-2
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-03-09 Kyle Keen keen...@gmail.com
+
+   * 2014.03-1
+   - New release
+   - MIME associations
+
+2014-02-10 Kyle Keen keen...@gmail.com
+
+   * 2013.06-3
+   - Moved package to [community]
+   - Explicit boost depends
+   - Use official resources
+
+2014-02-07 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.06-2
+   - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.06-1 :
+   - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.01-2 :
+   Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.01-1 :
+   New upstream release.
+   Dependency eigen2 repaced by eigen3

Copied: openscad/repos/community-staging-i686/PKGBUILD (from rev 126759, 
openscad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-29 21:10:00 UTC (rev 126760)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Chirantan Ekbote chirantan.ekbote at gmail.com
+# Contributor: Eric Anderson ejona86 at gmail.com
+# Contributor: Pierre DOUCET pierre at equinoxefr.org
+pkgname=openscad
+pkgver=2014.03
+pkgrel=6
+pkgdesc=The programmers solid 3D CAD modeller
+url=http://openscad.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=openscad.install
+changelog=CHANGELOG
+depends=('qt4' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info')
+makedepends=('eigen' 'boost' 'imagemagick')
+source=(http://files.openscad.org/openscad-$pkgver.src.tar.gz;)
+md5sums=('38bebd02bce365fe39e695a07411ab73')
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+rm -f libraries/MCAD/*.py
+# internal version will use the build date, override that
+qmake-qt4 PREFIX=/usr VERSION=$pkgver
+make
+convert icons/$pkgname.png -resize 128x128\ icons/$pkgname-128.png
+}
+
+# it has tests
+# tests need cmake, python, imagemagick
+# see doc/testing.txt about enabling
+# needs to display stuff, run image diffs
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+make INSTALL_ROOT=$pkgdir install
+install -Dm644 icons/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+install -Dm644 icons/$pkgname-128.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
+install -Dm644 icons/$pkgname.xml 
$pkgdir/usr/share/mime/packages/$pkgname.xml
+}

Copied: openscad/repos/community-staging-i686/openscad.install (from rev 
126759, openscad/trunk/openscad.install)
===
--- community-staging-i686/openscad.install  

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

2015-01-29 Thread Evgeniy Alekseev
Date: Thursday, January 29, 2015 @ 23:28:49
  Author: arcanis
Revision: 126764

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

Added:
  pymol/repos/community-staging-i686/
  pymol/repos/community-staging-i686/ChangeLog
(from rev 126763, pymol/trunk/ChangeLog)
  pymol/repos/community-staging-i686/PKGBUILD
(from rev 126763, pymol/trunk/PKGBUILD)
  pymol/repos/community-staging-i686/apbstools_tcltk8.6.patch
(from rev 126763, pymol/trunk/apbstools_tcltk8.6.patch)
  pymol/repos/community-staging-i686/numpy-deprecated.patch
(from rev 126763, pymol/trunk/numpy-deprecated.patch)
  pymol/repos/community-staging-i686/pymol-38899.patch
(from rev 126763, pymol/trunk/pymol-38899.patch)
  pymol/repos/community-staging-i686/pymol.install
(from rev 126763, pymol/trunk/pymol.install)
  pymol/repos/community-staging-x86_64/
  pymol/repos/community-staging-x86_64/ChangeLog
(from rev 126763, pymol/trunk/ChangeLog)
  pymol/repos/community-staging-x86_64/PKGBUILD
(from rev 126763, pymol/trunk/PKGBUILD)
  pymol/repos/community-staging-x86_64/apbstools_tcltk8.6.patch
(from rev 126763, pymol/trunk/apbstools_tcltk8.6.patch)
  pymol/repos/community-staging-x86_64/numpy-deprecated.patch
(from rev 126763, pymol/trunk/numpy-deprecated.patch)
  pymol/repos/community-staging-x86_64/pymol-38899.patch
(from rev 126763, pymol/trunk/pymol-38899.patch)
  pymol/repos/community-staging-x86_64/pymol.install
(from rev 126763, pymol/trunk/pymol.install)

---+
 community-staging-i686/ChangeLog  |   17 +
 community-staging-i686/PKGBUILD   |   64 +
 community-staging-i686/apbstools_tcltk8.6.patch   |  106 
 community-staging-i686/numpy-deprecated.patch |   68 +
 community-staging-i686/pymol-38899.patch  |  251 
 community-staging-i686/pymol.install  |   11 
 community-staging-x86_64/ChangeLog|   17 +
 community-staging-x86_64/PKGBUILD |   64 +
 community-staging-x86_64/apbstools_tcltk8.6.patch |  106 
 community-staging-x86_64/numpy-deprecated.patch   |   68 +
 community-staging-x86_64/pymol-38899.patch|  251 
 community-staging-x86_64/pymol.install|   11 
 12 files changed, 1034 insertions(+)

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


[arch-commits] Commit in pymol/trunk (ChangeLog PKGBUILD numpy-deprecated.patch)

2015-01-29 Thread Evgeniy Alekseev
Date: Thursday, January 29, 2015 @ 23:28:23
  Author: arcanis
Revision: 126763

upgpkg: pymol 1.7.4.0-2
glew rebuild

Added:
  pymol/trunk/numpy-deprecated.patch
Modified:
  pymol/trunk/ChangeLog
  pymol/trunk/PKGBUILD

+
 ChangeLog  |3 ++
 PKGBUILD   |   14 +
 numpy-deprecated.patch |   68 +++
 3 files changed, 79 insertions(+), 6 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2015-01-29 21:39:29 UTC (rev 126762)
+++ ChangeLog   2015-01-29 22:28:23 UTC (rev 126763)
@@ -1,3 +1,6 @@
+1.7.4.0-2:
+glew rebuild
+
 1.7.4.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 21:39:29 UTC (rev 126762)
+++ PKGBUILD2015-01-29 22:28:23 UTC (rev 126763)
@@ -5,22 +5,24 @@
 
 pkgname=pymol
 pkgver=1.7.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Molecular visualization system on an Open Source foundation
 arch=('i686' 'x86_64')
 url=http://pymol.org/;
 license=('custom')
-depends=('glew' 'glut' 'libgl' 'python2-numpy' 'python2-pmw' 'tcsh')
+depends=('glew' 'glut' 'libgl' 'libxml2' 'python2-numpy' 'python2-pmw' 'tcsh')
 makedepends=('desktop-file-utils' 'gendesk')
 
source=(http://downloads.sourceforge.net/project/pymol/pymol/1.7/pymol-v${pkgver}.tar.bz2;
 ${pkgname}.png::https://c.fsdn.com/allura/p/pymol/icon;
 ${pkgname}-38899.patch
-apbstools_tcltk8.6.patch)
+apbstools_tcltk8.6.patch
+numpy-deprecated.patch)
 install=${pkgname}.install
 md5sums=('296045ae49b58651f4abe21604996db2'
  '0e9df23150d39cbcb8f79c38ce2a52e5'
  '1f8152c4604ba2939b24e25a022937ca'
- '138550367b74fd62a7c7bc48d339eb2d')
+ '138550367b74fd62a7c7bc48d339eb2d'
+ '46197cac724b7bce499857891bdd9a0c')
 changelog=ChangeLog
 
 prepare() {
@@ -39,6 +41,8 @@
   # fix FS#38899
   patch -p0 -i ${pkgname}-38899.patch
   mv ${srcdir}/${pkgname}/modules/web ${srcdir}/${pkgname}/modules/pymolweb
+  # fix deprecated API
+  patch -p0 -i numpy-deprecated.patch
   # fix FS#39526
   cd ${srcdir}/${pkgname}
   patch -p0 -i ${srcdir}/apbstools_tcltk8.6.patch
@@ -52,8 +56,6 @@
 package() {
   cd ${srcdir}/${pkgname}
   python2 setup.py install --prefix=/usr --root=${pkgdir}
-  sed -i s|${pkgdir}||g pymol
-  install -Dm755 pymol ${pkgdir}/usr/bin/pymol
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
   install -Dm644 ${srcdir}/pymol.desktop 
${pkgdir}/usr/share/applications/pymol.desktop
   install -Dm644 ${srcdir}/pymol.png ${pkgdir}/usr/share/pixmaps/pymol.png

Added: numpy-deprecated.patch
===
--- numpy-deprecated.patch  (rev 0)
+++ numpy-deprecated.patch  2015-01-29 22:28:23 UTC (rev 126763)
@@ -0,0 +1,68 @@
+diff -ruN pymol.orig/layer0/os_python.h pymol/layer0/os_python.h
+--- pymol.orig/layer0/os_python.h  2015-01-29 21:18:47.681749642 +
 pymol/layer0/os_python.h   2015-01-29 21:21:07.501148656 +
+@@ -30,6 +30,7 @@
+ #includepythread.h
+ 
+ #ifdef _PYMOL_NUMPY
++#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
+ #include numpy/arrayobject.h
+ #endif
+ 
+--- pymol.orig/layer0/Field.cpp2015-01-29 21:31:36.105141178 +
 pymol/layer0/Field.cpp 2015-01-29 21:31:52.655071349 +
+@@ -73,7 +73,7 @@
+ 
+   if(copy) {
+ if((result = PyArray_SimpleNew(field-n_dim, dims, typenum)))
+-  memcpy(PyArray_DATA(result), field-data, field-size);
++  memcpy(PyArray_DATA((PyArrayObject *)result), field-data, field-size);
+   } else {
+ result = PyArray_SimpleNewFromData(field-n_dim, dims, typenum, 
field-data);
+   }
+--- pymol.orig/layer2/CoordSet.cpp 2015-01-29 21:58:16.588313743 +
 pymol/layer2/CoordSet.cpp  2015-01-29 21:59:42.051283150 +
+@@ -198,7 +198,7 @@
+ 
+   if(copy) {
+ if((result = PyArray_SimpleNew(2, dims, typenum)))
+-  memcpy(PyArray_DATA(result), cs-Coord, cs-NIndex * 3 * base_size);
++  memcpy(PyArray_DATA((PyArrayObject *)result), cs-Coord, cs-NIndex * 3 
* base_size);
+   } else {
+ result = PyArray_SimpleNewFromData(2, dims, typenum, cs-Coord);
+   }
+--- pymol.orig/layer3/Selector.cpp   2014-12-04 01:50:03.0 +0300
 pymol/layer3/Selector.cpp 2015-01-30 00:44:31.622293145 +0300
+@@ -6608,7 +6608,7 @@
+   }
+
+   result = PyArray_SimpleNew(2, dims, typenum);
+-  dataptr = (float*) PyArray_DATA(result);
++  dataptr = (float*) PyArray_DATA((PyArrayObject *)result);
+
+   for(i = 0, iter.reset(); iter.next(); i++) {
+ v_ptr = iter.getCoord();
+@@ -6677,11 +6677,12 @@
+   import_array1(false);
+
+   if(PyArray_Check(coords)) {
+-if(PyArray_NDIM(coords) != 2 || PyArray_DIM(coords, 1) != 3) {
++if(PyArray_NDIM((PyArrayObject *)coords) != 2 ||
++PyArray_DIM((PyArrayObject *)coords, 1) != 3) {
+   

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

2015-01-29 Thread Andreas Radke
Date: Thursday, January 29, 2015 @ 22:00:23
  Author: andyrtr
Revision: 230263

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

Added:
  libgpg-error/repos/testing-i686/
  libgpg-error/repos/testing-i686/PKGBUILD
(from rev 230262, libgpg-error/trunk/PKGBUILD)
  libgpg-error/repos/testing-i686/libgpg-error.install
(from rev 230262, libgpg-error/trunk/libgpg-error.install)
  libgpg-error/repos/testing-x86_64/
  libgpg-error/repos/testing-x86_64/PKGBUILD
(from rev 230262, libgpg-error/trunk/PKGBUILD)
  libgpg-error/repos/testing-x86_64/libgpg-error.install
(from rev 230262, libgpg-error/trunk/libgpg-error.install)

-+
 testing-i686/PKGBUILD   |   35 ++
 testing-i686/libgpg-error.install   |   20 +++
 testing-x86_64/PKGBUILD |   35 ++
 testing-x86_64/libgpg-error.install |   20 +++
 4 files changed, 110 insertions(+)

Copied: libgpg-error/repos/testing-i686/PKGBUILD (from rev 230262, 
libgpg-error/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-29 21:00:23 UTC (rev 230263)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libgpg-error
+pkgver=1.18
+pkgrel=1
+pkgdesc=Support library for libgcrypt
+arch=(i686 x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+install=libgpg-error.install
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('7ba54f939da023af8f5b3e7a421a32eb742909c4'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Copied: libgpg-error/repos/testing-i686/libgpg-error.install (from rev 230262, 
libgpg-error/trunk/libgpg-error.install)
===
--- testing-i686/libgpg-error.install   (rev 0)
+++ testing-i686/libgpg-error.install   2015-01-29 21:00:23 UTC (rev 230263)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgrt.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: libgpg-error/repos/testing-x86_64/PKGBUILD (from rev 230262, 
libgpg-error/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-29 21:00:23 UTC (rev 230263)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libgpg-error
+pkgver=1.18
+pkgrel=1
+pkgdesc=Support library for libgcrypt
+arch=(i686 x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+install=libgpg-error.install
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('7ba54f939da023af8f5b3e7a421a32eb742909c4'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Copied: libgpg-error/repos/testing-x86_64/libgpg-error.install (from rev 
230262, libgpg-error/trunk/libgpg-error.install)
===
--- testing-x86_64/libgpg-error.install (rev 0)
+++ testing-x86_64/libgpg-error.install 2015-01-29 21:00:23 UTC (rev 230263)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgrt.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+   

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

2015-01-29 Thread Andreas Radke
Date: Thursday, January 29, 2015 @ 22:00:10
  Author: andyrtr
Revision: 230262

upgpkg: libgpg-error 1.18-1

upstream update 1.18

Modified:
  libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 20:49:10 UTC (rev 230261)
+++ PKGBUILD2015-01-29 21:00:10 UTC (rev 230262)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=libgpg-error
-pkgver=1.17
+pkgver=1.18
 pkgrel=1
 pkgdesc=Support library for libgcrypt
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@

#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
 install=libgpg-error.install
 # https://www.gnupg.org/download/integrity_check.html
-sha1sums=('ba5858b2947e7272dd197c87bac9f32caf29b256'
+sha1sums=('7ba54f939da023af8f5b3e7a421a32eb742909c4'
   'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 


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

2015-01-29 Thread Kyle Keen
Date: Thursday, January 29, 2015 @ 22:09:34
  Author: kkeen
Revision: 126759

upgpkg: openscad 2014.03-6 glew rebuild

Modified:
  openscad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 20:49:54 UTC (rev 126758)
+++ PKGBUILD2015-01-29 21:09:34 UTC (rev 126759)
@@ -5,7 +5,7 @@
 # Contributor: Pierre DOUCET pierre at equinoxefr.org
 pkgname=openscad
 pkgver=2014.03
-pkgrel=5
+pkgrel=6
 pkgdesc=The programmers solid 3D CAD modeller
 url=http://openscad.org/;
 arch=('i686' 'x86_64')


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

2015-01-29 Thread Ike Devolder
Date: Thursday, January 29, 2015 @ 23:39:42
  Author: idevolder
Revision: 126765

kodi :: 14.0-2 ;; rebuild for glew

Modified:
  kodi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 22:28:49 UTC (rev 126764)
+++ PKGBUILD2015-01-29 22:39:42 UTC (rev 126765)
@@ -15,7 +15,7 @@
 pkgname=('kodi' 'kodi-eventclients')
 pkgver=14.0
 _codename=Helix
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://kodi.tv;
 license=('GPL2')
@@ -58,7 +58,6 @@
 --disable-debug \
 --enable-optimizations \
 --enable-libbluray \
---enable-texturepacker \
 --enable-external-libraries \
 --with-lirc-device=/run/lirc/lircd
 
@@ -94,6 +93,7 @@
 'unrar: Archives support'
 'unzip: Archives support'
 'upower: Display battery level'
+'lsb-release: log distro information in crashlog'
   )
   install=kodi.install
   provides=('xbmc')
@@ -121,8 +121,8 @@
 
   make DESTDIR=$pkgdir eventclients WII_EXTRA_OPTS=-DCWIID_OLD
 
-  install -dm755 $pkgdir/usr/share/$pkgbase/eventclients
-  mv $pkgdir/kodi/* $pkgdir/usr/share/$pkgbase/eventclients
+  install -dm755 $pkgdir/usr/lib/python2.7/$pkgbase
+  mv $pkgdir/kodi/* $pkgdir/usr/lib/python2.7/$pkgbase
   rmdir $pkgdir/kodi
 }
 


[arch-commits] Commit in (5 files)

2015-01-29 Thread Anatol Pomozov
Date: Friday, January 30, 2015 @ 02:49:44
  Author: anatolik
Revision: 126767

Move rust back from AUR

Added:
  rust/
  rust/repos/
  rust/trunk/
  rust/trunk/PKGBUILD
  rust/trunk/rust.install

--+
 PKGBUILD |   64 +
 rust.install |   13 +++
 2 files changed, 77 insertions(+)

Added: rust/trunk/PKGBUILD
===
--- rust/trunk/PKGBUILD (rev 0)
+++ rust/trunk/PKGBUILD 2015-01-30 01:49:44 UTC (rev 126767)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+
+pkgname=rust
+_pkgver=1.0.0-alpha
+pkgver=1.0.0.alpha
+pkgrel=3
+arch=(i686 x86_64)
+pkgdesc='A safe, concurrent, practical language'
+url='http://www.rust-lang.org/'
+license=(MIT Apache)
+depends=(gcc)
+makedepends=(libffi perl python2 curl)
+checkdepends=(git valgrind)
+source=(http://static.rust-lang.org/dist/rustc-$_pkgver-src.tar.gz{,.asc})
+sha256sums=('3a2285726e839fc57ad49ed8907a50bab2d29d8f898e2d5a02f620a0477fc25c'
+'SKIP')
+install=rust.install
+options=(staticlibs)
+validpgpkeys=(108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE) # Rust Language (Tag 
and Release Signing Key) rust-...@rust-lang.org
+
+build() {
+  cd rustc-$_pkgver
+
+  ./configure --prefix=/usr --disable-debug --disable-docs 
--disable-verify-install
+
+  # avoid python makedepend (force fallback to python2)
+  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
+
+  make
+}
+
+check() {
+  cd rustc-$_pkgver
+  #make check
+}
+
+package() {
+  cd rustc-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/share/vim $pkgdir/usr/share/licenses/$pkgname
+
+  cp -a src/etc/vim $pkgdir/usr/share/vim/vimfiles
+  find $pkgdir/usr/share/vim -type f -exec chmod 644 {} +
+  find $pkgdir/usr/share/vim -type d -exec chmod 755 {} +
+
+  install -Dm644 src/etc/zsh/_rust $pkgdir/usr/share/zsh/site-functions/_rust
+  install -Dm644 src/etc/kate/rust.xml 
$pkgdir/usr/share/apps/katepart/syntax/rust.xml
+  install -Dm644 src/etc/gedit/share/mime/packages/rust.xml \
+$pkgdir/usr/share/mime/packages/rust.xml
+  install -Dm644 
src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang \
+$pkgdir/usr/share/gtksourceview-3.0/language-specs/rust.lang
+
+  install -m644 LICENSE-APACHE $pkgdir/usr/share/licenses/$pkgname
+  install -m644 LICENSE-MIT $pkgdir/usr/share/licenses/$pkgname
+
+  cd src/etc/emacs
+  install -Dm644 rust-mode.el $pkgdir/usr/share/emacs/site-lisp/rust-mode.el
+
+  cd $pkgdir/usr/lib
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+}


Property changes on: rust/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: rust/trunk/rust.install
===
--- rust/trunk/rust.install (rev 0)
+++ rust/trunk/rust.install 2015-01-30 01:49:44 UTC (rev 126767)
@@ -0,0 +1,13 @@
+post_install() {
+  if type -P update-mime-database  /dev/null; then
+update-mime-database usr/share/mime /dev/null
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-01-29 Thread Anatol Pomozov
Date: Friday, January 30, 2015 @ 02:50:23
  Author: anatolik
Revision: 126768

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

Added:
  rust/repos/community-i686/
  rust/repos/community-i686/PKGBUILD
(from rev 126767, rust/trunk/PKGBUILD)
  rust/repos/community-i686/rust.install
(from rev 126767, rust/trunk/rust.install)
  rust/repos/community-x86_64/
  rust/repos/community-x86_64/PKGBUILD
(from rev 126767, rust/trunk/PKGBUILD)
  rust/repos/community-x86_64/rust.install
(from rev 126767, rust/trunk/rust.install)

---+
 community-i686/PKGBUILD   |   64 
 community-i686/rust.install   |   13 
 community-x86_64/PKGBUILD |   64 
 community-x86_64/rust.install |   13 
 4 files changed, 154 insertions(+)

Copied: rust/repos/community-i686/PKGBUILD (from rev 126767, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-30 01:50:23 UTC (rev 126768)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+
+pkgname=rust
+_pkgver=1.0.0-alpha
+pkgver=1.0.0.alpha
+pkgrel=3
+arch=(i686 x86_64)
+pkgdesc='A safe, concurrent, practical language'
+url='http://www.rust-lang.org/'
+license=(MIT Apache)
+depends=(gcc)
+makedepends=(libffi perl python2 curl)
+checkdepends=(git valgrind)
+source=(http://static.rust-lang.org/dist/rustc-$_pkgver-src.tar.gz{,.asc})
+sha256sums=('3a2285726e839fc57ad49ed8907a50bab2d29d8f898e2d5a02f620a0477fc25c'
+'SKIP')
+install=rust.install
+options=(staticlibs)
+validpgpkeys=(108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE) # Rust Language (Tag 
and Release Signing Key) rust-...@rust-lang.org
+
+build() {
+  cd rustc-$_pkgver
+
+  ./configure --prefix=/usr --disable-debug --disable-docs 
--disable-verify-install
+
+  # avoid python makedepend (force fallback to python2)
+  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
+
+  make
+}
+
+check() {
+  cd rustc-$_pkgver
+  #make check
+}
+
+package() {
+  cd rustc-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/share/vim $pkgdir/usr/share/licenses/$pkgname
+
+  cp -a src/etc/vim $pkgdir/usr/share/vim/vimfiles
+  find $pkgdir/usr/share/vim -type f -exec chmod 644 {} +
+  find $pkgdir/usr/share/vim -type d -exec chmod 755 {} +
+
+  install -Dm644 src/etc/zsh/_rust $pkgdir/usr/share/zsh/site-functions/_rust
+  install -Dm644 src/etc/kate/rust.xml 
$pkgdir/usr/share/apps/katepart/syntax/rust.xml
+  install -Dm644 src/etc/gedit/share/mime/packages/rust.xml \
+$pkgdir/usr/share/mime/packages/rust.xml
+  install -Dm644 
src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang \
+$pkgdir/usr/share/gtksourceview-3.0/language-specs/rust.lang
+
+  install -m644 LICENSE-APACHE $pkgdir/usr/share/licenses/$pkgname
+  install -m644 LICENSE-MIT $pkgdir/usr/share/licenses/$pkgname
+
+  cd src/etc/emacs
+  install -Dm644 rust-mode.el $pkgdir/usr/share/emacs/site-lisp/rust-mode.el
+
+  cd $pkgdir/usr/lib
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+}

Copied: rust/repos/community-i686/rust.install (from rev 126767, 
rust/trunk/rust.install)
===
--- community-i686/rust.install (rev 0)
+++ community-i686/rust.install 2015-01-30 01:50:23 UTC (rev 126768)
@@ -0,0 +1,13 @@
+post_install() {
+  if type -P update-mime-database  /dev/null; then
+update-mime-database usr/share/mime /dev/null
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: rust/repos/community-x86_64/PKGBUILD (from rev 126767, 
rust/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-30 01:50:23 UTC (rev 126768)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+
+pkgname=rust
+_pkgver=1.0.0-alpha
+pkgver=1.0.0.alpha
+pkgrel=3
+arch=(i686 x86_64)
+pkgdesc='A safe, concurrent, practical language'
+url='http://www.rust-lang.org/'
+license=(MIT Apache)
+depends=(gcc)
+makedepends=(libffi perl python2 curl)
+checkdepends=(git valgrind)
+source=(http://static.rust-lang.org/dist/rustc-$_pkgver-src.tar.gz{,.asc})
+sha256sums=('3a2285726e839fc57ad49ed8907a50bab2d29d8f898e2d5a02f620a0477fc25c'
+'SKIP')
+install=rust.install
+options=(staticlibs)
+validpgpkeys=(108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE) # Rust Language (Tag 
and Release Signing Key) rust-...@rust-lang.org
+
+build() {
+  cd rustc-$_pkgver
+
+  ./configure --prefix=/usr --disable-debug --disable-docs 
--disable-verify-install
+
+  # avoid python makedepend (force fallback to python2)
+  sed -i 

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

2015-01-29 Thread Anatol Pomozov
Date: Friday, January 30, 2015 @ 03:17:04
  Author: anatolik
Revision: 230265

upgpkg: libgee 0.16.1-1

Modified:
  libgee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 21:17:43 UTC (rev 230264)
+++ PKGBUILD2015-01-30 02:17:04 UTC (rev 230265)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=libgee
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc=GObject collection library
 url=http://live.gnome.org/Libgee;
@@ -12,7 +12,7 @@
 depends=(glib2)
 makedepends=(gobject-introspection vala python2)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a26243eac4280f2d2ebd34b377fc5dc7a73633bcc4c339af6162031943d76aae')
+sha256sums=('d95f8ea8e78f843c71b1958fa2fb445e4a325e4821ec23d0d5108d8170e564a5')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-29 Thread Ike Devolder
Date: Thursday, January 29, 2015 @ 23:39:52
  Author: idevolder
Revision: 126766

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

Added:
  kodi/repos/community-staging-i686/
  kodi/repos/community-staging-i686/PKGBUILD
(from rev 126765, kodi/trunk/PKGBUILD)
  kodi/repos/community-staging-i686/kodi.install
(from rev 126765, kodi/trunk/kodi.install)
  kodi/repos/community-staging-x86_64/
  kodi/repos/community-staging-x86_64/PKGBUILD
(from rev 126765, kodi/trunk/PKGBUILD)
  kodi/repos/community-staging-x86_64/kodi.install
(from rev 126765, kodi/trunk/kodi.install)

---+
 community-staging-i686/PKGBUILD   |  128 
 community-staging-i686/kodi.install   |   17 
 community-staging-x86_64/PKGBUILD |  128 
 community-staging-x86_64/kodi.install |   17 
 4 files changed, 290 insertions(+)

Copied: kodi/repos/community-staging-i686/PKGBUILD (from rev 126765, 
kodi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-29 22:39:52 UTC (rev 126766)
@@ -0,0 +1,128 @@
+# vim:set ts=2 sw=2 et:
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
+# Contributor: Zeqadious zeqadious.at.gmail.dot.com
+# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Maxime Gauduin aluc...@gmail.com
+
+_prefix=/usr
+
+pkgbase=kodi
+pkgname=('kodi' 'kodi-eventclients')
+pkgver=14.0
+_codename=Helix
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://kodi.tv;
+license=('GPL2')
+makedepends=(
+  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'git' 'glew'
+  'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass'
+  'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd'
+  'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
+  'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'nasm' 'nss-mdns' 'python2-pillow'
+  'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2' 'sdl_image'
+  'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower' 'yajl' 
'zip'
+)
+source=(
+  
$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
+)
+sha256sums=(
+  '11746d95cc59361f36ce6ea9d0d36bbd9ec3376e991f5ec1720f8ff740b91192'
+)
+
+prepare() {
+  cd $srcdir/xbmc-$pkgver-$_codename
+
+  find -type f -name *.py -exec sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
{} +
+  sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl
+   sed 's/python/python2/' -i tools/Linux/kodi.sh.in
+}
+
+build() {
+  cd $srcdir/xbmc-$pkgver-$_codename
+
+   # Bootstrapping
+  MAKEFLAGS=-j1 ./bootstrap
+
+  #./configure --help
+  #return 1
+
+  # Configuring XBMC
+  export PYTHON_VERSION=2  # external python v2
+  ./configure --prefix=$_prefix --exec-prefix=$_prefix \
+--disable-debug \
+--enable-optimizations \
+--enable-libbluray \
+--enable-external-libraries \
+--with-lirc-device=/run/lirc/lircd
+
+  # Now (finally) build
+  make
+}
+
+package_kodi() {
+  pkgdesc=A software media player and entertainment hub for digital media
+
+  # depends expected for kodi plugins:
+  # 'python2-pillow' 'python2-pybluez' 'python2-simplejson'
+  # depends expeced in FEH.py
+  # 'mesa-demos' 'xorg-xdpyinfo'
+  depends=(
+'python2-pillow' 'python2-pybluez' 'python2-simplejson'
+'mesa-demos' 'xorg-xdpyinfo'
+'bluez-libs' 'fribidi' 'glew' 'hicolor-icon-theme' 'libcdio'
+'libjpeg-turbo' 'libmariadbclient' 'libmicrohttpd' 'libpulse' 'libssh'
+'libva' 'libxrandr' 'libxslt' 'lzo' 'sdl2' 'smbclient' 'taglib' 'tinyxml'
+'yajl'
+  )
+  optdepends=(
+'afpfs-ng: Apple shares support'
+'bluez: Blutooth support'
+'libnfs: NFS shares support'
+'libplist: AirPlay support'
+'libcec: Pulse-Eight USB-CEC adapter support'
+'lirc: Remote controller support'
+'pulseaudio: PulseAudio support'
+'shairplay: AirPlay support'
+'udisks: Automount external drives'
+'unrar: Archives support'
+'unzip: Archives support'
+'upower: Display battery level'
+'lsb-release: log distro information in crashlog'
+  )
+  install=kodi.install
+  provides=('xbmc')
+  conflicts=('xbmc')
+  replaces=('xbmc')
+
+  cd $srcdir/xbmc-$pkgver-$_codename
+  # Running make install
+  make DESTDIR=$pkgdir install
+
+  # Licenses
+   install -dm755 ${pkgdir}${_prefix}/share/licenses/${pkgname}
+  for licensef in LICENSE.GPL copying.txt; do
+   mv ${pkgdir}${_prefix}/share/doc/kodi/${licensef} \
+   

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

2015-01-29 Thread Anatol Pomozov
Date: Friday, January 30, 2015 @ 03:19:44
  Author: anatolik
Revision: 230266

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

Added:
  libgee/repos/testing-i686/
  libgee/repos/testing-i686/PKGBUILD
(from rev 230265, libgee/trunk/PKGBUILD)
  libgee/repos/testing-x86_64/
  libgee/repos/testing-x86_64/PKGBUILD
(from rev 230265, libgee/trunk/PKGBUILD)

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

Copied: libgee/repos/testing-i686/PKGBUILD (from rev 230265, 
libgee/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-30 02:19:44 UTC (rev 230266)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=libgee
+pkgver=0.16.1
+pkgrel=1
+pkgdesc=GObject collection library
+url=http://live.gnome.org/Libgee;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala python2)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d95f8ea8e78f843c71b1958fa2fb445e4a325e4821ec23d0d5108d8170e564a5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # generates a bazillion traps - make sure systemd's core_pattern
+  # is deactivated, or you'll DoS the journal and the system
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libgee/repos/testing-x86_64/PKGBUILD (from rev 230265, 
libgee/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-30 02:19:44 UTC (rev 230266)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=libgee
+pkgver=0.16.1
+pkgrel=1
+pkgdesc=GObject collection library
+url=http://live.gnome.org/Libgee;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala python2)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d95f8ea8e78f843c71b1958fa2fb445e4a325e4821ec23d0d5108d8170e564a5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # generates a bazillion traps - make sure systemd's core_pattern
+  # is deactivated, or you'll DoS the journal and the system
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-01-29 Thread Dan McGee
Date: Friday, January 30, 2015 @ 03:39:55
  Author: dan
Revision: 230268

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 230267, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-30 02:39:46 UTC (rev 230267)
+++ PKGBUILD2015-01-30 02:39:55 UTC (rev 230268)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Shahar Weiss swei...@gmx.net
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.7.3
-pkgrel=1
-pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
-arch=('any')
-license=('BSD')
-url=http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('ea9a3fe7eca2280b233938a98c4a35a0')
-sha256sums=('f226fb8aa438456968d403f6739de1cf2dad128db86f66ee2b41dfebe3645c5b')
-
-prepare() {
-  cp -a $srcdir/Django-$pkgver $srcdir/Django-$pkgver-python2
-
-  find $srcdir/Django-$pkgver-python2 -name '*.py' | \
-xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
-}
-
-build() {
-  cd $srcdir/Django-$pkgver
-  python setup.py build
-
-  cd $srcdir/Django-$pkgver-python2
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python' 'python-setuptools')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd $srcdir/Django-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1
-
-  ln -s django-admin.py $pkgdir/usr/bin/django-admin3.py
-  ln -s django-admin $pkgdir/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-$pkgdir/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-$pkgdir/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2' 'python2-setuptools')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd $srcdir/Django-$pkgver-python2
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv $pkgdir/usr/bin/django-admin.py $pkgdir/usr/bin/django-admin2.py
-  mv $pkgdir/usr/bin/django-admin $pkgdir/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-$pkgdir/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 230267, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-30 02:39:55 UTC (rev 230268)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Shahar Weiss swei...@gmx.net
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.7.4
+pkgrel=1
+pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
+arch=('any')
+license=('BSD')
+url=http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
+md5sums=('f8db10520f0268747d402a47a1a4b191')
+sha256sums=('f33255afbb9ee0977d9095ab0b50fde1f8ddff4220b57e8d19c6620b3e316170')
+
+prepare() {
+  cp -a $srcdir/Django-$pkgver $srcdir/Django-$pkgver-python2
+
+  find $srcdir/Django-$pkgver-python2 -name '*.py' | \
+xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
+}
+
+build() {
+  cd $srcdir/Django-$pkgver
+  python setup.py build
+
+  cd $srcdir/Django-$pkgver-python2
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd $srcdir/Django-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1
+
+  ln -s django-admin.py $pkgdir/usr/bin/django-admin3.py
+  ln -s django-admin $pkgdir/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+$pkgdir/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+$pkgdir/usr/share/bash-completion/completions/django-admin
+  ln -s django-admin.py \
+

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

2015-01-29 Thread Gaetan Bisson
Date: Friday, January 30, 2015 @ 04:51:37
  Author: bisson
Revision: 230272

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

Added:
  bzflag/repos/staging-i686/
  bzflag/repos/staging-i686/PKGBUILD
(from rev 230271, bzflag/trunk/PKGBUILD)
  bzflag/repos/staging-x86_64/
  bzflag/repos/staging-x86_64/PKGBUILD
(from rev 230271, bzflag/trunk/PKGBUILD)

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

Copied: bzflag/repos/staging-i686/PKGBUILD (from rev 230271, 
bzflag/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-01-30 03:51:37 UTC (rev 230272)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=bzflag
+pkgver=2.4.2
+pkgrel=6
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('curl' 'glew' 'glu' 'sdl')
+source=(http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
+sha1sums=('36c67c0734a1318b34b39ed0da49606e05ebd291')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+   cd misc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 misc/bzflag.desktop 
${pkgdir}/usr/share/applications/bzflag.desktop
+   install -Dm644 data/bzflag-48x48.png 
${pkgdir}/usr/share/pixmaps/bzflag-48x48.png
+}

Copied: bzflag/repos/staging-x86_64/PKGBUILD (from rev 230271, 
bzflag/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-01-30 03:51:37 UTC (rev 230272)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=bzflag
+pkgver=2.4.2
+pkgrel=6
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('curl' 'glew' 'glu' 'sdl')
+source=(http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
+sha1sums=('36c67c0734a1318b34b39ed0da49606e05ebd291')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+   cd misc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 misc/bzflag.desktop 
${pkgdir}/usr/share/applications/bzflag.desktop
+   install -Dm644 data/bzflag-48x48.png 
${pkgdir}/usr/share/pixmaps/bzflag-48x48.png
+}


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

2015-01-29 Thread Gaetan Bisson
Date: Friday, January 30, 2015 @ 04:51:12
  Author: bisson
Revision: 230271

rebuild for glew-1.12

Modified:
  bzflag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-30 02:40:50 UTC (rev 230270)
+++ PKGBUILD2015-01-30 03:51:12 UTC (rev 230271)
@@ -5,7 +5,7 @@
 
 pkgname=bzflag
 pkgver=2.4.2
-pkgrel=5
+pkgrel=6
 pkgdesc='Multiplayer 3D tank battle game'
 url='http://bzflag.org/'
 license=('LGPL')


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

2015-01-29 Thread Gaetan Bisson
Date: Friday, January 30, 2015 @ 06:49:17
  Author: bisson
Revision: 230279

rebuild for poppler-0.30.0

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-30 05:18:27 UTC (rev 230278)
+++ PKGBUILD2015-01-30 05:49:17 UTC (rev 230279)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.91
-pkgrel=1
+pkgrel=2
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 license=('GPL' 'LGPL')


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

2015-01-29 Thread Gaetan Bisson
Date: Friday, January 30, 2015 @ 06:49:40
  Author: bisson
Revision: 230280

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 230279, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/install
(from rev 230279, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 230279, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/install
(from rev 230279, inkscape/trunk/install)

-+
 staging-i686/PKGBUILD   |   51 ++
 staging-i686/install|   13 +++
 staging-x86_64/PKGBUILD |   51 ++
 staging-x86_64/install  |   13 +++
 4 files changed, 128 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 230279, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-01-30 05:49:40 UTC (rev 230280)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=2
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+#source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+source=(https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2;)
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|python|python2|g' src/main.cpp
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: inkscape/repos/staging-i686/install (from rev 230279, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-01-30 05:49:40 UTC (rev 230280)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 230279, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-01-30 05:49:40 UTC (rev 230280)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=2
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+#source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+source=(https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2;)
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3')
+
+install=install
+
+prepare() {
+   cd 

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

2015-01-29 Thread Gaetan Bisson
Date: Friday, January 30, 2015 @ 06:17:58
  Author: bisson
Revision: 230277

upstream update

Modified:
  inkscape/trunk/PKGBUILD
Deleted:
  inkscape/trunk/fix-build-with-poppler-0.29.0.patch
  inkscape/trunk/ime-placement.patch

-+
 PKGBUILD|   20 +-
 fix-build-with-poppler-0.29.0.patch |   98 --
 ime-placement.patch |   62 -
 3 files changed, 5 insertions(+), 175 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-30 04:43:10 UTC (rev 230276)
+++ PKGBUILD2015-01-30 05:17:58 UTC (rev 230277)
@@ -4,8 +4,8 @@
 # Contributor: tobias tob...@archlinux.org
 
 pkgname=inkscape
-pkgver=0.48.5
-pkgrel=4
+pkgver=0.91
+pkgrel=1
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 license=('GPL' 'LGPL')
@@ -18,29 +18,19 @@
 'python2-numpy: some extensions'
 'python2-lxml: some extensions and filters'
 'uniconvertor: reading/writing to some proprietary formats')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'fix-build-with-poppler-0.29.0.patch'
-'ime-placement.patch')
-sha1sums=('83ddb0c96069638f712a869039989bfd7d79c6a8'
-  '82ad02357a2405c11f29f2e516b1a7f55953e807'
-  'b12b948ca5ee7e02703a13aa8b8bccdf67947f12')
+#source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+source=(https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2;)
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3')
 
 install=install
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
-
-   # https://bugs.launchpad.net/inkscape/+bug/1399811
-   patch -p0 -i ../fix-build-with-poppler-0.29.0.patch
-   autoreconf -vi
-
-   patch -p1 -i ../ime-placement.patch # FS#39898
sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
sed -i 's|python|python2|g' src/main.cpp
-   sed -i '/extern unsigned GC_version;/c unsigned 
GC_version=GC_VERSION_MAJOR16+GC_VERSION_MINOR8+GC_VERSION_MICRO;' configure
 }
 
 build() {

Deleted: fix-build-with-poppler-0.29.0.patch
===
--- fix-build-with-poppler-0.29.0.patch 2015-01-30 04:43:10 UTC (rev 230276)
+++ fix-build-with-poppler-0.29.0.patch 2015-01-30 05:17:58 UTC (rev 230277)
@@ -1,98 +0,0 @@
-=== modified file 'configure.ac'
 configure.ac   2014-06-20 21:38:59 +
-+++ configure.ac   2014-12-10 20:32:33 +
-@@ -593,6 +593,11 @@
-   AC_DEFINE(POPPLER_EVEN_NEWER_COLOR_SPACE_API, 1, [Use even newer color 
space API from Poppler = 0.26.0])
- fi
- 
-+PKG_CHECK_MODULES(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API, poppler = 0.29.0, 
popplernewernewcolorspaceapi=yes, popplernewernewcolorspaceapi=no)
-+if test x$popplernewernewcolorspaceapi = xyes; then
-+  AC_DEFINE(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API, 1, [Use even newer 
new color space API from Poppler = 0.29.0])
-+fi
-+
- # Poppler's b604a008 commit changes this
- AC_MSG_CHECKING([whether Poppler's GfxPatch no longer uses GfxColor])
- popplergfxcolor=no
-=== modified file 'src/extension/internal/pdfinput/pdf-parser.cpp'
 src/extension/internal/pdfinput/pdf-parser.cpp 2014-06-03 15:44:09 
+
-+++ src/extension/internal/pdfinput/pdf-parser.cpp 2014-12-10 20:32:30 
+
-@@ -860,7 +860,9 @@
- blendingColorSpace = NULL;
- isolated = knockout = gFalse;
- if (!obj4.dictLookup(const_castchar*(CS), obj5)-isNull()) {
--#if defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API)
-+#if defined(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API)
-+  blendingColorSpace = GfxColorSpace::parse(NULL, obj5, NULL, NULL);
-+#elif defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API)
-   blendingColorSpace = GfxColorSpace::parse(obj5, NULL, NULL);
- #elif defined(POPPLER_NEW_COLOR_SPACE_API) || defined(POPPLER_NEW_ERRORAPI)
-   blendingColorSpace = GfxColorSpace::parse(obj5, NULL);
-@@ -1085,7 +1087,13 @@
- 
-   state-setFillPattern(NULL);
-   res-lookupColorSpace(args[0].getName(), obj);
--#if defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API)
-+#if defined(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API)
-+  if (obj.isNull()) {
-+colorSpace = GfxColorSpace::parse(NULL, args[0], NULL, NULL);
-+  } else {
-+colorSpace = GfxColorSpace::parse(NULL, obj, NULL, NULL);
-+  }
-+#elif defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API)
-   if (obj.isNull()) {
- colorSpace = GfxColorSpace::parse(args[0], NULL, NULL);
-   } else {
-@@ 

[arch-commits] Commit in opera/repos/community-x86_64 (8 files)

2015-01-29 Thread Ike Devolder
Date: Friday, January 30, 2015 @ 06:42:13
  Author: idevolder
Revision: 126770

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 126769, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 126769, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 126769, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 126769, opera/trunk/opera.install)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

---+
 PKGBUILD  |  137 +++-
 default   |8 +--
 opera |   26 +-
 opera.install |   78 +++
 4 files changed, 124 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-30 05:41:55 UTC (rev 126769)
+++ PKGBUILD2015-01-30 05:42:13 UTC (rev 126770)
@@ -1,69 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: ruario ruario AT opera DOT com
-# Contributor: Daniel Isenmann daniel AT archlinux DOT org
-# Contributor: dorphell dorphell AT archlinux DOT org
-# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
-# Contributor: eworm
-
-pkgname=opera
-pkgver=27.0.1689.54
-pkgrel=1
-pkgdesc=A fast and secure web browser and Internet suite.
-url=http://www.opera.com/;
-install=${pkgname}.install
-options=(!strip !zipman)
-license=('custom:opera')
-backup=(etc/$pkgname/default)
-arch=('x86_64')
-source=(
-   
http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb;
-   opera
-   default
-)
-
-prepare() {
-   sed -e s/%pkgname%/$pkgname/g -i $srcdir/opera
-   sed -e s/%operabin%/x86_64-linux-gnu\/$pkgname\/$pkgname/g \
-   -i $srcdir/opera
-}
-
-package() {
-   depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 
'gconf' 'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
-   optdepends=(
-   'curl: opera crash reporter and autoupdate checker'
-   'ffmpeg: playback of not really open formats'
-   )
-
-   tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C $pkgdir/
-
-# soname fix for libsystemd (udev)
-sed -e 's/libudev.so.0/libudev.so.1/g' \
--i $pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/$pkgname
-
-   # suid opera_sandbox
-   chmod 4755 $pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_sandbox
-
-   # install default options
-   install -Dm644 $srcdir/default $pkgdir/etc/$pkgname/default
-
-   # install opera wrapper
-   rm $pkgdir/usr/bin/$pkgname
-   install -Dm755 $srcdir/opera $pkgdir/usr/bin/$pkgname
-
-   # license
-   install -Dm644 \
-   
$pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_autoupdate.licenses \
-   $pkgdir/usr/share/licenses/$pkgname/opera_autoupdate.licenses
-
-   install -Dm644 \
-   $pkgdir/usr/share/doc/${pkgname}-stable/copyright \
-   $pkgdir/usr/share/licenses/$pkgname/copyright
-}
-
-sha256sums=('0dae4e3a0cf347a4a37f6d3f65ad6409d91b435dcdbad19cf47e2c9d31a13a1e'
-'508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 126769, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-30 05:42:13 UTC (rev 126770)
@@ -0,0 +1,68 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: ruario ruario AT opera DOT com
+# Contributor: Daniel Isenmann daniel AT archlinux DOT org
+# Contributor: dorphell dorphell AT archlinux DOT org
+# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
+# Contributor: eworm
+
+pkgname=opera
+pkgver=27.0.1689.54
+pkgrel=2
+pkgdesc=A fast and secure web browser and Internet suite.
+url=http://www.opera.com/;
+install=${pkgname}.install
+options=(!strip !zipman)
+license=('custom:opera')
+backup=(etc/$pkgname/default)
+arch=('x86_64')
+source=(
+   
http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb;
+   opera
+   default
+)
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
+optdepends=(
+   'curl: opera crash reporter and autoupdate checker'
+   

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

2015-01-29 Thread Ike Devolder
Date: Friday, January 30, 2015 @ 06:41:55
  Author: idevolder
Revision: 126769

opera :: 27.0.1689.54-2 ;; little cleanup

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-30 01:50:23 UTC (rev 126768)
+++ PKGBUILD2015-01-30 05:41:55 UTC (rev 126769)
@@ -11,7 +11,7 @@
 
 pkgname=opera
 pkgver=27.0.1689.54
-pkgrel=1
+pkgrel=2
 pkgdesc=A fast and secure web browser and Internet suite.
 url=http://www.opera.com/;
 install=${pkgname}.install
@@ -24,6 +24,11 @@
opera
default
 )
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
+optdepends=(
+   'curl: opera crash reporter and autoupdate checker'
+   'ffmpeg: playback of proprietary formats'
+)
 
 prepare() {
sed -e s/%pkgname%/$pkgname/g -i $srcdir/opera
@@ -32,17 +37,11 @@
 }
 
 package() {
-   depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 
'gconf' 'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
-   optdepends=(
-   'curl: opera crash reporter and autoupdate checker'
-   'ffmpeg: playback of not really open formats'
-   )
-
tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C $pkgdir/
 
-# soname fix for libsystemd (udev)
-sed -e 's/libudev.so.0/libudev.so.1/g' \
--i $pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/$pkgname
+   # soname fix for libsystemd (udev)
+   sed -e 's/libudev.so.0/libudev.so.1/g' \
+   -i $pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/$pkgname
 
# suid opera_sandbox
chmod 4755 $pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_sandbox


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

2015-01-29 Thread Dan McGee
Date: Friday, January 30, 2015 @ 03:40:50
  Author: dan
Revision: 230270

archrelease: copy trunk to extra-any

Added:
  python-pip/repos/extra-any/PKGBUILD
(from rev 230269, python-pip/trunk/PKGBUILD)
Deleted:
  python-pip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-30 02:40:10 UTC (rev 230269)
+++ PKGBUILD2015-01-30 02:40:50 UTC (rev 230270)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgname=('python-pip' 'python2-pip')
-pkgver=6.0.6
-pkgrel=1
-pkgdesc=The PyPA recommended tool for installing Python packages
-url=https://pip.pypa.io/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-md5sums=('bbb17814bdf82187f46aaf9cec6b6caa')
-sha256sums=('3a14091299dcdb9bab9e9004ae67ac401f2b1b14a7c98de074ca74fdddf4bfa0')
-
-package_python-pip() {
-  depends=('python' 'python-setuptools')
-
-  cd $srcdir/pip-$pkgver
-  python setup.py build
-  python setup.py install --prefix=/usr --root=$pkgdir
-
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pip() {
-  depends=('python2' 'python2-setuptools')
-  conflicts=('python-pyinstall')
-  replaces=('python-pyinstall')
-
-  cd $srcdir/pip-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  
-  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pip/repos/extra-any/PKGBUILD (from rev 230269, 
python-pip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-30 02:40:50 UTC (rev 230270)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Sebastien Binet binet@lblbox
+
+pkgname=('python-pip' 'python2-pip')
+pkgver=6.0.7
+pkgrel=1
+pkgdesc=The PyPA recommended tool for installing Python packages
+url=https://pip.pypa.io/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
+md5sums=('26fa8f4c0f9a78c6c96ccfbcf34f5c31')
+sha256sums=('35a5a43ac6b7af83ed47ea5731a365f43d350a3a7267e039e5f06b61d42ab3c2')
+
+package_python-pip() {
+  depends=('python' 'python-setuptools')
+
+  cd $srcdir/pip-$pkgver
+  python setup.py build
+  python setup.py install --prefix=/usr --root=$pkgdir
+
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pip() {
+  depends=('python2' 'python2-setuptools')
+  conflicts=('python-pyinstall')
+  replaces=('python-pyinstall')
+
+  cd $srcdir/pip-$pkgver
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+  
+  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
+${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-01-29 Thread Dan McGee
Date: Friday, January 30, 2015 @ 03:39:46
  Author: dan
Revision: 230267

upgpkg: django 1.7.4-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-30 02:19:44 UTC (rev 230266)
+++ PKGBUILD2015-01-30 02:39:46 UTC (rev 230267)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.7.3
+pkgver=1.7.4
 pkgrel=1
 pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
 arch=('any')
@@ -12,8 +12,8 @@
 url=http://www.djangoproject.com/;
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('ea9a3fe7eca2280b233938a98c4a35a0')
-sha256sums=('f226fb8aa438456968d403f6739de1cf2dad128db86f66ee2b41dfebe3645c5b')
+md5sums=('f8db10520f0268747d402a47a1a4b191')
+sha256sums=('f33255afbb9ee0977d9095ab0b50fde1f8ddff4220b57e8d19c6620b3e316170')
 
 prepare() {
   cp -a $srcdir/Django-$pkgver $srcdir/Django-$pkgver-python2


[arch-commits] Commit in perl-extutils-depends/trunk (PKGBUILD)

2015-01-29 Thread Felix Yan
Date: Friday, January 30, 2015 @ 05:37:33
  Author: fyan
Revision: 230273

upgpkg: perl-extutils-depends 0.404-1

Modified:
  perl-extutils-depends/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-30 03:51:37 UTC (rev 230272)
+++ PKGBUILD2015-01-30 04:37:33 UTC (rev 230273)
@@ -5,7 +5,7 @@
 # Contributor: Arjan Timmerman ar...@soulfly.nl
 
 pkgname=perl-extutils-depends
-pkgver=0.403
+pkgver=0.404
 pkgrel=1
 pkgdesc=The Perl depends module
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-${pkgver}.tar.gz;)
-md5sums=('bf28c1aad4e1d8761f598ab0b0531dd9')
+md5sums=('2b66dbb4bcfc2639c6b26309569471ad')
 
 build() {
   cd ExtUtils-Depends-${pkgver}


[arch-commits] Commit in perl-extutils-depends/repos/extra-any (PKGBUILD PKGBUILD)

2015-01-29 Thread Felix Yan
Date: Friday, January 30, 2015 @ 05:37:52
  Author: fyan
Revision: 230274

archrelease: copy trunk to extra-any

Added:
  perl-extutils-depends/repos/extra-any/PKGBUILD
(from rev 230273, perl-extutils-depends/trunk/PKGBUILD)
Deleted:
  perl-extutils-depends/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-30 04:37:33 UTC (rev 230273)
+++ PKGBUILD2015-01-30 04:37:52 UTC (rev 230274)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Sarah Hay sa...@archlinux.org
-# Contributor: Arjan Timmerman ar...@soulfly.nl
-
-pkgname=perl-extutils-depends
-pkgver=0.403
-pkgrel=1
-pkgdesc=The Perl depends module
-arch=('any')
-url=http://search.cpan.org/dist/ExtUtils-Depends/;
-license=('PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-${pkgver}.tar.gz;)
-md5sums=('bf28c1aad4e1d8761f598ab0b0531dd9')
-
-build() {
-  cd ExtUtils-Depends-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ExtUtils-Depends-${pkgver}
-  make test
-}
-
-package() {
-  cd ExtUtils-Depends-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-extutils-depends/repos/extra-any/PKGBUILD (from rev 230273, 
perl-extutils-depends/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-30 04:37:52 UTC (rev 230274)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+# Contributor: Arjan Timmerman ar...@soulfly.nl
+
+pkgname=perl-extutils-depends
+pkgver=0.404
+pkgrel=1
+pkgdesc=The Perl depends module
+arch=('any')
+url=http://search.cpan.org/dist/ExtUtils-Depends/;
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-${pkgver}.tar.gz;)
+md5sums=('2b66dbb4bcfc2639c6b26309569471ad')
+
+build() {
+  cd ExtUtils-Depends-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ExtUtils-Depends-${pkgver}
+  make test
+}
+
+package() {
+  cd ExtUtils-Depends-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2015-01-29 Thread Gaetan Bisson
Date: Friday, January 30, 2015 @ 06:18:27
  Author: bisson
Revision: 230278

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

Added:
  inkscape/repos/extra-i686/PKGBUILD
(from rev 230277, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-i686/install
(from rev 230277, inkscape/trunk/install)
  inkscape/repos/extra-x86_64/PKGBUILD
(from rev 230277, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-x86_64/install
(from rev 230277, inkscape/trunk/install)
Deleted:
  inkscape/repos/extra-i686/PKGBUILD
  inkscape/repos/extra-i686/fix-build-with-poppler-0.29.0.patch
  inkscape/repos/extra-i686/ime-placement.patch
  inkscape/repos/extra-i686/install
  inkscape/repos/extra-x86_64/PKGBUILD
  inkscape/repos/extra-x86_64/fix-build-with-poppler-0.29.0.patch
  inkscape/repos/extra-x86_64/ime-placement.patch
  inkscape/repos/extra-x86_64/install

--+
 /PKGBUILD|  102 +
 /install |   26 +
 extra-i686/PKGBUILD  |   61 
 extra-i686/fix-build-with-poppler-0.29.0.patch   |   98 
 extra-i686/ime-placement.patch   |   62 
 extra-i686/install   |   13 --
 extra-x86_64/PKGBUILD|   61 
 extra-x86_64/fix-build-with-poppler-0.29.0.patch |   98 
 extra-x86_64/ime-placement.patch |   62 
 extra-x86_64/install |   13 --
 10 files changed, 128 insertions(+), 468 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-30 05:17:58 UTC (rev 230277)
+++ extra-i686/PKGBUILD 2015-01-30 05:18:27 UTC (rev 230278)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-# Contributor: tobias tob...@archlinux.org
-
-pkgname=inkscape
-pkgver=0.48.5
-pkgrel=4
-pkgdesc='Vector graphics editor using the SVG file format'
-url='http://inkscape.sourceforge.net/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-makedepends=('boost' 'intltool')
-depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
- 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('pstoedit: latex formulas'
-'texlive-core: latex formulas'
-'python2-numpy: some extensions'
-'python2-lxml: some extensions and filters'
-'uniconvertor: reading/writing to some proprietary formats')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'fix-build-with-poppler-0.29.0.patch'
-'ime-placement.patch')
-sha1sums=('83ddb0c96069638f712a869039989bfd7d79c6a8'
-  '82ad02357a2405c11f29f2e516b1a7f55953e807'
-  'b12b948ca5ee7e02703a13aa8b8bccdf67947f12')
-
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # https://bugs.launchpad.net/inkscape/+bug/1399811
-   patch -p0 -i ../fix-build-with-poppler-0.29.0.patch
-   autoreconf -vi
-
-   patch -p1 -i ../ime-placement.patch # FS#39898
-   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
-   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
-   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
-   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
-   sed -i 's|python|python2|g' src/main.cpp
-   sed -i '/extern unsigned GC_version;/c unsigned 
GC_version=GC_VERSION_MAJOR16+GC_VERSION_MINOR8+GC_VERSION_MICRO;' configure
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --with-python \
-   --with-perl \
-   --enable-lcms \
-   --enable-poppler-cairo \
-   --disable-dependency-tracking
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: inkscape/repos/extra-i686/PKGBUILD (from rev 230277, 
inkscape/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-30 05:18:27 UTC (rev 230278)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=1
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+  

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

2015-01-29 Thread Dan McGee
Date: Friday, January 30, 2015 @ 03:40:10
  Author: dan
Revision: 230269

upgpkg: python-pip 6.0.7-1

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-30 02:39:55 UTC (rev 230268)
+++ PKGBUILD2015-01-30 02:40:10 UTC (rev 230269)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@lblbox
 
 pkgname=('python-pip' 'python2-pip')
-pkgver=6.0.6
+pkgver=6.0.7
 pkgrel=1
 pkgdesc=The PyPA recommended tool for installing Python packages
 url=https://pip.pypa.io/;
@@ -11,8 +11,8 @@
 license=('MIT')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-md5sums=('bbb17814bdf82187f46aaf9cec6b6caa')
-sha256sums=('3a14091299dcdb9bab9e9004ae67ac401f2b1b14a7c98de074ca74fdddf4bfa0')
+md5sums=('26fa8f4c0f9a78c6c96ccfbcf34f5c31')
+sha256sums=('35a5a43ac6b7af83ed47ea5731a365f43d350a3a7267e039e5f06b61d42ab3c2')
 
 package_python-pip() {
   depends=('python' 'python-setuptools')


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

2015-01-29 Thread Gaetan Bisson
Date: Friday, January 30, 2015 @ 05:42:37
  Author: bisson
Revision: 230275

rebuild for glew-1.12

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-30 04:37:52 UTC (rev 230274)
+++ PKGBUILD2015-01-30 04:42:37 UTC (rev 230275)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2014.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')


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

2015-01-29 Thread Gaetan Bisson
Date: Friday, January 30, 2015 @ 05:43:10
  Author: bisson
Revision: 230276

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

Added:
  hugin/repos/staging-i686/
  hugin/repos/staging-i686/PKGBUILD
(from rev 230275, hugin/trunk/PKGBUILD)
  hugin/repos/staging-i686/install
(from rev 230275, hugin/trunk/install)
  hugin/repos/staging-x86_64/
  hugin/repos/staging-x86_64/PKGBUILD
(from rev 230275, hugin/trunk/PKGBUILD)
  hugin/repos/staging-x86_64/install
(from rev 230275, hugin/trunk/install)

-+
 staging-i686/PKGBUILD   |   50 ++
 staging-i686/install|   13 +++
 staging-x86_64/PKGBUILD |   50 ++
 staging-x86_64/install  |   13 +++
 4 files changed, 126 insertions(+)

Copied: hugin/repos/staging-i686/PKGBUILD (from rev 230275, 
hugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-01-30 04:43:10 UTC (rev 230276)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2014.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'python'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;
+http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2;)
+sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'
+  'cef9a0cc7084b1d639e06cd3bc34e4251524c840')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+
+   # We take the module spirit from boost 1.55 and use it instead of the 
one
+   # that is provided by boost 1.56+ because hugin doesn't compile with the
+   # latter.  This is no proper fix for the problem but it works for now.
+   mkdir -p src/boost
+   cp -r ${srcdir}/boost_1_55_0/boost/spirit src/boost/
+
+   # Fix compiling against lensfun-0.3.0
+   sed '/LF_DIST_MODEL_FOV1/d' -i src/hugin_base/lensdb/LensDB.cpp
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+   make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/staging-i686/install (from rev 230275, hugin/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-01-30 04:43:10 UTC (rev 230276)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 230275, 
hugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-01-30 04:43:10 UTC (rev 230276)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2014.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'python'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;
+http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2;)
+sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'
+  'cef9a0cc7084b1d639e06cd3bc34e4251524c840')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+
+   # We take the module spirit from boost 1.55 and use it instead of the 
one
+   # that is provided by boost 1.56+ because hugin doesn't compile with the
+   # latter.  This is no proper fix for the problem but it works for now.
+   mkdir -p src/boost
+