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

2014-11-09 Thread Andreas Radke
Date: Sunday, November 9, 2014 @ 09:25:01
  Author: andyrtr
Revision: 225779

upgpkg: man-db 2.7.1-1

upstream update 2.7.1

Modified:
  man-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 08:10:24 UTC (rev 225778)
+++ PKGBUILD2014-11-09 08:25:01 UTC (rev 225779)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin ser...@aur.archlinux.org
 
 pkgname=man-db
-pkgver=2.7.0.2
-pkgrel=2
+pkgver=2.7.1
+pkgrel=1
 pkgdesc=A utility for reading man pages
 arch=('i686' 'x86_64')
 url=http://www.nongnu.org/man-db/;
@@ -20,7 +20,7 @@
 
source=(http://download-mirror.savannah.gnu.org/releases/man-db/$pkgname-$pkgver.tar.xz{,.sig}
 convert-mans
 man-db.{timer,service})
-md5sums=('8ea7be9daf7af7da0fcd619e3da3991c'
+md5sums=('88d32360e2ed18e05de9b528ad336fd8'
  'SKIP'
  '2b7662a7d5b33fe91f9f3e034361a2f6'
  'df6d4f432e3e16c255c785fca1447346'


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

2014-11-09 Thread Andreas Radke
Date: Sunday, November 9, 2014 @ 09:25:21
  Author: andyrtr
Revision: 225780

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

Added:
  man-db/repos/testing-i686/
  man-db/repos/testing-i686/PKGBUILD
(from rev 225779, man-db/trunk/PKGBUILD)
  man-db/repos/testing-i686/convert-mans
(from rev 225779, man-db/trunk/convert-mans)
  man-db/repos/testing-i686/man-db.install
(from rev 225779, man-db/trunk/man-db.install)
  man-db/repos/testing-i686/man-db.service
(from rev 225779, man-db/trunk/man-db.service)
  man-db/repos/testing-i686/man-db.timer
(from rev 225779, man-db/trunk/man-db.timer)
  man-db/repos/testing-x86_64/
  man-db/repos/testing-x86_64/PKGBUILD
(from rev 225779, man-db/trunk/PKGBUILD)
  man-db/repos/testing-x86_64/convert-mans
(from rev 225779, man-db/trunk/convert-mans)
  man-db/repos/testing-x86_64/man-db.install
(from rev 225779, man-db/trunk/man-db.install)
  man-db/repos/testing-x86_64/man-db.service
(from rev 225779, man-db/trunk/man-db.service)
  man-db/repos/testing-x86_64/man-db.timer
(from rev 225779, man-db/trunk/man-db.timer)

---+
 testing-i686/PKGBUILD |   67 
 testing-i686/convert-mans |   11 ++
 testing-i686/man-db.install   |   17 ++
 testing-i686/man-db.service   |   11 ++
 testing-i686/man-db.timer |7 
 testing-x86_64/PKGBUILD   |   67 
 testing-x86_64/convert-mans   |   11 ++
 testing-x86_64/man-db.install |   17 ++
 testing-x86_64/man-db.service |   11 ++
 testing-x86_64/man-db.timer   |7 
 10 files changed, 226 insertions(+)

Copied: man-db/repos/testing-i686/PKGBUILD (from rev 225779, 
man-db/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-09 08:25:21 UTC (rev 225780)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Sergej Pupykin ser...@aur.archlinux.org
+
+pkgname=man-db
+pkgver=2.7.1
+pkgrel=1
+pkgdesc=A utility for reading man pages
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/man-db/;
+license=('GPL' 'LGPL')
+groups=('base')
+depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less')
+optdepends=('gzip')
+backup=('etc/man_db.conf')
+conflicts=('man')
+provides=('man')
+replaces=('man')
+install=${pkgname}.install
+source=(http://download-mirror.savannah.gnu.org/releases/man-db/$pkgname-$pkgver.tar.xz{,.sig}
+convert-mans
+man-db.{timer,service})
+md5sums=('88d32360e2ed18e05de9b528ad336fd8'
+ 'SKIP'
+ '2b7662a7d5b33fe91f9f3e034361a2f6'
+ 'df6d4f432e3e16c255c785fca1447346'
+ '36fb3f616e42a0e23cf7a4d284e640cd')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # fix group in systemd tempfile
+  sed -i 's/man\ root/root\ root/' init/systemd/man-db.conf
+
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+   --with-db=gdbm \
+   --disable-setuid \
+   --enable-mandirs=GNU \
+   --with-sections=1 n l 8 3 0 2 5 4 9 6 7
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # part of groff pkg
+  rm -f ${pkgdir}/usr/bin/zsoelim
+
+  # script from LFS to convert manpages, see
+  # http://www.linuxfromscratch.org/lfs/view/6.4/chapter06/man-db.html
+  install -D -m755 ${srcdir}/convert-mans  ${pkgdir}/usr/bin/convert-mans 
+
+  # install man-db update timer
+  install -D -m644 ${srcdir}/man-db.timer 
${pkgdir}/usr/lib/systemd/system/man-db.timer
+  install -D -m644 ${srcdir}/man-db.service 
${pkgdir}/usr/lib/systemd/system/man-db.service
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+  ln -s ../man-db.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/man-db.timer
+}

Copied: man-db/repos/testing-i686/convert-mans (from rev 225779, 
man-db/trunk/convert-mans)
===
--- testing-i686/convert-mans   (rev 0)
+++ testing-i686/convert-mans   2014-11-09 08:25:21 UTC (rev 225780)
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+FROM=$1
+TO=$2
+shift ; shift
+while [ $# -gt 0 ]
+do
+FILE=$1
+shift
+iconv -f $FROM -t $TO $FILE .tmp.iconv
+mv .tmp.iconv $FILE
+done

Copied: man-db/repos/testing-i686/man-db.install (from rev 225779, 
man-db/trunk/man-db.install)
===
--- testing-i686/man-db.install (rev 0)
+++ testing-i686/man-db.install 2014-11-09 08:25:21 UTC (rev 225780)
@@ -0,0 +1,17 @@
+post_install() {
+  echo it's recommended to create an initial
+  echo database running as root:
+  echo \/usr/bin/mandb --quiet\
+}
+

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

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:03:48
  Author: andrea
Revision: 225781

upgpkg: phonon-vlc 0.8.1-1

Upstream release

Modified:
  phonon-vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 08:25:21 UTC (rev 225780)
+++ PKGBUILD2014-11-09 10:03:48 UTC (rev 225781)
@@ -3,7 +3,7 @@
 
 pkgbase=phonon-vlc
 pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
@@ -10,7 +10,7 @@
 license=('LGPL')
 makedepends=('vlc' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
 
source=(http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz;)
-md5sums=('f4c1f5c75d15931f02508cccef107e3d')
+md5sums=('5276dcf1baf1dece1cc78d8b4088771a')
 
 prepare() {
   mkdir build-qt4


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

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:03:59
  Author: andrea
Revision: 225782

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

Added:
  phonon-vlc/repos/extra-i686/PKGBUILD
(from rev 225781, phonon-vlc/trunk/PKGBUILD)
  phonon-vlc/repos/extra-x86_64/PKGBUILD
(from rev 225781, phonon-vlc/trunk/PKGBUILD)
Deleted:
  phonon-vlc/repos/extra-i686/PKGBUILD
  phonon-vlc/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-09 10:03:48 UTC (rev 225781)
+++ extra-i686/PKGBUILD 2014-11-09 10:03:59 UTC (rev 225782)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=phonon-vlc
-pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
-pkgver=0.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('vlc' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
-source=(http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz;)
-md5sums=('f4c1f5c75d15931f02508cccef107e3d')
-
-prepare() {
-  mkdir build-qt4
-  mkdir build-qt5
-}
-
-build() {
-  cd build-qt4
-  cmake ../phonon-backend-vlc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DPLUGIN_INSTALL_DIR=/usr/lib/kde4
-  make
-
-  cd ../build-qt5
-  cmake ../phonon-backend-vlc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib \
--DPHONON_BUILD_PHONON4QT5=ON
-  make
-}
-
-package_phonon-qt4-vlc() {
-  pkgdesc=Phonon VLC backend for Qt4
-  depends=('vlc')
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-vlc')
-  conflicts=('phonon-vlc')
-
-  cd build-qt4
-  make DESTDIR=${pkgdir} install
-}
-
-package_phonon-qt5-vlc() {
-  pkgdesc=Phonon VLC backend for Qt5
-  depends=('vlc')
-  provides=('phonon-qt5-backend')
-
-  cd build-qt5
-  make DESTDIR=${pkgdir} install
-}

Copied: phonon-vlc/repos/extra-i686/PKGBUILD (from rev 225781, 
phonon-vlc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-09 10:03:59 UTC (rev 225782)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=phonon-vlc
+pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
+pkgver=0.8.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('vlc' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
+source=(http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz;)
+md5sums=('5276dcf1baf1dece1cc78d8b4088771a')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../phonon-backend-vlc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DPLUGIN_INSTALL_DIR=/usr/lib/kde4
+  make
+
+  cd ../build-qt5
+  cmake ../phonon-backend-vlc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-vlc() {
+  pkgdesc=Phonon VLC backend for Qt4
+  depends=('vlc')
+  provides=('phonon-backend' 'phonon-qt4-backend')
+  replaces=('phonon-vlc')
+  conflicts=('phonon-vlc')
+
+  cd build-qt4
+  make DESTDIR=${pkgdir} install
+}
+
+package_phonon-qt5-vlc() {
+  pkgdesc=Phonon VLC backend for Qt5
+  depends=('vlc')
+  provides=('phonon-qt5-backend')
+
+  cd build-qt5
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-09 10:03:48 UTC (rev 225781)
+++ extra-x86_64/PKGBUILD   2014-11-09 10:03:59 UTC (rev 225782)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=phonon-vlc
-pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
-pkgver=0.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('vlc' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
-source=(http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz;)
-md5sums=('f4c1f5c75d15931f02508cccef107e3d')
-
-prepare() {
-  mkdir build-qt4
-  mkdir build-qt5
-}
-
-build() {
-  cd build-qt4
-  cmake ../phonon-backend-vlc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DPLUGIN_INSTALL_DIR=/usr/lib/kde4
-  make
-
-  cd ../build-qt5
-  cmake 

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

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:04:11
  Author: andrea
Revision: 225783

upgpkg: phonon 4.8.2-1

Upstream release

Modified:
  phonon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 10:03:59 UTC (rev 225782)
+++ PKGBUILD2014-11-09 10:04:11 UTC (rev 225783)
@@ -3,7 +3,7 @@
 
 pkgbase=phonon
 pkgname=('phonon-qt4' 'phonon-qt5')
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 
'qt5-tools' 'qt5-quick1')
 options=('!emptydirs')
 
source=(http://download.kde.org/stable/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('2da3a26b911b23bb29d6ba2d07044a08')
+md5sums=('f8893c0f8a7ee449492262a05e7fca89')
 
 prepare() {
   mkdir build


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

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:04:21
  Author: andrea
Revision: 225784

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-09 10:04:11 UTC (rev 225783)
+++ extra-i686/PKGBUILD 2014-11-09 10:04:21 UTC (rev 225784)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=phonon
-pkgname=('phonon-qt4' 'phonon-qt5')
-pkgver=4.8.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 
'qt5-tools' 'qt5-quick1')
-options=('!emptydirs')
-source=(http://download.kde.org/stable/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('2da3a26b911b23bb29d6ba2d07044a08')
-
-prepare() {
-  mkdir build
-  mkdir build-qt5
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
--DPHONON_BUILD_PHONON4QT5=ON \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_phonon-qt4(){
-  pkgdesc=The multimedia framework for KDE4
-  depends=('phonon-qt4-backend' 'libpulse' 'libqzeitgeist')
-  optdepends=('pulseaudio: PulseAudio support')
-  replaces=('phonon')
-  provides=('phonon')
-  conflicts=('phonon')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Install headers into the Qt4 dir
-  install -d ${pkgdir}/usr/include/qt4
-  mv ${pkgdir}/usr/include/{phonon,KDE} ${pkgdir}/usr/include/qt4/
-
-  sed -i 's#includedir=/usr/include#includedir=/usr/include/qt4#' \
-${pkgdir}/usr/lib/pkgconfig/phonon.pc
-}
-
-package_phonon-qt5(){
-  pkgdesc=The multimedia framework for KF5
-  depends=('phonon-qt5-backend' 'libpulse' 'qt5-base')
-  optdepends=('pulseaudio: PulseAudio support')
-
-  cd build-qt5
-  make DESTDIR=${pkgdir} install
-}

Copied: phonon/repos/extra-i686/PKGBUILD (from rev 225783, 
phonon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-09 10:04:21 UTC (rev 225784)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=phonon
+pkgname=('phonon-qt4' 'phonon-qt5')
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 
'qt5-tools' 'qt5-quick1')
+options=('!emptydirs')
+source=(http://download.kde.org/stable/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz;)
+md5sums=('f8893c0f8a7ee449492262a05e7fca89')
+
+prepare() {
+  mkdir build
+  mkdir build-qt5
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DPHONON_BUILD_PHONON4QT5=ON \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_phonon-qt4(){
+  pkgdesc=The multimedia framework for KDE4
+  depends=('phonon-qt4-backend' 'libpulse' 'libqzeitgeist')
+  optdepends=('pulseaudio: PulseAudio support')
+  replaces=('phonon')
+  provides=('phonon')
+  conflicts=('phonon')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Install headers into the Qt4 dir
+  install -d ${pkgdir}/usr/include/qt4
+  mv ${pkgdir}/usr/include/{phonon,KDE} ${pkgdir}/usr/include/qt4/
+
+  sed -i 's#includedir=/usr/include#includedir=/usr/include/qt4#' \
+${pkgdir}/usr/lib/pkgconfig/phonon.pc
+}
+
+package_phonon-qt5(){
+  pkgdesc=The multimedia framework for KF5
+  depends=('phonon-qt5-backend' 'libpulse' 'qt5-base')
+  optdepends=('pulseaudio: PulseAudio support')
+
+  cd build-qt5
+  make DESTDIR=${pkgdir} install
+}

Deleted: 

[arch-commits] Commit in (7 files)

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:09:13
  Author: andrea
Revision: 225785

Split grantlee package

Added:
  grantlee-qt4/
  grantlee-qt5/
  grantlee-qt5/repos/
  grantlee-qt5/trunk/
  grantlee-qt5/trunk/PKGBUILD
Modified:
  grantlee-qt4/trunk/PKGBUILD
Deleted:
  grantlee/

-+
 grantlee-qt5/trunk/PKGBUILD |   33 +
 trunk/PKGBUILD  |   38 ++
 2 files changed, 43 insertions(+), 28 deletions(-)

Modified: grantlee-qt4/trunk/PKGBUILD
===
--- grantlee/trunk/PKGBUILD 2014-11-09 10:04:21 UTC (rev 225784)
+++ grantlee-qt4/trunk/PKGBUILD 2014-11-09 10:09:13 UTC (rev 225785)
@@ -1,54 +1,36 @@
 # $Id$
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
-pkgbase=grantlee
-pkgname=('grantlee-qt4' 'grantlee-qt5')
+pkgname=grantlee-qt4
 pkgver=0.5.1
 pkgrel=1
-pkgdesc=A string template engine based on the Django template system and 
written in Qt
+pkgdesc=A string template engine based on the Django template system and 
written in Qt4
 arch=('i686' 'x86_64')
 url=https://www.gitorious.org/grantlee/pages/Home;
 license=('LGPL3')
-makedepends=('qt4' 'qt5-script' 'cmake' 'doxygen')
+depends=('qt4')
+makedepends=('cmake' 'doxygen')
+replaces=('grantlee')
+conflicts=('grantlee')
+provides=('grantlee')
 source=(http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz;)
 md5sums=('775f22dac0953029b414ed3b7379098c')
 
 prepare() {
-  mkdir build{,-qt4}
+  mkdir build
 }
 
 build() {
-  cd build
+  cd ../build
   cmake ../${pkgbase}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DBUILD_TESTS=OFF \
--DGrantlee_Qt5_TRANSITIONAL=ON
-  make
-
-  cd ../build-qt4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF \
 -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
   make
 }
 
-package_grantlee-qt5() {
-  depends=('qt5-script')
-  conflicts=('grantlee-qt4')
-
+package_grantlee() {
   cd build
   make DESTDIR=${pkgdir} install
 }
-
-package_grantlee-qt4() {
-  depends=('qt4')
-  replaces=('grantlee')
-  conflicts=('grantlee')
-  provides=('grantlee')
-
-  cd build-qt4
-  make DESTDIR=${pkgdir} install
-}

Added: grantlee-qt5/trunk/PKGBUILD
===
--- grantlee-qt5/trunk/PKGBUILD (rev 0)
+++ grantlee-qt5/trunk/PKGBUILD 2014-11-09 10:09:13 UTC (rev 225785)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 223175 2014-09-26 12:05:12Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=grantlee-qt5
+pkgver=5.0.1
+pkgrel=1
+pkgdesc=A string template engine based on the Django template system and 
written in Qt5
+arch=('i686' 'x86_64')
+url=https://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt5-script')
+makedepends=('cmake' 'doxygen')
+conflicts=('grantlee-qt4')
+source=(http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('775f22dac0953029b414ed3b7379098c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in grantlee-qt4/repos/extra-i686 (PKGBUILD PKGBUILD)

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:10:03
  Author: andrea
Revision: 225787

archrelease: copy trunk to extra-i686

Added:
  grantlee-qt4/repos/extra-i686/PKGBUILD
(from rev 225786, grantlee-qt4/trunk/PKGBUILD)
Deleted:
  grantlee-qt4/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-09 10:09:53 UTC (rev 225786)
+++ PKGBUILD2014-11-09 10:10:03 UTC (rev 225787)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=grantlee
-pkgname=('grantlee-qt4' 'grantlee-qt5')
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=A string template engine based on the Django template system and 
written in Qt
-arch=('i686' 'x86_64')
-url=https://www.gitorious.org/grantlee/pages/Home;
-license=('LGPL3')
-makedepends=('qt4' 'qt5-script' 'cmake' 'doxygen')
-source=(http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('775f22dac0953029b414ed3b7379098c')
-
-prepare() {
-  mkdir build{,-qt4}
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF \
--DGrantlee_Qt5_TRANSITIONAL=ON
-  make
-
-  cd ../build-qt4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
-  make
-}
-
-package_grantlee-qt5() {
-  depends=('qt5-script')
-  conflicts=('grantlee-qt4')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-package_grantlee-qt4() {
-  depends=('qt4')
-  replaces=('grantlee')
-  conflicts=('grantlee')
-  provides=('grantlee')
-
-  cd build-qt4
-  make DESTDIR=${pkgdir} install
-}

Copied: grantlee-qt4/repos/extra-i686/PKGBUILD (from rev 225786, 
grantlee-qt4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-09 10:10:03 UTC (rev 225787)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=grantlee-qt4
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=A string template engine based on the Django template system and 
written in Qt4
+arch=('i686' 'x86_64')
+url=https://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt4')
+makedepends=('cmake' 'doxygen')
+replaces=('grantlee')
+conflicts=('grantlee')
+provides=('grantlee')
+source=(http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('775f22dac0953029b414ed3b7379098c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd ../build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package_grantlee() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in grantlee-qt4/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:09:53
  Author: andrea
Revision: 225786

archrelease: copy trunk to extra-x86_64

Added:
  grantlee-qt4/repos/extra-x86_64/PKGBUILD
(from rev 225785, grantlee-qt4/trunk/PKGBUILD)
Deleted:
  grantlee-qt4/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-09 10:09:13 UTC (rev 225785)
+++ PKGBUILD2014-11-09 10:09:53 UTC (rev 225786)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=grantlee
-pkgname=('grantlee-qt4' 'grantlee-qt5')
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=A string template engine based on the Django template system and 
written in Qt
-arch=('i686' 'x86_64')
-url=https://www.gitorious.org/grantlee/pages/Home;
-license=('LGPL3')
-makedepends=('qt4' 'qt5-script' 'cmake' 'doxygen')
-source=(http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('775f22dac0953029b414ed3b7379098c')
-
-prepare() {
-  mkdir build{,-qt4}
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF \
--DGrantlee_Qt5_TRANSITIONAL=ON
-  make
-
-  cd ../build-qt4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
-  make
-}
-
-package_grantlee-qt5() {
-  depends=('qt5-script')
-  conflicts=('grantlee-qt4')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-package_grantlee-qt4() {
-  depends=('qt4')
-  replaces=('grantlee')
-  conflicts=('grantlee')
-  provides=('grantlee')
-
-  cd build-qt4
-  make DESTDIR=${pkgdir} install
-}

Copied: grantlee-qt4/repos/extra-x86_64/PKGBUILD (from rev 225785, 
grantlee-qt4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-09 10:09:53 UTC (rev 225786)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=grantlee-qt4
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=A string template engine based on the Django template system and 
written in Qt4
+arch=('i686' 'x86_64')
+url=https://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt4')
+makedepends=('cmake' 'doxygen')
+replaces=('grantlee')
+conflicts=('grantlee')
+provides=('grantlee')
+source=(http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('775f22dac0953029b414ed3b7379098c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd ../build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package_grantlee() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:10:54
  Author: andrea
Revision: 225788

Add Id svn keyword

Modified:
  grantlee-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 10:10:03 UTC (rev 225787)
+++ PKGBUILD2014-11-09 10:10:54 UTC (rev 225788)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 223175 2014-09-26 12:05:12Z andrea $
+# $Id$
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=grantlee-qt5


[arch-commits] Commit in grantlee-qt4/repos/extra-i686 (PKGBUILD PKGBUILD)

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:12:51
  Author: andrea
Revision: 225790

archrelease: copy trunk to extra-i686

Added:
  grantlee-qt4/repos/extra-i686/PKGBUILD
(from rev 225789, grantlee-qt4/trunk/PKGBUILD)
Deleted:
  grantlee-qt4/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-09 10:12:43 UTC (rev 225789)
+++ PKGBUILD2014-11-09 10:12:51 UTC (rev 225790)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=grantlee-qt4
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=A string template engine based on the Django template system and 
written in Qt4
-arch=('i686' 'x86_64')
-url=https://www.gitorious.org/grantlee/pages/Home;
-license=('LGPL3')
-depends=('qt4')
-makedepends=('cmake' 'doxygen')
-replaces=('grantlee')
-conflicts=('grantlee')
-provides=('grantlee')
-source=(http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('775f22dac0953029b414ed3b7379098c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd ../build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
-  make
-}
-
-package_grantlee() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: grantlee-qt4/repos/extra-i686/PKGBUILD (from rev 225789, 
grantlee-qt4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-09 10:12:51 UTC (rev 225790)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=grantlee-qt4
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=A string template engine based on the Django template system and 
written in Qt4
+arch=('i686' 'x86_64')
+url=https://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt4')
+makedepends=('cmake' 'doxygen')
+replaces=('grantlee')
+conflicts=('grantlee')
+provides=('grantlee')
+source=(http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
+md5sums=('775f22dac0953029b414ed3b7379098c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd ../build
+  cmake ../grantlee-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package_grantlee() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:12:43
  Author: andrea
Revision: 225789

Fix source url

Modified:
  grantlee-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 10:10:54 UTC (rev 225788)
+++ PKGBUILD2014-11-09 10:12:43 UTC (rev 225789)
@@ -13,7 +13,7 @@
 replaces=('grantlee')
 conflicts=('grantlee')
 provides=('grantlee')
-source=(http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz;)
+source=(http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
 md5sums=('775f22dac0953029b414ed3b7379098c')
 
 prepare() {
@@ -22,7 +22,7 @@
 
 build() {
   cd ../build
-  cmake ../${pkgbase}-${pkgver} \
+  cmake ../grantlee-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DBUILD_TESTS=OFF \


[arch-commits] Commit in grantlee-qt4/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:13:00
  Author: andrea
Revision: 225791

archrelease: copy trunk to extra-x86_64

Added:
  grantlee-qt4/repos/extra-x86_64/PKGBUILD
(from rev 225790, grantlee-qt4/trunk/PKGBUILD)
Deleted:
  grantlee-qt4/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-09 10:12:51 UTC (rev 225790)
+++ PKGBUILD2014-11-09 10:13:00 UTC (rev 225791)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=grantlee-qt4
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=A string template engine based on the Django template system and 
written in Qt4
-arch=('i686' 'x86_64')
-url=https://www.gitorious.org/grantlee/pages/Home;
-license=('LGPL3')
-depends=('qt4')
-makedepends=('cmake' 'doxygen')
-replaces=('grantlee')
-conflicts=('grantlee')
-provides=('grantlee')
-source=(http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('775f22dac0953029b414ed3b7379098c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd ../build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
-  make
-}
-
-package_grantlee() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: grantlee-qt4/repos/extra-x86_64/PKGBUILD (from rev 225790, 
grantlee-qt4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-09 10:13:00 UTC (rev 225791)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=grantlee-qt4
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=A string template engine based on the Django template system and 
written in Qt4
+arch=('i686' 'x86_64')
+url=https://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt4')
+makedepends=('cmake' 'doxygen')
+replaces=('grantlee')
+conflicts=('grantlee')
+provides=('grantlee')
+source=(http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
+md5sums=('775f22dac0953029b414ed3b7379098c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd ../build
+  cmake ../grantlee-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package_grantlee() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:14:52
  Author: andrea
Revision: 225793

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

Added:
  grantlee-qt5/repos/extra-i686/
  grantlee-qt5/repos/extra-i686/PKGBUILD
(from rev 225792, grantlee-qt5/trunk/PKGBUILD)
  grantlee-qt5/repos/extra-x86_64/
  grantlee-qt5/repos/extra-x86_64/PKGBUILD
(from rev 225792, grantlee-qt5/trunk/PKGBUILD)

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

Copied: grantlee-qt5/repos/extra-i686/PKGBUILD (from rev 225792, 
grantlee-qt5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-09 10:14:52 UTC (rev 225793)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=grantlee-qt5
+pkgver=5.0.0
+pkgrel=1
+pkgdesc=A string template engine based on the Django template system and 
written in Qt5
+arch=('i686' 'x86_64')
+url=https://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt5-script')
+makedepends=('cmake' 'doxygen')
+conflicts=('grantlee-qt4')
+source=(http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
+md5sums=('feb7f82d08e046fe078ea475dee710f6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../grantlee-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: grantlee-qt5/repos/extra-x86_64/PKGBUILD (from rev 225792, 
grantlee-qt5/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-09 10:14:52 UTC (rev 225793)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=grantlee-qt5
+pkgver=5.0.0
+pkgrel=1
+pkgdesc=A string template engine based on the Django template system and 
written in Qt5
+arch=('i686' 'x86_64')
+url=https://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt5-script')
+makedepends=('cmake' 'doxygen')
+conflicts=('grantlee-qt4')
+source=(http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
+md5sums=('feb7f82d08e046fe078ea475dee710f6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../grantlee-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:14:43
  Author: andrea
Revision: 225792

upgpkg: grantlee-qt5 5.0.0-1

Upstream release

Modified:
  grantlee-qt5/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 10:13:00 UTC (rev 225791)
+++ PKGBUILD2014-11-09 10:14:43 UTC (rev 225792)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=grantlee-qt5
-pkgver=5.0.1
+pkgver=5.0.0
 pkgrel=1
 pkgdesc=A string template engine based on the Django template system and 
written in Qt5
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 depends=('qt5-script')
 makedepends=('cmake' 'doxygen')
 conflicts=('grantlee-qt4')
-source=(http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('775f22dac0953029b414ed3b7379098c')
+source=(http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
+md5sums=('feb7f82d08e046fe078ea475dee710f6')
 
 prepare() {
   mkdir build
@@ -20,7 +20,7 @@
 
 build() {
   cd build
-  cmake ../${pkgbase}-${pkgver} \
+  cmake ../grantlee-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DBUILD_TESTS=OFF


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


[arch-commits] Commit in (libnm-qt libnm-qt4)

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:30:55
  Author: andrea
Revision: 225794

Rename libnm-qt to libnm-qt4

Added:
  libnm-qt4/
Deleted:
  libnm-qt/


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

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:32:47
  Author: andrea
Revision: 225796

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

Added:
  libnm-qt4/repos/extra-i686/PKGBUILD
(from rev 225795, libnm-qt4/trunk/PKGBUILD)
  libnm-qt4/repos/extra-x86_64/PKGBUILD
(from rev 225795, libnm-qt4/trunk/PKGBUILD)
Deleted:
  libnm-qt4/repos/extra-i686/PKGBUILD
  libnm-qt4/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-09 10:32:36 UTC (rev 225795)
+++ extra-i686/PKGBUILD 2014-11-09 10:32:47 UTC (rev 225796)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libnm-qt
-pkgver=0.9.8.2
-pkgrel=1
-pkgdesc='Qt-only wrapper for NetworkManager DBus API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
-license=('LGPL')
-depends=('libmm-qt' 'networkmanager')
-makedepends=('cmake' 'doxygen')
-source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('118fa4732536677f889b2776ec45bd0c726f26abcb8e8b6f8dfcaee265475f33')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libnm-qt4/repos/extra-i686/PKGBUILD (from rev 225795, 
libnm-qt4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-09 10:32:47 UTC (rev 225796)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libnm-qt4
+pkgver=0.9.8.3
+pkgrel=1
+pkgdesc='Qt4-only wrapper for NetworkManager DBus API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
+license=('LGPL')
+depends=('libmm-qt' 'networkmanager')
+makedepends=('cmake' 'doxygen')
+source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/libnm-qt-${pkgver}.tar.xz;)
+sha256sums=('1f749a21dd8b58026842d87f19e4f5b482b18a7620517ced4a8bdf38dbe84560')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../libnm-qt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DDISABLE_TESTING=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-09 10:32:36 UTC (rev 225795)
+++ extra-x86_64/PKGBUILD   2014-11-09 10:32:47 UTC (rev 225796)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libnm-qt
-pkgver=0.9.8.2
-pkgrel=1
-pkgdesc='Qt-only wrapper for NetworkManager DBus API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
-license=('LGPL')
-depends=('libmm-qt' 'networkmanager')
-makedepends=('cmake' 'doxygen')
-source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('118fa4732536677f889b2776ec45bd0c726f26abcb8e8b6f8dfcaee265475f33')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libnm-qt4/repos/extra-x86_64/PKGBUILD (from rev 225795, 
libnm-qt4/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-09 10:32:47 UTC (rev 225796)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libnm-qt4
+pkgver=0.9.8.3
+pkgrel=1
+pkgdesc='Qt4-only wrapper for NetworkManager DBus API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
+license=('LGPL')
+depends=('libmm-qt' 'networkmanager')
+makedepends=('cmake' 'doxygen')
+source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/libnm-qt-${pkgver}.tar.xz;)
+sha256sums=('1f749a21dd8b58026842d87f19e4f5b482b18a7620517ced4a8bdf38dbe84560')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../libnm-qt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DDISABLE_TESTING=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:32:36
  Author: andrea
Revision: 225795

upgpkg: libnm-qt4 0.9.8.3-1

Upstream release

Modified:
  libnm-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 10:30:55 UTC (rev 225794)
+++ PKGBUILD2014-11-09 10:32:36 UTC (rev 225795)
@@ -1,17 +1,17 @@
 # $Id$
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
-pkgname=libnm-qt
-pkgver=0.9.8.2
+pkgname=libnm-qt4
+pkgver=0.9.8.3
 pkgrel=1
-pkgdesc='Qt-only wrapper for NetworkManager DBus API'
+pkgdesc='Qt4-only wrapper for NetworkManager DBus API'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
 license=('LGPL')
 depends=('libmm-qt' 'networkmanager')
 makedepends=('cmake' 'doxygen')
-source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('118fa4732536677f889b2776ec45bd0c726f26abcb8e8b6f8dfcaee265475f33')
+source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/libnm-qt-${pkgver}.tar.xz;)
+sha256sums=('1f749a21dd8b58026842d87f19e4f5b482b18a7620517ced4a8bdf38dbe84560')
 
 prepare() {
   mkdir -p build
@@ -19,9 +19,11 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../libnm-qt-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DDISABLE_TESTING=ON
   make
 }
 


[arch-commits] Commit in kdeplasma-applets-plasma-nm/trunk (PKGBUILD)

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:37:22
  Author: andrea
Revision: 225797

upgpkg: kdeplasma-applets-plasma-nm 0.9.3.5-1

Upstream release

Modified:
  kdeplasma-applets-plasma-nm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 10:32:47 UTC (rev 225796)
+++ PKGBUILD2014-11-09 10:37:22 UTC (rev 225797)
@@ -3,8 +3,8 @@
 # Contributor: Antonio Rojas  nqn1976 @ gmail.com 
 
 pkgname=kdeplasma-applets-plasma-nm
-pkgver=0.9.3.4
-pkgrel=4
+pkgver=0.9.3.5
+pkgrel=1
 pkgdesc=Plasma applet written in QML for managing network connections
 arch=('i686' 'x86_64')
 url=https://projects.kde.org/projects/kde/workspace/plasma-nm;
@@ -15,7 +15,7 @@
 'openconnect: Cisco AnyConnect VPN plugin')
 conflicts=('kdeplasma-applets-networkmanagement')
 source=(http://download.kde.org/stable/plasma-nm/plasma-nm-${pkgver}.tar.xz;)
-md5sums=('a3bd2f91d687685008cfbddda3e87909')
+md5sums=('16f5e711de503fa8e5adeef9922c7c98')
 
 prepare() {
   mkdir build


[arch-commits] Commit in kdeplasma-applets-plasma-nm/repos (4 files)

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 11:37:47
  Author: andrea
Revision: 225798

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

Added:
  kdeplasma-applets-plasma-nm/repos/extra-i686/PKGBUILD
(from rev 225797, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
  kdeplasma-applets-plasma-nm/repos/extra-x86_64/PKGBUILD
(from rev 225797, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
Deleted:
  kdeplasma-applets-plasma-nm/repos/extra-i686/PKGBUILD
  kdeplasma-applets-plasma-nm/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-11-09 10:37:22 UTC (rev 225797)
+++ extra-i686/PKGBUILD 2014-11-09 10:37:47 UTC (rev 225798)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
-
-pkgname=kdeplasma-applets-plasma-nm
-pkgver=0.9.3.4
-pkgrel=4
-pkgdesc=Plasma applet written in QML for managing network connections
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/kde/workspace/plasma-nm;
-license=('GPL')
-depends=('kdebase-workspace' 'libnm-qt')
-makedepends=('cmake' 'automoc4' 'openconnect' 'mobile-broadband-provider-info')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect VPN plugin')
-conflicts=('kdeplasma-applets-networkmanagement')
-source=(http://download.kde.org/stable/plasma-nm/plasma-nm-${pkgver}.tar.xz;)
-md5sums=('a3bd2f91d687685008cfbddda3e87909')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../plasma-nm-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeplasma-applets-plasma-nm/repos/extra-i686/PKGBUILD (from rev 225797, 
kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-09 10:37:47 UTC (rev 225798)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
+
+pkgname=kdeplasma-applets-plasma-nm
+pkgver=0.9.3.5
+pkgrel=1
+pkgdesc=Plasma applet written in QML for managing network connections
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/kde/workspace/plasma-nm;
+license=('GPL')
+depends=('kdebase-workspace' 'libnm-qt')
+makedepends=('cmake' 'automoc4' 'openconnect' 'mobile-broadband-provider-info')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+conflicts=('kdeplasma-applets-networkmanagement')
+source=(http://download.kde.org/stable/plasma-nm/plasma-nm-${pkgver}.tar.xz;)
+md5sums=('16f5e711de503fa8e5adeef9922c7c98')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../plasma-nm-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-09 10:37:22 UTC (rev 225797)
+++ extra-x86_64/PKGBUILD   2014-11-09 10:37:47 UTC (rev 225798)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
-
-pkgname=kdeplasma-applets-plasma-nm
-pkgver=0.9.3.4
-pkgrel=4
-pkgdesc=Plasma applet written in QML for managing network connections
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/kde/workspace/plasma-nm;
-license=('GPL')
-depends=('kdebase-workspace' 'libnm-qt')
-makedepends=('cmake' 'automoc4' 'openconnect' 'mobile-broadband-provider-info')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect VPN plugin')
-conflicts=('kdeplasma-applets-networkmanagement')
-source=(http://download.kde.org/stable/plasma-nm/plasma-nm-${pkgver}.tar.xz;)
-md5sums=('a3bd2f91d687685008cfbddda3e87909')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../plasma-nm-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeplasma-applets-plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 
225797, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

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

2014-11-09 Thread Bartłomiej Piotrowski
Date: Sunday, November 9, 2014 @ 12:13:35
  Author: bpiotrowski
Revision: 225802

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

Added:
  ncurses/repos/testing-i686/
  ncurses/repos/testing-i686/PKGBUILD
(from rev 225801, ncurses/trunk/PKGBUILD)
  ncurses/repos/testing-x86_64/
  ncurses/repos/testing-x86_64/PKGBUILD
(from rev 225801, ncurses/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   69 ++
 testing-x86_64/PKGBUILD |   69 ++
 2 files changed, 138 insertions(+)

Copied: ncurses/repos/testing-i686/PKGBUILD (from rev 225801, 
ncurses/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-09 11:13:35 UTC (rev 225802)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=ncurses
+pkgver=5.9_20141101
+pkgrel=1
+pkgdesc='System V Release 4.0 curses emulation library'
+arch=('i686' 'x86_64')
+url='http://invisible-island.net/ncurses/ncurses.html'
+license=('MIT')
+depends=('glibc' 'gcc-libs' 'sh')
+provides=('libmenu.so' 'libpanel.so' 'libform.so' 'libncurses.so' 
'libncurses++w.so'
+  'libformw.so' 'libmenuw.so' 'libpanelw.so' 'libncursesw.so')
+source=(ftp://invisible-island.net/ncurses/current/ncurses-${pkgver/_/-}.tgz{,.asc})
+md5sums=('87500270f8b1ba911228c940bad30ed1'
+ 'SKIP')
+
+prepare() {
+  mkdir ncurses{,w}-build
+}
+
+build() {
+  cd ncursesw-build
+  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr --mandir=/usr/share/man \
+ --with-shared --with-normal --without-debug --without-ada \
+ --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared
+  # add --enable-ext-colors and --enable-ext-mouse with next soname bump
+  make
+
+  # libraries for external binary support
+  cd ${srcdir}/ncurses-build
+  [[ $CARCH = x86_64 ]]  CONFIGFLAG=--with-chtype=long
+  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr \
+--with-shared --with-normal --without-debug --without-ada $CONFIGFLAG \
+--with-cxx-binding --with-cxx-shared
+  make
+}
+
+package() {
+  cd ncursesw-build
+  make DESTDIR=$pkgdir install
+
+  # fool packages looking to link to non-wide-character ncurses libraries
+  for lib in ncurses ncurses++ form panel menu; do
+echo INPUT(-l${lib}w)  $pkgdir/usr/lib/lib${lib}.so
+  done
+
+  for lib in ncurses ncurses++ form panel menu; do
+ln -s ${lib}w.pc $pkgdir/usr/lib/pkgconfig/${lib}.pc
+  done
+
+  # some packages look for -lcurses during build
+  echo INPUT(-lncursesw)  $pkgdir/usr/lib/libcursesw.so
+  ln -s libncurses.so $pkgdir/usr/lib/libcurses.so
+
+  # non-widec compatibility libraries
+  cd $srcdir/ncurses-build
+  for lib in ncurses form panel menu; do
+install -Dm755 lib/lib${lib}.so.${pkgver%_*} 
$pkgdir/usr/lib/lib${lib}.so.${pkgver%_*}
+ln -s lib${lib}.so.${pkgver%_*} $pkgdir/usr/lib/lib${lib}.so.5
+  done
+
+  # install license, rip it from the readme
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  install -dm755 $pkgdir/usr/share/licenses/$pkgname
+  grep -B 100 '$Id' README  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: ncurses/repos/testing-x86_64/PKGBUILD (from rev 225801, 
ncurses/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-09 11:13:35 UTC (rev 225802)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=ncurses
+pkgver=5.9_20141101
+pkgrel=1
+pkgdesc='System V Release 4.0 curses emulation library'
+arch=('i686' 'x86_64')
+url='http://invisible-island.net/ncurses/ncurses.html'
+license=('MIT')
+depends=('glibc' 'gcc-libs' 'sh')
+provides=('libmenu.so' 'libpanel.so' 'libform.so' 'libncurses.so' 
'libncurses++w.so'
+  'libformw.so' 'libmenuw.so' 'libpanelw.so' 'libncursesw.so')
+source=(ftp://invisible-island.net/ncurses/current/ncurses-${pkgver/_/-}.tgz{,.asc})
+md5sums=('87500270f8b1ba911228c940bad30ed1'
+ 'SKIP')
+
+prepare() {
+  mkdir ncurses{,w}-build
+}
+
+build() {
+  cd ncursesw-build
+  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr --mandir=/usr/share/man \
+ --with-shared --with-normal --without-debug --without-ada \
+ --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared
+  # add --enable-ext-colors and --enable-ext-mouse with next soname bump
+  make
+
+  # libraries for external binary support
+  cd ${srcdir}/ncurses-build
+  [[ $CARCH = x86_64 ]]  CONFIGFLAG=--with-chtype=long
+  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr \
+--with-shared --with-normal --without-debug 

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

2014-11-09 Thread Bartłomiej Piotrowski
Date: Sunday, November 9, 2014 @ 12:13:24
  Author: bpiotrowski
Revision: 225801

upgpkg: ncurses 5.9_20141101-1

- bump to latest development snapshot (FS#41663)
- ensure that C++ bindings are enabled and shipped (FS#42356)
- add libprovides

Modified:
  ncurses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 10:55:54 UTC (rev 225800)
+++ PKGBUILD2014-11-09 11:13:24 UTC (rev 225801)
@@ -1,64 +1,69 @@
 # $Id$
-# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=ncurses
-pkgver=5.9
-pkgrel=6
-pkgdesc=System V Release 4.0 curses emulation library
+pkgver=5.9_20141101
+pkgrel=1
+pkgdesc='System V Release 4.0 curses emulation library'
 arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/ncurses/;
+url='http://invisible-island.net/ncurses/ncurses.html'
 license=('MIT')
-depends=('glibc')
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('8cb9c412e5f2d96bc6f459aa8c6282a1'
- '014ffdbbfec6d41a9a89d6cbe6434638')
+depends=('glibc' 'gcc-libs' 'sh')
+provides=('libmenu.so' 'libpanel.so' 'libform.so' 'libncurses.so' 
'libncurses++w.so'
+  'libformw.so' 'libmenuw.so' 'libpanelw.so' 'libncursesw.so')
+source=(ftp://invisible-island.net/ncurses/current/ncurses-${pkgver/_/-}.tgz{,.asc})
+md5sums=('87500270f8b1ba911228c940bad30ed1'
+ 'SKIP')
 
-build() {
-  cd ${srcdir}/
+prepare() {
   mkdir ncurses{,w}-build
+}
 
-  cd ${srcdir}/ncursesw-build
-  ../${pkgname}-${pkgver}/configure --prefix=/usr --mandir=/usr/share/man \
+build() {
+  cd ncursesw-build
+  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr --mandir=/usr/share/man \
  --with-shared --with-normal --without-debug --without-ada \
- --enable-widec --enable-pc-files
+ --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared
   # add --enable-ext-colors and --enable-ext-mouse with next soname bump
   make
 
-  # libraries for external binary support 
+  # libraries for external binary support
   cd ${srcdir}/ncurses-build
-  [ $CARCH = x86_64 ]  CONFIGFLAG=--with-chtype=long
-  ../${pkgname}-${pkgver}/configure --prefix=/usr \
---with-shared --with-normal --without-debug --without-ada $CONFIGFLAG
+  [[ $CARCH = x86_64 ]]  CONFIGFLAG=--with-chtype=long
+  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr \
+--with-shared --with-normal --without-debug --without-ada $CONFIGFLAG \
+--with-cxx-binding --with-cxx-shared
   make
 }
 
 package() {
-  cd ${srcdir}/ncursesw-build
-  make DESTDIR=${pkgdir} install
+  cd ncursesw-build
+  make DESTDIR=$pkgdir install
 
   # fool packages looking to link to non-wide-character ncurses libraries
-  for lib in ncurses form panel menu; do
-echo INPUT(-l${lib}w) ${pkgdir}/usr/lib/lib${lib}.so
+  for lib in ncurses ncurses++ form panel menu; do
+echo INPUT(-l${lib}w)  $pkgdir/usr/lib/lib${lib}.so
   done
 
   for lib in ncurses ncurses++ form panel menu; do
-ln -s ${lib}w.pc ${pkgdir}/usr/lib/pkgconfig/${lib}.pc
+ln -s ${lib}w.pc $pkgdir/usr/lib/pkgconfig/${lib}.pc
   done
 
   # some packages look for -lcurses during build
-  echo INPUT(-lncursesw) ${pkgdir}/usr/lib/libcursesw.so
-  ln -s libncurses.so ${pkgdir}/usr/lib/libcurses.so
+  echo INPUT(-lncursesw)  $pkgdir/usr/lib/libcursesw.so
+  ln -s libncurses.so $pkgdir/usr/lib/libcurses.so
 
   # non-widec compatibility libraries
-  cd ${srcdir}/ncurses-build
+  cd $srcdir/ncurses-build
   for lib in ncurses form panel menu; do
-install -Dm755 lib/lib${lib}.so.${pkgver} 
${pkgdir}/usr/lib/lib${lib}.so.${pkgver}
-ln -s lib${lib}.so.${pkgver} ${pkgdir}/usr/lib/lib${lib}.so.5
+install -Dm755 lib/lib${lib}.so.${pkgver%_*} 
$pkgdir/usr/lib/lib${lib}.so.${pkgver%_*}
+ln -s lib${lib}.so.${pkgver%_*} $pkgdir/usr/lib/lib${lib}.so.5
   done
 
   # install license, rip it from the readme
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -dm755 ${pkgdir}/usr/share/licenses/$pkgname
-  grep -B 100 '$Id' README  
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  install -dm755 $pkgdir/usr/share/licenses/$pkgname
+  grep -B 100 '$Id' README  $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }


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

2014-11-09 Thread Jelle van der Waa
Date: Sunday, November 9, 2014 @ 14:08:45
  Author: jelle
Revision: 122277

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-09 13:08:35 UTC (rev 122276)
+++ PKGBUILD2014-11-09 13:08:45 UTC (rev 122277)
@@ -1,43 +0,0 @@
-# $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
-}

Copied: cppcheck/repos/community-x86_64/PKGBUILD (from rev 122276, 
cppcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-09 13:08:45 UTC (rev 122277)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=cppcheck
+pkgver=1.67
+pkgrel=2
+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 
HAVE_RULES=yes
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg 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 SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
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
+}


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

2014-11-09 Thread Jelle van der Waa
Date: Sunday, November 9, 2014 @ 14:08:35
  Author: jelle
Revision: 122276

upgpkg: cppcheck 1.67-2

fix FS#42524

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 08:12:13 UTC (rev 122275)
+++ PKGBUILD2014-11-09 13:08:35 UTC (rev 122276)
@@ -3,7 +3,7 @@
 
 pkgname=cppcheck
 pkgver=1.67
-pkgrel=1
+pkgrel=2
 pkgdesc=A tool for static C/C++ code analysis
 arch=('i686' 'x86_64')
 url=http://cppcheck.wiki.sourceforge.net/;
@@ -16,8 +16,8 @@
 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
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
 
cd gui
qmake HAVE_RULES=yes
@@ -27,12 +27,12 @@
 check() {
cd ${pkgname}-${pkgver}
 
-   LANG='en_US.UTF-8' make CFGDIR=./cfg  HAVE_RULES=yes test
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
 }
 
 package() {
cd ${pkgname}-${pkgver}
-   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} SRCDIR=build HAVE_RULES=yes 
install 
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
 
install -D -p -m 644 cppcheck.1 ${pkgdir}/usr/share/man/man1/cppcheck.1
 


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

2014-11-09 Thread Bartłomiej Piotrowski
Date: Sunday, November 9, 2014 @ 14:29:55
  Author: bpiotrowski
Revision: 122278

Remove doxygen from makedepends and build() function.

Modified:
  libstrophe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 13:08:45 UTC (rev 122277)
+++ PKGBUILD2014-11-09 13:29:55 UTC (rev 122278)
@@ -10,7 +10,7 @@
 url='http://strophe.im/libstrophe/'
 license=('MIT' 'GPL3')
 depends=('openssl' 'expat')
-makedepends=('git' 'doxygen')
+makedepends=('git')
 checkdepends=('check')
 source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
 md5sums=('5ab28dc86c47177819ca49ed9c0041e0')
@@ -24,7 +24,6 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
-  doxygen
 }
 
 check() {


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

2014-11-09 Thread Bartłomiej Piotrowski
Date: Sunday, November 9, 2014 @ 14:31:54
  Author: bpiotrowski
Revision: 122279

upgpkg: profanity 1:0.4.5-2

enable libnotify support

Modified:
  profanity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 13:29:55 UTC (rev 122278)
+++ PKGBUILD2014-11-09 13:31:54 UTC (rev 122279)
@@ -4,14 +4,13 @@
 
 pkgname=profanity
 pkgver=0.4.5
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Console based XMPP client'
 arch=('i686' 'x86_64')
 url='http://www.profanity.im'
 license=('GPL3')
-depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe')
-makedepends=('doxygen')
+depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify')
 source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
 md5sums=('87006b72316f0f70bc36f97a7f206f21')
 


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

2014-11-09 Thread Bartłomiej Piotrowski
Date: Sunday, November 9, 2014 @ 14:32:08
  Author: bpiotrowski
Revision: 122280

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-09 13:31:54 UTC (rev 122279)
+++ community-i686/PKGBUILD 2014-11-09 13:32:08 UTC (rev 122280)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: jason ryan jasonwr...@gmail.com
-
-pkgname=profanity
-pkgver=0.4.5
-pkgrel=1
-epoch=1
-pkgdesc='Console based XMPP client'
-arch=('i686' 'x86_64')
-url='http://www.profanity.im'
-license=('GPL3')
-depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe')
-makedepends=('doxygen')
-source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
-md5sums=('87006b72316f0f70bc36f97a7f206f21')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: profanity/repos/community-i686/PKGBUILD (from rev 122279, 
profanity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-09 13:32:08 UTC (rev 122280)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: jason ryan jasonwr...@gmail.com
+
+pkgname=profanity
+pkgver=0.4.5
+pkgrel=2
+epoch=1
+pkgdesc='Console based XMPP client'
+arch=('i686' 'x86_64')
+url='http://www.profanity.im'
+license=('GPL3')
+depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify')
+source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
+md5sums=('87006b72316f0f70bc36f97a7f206f21')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-09 13:31:54 UTC (rev 122279)
+++ community-x86_64/PKGBUILD   2014-11-09 13:32:08 UTC (rev 122280)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: jason ryan jasonwr...@gmail.com
-
-pkgname=profanity
-pkgver=0.4.5
-pkgrel=1
-epoch=1
-pkgdesc='Console based XMPP client'
-arch=('i686' 'x86_64')
-url='http://www.profanity.im'
-license=('GPL3')
-depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe')
-makedepends=('doxygen')
-source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
-md5sums=('87006b72316f0f70bc36f97a7f206f21')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: profanity/repos/community-x86_64/PKGBUILD (from rev 122279, 
profanity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-09 13:32:08 UTC (rev 122280)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: jason ryan jasonwr...@gmail.com
+
+pkgname=profanity
+pkgver=0.4.5
+pkgrel=2
+epoch=1
+pkgdesc='Console based XMPP client'
+arch=('i686' 'x86_64')
+url='http://www.profanity.im'
+license=('GPL3')
+depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify')
+source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
+md5sums=('87006b72316f0f70bc36f97a7f206f21')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}


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

2014-11-09 Thread Jelle van der Waa
Date: Sunday, November 9, 2014 @ 14:53:49
  Author: jelle
Revision: 122282

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-09 13:53:38 UTC (rev 122281)
+++ community-i686/PKGBUILD 2014-11-09 13:53:49 UTC (rev 122282)
@@ -1,43 +0,0 @@
-# $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
-}

Copied: cppcheck/repos/community-i686/PKGBUILD (from rev 122281, 
cppcheck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-09 13:53:49 UTC (rev 122282)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=cppcheck
+pkgver=1.67
+pkgrel=2
+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 
HAVE_RULES=yes
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg 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 SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
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-11-09 13:53:38 UTC (rev 122281)
+++ community-x86_64/PKGBUILD   2014-11-09 13:53:49 UTC (rev 122282)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=cppcheck
-pkgver=1.67
-pkgrel=2
-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 
HAVE_RULES=yes
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
-
-   cd gui
-   qmake HAVE_RULES=yes
-   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
-}
-

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

2014-11-09 Thread Jelle van der Waa
Date: Sunday, November 9, 2014 @ 14:53:38
  Author: jelle
Revision: 122281

upgpkg: cppcheck 1.67-2

fix FS#42524

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 13:32:08 UTC (rev 122280)
+++ PKGBUILD2014-11-09 13:53:38 UTC (rev 122281)
@@ -27,7 +27,7 @@
 check() {
cd ${pkgname}-${pkgver}
 
-   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
+#   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
 }
 
 package() {


[arch-commits] Commit in abcde/trunk (PKGBUILD python2-eyed3-0.7.0.patch)

2014-11-09 Thread Jakob Gruber
Date: Sunday, November 9, 2014 @ 16:24:47
  Author: schuay
Revision: 122283

abcde-2.6-1

Modified:
  abcde/trunk/PKGBUILD
Deleted:
  abcde/trunk/python2-eyed3-0.7.0.patch

---+
 PKGBUILD  |   17 -
 python2-eyed3-0.7.0.patch |   21 -
 2 files changed, 8 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 13:53:49 UTC (rev 122282)
+++ PKGBUILD2014-11-09 15:24:47 UTC (rev 122283)
@@ -5,8 +5,8 @@
 # Maintainer: schuay jakob.gru...@gmail.com
 
 pkgname=abcde
-pkgver=2.5.4
-pkgrel=6
+pkgver=2.6
+pkgrel=1
 pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
 arch=('any')
 url='http://code.google.com/p/abcde/'
@@ -23,14 +23,13 @@
 'perl-webservice-musicbrainz: musicbrainz support'
 'vorbisgain: Ogg Vorbis normalization support')
 backup=(etc/${pkgname}.conf)
-source=(http://abcde.googlecode.com/files/abcde-${pkgver}.tar.gz;
-'fix-mp3-tagging.patch'
-'python2-eyed3-0.7.0.patch')
+source=(http://abcde.einval.com/download/abcde-${pkgver}.tar.gz;
+http://abcde.einval.com/download/abcde-${pkgver}.tar.gz.sign;
+'fix-mp3-tagging.patch')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
 
-patch -Np2  ${srcdir}/python2-eyed3-0.7.0.patch
 patch -Np0  ${srcdir}/fix-mp3-tagging.patch
 sed -e s:normalize-audio:normalize:g -i ${pkgname}
 }
@@ -41,6 +40,6 @@
 make DESTDIR=${pkgdir} install
 }
 
-md5sums=('d761c5a07854ce24748be9aa10100e74'
- 'c3975dc8389ff2edba6684bbc378d97d'
- '2d0d28069d0e42ef55232427214a665f')
+md5sums=('c8b91d5c53386cfc4345d9d49f67e1dd'
+ 'SKIP'
+ 'c3975dc8389ff2edba6684bbc378d97d')

Deleted: python2-eyed3-0.7.0.patch
===
--- python2-eyed3-0.7.0.patch   2014-11-09 13:53:49 UTC (rev 122282)
+++ python2-eyed3-0.7.0.patch   2014-11-09 15:24:47 UTC (rev 122283)
@@ -1,21 +0,0 @@
 src/abcde-2.5.4/abcde  2012-09-18 15:09:31.0 +0200
-+++ src/abcde-2.5.4/abcde  2013-01-28 21:44:55.479715536 +0100
-@@ -829,7 +829,7 @@
-   -a $TRACKARTIST -t 
$TRACKNAME -Y $CDYEAR \
-   -G $GENREID -n 
${TRACKNUM:-$1} \
-   ${TRACKNUM:+-N $TRACKS} \
--  
${ENCODING:+--set-encoding=$ENCODING} \
--  
${TPE2:+--set-text-frame=TPE2:$TPE2} \
-+  ${ENCODING:+--encoding 
$ENCODING} \
-+  
${TPE2:+--text-frame=TPE2:$TPE2} \
-   $ABCDETEMPDIR/track$1.$OUTPUT
-   ;;
-@@ -3879,7 +3879,7 @@
-   TAGGER=$EYED3
-   TAGGEROPTS=$ID3V2OPTS
-   ID3SYNTAX=eyed3
--  TAGGEROPTS=--set-encoding=utf16-LE $ID3V2OPTS
-+  TAGGEROPTS=--encoding utf16 $ID3V2OPTS
- fi
- 
- # NOGAP is specific to lame. Other encoders fail ...


[arch-commits] Commit in abcde/repos/community-any (5 files)

2014-11-09 Thread Jakob Gruber
Date: Sunday, November 9, 2014 @ 16:24:59
  Author: schuay
Revision: 122284

archrelease: copy trunk to community-any

Added:
  abcde/repos/community-any/PKGBUILD
(from rev 122283, abcde/trunk/PKGBUILD)
  abcde/repos/community-any/fix-mp3-tagging.patch
(from rev 122283, abcde/trunk/fix-mp3-tagging.patch)
Deleted:
  abcde/repos/community-any/PKGBUILD
  abcde/repos/community-any/fix-mp3-tagging.patch
  abcde/repos/community-any/python2-eyed3-0.7.0.patch

---+
 PKGBUILD  |   91 +---
 fix-mp3-tagging.patch |   40 +--
 python2-eyed3-0.7.0.patch |   21 --
 3 files changed, 65 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-09 15:24:47 UTC (rev 122283)
+++ PKGBUILD2014-11-09 15:24:59 UTC (rev 122284)
@@ -1,46 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=abcde
-pkgver=2.5.4
-pkgrel=6
-pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
-arch=('any')
-url='http://code.google.com/p/abcde/'
-license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
-optdepends=('cdparanoia: Paranoia ripping support'
-'cdrkit: icedax ripping support'
-'eject: Eject support'
-'flac: FLAC encoding support'
-'id3: ID3 v1 tag support'
-'lame: MP3 encoding support'
-'mp3gain: MP3 normalization support'
-'perl-musicbrainz-discid: musicbrainz support'
-'perl-webservice-musicbrainz: musicbrainz support'
-'vorbisgain: Ogg Vorbis normalization support')
-backup=(etc/${pkgname}.conf)
-source=(http://abcde.googlecode.com/files/abcde-${pkgver}.tar.gz;
-'fix-mp3-tagging.patch'
-'python2-eyed3-0.7.0.patch')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-patch -Np2  ${srcdir}/python2-eyed3-0.7.0.patch
-patch -Np0  ${srcdir}/fix-mp3-tagging.patch
-sed -e s:normalize-audio:normalize:g -i ${pkgname}
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make DESTDIR=${pkgdir} install
-}
-
-md5sums=('d761c5a07854ce24748be9aa10100e74'
- 'c3975dc8389ff2edba6684bbc378d97d'
- '2d0d28069d0e42ef55232427214a665f')

Copied: abcde/repos/community-any/PKGBUILD (from rev 122283, 
abcde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-09 15:24:59 UTC (rev 122284)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=abcde
+pkgver=2.6
+pkgrel=1
+pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
+arch=('any')
+url='http://code.google.com/p/abcde/'
+license=('GPL')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
+optdepends=('cdparanoia: Paranoia ripping support'
+'cdrkit: icedax ripping support'
+'eject: Eject support'
+'flac: FLAC encoding support'
+'id3: ID3 v1 tag support'
+'lame: MP3 encoding support'
+'mp3gain: MP3 normalization support'
+'perl-musicbrainz-discid: musicbrainz support'
+'perl-webservice-musicbrainz: musicbrainz support'
+'vorbisgain: Ogg Vorbis normalization support')
+backup=(etc/${pkgname}.conf)
+source=(http://abcde.einval.com/download/abcde-${pkgver}.tar.gz;
+http://abcde.einval.com/download/abcde-${pkgver}.tar.gz.sign;
+'fix-mp3-tagging.patch')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+patch -Np0  ${srcdir}/fix-mp3-tagging.patch
+sed -e s:normalize-audio:normalize:g -i ${pkgname}
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make DESTDIR=${pkgdir} install
+}
+
+md5sums=('c8b91d5c53386cfc4345d9d49f67e1dd'
+ 'SKIP'
+ 'c3975dc8389ff2edba6684bbc378d97d')

Deleted: fix-mp3-tagging.patch
===
--- fix-mp3-tagging.patch   2014-11-09 15:24:47 UTC (rev 122283)
+++ fix-mp3-tagging.patch   2014-11-09 15:24:59 UTC (rev 122284)
@@ -1,20 +0,0 @@
-*** abcde  2010-02-15 16:04:40.0 -0600
 abcde  2010-02-15 14:41:25.0 -0600
-***
-*** 835,841 
-   -A $DALBUM -a $TRACKARTIST 
-t $TRACKNAME \
-   -y $CDYEAR -g $GENREID \
-  

[arch-commits] Commit in (88 files)

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 22:30:28
  Author: andrea
Revision: 225803

KF5 5.4.0

Modified:
  attica-qt5/trunk/PKGBUILD
  baloo-frameworks/trunk/PKGBUILD
  breeze/trunk/PKGBUILD
  extra-cmake-modules/trunk/PKGBUILD
  frameworkintegration/trunk/PKGBUILD
  kactivities-frameworks/trunk/PKGBUILD
  kapidox/trunk/PKGBUILD
  karchive/trunk/PKGBUILD
  kauth/trunk/PKGBUILD
  kbookmarks/trunk/PKGBUILD
  kcmutils/trunk/PKGBUILD
  kcodecs/trunk/PKGBUILD
  kcompletion/trunk/PKGBUILD
  kconfig/trunk/PKGBUILD
  kconfigwidgets/trunk/PKGBUILD
  kcoreaddons/trunk/PKGBUILD
  kcrash/trunk/PKGBUILD
  kdbusaddons/trunk/PKGBUILD
  kde-cli-tools/trunk/PKGBUILD
  kdeclarative/trunk/PKGBUILD
  kded/trunk/PKGBUILD
  kdelibs4support/trunk/PKGBUILD
  kdeplasma-addons-frameworks/trunk/PKGBUILD
  kdesignerplugin/trunk/PKGBUILD
  kdesu/trunk/PKGBUILD
  kdewebkit/trunk/PKGBUILD
  kdnssd/trunk/PKGBUILD
  kdoctools/trunk/PKGBUILD
  kemoticons/trunk/PKGBUILD
  kfilemetadata5/trunk/PKGBUILD
  kglobalaccel/trunk/PKGBUILD
  kguiaddons/trunk/PKGBUILD
  khelpcenter/trunk/PKGBUILD
  khotkeys/trunk/PKGBUILD
  khtml/trunk/PKGBUILD
  ki18n/trunk/PKGBUILD
  kiconthemes/trunk/PKGBUILD
  kidletime/trunk/PKGBUILD
  kimageformats/trunk/PKGBUILD
  kinfocenter/trunk/PKGBUILD
  kinit/trunk/PKGBUILD
  kio-extras/trunk/PKGBUILD
  kio/trunk/PKGBUILD
  kitemmodels/trunk/PKGBUILD
  kitemviews/trunk/PKGBUILD
  kjobwidgets/trunk/PKGBUILD
  kjs/trunk/PKGBUILD
  kjsembed/trunk/PKGBUILD
  kmediaplayer/trunk/PKGBUILD
  kmenuedit/trunk/PKGBUILD
  knewstuff/trunk/PKGBUILD
  knotifications/trunk/PKGBUILD
  knotifyconfig/trunk/PKGBUILD
  kparts/trunk/PKGBUILD
  kplotting/trunk/PKGBUILD
  kpty/trunk/PKGBUILD
  kross/trunk/PKGBUILD
  krunner/trunk/PKGBUILD
  kservice/trunk/PKGBUILD
  ksysguard/trunk/PKGBUILD
  ktexteditor/trunk/PKGBUILD
  ktextwidgets/trunk/PKGBUILD
  kunitconversion/trunk/PKGBUILD
  kwallet/trunk/PKGBUILD
  kwayland/trunk/PKGBUILD
  kwidgetsaddons/trunk/PKGBUILD
  kwin/trunk/PKGBUILD
  kwindowsystem/trunk/PKGBUILD
  kwrited/trunk/PKGBUILD
  kxmlgui/trunk/PKGBUILD
  libkscreen-frameworks/trunk/PKGBUILD
  libksysguard/trunk/PKGBUILD
  libmm-qt5/trunk/PKGBUILD
  libnm-qt5/trunk/PKGBUILD
  milou/trunk/PKGBUILD
  oxygen/trunk/PKGBUILD
  plasma-desktop/trunk/PKGBUILD
  plasma-framework/trunk/PKGBUILD
  plasma-nm/trunk/PKGBUILD
  plasma-workspace-wallpapers/trunk/PKGBUILD
  plasma-workspace/trunk/PKGBUILD
  polkit-kde-frameworks/trunk/PKGBUILD
  powerdevil/trunk/PKGBUILD
  solid/trunk/PKGBUILD
  sonnet/trunk/PKGBUILD
  systemsettings/trunk/PKGBUILD
  threadweaver/trunk/PKGBUILD
  ttf-oxygen/trunk/PKGBUILD

+
 attica-qt5/trunk/PKGBUILD  |   10 +-
 baloo-frameworks/trunk/PKGBUILD|   10 +-
 breeze/trunk/PKGBUILD  |8 
 extra-cmake-modules/trunk/PKGBUILD |   10 +-
 frameworkintegration/trunk/PKGBUILD|6 +++---
 kactivities-frameworks/trunk/PKGBUILD  |   10 +-
 kapidox/trunk/PKGBUILD |6 +++---
 karchive/trunk/PKGBUILD|6 +++---
 kauth/trunk/PKGBUILD   |   10 --
 kbookmarks/trunk/PKGBUILD  |6 +++---
 kcmutils/trunk/PKGBUILD|6 +++---
 kcodecs/trunk/PKGBUILD |8 
 kcompletion/trunk/PKGBUILD |6 +++---
 kconfig/trunk/PKGBUILD |8 
 kconfigwidgets/trunk/PKGBUILD  |6 +++---
 kcoreaddons/trunk/PKGBUILD |8 
 kcrash/trunk/PKGBUILD  |8 
 kdbusaddons/trunk/PKGBUILD |6 +++---
 kde-cli-tools/trunk/PKGBUILD   |   10 +-
 kdeclarative/trunk/PKGBUILD|7 ---
 kded/trunk/PKGBUILD|6 +++---
 kdelibs4support/trunk/PKGBUILD |8 
 kdeplasma-addons-frameworks/trunk/PKGBUILD |   10 +-
 kdesignerplugin/trunk/PKGBUILD |6 +++---
 kdesu/trunk/PKGBUILD   |8 
 kdewebkit/trunk/PKGBUILD   |6 +++---
 kdnssd/trunk/PKGBUILD  |8 
 kdoctools/trunk/PKGBUILD   |8 
 kemoticons/trunk/PKGBUILD  |6 +++---
 kfilemetadata5/trunk/PKGBUILD  |8 
 kglobalaccel/trunk/PKGBUILD|6 +++---
 kguiaddons/trunk/PKGBUILD  |6 +++---
 khelpcenter/trunk/PKGBUILD |   10 +-
 khotkeys/trunk/PKGBUILD|   12 ++--
 khtml/trunk/PKGBUILD   |6 +++---
 ki18n/trunk/PKGBUILD   |6 +++---
 kiconthemes/trunk/PKGBUILD |6 +++---
 kidletime/trunk/PKGBUILD   |6 +++---
 kimageformats/trunk/PKGBUILD   |6 +++---
 

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

2014-11-09 Thread Dave Reisner
Date: Sunday, November 9, 2014 @ 23:03:50
  Author: dreisner
Revision: 225804

upgpkg: systemd 217-6

- backport fix for shutdown sometimes rebooting (FS#42612)
- install ctrl-alt-del.target as a symlink, not a file (FS#42510)
- add missing targets in initramfs (FS#42301)

Added:
  systemd/trunk/0001-shutdown-fix-arguments-to-run-initramfs-shutdown.patch
Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-install-systemd

-+
 0001-shutdown-fix-arguments-to-run-initramfs-shutdown.patch |   68 ++
 PKGBUILD|7 -
 initcpio-install-systemd|   17 +-
 3 files changed, 83 insertions(+), 9 deletions(-)

Added: 0001-shutdown-fix-arguments-to-run-initramfs-shutdown.patch
===
--- 0001-shutdown-fix-arguments-to-run-initramfs-shutdown.patch 
(rev 0)
+++ 0001-shutdown-fix-arguments-to-run-initramfs-shutdown.patch 2014-11-09 
22:03:50 UTC (rev 225804)
@@ -0,0 +1,68 @@
+From 4b5d8d0f22ae61ceb45a25391354ba53b43ee992 Mon Sep 17 00:00:00 2001
+From: Michal Schmidt mschm...@redhat.com
+Date: Thu, 6 Nov 2014 22:24:13 +0100
+Subject: [PATCH] shutdown: fix arguments to /run/initramfs/shutdown
+
+Our initrd interface specifies that the verb is in argv[1].
+This is where systemd passes it to systemd-shutdown, but getopt
+permutes argv[]. This confuses dracut's shutdown script:
+  Shutdown called with argument '--log-level'. Rebooting!
+
+getopt can be convinced to not permute argv[] by having '-' as the first
+character of optstring. Let's use it. This requires changing the way
+non-option arguments (in our case, the verb) are processed.
+
+This fixes a bug where the system would reboot instead of powering off.
+---
+ src/core/shutdown.c | 17 +++--
+ 1 file changed, 11 insertions(+), 6 deletions(-)
+
+diff --git a/src/core/shutdown.c b/src/core/shutdown.c
+index dd11ae3..48ed7fa 100644
+--- a/src/core/shutdown.c
 b/src/core/shutdown.c
+@@ -75,7 +75,9 @@ static int parse_argv(int argc, char *argv[]) {
+ assert(argc = 1);
+ assert(argv);
+ 
+-while ((c = getopt_long(argc, argv, , options, NULL)) = 0)
++/* - prevents getopt from permuting argv[] and moving the verb away
++ * from argv[1]. Our interface to initrd promises it'll be there. */
++while ((c = getopt_long(argc, argv, -, options, NULL)) = 0)
+ switch (c) {
+ 
+ case ARG_LOG_LEVEL:
+@@ -113,6 +115,13 @@ static int parse_argv(int argc, char *argv[]) {
+ 
+ break;
+ 
++case '\001':
++if (!arg_verb)
++arg_verb = optarg;
++else
++log_error(Excess arguments, ignoring);
++break;
++
+ case '?':
+ return -EINVAL;
+ 
+@@ -120,15 +129,11 @@ static int parse_argv(int argc, char *argv[]) {
+ assert_not_reached(Unhandled option code.);
+ }
+ 
+-if (optind = argc) {
++if (!arg_verb) {
+ log_error(Verb argument missing.);
+ return -EINVAL;
+ }
+ 
+-arg_verb = argv[optind];
+-
+-if (optind + 1  argc)
+-log_error(Excess arguments, ignoring);
+ return 0;
+ }
+ 
+-- 
+2.1.3
+

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 21:30:28 UTC (rev 225803)
+++ PKGBUILD2014-11-09 22:03:50 UTC (rev 225804)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=217
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -20,6 +20,7 @@
 '0001-units-don-t-order-journal-flushing-afte-remote-fs.ta.patch'
 '0001-units-order-sd-journal-flush-after-sd-remount-fs.patch'
 '0001-units-make-systemd-journald.service-Type-notify.patch'
+'0001-shutdown-fix-arguments-to-run-initramfs-shutdown.patch'
 'initcpio-hook-udev'
 'initcpio-install-systemd'
 'initcpio-install-udev')
@@ -31,8 +32,9 @@
  '42ff9d59bb057637355b202157d59991'
  '92497d06e0af615be4b368fe615109c0'
  'a321d62d6ffada9e6976bdd339fa3219'
+ 'f72e8d086172177c224f0ce48ef54222'
  '29245f7a240bfba66e2b1783b63b6b40'
- '455b68a9a15f634dcfdaff2463010d4e'
+ '107c489f27c667be4101aecd3369b355'
  'bde43090d4ac0ef048e3eaee8202a407')
 
 
@@ -46,6 +48,7 @@
   patch -Np1 
../0001-units-don-t-order-journal-flushing-afte-remote-fs.ta.patch
   patch -Np1 ../0001-units-order-sd-journal-flush-after-sd-remount-fs.patch
   patch -Np1 

[arch-commits] Commit in systemd/repos (50 files)

2014-11-09 Thread Dave Reisner
Date: Sunday, November 9, 2014 @ 23:05:13
  Author: dreisner
Revision: 225805

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

Added:
  
systemd/repos/testing-i686/0001-nspawn-ignore-EEXIST-when-creating-mount-point.patch
(from rev 225804, 
systemd/trunk/0001-nspawn-ignore-EEXIST-when-creating-mount-point.patch)
  
systemd/repos/testing-i686/0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch
(from rev 225804, 
systemd/trunk/0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch)
  
systemd/repos/testing-i686/0001-sd-dhcp-client-clean-up-raw-socket-sd_event_source-w.patch
(from rev 225804, 
systemd/trunk/0001-sd-dhcp-client-clean-up-raw-socket-sd_event_source-w.patch)
  
systemd/repos/testing-i686/0001-shared-install-avoid-prematurely-rejecting-missing-u.patch
(from rev 225804, 
systemd/trunk/0001-shared-install-avoid-prematurely-rejecting-missing-u.patch)
  
systemd/repos/testing-i686/0001-shutdown-fix-arguments-to-run-initramfs-shutdown.patch
(from rev 225804, 
systemd/trunk/0001-shutdown-fix-arguments-to-run-initramfs-shutdown.patch)
  
systemd/repos/testing-i686/0001-units-don-t-order-journal-flushing-afte-remote-fs.ta.patch
(from rev 225804, 
systemd/trunk/0001-units-don-t-order-journal-flushing-afte-remote-fs.ta.patch)
  
systemd/repos/testing-i686/0001-units-make-systemd-journald.service-Type-notify.patch
(from rev 225804, 
systemd/trunk/0001-units-make-systemd-journald.service-Type-notify.patch)
  
systemd/repos/testing-i686/0001-units-order-sd-journal-flush-after-sd-remount-fs.patch
(from rev 225804, 
systemd/trunk/0001-units-order-sd-journal-flush-after-sd-remount-fs.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 225804, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 225804, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 225804, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 225804, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 225804, systemd/trunk/systemd.install)
  
systemd/repos/testing-x86_64/0001-nspawn-ignore-EEXIST-when-creating-mount-point.patch
(from rev 225804, 
systemd/trunk/0001-nspawn-ignore-EEXIST-when-creating-mount-point.patch)
  
systemd/repos/testing-x86_64/0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch
(from rev 225804, 
systemd/trunk/0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch)
  
systemd/repos/testing-x86_64/0001-sd-dhcp-client-clean-up-raw-socket-sd_event_source-w.patch
(from rev 225804, 
systemd/trunk/0001-sd-dhcp-client-clean-up-raw-socket-sd_event_source-w.patch)
  
systemd/repos/testing-x86_64/0001-shared-install-avoid-prematurely-rejecting-missing-u.patch
(from rev 225804, 
systemd/trunk/0001-shared-install-avoid-prematurely-rejecting-missing-u.patch)
  
systemd/repos/testing-x86_64/0001-shutdown-fix-arguments-to-run-initramfs-shutdown.patch
(from rev 225804, 
systemd/trunk/0001-shutdown-fix-arguments-to-run-initramfs-shutdown.patch)
  
systemd/repos/testing-x86_64/0001-units-don-t-order-journal-flushing-afte-remote-fs.ta.patch
(from rev 225804, 
systemd/trunk/0001-units-don-t-order-journal-flushing-afte-remote-fs.ta.patch)
  
systemd/repos/testing-x86_64/0001-units-make-systemd-journald.service-Type-notify.patch
(from rev 225804, 
systemd/trunk/0001-units-make-systemd-journald.service-Type-notify.patch)
  
systemd/repos/testing-x86_64/0001-units-order-sd-journal-flush-after-sd-remount-fs.patch
(from rev 225804, 
systemd/trunk/0001-units-order-sd-journal-flush-after-sd-remount-fs.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 225804, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 225804, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 225804, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 225804, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 225804, systemd/trunk/systemd.install)
Deleted:
  
systemd/repos/testing-i686/0001-nspawn-ignore-EEXIST-when-creating-mount-point.patch
  
systemd/repos/testing-i686/0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch
  
systemd/repos/testing-i686/0001-sd-dhcp-client-clean-up-raw-socket-sd_event_source-w.patch
  
systemd/repos/testing-i686/0001-shared-install-avoid-prematurely-rejecting-missing-u.patch
  
systemd/repos/testing-i686/0001-units-don-t-order-journal-flushing-afte-remote-fs.ta.patch
  
systemd/repos/testing-i686/0001-units-make-systemd-journald.service-Type-notify.patch
  
systemd/repos/testing-i686/0001-units-order-sd-journal-flush-after-sd-remount-fs.patch
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  

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

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 23:47:21
  Author: andrea
Revision: 225806

Install html files into a different directory

Modified:
  kdelibs4support/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 22:05:13 UTC (rev 225805)
+++ PKGBUILD2014-11-09 22:47:21 UTC (rev 225806)
@@ -29,6 +29,7 @@
 -DLIBEXEC_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DSYSCONF_INSTALL_DIR=/etc \
+-DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html \
 -DBUILD_TESTING=OFF
   make
 }


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

2014-11-09 Thread Andrea Scarpino
Date: Sunday, November 9, 2014 @ 23:47:37
  Author: andrea
Revision: 225807

This patch is already part of 5.1.1

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

-+
 PKGBUILD|9 ++---
 fix-shortcuts.patch |   24 
 2 files changed, 2 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-09 22:47:21 UTC (rev 225806)
+++ PKGBUILD2014-11-09 22:47:37 UTC (rev 225807)
@@ -12,16 +12,11 @@
 depends=('plasma-workspace')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('kdebase-workspace')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
-'fix-shortcuts.patch')
-md5sums=('1588df491b42cbe2dcd3d1ce525d05de'
- 'db701291f62d72780ec0cfd6c18635c6')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('1588df491b42cbe2dcd3d1ce525d05de')
 
 prepare() {
   mkdir -p build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/fix-shortcuts.patch
 }
 
 build() {

Deleted: fix-shortcuts.patch
===
--- fix-shortcuts.patch 2014-11-09 22:47:21 UTC (rev 225806)
+++ fix-shortcuts.patch 2014-11-09 22:47:37 UTC (rev 225807)
@@ -1,24 +0,0 @@
-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 (49 files)

2014-11-09 Thread Andrea Scarpino
Date: Monday, November 10, 2014 @ 00:26:40
  Author: andrea
Revision: 225808

Fix KF5 descriptions

Modified:
  attica-qt5/trunk/PKGBUILD
  kauth/trunk/PKGBUILD
  kbookmarks/trunk/PKGBUILD
  kcompletion/trunk/PKGBUILD
  kconfig/trunk/PKGBUILD
  kcoreaddons/trunk/PKGBUILD
  kcrash/trunk/PKGBUILD
  kdbusaddons/trunk/PKGBUILD
  kdeclarative/trunk/PKGBUILD
  kded/trunk/PKGBUILD
  kdelibs4support/trunk/PKGBUILD
  kdesignerplugin/trunk/PKGBUILD
  kdesu/trunk/PKGBUILD
  kdewebkit/trunk/PKGBUILD
  kdnssd/trunk/PKGBUILD
  kdoctools/trunk/PKGBUILD
  kemoticons/trunk/PKGBUILD
  kglobalaccel/trunk/PKGBUILD
  kguiaddons/trunk/PKGBUILD
  khtml/trunk/PKGBUILD
  ki18n/trunk/PKGBUILD
  kiconthemes/trunk/PKGBUILD
  kidletime/trunk/PKGBUILD
  kimageformats/trunk/PKGBUILD
  kinit/trunk/PKGBUILD
  kio/trunk/PKGBUILD
  kitemmodels/trunk/PKGBUILD
  kitemviews/trunk/PKGBUILD
  kjobwidgets/trunk/PKGBUILD
  kjs/trunk/PKGBUILD
  kjsembed/trunk/PKGBUILD
  kmediaplayer/trunk/PKGBUILD
  knewstuff/trunk/PKGBUILD
  knotifications/trunk/PKGBUILD
  knotifyconfig/trunk/PKGBUILD
  kparts/trunk/PKGBUILD
  kplotting/trunk/PKGBUILD
  kpty/trunk/PKGBUILD
  kross/trunk/PKGBUILD
  kservice/trunk/PKGBUILD
  ktexteditor/trunk/PKGBUILD
  ktextwidgets/trunk/PKGBUILD
  kunitconversion/trunk/PKGBUILD
  kwallet/trunk/PKGBUILD
  kwidgetsaddons/trunk/PKGBUILD
  kwindowsystem/trunk/PKGBUILD
  kxmlgui/trunk/PKGBUILD
  solid/trunk/PKGBUILD
  threadweaver/trunk/PKGBUILD

+
 attica-qt5/trunk/PKGBUILD  |2 +-
 kauth/trunk/PKGBUILD   |2 +-
 kbookmarks/trunk/PKGBUILD  |2 +-
 kcompletion/trunk/PKGBUILD |2 +-
 kconfig/trunk/PKGBUILD |2 +-
 kcoreaddons/trunk/PKGBUILD |2 +-
 kcrash/trunk/PKGBUILD  |2 +-
 kdbusaddons/trunk/PKGBUILD |2 +-
 kdeclarative/trunk/PKGBUILD|2 +-
 kded/trunk/PKGBUILD|2 +-
 kdelibs4support/trunk/PKGBUILD |2 +-
 kdesignerplugin/trunk/PKGBUILD |2 +-
 kdesu/trunk/PKGBUILD   |2 +-
 kdewebkit/trunk/PKGBUILD   |2 +-
 kdnssd/trunk/PKGBUILD  |2 +-
 kdoctools/trunk/PKGBUILD   |2 +-
 kemoticons/trunk/PKGBUILD  |2 +-
 kglobalaccel/trunk/PKGBUILD|2 +-
 kguiaddons/trunk/PKGBUILD  |2 +-
 khtml/trunk/PKGBUILD   |2 +-
 ki18n/trunk/PKGBUILD   |2 +-
 kiconthemes/trunk/PKGBUILD |2 +-
 kidletime/trunk/PKGBUILD   |2 +-
 kimageformats/trunk/PKGBUILD   |2 +-
 kinit/trunk/PKGBUILD   |2 +-
 kio/trunk/PKGBUILD |2 +-
 kitemmodels/trunk/PKGBUILD |2 +-
 kitemviews/trunk/PKGBUILD  |2 +-
 kjobwidgets/trunk/PKGBUILD |2 +-
 kjs/trunk/PKGBUILD |2 +-
 kjsembed/trunk/PKGBUILD|2 +-
 kmediaplayer/trunk/PKGBUILD|2 +-
 knewstuff/trunk/PKGBUILD   |2 +-
 knotifications/trunk/PKGBUILD  |2 +-
 knotifyconfig/trunk/PKGBUILD   |2 +-
 kparts/trunk/PKGBUILD  |2 +-
 kplotting/trunk/PKGBUILD   |2 +-
 kpty/trunk/PKGBUILD|2 +-
 kross/trunk/PKGBUILD   |2 +-
 kservice/trunk/PKGBUILD|2 +-
 ktexteditor/trunk/PKGBUILD |2 +-
 ktextwidgets/trunk/PKGBUILD|2 +-
 kunitconversion/trunk/PKGBUILD |2 +-
 kwallet/trunk/PKGBUILD |2 +-
 kwidgetsaddons/trunk/PKGBUILD  |2 +-
 kwindowsystem/trunk/PKGBUILD   |2 +-
 kxmlgui/trunk/PKGBUILD |2 +-
 solid/trunk/PKGBUILD   |2 +-
 threadweaver/trunk/PKGBUILD|2 +-
 49 files changed, 49 insertions(+), 49 deletions(-)

Modified: attica-qt5/trunk/PKGBUILD
===
--- attica-qt5/trunk/PKGBUILD   2014-11-09 22:47:37 UTC (rev 225807)
+++ attica-qt5/trunk/PKGBUILD   2014-11-09 23:26:40 UTC (rev 225808)
@@ -5,8 +5,8 @@
 pkgver=5.4.0
 pkgrel=1
 arch=('i686' 'x86_64')
+pkgdesc='Qt5 library that implements the Open Collaboration Services API'
 url='https://projects.kde.org/projects/frameworks/attica'
-pkgdesc='Qt5 library that implements the Open Collaboration Services API'
 license=('LGPL')
 depends=('qt5-base')
 makedepends=('extra-cmake-modules')

Modified: kauth/trunk/PKGBUILD
===
--- kauth/trunk/PKGBUILD2014-11-09 22:47:37 UTC (rev 225807)
+++ kauth/trunk/PKGBUILD2014-11-09 23:26:40 UTC (rev 225808)
@@ -4,7 +4,7 @@
 pkgname=kauth
 pkgver=5.4.0
 pkgrel=1
-pkgdesc='KAuth'
+pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'
 license=('LGPL')

Modified: kbookmarks/trunk/PKGBUILD
===
--- kbookmarks/trunk/PKGBUILD   2014-11-09 22:47:37 UTC (rev 225807)
+++ kbookmarks/trunk/PKGBUILD   2014-11-09 23:26:40 UTC (rev 225808)
@@ -4,7 +4,7 @@
 pkgname=kbookmarks
 pkgver=5.4.0
 pkgrel=1
-pkgdesc='KBookmarks'

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

2014-11-09 Thread Bartłomiej Piotrowski
Date: Monday, November 10, 2014 @ 08:37:03
  Author: bpiotrowski
Revision: 225810

Fix download URL.

Modified:
  dosfstools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-10 05:12:48 UTC (rev 225809)
+++ PKGBUILD2014-11-10 07:37:03 UTC (rev 225810)
@@ -7,7 +7,7 @@
 pkgdesc=DOS filesystem utilities
 arch=(i686 x86_64)
 depends=('glibc')
-source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+source=(http://daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 url=http://www.daniel-baumann.ch/software/dosfstools/;
 license=('GPL2')
 md5sums=('45012f5f56f2aae3afcd62120b9e5a08'


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

2014-11-09 Thread Bartłomiej Piotrowski
Date: Monday, November 10, 2014 @ 08:37:45
  Author: bpiotrowski
Revision: 225811

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

Added:
  dosfstools/repos/core-i686/PKGBUILD
(from rev 225810, dosfstools/trunk/PKGBUILD)
  dosfstools/repos/core-x86_64/PKGBUILD
(from rev 225810, dosfstools/trunk/PKGBUILD)
Deleted:
  dosfstools/repos/core-i686/PKGBUILD
  dosfstools/repos/core-x86_64/PKGBUILD

--+
 /PKGBUILD|   48 
 core-i686/PKGBUILD   |   24 
 core-x86_64/PKGBUILD |   24 
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-11-10 07:37:03 UTC (rev 225810)
+++ core-i686/PKGBUILD  2014-11-10 07:37:45 UTC (rev 225811)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-pkgname=dosfstools
-pkgver=3.0.26
-pkgrel=1
-pkgdesc=DOS filesystem utilities
-arch=(i686 x86_64)
-depends=('glibc')
-source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-url=http://www.daniel-baumann.ch/software/dosfstools/;
-license=('GPL2')
-md5sums=('45012f5f56f2aae3afcd62120b9e5a08'
- 'SKIP')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package () {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
-}

Copied: dosfstools/repos/core-i686/PKGBUILD (from rev 225810, 
dosfstools/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-11-10 07:37:45 UTC (rev 225811)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=dosfstools
+pkgver=3.0.26
+pkgrel=1
+pkgdesc=DOS filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc')
+source=(http://daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+url=http://www.daniel-baumann.ch/software/dosfstools/;
+license=('GPL2')
+md5sums=('45012f5f56f2aae3afcd62120b9e5a08'
+ 'SKIP')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-11-10 07:37:03 UTC (rev 225810)
+++ core-x86_64/PKGBUILD2014-11-10 07:37:45 UTC (rev 225811)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-pkgname=dosfstools
-pkgver=3.0.26
-pkgrel=1
-pkgdesc=DOS filesystem utilities
-arch=(i686 x86_64)
-depends=('glibc')
-source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-url=http://www.daniel-baumann.ch/software/dosfstools/;
-license=('GPL2')
-md5sums=('45012f5f56f2aae3afcd62120b9e5a08'
- 'SKIP')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package () {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
-}

Copied: dosfstools/repos/core-x86_64/PKGBUILD (from rev 225810, 
dosfstools/trunk/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-11-10 07:37:45 UTC (rev 225811)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=dosfstools
+pkgver=3.0.26
+pkgrel=1
+pkgdesc=DOS filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc')
+source=(http://daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+url=http://www.daniel-baumann.ch/software/dosfstools/;
+license=('GPL2')
+md5sums=('45012f5f56f2aae3afcd62120b9e5a08'
+ 'SKIP')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
+}