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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 09:09:16
  Author: andrea
Revision: 225252

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 07:09:08 UTC (rev 225251)
+++ extra-i686/PKGBUILD 2014-10-24 07:09:16 UTC (rev 225252)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libvncserver
-pkgver=0.9.9
-pkgrel=3
-pkgdesc=A cross-platform C libraries that allow you to easily implement VNC 
server
-arch=('i686' 'x86_64')
-url=http://libvncserver.sourceforge.net/;
-license=('GPL')
-depends=('libjpeg' 'gnutls' 'libgcrypt')
-source=(http://downloads.sourceforge.net/${pkgname}/LibVNCServer-${pkgver}.tar.gz;)
-md5sums=('70422169b122765693d2a294d13e3714')
-
-build() {
-  cd LibVNCServer-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd LibVNCServer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libvncserver/repos/extra-i686/PKGBUILD (from rev 225251, 
libvncserver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 07:09:16 UTC (rev 225252)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libvncserver
+pkgver=0.9.10
+pkgrel=1
+pkgdesc=A cross-platform C libraries that allow you to easily implement VNC 
server
+arch=('i686' 'x86_64')
+url=https://libvnc.github.io/;
+license=('GPL')
+depends=('libpng' 'libjpeg' 'gnutls' 'libgcrypt' 'openssl')
+makedepends=('sdl')
+source=(https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz;)
+md5sums=('e1b888fae717b06896f8aec100163d27')
+
+build() {
+  cd ${pkgname}-LibVNCServer-${pkgver}
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-LibVNCServer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 07:09:08 UTC (rev 225251)
+++ extra-x86_64/PKGBUILD   2014-10-24 07:09:16 UTC (rev 225252)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libvncserver
-pkgver=0.9.9
-pkgrel=3
-pkgdesc=A cross-platform C libraries that allow you to easily implement VNC 
server
-arch=('i686' 'x86_64')
-url=http://libvncserver.sourceforge.net/;
-license=('GPL')
-depends=('libjpeg' 'gnutls' 'libgcrypt')
-source=(http://downloads.sourceforge.net/${pkgname}/LibVNCServer-${pkgver}.tar.gz;)
-md5sums=('70422169b122765693d2a294d13e3714')
-
-build() {
-  cd LibVNCServer-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd LibVNCServer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libvncserver/repos/extra-x86_64/PKGBUILD (from rev 225251, 
libvncserver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-24 07:09:16 UTC (rev 225252)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libvncserver
+pkgver=0.9.10
+pkgrel=1
+pkgdesc=A cross-platform C libraries that allow you to easily implement VNC 
server
+arch=('i686' 'x86_64')
+url=https://libvnc.github.io/;
+license=('GPL')
+depends=('libpng' 'libjpeg' 'gnutls' 'libgcrypt' 'openssl')
+makedepends=('sdl')
+source=(https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz;)
+md5sums=('e1b888fae717b06896f8aec100163d27')
+
+build() {
+  cd ${pkgname}-LibVNCServer-${pkgver}
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-LibVNCServer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 09:09:08
  Author: andrea
Revision: 225251

upgpkg: libvncserver 0.9.10-1

Upstream release

Modified:
  libvncserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 04:38:28 UTC (rev 225250)
+++ PKGBUILD2014-10-24 07:09:08 UTC (rev 225251)
@@ -4,23 +4,25 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=libvncserver
-pkgver=0.9.9
-pkgrel=3
+pkgver=0.9.10
+pkgrel=1
 pkgdesc=A cross-platform C libraries that allow you to easily implement VNC 
server
 arch=('i686' 'x86_64')
-url=http://libvncserver.sourceforge.net/;
+url=https://libvnc.github.io/;
 license=('GPL')
-depends=('libjpeg' 'gnutls' 'libgcrypt')
-source=(http://downloads.sourceforge.net/${pkgname}/LibVNCServer-${pkgver}.tar.gz;)
-md5sums=('70422169b122765693d2a294d13e3714')
+depends=('libpng' 'libjpeg' 'gnutls' 'libgcrypt' 'openssl')
+makedepends=('sdl')
+source=(https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz;)
+md5sums=('e1b888fae717b06896f8aec100163d27')
 
 build() {
-  cd LibVNCServer-${pkgver}
+  cd ${pkgname}-LibVNCServer-${pkgver}
+  ./autogen.sh
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd LibVNCServer-${pkgver}
+  cd ${pkgname}-LibVNCServer-${pkgver}
   make DESTDIR=${pkgdir} install
 }


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 09:13:56
  Author: andrea
Revision: 225253

upgpkg: libraw 0.16.0-3

cmake build method is unsupported, see FS#42474

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |   22 +-
 1 file changed, 5 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 07:09:16 UTC (rev 225252)
+++ PKGBUILD2014-10-24 07:13:56 UTC (rev 225253)
@@ -7,38 +7,26 @@
 
 pkgname=libraw
 pkgver=0.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
 arch=('i686' 'x86_64')
 url=http://www.libraw.org/;
 license=('CDDL' 'LGPL' 'custom')
 depends=('lcms2' 'jasper')
-makedepends=('cmake')
 source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
 sha256sums=('71f43871ec2535345c5c9b748f07813e49915170f9510b721a2be6478426cf96')
 
-prepare() {
-  mkdir build
-}
-
 build() {
-  cd build
-  cmake ../LibRaw-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_EXAMPLES=OFF \
--DENABLE_RAWSPEED=OFF
+  cd LibRaw-${pkgver}
+  ./configure --prefix=/usr \
+--disable-examples
   make
 }
 
 package() {
-  cd build
+  cd LibRaw-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  # Fix doc install dir
-  install -d ${pkgdir}/usr/share/doc
-  mv ${pkgdir}/usr/share/libraw ${pkgdir}/usr/share/doc
-
   install -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
 ${pkgdir}/usr/share/licenses/${pkgname}


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 09:14:04
  Author: andrea
Revision: 225254

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

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

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   45 
 extra-x86_64/PKGBUILD |   45 
 3 files changed, 66 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 07:13:56 UTC (rev 225253)
+++ extra-i686/PKGBUILD 2014-10-24 07:14:04 UTC (rev 225254)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Andre Scarpino and...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-
-pkgname=libraw
-pkgver=0.16.0
-pkgrel=2
-pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
-arch=('i686' 'x86_64')
-url=http://www.libraw.org/;
-license=('CDDL' 'LGPL' 'custom')
-depends=('lcms2' 'jasper')
-makedepends=('cmake')
-source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('71f43871ec2535345c5c9b748f07813e49915170f9510b721a2be6478426cf96')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../LibRaw-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_EXAMPLES=OFF \
--DENABLE_RAWSPEED=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Fix doc install dir
-  install -d ${pkgdir}/usr/share/doc
-  mv ${pkgdir}/usr/share/libraw ${pkgdir}/usr/share/doc
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: libraw/repos/extra-i686/PKGBUILD (from rev 225253, 
libraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 07:14:04 UTC (rev 225254)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andre Scarpino and...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+
+pkgname=libraw
+pkgver=0.16.0
+pkgrel=3
+pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
+arch=('i686' 'x86_64')
+url=http://www.libraw.org/;
+license=('CDDL' 'LGPL' 'custom')
+depends=('lcms2' 'jasper')
+source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
+sha256sums=('71f43871ec2535345c5c9b748f07813e49915170f9510b721a2be6478426cf96')
+
+build() {
+  cd LibRaw-${pkgver}
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 07:13:56 UTC (rev 225253)
+++ extra-x86_64/PKGBUILD   2014-10-24 07:14:04 UTC (rev 225254)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Andre Scarpino and...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-
-pkgname=libraw
-pkgver=0.16.0
-pkgrel=2
-pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
-arch=('i686' 'x86_64')
-url=http://www.libraw.org/;
-license=('CDDL' 'LGPL' 'custom')
-depends=('lcms2' 'jasper')
-makedepends=('cmake')
-source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('71f43871ec2535345c5c9b748f07813e49915170f9510b721a2be6478426cf96')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../LibRaw-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_EXAMPLES=OFF \
--DENABLE_RAWSPEED=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Fix doc install dir
-  install -d ${pkgdir}/usr/share/doc
-  mv ${pkgdir}/usr/share/libraw ${pkgdir}/usr/share/doc
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -D -m644 

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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 09:32:42
  Author: andrea
Revision: 225255

upgpkg: plasma-framework 5.3.1-1

Upstream release

Modified:
  plasma-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 07:14:04 UTC (rev 225254)
+++ PKGBUILD2014-10-24 07:32:42 UTC (rev 225255)
@@ -2,17 +2,17 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=plasma-framework
-pkgver=5.3.0
+pkgver=5.3.1
 pkgrel=1
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/libs/plasma-framework'
 license=('LGPL')
-depends=('qt5-quickcontrols' 'kdeclarative' 'kactivities-frameworks')
+depends=('qt5-quickcontrols' 'kactivities-frameworks')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
 groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('89d72e5d339eb7556c33aa7e4f918e26')
+source=(http://download.kde.org/stable/frameworks/5.3.0/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8e247b80c26bcb31acff7ec44e3b6a15')
 
 prepare() {
   mkdir -p build


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 09:32:50
  Author: andrea
Revision: 225256

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

Added:
  plasma-framework/repos/extra-i686/PKGBUILD
(from rev 225255, plasma-framework/trunk/PKGBUILD)
  plasma-framework/repos/extra-x86_64/PKGBUILD
(from rev 225255, plasma-framework/trunk/PKGBUILD)
Deleted:
  plasma-framework/repos/extra-i686/PKGBUILD
  plasma-framework/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 07:32:42 UTC (rev 225255)
+++ extra-i686/PKGBUILD 2014-10-24 07:32:50 UTC (rev 225256)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=plasma-framework
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/libs/plasma-framework'
-license=('LGPL')
-depends=('qt5-quickcontrols' 'kdeclarative' 'kactivities-frameworks')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('89d72e5d339eb7556c33aa7e4f918e26')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DQML_INSTALL_DIR=lib/qt/qml \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-framework/repos/extra-i686/PKGBUILD (from rev 225255, 
plasma-framework/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 07:32:50 UTC (rev 225256)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-framework
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/libs/plasma-framework'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kactivities-frameworks')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/5.3.0/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8e247b80c26bcb31acff7ec44e3b6a15')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-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   2014-10-24 07:32:42 UTC (rev 225255)
+++ extra-x86_64/PKGBUILD   2014-10-24 07:32:50 UTC (rev 225256)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=plasma-framework
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/libs/plasma-framework'
-license=('LGPL')
-depends=('qt5-quickcontrols' 'kdeclarative' 'kactivities-frameworks')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('89d72e5d339eb7556c33aa7e4f918e26')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DQML_INSTALL_DIR=lib/qt/qml \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-framework/repos/extra-x86_64/PKGBUILD (from rev 225255, 
plasma-framework/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-24 07:32:50 UTC (rev 225256)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-framework
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/libs/plasma-framework'
+license=('LGPL')

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

2014-10-24 Thread Jelle van der Waa
Date: Friday, October 24, 2014 @ 10:36:54
  Author: jelle
Revision: 121336

upgpkg: cppcheck 1.67-1

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 03:17:40 UTC (rev 121335)
+++ PKGBUILD2014-10-24 08:36:54 UTC (rev 121336)
@@ -2,7 +2,7 @@
 # Maintainer: Stéphane Gaudreault steph...@archlinux.org
 
 pkgname=cppcheck
-pkgver=1.66
+pkgver=1.67
 pkgrel=1
 pkgdesc=A tool for static C/C++ code analysis
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('qt5-base' 'python-pygments')
 makedepends=('docbook-xsl' 'qt5-tools' 'python')
 source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('277a214aa8a2bf30180645aca09c1dc9d3069977')
+sha1sums=('14b886e5cac631cec11a3f8efbdeaed15ddcc7d3')
 
 build() {
cd ${pkgname}-${pkgver}


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

2014-10-24 Thread Jelle van der Waa
Date: Friday, October 24, 2014 @ 10:40:18
  Author: jelle
Revision: 121337

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

Added:
  cppcheck/repos/community-i686/PKGBUILD
(from rev 121336, cppcheck/trunk/PKGBUILD)
  cppcheck/repos/community-x86_64/PKGBUILD
(from rev 121336, cppcheck/trunk/PKGBUILD)
Deleted:
  cppcheck/repos/community-i686/PKGBUILD
  cppcheck/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-24 08:36:54 UTC (rev 121336)
+++ community-i686/PKGBUILD 2014-10-24 08:40:18 UTC (rev 121337)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=cppcheck
-pkgver=1.66
-pkgrel=1
-pkgdesc=A tool for static C/C++ code analysis
-arch=('i686' 'x86_64')
-url=http://cppcheck.wiki.sourceforge.net/;
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools')
-source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('277a214aa8a2bf30180645aca09c1dc9d3069977')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   make CFGDIR=/usr/share/cppcheck/cfg
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
-
-   cd gui
-   qmake HAVE_RULES=yes CFGDIR=/usr/share/cppcheck/cfg
-   make CFGDIR=/usr/share/cppcheck/cfg
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-  make CFGDIR=./cfg  HAVE_RULES=yestest
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install 
-
-   install -D -p -m 644 cppcheck.1 ${pkgdir}/usr/share/man/man1/cppcheck.1
-
-   install -m755 gui/cppcheck-gui ${pkgdir}/usr/bin
-
-   for _f in cfg/*; do
- install -D -p -m 644 $_f ${pkgdir}/usr/share/${pkgname}/$_f
-   done
-}

Copied: cppcheck/repos/community-i686/PKGBUILD (from rev 121336, 
cppcheck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-24 08:40:18 UTC (rev 121337)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=cppcheck
+pkgver=1.67
+pkgrel=1
+pkgdesc=A tool for static C/C++ code analysis
+arch=('i686' 'x86_64')
+url=http://cppcheck.wiki.sourceforge.net/;
+license=('GPL')
+depends=('qt5-base' 'python-pygments')
+makedepends=('docbook-xsl' 'qt5-tools' 'python')
+source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('14b886e5cac631cec11a3f8efbdeaed15ddcc7d3')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   # Unicode fix
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
+
+   cd gui
+   qmake HAVE_RULES=yes
+   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+
+   LANG='en_US.UTF-8' make CFGDIR=./cfg  HAVE_RULES=yes test
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} SRCDIR=build HAVE_RULES=yes 
install 
+
+   install -D -p -m 644 cppcheck.1 ${pkgdir}/usr/share/man/man1/cppcheck.1
+
+   install -m755 gui/cppcheck-gui ${pkgdir}/usr/bin
+
+   install -d ${pkgdir}/usr/share/cppcheck/cfg
+   install -D ./cfg/* -t ${pkgdir}/usr/share/cppcheck/cfg
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-24 08:36:54 UTC (rev 121336)
+++ community-x86_64/PKGBUILD   2014-10-24 08:40:18 UTC (rev 121337)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=cppcheck
-pkgver=1.66
-pkgrel=1
-pkgdesc=A tool for static C/C++ code analysis
-arch=('i686' 'x86_64')
-url=http://cppcheck.wiki.sourceforge.net/;
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools')
-source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('277a214aa8a2bf30180645aca09c1dc9d3069977')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   make CFGDIR=/usr/share/cppcheck/cfg
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
-
-   cd gui
-   qmake HAVE_RULES=yes CFGDIR=/usr/share/cppcheck/cfg
-   make CFGDIR=/usr/share/cppcheck/cfg
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-  make CFGDIR=./cfg  HAVE_RULES=yestest
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install 
-
-   install -D -p -m 644 cppcheck.1 ${pkgdir}/usr/share/man/man1/cppcheck.1
-
-   install -m755 gui/cppcheck-gui ${pkgdir}/usr/bin
-
-   for _f in cfg/*; do
- install -D -p -m 644 $_f 

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

2014-10-24 Thread Jelle van der Waa
Date: Friday, October 24, 2014 @ 10:49:32
  Author: jelle
Revision: 121338

upgpkg: calibre 2.7.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 08:40:18 UTC (rev 121337)
+++ PKGBUILD2014-10-24 08:49:32 UTC (rev 121338)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -26,7 +26,7 @@
 )
 install=calibre.install
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('41af42783b9001f06035fc6f2360090f')
+md5sums=('12c27a495deff79571867edc51a52f06')
 
 prepare(){
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-10-24 Thread Jelle van der Waa
Date: Friday, October 24, 2014 @ 10:53:28
  Author: jelle
Revision: 121339

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

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

--+
 /PKGBUILD|  182 +
 /calibre.install |   24 
 community-i686/PKGBUILD  |   91 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   91 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-24 08:49:32 UTC (rev 121338)
+++ community-i686/PKGBUILD 2014-10-24 08:53:28 UTC (rev 121339)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Petrov Roman nwhis...@gmail.com
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-# Contributor: Larry Hajali larryh...@gmail.com
-
-pkgname=calibre
-pkgver=2.6.0
-pkgrel=1
-pkgdesc=Ebook management application
-arch=('i686' 'x86_64') 
-url=http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 
'python2-cherrypy' 
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx' 
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-)
-install=calibre.install
-source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('41af42783b9001f06035fc6f2360090f')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/six.py \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
-  #sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) 
+ ['-fPIC']/ setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
-  sed -i /pyqt_sip_dir/ s:=.*:= '/usr/share/sip/Py2-PyQt5': 
setup/build_environment.py
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
-  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
-  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir) \
-  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir) \
-  -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
-  -e s/^Name=calibre/Name=Calibre/g \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix the environment module location
-  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
-
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages \
- ${pkgdir}/usr/share/zsh/site-functions
-
-  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
---staging-bindir=${pkgdir}/usr/bin \
---staging-libdir=${pkgdir}/usr/lib \
---staging-sharedir=${pkgdir}/usr/share
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall ${pkgdir}/usr/lib/calibre/
-  python2 -O -m compileall ${pkgdir}/usr/lib/calibre/
-}

Copied: 

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

2014-10-24 Thread Felix Yan
Date: Friday, October 24, 2014 @ 11:06:12
  Author: fyan
Revision: 121340

upgpkg: python-boto 2.34.0-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 08:53:28 UTC (rev 121339)
+++ PKGBUILD2014-10-24 09:06:12 UTC (rev 121340)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=(python-boto python2-boto)
-pkgver=2.33.0
+pkgver=2.34.0
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')


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

2014-10-24 Thread Felix Yan
Date: Friday, October 24, 2014 @ 11:06:35
  Author: fyan
Revision: 121341

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-24 09:06:12 UTC (rev 121340)
+++ PKGBUILD2014-10-24 09:06:35 UTC (rev 121341)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-
-pkgbase=python-boto
-pkgname=(python-boto python2-boto)
-pkgver=2.33.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
-  'python2-requests' 'python-httpretty' 'python2-httpretty')
-source=(git+https://github.com/boto/boto.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a boto{,-py2}
-
-  cd boto-py2
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-check() {
-  cd boto
-  python tests/test.py default
-
-  cd ../boto-py2
-  python2 tests/test.py default
-}
-
-package_python-boto() {
-  depends=('python')
-
-  cd boto
-
-  python setup.py install -O1 --root=$pkgdir
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
-  rm -r $pkgdir/usr/bin
-}
-
-package_python2-boto() {
-  depends=('python2')
-  conflicts=('python-boto2.32.1-1')
-  replaces=('python-boto2.32.1-1')
-
-  cd boto-py2
-
-  python2 setup.py install -O1 --root=$pkgdir
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-boto/repos/community-any/PKGBUILD (from rev 121340, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-24 09:06:35 UTC (rev 121341)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+
+pkgbase=python-boto
+pkgname=(python-boto python2-boto)
+pkgver=2.34.0
+pkgrel=1
+pkgdesc='A Python interface to Amazon Web Services (AWS)'
+arch=('any')
+url='https://github.com/boto/boto'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
+  'python2-requests' 'python-httpretty' 'python2-httpretty')
+source=(git+https://github.com/boto/boto.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a boto{,-py2}
+
+  cd boto-py2
+  # python2 fix
+  find . -name '*.py' -type f -print0 | xargs -0 \
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
+}
+
+check() {
+  cd boto
+  python tests/test.py default
+
+  cd ../boto-py2
+  python2 tests/test.py default
+}
+
+package_python-boto() {
+  depends=('python')
+
+  cd boto
+
+  python setup.py install -O1 --root=$pkgdir
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
+  rm -r $pkgdir/usr/bin
+}
+
+package_python2-boto() {
+  depends=('python2')
+  conflicts=('python-boto2.32.1-1')
+  replaces=('python-boto2.32.1-1')
+
+  cd boto-py2
+
+  python2 setup.py install -O1 --root=$pkgdir
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2014-10-24 Thread Felix Yan
Date: Friday, October 24, 2014 @ 11:10:32
  Author: fyan
Revision: 121342

upgpkg: nodejs 0.10.33-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 09:06:35 UTC (rev 121341)
+++ PKGBUILD2014-10-24 09:10:32 UTC (rev 121342)
@@ -9,9 +9,9 @@
 # Contributor: TIanyi Cui tianyi...@gmail.com
 
 pkgname=nodejs
-pkgver=0.10.32
+pkgver=0.10.33
 _npmver=2.1.5
-pkgrel=9
+pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
@@ -24,7 +24,7 @@
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
 git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10'
+sha256sums=('75dc26c33144e6d0dc91cb0d68aaf0570ed0a7e4b0c35f3a7a726b500edd081e'
 'SKIP')
 
 prepare() {


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

2014-10-24 Thread Felix Yan
Date: Friday, October 24, 2014 @ 11:11:14
  Author: fyan
Revision: 121343

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

Added:
  nodejs/repos/community-i686/PKGBUILD
(from rev 121342, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 121342, nodejs/trunk/PKGBUILD)
Deleted:
  nodejs/repos/community-i686/PKGBUILD
  nodejs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-24 09:10:32 UTC (rev 121342)
+++ community-i686/PKGBUILD 2014-10-24 09:11:14 UTC (rev 121343)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.32
-_npmver=2.1.5
-pkgrel=9
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked marked-man
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 121342, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-24 09:11:14 UTC (rev 121343)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.33
+_npmver=2.1.5
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('75dc26c33144e6d0dc91cb0d68aaf0570ed0a7e4b0c35f3a7a726b500edd081e'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  msg 

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

2014-10-24 Thread Sergej Pupykin
Date: Friday, October 24, 2014 @ 11:54:40
  Author: spupykin
Revision: 121344

upgpkg: ktoblzcheck 1.47-1

upd

Modified:
  ktoblzcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 09:11:14 UTC (rev 121343)
+++ PKGBUILD2014-10-24 09:54:40 UTC (rev 121344)
@@ -3,8 +3,8 @@
 # Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
 
 pkgname=ktoblzcheck
-pkgver=1.43
-pkgrel=2
+pkgver=1.47
+pkgrel=1
 pkgdesc=A library to check account numbers and bank codes of German banks
 arch=(i686 x86_64)
 url=http://ktoblzcheck.sourceforge.net;
@@ -13,7 +13,7 @@
 optdepends=('perl')
 
source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz
ktoblzcheck-python3.patch)
-md5sums=('1052f9a97bd2f9cbf03e316d289acbe3'
+md5sums=('fc5f561d268e4962c95d6a9104f2'
  'a81a697bb3aaeffb7fac0ad7d9166e3f')
 
 build() {


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

2014-10-24 Thread Sergej Pupykin
Date: Friday, October 24, 2014 @ 11:54:55
  Author: spupykin
Revision: 121345

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

Added:
  ktoblzcheck/repos/community-i686/PKGBUILD
(from rev 121344, ktoblzcheck/trunk/PKGBUILD)
  ktoblzcheck/repos/community-i686/ktoblzcheck-python3.patch
(from rev 121344, ktoblzcheck/trunk/ktoblzcheck-python3.patch)
  ktoblzcheck/repos/community-x86_64/PKGBUILD
(from rev 121344, ktoblzcheck/trunk/PKGBUILD)
  ktoblzcheck/repos/community-x86_64/ktoblzcheck-python3.patch
(from rev 121344, ktoblzcheck/trunk/ktoblzcheck-python3.patch)
Deleted:
  ktoblzcheck/repos/community-i686/PKGBUILD
  ktoblzcheck/repos/community-i686/ktoblzcheck-python3.patch
  ktoblzcheck/repos/community-x86_64/PKGBUILD
  ktoblzcheck/repos/community-x86_64/ktoblzcheck-python3.patch

+
 /PKGBUILD  |   58 +
 /ktoblzcheck-python3.patch |  114 +++
 community-i686/PKGBUILD|   29 --
 community-i686/ktoblzcheck-python3.patch   |   57 -
 community-x86_64/PKGBUILD  |   29 --
 community-x86_64/ktoblzcheck-python3.patch |   57 -
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-24 09:54:40 UTC (rev 121344)
+++ community-i686/PKGBUILD 2014-10-24 09:54:55 UTC (rev 121345)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
-
-pkgname=ktoblzcheck
-pkgver=1.43
-pkgrel=2
-pkgdesc=A library to check account numbers and bank codes of German banks
-arch=(i686 x86_64)
-url=http://ktoblzcheck.sourceforge.net;
-license=(LGPL)
-depends=('gcc-libs' 'python')
-optdepends=('perl')
-source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz
-   ktoblzcheck-python3.patch)
-md5sums=('1052f9a97bd2f9cbf03e316d289acbe3'
- 'a81a697bb3aaeffb7fac0ad7d9166e3f')
-
-build() {
-  cd $srcdir/ktoblzcheck-$pkgver
-  ./configure --prefix=/usr
-  patch -p1 $srcdir/ktoblzcheck-python3.patch
-  make
-}
-
-package() {
-  cd $srcdir/ktoblzcheck-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: ktoblzcheck/repos/community-i686/PKGBUILD (from rev 121344, 
ktoblzcheck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-24 09:54:55 UTC (rev 121345)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
+
+pkgname=ktoblzcheck
+pkgver=1.47
+pkgrel=1
+pkgdesc=A library to check account numbers and bank codes of German banks
+arch=(i686 x86_64)
+url=http://ktoblzcheck.sourceforge.net;
+license=(LGPL)
+depends=('gcc-libs' 'python')
+optdepends=('perl')
+source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz
+   ktoblzcheck-python3.patch)
+md5sums=('fc5f561d268e4962c95d6a9104f2'
+ 'a81a697bb3aaeffb7fac0ad7d9166e3f')
+
+build() {
+  cd $srcdir/ktoblzcheck-$pkgver
+  ./configure --prefix=/usr
+  patch -p1 $srcdir/ktoblzcheck-python3.patch
+  make
+}
+
+package() {
+  cd $srcdir/ktoblzcheck-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/ktoblzcheck-python3.patch
===
--- community-i686/ktoblzcheck-python3.patch2014-10-24 09:54:40 UTC (rev 
121344)
+++ community-i686/ktoblzcheck-python3.patch2014-10-24 09:54:55 UTC (rev 
121345)
@@ -1,57 +0,0 @@
-diff -ur ktoblzcheck-1.28/src/python/ktoblzcheck.py 
ktoblzcheck-1.28.my/src/python/ktoblzcheck.py
 ktoblzcheck-1.28/src/python/ktoblzcheck.py 2008-08-12 16:48:54.0 
+
-+++ ktoblzcheck-1.28.my/src/python/ktoblzcheck.py  2010-09-20 
09:08:36.0 +
-@@ -197,35 +197,35 @@
- 
- def test():
- a = AccountNumberCheck()
--print 'Number of Banks:', a.bankCount
--print 'find 20010020:', a.findBank('20010020')
--print 'find 20010033:', a.findBank('20010033')
--print 'check 20070024/9291394:', a.check('20070024','9291394')
--print 'check 20070024/9291394:', a.check('20070024','9291394023')
--print
-+print('Number of Banks:', a.bankCount)
-+print('find 20010020:', a.findBank('20010020'))
-+print('find 20010033:', a.findBank('20010033'))
-+print('check 20070024/9291394:', a.check('20070024','9291394'))
-+print('check 20070024/9291394:', a.check('20070024','9291394023'))
-+print()
- ck = IbanCheck()
- if not kto.IbanCheck_selftest(ck):  # not publicly defined
--  print Self-Test failed!
-+print(Self-Test failed!)
-   raise SystemExit
- s =  iban fr14 2004 1010 0505 0001 3m02 

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

2014-10-24 Thread Dave Reisner
Date: Friday, October 24, 2014 @ 15:23:47
  Author: dreisner
Revision: 225259

upgpkg: devtools 20141024-1

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 12:03:28 UTC (rev 225258)
+++ PKGBUILD2014-10-24 13:23:47 UTC (rev 225259)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=devtools
-pkgver=20140510
+pkgver=20141024
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -11,15 +11,15 @@
 depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('702376263627e594b5a7ff1970353de4'
+md5sums=('16366a5a015315392b90e31ea96825cc'
  'SKIP')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
make PREFIX=/usr
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
make PREFIX=/usr DESTDIR=${pkgdir} install
 }


[arch-commits] Commit in devtools/repos (testing-any testing-any/PKGBUILD)

2014-10-24 Thread Dave Reisner
Date: Friday, October 24, 2014 @ 15:24:00
  Author: dreisner
Revision: 225260

archrelease: copy trunk to testing-any

Added:
  devtools/repos/testing-any/
  devtools/repos/testing-any/PKGBUILD
(from rev 225259, devtools/trunk/PKGBUILD)

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

Copied: devtools/repos/testing-any/PKGBUILD (from rev 225259, 
devtools/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-10-24 13:24:00 UTC (rev 225260)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=devtools
+pkgver=20141024
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('16366a5a015315392b90e31ea96825cc'
+ 'SKIP')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}


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

2014-10-24 Thread Dave Reisner
Date: Friday, October 24, 2014 @ 16:47:49
  Author: dreisner
Revision: 225261

upgpkg: util-linux 2.25.2-1

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 13:24:00 UTC (rev 225260)
+++ PKGBUILD2014-10-24 14:47:49 UTC (rev 225261)
@@ -5,7 +5,7 @@
 
 pkgbase=util-linux
 pkgname=(util-linux libutil-linux)
-pkgver=2.25.1
+pkgver=2.25.2
 pkgrel=1
 pkgdesc=Miscellaneous system utilities for Linux
 url=http://www.kernel.org/pub/linux/utils/util-linux/;
@@ -16,7 +16,7 @@
 
source=(ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.25/$pkgname-$pkgver.tar.xz;
 uuidd.tmpfiles
 pam-{login,common,su})
-md5sums=('2ff36a8f8ede70f66c5ad0fb09e40e79'
+md5sums=('cab3d7be354000f629bc601238b629b3'
  'a39554bfd65cccfd8254bb46922f4a67'
  '4368b3f98abd8a32662e094c54e7f9b1'
  'a31374fef2cba0ca34dfc7078e2969e4'


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

2014-10-24 Thread Dave Reisner
Date: Friday, October 24, 2014 @ 16:48:30
  Author: dreisner
Revision: 225262

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

Added:
  util-linux/repos/testing-i686/
  util-linux/repos/testing-i686/PKGBUILD
(from rev 225261, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/pam-common
(from rev 225261, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 225261, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/pam-su
(from rev 225261, util-linux/trunk/pam-su)
  util-linux/repos/testing-i686/util-linux.install
(from rev 225261, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-i686/uuidd.tmpfiles
(from rev 225261, util-linux/trunk/uuidd.tmpfiles)
  util-linux/repos/testing-x86_64/
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 225261, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 225261, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 225261, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 225261, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/util-linux.install
(from rev 225261, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-x86_64/uuidd.tmpfiles
(from rev 225261, util-linux/trunk/uuidd.tmpfiles)

---+
 testing-i686/PKGBUILD |   93 
 testing-i686/pam-common   |6 ++
 testing-i686/pam-login|7 ++
 testing-i686/pam-su   |9 +++
 testing-i686/util-linux.install   |   21 
 testing-i686/uuidd.tmpfiles   |1 
 testing-x86_64/PKGBUILD   |   93 
 testing-x86_64/pam-common |6 ++
 testing-x86_64/pam-login  |7 ++
 testing-x86_64/pam-su |9 +++
 testing-x86_64/util-linux.install |   21 
 testing-x86_64/uuidd.tmpfiles |1 
 12 files changed, 274 insertions(+)

Copied: util-linux/repos/testing-i686/PKGBUILD (from rev 225261, 
util-linux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-24 14:48:30 UTC (rev 225262)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgbase=util-linux
+pkgname=(util-linux libutil-linux)
+pkgver=2.25.2
+pkgrel=1
+pkgdesc=Miscellaneous system utilities for Linux
+url=http://www.kernel.org/pub/linux/utils/util-linux/;
+arch=('i686' 'x86_64')
+makedepends=('systemd' 'python')
+license=('GPL2')
+options=('strip' 'debug')
+source=(ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.25/$pkgname-$pkgver.tar.xz;
+uuidd.tmpfiles
+pam-{login,common,su})
+md5sums=('cab3d7be354000f629bc601238b629b3'
+ 'a39554bfd65cccfd8254bb46922f4a67'
+ '4368b3f98abd8a32662e094c54e7f9b1'
+ 'a31374fef2cba0ca34dfc7078e2969e4'
+ 'fa85e5cce5d723275b14365ba71a8aad')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --bindir=/usr/bin \
+  --localstatedir=/run \
+  --enable-fs-paths-extra=/usr/bin \
+  --enable-raw \
+  --enable-vipw \
+  --enable-newgrp \
+  --enable-chfn-chsh \
+  --enable-write \
+  --enable-mesg \
+  --enable-socket-activation \
+  --with-python=3
+
+  make
+}
+
+package_util-linux() {
+  conflicts=('util-linux-ng' 'eject')
+  provides=(util-linux-ng=$pkgver 'eject')
+  depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libutil-linux')
+  optdepends=('python: python bindings to libmount')
+  install=util-linux.install
+  groups=('base' 'base-devel')
+  backup=(etc/pam.d/chfn
+  etc/pam.d/chsh
+  etc/pam.d/login
+  etc/pam.d/su
+  etc/pam.d/su-l)
+
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # setuid chfn and chsh
+  chmod 4755 $pkgdir/usr/bin/{newgrp,ch{sh,fn}}
+
+  # install PAM files for login-utils
+  install -Dm644 $srcdir/pam-common $pkgdir/etc/pam.d/chfn
+  install -m644 $srcdir/pam-common $pkgdir/etc/pam.d/chsh
+  install -m644 $srcdir/pam-login $pkgdir/etc/pam.d/login
+  install -m644 $srcdir/pam-su ${pkgdir}/etc/pam.d/su
+  install -m644 $srcdir/pam-su ${pkgdir}/etc/pam.d/su-l
+
+  # include tmpfiles fragment for uuidd
+  # TODO(dreisner): offer this upstream?
+  install -Dm644 $srcdir/uuidd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/uuidd.conf
+
+  # usrmove
+  cd $pkgdir
+  mv {,usr/}sbin/* usr/bin
+  rmdir sbin usr/sbin
+
+  ### create libutil-linux split
+  rm -rf $srcdir/_libutil-linux
+  install -dm755 $srcdir/_libutil-linux/usr/lib
+  cd $srcdir/_libutil-linux
+  mv 

[arch-commits] Commit in perl-xml-sax-expat/trunk (PKGBUILD)

2014-10-24 Thread Sergej Pupykin
Date: Friday, October 24, 2014 @ 17:28:11
  Author: spupykin
Revision: 121346

upgpkg: perl-xml-sax-expat 0.51-3

upd

Modified:
  perl-xml-sax-expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 09:54:55 UTC (rev 121345)
+++ PKGBUILD2014-10-24 15:28:11 UTC (rev 121346)
@@ -4,12 +4,12 @@
 
 pkgname=perl-xml-sax-expat
 pkgver=0.51
-pkgrel=2
+pkgrel=3
 pkgdesc=SAX2 Driver for Expat (XML::Parser) 
 arch=('any')
 url=http://search.cpan.org/dist/XML-SAX-Expat;
 license=('GPL' 'PerlArtistic')
-depends=('perl-xml-namespacesupport' 'perlxml' 'perl-xml-sax')
+depends=('perl-xml-namespacesupport' 'perl-xml-parser' 'perl-xml-sax')
 install=perl-xml-sax-expat.install
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)


[arch-commits] Commit in perl-xml-sax-expat/repos/community-any (4 files)

2014-10-24 Thread Sergej Pupykin
Date: Friday, October 24, 2014 @ 17:28:23
  Author: spupykin
Revision: 121347

archrelease: copy trunk to community-any

Added:
  perl-xml-sax-expat/repos/community-any/PKGBUILD
(from rev 121346, perl-xml-sax-expat/trunk/PKGBUILD)
  perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install
(from rev 121346, perl-xml-sax-expat/trunk/perl-xml-sax-expat.install)
Deleted:
  perl-xml-sax-expat/repos/community-any/PKGBUILD
  perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install

+
 PKGBUILD   |   56 +--
 perl-xml-sax-expat.install |   24 +-
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-24 15:28:11 UTC (rev 121346)
+++ PKGBUILD2014-10-24 15:28:23 UTC (rev 121347)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-xml-sax-expat
-pkgver=0.51
-pkgrel=2
-pkgdesc=SAX2 Driver for Expat (XML::Parser) 
-arch=('any')
-url=http://search.cpan.org/dist/XML-SAX-Expat;
-license=('GPL' 'PerlArtistic')
-depends=('perl-xml-namespacesupport' 'perlxml' 'perl-xml-sax')
-install=perl-xml-sax-expat.install
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)
-md5sums=('74c540095d84e3f054d1f8703a73ef76')
-
-build() {
-  cd  $srcdir/XML-SAX-Expat-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make 
-}
-package(){
-  cd  $srcdir/XML-SAX-Expat-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir 
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-xml-sax-expat/repos/community-any/PKGBUILD (from rev 121346, 
perl-xml-sax-expat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-24 15:28:23 UTC (rev 121347)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-xml-sax-expat
+pkgver=0.51
+pkgrel=3
+pkgdesc=SAX2 Driver for Expat (XML::Parser) 
+arch=('any')
+url=http://search.cpan.org/dist/XML-SAX-Expat;
+license=('GPL' 'PerlArtistic')
+depends=('perl-xml-namespacesupport' 'perl-xml-parser' 'perl-xml-sax')
+install=perl-xml-sax-expat.install
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)
+md5sums=('74c540095d84e3f054d1f8703a73ef76')
+
+build() {
+  cd  $srcdir/XML-SAX-Expat-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make 
+}
+package(){
+  cd  $srcdir/XML-SAX-Expat-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir 
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: perl-xml-sax-expat.install
===
--- perl-xml-sax-expat.install  2014-10-24 15:28:11 UTC (rev 121346)
+++ perl-xml-sax-expat.install  2014-10-24 15:28:23 UTC (rev 121347)
@@ -1,12 +0,0 @@
-post_install() {
-if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then
-perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
-fi
-}
-
-post_upgrade() {
-if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then 
-perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
-fi
-}
-

Copied: perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install (from 
rev 121346, perl-xml-sax-expat/trunk/perl-xml-sax-expat.install)
===
--- perl-xml-sax-expat.install  (rev 0)
+++ perl-xml-sax-expat.install  2014-10-24 15:28:23 UTC (rev 121347)
@@ -0,0 +1,12 @@
+post_install() {
+if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then
+perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
+fi
+}
+
+post_upgrade() {
+if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then 
+perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
+fi
+}
+


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

2014-10-24 Thread Dave Reisner
Date: Friday, October 24, 2014 @ 17:37:26
  Author: dreisner
Revision: 121348

upgpkg: lib32-util-linux 2.25.2-1

Modified:
  lib32-util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 15:28:23 UTC (rev 121347)
+++ PKGBUILD2014-10-24 15:37:26 UTC (rev 121348)
@@ -4,8 +4,8 @@
 
 _pkgbasename=util-linux
 pkgname=lib32-$_pkgbasename
-pkgver=2.25.1
-pkgrel=2
+pkgver=2.25.2
+pkgrel=1
 pkgdesc=Miscellaneous system utilities for Linux (32-bit)
 url='http://www.kernel.org/pub/linux/utils/util-linux/'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 license=('GPL2')
 options=('!libtool' '!emptydirs')
 
source=(ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25/util-linux-$pkgver.tar.xz;)
-md5sums=('2ff36a8f8ede70f66c5ad0fb09e40e79')
+md5sums=('cab3d7be354000f629bc601238b629b3')
 
 build() {
   cd $_pkgbasename-$pkgver


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

2014-10-24 Thread Dave Reisner
Date: Friday, October 24, 2014 @ 17:37:44
  Author: dreisner
Revision: 121349

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-util-linux/repos/multilib-testing-x86_64/
  lib32-util-linux/repos/multilib-testing-x86_64/PKGBUILD
(from rev 121348, lib32-util-linux/trunk/PKGBUILD)

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

Copied: lib32-util-linux/repos/multilib-testing-x86_64/PKGBUILD (from rev 
121348, lib32-util-linux/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-10-24 15:37:44 UTC (rev 121349)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+_pkgbasename=util-linux
+pkgname=lib32-$_pkgbasename
+pkgver=2.25.2
+pkgrel=1
+pkgdesc=Miscellaneous system utilities for Linux (32-bit)
+url='http://www.kernel.org/pub/linux/utils/util-linux/'
+arch=('x86_64')
+depends=('lib32-glibc' $_pkgbasename)
+provides=('libuuid.so' 'libblkid.so' 'libmount.so' 'libsmartcols.so')
+makedepends=('gcc-multilib')
+license=('GPL2')
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25/util-linux-$pkgver.tar.xz;)
+md5sums=('cab3d7be354000f629bc601238b629b3')
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  ./configure \
+  CC=${CC:-cc} -m32 \
+  PKG_CONFIG_PATH=/usr/lib32/pkgconfig \
+  --libdir=/usr/lib32
+
+  make lib{uuid,blkid,mount,smartcols}.la
+}
+
+package() {
+  make -C $_pkgbasename-$pkgver \
+DESTDIR=$pkgdir \
+install-usrlib_execLTLIBRARIES \
+install-pkgconfigDATA
+}


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

2014-10-24 Thread Martin Wimpress
Date: Friday, October 24, 2014 @ 18:09:43
  Author: flexiondotorg
Revision: 121350

upgpkg: syncthing 0.10.3-1 - New upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 15:37:44 UTC (rev 121349)
+++ PKGBUILD2014-10-24 16:09:43 UTC (rev 121350)
@@ -5,7 +5,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.2
+pkgver=0.10.3
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;


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

2014-10-24 Thread Martin Wimpress
Date: Friday, October 24, 2014 @ 18:09:56
  Author: flexiondotorg
Revision: 121351

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

Modified:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-x86_64/PKGBUILD
Deleted:
  syncthing/repos/community-i686/syncthing.service

--+
 community-i686/PKGBUILD  |2 +-
 community-i686/syncthing.service |   11 ---
 community-x86_64/PKGBUILD|2 +-
 3 files changed, 2 insertions(+), 13 deletions(-)

Modified: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-24 16:09:43 UTC (rev 121350)
+++ community-i686/PKGBUILD 2014-10-24 16:09:56 UTC (rev 121351)
@@ -5,7 +5,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.2
+pkgver=0.10.3
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;

Deleted: community-i686/syncthing.service
===
--- community-i686/syncthing.service2014-10-24 16:09:43 UTC (rev 121350)
+++ community-i686/syncthing.service2014-10-24 16:09:56 UTC (rev 121351)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Syncthing service for %u
-After=network.target
-
-[Service]
-Environment=STNORESTART=yes
-ExecStart=/usr/bin/syncthing
-Restart=on-success
-
-[Install]
-WantedBy=default.target

Modified: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-24 16:09:43 UTC (rev 121350)
+++ community-x86_64/PKGBUILD   2014-10-24 16:09:56 UTC (rev 121351)
@@ -5,7 +5,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.2
+pkgver=0.10.3
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;


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

2014-10-24 Thread Jaroslav Lichtblau
Date: Friday, October 24, 2014 @ 18:29:49
  Author: jlichtblau
Revision: 121352

upgpkg: emacs-nox 24.4-2
FS#42514 fix

Modified:
  emacs-nox/trunk/PKGBUILD
  emacs-nox/trunk/emacs-nox.changelog

-+
 PKGBUILD|4 ++--
 emacs-nox.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 16:09:56 UTC (rev 121351)
+++ PKGBUILD2014-10-24 16:29:49 UTC (rev 121352)
@@ -4,12 +4,12 @@
 
 pkgname=emacs-nox
 pkgver=24.4
-pkgrel=1
+pkgrel=2
 pkgdesc=The extensible, customizable, self-documenting real-time display 
editor, without X11 support
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/emacs/emacs.html;
 license=('GPL3')
-depends=('dbus' 'ncurses' 'perl')
+depends=('dbus' 'ncurses' 'perl' 'libxml2')
 provides=('emacs')
 conflicts=('emacs')
 changelog=$pkgname.changelog

Modified: emacs-nox.changelog
===
--- emacs-nox.changelog 2014-10-24 16:09:56 UTC (rev 121351)
+++ emacs-nox.changelog 2014-10-24 16:29:49 UTC (rev 121352)
@@ -1,3 +1,6 @@
+2014-10-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * emacs-nox 24.4-2 FS#42514 fix
+
 2014-10-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* emacs-nox 24.4-1
 


[arch-commits] Commit in emacs-nox/repos/community-x86_64 (6 files)

2014-10-24 Thread Jaroslav Lichtblau
Date: Friday, October 24, 2014 @ 18:30:01
  Author: jlichtblau
Revision: 121353

archrelease: copy trunk to community-x86_64

Added:
  emacs-nox/repos/community-x86_64/PKGBUILD
(from rev 121352, emacs-nox/trunk/PKGBUILD)
  emacs-nox/repos/community-x86_64/emacs-nox.changelog
(from rev 121352, emacs-nox/trunk/emacs-nox.changelog)
  emacs-nox/repos/community-x86_64/emacs-nox.install
(from rev 121352, emacs-nox/trunk/emacs-nox.install)
Deleted:
  emacs-nox/repos/community-x86_64/PKGBUILD
  emacs-nox/repos/community-x86_64/emacs-nox.changelog
  emacs-nox/repos/community-x86_64/emacs-nox.install

-+
 PKGBUILD|   92 +-
 emacs-nox.changelog |   67 +++-
 emacs-nox.install   |   52 ++--
 3 files changed, 107 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-24 16:29:49 UTC (rev 121352)
+++ PKGBUILD2014-10-24 16:30:01 UTC (rev 121353)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Chris Brannon cmbran...@cox.net
-
-pkgname=emacs-nox
-pkgver=24.4
-pkgrel=1
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor, without X11 support
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('dbus' 'ncurses' 'perl')
-provides=('emacs')
-conflicts=('emacs')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/emacs/emacs-${pkgver}.tar.gz)
-sha256sums=('a93c4f1afa5ade65a0c9723975f0a5fdf6641cc4638fdafb3ed9942c23c32cc6')
-
-build() {
-  cd ${srcdir}/emacs-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --without-x --without-sound
-  make
-}
-
-package() {
-  cd ${srcdir}/emacs-$pkgver
-  make DESTDIR=${pkgdir} install
-  
-  # remove conflict with ctags package
-  mv ${pkgdir}/usr/bin/{ctags,ctags.emacs}
-  mv ${pkgdir}/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-  # remove conflict with texinfo
-  rm ${pkgdir}/usr/share/info/info.info.gz
-  # fix user/root permissions on usr/share files
-  find ${pkgdir}/usr/share/emacs/$pkgver -exec chown root.root {} \;
-  # remove .desktop file and icons
-  rm -rf ${pkgdir}/usr/share/{applications,icons}
-  # fix perms on /var/games
-  chmod 775 ${pkgdir}/var/games
-  chmod 775 ${pkgdir}/var/games/emacs
-  chmod 664 ${pkgdir}/var/games/emacs/*
-  chown -R root:games ${pkgdir}/var/games
-}

Copied: emacs-nox/repos/community-x86_64/PKGBUILD (from rev 121352, 
emacs-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-24 16:30:01 UTC (rev 121353)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Chris Brannon cmbran...@cox.net
+
+pkgname=emacs-nox
+pkgver=24.4
+pkgrel=2
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor, without X11 support
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('dbus' 'ncurses' 'perl' 'libxml2')
+provides=('emacs')
+conflicts=('emacs')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/emacs/emacs-${pkgver}.tar.gz)
+sha256sums=('a93c4f1afa5ade65a0c9723975f0a5fdf6641cc4638fdafb3ed9942c23c32cc6')
+
+build() {
+  cd ${srcdir}/emacs-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --without-x --without-sound
+  make
+}
+
+package() {
+  cd ${srcdir}/emacs-$pkgver
+  make DESTDIR=${pkgdir} install
+  
+  # remove conflict with ctags package
+  mv ${pkgdir}/usr/bin/{ctags,ctags.emacs}
+  mv ${pkgdir}/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # remove conflict with texinfo
+  rm ${pkgdir}/usr/share/info/info.info.gz
+  # fix user/root permissions on usr/share files
+  find ${pkgdir}/usr/share/emacs/$pkgver -exec chown root.root {} \;
+  # remove .desktop file and icons
+  rm -rf ${pkgdir}/usr/share/{applications,icons}
+  # fix perms on /var/games
+  chmod 775 ${pkgdir}/var/games
+  chmod 775 ${pkgdir}/var/games/emacs
+  chmod 664 ${pkgdir}/var/games/emacs/*
+  chown -R root:games ${pkgdir}/var/games
+}

Deleted: emacs-nox.changelog
===
--- emacs-nox.changelog 2014-10-24 16:29:49 UTC (rev 121352)
+++ emacs-nox.changelog 2014-10-24 16:30:01 UTC (rev 121353)
@@ -1,32 +0,0 @@
-2014-10-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * emacs-nox 24.4-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * emacs-nox 24.3-1
-
-2012-09-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * emacs-nox 24.2-1
-
-2012-06-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   

[arch-commits] Commit in emacs-nox/repos/community-i686 (6 files)

2014-10-24 Thread Jaroslav Lichtblau
Date: Friday, October 24, 2014 @ 18:38:28
  Author: jlichtblau
Revision: 121354

archrelease: copy trunk to community-i686

Added:
  emacs-nox/repos/community-i686/PKGBUILD
(from rev 121353, emacs-nox/trunk/PKGBUILD)
  emacs-nox/repos/community-i686/emacs-nox.changelog
(from rev 121353, emacs-nox/trunk/emacs-nox.changelog)
  emacs-nox/repos/community-i686/emacs-nox.install
(from rev 121353, emacs-nox/trunk/emacs-nox.install)
Deleted:
  emacs-nox/repos/community-i686/PKGBUILD
  emacs-nox/repos/community-i686/emacs-nox.changelog
  emacs-nox/repos/community-i686/emacs-nox.install

-+
 PKGBUILD|   92 +-
 emacs-nox.changelog |   67 +++-
 emacs-nox.install   |   52 ++--
 3 files changed, 107 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-24 16:30:01 UTC (rev 121353)
+++ PKGBUILD2014-10-24 16:38:28 UTC (rev 121354)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Chris Brannon cmbran...@cox.net
-
-pkgname=emacs-nox
-pkgver=24.4
-pkgrel=1
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor, without X11 support
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('dbus' 'ncurses' 'perl')
-provides=('emacs')
-conflicts=('emacs')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/emacs/emacs-${pkgver}.tar.gz)
-sha256sums=('a93c4f1afa5ade65a0c9723975f0a5fdf6641cc4638fdafb3ed9942c23c32cc6')
-
-build() {
-  cd ${srcdir}/emacs-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --without-x --without-sound
-  make
-}
-
-package() {
-  cd ${srcdir}/emacs-$pkgver
-  make DESTDIR=${pkgdir} install
-  
-  # remove conflict with ctags package
-  mv ${pkgdir}/usr/bin/{ctags,ctags.emacs}
-  mv ${pkgdir}/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-  # remove conflict with texinfo
-  rm ${pkgdir}/usr/share/info/info.info.gz
-  # fix user/root permissions on usr/share files
-  find ${pkgdir}/usr/share/emacs/$pkgver -exec chown root.root {} \;
-  # remove .desktop file and icons
-  rm -rf ${pkgdir}/usr/share/{applications,icons}
-  # fix perms on /var/games
-  chmod 775 ${pkgdir}/var/games
-  chmod 775 ${pkgdir}/var/games/emacs
-  chmod 664 ${pkgdir}/var/games/emacs/*
-  chown -R root:games ${pkgdir}/var/games
-}

Copied: emacs-nox/repos/community-i686/PKGBUILD (from rev 121353, 
emacs-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-24 16:38:28 UTC (rev 121354)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Chris Brannon cmbran...@cox.net
+
+pkgname=emacs-nox
+pkgver=24.4
+pkgrel=2
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor, without X11 support
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('dbus' 'ncurses' 'perl' 'libxml2')
+provides=('emacs')
+conflicts=('emacs')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/emacs/emacs-${pkgver}.tar.gz)
+sha256sums=('a93c4f1afa5ade65a0c9723975f0a5fdf6641cc4638fdafb3ed9942c23c32cc6')
+
+build() {
+  cd ${srcdir}/emacs-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --without-x --without-sound
+  make
+}
+
+package() {
+  cd ${srcdir}/emacs-$pkgver
+  make DESTDIR=${pkgdir} install
+  
+  # remove conflict with ctags package
+  mv ${pkgdir}/usr/bin/{ctags,ctags.emacs}
+  mv ${pkgdir}/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # remove conflict with texinfo
+  rm ${pkgdir}/usr/share/info/info.info.gz
+  # fix user/root permissions on usr/share files
+  find ${pkgdir}/usr/share/emacs/$pkgver -exec chown root.root {} \;
+  # remove .desktop file and icons
+  rm -rf ${pkgdir}/usr/share/{applications,icons}
+  # fix perms on /var/games
+  chmod 775 ${pkgdir}/var/games
+  chmod 775 ${pkgdir}/var/games/emacs
+  chmod 664 ${pkgdir}/var/games/emacs/*
+  chown -R root:games ${pkgdir}/var/games
+}

Deleted: emacs-nox.changelog
===
--- emacs-nox.changelog 2014-10-24 16:30:01 UTC (rev 121353)
+++ emacs-nox.changelog 2014-10-24 16:38:28 UTC (rev 121354)
@@ -1,32 +0,0 @@
-2014-10-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * emacs-nox 24.4-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * emacs-nox 24.3-1
-
-2012-09-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * emacs-nox 24.2-1
-
-2012-06-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * emacs-nox 

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

2014-10-24 Thread Bartłomiej Piotrowski
Date: Friday, October 24, 2014 @ 18:44:43
  Author: bpiotrowski
Revision: 225263

upgpkg: libva 1.4.1-1

new upstream release

Modified:
  libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 14:48:30 UTC (rev 225262)
+++ PKGBUILD2014-10-24 16:44:43 UTC (rev 225263)
@@ -3,7 +3,7 @@
 # Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=libva
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
 'libva-intel-driver: backend for Intel cards')
 
source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('566e68d0a5a7758b2147dd3e60905bf3')
+md5sums=('8e3e7096750c14d1f98da807df7c1ba5')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-24 Thread Bartłomiej Piotrowski
Date: Friday, October 24, 2014 @ 18:45:45
  Author: bpiotrowski
Revision: 225264

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

Added:
  libva/repos/community-i686/
  libva/repos/community-i686/PKGBUILD
(from rev 225263, libva/trunk/PKGBUILD)
  libva/repos/community-x86_64/
  libva/repos/community-x86_64/PKGBUILD
(from rev 225263, libva/trunk/PKGBUILD)

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

Copied: libva/repos/community-i686/PKGBUILD (from rev 225263, 
libva/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-24 16:45:45 UTC (rev 225264)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libva
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('8e3e7096750c14d1f98da807df7c1ba5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: libva/repos/community-x86_64/PKGBUILD (from rev 225263, 
libva/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-24 16:45:45 UTC (rev 225264)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libva
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('8e3e7096750c14d1f98da807df7c1ba5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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

2014-10-24 Thread Anatol Pomozov
Date: Friday, October 24, 2014 @ 18:48:05
  Author: anatolik
Revision: 121355

Move dtc (device tree compiler) from AUR to [community]

Added:
  dtc/
  dtc/repos/
  dtc/trunk/
  dtc/trunk/PKGBUILD

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

Added: dtc/trunk/PKGBUILD
===
--- dtc/trunk/PKGBUILD  (rev 0)
+++ dtc/trunk/PKGBUILD  2014-10-24 16:48:05 UTC (rev 121355)
@@ -0,0 +1,29 @@
+# Maintainer : Frederic Bezies fredbezies at gmail dot com
+# For ArchLinux by Joël Porquet
+
+pkgname=dtc
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Device Tree Compiler'
+url='http://jdl.com/software/'
+arch=(i686 x86_64)
+license=(GPL2)
+makedepends=(git)
+source=(git://git.kernel.org/pub/scm/utils/dtc/dtc.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd dtc
+  make
+}
+
+check() {
+  cd dtc
+  make check
+}
+
+package() {
+  cd dtc
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}
+


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


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

2014-10-24 Thread Jonathan Steel
Date: Friday, October 24, 2014 @ 18:49:10
  Author: jsteel
Revision: 121356

Restore Maintainers and Contributors and correct license

Modified:
  pidgin-sipe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 16:48:05 UTC (rev 121355)
+++ PKGBUILD2014-10-24 16:49:10 UTC (rev 121356)
@@ -1,5 +1,10 @@
 # $Id$
-# Maintainer: 
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Gicu Gorodenco cyclopsi...@gmail.com
+# Contributor: MaLiK malik_...@o2.pl
+# Contributor: dpevp daniel.plaza.e...@gmail.com
+# Contributor: Magnus Therning mag...@therning.org
+# Contributor: Anthony anth...@littlegno.me
 
 pkgname=pidgin-sipe
 pkgver=1.18.4
@@ -6,7 +11,7 @@
 pkgrel=1
 pkgdesc=Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
 arch=('i686' 'x86_64')
-license=('GPL')
+license=('GPL2')
 url=http://sipe.sourceforge.net/;
 depends=('gmime' 'libpurple')
 makedepends=('intltool')
@@ -16,11 +21,14 @@
 
 build() {
   cd $pkgname-$pkgver
+
   ./configure --prefix=/usr
+
   make
 }
 
 package() {
   cd $pkgname-$pkgver
+
   make DESTDIR=$pkgdir install
 }


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

2014-10-24 Thread Anatol Pomozov
Date: Friday, October 24, 2014 @ 18:49:17
  Author: anatolik
Revision: 121357

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

Added:
  dtc/repos/community-i686/
  dtc/repos/community-i686/PKGBUILD
(from rev 121355, dtc/trunk/PKGBUILD)
  dtc/repos/community-x86_64/
  dtc/repos/community-x86_64/PKGBUILD
(from rev 121355, dtc/trunk/PKGBUILD)

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

Copied: dtc/repos/community-i686/PKGBUILD (from rev 121355, dtc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-24 16:49:17 UTC (rev 121357)
@@ -0,0 +1,29 @@
+# Maintainer : Frederic Bezies fredbezies at gmail dot com
+# For ArchLinux by Joël Porquet
+
+pkgname=dtc
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Device Tree Compiler'
+url='http://jdl.com/software/'
+arch=(i686 x86_64)
+license=(GPL2)
+makedepends=(git)
+source=(git://git.kernel.org/pub/scm/utils/dtc/dtc.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd dtc
+  make
+}
+
+check() {
+  cd dtc
+  make check
+}
+
+package() {
+  cd dtc
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}
+

Copied: dtc/repos/community-x86_64/PKGBUILD (from rev 121355, 
dtc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-24 16:49:17 UTC (rev 121357)
@@ -0,0 +1,29 @@
+# Maintainer : Frederic Bezies fredbezies at gmail dot com
+# For ArchLinux by Joël Porquet
+
+pkgname=dtc
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Device Tree Compiler'
+url='http://jdl.com/software/'
+arch=(i686 x86_64)
+license=(GPL2)
+makedepends=(git)
+source=(git://git.kernel.org/pub/scm/utils/dtc/dtc.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd dtc
+  make
+}
+
+check() {
+  cd dtc
+  make check
+}
+
+package() {
+  cd dtc
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}
+


[arch-commits] Commit in libva-intel-driver/trunk (PKGBUILD)

2014-10-24 Thread Bartłomiej Piotrowski
Date: Friday, October 24, 2014 @ 18:54:28
  Author: bpiotrowski
Revision: 225265

upgpkg: libva-intel-driver 1.4.1-1

new upstream release

Modified:
  libva-intel-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 16:45:45 UTC (rev 225264)
+++ PKGBUILD2014-10-24 16:54:28 UTC (rev 225265)
@@ -3,7 +3,7 @@
 # Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=libva-intel-driver
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libva')
 replaces=('libva-driver-intel')
 
source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('c8b4012ba793bf2c7d922fee3a5e28bd')
+md5sums=('688d5f4d7884b15e70205d528c1d61da')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in libva-intel-driver/repos (4 files)

2014-10-24 Thread Bartłomiej Piotrowski
Date: Friday, October 24, 2014 @ 18:54:43
  Author: bpiotrowski
Revision: 225266

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

Added:
  libva-intel-driver/repos/community-i686/
  libva-intel-driver/repos/community-i686/PKGBUILD
(from rev 225265, libva-intel-driver/trunk/PKGBUILD)
  libva-intel-driver/repos/community-x86_64/
  libva-intel-driver/repos/community-x86_64/PKGBUILD
(from rev 225265, libva-intel-driver/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   35 +++
 community-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: libva-intel-driver/repos/community-i686/PKGBUILD (from rev 225265, 
libva-intel-driver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-24 16:54:43 UTC (rev 225266)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libva-intel-driver
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libva')
+replaces=('libva-driver-intel')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('688d5f4d7884b15e70205d528c1d61da')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Only relevant if intel-gpu-tools is installed,
+  # since then the shaders will be recompiled
+  sed -i '1s/python$/2/' src/shaders/gpp.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: libva-intel-driver/repos/community-x86_64/PKGBUILD (from rev 225265, 
libva-intel-driver/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-24 16:54:43 UTC (rev 225266)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libva-intel-driver
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libva')
+replaces=('libva-driver-intel')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('688d5f4d7884b15e70205d528c1d61da')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Only relevant if intel-gpu-tools is installed,
+  # since then the shaders will be recompiled
+  sed -i '1s/python$/2/' src/shaders/gpp.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


[arch-commits] Commit in libva-intel-driver/repos (community-i686 community-x86_64)

2014-10-24 Thread Bartłomiej Piotrowski
Date: Friday, October 24, 2014 @ 18:56:37
  Author: bpiotrowski
Revision: 225267

Clean up after pushing to wrong repositories.

Deleted:
  libva-intel-driver/repos/community-i686/
  libva-intel-driver/repos/community-x86_64/


[arch-commits] Commit in libva-intel-driver/repos (4 files)

2014-10-24 Thread Bartłomiej Piotrowski
Date: Friday, October 24, 2014 @ 18:57:04
  Author: bpiotrowski
Revision: 225268

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

Added:
  libva-intel-driver/repos/extra-i686/PKGBUILD
(from rev 225267, libva-intel-driver/trunk/PKGBUILD)
  libva-intel-driver/repos/extra-x86_64/PKGBUILD
(from rev 225267, libva-intel-driver/trunk/PKGBUILD)
Deleted:
  libva-intel-driver/repos/extra-i686/PKGBUILD
  libva-intel-driver/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 16:56:37 UTC (rev 225267)
+++ extra-i686/PKGBUILD 2014-10-24 16:57:04 UTC (rev 225268)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libva-intel-driver
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libva')
-replaces=('libva-driver-intel')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('c8b4012ba793bf2c7d922fee3a5e28bd')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Only relevant if intel-gpu-tools is installed,
-  # since then the shaders will be recompiled
-  sed -i '1s/python$/2/' src/shaders/gpp.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva-intel-driver/repos/extra-i686/PKGBUILD (from rev 225267, 
libva-intel-driver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 16:57:04 UTC (rev 225268)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libva-intel-driver
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libva')
+replaces=('libva-driver-intel')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('688d5f4d7884b15e70205d528c1d61da')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Only relevant if intel-gpu-tools is installed,
+  # since then the shaders will be recompiled
+  sed -i '1s/python$/2/' src/shaders/gpp.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 16:56:37 UTC (rev 225267)
+++ extra-x86_64/PKGBUILD   2014-10-24 16:57:04 UTC (rev 225268)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libva-intel-driver
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libva')
-replaces=('libva-driver-intel')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('c8b4012ba793bf2c7d922fee3a5e28bd')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Only relevant if intel-gpu-tools is installed,
-  # since then the shaders will be recompiled
-  sed -i '1s/python$/2/' src/shaders/gpp.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva-intel-driver/repos/extra-x86_64/PKGBUILD (from rev 225267, 
libva-intel-driver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-24 16:57:04 UTC (rev 225268)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libva-intel-driver
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libva')

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

2014-10-24 Thread Bartłomiej Piotrowski
Date: Friday, October 24, 2014 @ 18:57:59
  Author: bpiotrowski
Revision: 225270

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

Added:
  libva/repos/extra-i686/PKGBUILD
(from rev 225269, libva/trunk/PKGBUILD)
  libva/repos/extra-x86_64/PKGBUILD
(from rev 225269, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-i686/PKGBUILD
  libva/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 2014-10-24 16:57:35 UTC (rev 225269)
+++ extra-i686/PKGBUILD 2014-10-24 16:57:59 UTC (rev 225270)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libva
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('566e68d0a5a7758b2147dd3e60905bf3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva/repos/extra-i686/PKGBUILD (from rev 225269, libva/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 16:57:59 UTC (rev 225270)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libva
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('8e3e7096750c14d1f98da807df7c1ba5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 16:57:35 UTC (rev 225269)
+++ extra-x86_64/PKGBUILD   2014-10-24 16:57:59 UTC (rev 225270)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libva
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('566e68d0a5a7758b2147dd3e60905bf3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 225269, 
libva/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-24 16:57:59 UTC (rev 225270)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libva
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('8e3e7096750c14d1f98da807df7c1ba5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

[arch-commits] Commit in libva/repos (community-i686 community-x86_64)

2014-10-24 Thread Bartłomiej Piotrowski
Date: Friday, October 24, 2014 @ 18:57:35
  Author: bpiotrowski
Revision: 225269

Clean up after pushing to wrong repository.

Deleted:
  libva/repos/community-i686/
  libva/repos/community-x86_64/


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

2014-10-24 Thread Daniel Wallace
Date: Friday, October 24, 2014 @ 19:21:18
  Author: dwallace
Revision: 121358

upgpkg: salt 2014.7.0rc6-1

upgpkg: salt for testing

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 16:49:17 UTC (rev 121357)
+++ PKGBUILD2014-10-24 17:21:18 UTC (rev 121358)
@@ -3,35 +3,49 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contibutor: Christer Edwards christer.edwa...@gmail.com
 
-pkgname=salt
-pkgver=2014.1.13
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2014.7.0rc6
 pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
 url='http://saltstack.org/'
 license=('Apache')
-depends=('python2'
- 'python2-crypto'
- 'python2-jinja'
- 'python2-m2crypto'
- 'python2-msgpack'
- 'python2-psutil'
- 'python2-pyzmq'
- 'python2-systemd'
- 'python2-requests'
- 'python2-yaml'
- 'apache-libcloud'
- 'sshpass')
+makedepends=('python2'
+ 'python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-libnacl'
+ 'python2-ioflo'
+ 'python2-raet'
+ 'python2-pyzmq'
+ 'python2-crypto'
+ 'python2-m2crypto')
 optdepends=('dmidecode: decode SMBIOS/DMI tables'
 'python2-pygit2: gitfs support')
 backup=('etc/salt/master'
 'etc/salt/minion')
 install=salt.install
+conflicts=('salt')
 source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('b5088ddc04ddee7f8561aa77f4d36c6e')
+md5sums=('75215fd0fd39a6f5889170eb32dfc6e8')
 
-package() {
-  cd $pkgname-$pkgver
+package_salt-zmq() {
+  cd $pkgbase-$pkgver
+  provides=('salt' 'salt-ssh')
+  replaces=('salt=2014.1.13')
+  depends=('python2'
+   'python2-jinja'
+   'python2-msgpack'
+   'python2-yaml'
+   'python2-markupsafe'
+   'python2-requests'
+   'python2-pyzmq'
+   'python2-crypto'
+   'python2-m2crypto')
+  python2 setup.py clean
   python2 setup.py install --root=$pkgdir --optimize=1 \
 --salt-pidfile-dir=/run/salt
 
@@ -45,4 +59,30 @@
   done
 }
 
+package_salt-raet() {
+  cd $pkgbase-$pkgver
+  provides=('salt' 'salt-ssh')
+  depends=('python2'
+   'python2-jinja'
+   'python2-msgpack'
+   'python2-yaml'
+   'python2-markupsafe'
+   'python2-requests'
+   'python2-libnacl'
+   'python2-ioflo'
+   'python2-raet')
+  python2 setup.py clean
+  python2 setup.py install --root=$pkgdir --optimize=1 \
+--salt-pidfile-dir=/run/salt --salt-transport=raet
+
+  # default config
+  install -Dm644 conf/master $pkgdir/etc/salt/master
+  install -Dm644 conf/minion $pkgdir/etc/salt/minion
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service; do
+install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
+  done
+}
+
 # vim:set ts=2 sw=2 et:


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

2014-10-24 Thread Daniel Wallace
Date: Friday, October 24, 2014 @ 19:21:39
  Author: dwallace
Revision: 121359

archrelease: copy trunk to community-staging-any

Added:
  salt/repos/community-staging-any/
  salt/repos/community-staging-any/PKGBUILD
(from rev 121358, salt/trunk/PKGBUILD)
  salt/repos/community-staging-any/salt.install
(from rev 121358, salt/trunk/salt.install)

--+
 PKGBUILD |   88 +
 salt.install |   15 +
 2 files changed, 103 insertions(+)

Copied: salt/repos/community-staging-any/PKGBUILD (from rev 121358, 
salt/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-10-24 17:21:39 UTC (rev 121359)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contibutor: Christer Edwards christer.edwa...@gmail.com
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2014.7.0rc6
+pkgrel=1
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+makedepends=('python2'
+ 'python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-libnacl'
+ 'python2-ioflo'
+ 'python2-raet'
+ 'python2-pyzmq'
+ 'python2-crypto'
+ 'python2-m2crypto')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python2-pygit2: gitfs support')
+backup=('etc/salt/master'
+'etc/salt/minion')
+install=salt.install
+conflicts=('salt')
+source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
+md5sums=('75215fd0fd39a6f5889170eb32dfc6e8')
+
+package_salt-zmq() {
+  cd $pkgbase-$pkgver
+  provides=('salt' 'salt-ssh')
+  replaces=('salt=2014.1.13')
+  depends=('python2'
+   'python2-jinja'
+   'python2-msgpack'
+   'python2-yaml'
+   'python2-markupsafe'
+   'python2-requests'
+   'python2-pyzmq'
+   'python2-crypto'
+   'python2-m2crypto')
+  python2 setup.py clean
+  python2 setup.py install --root=$pkgdir --optimize=1 \
+--salt-pidfile-dir=/run/salt
+
+  # default config
+  install -Dm644 conf/master $pkgdir/etc/salt/master
+  install -Dm644 conf/minion $pkgdir/etc/salt/minion
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service; do
+install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
+  done
+}
+
+package_salt-raet() {
+  cd $pkgbase-$pkgver
+  provides=('salt' 'salt-ssh')
+  depends=('python2'
+   'python2-jinja'
+   'python2-msgpack'
+   'python2-yaml'
+   'python2-markupsafe'
+   'python2-requests'
+   'python2-libnacl'
+   'python2-ioflo'
+   'python2-raet')
+  python2 setup.py clean
+  python2 setup.py install --root=$pkgdir --optimize=1 \
+--salt-pidfile-dir=/run/salt --salt-transport=raet
+
+  # default config
+  install -Dm644 conf/master $pkgdir/etc/salt/master
+  install -Dm644 conf/minion $pkgdir/etc/salt/minion
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service; do
+install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-staging-any/salt.install (from rev 121358, 
salt/trunk/salt.install)
===
--- community-staging-any/salt.install  (rev 0)
+++ community-staging-any/salt.install  2014-10-24 17:21:39 UTC (rev 121359)
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ $(vercmp $2 2014.1.1-1) -le 0 ]; then
+cat  EOF
+== Since version 2014.1.1-2, salt-master runs by default as root user.
+== You need to manually update your configuration and remove the salt user and
+== group to follow the new default behavior.
+EOF
+fi
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


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

2014-10-24 Thread Anatol Pomozov
Date: Friday, October 24, 2014 @ 19:27:22
  Author: anatolik
Revision: 121360

Cleanup headers

Modified:
  dtc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 17:21:39 UTC (rev 121359)
+++ PKGBUILD2014-10-24 17:27:22 UTC (rev 121360)
@@ -1,5 +1,6 @@
-# Maintainer : Frederic Bezies fredbezies at gmail dot com
-# For ArchLinux by Joël Porquet
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Frederic Bezies fredbezies at gmail dot com
 
 pkgname=dtc
 pkgver=1.4.0


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

2014-10-24 Thread Jonathan Steel
Date: Friday, October 24, 2014 @ 19:42:29
  Author: jsteel
Revision: 121361

Fix FS#42525

Modified:
  monitoring-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 17:27:22 UTC (rev 121360)
+++ PKGBUILD2014-10-24 17:42:29 UTC (rev 121361)
@@ -3,14 +3,19 @@
 
 pkgname=monitoring-plugins
 pkgver=2.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Plugins for Icinga, Naemon, Nagios, Shinken, Sensu, and other 
monitoring applications.
 arch=('i686' 'x86_64')
 url=http://www.monitoring-plugins.org;
 license=('GPL3')
 depends=('libldap')
-makedepends=('net-snmp')
-optdepends=('net-snmp: for SNMP checking')
+makedepends=('net-snmp' 'postgresql-libs' 'libdbi' 'libmariadbclient'
+  'procps-ng' 'iputils' 'fping' 'dnsutils' 'rpcbind' 'smbclient' 'openssh'
+  'inetutils' 'postfix' 'perl-net-snmp')
+optdepends=('net-snmp: for SNMP checking'
+  'postgresql-libs: for check_pgsql'
+  'libmariadbclient: for check_mysql_query and check_mysql'
+  'libdbi: for check_dbi')
 provides=('nagios-plugins')
 conflicts=('nagios-plugins')
 replaces=('nagios-plugins')


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

2014-10-24 Thread Jonathan Steel
Date: Friday, October 24, 2014 @ 19:42:48
  Author: jsteel
Revision: 121362

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

Added:
  monitoring-plugins/repos/community-i686/PKGBUILD
(from rev 121361, monitoring-plugins/trunk/PKGBUILD)
  monitoring-plugins/repos/community-x86_64/PKGBUILD
(from rev 121361, monitoring-plugins/trunk/PKGBUILD)
Deleted:
  monitoring-plugins/repos/community-i686/PKGBUILD
  monitoring-plugins/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-24 17:42:29 UTC (rev 121361)
+++ community-i686/PKGBUILD 2014-10-24 17:42:48 UTC (rev 121362)
@@ -1,36 +0,0 @@
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: Idares idares at seznam dot cz
-
-pkgname=monitoring-plugins
-pkgver=2.1
-pkgrel=2
-pkgdesc=Plugins for Icinga, Naemon, Nagios, Shinken, Sensu, and other 
monitoring applications.
-arch=('i686' 'x86_64')
-url=http://www.monitoring-plugins.org;
-license=('GPL3')
-depends=('libldap')
-makedepends=('net-snmp')
-optdepends=('net-snmp: for SNMP checking')
-provides=('nagios-plugins')
-conflicts=('nagios-plugins')
-replaces=('nagios-plugins')
-source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('9dc3f7d39cfdea60f3929ecdbb4cbb4a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 FAQ $pkgdir/usr/share/doc/$pkgname/FAQ
-  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
-  install -Dm644 LEGAL $pkgdir/usr/share/licenses/$pkgname/LEGAL
-}

Copied: monitoring-plugins/repos/community-i686/PKGBUILD (from rev 121361, 
monitoring-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-24 17:42:48 UTC (rev 121362)
@@ -0,0 +1,41 @@
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Idares idares at seznam dot cz
+
+pkgname=monitoring-plugins
+pkgver=2.1
+pkgrel=3
+pkgdesc=Plugins for Icinga, Naemon, Nagios, Shinken, Sensu, and other 
monitoring applications.
+arch=('i686' 'x86_64')
+url=http://www.monitoring-plugins.org;
+license=('GPL3')
+depends=('libldap')
+makedepends=('net-snmp' 'postgresql-libs' 'libdbi' 'libmariadbclient'
+  'procps-ng' 'iputils' 'fping' 'dnsutils' 'rpcbind' 'smbclient' 'openssh'
+  'inetutils' 'postfix' 'perl-net-snmp')
+optdepends=('net-snmp: for SNMP checking'
+  'postgresql-libs: for check_pgsql'
+  'libmariadbclient: for check_mysql_query and check_mysql'
+  'libdbi: for check_dbi')
+provides=('nagios-plugins')
+conflicts=('nagios-plugins')
+replaces=('nagios-plugins')
+source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('9dc3f7d39cfdea60f3929ecdbb4cbb4a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 FAQ $pkgdir/usr/share/doc/$pkgname/FAQ
+  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
+  install -Dm644 LEGAL $pkgdir/usr/share/licenses/$pkgname/LEGAL
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-24 17:42:29 UTC (rev 121361)
+++ community-x86_64/PKGBUILD   2014-10-24 17:42:48 UTC (rev 121362)
@@ -1,36 +0,0 @@
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: Idares idares at seznam dot cz
-
-pkgname=monitoring-plugins
-pkgver=2.1
-pkgrel=2
-pkgdesc=Plugins for Icinga, Naemon, Nagios, Shinken, Sensu, and other 
monitoring applications.
-arch=('i686' 'x86_64')
-url=http://www.monitoring-plugins.org;
-license=('GPL3')
-depends=('libldap')
-makedepends=('net-snmp')
-optdepends=('net-snmp: for SNMP checking')
-provides=('nagios-plugins')
-conflicts=('nagios-plugins')
-replaces=('nagios-plugins')
-source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('9dc3f7d39cfdea60f3929ecdbb4cbb4a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 FAQ $pkgdir/usr/share/doc/$pkgname/FAQ
-  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
-  install -Dm644 LEGAL $pkgdir/usr/share/licenses/$pkgname/LEGAL
-}


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

2014-10-24 Thread Anatol Pomozov
Date: Friday, October 24, 2014 @ 19:45:11
  Author: anatolik
Revision: 121363

upgpkg: v8 3.29.88.10-1

Add check() function to make sure our binaries are compiled fine

Modified:
  v8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 17:42:48 UTC (rev 121362)
+++ PKGBUILD2014-10-24 17:45:11 UTC (rev 121363)
@@ -6,7 +6,7 @@
 
 pkgname=v8
 # use http://omahaproxy.appspot.com/ to find stable v8 version
-pkgver=3.29.88.8
+pkgver=3.29.88.10
 pkgrel=1
 pkgdesc='Fast and modern Javascript engine'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 # unfortunately https://github.com/$pkgname/$pkgname does not contain all tags
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver-lite.tar.bz2
 v8.pc)
-sha256sums=('7df4f844ff21cd22963d80d65bc547bb186e76f2bba06e346c5de781d041cc51'
+sha256sums=('f465bb79898389c919e24ef39e586579ff55d2c08528b28a1da68dc337e62f60'
 '2b054309df9af9fb2e3e14527e88360b44745649b4866e592fb357ac90935f5d')
 
 case $CARCH in
@@ -43,13 +43,16 @@
 
   build/gyp_v8 -Dv8_enable_i18n_support=1 -Duse_system_icu=1 
-Dconsole=readline -Dcomponent=shared_library -Dv8_target_arch=$V8_ARCH 
-Dwerror= -f ninja
 
-  ninja -C out/Release v8 d8 # or target 'all' if you need tests
+  ninja -C out/Release all # or target 'v8 d8' if you do not need tests
 }
 
 check() {
   cd v8-$pkgver
-  # A number of tests are failing. Figure out what happens and then enable 
tests.
-  # LD_LIBRARY_PATH=out/Release/lib.target tools/run-tests.py --no-presubmit 
--outdir=out --buildbot --arch=$ARCH --mode=Release # --progress=dots
+
+  # the test fails https://code.google.com/p/v8/issues/detail?id=2899
+  rm test/intl/collator/default-locale.js
+
+  tools/run-tests.py --no-presubmit --outdir=out --buildbot --arch=$V8_ARCH 
--mode=Release # --progress=dots
 }
 
 package() {


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

2014-10-24 Thread Anatol Pomozov
Date: Friday, October 24, 2014 @ 19:45:54
  Author: anatolik
Revision: 121364

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

Added:
  v8/repos/community-i686/PKGBUILD
(from rev 121363, v8/trunk/PKGBUILD)
  v8/repos/community-i686/v8.pc
(from rev 121363, v8/trunk/v8.pc)
  v8/repos/community-x86_64/PKGBUILD
(from rev 121363, v8/trunk/PKGBUILD)
  v8/repos/community-x86_64/v8.pc
(from rev 121363, v8/trunk/v8.pc)
Deleted:
  v8/repos/community-i686/PKGBUILD
  v8/repos/community-i686/v8.pc
  v8/repos/community-x86_64/PKGBUILD
  v8/repos/community-x86_64/v8.pc

---+
 /PKGBUILD |  148 
 /v8.pc|   20 +
 community-i686/PKGBUILD   |   71 -
 community-i686/v8.pc  |   10 --
 community-x86_64/PKGBUILD |   71 -
 community-x86_64/v8.pc|   10 --
 6 files changed, 168 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-24 17:45:11 UTC (rev 121363)
+++ community-i686/PKGBUILD 2014-10-24 17:45:54 UTC (rev 121364)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: tocer tocer.d...@gmail.com
-
-pkgname=v8
-# use http://omahaproxy.appspot.com/ to find stable v8 version
-pkgver=3.29.88.8
-pkgrel=1
-pkgdesc='Fast and modern Javascript engine'
-arch=(i686 x86_64)
-url='http://code.google.com/p/v8'
-license=(BSD)
-depends=(readline icu)
-makedepends=(python2 ninja)
-# unfortunately https://github.com/$pkgname/$pkgname does not contain all tags
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver-lite.tar.bz2
-v8.pc)
-sha256sums=('7df4f844ff21cd22963d80d65bc547bb186e76f2bba06e346c5de781d041cc51'
-'2b054309df9af9fb2e3e14527e88360b44745649b4866e592fb357ac90935f5d')
-
-case $CARCH in
-  x86_64) V8_ARCH='x64' ;;
-  i686) V8_ARCH='ia32' ;;
-esac
-
-prepare() {
-  cd v8-$pkgver
-
-  find build/ test/ tools/ src/ -type f -exec \
-sed -e 's_^#!/usr/bin/env python$_2_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-
-  sed 's/\bpython\b/python2/' -i Makefile build/gyp/gyp
-
-  sed s/@VERSION@/$pkgver/g -i $srcdir/v8.pc
-}
-
-build() {
-  cd v8-$pkgver
-
-  build/gyp_v8 -Dv8_enable_i18n_support=1 -Duse_system_icu=1 
-Dconsole=readline -Dcomponent=shared_library -Dv8_target_arch=$V8_ARCH 
-Dwerror= -f ninja
-
-  ninja -C out/Release v8 d8 # or target 'all' if you need tests
-}
-
-check() {
-  cd v8-$pkgver
-  # A number of tests are failing. Figure out what happens and then enable 
tests.
-  # LD_LIBRARY_PATH=out/Release/lib.target tools/run-tests.py --no-presubmit 
--outdir=out --buildbot --arch=$ARCH --mode=Release # --progress=dots
-}
-
-package() {
-  cd v8-$pkgver
-
-  install -Dm755 out/Release/d8 $pkgdir/usr/bin/d8
-  install -Dm755 out/Release/lib/libv8.so $pkgdir/usr/lib/libv8.so
-
-  # V8 has several header files and ideally if it had its own folder in 
/usr/include
-  # But doing it here will break all users. Ideally if they use provided 
pkgconfig file.
-  install -d $pkgdir/usr/include
-  install -Dm644 include/*.h $pkgdir/usr/include
-
-  install -d $pkgdir/usr/lib/pkgconfig
-  install -m644 $srcdir/v8.pc $pkgdir/usr/lib/pkgconfig
-
-  install -d $pkgdir/usr/share/licenses/v8
-  install -m644 LICENSE* $pkgdir/usr/share/licenses/v8
-}

Copied: v8/repos/community-i686/PKGBUILD (from rev 121363, v8/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-24 17:45:54 UTC (rev 121364)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: tocer tocer.d...@gmail.com
+
+pkgname=v8
+# use http://omahaproxy.appspot.com/ to find stable v8 version
+pkgver=3.29.88.10
+pkgrel=1
+pkgdesc='Fast and modern Javascript engine'
+arch=(i686 x86_64)
+url='http://code.google.com/p/v8'
+license=(BSD)
+depends=(readline icu)
+makedepends=(python2 ninja)
+# unfortunately https://github.com/$pkgname/$pkgname does not contain all tags
+source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver-lite.tar.bz2
+v8.pc)
+sha256sums=('f465bb79898389c919e24ef39e586579ff55d2c08528b28a1da68dc337e62f60'
+'2b054309df9af9fb2e3e14527e88360b44745649b4866e592fb357ac90935f5d')
+
+case $CARCH in
+  x86_64) V8_ARCH='x64' ;;
+  i686) V8_ARCH='ia32' ;;
+esac
+
+prepare() {
+  cd v8-$pkgver
+
+  find build/ test/ tools/ src/ -type f -exec \
+sed -e 's_^#!/usr/bin/env python$_2_' 

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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:16:31
  Author: andrea
Revision: 225271

upgpkg: kauth 5.3.0-2

Fix libexec install dir

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 16:57:59 UTC (rev 225270)
+++ PKGBUILD2014-10-24 18:16:31 UTC (rev 225271)
@@ -3,7 +3,7 @@
 
 pkgname=kauth
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KAuth'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'
@@ -25,6 +25,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
 -DSYSCONF_INSTALL_DIR=/etc \


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:16:41
  Author: andrea
Revision: 225272

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 18:16:31 UTC (rev 225271)
+++ extra-i686/PKGBUILD 2014-10-24 18:16:41 UTC (rev 225272)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kauth
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KAuth'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kauth'
-license=('LGPL')
-depends=('kcoreaddons' 'polkit-qt5')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('17a3ee85539eeadbf917909fd6780eba')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  # QT_PLUGIN_INSTALL_DIR is needed because of FS#42194
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kauth/repos/extra-i686/PKGBUILD (from rev 225271, kauth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 18:16:41 UTC (rev 225272)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kauth
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KAuth'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kauth'
+license=('LGPL')
+depends=('kcoreaddons' 'polkit-qt5')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('17a3ee85539eeadbf917909fd6780eba')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  # QT_PLUGIN_INSTALL_DIR is needed because of FS#42194
+  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 \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 18:16:31 UTC (rev 225271)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:16:41 UTC (rev 225272)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kauth
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KAuth'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kauth'
-license=('LGPL')
-depends=('kcoreaddons' 'polkit-qt5')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('17a3ee85539eeadbf917909fd6780eba')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  # QT_PLUGIN_INSTALL_DIR is needed because of FS#42194
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kauth/repos/extra-x86_64/PKGBUILD (from rev 225271, 
kauth/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:16:41 UTC (rev 225272)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kauth
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KAuth'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kauth'
+license=('LGPL')
+depends=('kcoreaddons' 'polkit-qt5')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)

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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:20:50
  Author: andrea
Revision: 225273

upgpkg: kconfig 5.3.0-2

Fix libexec install dir

Modified:
  kconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 18:16:41 UTC (rev 225272)
+++ PKGBUILD2014-10-24 18:20:50 UTC (rev 225273)
@@ -3,7 +3,7 @@
 
 pkgname=kconfig
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KConfig'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kconfig'
@@ -24,6 +24,7 @@
 -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


[arch-commits] Commit in khotkeys/trunk (PKGBUILD fix-shortcuts.patch)

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:21:19
  Author: andrea
Revision: 225275

upgpkg: khotkeys 5.1.0.1-2

Patch to make shortcuts working again

Added:
  khotkeys/trunk/fix-shortcuts.patch
Modified:
  khotkeys/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 fix-shortcuts.patch |   24 
 2 files changed, 32 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 18:21:00 UTC (rev 225274)
+++ PKGBUILD2014-10-24 18:21:19 UTC (rev 225275)
@@ -4,7 +4,7 @@
 
 pkgname=khotkeys
 pkgver=5.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='KHotKeys'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/khotkeys'
@@ -12,11 +12,16 @@
 depends=('plasma-workspace')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('kdebase-workspace')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('50123581b85df285bd2ea5d7f722e7d0')
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;
+'fix-shortcuts.patch')
+md5sums=('50123581b85df285bd2ea5d7f722e7d0'
+ 'db701291f62d72780ec0cfd6c18635c6')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-5.1.0
+  patch -p1 -i ${srcdir}/fix-shortcuts.patch
 }
 
 build() {

Added: fix-shortcuts.patch
===
--- fix-shortcuts.patch (rev 0)
+++ fix-shortcuts.patch 2014-10-24 18:21:19 UTC (rev 225275)
@@ -0,0 +1,24 @@
+commit e1faf20d79d63f45afd5fcdafdecc4cb59aaaf2e
+Author: David Edmundson k...@davidedmundson.co.uk
+Date:   Fri Oct 24 12:44:11 2014 +0200
+
+When loading the configuration set active shortcut not the default shortcut
+
+Otherwise hotkeys don't work
+
+BUG: 337230
+FIXED-IN: 5.1.1
+
+diff --git a/libkhotkeysprivate/shortcuts_handler.cpp 
b/libkhotkeysprivate/shortcuts_handler.cpp
+index 54aaf7c..e6c9b47 100644
+--- a/libkhotkeysprivate/shortcuts_handler.cpp
 b/libkhotkeysprivate/shortcuts_handler.cpp
+@@ -89,7 +89,7 @@ QAction *ShortcutsHandler::addAction(
+ newAction-setProperty(isConfigurationAction, QVariant(true));
+ }
+ newAction-setText(text);
+-KGlobalAccel::self()-setDefaultShortcut(newAction, QListQKeySequence() 
 shortcut.primary());
++KGlobalAccel::self()-setShortcut(newAction, QListQKeySequence()  
shortcut.primary());
+ // Enable global shortcut. If that fails there is no sense in proceeding
+ if (!KGlobalAccel::self()-hasShortcut(newAction))
+ {


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:21:00
  Author: andrea
Revision: 225274

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 18:20:50 UTC (rev 225273)
+++ extra-i686/PKGBUILD 2014-10-24 18:21:00 UTC (rev 225274)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kconfig
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KConfig'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kconfig'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('ca8602ef35b7a884f190be38a335e59d')
-
-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: kconfig/repos/extra-i686/PKGBUILD (from rev 225273, 
kconfig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 18:21:00 UTC (rev 225274)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kconfig
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KConfig'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kconfig'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ca8602ef35b7a884f190be38a335e59d')
+
+prepare() {
+  mkdir -p 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   2014-10-24 18:20:50 UTC (rev 225273)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:21:00 UTC (rev 225274)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kconfig
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KConfig'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kconfig'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('ca8602ef35b7a884f190be38a335e59d')
-
-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: kconfig/repos/extra-x86_64/PKGBUILD (from rev 225273, 
kconfig/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:21:00 UTC (rev 225274)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kconfig
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KConfig'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kconfig'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ca8602ef35b7a884f190be38a335e59d')
+
+prepare() {
+  mkdir -p 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
+}


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:22:31
  Author: andrea
Revision: 225276

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

Added:
  khotkeys/repos/extra-i686/PKGBUILD
(from rev 225275, khotkeys/trunk/PKGBUILD)
  khotkeys/repos/extra-i686/fix-shortcuts.patch
(from rev 225275, khotkeys/trunk/fix-shortcuts.patch)
  khotkeys/repos/extra-x86_64/PKGBUILD
(from rev 225275, khotkeys/trunk/PKGBUILD)
  khotkeys/repos/extra-x86_64/fix-shortcuts.patch
(from rev 225275, khotkeys/trunk/fix-shortcuts.patch)
Deleted:
  khotkeys/repos/extra-i686/PKGBUILD
  khotkeys/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   82 +
 extra-i686/PKGBUILD  |   36 
 extra-i686/fix-shortcuts.patch   |   24 ++
 extra-x86_64/PKGBUILD|   36 
 extra-x86_64/fix-shortcuts.patch |   24 ++
 5 files changed, 130 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 18:21:19 UTC (rev 225275)
+++ extra-i686/PKGBUILD 2014-10-24 18:22:31 UTC (rev 225276)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=khotkeys
-pkgver=5.1.0.1
-pkgrel=1
-pkgdesc='KHotKeys'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khotkeys'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('50123581b85df285bd2ea5d7f722e7d0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-5.1.0 \
--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: khotkeys/repos/extra-i686/PKGBUILD (from rev 225275, 
khotkeys/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 18:22:31 UTC (rev 225276)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khotkeys
+pkgver=5.1.0.1
+pkgrel=2
+pkgdesc='KHotKeys'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khotkeys'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;
+'fix-shortcuts.patch')
+md5sums=('50123581b85df285bd2ea5d7f722e7d0'
+ 'db701291f62d72780ec0cfd6c18635c6')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-5.1.0
+  patch -p1 -i ${srcdir}/fix-shortcuts.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-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: khotkeys/repos/extra-i686/fix-shortcuts.patch (from rev 225275, 
khotkeys/trunk/fix-shortcuts.patch)
===
--- extra-i686/fix-shortcuts.patch  (rev 0)
+++ extra-i686/fix-shortcuts.patch  2014-10-24 18:22:31 UTC (rev 225276)
@@ -0,0 +1,24 @@
+commit e1faf20d79d63f45afd5fcdafdecc4cb59aaaf2e
+Author: David Edmundson k...@davidedmundson.co.uk
+Date:   Fri Oct 24 12:44:11 2014 +0200
+
+When loading the configuration set active shortcut not the default shortcut
+
+Otherwise hotkeys don't work
+
+BUG: 337230
+FIXED-IN: 5.1.1
+
+diff --git a/libkhotkeysprivate/shortcuts_handler.cpp 
b/libkhotkeysprivate/shortcuts_handler.cpp
+index 54aaf7c..e6c9b47 100644
+--- a/libkhotkeysprivate/shortcuts_handler.cpp
 b/libkhotkeysprivate/shortcuts_handler.cpp
+@@ -89,7 +89,7 @@ QAction *ShortcutsHandler::addAction(
+ newAction-setProperty(isConfigurationAction, QVariant(true));
+ }
+ newAction-setText(text);
+-KGlobalAccel::self()-setDefaultShortcut(newAction, QListQKeySequence() 
 shortcut.primary());
++KGlobalAccel::self()-setShortcut(newAction, QListQKeySequence()  
shortcut.primary());
+ // Enable global shortcut. If that fails there is no sense in proceeding
+ if (!KGlobalAccel::self()-hasShortcut(newAction))
+ {

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 18:21:19 UTC (rev 225275)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:22:31 UTC (rev 225276)
@@ -1,36 +0,0 @@
-# $Id$

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

2014-10-24 Thread Dave Reisner
Date: Friday, October 24, 2014 @ 20:25:28
  Author: dreisner
Revision: 225278

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

Added:
  ctags/repos/extra-i686/CVE-2014-7204.patch
(from rev 225277, ctags/trunk/CVE-2014-7204.patch)
  ctags/repos/extra-i686/PKGBUILD
(from rev 225277, ctags/trunk/PKGBUILD)
  ctags/repos/extra-x86_64/CVE-2014-7204.patch
(from rev 225277, ctags/trunk/CVE-2014-7204.patch)
  ctags/repos/extra-x86_64/PKGBUILD
(from rev 225277, ctags/trunk/PKGBUILD)
Deleted:
  ctags/repos/extra-i686/PKGBUILD
  ctags/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   72 ++
 extra-i686/CVE-2014-7204.patch   |  102 +
 extra-i686/PKGBUILD  |   28 --
 extra-x86_64/CVE-2014-7204.patch |  102 +
 extra-x86_64/PKGBUILD|   28 --
 5 files changed, 276 insertions(+), 56 deletions(-)

Copied: ctags/repos/extra-i686/CVE-2014-7204.patch (from rev 225277, 
ctags/trunk/CVE-2014-7204.patch)
===
--- extra-i686/CVE-2014-7204.patch  (rev 0)
+++ extra-i686/CVE-2014-7204.patch  2014-10-24 18:25:28 UTC (rev 225278)
@@ -0,0 +1,102 @@
+From a499a10833d525c9af794c616dc40f7425110c71 Mon Sep 17 00:00:00 2001
+From: Colin Watson cjwat...@debian.org
+Date: Sat, 27 Sep 2014 14:37:19 +0100
+Subject: Changed the javascript parser to set the tag's scope rather than
+ including it in the tag name.
+
+Patch from Colomban.
+
+Author: David Fishburn
+Origin: upstream, http://sourceforge.net/p/ctags/code/791/
+Bug-Debian: https://bugs.debian.org/742605
+Last-Update: 2014-09-27
+
+Patch-Name: jscript-set-tag-scope.patch
+---
+ jscript.c | 54 +++---
+ 1 file changed, 51 insertions(+), 3 deletions(-)
+
+diff --git a/jscript.c b/jscript.c
+index 5de3367..a790355 100644
+--- a/jscript.c
 b/jscript.c
+@@ -215,6 +215,7 @@ static void deleteToken (tokenInfo *const token)
+  * Tag generation functions
+  */
+ 
++/*
+ static void makeConstTag (tokenInfo *const token, const jsKind kind)
+ {
+   if (JsKinds [kind].enabled  ! token-ignoreTag )
+@@ -238,12 +239,13 @@ static void makeJsTag (tokenInfo *const token, const 
jsKind kind)
+ 
+   if (JsKinds [kind].enabled  ! token-ignoreTag )
+   {
+-  /*
++  *
+* If a scope has been added to the token, change the token
+* string to include the scope when making the tag.
+-   */
++   *
+   if ( vStringLength(token-scope)  0 )
+   {
++  *
+   fulltag = vStringNew ();
+   vStringCopy(fulltag, token-scope);
+   vStringCatS (fulltag, .);
+@@ -251,8 +253,54 @@ static void makeJsTag (tokenInfo *const token, const 
jsKind kind)
+   vStringTerminate(fulltag);
+   vStringCopy(token-string, fulltag);
+   vStringDelete (fulltag);
++  *
++  jsKind parent_kind = JSTAG_CLASS;
++ 
++  * 
++   * if we're creating a function (and not a method),
++   * guess we're inside another function 
++   *
++  if (kind == JSTAG_FUNCTION)
++  parent_kind = JSTAG_FUNCTION;
++ 
++  e.extensionFields.scope[0] = JsKinds [parent_kind].name;
++  e.extensionFields.scope[1] = vStringValue 
(token-scope);
++  }
++  * makeConstTag (token, kind); *
++  makeTagEntry (e);
++  }
++}
++*/
++
++static void makeJsTag (tokenInfo *const token, const jsKind kind)
++{
++  if (JsKinds [kind].enabled  ! token-ignoreTag )
++  {
++  const char *const name = vStringValue (token-string);
++  tagEntryInfo e;
++  initTagEntry (e, name);
++
++  e.lineNumber   = token-lineNumber;
++  e.filePosition = token-filePosition;
++  e.kindName = JsKinds [kind].name;
++  e.kind = JsKinds [kind].letter;
++
++  if ( vStringLength(token-scope)  0 )
++  {
++  jsKind parent_kind = JSTAG_CLASS;
++
++  /* 
++   * If we're creating a function (and not a method),
++   * guess we're inside another function 
++   */
++  if (kind == JSTAG_FUNCTION)
++  parent_kind = JSTAG_FUNCTION;
++
++  e.extensionFields.scope[0] = JsKinds [parent_kind].name;
++  e.extensionFields.scope[1] = vStringValue 
(token-scope);
+ 

[arch-commits] Commit in kde-cli-tools/repos (4 files)

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:26:01
  Author: andrea
Revision: 225280

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

Added:
  kde-cli-tools/repos/extra-i686/PKGBUILD
(from rev 225279, kde-cli-tools/trunk/PKGBUILD)
  kde-cli-tools/repos/extra-x86_64/PKGBUILD
(from rev 225279, kde-cli-tools/trunk/PKGBUILD)
Deleted:
  kde-cli-tools/repos/extra-i686/PKGBUILD
  kde-cli-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 18:25:50 UTC (rev 225279)
+++ extra-i686/PKGBUILD 2014-10-24 18:26:01 UTC (rev 225280)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.1.0.1
-pkgrel=1
-pkgdesc=Tools based on KDE Frameworks 5 to better interact with the system
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('1242ac2fad01ad771ea7c6834b66437a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-5.1.0 \
--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
-
-  # conflicts with kdebase-runtime
-  rm -r $pkgdir/usr/share/man
-}

Copied: kde-cli-tools/repos/extra-i686/PKGBUILD (from rev 225279, 
kde-cli-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 18:26:01 UTC (rev 225280)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.1.0.1
+pkgrel=2
+pkgdesc=Tools based on KDE Frameworks 5 to better interact with the system
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
+md5sums=('1242ac2fad01ad771ea7c6834b66437a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-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
+
+  # conflicts with kdebase-runtime
+  rm -r $pkgdir/usr/share/man
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 18:25:50 UTC (rev 225279)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:26:01 UTC (rev 225280)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.1.0.1
-pkgrel=1
-pkgdesc=Tools based on KDE Frameworks 5 to better interact with the system
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('1242ac2fad01ad771ea7c6834b66437a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-5.1.0 \
--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
-
-  # conflicts with kdebase-runtime
-  rm -r $pkgdir/usr/share/man
-}

Copied: kde-cli-tools/repos/extra-x86_64/PKGBUILD (from rev 225279, 
kde-cli-tools/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:26:01 UTC (rev 225280)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.1.0.1
+pkgrel=2
+pkgdesc=Tools based on KDE Frameworks 5 to better interact with the system
+arch=('i686' 'x86_64')

[arch-commits] Commit in kde-cli-tools/trunk (PKGBUILD)

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:25:50
  Author: andrea
Revision: 225279

upgpkg: kde-cli-tools 5.1.0.1-2

Fix libexec install dir

Modified:
  kde-cli-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 18:25:28 UTC (rev 225278)
+++ PKGBUILD2014-10-24 18:25:50 UTC (rev 225279)
@@ -4,7 +4,7 @@
 
 pkgname=kde-cli-tools
 pkgver=5.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Tools based on KDE Frameworks 5 to better interact with the system
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
@@ -24,6 +24,7 @@
 -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


[arch-commits] Commit in ctags/trunk (CVE-2014-7204.patch PKGBUILD)

2014-10-24 Thread Dave Reisner
Date: Friday, October 24, 2014 @ 20:25:02
  Author: dreisner
Revision: 225277

upgpkg: ctags 5.8-5

- apply patch for CVE-2014-7204 (FS#42246)

Added:
  ctags/trunk/CVE-2014-7204.patch
Modified:
  ctags/trunk/PKGBUILD

-+
 CVE-2014-7204.patch |  102 ++
 PKGBUILD|   14 +-
 2 files changed, 113 insertions(+), 3 deletions(-)

Added: CVE-2014-7204.patch
===
--- CVE-2014-7204.patch (rev 0)
+++ CVE-2014-7204.patch 2014-10-24 18:25:02 UTC (rev 225277)
@@ -0,0 +1,102 @@
+From a499a10833d525c9af794c616dc40f7425110c71 Mon Sep 17 00:00:00 2001
+From: Colin Watson cjwat...@debian.org
+Date: Sat, 27 Sep 2014 14:37:19 +0100
+Subject: Changed the javascript parser to set the tag's scope rather than
+ including it in the tag name.
+
+Patch from Colomban.
+
+Author: David Fishburn
+Origin: upstream, http://sourceforge.net/p/ctags/code/791/
+Bug-Debian: https://bugs.debian.org/742605
+Last-Update: 2014-09-27
+
+Patch-Name: jscript-set-tag-scope.patch
+---
+ jscript.c | 54 +++---
+ 1 file changed, 51 insertions(+), 3 deletions(-)
+
+diff --git a/jscript.c b/jscript.c
+index 5de3367..a790355 100644
+--- a/jscript.c
 b/jscript.c
+@@ -215,6 +215,7 @@ static void deleteToken (tokenInfo *const token)
+  * Tag generation functions
+  */
+ 
++/*
+ static void makeConstTag (tokenInfo *const token, const jsKind kind)
+ {
+   if (JsKinds [kind].enabled  ! token-ignoreTag )
+@@ -238,12 +239,13 @@ static void makeJsTag (tokenInfo *const token, const 
jsKind kind)
+ 
+   if (JsKinds [kind].enabled  ! token-ignoreTag )
+   {
+-  /*
++  *
+* If a scope has been added to the token, change the token
+* string to include the scope when making the tag.
+-   */
++   *
+   if ( vStringLength(token-scope)  0 )
+   {
++  *
+   fulltag = vStringNew ();
+   vStringCopy(fulltag, token-scope);
+   vStringCatS (fulltag, .);
+@@ -251,8 +253,54 @@ static void makeJsTag (tokenInfo *const token, const 
jsKind kind)
+   vStringTerminate(fulltag);
+   vStringCopy(token-string, fulltag);
+   vStringDelete (fulltag);
++  *
++  jsKind parent_kind = JSTAG_CLASS;
++ 
++  * 
++   * if we're creating a function (and not a method),
++   * guess we're inside another function 
++   *
++  if (kind == JSTAG_FUNCTION)
++  parent_kind = JSTAG_FUNCTION;
++ 
++  e.extensionFields.scope[0] = JsKinds [parent_kind].name;
++  e.extensionFields.scope[1] = vStringValue 
(token-scope);
++  }
++  * makeConstTag (token, kind); *
++  makeTagEntry (e);
++  }
++}
++*/
++
++static void makeJsTag (tokenInfo *const token, const jsKind kind)
++{
++  if (JsKinds [kind].enabled  ! token-ignoreTag )
++  {
++  const char *const name = vStringValue (token-string);
++  tagEntryInfo e;
++  initTagEntry (e, name);
++
++  e.lineNumber   = token-lineNumber;
++  e.filePosition = token-filePosition;
++  e.kindName = JsKinds [kind].name;
++  e.kind = JsKinds [kind].letter;
++
++  if ( vStringLength(token-scope)  0 )
++  {
++  jsKind parent_kind = JSTAG_CLASS;
++
++  /* 
++   * If we're creating a function (and not a method),
++   * guess we're inside another function 
++   */
++  if (kind == JSTAG_FUNCTION)
++  parent_kind = JSTAG_FUNCTION;
++
++  e.extensionFields.scope[0] = JsKinds [parent_kind].name;
++  e.extensionFields.scope[1] = vStringValue 
(token-scope);
+   }
+-  makeConstTag (token, kind);
++
++  makeTagEntry (e);
+   }
+ }
+ 

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 18:22:31 UTC (rev 225276)
+++ PKGBUILD2014-10-24 18:25:02 UTC (rev 225277)
@@ -4,15 +4,23 @@
 
 pkgname=ctags
 pkgver=5.8
-pkgrel=4
+pkgrel=5
 pkgdesc=Generates an index file of language objects found in source files
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc')
 url=http://ctags.sourceforge.net/;
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c00f82ecdcc357434731913e5b48630d')

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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:31:21
  Author: andrea
Revision: 225282

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 18:31:03 UTC (rev 225281)
+++ extra-i686/PKGBUILD 2014-10-24 18:31:21 UTC (rev 225282)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdesu
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KDE Su'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdesu'
-license=('LGPL')
-depends=('kservice' 'kpty')
-makedepends=('extra-cmake-modules' 'python')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('41c064125dea34d5d278b3fb344777bb')
-
-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: kdesu/repos/extra-i686/PKGBUILD (from rev 225281, kdesu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 18:31:21 UTC (rev 225282)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesu
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KDE Su'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdesu'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('41c064125dea34d5d278b3fb344777bb')
+
+prepare() {
+  mkdir -p 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   2014-10-24 18:31:03 UTC (rev 225281)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:31:21 UTC (rev 225282)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdesu
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KDE Su'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdesu'
-license=('LGPL')
-depends=('kservice' 'kpty')
-makedepends=('extra-cmake-modules' 'python')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('41c064125dea34d5d278b3fb344777bb')
-
-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: kdesu/repos/extra-x86_64/PKGBUILD (from rev 225281, 
kdesu/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:31:21 UTC (rev 225282)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesu
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KDE Su'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdesu'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('41c064125dea34d5d278b3fb344777bb')
+
+prepare() {
+  mkdir -p 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
+}


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:31:03
  Author: andrea
Revision: 225281

upgpkg: kdesu 5.3.0-2

Fix libexec install dir

Modified:
  kdesu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 18:26:01 UTC (rev 225280)
+++ PKGBUILD2014-10-24 18:31:03 UTC (rev 225281)
@@ -3,7 +3,7 @@
 
 pkgname=kdesu
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Su'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kdesu'
@@ -24,6 +24,7 @@
 -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


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:31:39
  Author: andrea
Revision: 225283

upgpkg: kdelibs4support 5.3.0-2

Fix libexec install dir

Modified:
  kdelibs4support/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 18:31:21 UTC (rev 225282)
+++ PKGBUILD2014-10-24 18:31:39 UTC (rev 225283)
@@ -3,13 +3,13 @@
 
 pkgname=kdelibs4support
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE 4 Support'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kdelibs4support'
 license=('LGPL')
 depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools') # 'networkmanager'
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager')
 groups=('kf5-aids')
 replaces=('kde4support')
 conflicts=('kde4support')
@@ -26,6 +26,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DSYSCONF_INSTALL_DIR=/etc \
 -DBUILD_TESTING=OFF


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:31:51
  Author: andrea
Revision: 225284

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 18:31:39 UTC (rev 225283)
+++ extra-i686/PKGBUILD 2014-10-24 18:31:51 UTC (rev 225284)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdelibs4support
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KDE 4 Support'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdelibs4support'
-license=('LGPL')
-depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools') # 'networkmanager'
-groups=('kf5-aids')
-replaces=('kde4support')
-conflicts=('kde4support')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('20f4c4939e6db7c3a1a545356fb95884')
-
-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 \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdelibs4support/repos/extra-i686/PKGBUILD (from rev 225283, 
kdelibs4support/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 18:31:51 UTC (rev 225284)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdelibs4support
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KDE 4 Support'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdelibs4support'
+license=('LGPL')
+depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager')
+groups=('kf5-aids')
+replaces=('kde4support')
+conflicts=('kde4support')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('20f4c4939e6db7c3a1a545356fb95884')
+
+prepare() {
+  mkdir -p 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 \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 18:31:39 UTC (rev 225283)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:31:51 UTC (rev 225284)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdelibs4support
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KDE 4 Support'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdelibs4support'
-license=('LGPL')
-depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools') # 'networkmanager'
-groups=('kf5-aids')
-replaces=('kde4support')
-conflicts=('kde4support')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('20f4c4939e6db7c3a1a545356fb95884')
-
-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 \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdelibs4support/repos/extra-x86_64/PKGBUILD (from rev 225283, 
kdelibs4support/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:31:51 UTC (rev 225284)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdelibs4support
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KDE 4 Support'

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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:35:53
  Author: andrea
Revision: 225285

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 18:31:51 UTC (rev 225284)
+++ extra-i686/PKGBUILD 2014-10-24 18:35:53 UTC (rev 225285)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdesu
-pkgver=5.3.0
-pkgrel=2
-pkgdesc='KDE Su'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdesu'
-license=('LGPL')
-depends=('kservice' 'kpty')
-makedepends=('extra-cmake-modules' 'python')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('41c064125dea34d5d278b3fb344777bb')
-
-prepare() {
-  mkdir -p 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
-}

Copied: kdesu/repos/extra-i686/PKGBUILD (from rev 225284, kdesu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 18:35:53 UTC (rev 225285)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesu
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KDE Su'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdesu'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('41c064125dea34d5d278b3fb344777bb')
+
+prepare() {
+  mkdir -p 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   2014-10-24 18:31:51 UTC (rev 225284)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:35:53 UTC (rev 225285)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdesu
-pkgver=5.3.0
-pkgrel=2
-pkgdesc='KDE Su'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdesu'
-license=('LGPL')
-depends=('kservice' 'kpty')
-makedepends=('extra-cmake-modules' 'python')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('41c064125dea34d5d278b3fb344777bb')
-
-prepare() {
-  mkdir -p 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
-}

Copied: kdesu/repos/extra-x86_64/PKGBUILD (from rev 225284, 
kdesu/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:35:53 UTC (rev 225285)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesu
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KDE Su'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdesu'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('41c064125dea34d5d278b3fb344777bb')
+
+prepare() {
+  mkdir -p 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
+}


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:36:11
  Author: andrea
Revision: 225286

Do not use libexec dir

Modified:
  kinit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 18:35:53 UTC (rev 225285)
+++ PKGBUILD2014-10-24 18:36:11 UTC (rev 225286)
@@ -3,7 +3,7 @@
 
 pkgname=kinit
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KInit'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kinit'
@@ -24,6 +24,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
 -DBUILD_TESTING=OFF
   make
 }


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:36:23
  Author: andrea
Revision: 225287

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 18:36:11 UTC (rev 225286)
+++ extra-i686/PKGBUILD 2014-10-24 18:36:23 UTC (rev 225287)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kinit
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KInit'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kinit'
-license=('LGPL')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'kdoctools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('fc24d429c3e53b4e40285eedad64750c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kinit/repos/extra-i686/PKGBUILD (from rev 225286, kinit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 18:36:23 UTC (rev 225287)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kinit
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KInit'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kinit'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('fc24d429c3e53b4e40285eedad64750c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 18:36:11 UTC (rev 225286)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:36:23 UTC (rev 225287)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kinit
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KInit'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kinit'
-license=('LGPL')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'kdoctools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('fc24d429c3e53b4e40285eedad64750c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kinit/repos/extra-x86_64/PKGBUILD (from rev 225286, 
kinit/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:36:23 UTC (rev 225287)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kinit
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KInit'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kinit'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('fc24d429c3e53b4e40285eedad64750c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:36:43
  Author: andrea
Revision: 225288

upgpkg: khelpcenter 5.1.0.1-3

Fix libexec install dir

Modified:
  khelpcenter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 18:36:23 UTC (rev 225287)
+++ PKGBUILD2014-10-24 18:36:43 UTC (rev 225288)
@@ -25,6 +25,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
 -DBUILD_TESTING=OFF
   make
 }


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:39:42
  Author: andrea
Revision: 225289

upgpkg: khelpcenter 5.1.0.1-4

Fix libexec install dir

Modified:
  khelpcenter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 18:36:43 UTC (rev 225288)
+++ PKGBUILD2014-10-24 18:39:42 UTC (rev 225289)
@@ -4,7 +4,7 @@
 
 pkgname=khelpcenter
 pkgver=5.1.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Application to show KDE Applications' documentation
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/khelpcenter'


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 20:39:53
  Author: andrea
Revision: 225290

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 18:39:42 UTC (rev 225289)
+++ extra-i686/PKGBUILD 2014-10-24 18:39:53 UTC (rev 225290)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.1.0.1
-pkgrel=3
-pkgdesc=Application to show KDE Applications' documentation
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-depends=('khtml' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools')
-conflicts=('kdebase-runtime')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('13e1411da03add367368b95427cc06b1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-5.1.0 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: khelpcenter/repos/extra-i686/PKGBUILD (from rev 225289, 
khelpcenter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 18:39:53 UTC (rev 225290)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.1.0.1
+pkgrel=4
+pkgdesc=Application to show KDE Applications' documentation
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+depends=('khtml' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools')
+conflicts=('kdebase-runtime')
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
+md5sums=('13e1411da03add367368b95427cc06b1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 18:39:42 UTC (rev 225289)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:39:53 UTC (rev 225290)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.1.0.1
-pkgrel=3
-pkgdesc=Application to show KDE Applications' documentation
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-depends=('khtml' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools')
-conflicts=('kdebase-runtime')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('13e1411da03add367368b95427cc06b1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-5.1.0 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: khelpcenter/repos/extra-x86_64/PKGBUILD (from rev 225289, 
khelpcenter/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-24 18:39:53 UTC (rev 225290)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.1.0.1
+pkgrel=4
+pkgdesc=Application to show KDE Applications' documentation
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+depends=('khtml' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools')
+conflicts=('kdebase-runtime')
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
+md5sums=('13e1411da03add367368b95427cc06b1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake 

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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 21:19:57
  Author: andrea
Revision: 225291

upgpkg: kio 5.3.0-2

Fix libexec install dir

Modified:
  kio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 18:39:53 UTC (rev 225290)
+++ PKGBUILD2014-10-24 19:19:57 UTC (rev 225291)
@@ -3,7 +3,7 @@
 
 pkgname=kio
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KIO'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kio'
@@ -26,6 +26,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DSYSCONF_INSTALL_DIR=/etc \
 -DBUILD_TESTING=OFF


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 21:20:07
  Author: andrea
Revision: 225292

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

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

--+
 /PKGBUILD|   78 +
 /kio.install |   22 
 extra-i686/PKGBUILD  |   38 -
 extra-i686/kio.install   |   11 --
 extra-x86_64/PKGBUILD|   38 -
 extra-x86_64/kio.install |   11 --
 6 files changed, 100 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 19:19:57 UTC (rev 225291)
+++ extra-i686/PKGBUILD 2014-10-24 19:20:07 UTC (rev 225292)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kio
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KIO'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kio'
-license=('LGPL')
-depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet'
-'desktop-file-utils')
-makedepends=('extra-cmake-modules' 'kdoctools')
-groups=('kf5')
-install=kio.install
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('742f166ba6b003457848388801f976b6')
-
-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 \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kio/repos/extra-i686/PKGBUILD (from rev 225291, kio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 19:20:07 UTC (rev 225292)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kio
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KIO'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kio'
+license=('LGPL')
+depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet'
+'desktop-file-utils')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5')
+install=kio.install
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('742f166ba6b003457848388801f976b6')
+
+prepare() {
+  mkdir -p 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 \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kio.install
===
--- extra-i686/kio.install  2014-10-24 19:19:57 UTC (rev 225291)
+++ extra-i686/kio.install  2014-10-24 19:20:07 UTC (rev 225292)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kio/repos/extra-i686/kio.install (from rev 225291, 
kio/trunk/kio.install)
===
--- extra-i686/kio.install  (rev 0)
+++ extra-i686/kio.install  2014-10-24 19:20:07 UTC (rev 225292)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 19:19:57 UTC (rev 225291)
+++ extra-x86_64/PKGBUILD   2014-10-24 19:20:07 UTC (rev 225292)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kio
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KIO'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kio'
-license=('LGPL')
-depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet'
-'desktop-file-utils')
-makedepends=('extra-cmake-modules' 'kdoctools')
-groups=('kf5')
-install=kio.install
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('742f166ba6b003457848388801f976b6')
-
-prepare() {
-  

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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 21:22:01
  Author: andrea
Revision: 225293

upgpkg: kwin 5.1.0.1-2

Fix libexec install dir

Modified:
  kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 19:20:07 UTC (rev 225292)
+++ PKGBUILD2014-10-24 19:22:01 UTC (rev 225293)
@@ -3,7 +3,7 @@
 
 pkgname=kwin
 pkgver=5.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kwin'
@@ -27,6 +27,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DQML_INSTALL_DIR=lib/qt/qml \
 -DBUILD_TESTING=OFF \


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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 21:22:09
  Author: andrea
Revision: 225294

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

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

---+
 /PKGBUILD |   82 
 /kwin.install |   22 +++
 extra-i686/PKGBUILD   |   40 -
 extra-i686/kwin.install   |   11 -
 extra-x86_64/PKGBUILD |   40 -
 extra-x86_64/kwin.install |   11 -
 6 files changed, 104 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 19:22:01 UTC (rev 225293)
+++ extra-i686/PKGBUILD 2014-10-24 19:22:09 UTC (rev 225294)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwin
-pkgver=5.1.0.1
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'libxcursor' 'kinit'
- 'hicolor-icon-theme' 'libepoxy' 'kwayland')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('plasma-next')
-install=${pkgname}.install
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/stable/plasma/5.1.0/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('ab52f7ad3630b4da94b5e5dd09358e66')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-5.1.0 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DQML_INSTALL_DIR=lib/qt/qml \
--DBUILD_TESTING=OFF \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwin/repos/extra-i686/PKGBUILD (from rev 225293, kwin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 19:22:09 UTC (rev 225294)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.1.0.1
+pkgrel=2
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'libxcursor' 'kinit'
+ 'hicolor-icon-theme' 'libepoxy' 'kwayland')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma-next')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/5.1.0/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ab52f7ad3630b4da94b5e5dd09358e66')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DBUILD_TESTING=OFF \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kwin.install
===
--- extra-i686/kwin.install 2014-10-24 19:22:01 UTC (rev 225293)
+++ extra-i686/kwin.install 2014-10-24 19:22:09 UTC (rev 225294)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kwin/repos/extra-i686/kwin.install (from rev 225293, 
kwin/trunk/kwin.install)
===
--- extra-i686/kwin.install (rev 0)
+++ extra-i686/kwin.install 2014-10-24 19:22:09 UTC (rev 225294)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 19:22:01 UTC (rev 225293)
+++ extra-x86_64/PKGBUILD   2014-10-24 19:22:09 UTC (rev 225294)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwin
-pkgver=5.1.0.1
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')

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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 21:22:57
  Author: andrea
Revision: 225296

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 19:22:48 UTC (rev 225295)
+++ extra-i686/PKGBUILD 2014-10-24 19:22:57 UTC (rev 225296)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kxmlgui
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KXmlGUI'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kxmlgui'
-license=('LGPL')
-depends=('kglobalaccel' 'ktextwidgets' 'attica-qt5')
-makedepends=('extra-cmake-modules' 'python')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('97db539a7e6691fc90ca629660ac24e7')
-
-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 \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kxmlgui/repos/extra-i686/PKGBUILD (from rev 225295, 
kxmlgui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 19:22:57 UTC (rev 225296)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kxmlgui
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KXmlGUI'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kxmlgui'
+license=('LGPL')
+depends=('kglobalaccel' 'ktextwidgets' 'attica-qt5')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('97db539a7e6691fc90ca629660ac24e7')
+
+prepare() {
+  mkdir -p 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 \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 19:22:48 UTC (rev 225295)
+++ extra-x86_64/PKGBUILD   2014-10-24 19:22:57 UTC (rev 225296)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kxmlgui
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KXmlGUI'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kxmlgui'
-license=('LGPL')
-depends=('kglobalaccel' 'ktextwidgets' 'attica-qt5')
-makedepends=('extra-cmake-modules' 'python')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('97db539a7e6691fc90ca629660ac24e7')
-
-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 \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kxmlgui/repos/extra-x86_64/PKGBUILD (from rev 225295, 
kxmlgui/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-24 19:22:57 UTC (rev 225296)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kxmlgui
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KXmlGUI'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kxmlgui'
+license=('LGPL')
+depends=('kglobalaccel' 'ktextwidgets' 'attica-qt5')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('97db539a7e6691fc90ca629660ac24e7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+

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

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 21:22:48
  Author: andrea
Revision: 225295

upgpkg: kxmlgui 5.3.0-2

Fix libexec install dir

Modified:
  kxmlgui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 19:22:09 UTC (rev 225294)
+++ PKGBUILD2014-10-24 19:22:48 UTC (rev 225295)
@@ -3,7 +3,7 @@
 
 pkgname=kxmlgui
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KXmlGUI'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kxmlgui'
@@ -24,6 +24,7 @@
 -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 \
 -DSYSCONF_INSTALL_DIR=/etc


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

2014-10-24 Thread Dave Reisner
Date: Friday, October 24, 2014 @ 22:17:38
  Author: dreisner
Revision: 225297

upgpkg: libxml2 2.9.2-1

- add optdepend on python2
- resolve CVE-2014-3660 (FS#40790)

Modified:
  libxml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 19:22:57 UTC (rev 225296)
+++ PKGBUILD2014-10-24 20:17:38 UTC (rev 225297)
@@ -4,17 +4,18 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=libxml2
-pkgver=2.9.1
-pkgrel=5
+pkgver=2.9.2
+pkgrel=1
 pkgdesc=XML parsing library, version 2
 arch=(i686 x86_64)
 license=('MIT')
 depends=('zlib' 'readline' 'ncurses' 'xz')
 makedepends=('python2')
+optdepends=('python2: python bindings to libxml')
 url=http://www.xmlsoft.org/;
 source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
 http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
+md5sums=('9e6a9aca9d155737868b3dc5fd82f788'
  'ae3d1ebe000a3972afa104ca7f0e1b4a')
 
 prepare() {


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

2014-10-24 Thread Dave Reisner
Date: Friday, October 24, 2014 @ 22:18:06
  Author: dreisner
Revision: 225298

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

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

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   41 ---
 extra-x86_64/PKGBUILD |   41 ---
 3 files changed, 84 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 20:17:38 UTC (rev 225297)
+++ extra-i686/PKGBUILD 2014-10-24 20:18:06 UTC (rev 225298)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=libxml2
-pkgver=2.9.1
-pkgrel=5
-pkgdesc=XML parsing library, version 2
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2')
-url=http://www.xmlsoft.org/;
-source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  mv ../xmlconf .
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxml2/repos/extra-i686/PKGBUILD (from rev 225297, 
libxml2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 20:18:06 UTC (rev 225298)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=libxml2
+pkgver=2.9.2
+pkgrel=1
+pkgdesc=XML parsing library, version 2
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+makedepends=('python2')
+optdepends=('python2: python bindings to libxml')
+url=http://www.xmlsoft.org/;
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('9e6a9aca9d155737868b3dc5fd82f788'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+  mv ../xmlconf .
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 20:17:38 UTC (rev 225297)
+++ extra-x86_64/PKGBUILD   2014-10-24 20:18:06 UTC (rev 225298)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=libxml2
-pkgver=2.9.1
-pkgrel=5
-pkgdesc=XML parsing library, version 2
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2')
-url=http://www.xmlsoft.org/;
-source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  mv ../xmlconf .
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxml2/repos/extra-x86_64/PKGBUILD (from rev 225297, 
libxml2/trunk/PKGBUILD)

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

2014-10-24 Thread Jaroslav Lichtblau
Date: Friday, October 24, 2014 @ 22:22:31
  Author: jlichtblau
Revision: 121365

upgpkg: monit 5.9-2

Modified:
  monit/trunk/PKGBUILD
Deleted:
  monit/trunk/monit.service

---+
 PKGBUILD  |6 +++---
 monit.service |   12 
 2 files changed, 3 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 17:45:54 UTC (rev 121364)
+++ PKGBUILD2014-10-24 20:22:31 UTC (rev 121365)
@@ -5,7 +5,7 @@
 
 pkgname=monit
 pkgver=5.9
-pkgrel=1
+pkgrel=2
 pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
 arch=('i686' 'x86_64')
 url=http://mmonit.com/monit/;
@@ -21,7 +21,7 @@
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
@@ -31,5 +31,5 @@
   make DESTDIR=${pkgdir} install
 
   install -D -m700 monitrc ${pkgdir}/etc/monitrc
-  install -D -m644 ${srcdir}/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
+  install -D -m644 system/startup/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
 }

Deleted: monit.service
===
--- monit.service   2014-10-24 17:45:54 UTC (rev 121364)
+++ monit.service   2014-10-24 20:22:31 UTC (rev 121365)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Pro-active monitoring utility for unix systems
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/monit -I -c /etc/monitrc
-ExecStop=/usr/bin/monit -c /etc/monitrc quit
-ExecReload=/usr/bin/monit -c /etc/monitrc reload
-
-[Install]
-WantedBy=multi-user.target


[arch-commits] Commit in monit/repos/community-x86_64 (5 files)

2014-10-24 Thread Jaroslav Lichtblau
Date: Friday, October 24, 2014 @ 22:22:43
  Author: jlichtblau
Revision: 121366

archrelease: copy trunk to community-x86_64

Added:
  monit/repos/community-x86_64/PKGBUILD
(from rev 121365, monit/trunk/PKGBUILD)
  monit/repos/community-x86_64/monit.changelog
(from rev 121365, monit/trunk/monit.changelog)
Deleted:
  monit/repos/community-x86_64/PKGBUILD
  monit/repos/community-x86_64/monit.changelog
  monit/repos/community-x86_64/monit.service

-+
 PKGBUILD|   70 +-
 monit.changelog |  110 +++---
 monit.service   |   12 -
 3 files changed, 90 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-24 20:22:31 UTC (rev 121365)
+++ PKGBUILD2014-10-24 20:22:43 UTC (rev 121366)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Marco Bartholomew ma...@marcobartholomew.com
-
-pkgname=monit
-pkgver=5.9
-pkgrel=1
-pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
-arch=('i686' 'x86_64')
-url=http://mmonit.com/monit/;
-license=('GPL3')
-depends=('openssl')
-backup=('etc/monitrc')
-changelog=$pkgname.changelog
-source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz
-$pkgname.service)
-sha256sums=('274044485170b7498de29e7876cd86488378f50d69df4303a14930ba1f5e4a11'
-'ec4b120876fd71fa98cbaaf52b06f461f451b3ae4aaa7d48ae39ed86e02e1f22')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m700 monitrc ${pkgdir}/etc/monitrc
-  install -D -m644 ${srcdir}/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
-}

Copied: monit/repos/community-x86_64/PKGBUILD (from rev 121365, 
monit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-24 20:22:43 UTC (rev 121366)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Marco Bartholomew ma...@marcobartholomew.com
+
+pkgname=monit
+pkgver=5.9
+pkgrel=2
+pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
+arch=('i686' 'x86_64')
+url=http://mmonit.com/monit/;
+license=('GPL3')
+depends=('openssl')
+backup=('etc/monitrc')
+changelog=$pkgname.changelog
+source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz
+$pkgname.service)
+sha256sums=('274044485170b7498de29e7876cd86488378f50d69df4303a14930ba1f5e4a11'
+'ec4b120876fd71fa98cbaaf52b06f461f451b3ae4aaa7d48ae39ed86e02e1f22')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m700 monitrc ${pkgdir}/etc/monitrc
+  install -D -m644 system/startup/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
+}

Deleted: monit.changelog
===
--- monit.changelog 2014-10-24 20:22:31 UTC (rev 121365)
+++ monit.changelog 2014-10-24 20:22:43 UTC (rev 121366)
@@ -1,55 +0,0 @@
-2014-10-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.9-1
-
-2014-05-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.8.1-1
-
-2014-04-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.8-1
-
-2014-03-01 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.7-1
-
-2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.6-1
-
-2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.5-2 systemd .service file added
-
-2012-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.5-1
-
-2012-05-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.4-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3.2-1
-
-2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3-1
-
-2011-07-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.5-1
-
-2011-03-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.4-1
-
-2010-11-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.3-1
-
-2010-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2-1
-
-2010-08-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.1.1-2
-   * fixed FS#20666
-

[arch-commits] Commit in monit (repos/community-x86_64/PKGBUILD trunk/PKGBUILD)

2014-10-24 Thread Jaroslav Lichtblau
Date: Friday, October 24, 2014 @ 22:24:55
  Author: jlichtblau
Revision: 121367

monit.service file leftovers removed

Modified:
  monit/repos/community-x86_64/PKGBUILD
  monit/trunk/PKGBUILD

-+
 repos/community-x86_64/PKGBUILD |6 ++
 trunk/PKGBUILD  |6 ++
 2 files changed, 4 insertions(+), 8 deletions(-)

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2014-10-24 20:22:43 UTC (rev 121366)
+++ repos/community-x86_64/PKGBUILD 2014-10-24 20:24:55 UTC (rev 121367)
@@ -13,10 +13,8 @@
 depends=('openssl')
 backup=('etc/monitrc')
 changelog=$pkgname.changelog
-source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz
-$pkgname.service)
-sha256sums=('274044485170b7498de29e7876cd86488378f50d69df4303a14930ba1f5e4a11'
-'ec4b120876fd71fa98cbaaf52b06f461f451b3ae4aaa7d48ae39ed86e02e1f22')
+source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
+sha256sums=('274044485170b7498de29e7876cd86488378f50d69df4303a14930ba1f5e4a11')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2014-10-24 20:22:43 UTC (rev 121366)
+++ trunk/PKGBUILD  2014-10-24 20:24:55 UTC (rev 121367)
@@ -13,10 +13,8 @@
 depends=('openssl')
 backup=('etc/monitrc')
 changelog=$pkgname.changelog
-source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz
-$pkgname.service)
-sha256sums=('274044485170b7498de29e7876cd86488378f50d69df4303a14930ba1f5e4a11'
-'ec4b120876fd71fa98cbaaf52b06f461f451b3ae4aaa7d48ae39ed86e02e1f22')
+source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
+sha256sums=('274044485170b7498de29e7876cd86488378f50d69df4303a14930ba1f5e4a11')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver


[arch-commits] Commit in monit/repos/community-i686 (5 files)

2014-10-24 Thread Jaroslav Lichtblau
Date: Friday, October 24, 2014 @ 22:27:52
  Author: jlichtblau
Revision: 121368

archrelease: copy trunk to community-i686

Added:
  monit/repos/community-i686/PKGBUILD
(from rev 121367, monit/trunk/PKGBUILD)
  monit/repos/community-i686/monit.changelog
(from rev 121367, monit/trunk/monit.changelog)
Deleted:
  monit/repos/community-i686/PKGBUILD
  monit/repos/community-i686/monit.changelog
  monit/repos/community-i686/monit.service

-+
 PKGBUILD|   68 -
 monit.changelog |  110 +++---
 monit.service   |   12 -
 3 files changed, 88 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-24 20:24:55 UTC (rev 121367)
+++ PKGBUILD2014-10-24 20:27:52 UTC (rev 121368)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Marco Bartholomew ma...@marcobartholomew.com
-
-pkgname=monit
-pkgver=5.9
-pkgrel=1
-pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
-arch=('i686' 'x86_64')
-url=http://mmonit.com/monit/;
-license=('GPL3')
-depends=('openssl')
-backup=('etc/monitrc')
-changelog=$pkgname.changelog
-source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz
-$pkgname.service)
-sha256sums=('274044485170b7498de29e7876cd86488378f50d69df4303a14930ba1f5e4a11'
-'ec4b120876fd71fa98cbaaf52b06f461f451b3ae4aaa7d48ae39ed86e02e1f22')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m700 monitrc ${pkgdir}/etc/monitrc
-  install -D -m644 ${srcdir}/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
-}

Copied: monit/repos/community-i686/PKGBUILD (from rev 121367, 
monit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-24 20:27:52 UTC (rev 121368)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Marco Bartholomew ma...@marcobartholomew.com
+
+pkgname=monit
+pkgver=5.9
+pkgrel=2
+pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
+arch=('i686' 'x86_64')
+url=http://mmonit.com/monit/;
+license=('GPL3')
+depends=('openssl')
+backup=('etc/monitrc')
+changelog=$pkgname.changelog
+source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
+sha256sums=('274044485170b7498de29e7876cd86488378f50d69df4303a14930ba1f5e4a11')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m700 monitrc ${pkgdir}/etc/monitrc
+  install -D -m644 system/startup/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
+}

Deleted: monit.changelog
===
--- monit.changelog 2014-10-24 20:24:55 UTC (rev 121367)
+++ monit.changelog 2014-10-24 20:27:52 UTC (rev 121368)
@@ -1,55 +0,0 @@
-2014-10-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.9-1
-
-2014-05-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.8.1-1
-
-2014-04-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.8-1
-
-2014-03-01 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.7-1
-
-2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.6-1
-
-2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.5-2 systemd .service file added
-
-2012-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.5-1
-
-2012-05-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.4-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3.2-1
-
-2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3-1
-
-2011-07-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.5-1
-
-2011-03-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.4-1
-
-2010-11-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.3-1
-
-2010-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2-1
-
-2010-08-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.1.1-2
-   * fixed FS#20666
-
-2010-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.1.1-1
-   * fixed FS#20559
-
-2009-12-21 

[arch-commits] Commit in (4 files)

2014-10-24 Thread Andreas Radke
Date: Friday, October 24, 2014 @ 22:33:49
  Author: andyrtr
Revision: 225299

add new pkg needed by future LibreOffice versions

Added:
  libpagemaker/
  libpagemaker/repos/
  libpagemaker/trunk/
  libpagemaker/trunk/PKGBUILD

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

Added: libpagemaker/trunk/PKGBUILD
===
--- libpagemaker/trunk/PKGBUILD (rev 0)
+++ libpagemaker/trunk/PKGBUILD 2014-10-24 20:33:49 UTC (rev 225299)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=libpagemaker
+pkgver=0.0.1
+pkgrel=1
+pkgdesc=a library that parses the file format of Aldus/Adobe PageMaker 
documents
+arch=('any')
+url=https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker;
+license=('MPL')
+source=(http://dev-www.libreoffice.org/src/{pkgname}_${pkgver}.tar.xz)
+
+build() {
+  cd ${pkgname}_${pkgver}
+  ./configure --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}_${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}_${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+


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

2014-10-24 Thread Andreas Radke
Date: Friday, October 24, 2014 @ 22:43:54
  Author: andyrtr
Revision: 225300

upgpkg: libpagemaker 0.0.1-1

upstream update 0.0.1

Modified:
  libpagemaker/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 20:33:49 UTC (rev 225299)
+++ PKGBUILD2014-10-24 20:43:54 UTC (rev 225300)
@@ -5,24 +5,27 @@
 pkgver=0.0.1
 pkgrel=1
 pkgdesc=a library that parses the file format of Aldus/Adobe PageMaker 
documents
-arch=('any')
+arch=('i686' 'x86_64')
 url=https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker;
 license=('MPL')
-source=(http://dev-www.libreoffice.org/src/{pkgname}_${pkgver}.tar.xz)
+source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+depends=('librevenge')
+makedepends=('boost')
+md5sums=('af955639980bce6c7d7130c0bdc7b57d')
 
 build() {
-  cd ${pkgname}_${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
-  # make
+  make
 }
 
 check() {
-  cd ${pkgname}_${pkgver}
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd ${pkgname}_${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }


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


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

2014-10-24 Thread Andreas Radke
Date: Friday, October 24, 2014 @ 22:44:10
  Author: andyrtr
Revision: 225301

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

Added:
  libpagemaker/repos/extra-i686/
  libpagemaker/repos/extra-i686/PKGBUILD
(from rev 225300, libpagemaker/trunk/PKGBUILD)
  libpagemaker/repos/extra-x86_64/
  libpagemaker/repos/extra-x86_64/PKGBUILD
(from rev 225300, libpagemaker/trunk/PKGBUILD)

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

Copied: libpagemaker/repos/extra-i686/PKGBUILD (from rev 225300, 
libpagemaker/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 20:44:10 UTC (rev 225301)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=libpagemaker
+pkgver=0.0.1
+pkgrel=1
+pkgdesc=a library that parses the file format of Aldus/Adobe PageMaker 
documents
+arch=('i686' 'x86_64')
+url=https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker;
+license=('MPL')
+source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+depends=('librevenge')
+makedepends=('boost')
+md5sums=('af955639980bce6c7d7130c0bdc7b57d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+

Copied: libpagemaker/repos/extra-x86_64/PKGBUILD (from rev 225300, 
libpagemaker/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-24 20:44:10 UTC (rev 225301)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=libpagemaker
+pkgver=0.0.1
+pkgrel=1
+pkgdesc=a library that parses the file format of Aldus/Adobe PageMaker 
documents
+arch=('i686' 'x86_64')
+url=https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker;
+license=('MPL')
+source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+depends=('librevenge')
+makedepends=('boost')
+md5sums=('af955639980bce6c7d7130c0bdc7b57d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+


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

2014-10-24 Thread Andreas Radke
Date: Friday, October 24, 2014 @ 23:38:17
  Author: andyrtr
Revision: 225302

prepeare next major release

Added:
  libreoffice-fresh/trunk/PKGBUILD.44

-+
 PKGBUILD.44 |  413 ++
 1 file changed, 413 insertions(+)

Added: PKGBUILD.44
===
--- PKGBUILD.44 (rev 0)
+++ PKGBUILD.44 2014-10-24 21:38:17 UTC (rev 225302)
@@ -0,0 +1,413 @@
+# $Id: PKGBUILD 224828 2014-10-19 12:16:56Z bpiotrowski $
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=4.4.0.0.alpha1
+pkgver=4.4.0
+pkgrel=0.1
+arch=('i686' 'x86_64')
+license=('LGPL3')
+url=http://www.libreoffice.org/;
+makedepends=('curl=7.20.0' 'hunspell=1.2.8' 'python=3.4' 'libwpd=0.9.2' 
'libwps'
+   'neon=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite'
+   'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'gconf' 'glew' 'nss' 'clucene' 
'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'xdg-utils' 
'gst-plugins-base-libs'
+   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+   'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 
'clucene'
+   'junit' 'libmythes' 'libwpg'  'mesa' 'java-environment' 
'postgresql-libs'
+   'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 
'glew'
+   'apr' 'serf' 'chrpath' 'ttf-liberation' 'glm' 'libxinerama' 
'libpagemaker')
+
+#_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
+_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url=http://dev-www.libreoffice.org/src;
+_additional_source_url2=http://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   
${_additional_source_url}/d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
+   
${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   ${_additional_source_url}/commons-logging-1.2-src.tar.gz
+   
${_additional_source_url}/8ab049135b2d15313da5d9f0656894a1-commons-lang3-3.3.1-src.tar.gz
+   
${_additional_source_url}/2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz
+   
${_additional_source_url}/048751f3271906db5126ab76870444c4-commons-codec-1.9-src.zip
+   
${_additional_source_url}/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip
+   
${_additional_source_url}/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip
+   
${_additional_source_url}/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip
+   
${_additional_source_url}/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip
+   
${_additional_source_url}/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip
+   
${_additional_source_url}/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip
+   
${_additional_source_url}/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip
+   
${_additional_source_url}/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
+   
${_additional_source_url}/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
+   
${_additional_source_url}/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
+   
${_additional_source_url}/7681383be6ce489d84c1c74f4e7f9643-liborcus-0.7.0.tar.bz2
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/libmwaw-0.3.3.tar.bz2
+   ${_additional_source_url}/libabw-0.1.0.tar.bz2
+   ${_additional_source_url}/language-subtag-registry-2014-04-10.tar.bz2
+   ${_additional_source_url}/CoinMP-1.7.6.tgz
+   
${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
+   ${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   ${_additional_source_url}/Firebird-2.5.2.26540-0.tar.bz2
+   ${_additional_source_url}/libgltf/libgltf-0.0.2.tar.bz2
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   
${_additional_source_url}/22f8a85daf4a012180322e1f52a7563b-libcmis-0.4.1.tar.gz
+   ${_additional_source_url}/libe-book-0.1.1.tar.bz2
+   ${_additional_source_url}/libfreehand-0.1.0.tar.bz2
+  

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

2014-10-24 Thread Sébastien Luttringer
Date: Saturday, October 25, 2014 @ 01:58:14
  Author: seblu
Revision: 121369

upgpkg: acpid 2.0.23-2

- FS#39583

Modified:
  acpid/trunk/PKGBUILD
  acpid/trunk/acpid.service

---+
 PKGBUILD  |4 ++--
 acpid.service |3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 20:27:52 UTC (rev 121368)
+++ PKGBUILD2014-10-24 23:58:14 UTC (rev 121369)
@@ -6,7 +6,7 @@
 
 pkgname=acpid
 pkgver=2.0.23
-pkgrel=1
+pkgrel=2
 pkgdesc='A daemon for delivering ACPI power management events with netlink 
support'
 arch=('i686' 'x86_64')
 url='http://sourceforge.net/projects/acpid2/'
@@ -22,7 +22,7 @@
 'handler.sh')
 md5sums=('d7bcdcdefcd53b03730e50ba842554ea'
  'd11700eb136e0489835ddaf977a7905b'
- '79cc7a9dceacdeffd51f070c2ba5f023'
+ 'e26d161c257f1de8da20ca83368ac9e7'
  '2d37b98d6e74bab815604b8b48c6cfd4'
  '47f44ff5f02685dce8bcdab8568f0c38')
 

Modified: acpid.service
===
--- acpid.service   2014-10-24 20:27:52 UTC (rev 121368)
+++ acpid.service   2014-10-24 23:58:14 UTC (rev 121369)
@@ -1,6 +1,7 @@
 [Unit]
 Description=ACPI event daemon
-Requires=acpid.socket
+Documentation=man:acpid(8)
+Requires=acpid.socket systemd-udev-settle.service
 
 [Service]
 ExecStart=/usr/bin/acpid -f


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

2014-10-24 Thread Sébastien Luttringer
Date: Saturday, October 25, 2014 @ 01:58:39
  Author: seblu
Revision: 121370

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

Added:
  acpid/repos/community-i686/PKGBUILD
(from rev 121369, acpid/trunk/PKGBUILD)
  acpid/repos/community-i686/acpid.service
(from rev 121369, acpid/trunk/acpid.service)
  acpid/repos/community-i686/acpid.socket
(from rev 121369, acpid/trunk/acpid.socket)
  acpid/repos/community-i686/anything
(from rev 121369, acpid/trunk/anything)
  acpid/repos/community-i686/handler.sh
(from rev 121369, acpid/trunk/handler.sh)
  acpid/repos/community-x86_64/PKGBUILD
(from rev 121369, acpid/trunk/PKGBUILD)
  acpid/repos/community-x86_64/acpid.service
(from rev 121369, acpid/trunk/acpid.service)
  acpid/repos/community-x86_64/acpid.socket
(from rev 121369, acpid/trunk/acpid.socket)
  acpid/repos/community-x86_64/anything
(from rev 121369, acpid/trunk/anything)
  acpid/repos/community-x86_64/handler.sh
(from rev 121369, acpid/trunk/handler.sh)
Deleted:
  acpid/repos/community-i686/PKGBUILD
  acpid/repos/community-i686/acpid.service
  acpid/repos/community-i686/acpid.socket
  acpid/repos/community-i686/anything
  acpid/repos/community-i686/handler.sh
  acpid/repos/community-x86_64/PKGBUILD
  acpid/repos/community-x86_64/acpid.service
  acpid/repos/community-x86_64/acpid.socket
  acpid/repos/community-x86_64/anything
  acpid/repos/community-x86_64/handler.sh

+
 /PKGBUILD  |  104 ++
 /acpid.service |   22 +
 /acpid.socket  |   16 
 /anything  |6 +
 /handler.sh|  154 +++
 community-i686/PKGBUILD|   52 -
 community-i686/acpid.service   |   10 --
 community-i686/acpid.socket|8 --
 community-i686/anything|3 
 community-i686/handler.sh  |   77 ---
 community-x86_64/PKGBUILD  |   52 -
 community-x86_64/acpid.service |   10 --
 community-x86_64/acpid.socket  |8 --
 community-x86_64/anything  |3 
 community-x86_64/handler.sh|   77 ---
 15 files changed, 302 insertions(+), 300 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-24 23:58:14 UTC (rev 121369)
+++ community-i686/PKGBUILD 2014-10-24 23:58:39 UTC (rev 121370)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Manolis Tzanidakis
-# Contributor: Jonathan Schmidt j.schm...@archlinux.us
-
-pkgname=acpid
-pkgver=2.0.23
-pkgrel=1
-pkgdesc='A daemon for delivering ACPI power management events with netlink 
support'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/acpid2/'
-license=('GPL')
-depends=('bash')
-optdepends=('perl: use perl based examples')
-replaces=('acpid2')
-backup=('etc/acpi/handler.sh' 'etc/acpi/events/anything')
-source=(http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz;
-'acpid.socket'
-'acpid.service'
-'anything'
-'handler.sh')
-md5sums=('d7bcdcdefcd53b03730e50ba842554ea'
- 'd11700eb136e0489835ddaf977a7905b'
- '79cc7a9dceacdeffd51f070c2ba5f023'
- '2d37b98d6e74bab815604b8b48c6cfd4'
- '47f44ff5f02685dce8bcdab8568f0c38')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  popd
-
-  # default config
-  install -Dm644 anything $pkgdir/etc/acpi/events/anything
-  install -Dm755 handler.sh $pkgdir/etc/acpi/handler.sh
-
-  # systemd
-  install -Dm644 acpid.socket $pkgdir/usr/lib/systemd/system/acpid.socket
-  install -Dm644 acpid.service $pkgdir/usr/lib/systemd/system/acpid.service
-
-  # fix acpid rights
-  chmod 755 $pkgdir/usr/bin/acpid
-}
-
-# vim:set ts=2 sw=2 et:

Copied: acpid/repos/community-i686/PKGBUILD (from rev 121369, 
acpid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-24 23:58:39 UTC (rev 121370)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Manolis Tzanidakis
+# Contributor: Jonathan Schmidt j.schm...@archlinux.us
+
+pkgname=acpid
+pkgver=2.0.23
+pkgrel=2
+pkgdesc='A daemon for delivering ACPI power management events with netlink 
support'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/acpid2/'
+license=('GPL')
+depends=('bash')
+optdepends=('perl: use perl based examples')
+replaces=('acpid2')
+backup=('etc/acpi/handler.sh' 'etc/acpi/events/anything')
+source=(http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz;
+'acpid.socket'
+'acpid.service'
+

[arch-commits] Commit in dkms/trunk (03-fix-post-build.patch PKGBUILD)

2014-10-24 Thread Sébastien Luttringer
Date: Saturday, October 25, 2014 @ 02:11:51
  Author: seblu
Revision: 121371

upgpkg: dkms 2.2.0.3-15

- fix FS#42430

Added:
  dkms/trunk/03-fix-post-build.patch
Modified:
  dkms/trunk/PKGBUILD

-+
 03-fix-post-build.patch |   24 
 PKGBUILD|8 +---
 2 files changed, 29 insertions(+), 3 deletions(-)

Added: 03-fix-post-build.patch
===
--- 03-fix-post-build.patch (rev 0)
+++ 03-fix-post-build.patch 2014-10-25 00:11:51 UTC (rev 121371)
@@ -0,0 +1,24 @@
+From 8653e9f44145bbf77d7145bc0c4f9f0c336a7fb9 Mon Sep 17 00:00:00 2001
+From: Darik Horn dajh...@vanadac.com
+Date: Mon, 27 Feb 2012 20:45:37 -0600
+Subject: Add POST_BUILD to the dkms_conf_variables list.
+
+The POST_BUILD directive is ignored by the read_conf() function
+because it not in dkms_conf_variables list.
+
+diff --git a/dkms b/dkms
+index 4019c50..02aef34 100644
+--- a/dkms
 b/dkms
+@@ -23,7 +23,7 @@
+ # All of the variables we will accept from dkms.conf.
+ # Does not include directives
+ readonly dkms_conf_variables=CLEAN REMAKE_INITRD remake_initrd PACKAGE_NAME
+-   PACKAGE_VERSION POST_ADD POST_INSTALL POST_REMOVE PRE_BUILD
++   PACKAGE_VERSION POST_ADD POST_BUILD POST_INSTALL POST_REMOVE PRE_BUILD
+PRE_INSTALL BUILD_EXCLUSIVE_KERNEL BUILD_EXCLUSIVE_ARCH
+build_exclude OBSOLETE_BY MAKE MAKE_MATCH MODULES_CONF
+modules_conf_array PATCH PATCH_MATCH patch_array BUILT_MODULE_NAME
+-- 
+cgit v0.10
+

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 23:58:39 UTC (rev 121370)
+++ PKGBUILD2014-10-25 00:11:51 UTC (rev 121371)
@@ -4,7 +4,7 @@
 
 pkgname=dkms
 pkgver=2.2.0.3
-pkgrel=14
+pkgrel=15
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
 url='http://linux.dell.com/dkms/'
@@ -19,13 +19,15 @@
 $pkgname.service
 $pkgname.systemd
 '01-broken-uninstall.patch'
-'02-no-kernel-hook.patch')
+'02-no-kernel-hook.patch'
+'03-fix-post-build.patch')
 md5sums=('11a8aaade2ebec2803653837c7593030'
  '33be2fbf1bcc1b3fb2f38d9e7eaa809d'
  '02e9744e3fdc3d2f68e46966fb32e260'
  '267632312aa52a190ec0db0758920dd3'
  '2dfd8656dc79afd229c1481a90fb645b'
- '82d520c39c99c34977e48b313a189c6c')
+ '82d520c39c99c34977e48b313a189c6c'
+ 'fd7cb2119954b3b9d760a8eebd3c583d')
 
 prepare() {
   # patch


[arch-commits] Commit in dkms/repos/community-any (16 files)

2014-10-24 Thread Sébastien Luttringer
Date: Saturday, October 25, 2014 @ 02:12:10
  Author: seblu
Revision: 121372

archrelease: copy trunk to community-any

Added:
  dkms/repos/community-any/01-broken-uninstall.patch
(from rev 121371, dkms/trunk/01-broken-uninstall.patch)
  dkms/repos/community-any/02-no-kernel-hook.patch
(from rev 121371, dkms/trunk/02-no-kernel-hook.patch)
  dkms/repos/community-any/03-fix-post-build.patch
(from rev 121371, dkms/trunk/03-fix-post-build.patch)
  dkms/repos/community-any/PKGBUILD
(from rev 121371, dkms/trunk/PKGBUILD)
  dkms/repos/community-any/dkms.default
(from rev 121371, dkms/trunk/dkms.default)
  dkms/repos/community-any/dkms.install
(from rev 121371, dkms/trunk/dkms.install)
  dkms/repos/community-any/dkms.service
(from rev 121371, dkms/trunk/dkms.service)
  dkms/repos/community-any/dkms.systemd
(from rev 121371, dkms/trunk/dkms.systemd)
Deleted:
  dkms/repos/community-any/01-broken-uninstall.patch
  dkms/repos/community-any/02-no-kernel-hook.patch
  dkms/repos/community-any/PKGBUILD
  dkms/repos/community-any/dkms.default
  dkms/repos/community-any/dkms.hook
  dkms/repos/community-any/dkms.install
  dkms/repos/community-any/dkms.service
  dkms/repos/community-any/dkms.systemd

---+
 01-broken-uninstall.patch |   44 +++
 02-no-kernel-hook.patch   |   26 -
 03-fix-post-build.patch   |   24 
 PKGBUILD  |  124 ++--
 dkms.default  |   18 +++---
 dkms.hook |   12 
 dkms.install  |   26 -
 dkms.service  |   22 +++
 dkms.systemd  |  122 +--
 9 files changed, 216 insertions(+), 202 deletions(-)

Deleted: 01-broken-uninstall.patch
===
--- 01-broken-uninstall.patch   2014-10-25 00:11:51 UTC (rev 121371)
+++ 01-broken-uninstall.patch   2014-10-25 00:12:10 UTC (rev 121372)
@@ -1,22 +0,0 @@
-diff --git a/dkms b/dkms
-index abb01a4..265b69a 100644
 a/dkms
-+++ b/dkms
-@@ -162,11 +162,14 @@ set_kernel_source_dir()
- 
- # A little test function for DKMS commands that only work on one kernel.
- have_one_kernel() {
--(( ${#kernelver[@]}  1 ))  \
--  die 4 $The action $1 does not support multiple kernel version \
--  $parameters on the command line.
--[[ $all ]]  die 5 $The action $1 does not support the --all \
--  $parameter.
-+   if (( ${#kernelver[@]} != 1 )); then
-+die 4 $The action $1 does not support multiple kernel version \
-+$parameters on the command line.
-+   fi
-+   if [[ $all ]]; then  
-+   die 5 $The action $1 does not support the --all \
-+ $parameter.
-+   fi 
- }

Copied: dkms/repos/community-any/01-broken-uninstall.patch (from rev 121371, 
dkms/trunk/01-broken-uninstall.patch)
===
--- 01-broken-uninstall.patch   (rev 0)
+++ 01-broken-uninstall.patch   2014-10-25 00:12:10 UTC (rev 121372)
@@ -0,0 +1,22 @@
+diff --git a/dkms b/dkms
+index abb01a4..265b69a 100644
+--- a/dkms
 b/dkms
+@@ -162,11 +162,14 @@ set_kernel_source_dir()
+ 
+ # A little test function for DKMS commands that only work on one kernel.
+ have_one_kernel() {
+-(( ${#kernelver[@]}  1 ))  \
+-  die 4 $The action $1 does not support multiple kernel version \
+-  $parameters on the command line.
+-[[ $all ]]  die 5 $The action $1 does not support the --all \
+-  $parameter.
++   if (( ${#kernelver[@]} != 1 )); then
++die 4 $The action $1 does not support multiple kernel version \
++$parameters on the command line.
++   fi
++   if [[ $all ]]; then  
++   die 5 $The action $1 does not support the --all \
++ $parameter.
++   fi 
+ }

Deleted: 02-no-kernel-hook.patch
===
--- 02-no-kernel-hook.patch 2014-10-25 00:11:51 UTC (rev 121371)
+++ 02-no-kernel-hook.patch 2014-10-25 00:12:10 UTC (rev 121372)
@@ -1,13 +0,0 @@
-# Author: Sébastien Luttringer se...@seblu.net
 a/Makefile 2011-12-07 19:23:51.0 +0100
-+++ b/Makefile 2013-05-13 00:48:19.62000 +0200
-@@ -46,9 +46,6 @@
-   gzip -c -9 dkms.8  $(MAN)/dkms.8.gz
-   chmod 0644 $(MAN)/dkms.8.gz
-   touch --reference=dkms.8 $(MAN)/dkms.8.gz
--  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
--  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
--  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
- 
- DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
- 

Copied: dkms/repos/community-any/02-no-kernel-hook.patch (from rev 121371, 
dkms/trunk/02-no-kernel-hook.patch)
===
--- 

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

2014-10-24 Thread Evangelos Foutras
Date: Saturday, October 25, 2014 @ 05:39:16
  Author: foutrelis
Revision: 225303

upgpkg: firefox-i18n 33.0.1-1

New upstream release.

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  178 ++---
 1 file changed, 89 insertions(+), 89 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 21:38:17 UTC (rev 225302)
+++ PKGBUILD2014-10-25 03:39:16 UTC (rev 225303)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=firefox-i18n
-pkgver=33.0
+pkgver=33.0.1
 pkgrel=1
 pkgdesc=Language pack for Firefox
 arch=('any')
@@ -140,91 +140,91 @@
   fi
 }
 
-md5sums=('2963ccbe3ba6a91b44318a9f52fa386f'
- 'd1c9e298fb4f20c50201f2984149b77a'
- '79db810c03957bd8f0af6beb41c6159d'
- 'a05fadfa79d6903e2fd34b79ae133293'
- '8ff97e056e7b883e00b6ed0bafa9fc9d'
- '63b1569bd912657f54b6bdcb3f3dd907'
- '0af9c94e279d4164dbb3d7e0106f550b'
- '74ae4670551cabf50557b2089dd4bd34'
- '1e4bee3ddbd7552ee20b3d85fb585e55'
- '27c20a5420d4add92526c79c8a202fc5'
- 'e75af23840f95b960a9acfc4232ef7cf'
- '92d58c8f0a4cdf6623b4c2b996fc365e'
- 'edccd64c2a5439df497292b3927a6b15'
- 'e0239a41ced7d2c191b78482230c8cb4'
- '586984b0b28b8d84cec5915703af3768'
- '4af160603045541ad0b449ae6fca966e'
- '0ea8aed71f8ed6019c9a35487ab0fb71'
- '952fa3171d54e08af1df80782ad0cb34'
- '13426db18885a5fd3e61304286b67d09'
- '5d443eaad0cb5f1e7a75d10085c2bdf2'
- 'f864ebc70bfa89a98d2cff275d952686'
- '37f23418392cb5f6b8d6cec0b8e6c897'
- '5339c14bf91895ea58ee2b46bd10030e'
- 'e132c229fcdb913aac6a17723003f67a'
- 'ae756b37a4960714fb2f5e344e047268'
- '48144402eb49922574619ab3c3df37cf'
- 'e92fecf85d2c58e57a2361230c3796f4'
- '5d8e322cfcb8aa5a41dbbdd6175dd341'
- 'd021c7aeb683d67d20af145501ec0198'
- '044797d94ccfdbb1c59bce3edab37d47'
- 'ec600b8578070b02ee96b7fd92702a34'
- '0192713b7380496773a7661129da7d0b'
- 'c78e124daabab6fb3ba1c0db38771300'
- 'b7975e58367a001786d1e9ddfe0e6e4a'
- 'be452afa7a465de248a6dc51f733f5b3'
- '527fbe3a2c25f4517c9f983719cf2e94'
- '7f6ca7907803d9aa036e392eba9441cd'
- 'aab09d6275620f16387512cd3c5c3379'
- '00f9fccee324effb6044f6a742aec126'
- 'aeeb757711951a4510f61c543c295d5a'
- 'f4b548ea7ffe9a1d052f402fe578db0f'
- '4a01ee5943a557691389a4683130e53f'
- '1e4535532d1c3b6b7b139723f5adf491'
- 'b153f453628d44b9ea376d61449f4eac'
- 'd8d87794948b423f043b47636cb1e0b8'
- 'd2e16563b9cadbddcf12ce31c63c0e07'
- '06ebee513252b21dc1addacb904404e1'
- 'eec8008337a6118bc04df0315c98f833'
- 'af75a7322168bdc0b2aa984919b0ad77'
- 'ca9457ffa6c850bacf1f7c8f414994d1'
- 'b85d80ce6fd49f80e4135422b801bb99'
- '259f16d0a8519a471ad344f69338074d'
- '729c37279dbd2f398802a59e47012b15'
- '1863c481324f56d86b012d2c9faec5a6'
- 'b8cc11481271630b250e59c7c2ee7bf2'
- '344d0d726357bfa8c42a8b1bb3e33bac'
- '673dd43cb0bfd5f6c853735c2f6dc2f7'
- 'c72a4549ce2e6e61876d3667a0695712'
- 'f2661da3e15c6a87565537d196961323'
- '359649fb360e6964b947753c3342caa2'
- 'e3225bcf2c958ef8ad93fd04a242fa2d'
- '5fae5582d277679a9008061d66262971'
- '02edc8b837f1ca1ac909be1947754ece'
- 'eeed15062443f601dcf6d1ac7b79d272'
- '016db9afe9e5e11dca864bf644f44944'
- '4f5a1cac594212691c6911784f34d65e'
- 'bdc9957823ff7b7fc99055823c01'
- '6561adc949974afb8ca387b11fd0e1ac'
- 'fcf22f7b273e25052b87c965df6dc6f9'
- '3f5ce88c143a6687a130484099ee4492'
- 'dbd2fc3cf7ee7e87b8b115b81aabd09a'
- 'd5df59b3371c74c431532c5abc30ae60'
- '5d6ede05ade0f95fce8435508c127002'
- '022a900ff1bddf98f0a99980f3efbc84'
- 'ba2b21b0be9688632d6e10a8e1d8d6ed'
- 'f22015abd9299db122f7991a9d2b806a'
- '3a1cefd91792ada5513e22af6965bec2'
- '76b2aa95c36f5d4c4eb1b587445f5aff'
- 'b7f4c29894bee0d213d131985bfc'
- '5ed8e96ca461705bd26a0875c7b5ecc8'
- '14648edde3990558537681004c017017'
- '03e31a73121adc0299d84984ec6bb16e'
- '806932dadb09b7a2cade894c58403989'
- '1df3f1bc1f51b93f13a229b25cfb127c'
- '79d7ecc76ba0ca66ab85e83f68a2497a'
- '5b96bee3c71b265fc8462f7c6c29df8f'
- 'c4a8ad9470f95a91fe97e8d7a5097791'
- 'bcfead1602c2c2e69eb5b0bb34477c25')
+md5sums=('580e949b19aaefe726aa3f7a77f6a102'
+ 'b2dba75162ae04f99927a07a3c90d03f'
+ '5f0e751fbcd25e490b65fdb8e269d003'
+ '2b9fc92eeae4bebdded40284077ae98d'
+ 'bfca139345ce7a1e6b983481f691fab8'
+ '42559d183455eb9885f817ab4b5fb267'
+ 

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

2014-10-24 Thread Evangelos Foutras
Date: Saturday, October 25, 2014 @ 05:39:30
  Author: foutrelis
Revision: 225304

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 225303, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-25 03:39:16 UTC (rev 225303)
+++ PKGBUILD2014-10-25 03:39:30 UTC (rev 225304)
@@ -1,230 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Michal Hybner dta...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=firefox-i18n
-pkgver=33.0
-pkgrel=1
-pkgdesc=Language pack for Firefox
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(firefox=$pkgver)
-makedepends=('zip' 'unzip')
-
-_languages=(
-  'achAcholi'
-  'af Afrikaans'
-  'an Aragonese'
-  'ar Arabic'
-  'as Assamese'
-  'astAsturian'
-  'az Azerbaijani'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'bn-IN  Bengali (India)'
-  'br Breton'
-  'bs Bosnian'
-  'ca Catalan'
-  'cs Czech'
-  'csbKashubian'
-  'cy Welsh'
-  'da Danish'
-  'de German'
-  'dsbLower Sorbian'
-  'el Greek'
-  'en-GB  English (British)'
-  'en-US  English (US)'
-  'en-ZA  English (South African)'
-  'eo Esperanto'
-  'es-AR  Spanish (Argentina)'
-  'es-CL  Spanish (Chile)'
-  'es-ES  Spanish (Spain)'
-  'es-MX  Spanish (Mexico)'
-  'et Estonian'
-  'eu Basque'
-  'fa Persian'
-  'ff Fulah'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian'
-  'ga-IE  Irish'
-  'gd Gaelic (Scotland)'
-  'gl Galician'
-  'gu-IN  Gujarati (India)'
-  'he Hebrew'
-  'hi-IN  Hindi (India)'
-  'hr Croatian'
-  'hsbUpper Sorbian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'kk Kazakh'
-  'km Khmer'
-  'kn Kannada'
-  'ko Korean'
-  'lijLigurian'
-  'lt Lithuanian'
-  'lv Latvian'
-  'maiMaithili'
-  'mk Macedonian'
-  'ml Malayalam'
-  'mr Marathi'
-  'ms Malay'
-  'nb-NO  Norwegian (Bokmål)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'or Oriya'
-  'pa-IN  Punjabi (India)'
-  'pl Polish'
-  'pt-BR  Portuguese (Brazilian)'
-  'pt-PT  Portuguese (Portugal)'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhala'
-  'sk Slovak'
-  'sl Slovenian'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta Tamil'
-  'te Telugu'
-  'th Thai'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'xh Xhosa'
-  'zh-CN  Chinese (Simplified)'
-  'zh-TW  Chinese (Traditional)'
-)
-
-pkgname=()
-source=()
-_url=http://download.cdn.mozilla.net/pub/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc=$2 language pack for Firefox
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi
-
-  # Fix a few broken langpacks
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=832060
-  if in_array $1 bg csb; then
-pushd $pkgdir/usr/lib/firefox/browser/extensions /dev/null
-unzip langpack-$1...@firefox.mozilla.org.xpi install.rdf /dev/null
-sed -i '/./,$!d' install.rdf
-zip -u langpack-$1...@firefox.mozilla.org.xpi install.rdf /dev/null
-rm install.rdf
-popd /dev/null
-  fi
-}
-
-md5sums=('2963ccbe3ba6a91b44318a9f52fa386f'
- 'd1c9e298fb4f20c50201f2984149b77a'
- '79db810c03957bd8f0af6beb41c6159d'
- 'a05fadfa79d6903e2fd34b79ae133293'
- '8ff97e056e7b883e00b6ed0bafa9fc9d'
- '63b1569bd912657f54b6bdcb3f3dd907'
- '0af9c94e279d4164dbb3d7e0106f550b'
- '74ae4670551cabf50557b2089dd4bd34'
- '1e4bee3ddbd7552ee20b3d85fb585e55'
- '27c20a5420d4add92526c79c8a202fc5'
- 'e75af23840f95b960a9acfc4232ef7cf'
- '92d58c8f0a4cdf6623b4c2b996fc365e'
- 'edccd64c2a5439df497292b3927a6b15'
- 'e0239a41ced7d2c191b78482230c8cb4'
- '586984b0b28b8d84cec5915703af3768'
- '4af160603045541ad0b449ae6fca966e'
- '0ea8aed71f8ed6019c9a35487ab0fb71'
- '952fa3171d54e08af1df80782ad0cb34'
- '13426db18885a5fd3e61304286b67d09'
- '5d443eaad0cb5f1e7a75d10085c2bdf2'
- 

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

2014-10-24 Thread Evangelos Foutras
Date: Saturday, October 25, 2014 @ 05:56:02
  Author: foutrelis
Revision: 225306

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 225305, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-fixed-loading-icon.png
(from rev 225305, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 225305, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 225305, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 225305, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 225305, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/rhbz-966424.patch
(from rev 225305, firefox/trunk/rhbz-966424.patch)
  firefox/repos/extra-i686/vendor.js
(from rev 225305, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 225305, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png
(from rev 225305, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 225305, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 225305, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 225305, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 225305, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/rhbz-966424.patch
(from rev 225305, firefox/trunk/rhbz-966424.patch)
  firefox/repos/extra-x86_64/vendor.js
(from rev 225305, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-fixed-loading-icon.png
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/rhbz-966424.patch
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/rhbz-966424.patch
  firefox/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  230 +
 /firefox-install-dir.patch |   24 +++
 /firefox.desktop   |  242 +++
 /firefox.install   |   26 +++
 /mozconfig |   74 +
 /rhbz-966424.patch |   28 +++
 /vendor.js |   18 ++
 extra-i686/PKGBUILD|  115 --
 extra-i686/firefox-install-dir.patch   |   12 -
 extra-i686/firefox.desktop |  121 ---
 extra-i686/firefox.install |   13 -
 extra-i686/mozconfig   |   37 
 extra-i686/rhbz-966424.patch   |   14 -
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |  115 --
 extra-x86_64/firefox-install-dir.patch |   12 -
 extra-x86_64/firefox.desktop   |  121 ---
 extra-x86_64/firefox.install   |   13 -
 extra-x86_64/mozconfig |   37 
 extra-x86_64/rhbz-966424.patch |   14 -
 extra-x86_64/vendor.js |9 -
 21 files changed, 642 insertions(+), 642 deletions(-)

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


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

2014-10-24 Thread Evangelos Foutras
Date: Saturday, October 25, 2014 @ 05:55:35
  Author: foutrelis
Revision: 225305

upgpkg: firefox 33.0.1-1

New upstream release.

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-25 03:39:30 UTC (rev 225304)
+++ PKGBUILD2014-10-25 03:55:35 UTC (rev 225305)
@@ -3,8 +3,8 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=33.0
-pkgrel=2
+pkgver=33.0.1
+pkgrel=1
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -23,7 +23,7 @@
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2{,.asc}
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
rhbz-966424.patch
 firefox-fixed-loading-icon.png)
-sha256sums=('1018c2fae8c54c8a45f5a3ce348a2617a3f8039a789b09b7cfa5a27be069b229'
+sha256sums=('5473b52f583aa78c5b59c0256ec6fb95b553cbf739b721c626ae871a4df8cb3b'
 'SKIP'
 'c52b0272c11717603168b7eb28efcbbdcb47a72135874aafd051642fcee37a60'
 'd2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'