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

2014-03-28 Thread Felix Yan
Date: Friday, March 28, 2014 @ 07:09:06
  Author: fyan
Revision: 208887

upgpkg: pyqt4 4.10.4-2

- rebuild to fix the missing dbus/mainloop/qt.so problem, similar to FS#39650

Modified:
  pyqt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 05:58:13 UTC (rev 208886)
+++ PKGBUILD2014-03-28 06:09:06 UTC (rev 208887)
@@ -6,7 +6,7 @@
 pkgbase=pyqt4
 pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
 pkgver=4.10.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/pyqt/intro'
 license=('GPL')



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

2014-03-28 Thread Felix Yan
Date: Friday, March 28, 2014 @ 07:10:07
  Author: fyan
Revision: 20

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-28 06:09:06 UTC (rev 208887)
+++ extra-i686/PKGBUILD 2014-03-28 06:10:07 UTC (rev 20)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
-
-pkgbase=pyqt4
-pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
-pkgver=4.10.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.riverbankcomputing.com/software/pyqt/intro'
-license=('GPL')
-makedepends=('python-sip' 'python-dbus' 'python2-sip' 'phonon' 'mesa'
- 'python2-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus')
-source=(http://downloads.sourceforge.net/pyqt/PyQt-x11-gpl-${pkgver}.tar.gz;)
-md5sums=('20940f6b2c957269cdd02d0efe537515')
-
-build() {
-  cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
-
-  cd PyQt-x11-gpl-${pkgver}
-  python configure.py \
---confirm-license \
---qsci-api \
--q /usr/bin/qmake-qt4
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  ### Python2 version ###
-  cd ../Py2Qt-x11-gpl-${pkgver}
-  python2 configure.py \
---confirm-license \
--v /usr/share/sip \
---qsci-api \
--q /usr/bin/qmake-qt4
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt4-common(){
-  pkgdesc=Common PyQt files shared between python-pyqt4 and python2-pyqt4
-  depends=('qt4')
-  replaces=('pyqt-common')
-  conflicts=('pyqt-common')
-  provides=(pyqt-common=${pkgver})
-
-  cd PyQt-x11-gpl-${pkgver}
-  make -C pyrcc DESTDIR=${pkgdir} install
-  make -C pylupdate DESTDIR=${pkgdir} install
-
-  install -Dm644 PyQt4.api ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.api
-}
-
-package_python-pyqt4(){
-  pkgdesc=A set of Python 3.x bindings for the Qt toolkit
-  depends=('qtwebkit' 'python-sip' 'python-dbus' 'pyqt4-common')
-  optdepends=('phonon: enable audio and video in PyQt applications'
-  'qscintilla: QScintilla API'
-  'qt-assistant-compat: add PyQt online help in Qt Assistant')
-  replaces=('pyqt')
-  conflicts=('pyqt')
-  provides=(pyqt=${pkgver})
-
-  cd PyQt-x11-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Provided by pyqt-common
-  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4}
-  rm ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.api
-}
-
-package_python2-pyqt4(){
-  pkgdesc=A set of Python 2.x bindings for the Qt toolkit
-  depends=('qtwebkit' 'python2-sip' 'python2-dbus' 'pyqt4-common')
-  optdepends=('phonon: enable audio and video in PyQt applications'
-  'python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'qscintilla: QScintilla API'
-  'qt-assistant-compat: add PyQt online help in Qt Assistant')
-  replaces=('python2-pyqt')
-  conflicts=('python2-pyqt')
-  provides=(python2-pyqt=${pkgver})
-
-  cd Py2Qt-x11-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Fix conflicts with python-pyqt4
-  mv ${pkgdir}/usr/bin/{,python2-}pyuic4
-
-  # Provided by python-pyqt4
-  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4}
-  rm ${pkgdir}/usr/lib/qt4/plugins/designer/libpyqt4.so
-  rm ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.api
-}

Copied: pyqt4/repos/extra-i686/PKGBUILD (from rev 208887, pyqt4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-28 06:10:07 UTC (rev 20)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
+
+pkgbase=pyqt4
+pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
+pkgver=4.10.4
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/pyqt/intro'
+license=('GPL')

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

2014-03-28 Thread Sven-Hendrik Haase
Date: Friday, March 28, 2014 @ 07:23:36
  Author: svenstaro
Revision: 108536

upgpkg: springlobby 0.186-1

upstream release 0.186

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 05:39:25 UTC (rev 108535)
+++ PKGBUILD2014-03-28 06:23:36 UTC (rev 108536)
@@ -3,7 +3,7 @@
 # Contributor: DuGi d...@irc.pl
 
 pkgname=springlobby
-pkgver=0.182
+pkgver=0.186
 pkgrel=1
 pkgdesc=A free cross-platform lobby client for the Spring RTS project.
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('boost' 'asio' 'cmake')
 install=springlobby.install
 source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d20ce337747374b9a4ec51c5fa6f5202')
+md5sums=('95d7a77f180dc35873d6bb31435591e1')
 
 build() {
   cd $srcdir/${pkgname}-$pkgver



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

2014-03-28 Thread Sven-Hendrik Haase
Date: Friday, March 28, 2014 @ 07:23:41
  Author: svenstaro
Revision: 108537

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

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

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-28 06:23:36 UTC (rev 108536)
+++ community-i686/PKGBUILD 2014-03-28 06:23:41 UTC (rev 108537)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.182
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d20ce337747374b9a4ec51c5fa6f5202')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 108536, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-28 06:23:41 UTC (rev 108537)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.186
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('95d7a77f180dc35873d6bb31435591e1')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-03-28 06:23:36 UTC (rev 108536)
+++ community-i686/springlobby.install  2014-03-28 06:23:41 UTC (rev 108537)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 108536, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-03-28 06:23:41 UTC (rev 108537)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-28 06:23:36 UTC (rev 108536)
+++ community-x86_64/PKGBUILD   2014-03-28 06:23:41 UTC (rev 108537)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.182
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')

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

2014-03-28 Thread Felix Yan
Date: Friday, March 28, 2014 @ 07:37:30
  Author: fyan
Revision: 208889

upgpkg: pyqt5 5.2.1-2

- rebuild to fix the missing dbus/mainloop/qt.so problem in FS#39650

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 06:10:07 UTC (rev 20)
+++ PKGBUILD2014-03-28 06:37:30 UTC (rev 208889)
@@ -8,7 +8,7 @@
 pkgname=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')



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

2014-03-28 Thread Felix Yan
Date: Friday, March 28, 2014 @ 07:38:37
  Author: fyan
Revision: 208890

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-28 06:37:30 UTC (rev 208889)
+++ extra-i686/PKGBUILD 2014-03-28 06:38:37 UTC (rev 208890)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Yichao Yu yyc1...@gmail.com
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
-
-pkgbase=pyqt5
-pkgname=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.2.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://riverbankcomputing.co.uk/software/pyqt/intro;
-license=('GPL')
-makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools'
- 'qt5-svg' 'qt5-serialport')
-source=(http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz;)
-md5sums=('8ab34b17b7d76ad613ff3af3c59e0c20')
-
-build() {
-  cp -r PyQt-gpl-${pkgver} Py2Qt-gpl-${pkgver}
-
-  cd PyQt-gpl-${pkgver}
-  python3 configure.py \
---confirm-license \
--v /usr/share/sip/PyQt5 \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  ### Python2 version ###
-  cd ../Py2Qt-gpl-${pkgver}
-  python2 configure.py \
---confirm-license \
--v /usr/share/sip/Py2-PyQt5 \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc=Common PyQt files shared between python-pyqt5 and python2-pyqt5
-  depends=('qt5-base')
-
-  cd PyQt-gpl-${pkgver}
-  make -C pyrcc DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-  make -C pylupdate DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  install -Dm644 PyQt5.api ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python-pyqt5(){
-  pkgdesc=A set of Python 3.x bindings for the Qt5 toolkit
-  depends=('python-sip' 'pyqt5-common' 'python' 'python')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd PyQt-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Provided by pyqt-common
-  rm ${pkgdir}/usr/bin/{pylupdate5,pyrcc5}
-  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python2-pyqt5(){
-  pkgdesc=A set of Python 2.x bindings for the Qt5 toolkit
-  depends=('python2-sip' 'pyqt5-common' 'python2')
-  optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd Py2Qt-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Fix conflicts with python-pyqt5
-  mv ${pkgdir}/usr/bin/{,python2-}pyuic5
-
-  rm ${pkgdir}/usr/bin/{pylupdate5,pyrcc5}
-  rm ${pkgdir}/usr/lib/qt/plugins/designer/libpyqt5.so
-  rm ${pkgdir}/usr/lib/qt/plugins/PyQt5/libpyqt5qmlplugin.so
-  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-}

Copied: pyqt5/repos/extra-i686/PKGBUILD (from rev 208889, pyqt5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-28 

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

2014-03-28 Thread Sergej Pupykin
Date: Friday, March 28, 2014 @ 08:08:24
  Author: spupykin
Revision: 108539

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

Added:
  apcupsd/repos/community-i686/PKGBUILD
(from rev 108538, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
(from rev 108538, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-i686/apcupsd.service
(from rev 108538, apcupsd/trunk/apcupsd.service)
  apcupsd/repos/community-x86_64/PKGBUILD
(from rev 108538, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
(from rev 108538, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-x86_64/apcupsd.service
(from rev 108538, apcupsd/trunk/apcupsd.service)
Deleted:
  apcupsd/repos/community-i686/PKGBUILD
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
  apcupsd/repos/community-i686/apcupsd.service
  apcupsd/repos/community-x86_64/PKGBUILD
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
  apcupsd/repos/community-x86_64/apcupsd.service

+
 /PKGBUILD  |   98 +++
 /apcupsd-tmpfiles.conf |4 +
 /apcupsd.service   |   16 +
 community-i686/PKGBUILD|   46 --
 community-i686/apcupsd-tmpfiles.conf   |2 
 community-i686/apcupsd.service |8 --
 community-x86_64/PKGBUILD  |   46 --
 community-x86_64/apcupsd-tmpfiles.conf |2 
 community-x86_64/apcupsd.service   |8 --
 9 files changed, 118 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-28 07:08:07 UTC (rev 108538)
+++ community-i686/PKGBUILD 2014-03-28 07:08:24 UTC (rev 108539)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Todd Musall tmus...@comcast.net
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=apcupsd
-pkgver=3.14.10
-pkgrel=7
-pkgdesc=Power mangement and controlling most of APC's UPS models
-arch=(i686 x86_64)
-url=http://www.apcupsd.org;
-license=('GPL')
-depends=('gcc-libs')
-optdepends=('gd: for CGI'
-'gconf: for frontend'
-'gtk2: for frontend')
-makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2' 'systemd-sysvcompat')
-backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
-etc/apcupsd/multimon.conf)
-source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz
-apcupsd.service
-apcupsd-tmpfiles.conf)
-sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032'
-'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
-   --sbindir=/usr/bin \
-   --enable-cgi --enable-usb --enable-net \
-   --with-upstype=usb --with-upscable=usb \
-   --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
-   --enable-pthreads --enable-gapcmon
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -Dm644 $srcdir/apcupsd.service 
$pkgdir/usr/lib/systemd/system/apcupsd.service
-   install -Dm644 $srcdir/apcupsd-tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf
-   chmod 755 $pkgdir/usr/bin/*
-   install -dm755 $pkgdir/usr/lib/$pkgname/cgi-bin
-   mv $pkgdir/etc/apcupsd/*.cgi $pkgdir/usr/lib/$pkgname/cgi-bin
-}

Copied: apcupsd/repos/community-i686/PKGBUILD (from rev 108538, 
apcupsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-28 07:08:24 UTC (rev 108539)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Todd Musall tmus...@comcast.net
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=apcupsd
+pkgver=3.14.11
+pkgrel=1
+pkgdesc=Power mangement and controlling most of APC's UPS models
+arch=(i686 x86_64)
+url=http://www.apcupsd.org;
+license=('GPL')
+depends=('gcc-libs')
+optdepends=('gd: for CGI'
+'gconf: for frontend'
+'gtk2: for frontend')
+makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2' 'systemd-sysvcompat')
+backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
+etc/apcupsd/multimon.conf)
+source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz
+apcupsd.service
+apcupsd-tmpfiles.conf)
+sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032'
+'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
+

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

2014-03-28 Thread Sergej Pupykin
Date: Friday, March 28, 2014 @ 08:08:07
  Author: spupykin
Revision: 108538

upgpkg: apcupsd 3.14.11-1

upd

Modified:
  apcupsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 06:23:41 UTC (rev 108537)
+++ PKGBUILD2014-03-28 07:08:07 UTC (rev 108538)
@@ -4,8 +4,8 @@
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=apcupsd
-pkgver=3.14.10
-pkgrel=7
+pkgver=3.14.11
+pkgrel=1
 pkgdesc=Power mangement and controlling most of APC's UPS models
 arch=(i686 x86_64)
 url=http://www.apcupsd.org;
@@ -23,6 +23,9 @@
 sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032'
 '145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
 'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
+sha256sums=('adc72de89a704881d7c7454f7f98de7d0318102b2b08fe400f4e1cc4da462b73'
+'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
+'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2014-03-28 Thread Sergej Pupykin
Date: Friday, March 28, 2014 @ 08:08:27
  Author: spupykin
Revision: 108540

upgpkg: lxc 1:1.0.2-1

upd

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 07:08:24 UTC (rev 108539)
+++ PKGBUILD2014-03-28 07:08:27 UTC (rev 108540)
@@ -6,9 +6,9 @@
 # Contributor: Jon Nordby jono...@gmail.com
 
 pkgname=lxc
-pkgver=1.0.1
+pkgver=1.0.2
 epoch=1
-pkgrel=2
+pkgrel=1
 pkgdesc=Linux Containers
 arch=('i686' 'x86_64')
 url=http://linuxcontainers.org;
@@ -21,7 +21,7 @@
 source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz;
lxc.tmpfiles.d
lxc@.service)
-md5sums=('3c7379891e45713817ec873a167070b0'
+md5sums=('89cddb431672db355483a96046f7fd95'
  'df94c9fb8a753011c86ee664e9f521ff'
  '32db4ef06b27f36e15ff4b67c049dfeb')
 



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

2014-03-28 Thread Sergej Pupykin
Date: Friday, March 28, 2014 @ 08:08:43
  Author: spupykin
Revision: 108541

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

Added:
  lxc/repos/community-i686/PKGBUILD
(from rev 108540, lxc/trunk/PKGBUILD)
  lxc/repos/community-i686/lxc.install
(from rev 108540, lxc/trunk/lxc.install)
  lxc/repos/community-i686/lxc.tmpfiles.d
(from rev 108540, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-i686/lxc@.service
(from rev 108540, lxc/trunk/lxc@.service)
  lxc/repos/community-x86_64/PKGBUILD
(from rev 108540, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc.install
(from rev 108540, lxc/trunk/lxc.install)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 108540, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-x86_64/lxc@.service
(from rev 108540, lxc/trunk/lxc@.service)
Deleted:
  lxc/repos/community-i686/PKGBUILD
  lxc/repos/community-i686/lxc.install
  lxc/repos/community-i686/lxc.tmpfiles.d
  lxc/repos/community-i686/lxc@.service
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc.install
  lxc/repos/community-x86_64/lxc.tmpfiles.d
  lxc/repos/community-x86_64/lxc@.service

-+
 /PKGBUILD   |  122 ++
 /lxc.install|   16 
 /lxc.tmpfiles.d |2 
 /lxc@.service   |   22 ++
 community-i686/PKGBUILD |   61 ---
 community-i686/lxc.install  |8 --
 community-i686/lxc.tmpfiles.d   |1 
 community-i686/lxc@.service |   11 ---
 community-x86_64/PKGBUILD   |   61 ---
 community-x86_64/lxc.install|8 --
 community-x86_64/lxc.tmpfiles.d |1 
 community-x86_64/lxc@.service   |   11 ---
 12 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-28 07:08:27 UTC (rev 108540)
+++ community-i686/PKGBUILD 2014-03-28 07:08:43 UTC (rev 108541)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Jonathan Liu net...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=lxc
-pkgver=1.0.1
-epoch=1
-pkgrel=2
-pkgdesc=Linux Containers
-arch=('i686' 'x86_64')
-url=http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python')
-makedepends=('docbook2x')
-optdepends=('arch-install-scripts: for archlinux template')
-license=('LGPL')
-install=lxc.install
-options=('emptydirs')
-source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz;
-   lxc.tmpfiles.d
-   lxc@.service)
-md5sums=('3c7379891e45713817ec873a167070b0'
- 'df94c9fb8a753011c86ee664e9f521ff'
- '32db4ef06b27f36e15ff4b67c049dfeb')
-
-prepare() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  sed -i \
--e 's|\\-//Davenport//DTD DocBook V3.0//EN\\|\\-//OASIS//DTD DocBook 
XML\\ \\http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\;|' \
-configure.ac
-}
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-
-  make DESTDIR=$pkgdir install
-  install -d -m755 $pkgdir/var/lib/lxc
-  install -d -m755 $pkgdir/usr/lib/lxc/rootfs/dev
-  install -D -m644 ${srcdir}/lxc@.service 
${pkgdir}/usr/lib/systemd/system/lxc@.service
-  install -D -m644 ${srcdir}/lxc.tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man1/{} \;
-  find . -type f -name '*.5' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man5/{} \;
-  find . -type f -name '*.7' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man7/{} \;
-}

Copied: lxc/repos/community-i686/PKGBUILD (from rev 108540, lxc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-28 07:08:43 UTC (rev 108541)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Jonathan Liu net...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=lxc
+pkgver=1.0.2
+epoch=1
+pkgrel=1
+pkgdesc=Linux Containers
+arch=('i686' 'x86_64')
+url=http://linuxcontainers.org;
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python')
+makedepends=('docbook2x')
+optdepends=('arch-install-scripts: for archlinux template')
+license=('LGPL')
+install=lxc.install
+options=('emptydirs')

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

2014-03-28 Thread Sergej Pupykin
Date: Friday, March 28, 2014 @ 08:08:46
  Author: spupykin
Revision: 108542

upgpkg: rsyslog 7.6.3-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 07:08:43 UTC (rev 108541)
+++ PKGBUILD2014-03-28 07:08:46 UTC (rev 108542)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=rsyslog
-pkgver=7.6.2
+pkgver=7.6.3
 pkgrel=1
 pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
 url=http://www.rsyslog.com/;
@@ -21,7 +21,7 @@
 source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('e132218d3e623f965503664d1eceb410'
+md5sums=('09c29847fff170bece92975f1bb05caa'
  '0d990373f5c70ddee989296007b4df5b'
  'd61dd424e660eb16401121eed20d98bc')
 



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

2014-03-28 Thread Sergej Pupykin
Date: Friday, March 28, 2014 @ 08:09:00
  Author: spupykin
Revision: 108543

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 108542, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 108542, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 108542, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 108542, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 108542, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 108542, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  116 +++
 /rsyslog.conf  |   88 ++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   58 -
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   58 -
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-28 07:08:46 UTC (rev 108542)
+++ community-i686/PKGBUILD 2014-03-28 07:09:00 UTC (rev 108543)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=rsyslog
-pkgver=7.6.2
-pkgrel=1
-pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
-url=http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
-makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('e132218d3e623f965503664d1eceb410'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  echo rsyslogd_LDADD += \$(LIBESTR_LIBS) -lm tools/Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  # Install Daemons and Configuration Files
-  install -D -m644 doc/${pkgname}-example.conf 
${pkgdir}/usr/share/doc/$pkgname/${pkgname}.conf.example
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-
-  # fix location of systemctl and remove start precondition
-  sed -i $pkgdir/usr/lib/systemd/system/rsyslog.service \
--e 's@/bin/systemctl@/usr@' \
--e '/^ExecStartPre/d'
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 108542, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-28 07:09:00 UTC (rev 108543)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=rsyslog
+pkgver=7.6.3
+pkgrel=1
+pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
+url=http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
+makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')

[arch-commits] Commit in (167 files)

2014-03-28 Thread Andrea Scarpino
Date: Friday, March 28, 2014 @ 08:42:28
  Author: andrea
Revision: 208891

KDE 4.13 RC1

Modified:
  baloo-widgets/kde-unstable/PKGBUILD
  baloo/kde-unstable/PKGBUILD
  kactivities/kde-unstable/PKGBUILD
  kde-base-artwork/kde-unstable/PKGBUILD
  kde-wallpapers/kde-unstable/PKGBUILD
  kdeaccessibility-jovie/kde-unstable/PKGBUILD
  kdeaccessibility-kaccessible/kde-unstable/PKGBUILD
  kdeaccessibility-kmag/kde-unstable/PKGBUILD
  kdeaccessibility-kmousetool/kde-unstable/PKGBUILD
  kdeaccessibility-kmouth/kde-unstable/PKGBUILD
  kdeadmin-kcron/kde-unstable/PKGBUILD
  kdeadmin-ksystemlog/kde-unstable/PKGBUILD
  kdeadmin-kuser/kde-unstable/PKGBUILD
  kdeartwork/kde-unstable/PKGBUILD
  kdebase-konsole/kde-unstable/PKGBUILD
  kdebase-runtime/kde-unstable/PKGBUILD
  kdebase/kde-unstable/PKGBUILD
  kdebindings-kimono/kde-unstable/PKGBUILD
  kdebindings-korundum/kde-unstable/PKGBUILD
  kdebindings-kross/kde-unstable/PKGBUILD
  kdebindings-perlkde/kde-unstable/PKGBUILD
  kdebindings-perlqt/kde-unstable/PKGBUILD
  kdebindings-python/kde-unstable/PKGBUILD
  kdebindings-qtruby/kde-unstable/PKGBUILD
  kdebindings-qyoto/kde-unstable/PKGBUILD
  kdebindings-smokegen/kde-unstable/PKGBUILD
  kdebindings-smokekde/kde-unstable/PKGBUILD
  kdebindings-smokeqt/kde-unstable/PKGBUILD
  kdeedu-analitza/kde-unstable/PKGBUILD
  kdeedu-artikulate/kde-unstable/PKGBUILD
  kdeedu-blinken/kde-unstable/PKGBUILD
  kdeedu-cantor/kde-unstable/PKGBUILD
  kdeedu-kalgebra/kde-unstable/PKGBUILD
  kdeedu-kalzium/kde-unstable/PKGBUILD
  kdeedu-kanagram/kde-unstable/PKGBUILD
  kdeedu-kbruch/kde-unstable/PKGBUILD
  kdeedu-kgeography/kde-unstable/PKGBUILD
  kdeedu-khangman/kde-unstable/PKGBUILD
  kdeedu-kig/kde-unstable/PKGBUILD
  kdeedu-kiten/kde-unstable/PKGBUILD
  kdeedu-klettres/kde-unstable/PKGBUILD
  kdeedu-kmplot/kde-unstable/PKGBUILD
  kdeedu-kstars/kde-unstable/PKGBUILD
  kdeedu-ktouch/kde-unstable/PKGBUILD
  kdeedu-kturtle/kde-unstable/PKGBUILD
  kdeedu-kwordquiz/kde-unstable/PKGBUILD
  kdeedu-marble/kde-unstable/PKGBUILD
  kdeedu-pairs/kde-unstable/PKGBUILD
  kdeedu-parley/kde-unstable/PKGBUILD
  kdeedu-rocs/kde-unstable/PKGBUILD
  kdeedu-step/kde-unstable/PKGBUILD
  kdegames-bomber/kde-unstable/PKGBUILD
  kdegames-bovo/kde-unstable/PKGBUILD
  kdegames-granatier/kde-unstable/PKGBUILD
  kdegames-kajongg/kde-unstable/PKGBUILD
  kdegames-kapman/kde-unstable/PKGBUILD
  kdegames-katomic/kde-unstable/PKGBUILD
  kdegames-kblackbox/kde-unstable/PKGBUILD
  kdegames-kblocks/kde-unstable/PKGBUILD
  kdegames-kbounce/kde-unstable/PKGBUILD
  kdegames-kbreakout/kde-unstable/PKGBUILD
  kdegames-kdiamond/kde-unstable/PKGBUILD
  kdegames-kfourinline/kde-unstable/PKGBUILD
  kdegames-kgoldrunner/kde-unstable/PKGBUILD
  kdegames-kigo/kde-unstable/PKGBUILD
  kdegames-killbots/kde-unstable/PKGBUILD
  kdegames-kiriki/kde-unstable/PKGBUILD
  kdegames-kjumpingcube/kde-unstable/PKGBUILD
  kdegames-klickety/kde-unstable/PKGBUILD
  kdegames-klines/kde-unstable/PKGBUILD
  kdegames-kmahjongg/kde-unstable/PKGBUILD
  kdegames-kmines/kde-unstable/PKGBUILD
  kdegames-knavalbattle/kde-unstable/PKGBUILD
  kdegames-knetwalk/kde-unstable/PKGBUILD
  kdegames-kolf/kde-unstable/PKGBUILD
  kdegames-kollision/kde-unstable/PKGBUILD
  kdegames-konquest/kde-unstable/PKGBUILD
  kdegames-kpatience/kde-unstable/PKGBUILD
  kdegames-kreversi/kde-unstable/PKGBUILD
  kdegames-kshisen/kde-unstable/PKGBUILD
  kdegames-ksirk/kde-unstable/PKGBUILD
  kdegames-ksnakeduel/kde-unstable/PKGBUILD
  kdegames-kspaceduel/kde-unstable/PKGBUILD
  kdegames-ksquares/kde-unstable/PKGBUILD
  kdegames-ksudoku/kde-unstable/PKGBUILD
  kdegames-ktuberling/kde-unstable/PKGBUILD
  kdegames-kubrick/kde-unstable/PKGBUILD
  kdegames-lskat/kde-unstable/PKGBUILD
  kdegames-palapeli/kde-unstable/PKGBUILD
  kdegames-picmi/kde-unstable/PKGBUILD
  kdegraphics-gwenview/kde-unstable/PKGBUILD
  kdegraphics-kamera/kde-unstable/PKGBUILD
  kdegraphics-kcolorchooser/kde-unstable/PKGBUILD
  kdegraphics-kgamma/kde-unstable/PKGBUILD
  kdegraphics-kolourpaint/kde-unstable/PKGBUILD
  kdegraphics-kruler/kde-unstable/PKGBUILD
  kdegraphics-ksaneplugin/kde-unstable/PKGBUILD
  kdegraphics-ksnapshot/kde-unstable/PKGBUILD
  kdegraphics-mobipocket/kde-unstable/PKGBUILD
  kdegraphics-okular/kde-unstable/PKGBUILD
  kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD
  kdegraphics-svgpart/kde-unstable/PKGBUILD
  kdegraphics-thumbnailers/kde-unstable/PKGBUILD
  kdelibs/kde-unstable/PKGBUILD
  kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD
  kdemultimedia-dragonplayer/kde-unstable/PKGBUILD
  kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD
  kdemultimedia-juk/kde-unstable/PKGBUILD
  kdemultimedia-kmix/kde-unstable/PKGBUILD
  kdemultimedia-kscd/kde-unstable/PKGBUILD
  kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD
  kdenetwork-filesharing/kde-unstable/PKGBUILD
  kdenetwork-kget/kde-unstable/PKGBUILD
  kdenetwork-kopete/kde-unstable/PKGBUILD
  kdenetwork-kppp/kde-unstable/PKGBUILD
  kdenetwork-krdc/kde-unstable/PKGBUILD
  

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

2014-03-28 Thread Jelle van der Waa
Date: Friday, March 28, 2014 @ 10:53:09
  Author: jelle
Revision: 108544

db-move: moved calibre from [community-testing] to [community] (i686, x86_64)

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 108543, calibre/repos/community-testing-i686/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 108543, calibre/repos/community-testing-i686/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 108543, calibre/repos/community-testing-i686/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 108543, 
calibre/repos/community-testing-i686/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 108543, calibre/repos/community-testing-x86_64/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 108543, 
calibre/repos/community-testing-x86_64/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 108543, calibre/repos/community-testing-x86_64/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 108543, 
calibre/repos/community-testing-x86_64/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-testing-i686/
  calibre/repos/community-testing-x86_64/
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 /PKGBUILD  |  178 +++
 /calibre-mount-helper  |   56 +++
 /calibre.install   |   24 +++
 /desktop_integration.patch |  202 +++
 community-i686/PKGBUILD|   89 ---
 community-i686/calibre-mount-helper|   28 ---
 community-i686/calibre.install |   12 -
 community-i686/desktop_integration.patch   |  101 -
 community-x86_64/PKGBUILD  |   89 ---
 community-x86_64/calibre-mount-helper  |   28 ---
 community-x86_64/calibre.install   |   12 -
 community-x86_64/desktop_integration.patch |  101 -
 12 files changed, 460 insertions(+), 460 deletions(-)

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


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

2014-03-28 Thread Jelle van der Waa
Date: Friday, March 28, 2014 @ 11:05:28
  Author: jelle
Revision: 108545

upgpkg: calibre 1.30.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 09:53:09 UTC (rev 108544)
+++ PKGBUILD2014-03-28 10:05:28 UTC (rev 108545)
@@ -7,8 +7,8 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=1.29.0
-pkgrel=2
+pkgver=1.30.0
+pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
 url=http://calibre-ebook.com/;
@@ -25,7 +25,7 @@
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('1df9ee27a9bff5072184d5e9629f1209'
+md5sums=('2dadae4d9293ee33e99afae2e223686e'
  'ece36dfd737fa4a346f0a0e59395e949'
  '675cd87d41342119827ef706055491e7')
 



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

2014-03-28 Thread Jelle van der Waa
Date: Friday, March 28, 2014 @ 11:07:10
  Author: jelle
Revision: 108546

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 108545, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 108545, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 108545, calibre/trunk/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 108545, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 108545, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 108545, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 108545, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 108545, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 /PKGBUILD  |  178 +++
 /calibre-mount-helper  |   56 +++
 /calibre.install   |   24 +++
 /desktop_integration.patch |  202 +++
 community-i686/PKGBUILD|   89 ---
 community-i686/calibre-mount-helper|   28 ---
 community-i686/calibre.install |   12 -
 community-i686/desktop_integration.patch   |  101 -
 community-x86_64/PKGBUILD  |   89 ---
 community-x86_64/calibre-mount-helper  |   28 ---
 community-x86_64/calibre.install   |   12 -
 community-x86_64/desktop_integration.patch |  101 -
 12 files changed, 460 insertions(+), 460 deletions(-)

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


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

2014-03-28 Thread Guillaume Alaux
Date: Friday, March 28, 2014 @ 14:13:41
  Author: guillaume
Revision: 208894

Set filenames to 'source' array entries

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 12:28:18 UTC (rev 208893)
+++ PKGBUILD2014-03-28 13:13:41 UTC (rev 208894)
@@ -35,13 +35,13 @@
 
 
_url=http://icedtea.classpath.org/hg/release/icedtea7-forest-${_icedtea_ver:0:3}
 
source=(http://icedtea.classpath.org/download/source/icedtea-${_icedtea_ver}.tar.gz
-${_url}/archive/${_OPENJDK_CHANGESET}.tar.gz   
# openjdk.tar.gz
-${_url}/corba/archive/${_CORBA_CHANGESET}.tar.gz   
# corba.tar.gz
-${_url}/jaxp/archive/${_JAXP_CHANGESET}.tar.gz 
# jaxp.tar.gz
-${_url}/jaxws/archive/${_JAXWS_CHANGESET}.tar.gz   
# jaxws.tar.gz
-${_url}/jdk/archive/${_JDK_CHANGESET}.tar.gz   
# jdk.tar.gz
-${_url}/langtools/archive/${_LANGTOOLS_CHANGESET}.tar.gz   
# langtools.tar.gz
-${_url}/hotspot/archive/${_HOTSPOT_CHANGESET}.tar.gz   
# hotspot.tar.gz
+openjdk.tar.gz::${_url}/archive/${_OPENJDK_CHANGESET}.tar.gz
+corba.tar.gz::${_url}/corba/archive/${_CORBA_CHANGESET}.tar.gz
+jaxp.tar.gz::${_url}/jaxp/archive/${_JAXP_CHANGESET}.tar.gz
+jaxws.tar.gz::${_url}/jaxws/archive/${_JAXWS_CHANGESET}.tar.gz
+jdk.tar.gz::${_url}/jdk/archive/${_JDK_CHANGESET}.tar.gz
+
langtools.tar.gz::${_url}/langtools/archive/${_LANGTOOLS_CHANGESET}.tar.gz
+hotspot.tar.gz::${_url}/hotspot/archive/${_HOTSPOT_CHANGESET}.tar.gz
 fontconfig-paths.diff
 openjdk7_nonreparenting-wm.diff
 jdk7-openjdk.profile
@@ -102,13 +102,13 @@
 --disable-downloading --disable-Werror \
 --with-pkgversion=ArchLinux build ${pkgver}-${pkgrel}-${CARCH} \
 --with-jdk-home=${JAVA_HOME} \
---with-openjdk-src-zip=${srcdir}/${_OPENJDK_CHANGESET}.tar.gz \
---with-hotspot-src-zip=${srcdir}/${_HOTSPOT_CHANGESET}.tar.gz \
---with-corba-src-zip=${srcdir}/${_CORBA_CHANGESET}.tar.gz \
---with-jaxp-src-zip=${srcdir}/${_JAXP_CHANGESET}.tar.gz \
---with-jaxws-src-zip=${srcdir}/${_JAXWS_CHANGESET}.tar.gz \
---with-jdk-src-zip=${srcdir}/${_JDK_CHANGESET}.tar.gz \
---with-langtools-src-zip=${srcdir}/${_LANGTOOLS_CHANGESET}.tar.gz \
+--with-openjdk-src-zip=${srcdir}/openjdk.tar.gz \
+--with-hotspot-src-zip=${srcdir}/hotspot.tar.gz \
+--with-corba-src-zip=${srcdir}/corba.tar.gz \
+--with-jaxp-src-zip=${srcdir}/jaxp.tar.gz \
+--with-jaxws-src-zip=${srcdir}/jaxws.tar.gz \
+--with-jdk-src-zip=${srcdir}/jdk.tar.gz \
+--with-langtools-src-zip=${srcdir}/langtools.tar.gz \
 --enable-pulse-java \
 --enable-nss \
 --with-rhino \



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

2014-03-28 Thread Bartłomiej Piotrowski
Date: Friday, March 28, 2014 @ 15:20:11
  Author: bpiotrowski
Revision: 108547

upgpkg: phpmyadmin 4.1.12-1

new upstream release

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 10:07:10 UTC (rev 108546)
+++ PKGBUILD2014-03-28 14:20:11 UTC (rev 108547)
@@ -6,7 +6,7 @@
 # Contributor: Simon Lackerbauer calypso at strpg.org
 
 pkgname=phpmyadmin
-pkgver=4.1.11
+pkgver=4.1.12
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -17,7 +17,7 @@
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-sha256sums=('8227a1ca139dc08c1a5b68d2da0b803dd462aae625df3d728a1b3804463667ef')
+sha256sums=('8176f4958b6bfb319e2efd50e6c620e00b9a506532321b09f16d59b228039819')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/phpMyAdmin



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

2014-03-28 Thread Guillaume Alaux
Date: Friday, March 28, 2014 @ 14:48:19
  Author: guillaume
Revision: 208895

Add changset to filenames in 'source' array entries

This prevents file confusions between different version builds

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 13:13:41 UTC (rev 208894)
+++ PKGBUILD2014-03-28 13:48:19 UTC (rev 208895)
@@ -1,4 +1,4 @@
-# $Id$
+# $id: pkgbuild 208894 2014-03-28 13:13:41z guillaume $
 # Maintainer: Andreas Radke andy...@archlinux.org
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 # Contributor: Jan de Groot j...@archlinux.org
@@ -35,13 +35,13 @@
 
 
_url=http://icedtea.classpath.org/hg/release/icedtea7-forest-${_icedtea_ver:0:3}
 
source=(http://icedtea.classpath.org/download/source/icedtea-${_icedtea_ver}.tar.gz
-openjdk.tar.gz::${_url}/archive/${_OPENJDK_CHANGESET}.tar.gz
-corba.tar.gz::${_url}/corba/archive/${_CORBA_CHANGESET}.tar.gz
-jaxp.tar.gz::${_url}/jaxp/archive/${_JAXP_CHANGESET}.tar.gz
-jaxws.tar.gz::${_url}/jaxws/archive/${_JAXWS_CHANGESET}.tar.gz
-jdk.tar.gz::${_url}/jdk/archive/${_JDK_CHANGESET}.tar.gz
-
langtools.tar.gz::${_url}/langtools/archive/${_LANGTOOLS_CHANGESET}.tar.gz
-hotspot.tar.gz::${_url}/hotspot/archive/${_HOTSPOT_CHANGESET}.tar.gz
+
openjdk-${_OPENJDK_CHANGESET}.tar.gz::${_url}/archive/${_OPENJDK_CHANGESET}.tar.gz
+
corba-${_CORBA_CHANGESET}.tar.gz::${_url}/corba/archive/${_CORBA_CHANGESET}.tar.gz
+
jaxp-${_JAXP_CHANGESET}.tar.gz::${_url}/jaxp/archive/${_JAXP_CHANGESET}.tar.gz
+
jaxws-${_JAXWS_CHANGESET}.tar.gz::${_url}/jaxws/archive/${_JAXWS_CHANGESET}.tar.gz
+
jdk-${_JDK_CHANGESET}.tar.gz::${_url}/jdk/archive/${_JDK_CHANGESET}.tar.gz
+
langtools-${_LANGTOOLS_CHANGESET}.tar.gz::${_url}/langtools/archive/${_LANGTOOLS_CHANGESET}.tar.gz
+
hotspot-${_HOTSPOT_CHANGESET}.tar.gz::${_url}/hotspot/archive/${_HOTSPOT_CHANGESET}.tar.gz
 fontconfig-paths.diff
 openjdk7_nonreparenting-wm.diff
 jdk7-openjdk.profile
@@ -64,13 +64,13 @@
 'b7c045b08ad55a9f79390c104fa846d0e7dbb49fccffb2fab2a3824b6b19c9c8'
 '89d99d8ac269ca66e2e279aff652d5aac938a35faec93cd8cff8f048052bd3ce')
 
-noextract=(${_OPENJDK_CHANGESET}.tar.gz
-   ${_CORBA_CHANGESET}.tar.gz
-   ${_JAXP_CHANGESET}.tar.gz
-   ${_JAXWS_CHANGESET}.tar.gz
-   ${_JDK_CHANGESET}.tar.gz
-   ${_LANGTOOLS_CHANGESET}.tar.gz
-   ${_HOTSPOT_CHANGESET}.tar.gz)
+noextract=(openjdk-${_OPENJDK_CHANGESET}.tar.gz
+   corba-${_CORBA_CHANGESET}.tar.gz
+   jaxp-${_JAXP_CHANGESET}.tar.gz
+   jaxws-${_JAXWS_CHANGESET}.tar.gz
+   jdk-${_JDK_CHANGESET}.tar.gz
+   langtools-${_LANGTOOLS_CHANGESET}.tar.gz
+   hotspot-${_HOTSPOT_CHANGESET}.tar.gz)
 
   _jvmdir=/usr/lib/jvm/java-7-openjdk
 
@@ -102,13 +102,13 @@
 --disable-downloading --disable-Werror \
 --with-pkgversion=ArchLinux build ${pkgver}-${pkgrel}-${CARCH} \
 --with-jdk-home=${JAVA_HOME} \
---with-openjdk-src-zip=${srcdir}/openjdk.tar.gz \
---with-hotspot-src-zip=${srcdir}/hotspot.tar.gz \
---with-corba-src-zip=${srcdir}/corba.tar.gz \
---with-jaxp-src-zip=${srcdir}/jaxp.tar.gz \
---with-jaxws-src-zip=${srcdir}/jaxws.tar.gz \
---with-jdk-src-zip=${srcdir}/jdk.tar.gz \
---with-langtools-src-zip=${srcdir}/langtools.tar.gz \
+--with-openjdk-src-zip=${srcdir}/openjdk-${_OPENJDK_CHANGESET}.tar.gz \
+--with-hotspot-src-zip=${srcdir}/hotspot-${_HOTSPOT_CHANGESET}.tar.gz \
+--with-corba-src-zip=${srcdir}/corba-${_CORBA_CHANGESET}.tar.gz \
+--with-jaxp-src-zip=${srcdir}/jaxp-${_JAXP_CHANGESET}.tar.gz \
+--with-jaxws-src-zip=${srcdir}/jaxws-${_JAXWS_CHANGESET}.tar.gz \
+--with-jdk-src-zip=${srcdir}/jdk-${_JDK_CHANGESET}.tar.gz \
+
--with-langtools-src-zip=${srcdir}/langtools-${_LANGTOOLS_CHANGESET}.tar.gz \
 --enable-pulse-java \
 --enable-nss \
 --with-rhino \



[arch-commits] Commit in java7-openjdk/repos (36 files)

2014-03-28 Thread Guillaume Alaux
Date: Friday, March 28, 2014 @ 16:50:12
  Author: guillaume
Revision: 208914

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

Added:
  java7-openjdk/repos/extra-i686/PKGBUILD
(from rev 208913, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
(from rev 208913, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile
(from rev 208913, java7-openjdk/trunk/jdk7-openjdk.profile)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile.csh
(from rev 208913, java7-openjdk/trunk/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
(from rev 208913, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
(from rev 208913, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile
(from rev 208913, java7-openjdk/trunk/jre7-openjdk.profile)
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile.csh
(from rev 208913, java7-openjdk/trunk/jre7-openjdk.profile.csh)
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
(from rev 208913, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
  java7-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 208913, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
(from rev 208913, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile
(from rev 208913, java7-openjdk/trunk/jdk7-openjdk.profile)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile.csh
(from rev 208913, java7-openjdk/trunk/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
(from rev 208913, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
(from rev 208913, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile
(from rev 208913, java7-openjdk/trunk/jre7-openjdk.profile)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile.csh
(from rev 208913, java7-openjdk/trunk/jre7-openjdk.profile.csh)
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff
(from rev 208913, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
Deleted:
  java7-openjdk/repos/extra-i686/PKGBUILD
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile.csh
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile.csh
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
  java7-openjdk/repos/extra-x86_64/PKGBUILD
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile.csh
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile.csh
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff

--+
 /PKGBUILD|  730 +
 /fontconfig-paths.diff   |  268 +
 /jdk7-openjdk.profile|2 
 /jdk7-openjdk.profile.csh|2 
 /jre7-openjdk-headless.install   |   22 
 /jre7-openjdk.install|   36 +
 /jre7-openjdk.profile|8 
 /jre7-openjdk.profile.csh|8 
 /openjdk7_nonreparenting-wm.diff |  116 +++
 extra-i686/PKGBUILD  |  365 
 extra-i686/fontconfig-paths.diff |  134 
 extra-i686/jdk7-openjdk.profile  |1 
 extra-i686/jdk7-openjdk.profile.csh  |1 
 extra-i686/jre7-openjdk-headless.install |   11 
 extra-i686/jre7-openjdk.install  |   18 
 extra-i686/jre7-openjdk.profile  |4 
 extra-i686/jre7-openjdk.profile.csh  |4 
 extra-i686/openjdk7_nonreparenting-wm.diff   |   58 -
 extra-x86_64/PKGBUILD|  365 
 extra-x86_64/fontconfig-paths.diff   |  134 
 extra-x86_64/jdk7-openjdk.profile|1 
 extra-x86_64/jdk7-openjdk.profile.csh|1 
 extra-x86_64/jre7-openjdk-headless.install   |   11 
 extra-x86_64/jre7-openjdk.install|   18 
 extra-x86_64/jre7-openjdk.profile|4 
 extra-x86_64/jre7-openjdk.profile.csh|4 
 extra-x86_64/openjdk7_nonreparenting-wm.diff |   58 -
 27 files changed, 1192 

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

2014-03-28 Thread Felix Yan
Date: Friday, March 28, 2014 @ 16:37:21
  Author: fyan
Revision: 108550

upgpkg: fcitx 4.2.8.3-3

- add upstream patch

Added:
  fcitx/trunk/add-a-context-variable-to-disable-punc.patch
Modified:
  fcitx/trunk/PKGBUILD

--+
 PKGBUILD |   22 +
 add-a-context-variable-to-disable-punc.patch |   59 +
 2 files changed, 73 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 15:28:52 UTC (rev 108549)
+++ PKGBUILD2014-03-28 15:37:21 UTC (rev 108550)
@@ -6,17 +6,22 @@
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
 pkgver=4.2.8.3
-pkgrel=2
+pkgrel=3
 groups=('fcitx-im')
 arch=('i686' 'x86_64')
 url=http://fcitx-im.org;
 license=('GPL')
-makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' \
- 'iso-codes' 'gobject-introspection' 'libxkbfile')
-source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz)
+makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' 'opencc' \
+ 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
+source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz
+add-a-context-variable-to-disable-punc.patch)
 
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -p1 -i ../add-a-context-variable-to-disable-punc.patch
+}
+
 build() {
-  cd $srcdir
   mkdir -p build
   cd build
 
@@ -36,7 +41,7 @@
 }
 
 check() {
-  cd ${srcdir}/build
+  cd build
   make test
 }
 
@@ -73,7 +78,7 @@
  'gettext: for fcitx-po-parser')
   install=fcitx.install
 
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 
   rm -r ${pkgdir}/usr/lib/{gtk-2.0,gtk-3.0,qt4}
@@ -119,4 +124,5 @@
   make DESTDIR=${pkgdir} install
 }
 
-sha512sums=('93c7aa5209f344e1e89addb1dca7a76cde884e4467c0db5f79e758ea8ffb0fe1207ba1c507fb6574fe8223fa873ed5d1dd44835b70cf9254f5149df8e242e92d')
+sha512sums=('93c7aa5209f344e1e89addb1dca7a76cde884e4467c0db5f79e758ea8ffb0fe1207ba1c507fb6574fe8223fa873ed5d1dd44835b70cf9254f5149df8e242e92d'
+
'ceb4d1b768f2f0c90c5bcde2c00a713883bed28d0e0e1f00a00c685020794d296045690cd55939127d0e204851248fe107e8a277571a8f7dbafde0eed29c340d')

Added: add-a-context-variable-to-disable-punc.patch
===
--- add-a-context-variable-to-disable-punc.patch
(rev 0)
+++ add-a-context-variable-to-disable-punc.patch2014-03-28 15:37:21 UTC 
(rev 108550)
@@ -0,0 +1,59 @@
+From: Xuetian Weng wen...@gmail.com
+Date: Tue, 11 Mar 2014 00:13:43 +0800
+Subject: add a context variable to disable punc
+
+---
+ src/lib/fcitx/context.h |2 ++
+ src/module/punc/punc.c  |   12 
+ 2 files changed, 14 insertions(+)
+
+diff --git a/src/lib/fcitx/context.h b/src/lib/fcitx/context.h
+index 32115af..05f0f91 100644
+--- a/src/lib/fcitx/context.h
 b/src/lib/fcitx/context.h
+@@ -70,6 +70,8 @@ extern C {
+ #define CONTEXT_DISABLE_AUTO_FIRST_CANDIDATE_HIGHTLIGHT 
CONTEXT_DISABLE_AUTO_FIRST_CANDIDATE_HIGHTLIGHT
+ /** disable auto first candidate highlight */
+ #define CONTEXT_DISABLE_FULLWIDTH CONTEXT_DISABLE_FULLWIDTH
++/** disable punc module */
++#define CONTEXT_DISABLE_PUNC CONTEXT_DISABLE_PUNC
+ 
+ /**
+  * @brief register a new global context variable
+diff --git a/src/module/punc/punc.c b/src/module/punc/punc.c
+index be6dec3..3327f9c 100644
+--- a/src/module/punc/punc.c
 b/src/module/punc/punc.c
+@@ -154,6 +154,8 @@ void* PuncCreate(FcitxInstance* instance)
+   PuncWhichCopy, 
PuncWhichFree,
+   puncState);
+ 
++FcitxInstanceRegisterWatchableContext(instance, CONTEXT_DISABLE_PUNC, 
FCT_Boolean, FCF_ResetOnInputMethodChange);
++
+ FcitxPuncAddFunctions(instance);
+ return puncState;
+ }
+@@ -250,6 +252,11 @@ boolean PuncPreFilter(void* arg, FcitxKeySym sym, 
unsigned int state,
+ {
+ FCITX_UNUSED(retVal);
+ FcitxPuncState *puncState = (FcitxPuncState*)arg;
++boolean disablePunc = FcitxInstanceGetContextBoolean(
++puncState-owner, CONTEXT_DISABLE_PUNC);
++if (disablePunc)
++return false;
++
+ if (FcitxHotkeyIsHotKeySimple(sym, state) 
+ !FcitxHotkeyIsHotKeyDigit(sym, state)  !IsHotKeyPunc(sym, state))
+ puncState-bLastIsNumber = false;
+@@ -269,6 +276,11 @@ boolean ProcessPunc(void* arg, FcitxKeySym sym, unsigned 
int state, INPUT_RETURN
+ if (*retVal != IRV_TO_PROCESS)
+ return false;
+ 
++boolean disablePunc = FcitxInstanceGetContextBoolean(
++puncState-owner, CONTEXT_DISABLE_PUNC);
++if (disablePunc)
++return false;
++
+ FcitxCandidateWordList *candList = FcitxInputStateGetCandidateList(input);
+ if (FcitxCandidateWordGetListSize(candList) != 

[arch-commits] Commit in xf86-video-vmware/trunk (PKGBUILD xatracker-v2-fixes.patch)

2014-03-28 Thread Andreas Radke
Date: Friday, March 28, 2014 @ 18:31:25
  Author: andyrtr
Revision: 208917

upgpkg: xf86-video-vmware 13.0.2-1

upstream update 13.0.2

Modified:
  xf86-video-vmware/trunk/PKGBUILD
Deleted:
  xf86-video-vmware/trunk/xatracker-v2-fixes.patch

--+
 PKGBUILD |   16 
 xatracker-v2-fixes.patch | 1583 -
 2 files changed, 4 insertions(+), 1595 deletions(-)

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


[arch-commits] Commit in xorg-util-macros/repos/extra-any (PKGBUILD PKGBUILD)

2014-03-28 Thread Andreas Radke
Date: Friday, March 28, 2014 @ 18:26:31
  Author: andyrtr
Revision: 208916

archrelease: copy trunk to extra-any

Added:
  xorg-util-macros/repos/extra-any/PKGBUILD
(from rev 208915, xorg-util-macros/trunk/PKGBUILD)
Deleted:
  xorg-util-macros/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-28 17:26:13 UTC (rev 208915)
+++ PKGBUILD2014-03-28 17:26:31 UTC (rev 208916)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-util-macros
-pkgver=1.18.0
-pkgrel=1
-pkgdesc=X.Org Autotools macros
-arch=(any)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
-sha256sums=('e5e3d132a852f0576ea2cf831a9813c54a58810a59cdb198f56b884c5a78945b')
-
-build() {
-  cd util-macros-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd util-macros-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/lib
-  mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-util-macros/repos/extra-any/PKGBUILD (from rev 208915, 
xorg-util-macros/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-28 17:26:31 UTC (rev 208916)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-util-macros
+pkgver=1.19.0
+pkgrel=1
+pkgdesc=X.Org Autotools macros
+arch=(any)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
+sha256sums=('2835b11829ee634e19fa56517b4cfc52ef39acea0cd82e15f68096e27cbed0ba')
+
+build() {
+  cd util-macros-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd util-macros-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2014-03-28 Thread Bartłomiej Piotrowski
Date: Friday, March 28, 2014 @ 15:20:18
  Author: bpiotrowski
Revision: 108548

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   62 +--
 phpmyadmin.install |6 ++--
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-28 14:20:11 UTC (rev 108547)
+++ PKGBUILD2014-03-28 14:20:18 UTC (rev 108548)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-# Contributor: Simon Lackerbauer calypso at strpg.org
-
-pkgname=phpmyadmin
-pkgver=4.1.11
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-sha256sums=('8227a1ca139dc08c1a5b68d2da0b803dd462aae625df3d728a1b3804463667ef')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
-  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
-  cd $_instdir
-
-  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
-  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 108547, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-28 14:20:18 UTC (rev 108548)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+# Contributor: Simon Lackerbauer calypso at strpg.org
+
+pkgname=phpmyadmin
+pkgver=4.1.12
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+sha256sums=('8176f4958b6bfb319e2efd50e6c620e00b9a506532321b09f16d59b228039819')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
+  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
+  cd $_instdir
+
+  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
+  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
+}

Deleted: phpmyadmin.install
===
--- phpmyadmin.install  2014-03-28 14:20:11 UTC (rev 108547)
+++ phpmyadmin.install  2014-03-28 14:20:18 UTC (rev 108548)
@@ -1,3 +0,0 @@
-post_install() {
-echo Check http://wiki.archlinux.org/index.php/Phpmyadmin for details.
-}

Copied: phpmyadmin/repos/community-any/phpmyadmin.install (from rev 108547, 
phpmyadmin/trunk/phpmyadmin.install)
===
--- phpmyadmin.install  (rev 0)
+++ phpmyadmin.install  2014-03-28 14:20:18 UTC (rev 108548)
@@ -0,0 +1,3 @@
+post_install() {
+echo Check http://wiki.archlinux.org/index.php/Phpmyadmin for details.
+}



[arch-commits] Commit in xf86-video-vmware/repos (6 files)

2014-03-28 Thread Andreas Radke
Date: Friday, March 28, 2014 @ 18:31:38
  Author: andyrtr
Revision: 208918

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

Added:
  xf86-video-vmware/repos/extra-i686/PKGBUILD
(from rev 208917, xf86-video-vmware/trunk/PKGBUILD)
  xf86-video-vmware/repos/extra-x86_64/PKGBUILD
(from rev 208917, xf86-video-vmware/trunk/PKGBUILD)
Deleted:
  xf86-video-vmware/repos/extra-i686/PKGBUILD
  xf86-video-vmware/repos/extra-i686/xatracker-v2-fixes.patch
  xf86-video-vmware/repos/extra-x86_64/PKGBUILD
  xf86-video-vmware/repos/extra-x86_64/xatracker-v2-fixes.patch

---+
 /PKGBUILD |   62 +
 extra-i686/PKGBUILD   |   39 
 extra-i686/xatracker-v2-fixes.patch   | 1583 
 extra-x86_64/PKGBUILD |   39 
 extra-x86_64/xatracker-v2-fixes.patch | 1583 
 5 files changed, 62 insertions(+), 3244 deletions(-)

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


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

2014-03-28 Thread Guillaume Alaux
Date: Friday, March 28, 2014 @ 16:49:07
  Author: guillaume
Revision: 208913

upgpkg: java7-openjdk 7.u51_2.4.6-1

Upstream release 7.u51_2.4.6-1

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 15:46:25 UTC (rev 208912)
+++ PKGBUILD2014-03-28 15:49:07 UTC (rev 208913)
@@ -1,4 +1,4 @@
-# $id: pkgbuild 208894 2014-03-28 13:13:41z guillaume $
+# $Id$
 # Maintainer: Andreas Radke andy...@archlinux.org
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 # Contributor: Jan de Groot j...@archlinux.org
@@ -6,19 +6,19 @@
 pkgname=('jre7-openjdk-headless' 'jre7-openjdk' 'jdk7-openjdk' 'openjdk7-src' 
'openjdk7-doc')
 pkgbase=java7-openjdk
 _java_ver=7
-_icedtea_ver=2.4.5
+_icedtea_ver=2.4.6
 
 # check ${srcdir}/icedtea-${_icedtea_ver}/Makefile.am
 _JDK_UPDATE_VERSION=51
 
-_CORBA_CHANGESET=3594dbde270d
-_JAXP_CHANGESET=8fe156ad49e2
-_JAXWS_CHANGESET=32ea8b1ed91a
-_JDK_CHANGESET=9db88c18e114
-_LANGTOOLS_CHANGESET=dabd37b7e295
-_OPENJDK_CHANGESET=410eb7fef869
+_CORBA_CHANGESET=48ef1bb6d120
+_JAXP_CHANGESET=e0ba4b9a8b91
+_JAXWS_CHANGESET=4bd947cd146b
+_JDK_CHANGESET=b5282042aae0
+_LANGTOOLS_CHANGESET=06eeb77dac24
+_OPENJDK_CHANGESET=b028e58c1b77
 
-_HOTSPOT_CHANGESET=2cb58882dac3 # see 
${srcdir}/icedtea-${_icedtea_ver}/hotspot.map
+_HOTSPOT_CHANGESET=172674e0ab65  # see 
${srcdir}/icedtea-${_icedtea_ver}/hotspot.map
 
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 
@@ -30,8 +30,8 @@
 options=('!emptydirs')
 makedepends=('jdk7-openjdk' 'libxp' 'libxslt'
  'alsa-lib' 'apache-ant=1.8.1' 'giflib' 'libpng=1.5.7' 'gtk2'
- 'java-rhino' 'libpulse=0.9.11' 'zip' 'unzip' 'cpio' 'fastjar' 
'wget')
-[ $_bootstrap = 1 ]  makedepends=(${makedepends[@]} 'eclipse-ecj')
+ 'java-rhino' 'libpulse=0.9.11' 'zip' 'unzip' 'cpio' 'fastjar' 
'wget'
+ 'eclipse-ecj')
 
 
_url=http://icedtea.classpath.org/hg/release/icedtea7-forest-${_icedtea_ver:0:3}
 
source=(http://icedtea.classpath.org/download/source/icedtea-${_icedtea_ver}.tar.gz
@@ -49,14 +49,14 @@
 jre7-openjdk.profile
 jre7-openjdk.profile.csh)
 
-sha256sums=('10c08eeffaa0602b23cb957a2595a2ad3ab474cbe47b12743bbdd79037d5883d'
-'2de151c7275d91ef082e63fcc0957c5f9290404ec6e20ecfa1e752e16bfab707'
-'d1f97e143fe94ae3a56b45bb5a90f8ab10ec2be4ff770a788f0a1ac677e27a7d'
-'0a2a40186cedfbeb8f87b0bc86bea2830943943081d4289fc74f7a783b2e1af3'
-'08a169b6b02883759ec7a412aa91aa3e37480761cb50b95d092dbcdb2fc9a3d0'
-'285e5b8ccbb29f3f9f9ea9ea7856d1ed97465c57d091fbcd9b2e55a1ffbb543e'
-'86cb370ce2084c4b699d8c002ebe6c026e86206ffa82a2f3d7906aadb94ed79f'
-'d8c1681ae76e660c1888065933cedbbc1309869c7a2fb98f07c424716d5ebaf9'
+sha256sums=('1f2ea0a29d946b0e8dd8f74c485adc41c02710e88c17ef827b635e1e4215ad33'
+'e6be030ac5934781d9682dc3108980fa7d2330c32da3cea4ae74df11fbaa92f2'
+'2fcfe699797154da8b4ba5242e32468b2f3f42a0cb17039915bfb1f84887a5b6'
+'e7014057721b8392676bd24760c3f7b3dd40548abb3c8dfbe8df2fa04d7c1fca'
+'17ed5278872ad0c9ec3a849caf1480e5942b714e35c9a4a949d09daac4b34c5a'
+'ab9b0e973625604b12a2f027cb2a6f9bc5160ef7df55408da6ca8a9c3aaed2d5'
+'a67e62618c70ef9190b2aef2b49be9d79624be9363bda258828b17494e092477'
+'2aadfe9b1848a619bd2d35f802b3e71ef5286e7822f9e7b02ce2539ca817d9b0'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
 '56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b'
 'bd55299e08e6f8e61ba5baad0990170891801a29a1e8137e502b5e8a10fc37ea'



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

2014-03-28 Thread Andreas Radke
Date: Friday, March 28, 2014 @ 19:09:56
  Author: andyrtr
Revision: 208919

upgpkg: cups-filters 1.0.50-1

upstream update 1.0.50

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 17:31:38 UTC (rev 208918)
+++ PKGBUILD2014-03-28 18:09:56 UTC (rev 208919)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=cups-filters
-pkgver=1.0.49
+pkgver=1.0.50
 pkgrel=1
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('7edf215f1e56d1a2470af5940e1ffe61')
+md5sums=('b5f15a12bf2f55382be29bb2c99d1b9f')
 
 build() {
   cd $pkgname-$pkgver



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

2014-03-28 Thread Andreas Radke
Date: Friday, March 28, 2014 @ 19:10:13
  Author: andyrtr
Revision: 208920

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 208919, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 208919, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

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

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

Deleted: 

[arch-commits] Commit in dssi-vst/trunk (4 files)

2014-03-28 Thread speps
Date: Friday, March 28, 2014 @ 19:28:39
  Author: speps
Revision: 108559

upgpkg: dssi-vst 0.9.2-4 - bump for [multilib] addition

Added:
  dssi-vst/trunk/dssi-vst-winexec.patch
Modified:
  dssi-vst/trunk/PKGBUILD
Deleted:
  dssi-vst/trunk/ChangeLog
  dssi-vst/trunk/winexec.patch

+
 ChangeLog  |   11 ---
 PKGBUILD   |   39 +--
 dssi-vst-winexec.patch |   23 +++
 winexec.patch  |   14 --
 4 files changed, 44 insertions(+), 43 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-03-28 15:46:58 UTC (rev 108558)
+++ ChangeLog   2014-03-28 18:28:39 UTC (rev 108559)
@@ -1,11 +0,0 @@
-6 May 2010 (GMT+8) Ray Rashif schivmeis...@gmail.com
-
-   * 0.9.2
-   upstream release
-   gcc 4.4 patch no longer required
-   file extension issue still unsolved; winexec patch required
-
-26 Dec 2009 (GMT+8) Ray Rashif schivmeis...@gmail.com
-
-   * 0.8-1
-   initial commit

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 15:46:58 UTC (rev 108558)
+++ PKGBUILD2014-03-28 18:28:39 UTC (rev 108559)
@@ -1,43 +1,46 @@
 # $Id$
-# Maintainer: Ray Rashif schivmeis...@gmail.com
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Ray Rashif schivmeis...@gmail.com
 
 pkgname=dssi-vst
 pkgver=0.9.2
-pkgrel=3
+pkgrel=4
 pkgdesc=DSSI adapter/wrapper for win32 VST plug-ins
-arch=('i686')
+arch=('i686' 'x86_64')
 url=http://www.breakfastquay.com/dssi-vst/;
 license=('GPL')
-depends=('wine' 'jack' 'liblo=0.28')
+depends=('wine' 'jack' 'liblo')
 makedepends=('dssi' 'ladspa')
 
source=(http://code.breakfastquay.com/attachments/download/10/$pkgname-$pkgver.tar.bz2;
-   'winexec.patch')
+   $pkgname-winexec.patch)
 md5sums=('5c569200571de76dac18be4eb6fbd9c8'
- '7578313fb2861165ed349cef1d02f829')
+ '3e445482c8c5302de43be806f0c7506f')
 
-build() {
-  cd $srcdir/$pkgname-$pkgver
+prepare() {
+  cd $pkgname-$pkgver
 
   # fix executable extension issue
-  patch -Np1 -i ${srcdir}/winexec.patch
+  patch -p1 -i ../$pkgname-winexec.patch
 
   # use CXXFLAGS in build
-  sed -i \
-s:-Ivestige -Wall -fPIC:$CXXFLAGS -Ivestige -Wall -fPIC: Makefile
+  sed -i /m32/! s/CXXFLAGS)/ $CXXFLAGS/ Makefile
 
+  # [x86_64] use /usr/lib32/dssi
+  [[ $CARCH = x86_64 ]]  \
+  sed -i '/\/dssi-vst/s|DSSIDIR|32|' Makefile  \
+  sed -i '/DSSI_PATH/s|\(/usr/lib\)\(/dssi\)|:\132\2|' remotevstclient.cpp
+}
+
+build() {
+  cd $pkgname-$pkgver
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make BINDIR=$pkgdir/usr/bin \
DSSIDIR=$pkgdir/usr/lib/dssi \
+   DSSIDIR32=$pkgdir/usr/lib32/dssi \
LADSPADIR=$pkgdir/usr/lib/ladspa install
-
-  # dssi-vst does not know about the executable extension issue
-  cd $pkgdir/usr/lib/dssi/dssi-vst
-
-  mv dssi-vst-server.exe dssi-vst-server
-  mv dssi-vst-scanner.exe dssi-vst-scanner
 }

Added: dssi-vst-winexec.patch
===
--- dssi-vst-winexec.patch  (rev 0)
+++ dssi-vst-winexec.patch  2014-03-28 18:28:39 UTC (rev 108559)
@@ -0,0 +1,23 @@
+Thanks to Fernando Lopez-Lezcano na...@ccrma.stanford.edu
+Reviewed by speps speps at aur dot archlinux dot org
+
+diff -aur dssi-vst-0.9.2/Makefile dssi-vst-0.9.2.patched/Makefile
+--- dssi-vst-0.9.2/Makefile2010-05-04 11:01:29.0 +0200
 dssi-vst-0.9.2.patched/Makefile2014-03-28 18:24:41.128287015 +0100
+@@ -38,12 +38,15 @@
+ all:  $(TARGETS)
+ 
+ install:  all
++  mkdir -p $(DSSIDIR)
+   mkdir -p $(DSSIDIR)/dssi-vst
+   mkdir -p $(LADSPADIR)
+   mkdir -p $(BINDIR)
+   install dssi-vst.so $(DSSIDIR)
+   install dssi-vst.so $(LADSPADIR)
+-  install dssi-vst-server.exe.so dssi-vst-server 
dssi-vst-scanner.exe.so dssi-vst-scanner dssi-vst_gui $(DSSIDIR)/dssi-vst
++  install dssi-vst-server.exe.so dssi-vst-scanner.exe.so 
dssi-vst_gui $(DSSIDIR)/dssi-vst
++  install dssi-vst-server.exe $(DSSIDIR)/dssi-vst/dssi-vst-server
++  install dssi-vst-scanner.exe 
$(DSSIDIR)/dssi-vst/dssi-vst-scanner
+   install vsthost $(BINDIR)
+ 
+ clean:

Deleted: winexec.patch
===
--- winexec.patch   2014-03-28 15:46:58 UTC (rev 108558)
+++ winexec.patch   2014-03-28 18:28:39 UTC (rev 108559)
@@ -1,14 +0,0 @@
-Thanks to Fernando Lopez-Lezcano na...@ccrma.stanford.edu
-
-diff -rupN dssi-vst-0.8.old/Makefile dssi-vst-0.8/Makefile
 dssi-vst-0.8.old/Makefile  2008-12-12 07:34:31.0 -0500
-+++ dssi-vst-0.8/Makefile  2009-04-30 04:49:04.0 -0400
-@@ -43,7 +43,7 @@ install: all
-   mkdir 

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

2014-03-28 Thread Andreas Radke
Date: Friday, March 28, 2014 @ 18:26:13
  Author: andyrtr
Revision: 208915

upgpkg: xorg-util-macros 1.19.0-1

upstream update 1.19.0

Modified:
  xorg-util-macros/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 15:50:12 UTC (rev 208914)
+++ PKGBUILD2014-03-28 17:26:13 UTC (rev 208915)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-util-macros
-pkgver=1.18.0
+pkgver=1.19.0
 pkgrel=1
 pkgdesc=X.Org Autotools macros
 arch=(any)
@@ -10,7 +10,7 @@
 license=('custom')
 url=http://xorg.freedesktop.org/;
 source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
-sha256sums=('e5e3d132a852f0576ea2cf831a9813c54a58810a59cdb198f56b884c5a78945b')
+sha256sums=('2835b11829ee634e19fa56517b4cfc52ef39acea0cd82e15f68096e27cbed0ba')
 
 build() {
   cd util-macros-${pkgver}



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

2014-03-28 Thread speps
Date: Friday, March 28, 2014 @ 19:28:53
  Author: speps
Revision: 108560

archrelease: copy trunk to multilib-x86_64

Added:
  dssi-vst/repos/multilib-x86_64/
  dssi-vst/repos/multilib-x86_64/PKGBUILD
(from rev 108559, dssi-vst/trunk/PKGBUILD)
  dssi-vst/repos/multilib-x86_64/dssi-vst-winexec.patch
(from rev 108559, dssi-vst/trunk/dssi-vst-winexec.patch)

+
 PKGBUILD   |   46 ++
 dssi-vst-winexec.patch |   23 +++
 2 files changed, 69 insertions(+)

Copied: dssi-vst/repos/multilib-x86_64/PKGBUILD (from rev 108559, 
dssi-vst/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2014-03-28 18:28:53 UTC (rev 108560)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Ray Rashif schivmeis...@gmail.com
+
+pkgname=dssi-vst
+pkgver=0.9.2
+pkgrel=4
+pkgdesc=DSSI adapter/wrapper for win32 VST plug-ins
+arch=('i686' 'x86_64')
+url=http://www.breakfastquay.com/dssi-vst/;
+license=('GPL')
+depends=('wine' 'jack' 'liblo')
+makedepends=('dssi' 'ladspa')
+source=(http://code.breakfastquay.com/attachments/download/10/$pkgname-$pkgver.tar.bz2;
+   $pkgname-winexec.patch)
+md5sums=('5c569200571de76dac18be4eb6fbd9c8'
+ '3e445482c8c5302de43be806f0c7506f')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # fix executable extension issue
+  patch -p1 -i ../$pkgname-winexec.patch
+
+  # use CXXFLAGS in build
+  sed -i /m32/! s/CXXFLAGS)/ $CXXFLAGS/ Makefile
+
+  # [x86_64] use /usr/lib32/dssi
+  [[ $CARCH = x86_64 ]]  \
+  sed -i '/\/dssi-vst/s|DSSIDIR|32|' Makefile  \
+  sed -i '/DSSI_PATH/s|\(/usr/lib\)\(/dssi\)|:\132\2|' remotevstclient.cpp
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make BINDIR=$pkgdir/usr/bin \
+   DSSIDIR=$pkgdir/usr/lib/dssi \
+   DSSIDIR32=$pkgdir/usr/lib32/dssi \
+   LADSPADIR=$pkgdir/usr/lib/ladspa install
+}

Copied: dssi-vst/repos/multilib-x86_64/dssi-vst-winexec.patch (from rev 108559, 
dssi-vst/trunk/dssi-vst-winexec.patch)
===
--- multilib-x86_64/dssi-vst-winexec.patch  (rev 0)
+++ multilib-x86_64/dssi-vst-winexec.patch  2014-03-28 18:28:53 UTC (rev 
108560)
@@ -0,0 +1,23 @@
+Thanks to Fernando Lopez-Lezcano na...@ccrma.stanford.edu
+Reviewed by speps speps at aur dot archlinux dot org
+
+diff -aur dssi-vst-0.9.2/Makefile dssi-vst-0.9.2.patched/Makefile
+--- dssi-vst-0.9.2/Makefile2010-05-04 11:01:29.0 +0200
 dssi-vst-0.9.2.patched/Makefile2014-03-28 18:24:41.128287015 +0100
+@@ -38,12 +38,15 @@
+ all:  $(TARGETS)
+ 
+ install:  all
++  mkdir -p $(DSSIDIR)
+   mkdir -p $(DSSIDIR)/dssi-vst
+   mkdir -p $(LADSPADIR)
+   mkdir -p $(BINDIR)
+   install dssi-vst.so $(DSSIDIR)
+   install dssi-vst.so $(LADSPADIR)
+-  install dssi-vst-server.exe.so dssi-vst-server 
dssi-vst-scanner.exe.so dssi-vst-scanner dssi-vst_gui $(DSSIDIR)/dssi-vst
++  install dssi-vst-server.exe.so dssi-vst-scanner.exe.so 
dssi-vst_gui $(DSSIDIR)/dssi-vst
++  install dssi-vst-server.exe $(DSSIDIR)/dssi-vst/dssi-vst-server
++  install dssi-vst-scanner.exe 
$(DSSIDIR)/dssi-vst/dssi-vst-scanner
+   install vsthost $(BINDIR)
+ 
+ clean:



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

2014-03-28 Thread Felix Yan
Date: Friday, March 28, 2014 @ 16:39:10
  Author: fyan
Revision: 108551

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

Added:
  fcitx/repos/community-i686/PKGBUILD
(from rev 108550, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-i686/add-a-context-variable-to-disable-punc.patch
(from rev 108550, fcitx/trunk/add-a-context-variable-to-disable-punc.patch)
  fcitx/repos/community-i686/fcitx-gtk2.install
(from rev 108550, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-i686/fcitx-gtk3.install
(from rev 108550, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-i686/fcitx.install
(from rev 108550, fcitx/trunk/fcitx.install)
  fcitx/repos/community-x86_64/PKGBUILD
(from rev 108550, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-x86_64/add-a-context-variable-to-disable-punc.patch
(from rev 108550, fcitx/trunk/add-a-context-variable-to-disable-punc.patch)
  fcitx/repos/community-x86_64/fcitx-gtk2.install
(from rev 108550, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-x86_64/fcitx-gtk3.install
(from rev 108550, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-x86_64/fcitx.install
(from rev 108550, fcitx/trunk/fcitx.install)
Deleted:
  fcitx/repos/community-i686/PKGBUILD
  fcitx/repos/community-i686/fcitx-gtk2.install
  fcitx/repos/community-i686/fcitx-gtk3.install
  fcitx/repos/community-i686/fcitx.install
  fcitx/repos/community-x86_64/PKGBUILD
  fcitx/repos/community-x86_64/fcitx-gtk2.install
  fcitx/repos/community-x86_64/fcitx-gtk3.install
  fcitx/repos/community-x86_64/fcitx.install

---+
 /PKGBUILD |  256 ++
 /fcitx-gtk2.install   |   22 
 /fcitx-gtk3.install   |   22 
 /fcitx.install|   28 +
 community-i686/PKGBUILD   |  122 
 community-i686/add-a-context-variable-to-disable-punc.patch   |   59 ++
 community-i686/fcitx-gtk2.install |   11 
 community-i686/fcitx-gtk3.install |   11 
 community-i686/fcitx.install  |   14 
 community-x86_64/PKGBUILD |  122 
 community-x86_64/add-a-context-variable-to-disable-punc.patch |   59 ++
 community-x86_64/fcitx-gtk2.install   |   11 
 community-x86_64/fcitx-gtk3.install   |   11 
 community-x86_64/fcitx.install|   14 
 14 files changed, 446 insertions(+), 316 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-28 15:37:21 UTC (rev 108550)
+++ community-i686/PKGBUILD 2014-03-28 15:39:10 UTC (rev 108551)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: csslayer wengxt AT gmail com
-
-pkgbase=fcitx
-pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
-pkgver=4.2.8.3
-pkgrel=2
-groups=('fcitx-im')
-arch=('i686' 'x86_64')
-url=http://fcitx-im.org;
-license=('GPL')
-makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' \
- 'iso-codes' 'gobject-introspection' 'libxkbfile')
-source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz)
-
-build() {
-  cd $srcdir
-  mkdir -p build
-  cd build
-
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc \
--DFORCE_OPENCC=ON \
--DFORCE_PRESAGE=ON \
--DFORCE_ENCHANT=ON \
--DENABLE_TEST=ON \
--DENABLE_GTK2_IM_MODULE=ON \
--DENABLE_GTK3_IM_MODULE=ON \
--DENABLE_QT_IM_MODULE=ON \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-check() {
-  cd ${srcdir}/build
-  make test
-}
-
-package_fcitx() {
-  pkgdesc=Flexible Context-aware Input Tool with eXtension
-  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
-   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \
-   'libxfixes' 'dbus-core' 'icu')
-  optdepends=('enchant: for word predication support'
-  'opencc: optional engine to do chinese convert'
- 'fcitx-anthy: Hiragana text to Kana Kanji mixed text Japanese 
input method'
- 'fcitx-chewing: Intelligent Zhuyin input method library for 
traditional Chinese'
- 'fcitx-cloudpinyin: Standalone module for fcitx that uses pinyin 
API on the internet to provide additional input candidates'
- 'fcitx-configtool: GTK based config tool for Fcitx'
- 'fcitx-fbterm: Fbterm support for Fcitx'
- 'fcitx-googlepinyin: A fork from google pinyin on android for 
Fcitx'
- 'fcitx-gtk2: GTK2 IM Module for 

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

2014-03-28 Thread Jürgen Hötzel
Date: Friday, March 28, 2014 @ 21:09:30
  Author: juergen
Revision: 208921

Update to 2.6.2

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 18:10:13 UTC (rev 208920)
+++ PKGBUILD2014-03-28 20:09:30 UTC (rev 208921)
@@ -3,7 +3,7 @@
 # Contributor: Mark Schneider queue...@gmail.com
 
 pkgname=gnucash
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc=A personal and small-business financial-accounting application
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 options=('!makeflags' '!emptydirs')
 install=gnucash.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('726ee08e95206ec3746a92efaa5281f27d6eacc8')
+sha1sums=('26712924e4730285197a708dd6a2f608c092d230')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-03-28 Thread Jürgen Hötzel
Date: Friday, March 28, 2014 @ 21:10:12
  Author: juergen
Revision: 208922

Remove unused dependency: Fixes #38461

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 20:09:30 UTC (rev 208921)
+++ PKGBUILD2014-03-28 20:10:12 UTC (rev 208922)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://www.gnucash.org;
 license=(GPL)
-depends=('slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 
'desktop-file-utils' 'webkitgtk2')
+depends=('slib' 'goffice0.8' 'libdbi-drivers' 'aqbanking' 'desktop-file-utils' 
'webkitgtk2')
 makedepends=('intltool')
 optdepends=('evince: for print preview'
 'perl-finance-quote: for stock information lookups'



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

2014-03-28 Thread Thomas Bächler
Date: Friday, March 28, 2014 @ 21:18:21
  Author: thomas
Revision: 208924

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

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

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

Copied: man-db/repos/testing-i686/PKGBUILD (from rev 208923, 
man-db/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-28 20:18:21 UTC (rev 208924)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Sergej Pupykin ser...@aur.archlinux.org
+
+pkgname=man-db
+pkgver=2.6.6
+pkgrel=2
+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://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.xz{,.sig}
+convert-mans
+man-db.{timer,service})
+md5sums=('5d65d66191080c144437a6c854e17868'
+ 'SKIP'
+ '2b7662a7d5b33fe91f9f3e034361a2f6'
+ 'df6d4f432e3e16c255c785fca1447346'
+ '36fb3f616e42a0e23cf7a4d284e640cd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./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 ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${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 208923, 
man-db/trunk/convert-mans)
===
--- testing-i686/convert-mans   (rev 0)
+++ testing-i686/convert-mans   2014-03-28 20:18:21 UTC (rev 208924)
@@ -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 208923, 
man-db/trunk/man-db.install)
===
--- testing-i686/man-db.install (rev 0)
+++ testing-i686/man-db.install 2014-03-28 20:18:21 UTC (rev 208924)
@@ -0,0 +1,22 @@
+post_install() {
+  echo it's recommended to create an initial
+  echo database running as root:
+  echo \/usr/bin/mandb --quiet\
+}
+
+post_upgrade() {
+  if [ `vercmp $2 2.5.3-2` -lt 0 ]; then
+ echo systemuser \man\ is no 

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

2014-03-28 Thread Thomas Bächler
Date: Friday, March 28, 2014 @ 21:18:05
  Author: thomas
Revision: 208923

upgpkg: man-db 2.6.6-2: switch from anacron to systemd timers

Added:
  man-db/trunk/man-db.service
  man-db/trunk/man-db.timer
Modified:
  man-db/trunk/PKGBUILD
Deleted:
  man-db/trunk/man-db.cron.daily

---+
 PKGBUILD  |   19 +++
 man-db.cron.daily |   39 ---
 man-db.service|   11 +++
 man-db.timer  |7 +++
 4 files changed, 29 insertions(+), 47 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 20:10:12 UTC (rev 208922)
+++ PKGBUILD2014-03-28 20:18:05 UTC (rev 208923)
@@ -4,7 +4,7 @@
 
 pkgname=man-db
 pkgver=2.6.6
-pkgrel=1
+pkgrel=2
 pkgdesc=A utility for reading man pages
 arch=('i686' 'x86_64')
 url=http://www.nongnu.org/man-db/;
@@ -12,18 +12,19 @@
 groups=('base')
 depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less')
 optdepends=('gzip')
-backup=('etc/man_db.conf'
-   'etc/cron.daily/man-db')
+backup=('etc/man_db.conf')
 conflicts=('man')
 provides=('man')
 replaces=('man')
 install=${pkgname}.install
 
source=(http://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.xz{,.sig}
-convert-mans man-db.cron.daily)
+convert-mans
+man-db.{timer,service})
 md5sums=('5d65d66191080c144437a6c854e17868'
  'SKIP'
  '2b7662a7d5b33fe91f9f3e034361a2f6'
- '934fd047fecb915038bf4bf844ea609c')
+ 'df6d4f432e3e16c255c785fca1447346'
+ '36fb3f616e42a0e23cf7a4d284e640cd')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -54,7 +55,9 @@
   # http://www.linuxfromscratch.org/lfs/view/6.4/chapter06/man-db.html
   install -D -m755 ${srcdir}/convert-mans  ${pkgdir}/usr/bin/convert-mans 
 
-  #install whatis cron script
-  install -D -m744 ${srcdir}/man-db.cron.daily ${pkgdir}/etc/cron.daily/man-db
+  # 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
 }
-

Deleted: man-db.cron.daily
===
--- man-db.cron.daily   2014-03-28 20:10:12 UTC (rev 208922)
+++ man-db.cron.daily   2014-03-28 20:18:05 UTC (rev 208923)
@@ -1,39 +0,0 @@
-#!/bin/sh
-
-# nicenesses range from -20 (most favorable scheduling) to 19 (least favorable)
-NICE=19
-
-# 0 for none, 1 for real time, 2 for best-effort, 3 for idle
-IONICE_CLASS=2
-
-# 0-7 (for IONICE_CLASS 1 and 2 only), 0=highest, 7=lowest
-IONICE_PRIORITY=7
-
-UPDATEMANDB=/usr/bin/mandb --quiet
-
-# Update the whatis database
-#/usr/bin/makewhatis -u -w
-
-# taken from Debian
-# man-db cron daily
-set -e
-
-if ! [ -d /var/cache/man ]; then
-# Recover from deletion, per FHS.
-mkdir -p /var/cache/man
-chmod 755 /var/cache/man
-fi
-
-# regenerate man database
-
-if [ -x /usr/bin/nice ]; then
-  UPDATEMANDB=/usr/bin/nice -n ${NICE:-19} ${UPDATEMANDB}
-fi
-
-if [ -x /usr/bin/ionice ]; then
-  UPDATEMANDB=/usr/bin/ionice -c ${IONICE_CLASS:-2} -n ${IONICE_PRIORITY:-7} 
${UPDATEMANDB}
-fi
-
-${UPDATEMANDB}
-
-exit 0

Added: man-db.service
===
--- man-db.service  (rev 0)
+++ man-db.service  2014-03-28 20:18:05 UTC (rev 208923)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Update man-db cache
+RequiresMountsFor=/var/cache/man
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/mkdir -m 0755 -p /var/cache/man
+ExecStart=/usr/bin/mandb --quiet
+Nice=19
+IOSchedulingClass=best-effort
+IOSchedulingPriority=7

Added: man-db.timer
===
--- man-db.timer(rev 0)
+++ man-db.timer2014-03-28 20:18:05 UTC (rev 208923)
@@ -0,0 +1,7 @@
+[Unit]
+Description=Daily man-db cache update
+
+[Timer]
+OnCalendar=daily
+AccuracySec=12h
+Persistent=true



[arch-commits] Commit in pyopenssl/repos (extra-i686 extra-x86_64)

2014-03-28 Thread Eric Bélanger
Date: Friday, March 28, 2014 @ 21:25:47
  Author: eric
Revision: 208925

Clean up svn

Deleted:
  pyopenssl/repos/extra-i686/
  pyopenssl/repos/extra-x86_64/



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

2014-03-28 Thread Thomas Bächler
Date: Friday, March 28, 2014 @ 21:31:39
  Author: thomas
Revision: 208927

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

Added:
  mlocate/repos/testing-i686/
  mlocate/repos/testing-i686/PKGBUILD
(from rev 208926, mlocate/trunk/PKGBUILD)
  mlocate/repos/testing-i686/updatedb.conf
(from rev 208926, mlocate/trunk/updatedb.conf)
  mlocate/repos/testing-i686/updatedb.service
(from rev 208926, mlocate/trunk/updatedb.service)
  mlocate/repos/testing-i686/updatedb.timer
(from rev 208926, mlocate/trunk/updatedb.timer)
  mlocate/repos/testing-x86_64/
  mlocate/repos/testing-x86_64/PKGBUILD
(from rev 208926, mlocate/trunk/PKGBUILD)
  mlocate/repos/testing-x86_64/updatedb.conf
(from rev 208926, mlocate/trunk/updatedb.conf)
  mlocate/repos/testing-x86_64/updatedb.service
(from rev 208926, mlocate/trunk/updatedb.service)
  mlocate/repos/testing-x86_64/updatedb.timer
(from rev 208926, mlocate/trunk/updatedb.timer)

-+
 testing-i686/PKGBUILD   |   57 ++
 testing-i686/updatedb.conf  |4 ++
 testing-i686/updatedb.service   |   10 ++
 testing-i686/updatedb.timer |7 
 testing-x86_64/PKGBUILD |   57 ++
 testing-x86_64/updatedb.conf|4 ++
 testing-x86_64/updatedb.service |   10 ++
 testing-x86_64/updatedb.timer   |7 
 8 files changed, 156 insertions(+)

Copied: mlocate/repos/testing-i686/PKGBUILD (from rev 208926, 
mlocate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-28 20:31:39 UTC (rev 208927)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: lydgate
+
+pkgname=mlocate
+pkgver=0.26
+pkgrel=2
+pkgdesc='Merging locate/updatedb implementation'
+url='https://fedorahosted.org/mlocate/'
+arch=('i686' 'x86_64')
+license=('GPL')
+backup=('etc/updatedb.conf')
+depends=('glibc')
+source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-${pkgver}.tar.xz;
+   'updatedb.conf'
+   updatedb.{timer,service})
+sha1sums=('c6e6d81b25359c51c545f4b8ba0f3b469227fcbc'
+  '0150379149bf9d714bc81332d775fc273e7e3535'
+  '2f3a94994ece62aeb286315a6fa5e9e03203706a'
+  '3a26beed05c7b61d3a78bc7dd5cfffe114ceb1f6')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i '/^groupname /s/mlocate/locate/' Makefile.in
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   chgrp 21 ${pkgdir}/usr/bin/locate
+   chmod 2755 ${pkgdir}/usr/bin/locate
+   ln -s locate ${pkgdir}/usr/bin/slocate
+
+   install -dm755 ${pkgdir}/var/lib
+   install -dm750 -g21 ${pkgdir}/var/lib/locate
+   
+   install -Dm644 ../updatedb.conf ${pkgdir}/etc/updatedb.conf
+
+   install -D -m644 ${srcdir}/updatedb.timer 
${pkgdir}/usr/lib/systemd/system/updatedb.timer
+   install -D -m644 ${srcdir}/updatedb.service 
${pkgdir}/usr/lib/systemd/system/updatedb.service
+   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+   ln -s ../updatedb.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/updatedb.timer
+}

Copied: mlocate/repos/testing-i686/updatedb.conf (from rev 208926, 
mlocate/trunk/updatedb.conf)
===
--- testing-i686/updatedb.conf  (rev 0)
+++ testing-i686/updatedb.conf  2014-03-28 20:31:39 UTC (rev 208927)
@@ -0,0 +1,4 @@
+PRUNE_BIND_MOUNTS = yes
+PRUNEFS = 9p afs anon_inodefs auto autofs bdev binfmt_misc cgroup cifs coda 
configfs cpuset cramfs debugfs devpts devtmpfs ecryptfs exofs ftpfs fuse 
fuse.encfs fuse.sshfs fusectl gfs gfs2 hugetlbfs inotifyfs iso9660 jffs2 lustre 
mqueue ncpfs nfs nfs4 nfsd pipefs proc ramfs rootfs rpc_pipefs securityfs 
selinuxfs sfs shfs smbfs sockfs sshfs sysfs tmpfs ubifs udf usbfs vboxsf
+PRUNENAMES = .git .hg .svn
+PRUNEPATHS = /afs /media /mnt /net /sfs /tmp /udev /var/cache 
/var/lib/pacman/local /var/lock /var/run /var/spool /var/tmp

Copied: mlocate/repos/testing-i686/updatedb.service (from rev 208926, 
mlocate/trunk/updatedb.service)
===
--- testing-i686/updatedb.service   (rev 0)
+++ testing-i686/updatedb.service   2014-03-28 20:31:39 UTC (rev 208927)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Update locate database
+RequiresMountsFor=/var/cache/man
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/updatedb
+Nice=19

[arch-commits] Commit in mlocate/trunk (4 files)

2014-03-28 Thread Thomas Bächler
Date: Friday, March 28, 2014 @ 21:31:25
  Author: thomas
Revision: 208926

upgpkg: mlocate 0.26-2: use systemd timers instead of anacron

Added:
  mlocate/trunk/updatedb.service
  mlocate/trunk/updatedb.timer
Modified:
  mlocate/trunk/PKGBUILD
Deleted:
  mlocate/trunk/updatedb.cron

--+
 PKGBUILD |   17 +++--
 updatedb.cron|6 --
 updatedb.service |   10 ++
 updatedb.timer   |7 +++
 4 files changed, 28 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 20:25:47 UTC (rev 208925)
+++ PKGBUILD2014-03-28 20:31:25 UTC (rev 208926)
@@ -5,19 +5,20 @@
 
 pkgname=mlocate
 pkgver=0.26
-pkgrel=1
+pkgrel=2
 pkgdesc='Merging locate/updatedb implementation'
 url='https://fedorahosted.org/mlocate/'
 arch=('i686' 'x86_64')
 license=('GPL')
-backup=('etc/updatedb.conf'
-'etc/cron.daily/updatedb')
+backup=('etc/updatedb.conf')
+depends=('glibc')
 
source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-${pkgver}.tar.xz;
'updatedb.conf'
-   'updatedb.cron')
+   updatedb.{timer,service})
 sha1sums=('c6e6d81b25359c51c545f4b8ba0f3b469227fcbc'
   '0150379149bf9d714bc81332d775fc273e7e3535'
-  '8301e6277d27db539af6cf4bc243e8e247bffc2e')
+  '2f3a94994ece62aeb286315a6fa5e9e03203706a'
+  '3a26beed05c7b61d3a78bc7dd5cfffe114ceb1f6')
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -48,5 +49,9 @@
install -dm750 -g21 ${pkgdir}/var/lib/locate

install -Dm644 ../updatedb.conf ${pkgdir}/etc/updatedb.conf
-   install -Dm744 ../updatedb.cron ${pkgdir}/etc/cron.daily/updatedb
+
+   install -D -m644 ${srcdir}/updatedb.timer 
${pkgdir}/usr/lib/systemd/system/updatedb.timer
+   install -D -m644 ${srcdir}/updatedb.service 
${pkgdir}/usr/lib/systemd/system/updatedb.service
+   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+   ln -s ../updatedb.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/updatedb.timer
 }

Deleted: updatedb.cron
===
--- updatedb.cron   2014-03-28 20:25:47 UTC (rev 208925)
+++ updatedb.cron   2014-03-28 20:31:25 UTC (rev 208926)
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-NICE='nice -n 19'
-IONICE='ionice -c 2 -n 7'
-
-exec ${IONICE} ${NICE} updatedb -f proc

Added: updatedb.service
===
--- updatedb.service(rev 0)
+++ updatedb.service2014-03-28 20:31:25 UTC (rev 208926)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Update locate database
+RequiresMountsFor=/var/cache/man
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/updatedb
+Nice=19
+IOSchedulingClass=best-effort
+IOSchedulingPriority=7

Added: updatedb.timer
===
--- updatedb.timer  (rev 0)
+++ updatedb.timer  2014-03-28 20:31:25 UTC (rev 208926)
@@ -0,0 +1,7 @@
+[Unit]
+Description=Daily locate database update
+
+[Timer]
+OnCalendar=daily
+AccuracySec=12h
+Persistent=true



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

2014-03-28 Thread Thomas Bächler
Date: Friday, March 28, 2014 @ 21:38:32
  Author: thomas
Revision: 208928

upgpkg: mlocate 0.26-2: fix updatedb.service file

Modified:
  mlocate/trunk/PKGBUILD
  mlocate/trunk/updatedb.service

--+
 PKGBUILD |2 +-
 updatedb.service |1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 20:31:39 UTC (rev 208927)
+++ PKGBUILD2014-03-28 20:38:32 UTC (rev 208928)
@@ -18,7 +18,7 @@
 sha1sums=('c6e6d81b25359c51c545f4b8ba0f3b469227fcbc'
   '0150379149bf9d714bc81332d775fc273e7e3535'
   '2f3a94994ece62aeb286315a6fa5e9e03203706a'
-  '3a26beed05c7b61d3a78bc7dd5cfffe114ceb1f6')
+  'f2f71aefbf677fb1719b5c67c757cde34e3210d7')
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}

Modified: updatedb.service
===
--- updatedb.service2014-03-28 20:31:39 UTC (rev 208927)
+++ updatedb.service2014-03-28 20:38:32 UTC (rev 208928)
@@ -1,6 +1,5 @@
 [Unit]
 Description=Update locate database
-RequiresMountsFor=/var/cache/man
 
 [Service]
 Type=oneshot



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

2014-03-28 Thread Thomas Bächler
Date: Friday, March 28, 2014 @ 21:38:50
  Author: thomas
Revision: 208929

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

Added:
  mlocate/repos/testing-i686/PKGBUILD
(from rev 208928, mlocate/trunk/PKGBUILD)
  mlocate/repos/testing-i686/updatedb.conf
(from rev 208928, mlocate/trunk/updatedb.conf)
  mlocate/repos/testing-i686/updatedb.service
(from rev 208928, mlocate/trunk/updatedb.service)
  mlocate/repos/testing-i686/updatedb.timer
(from rev 208928, mlocate/trunk/updatedb.timer)
  mlocate/repos/testing-x86_64/PKGBUILD
(from rev 208928, mlocate/trunk/PKGBUILD)
  mlocate/repos/testing-x86_64/updatedb.conf
(from rev 208928, mlocate/trunk/updatedb.conf)
  mlocate/repos/testing-x86_64/updatedb.service
(from rev 208928, mlocate/trunk/updatedb.service)
  mlocate/repos/testing-x86_64/updatedb.timer
(from rev 208928, mlocate/trunk/updatedb.timer)
Deleted:
  mlocate/repos/testing-i686/PKGBUILD
  mlocate/repos/testing-i686/updatedb.conf
  mlocate/repos/testing-i686/updatedb.service
  mlocate/repos/testing-i686/updatedb.timer
  mlocate/repos/testing-x86_64/PKGBUILD
  mlocate/repos/testing-x86_64/updatedb.conf
  mlocate/repos/testing-x86_64/updatedb.service
  mlocate/repos/testing-x86_64/updatedb.timer

-+
 /PKGBUILD   |  114 ++
 /updatedb.conf  |8 ++
 /updatedb.service   |   18 ++
 /updatedb.timer |   14 
 testing-i686/PKGBUILD   |   57 ---
 testing-i686/updatedb.conf  |4 -
 testing-i686/updatedb.service   |   10 ---
 testing-i686/updatedb.timer |7 --
 testing-x86_64/PKGBUILD |   57 ---
 testing-x86_64/updatedb.conf|4 -
 testing-x86_64/updatedb.service |   10 ---
 testing-x86_64/updatedb.timer   |7 --
 12 files changed, 154 insertions(+), 156 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-03-28 20:38:32 UTC (rev 208928)
+++ testing-i686/PKGBUILD   2014-03-28 20:38:50 UTC (rev 208929)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: lydgate
-
-pkgname=mlocate
-pkgver=0.26
-pkgrel=2
-pkgdesc='Merging locate/updatedb implementation'
-url='https://fedorahosted.org/mlocate/'
-arch=('i686' 'x86_64')
-license=('GPL')
-backup=('etc/updatedb.conf')
-depends=('glibc')
-source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-${pkgver}.tar.xz;
-   'updatedb.conf'
-   updatedb.{timer,service})
-sha1sums=('c6e6d81b25359c51c545f4b8ba0f3b469227fcbc'
-  '0150379149bf9d714bc81332d775fc273e7e3535'
-  '2f3a94994ece62aeb286315a6fa5e9e03203706a'
-  '3a26beed05c7b61d3a78bc7dd5cfffe114ceb1f6')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i '/^groupname /s/mlocate/locate/' Makefile.in
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   chgrp 21 ${pkgdir}/usr/bin/locate
-   chmod 2755 ${pkgdir}/usr/bin/locate
-   ln -s locate ${pkgdir}/usr/bin/slocate
-
-   install -dm755 ${pkgdir}/var/lib
-   install -dm750 -g21 ${pkgdir}/var/lib/locate
-   
-   install -Dm644 ../updatedb.conf ${pkgdir}/etc/updatedb.conf
-
-   install -D -m644 ${srcdir}/updatedb.timer 
${pkgdir}/usr/lib/systemd/system/updatedb.timer
-   install -D -m644 ${srcdir}/updatedb.service 
${pkgdir}/usr/lib/systemd/system/updatedb.service
-   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
-   ln -s ../updatedb.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/updatedb.timer
-}

Copied: mlocate/repos/testing-i686/PKGBUILD (from rev 208928, 
mlocate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-28 20:38:50 UTC (rev 208929)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: lydgate
+
+pkgname=mlocate
+pkgver=0.26
+pkgrel=2
+pkgdesc='Merging locate/updatedb implementation'
+url='https://fedorahosted.org/mlocate/'
+arch=('i686' 'x86_64')
+license=('GPL')
+backup=('etc/updatedb.conf')
+depends=('glibc')
+source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-${pkgver}.tar.xz;
+   'updatedb.conf'
+   updatedb.{timer,service})
+sha1sums=('c6e6d81b25359c51c545f4b8ba0f3b469227fcbc'
+  '0150379149bf9d714bc81332d775fc273e7e3535'
+  

[arch-commits] Commit in logrotate/trunk (4 files)

2014-03-28 Thread Thomas Bächler
Date: Friday, March 28, 2014 @ 21:46:30
  Author: thomas
Revision: 208930

upgpkg: logrotate 3.8.7-2

Added:
  logrotate/trunk/logrotate.service
  logrotate/trunk/logrotate.timer
Modified:
  logrotate/trunk/PKGBUILD
Deleted:
  logrotate/trunk/logrotate.cron.daily

--+
 PKGBUILD |   15 ++-
 logrotate.cron.daily |   28 
 logrotate.service|9 +
 logrotate.timer  |7 +++
 4 files changed, 26 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 20:38:50 UTC (rev 208929)
+++ PKGBUILD2014-03-28 20:46:30 UTC (rev 208930)
@@ -3,7 +3,7 @@
 
 pkgname=logrotate
 pkgver=3.8.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Rotates system logs automatically
 arch=('i686' 'x86_64')
 url=https://fedorahosted.org/logrotate/;
@@ -15,11 +15,12 @@
 
source=(https://fedorahosted.org/releases/l/o/logrotate/logrotate-${pkgver}.tar.gz;
 'paths.patch'
 'logrotate.conf'
-'logrotate.cron.daily')
+logrotate.{timer,service})
 md5sums=('99e08503ef24c3e2e3ff74cc5f3be213'
  'e76526bcd6fc33c9d921e1cb1eff1ffb'
- '86209d257c8b8bc0ae34d6f6ef057c0f'
- 'dd5fd26724274fd9c827eadad60ff4c5')
+ '94dae4d3eded2fab9ae879533d3680db'
+ '287c2ad9b074cb5478db7692f385827c'
+ '85560be5272ed68a88bb77a0a2293369')
 
 build() {
cd $srcdir/${pkgname}-${pkgver}
@@ -41,5 +42,9 @@
 
install -dm755 $pkgdir/etc/logrotate.d
install -Dm644 $srcdir/logrotate.conf $pkgdir/etc/logrotate.conf
-   install -Dm744 $srcdir/logrotate.cron.daily 
$pkgdir/etc/cron.daily/logrotate
+
+   install -D -m644 ${srcdir}/logrotate.timer 
${pkgdir}/usr/lib/systemd/system/logrotate.timer
+   install -D -m644 ${srcdir}/logrotate.service 
${pkgdir}/usr/lib/systemd/system/logrotate.service
+   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+   ln -s ../logrotate.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/logrotate.timer
 }

Deleted: logrotate.cron.daily
===
--- logrotate.cron.daily2014-03-28 20:38:50 UTC (rev 208929)
+++ logrotate.cron.daily2014-03-28 20:46:30 UTC (rev 208930)
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-# nicenesses range from -20 (most favorable scheduling) to 19 (least favorable)
-NICE=19
-
-# 0 for none, 1 for real time, 2 for best-effort, 3 for idle
-IONICE_CLASS=2
-
-# 0-7 (for IONICE_CLASS 1 and 2 only), 0=highest, 7=lowest
-IONICE_PRIORITY=7
-
-CMD_LOGROTATE=/usr/bin/logrotate /etc/logrotate.conf
-
-if [ -x /usr/bin/nice ]; then
-  CMD_LOGROTATE=/usr/bin/nice -n ${NICE:-19} ${CMD_LOGROTATE}
-fi
-
-if [ -x /usr/bin/ionice ]; then
-  IONICE_CMD=/usr/bin/ionice -c ${IONICE_CLASS:-2}
-  if [ $IONICE_CLASS -ne 3 ]; then
-IONICE_CMD=${IONICE_CMD} -n ${IONICE_PRIORITY:-7}
-  fi
-  CMD_LOGROTATE=${IONICE_CMD} ${CMD_LOGROTATE}
-fi
-
-${CMD_LOGROTATE}
-
-exit 0

Added: logrotate.service
===
--- logrotate.service   (rev 0)
+++ logrotate.service   2014-03-28 20:46:30 UTC (rev 208930)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Rotate log files
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/logrotate /etc/logrotate.conf
+Nice=19
+IOSchedulingClass=best-effort
+IOSchedulingPriority=7

Added: logrotate.timer
===
--- logrotate.timer (rev 0)
+++ logrotate.timer 2014-03-28 20:46:30 UTC (rev 208930)
@@ -0,0 +1,7 @@
+[Unit]
+Description=Daily rotation of log files
+
+[Timer]
+OnCalendar=daily
+AccuracySec=12h
+Persistent=true



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

2014-03-28 Thread Thomas Bächler
Date: Friday, March 28, 2014 @ 21:46:49
  Author: thomas
Revision: 208931

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

Added:
  logrotate/repos/testing-i686/
  logrotate/repos/testing-i686/PKGBUILD
(from rev 208930, logrotate/trunk/PKGBUILD)
  logrotate/repos/testing-i686/logrotate.conf
(from rev 208930, logrotate/trunk/logrotate.conf)
  logrotate/repos/testing-i686/logrotate.service
(from rev 208930, logrotate/trunk/logrotate.service)
  logrotate/repos/testing-i686/logrotate.timer
(from rev 208930, logrotate/trunk/logrotate.timer)
  logrotate/repos/testing-i686/paths.patch
(from rev 208930, logrotate/trunk/paths.patch)
  logrotate/repos/testing-x86_64/
  logrotate/repos/testing-x86_64/PKGBUILD
(from rev 208930, logrotate/trunk/PKGBUILD)
  logrotate/repos/testing-x86_64/logrotate.conf
(from rev 208930, logrotate/trunk/logrotate.conf)
  logrotate/repos/testing-x86_64/logrotate.service
(from rev 208930, logrotate/trunk/logrotate.service)
  logrotate/repos/testing-x86_64/logrotate.timer
(from rev 208930, logrotate/trunk/logrotate.timer)
  logrotate/repos/testing-x86_64/paths.patch
(from rev 208930, logrotate/trunk/paths.patch)

--+
 testing-i686/PKGBUILD|   50 +
 testing-i686/logrotate.conf  |   38 
 testing-i686/logrotate.service   |9 ++
 testing-i686/logrotate.timer |7 +
 testing-i686/paths.patch |   25 ++
 testing-x86_64/PKGBUILD  |   50 +
 testing-x86_64/logrotate.conf|   38 
 testing-x86_64/logrotate.service |9 ++
 testing-x86_64/logrotate.timer   |7 +
 testing-x86_64/paths.patch   |   25 ++
 10 files changed, 258 insertions(+)

Copied: logrotate/repos/testing-i686/PKGBUILD (from rev 208930, 
logrotate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-28 20:46:49 UTC (rev 208931)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=logrotate
+pkgver=3.8.7
+pkgrel=2
+pkgdesc=Rotates system logs automatically
+arch=('i686' 'x86_64')
+url=https://fedorahosted.org/logrotate/;
+license=('GPL')
+groups=('base')
+depends=('popt' 'gzip' 'acl')
+optdepends=('cron: scheduled log rotation')
+backup=('etc/logrotate.conf')
+source=(https://fedorahosted.org/releases/l/o/logrotate/logrotate-${pkgver}.tar.gz;
+'paths.patch'
+'logrotate.conf'
+logrotate.{timer,service})
+md5sums=('99e08503ef24c3e2e3ff74cc5f3be213'
+ 'e76526bcd6fc33c9d921e1cb1eff1ffb'
+ '94dae4d3eded2fab9ae879533d3680db'
+ '287c2ad9b074cb5478db7692f385827c'
+ '85560be5272ed68a88bb77a0a2293369')
+
+build() {
+   cd $srcdir/${pkgname}-${pkgver}
+
+   patch -p0 -i $srcdir/paths.patch
+
+   make WITH_ACL=yes RPM_OPT_FLAGS=$CFLAGS EXTRA_LDFLAGS=$LDFLAGS
+}
+
+check() {
+   cd $srcdir/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd $srcdir/${pkgname}-${pkgver}
+   make PREFIX=$pkgdir MANDIR=/usr/share/man install
+   mv ${pkgdir}/usr/sbin ${pkgdir}/usr/bin
+
+   install -dm755 $pkgdir/etc/logrotate.d
+   install -Dm644 $srcdir/logrotate.conf $pkgdir/etc/logrotate.conf
+
+   install -D -m644 ${srcdir}/logrotate.timer 
${pkgdir}/usr/lib/systemd/system/logrotate.timer
+   install -D -m644 ${srcdir}/logrotate.service 
${pkgdir}/usr/lib/systemd/system/logrotate.service
+   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+   ln -s ../logrotate.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/logrotate.timer
+}

Copied: logrotate/repos/testing-i686/logrotate.conf (from rev 208930, 
logrotate/trunk/logrotate.conf)
===
--- testing-i686/logrotate.conf (rev 0)
+++ testing-i686/logrotate.conf 2014-03-28 20:46:49 UTC (rev 208931)
@@ -0,0 +1,38 @@
+# see man logrotate for details
+# rotate log files weekly
+weekly
+
+# keep 4 weeks worth of backlogs
+rotate 4
+
+# restrict maximum size of log files
+#size 20M
+
+# create new (empty) log files after rotating old ones
+create
+
+# uncomment this if you want your log files compressed
+#compress
+
+# Logs are moved into directory for rotation
+# olddir /var/log/archive
+
+# Ignore pacman saved files
+tabooext + .pacorig .pacnew .pacsave
+
+# Arch packages drop log rotation information into this directory
+include /etc/logrotate.d
+
+/var/log/wtmp {
+monthly
+create 0664 root utmp
+minsize 1M
+rotate 1
+}
+
+/var/log/btmp {
+missingok
+monthly
+create 0600 root utmp
+rotate 1
+}

Copied: logrotate/repos/testing-i686/logrotate.service (from rev 208930, 

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

2014-03-28 Thread Florian Pritz
Date: Friday, March 28, 2014 @ 21:48:58
  Author: bluewind
Revision: 108562

upgpkg: filezilla 3.8.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 20:29:23 UTC (rev 108561)
+++ PKGBUILD2014-03-28 20:48:58 UTC (rev 108562)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.7.4.1
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('e6c24c4ddc0fe5470fe890b5b2f5b49a')
+md5sums=('63e584aa478e358105e45972ee718a19')



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

2014-03-28 Thread Florian Pritz
Date: Friday, March 28, 2014 @ 21:49:03
  Author: bluewind
Revision: 108563

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

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

+
 /PKGBUILD  |   72 +++
 /filezilla.install |   22 ++
 community-i686/PKGBUILD|   36 -
 community-i686/filezilla.install   |   11 -
 community-x86_64/PKGBUILD  |   36 -
 community-x86_64/filezilla.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-28 20:48:58 UTC (rev 108562)
+++ community-i686/PKGBUILD 2014-03-28 20:49:03 UTC (rev 108563)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.7.4.1
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite' 'gnutls')
-install=filezilla.install
-source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
-  export WXRC='/usr/bin/wxrc-2.8'
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('e6c24c4ddc0fe5470fe890b5b2f5b49a')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 108562, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-28 20:49:03 UTC (rev 108563)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite' 'gnutls')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
+  export WXRC='/usr/bin/wxrc-2.8'
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('63e584aa478e358105e45972ee718a19')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2014-03-28 20:48:58 UTC (rev 108562)
+++ community-i686/filezilla.install2014-03-28 20:49:03 UTC (rev 108563)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-i686/filezilla.install (from rev 108562, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2014-03-28 20:49:03 UTC (rev 108563)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-28 20:48:58 UTC (rev 108562)
+++ community-x86_64/PKGBUILD   2014-03-28 20:49:03 UTC (rev 108563)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J 

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

2014-03-28 Thread Florian Pritz
Date: Friday, March 28, 2014 @ 21:49:20
  Author: bluewind
Revision: 108564

upgpkg: lib32-gmp 6.0.0-1

upstream update

Modified:
  lib32-gmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 20:49:03 UTC (rev 108563)
+++ PKGBUILD2014-03-28 20:49:20 UTC (rev 108564)
@@ -4,7 +4,7 @@
 
 _pkgbasename=gmp
 pkgname=lib32-$_pkgbasename
-pkgver=5.1.3
+pkgver=6.0.0
 pkgrel=1
 pkgdesc=A free library for arbitrary precision arithmetic (32-bit)
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=(gcc-multilib)
 license=('LGPL3')
 options=(!libtool)
-source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('e5fe367801ff067b923d1e6a126448aa'
+source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}a.tar.xz{,.sig})
+md5sums=('1e6da4e434553d2811437aa42c7f7c76'
  'SKIP')
 
 build() {



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

2014-03-28 Thread Florian Pritz
Date: Friday, March 28, 2014 @ 21:49:23
  Author: bluewind
Revision: 108565

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-gmp/repos/multilib-testing-x86_64/
  lib32-gmp/repos/multilib-testing-x86_64/PKGBUILD
(from rev 108564, lib32-gmp/trunk/PKGBUILD)

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

Copied: lib32-gmp/repos/multilib-testing-x86_64/PKGBUILD (from rev 108564, 
lib32-gmp/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-03-28 20:49:23 UTC (rev 108565)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: josephgbr rafael.f...@gmail.com
+
+_pkgbasename=gmp
+pkgname=lib32-$_pkgbasename
+pkgver=6.0.0
+pkgrel=1
+pkgdesc=A free library for arbitrary precision arithmetic (32-bit)
+arch=('x86_64')
+url=http://gmplib.org/;
+depends=('lib32-gcc-libs' $_pkgbasename)
+makedepends=(gcc-multilib)
+license=('LGPL3')
+options=(!libtool)
+source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}a.tar.xz{,.sig})
+md5sums=('1e6da4e434553d2811437aa42c7f7c76'
+ 'SKIP')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export ABI=32
+  ./configure \
+--prefix=/usr --infodir=/usr/share/info \
+--enable-cxx --libdir=/usr/lib32 \
+--includedir=/usr/lib32/gmp
+
+  #Put gmp.h in the same folder as gmpxx.h
+  sed -i 's/$(exec_prefix)\/include/$\(includedir\)/' Makefile
+
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+}



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

2014-03-28 Thread Jürgen Hötzel
Date: Friday, March 28, 2014 @ 22:01:27
  Author: juergen
Revision: 208932

archrelease: copy trunk to extra-x86_64

Added:
  gnucash/repos/extra-x86_64/PKGBUILD
(from rev 208931, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-x86_64/gnucash.install
(from rev 208931, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-x86_64/PKGBUILD
  gnucash/repos/extra-x86_64/gnucash.install

-+
 PKGBUILD|   88 +++---
 gnucash.install |   72 ++--
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-28 20:46:49 UTC (rev 208931)
+++ PKGBUILD2014-03-28 21:01:27 UTC (rev 208932)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.6.1
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 
'desktop-file-utils' 'webkitgtk2')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('726ee08e95206ec3746a92efaa5281f27d6eacc8')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|guile-config|guile-config1.8|g' configure
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export GUILE=/usr/bin/guile1.8
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnucash/repos/extra-x86_64/PKGBUILD (from rev 208931, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-28 21:01:27 UTC (rev 208932)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.6.2
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('slib' 'goffice0.8' 'libdbi-drivers' 'aqbanking' 'desktop-file-utils' 
'webkitgtk2')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('26712924e4730285197a708dd6a2f608c092d230')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|guile-config|guile-config1.8|g' configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export GUILE=/usr/bin/guile1.8
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: gnucash.install
===
--- gnucash.install 2014-03-28 20:46:49 UTC (rev 208931)
+++ gnucash.install 2014-03-28 21:01:27 UTC (rev 208932)
@@ -1,36 +0,0 @@
-pkgname=gnucash
-info_dir=usr/share/info
-info_files=(gnucash-design.info)
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-

[arch-commits] Commit in shadow/trunk (4 files)

2014-03-28 Thread Thomas Bächler
Date: Friday, March 28, 2014 @ 22:01:54
  Author: thomas
Revision: 208933

upgpkg: shadow 4.1.5.1-8: replace anacron with systemd timers

Added:
  shadow/trunk/shadow.service
  shadow/trunk/shadow.timer
Modified:
  shadow/trunk/PKGBUILD
Deleted:
  shadow/trunk/shadow.cron.daily

---+
 PKGBUILD  |   14 +-
 shadow.cron.daily |6 --
 shadow.service|   10 ++
 shadow.timer  |7 +++
 4 files changed, 26 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 21:01:27 UTC (rev 208932)
+++ PKGBUILD2014-03-28 21:01:54 UTC (rev 208933)
@@ -4,7 +4,7 @@
 
 pkgname=shadow
 pkgver=4.1.5.1
-pkgrel=7
+pkgrel=8
 pkgdesc=Password and account management tool suite with support for shadow 
files and PAM
 arch=('i686' 'x86_64')
 url='http://pkg-shadow.alioth.debian.org/'
@@ -26,7 +26,7 @@
 login.defs
 newusers
 passwd
-shadow.cron.daily
+shadow.{timer,service}
 useradd.defaults
 xstrdup.patch
 shadow-strncpy-usage.patch
@@ -40,7 +40,8 @@
   'e92045fb75e0c21a3f294a00de0bd2cd252e9463'
   '12427b1ca92a9b85ca8202239f0d9f50198b818f'
   '611be25d91c3f8f307c7fe2485d5f781e5dee75f'
-  '98f4919014b1a9eb9f01ca7731e04b1d973cedd5'
+  'a154a94b47a3d0c6c287253b98c0d10b861226d0'
+  'e40fc20894e69a07fb0070b41f567d0c27133720'
   '9ae93de5987dd0ae428f0cc1a5a5a5cd53583f19'
   '6010fffeed1fc6673ad9875492e1193b1a847b53'
   '21e12966a6befb25ec123b403cd9b5c492fe5b16'
@@ -87,8 +88,11 @@
   # useradd defaults
   install -Dm644 $srcdir/useradd.defaults $pkgdir/etc/default/useradd
 
-  # cron job
-  install -Dm744 $srcdir/shadow.cron.daily $pkgdir/etc/cron.daily/shadow
+  # systemd timer
+  install -D -m644 ${srcdir}/shadow.timer 
${pkgdir}/usr/lib/systemd/system/shadow.timer
+  install -D -m644 ${srcdir}/shadow.service 
${pkgdir}/usr/lib/systemd/system/shadow.service
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+  ln -s ../shadow.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/shadow.timer
 
   # login.defs
   install -Dm644 $srcdir/login.defs $pkgdir/etc/login.defs

Deleted: shadow.cron.daily
===
--- shadow.cron.daily   2014-03-28 21:01:27 UTC (rev 208932)
+++ shadow.cron.daily   2014-03-28 21:01:54 UTC (rev 208933)
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-# Verify integrity of password and group files
-/usr/bin/pwck -r
-/usr/bin/grpck -r
-

Added: shadow.service
===
--- shadow.service  (rev 0)
+++ shadow.service  2014-03-28 21:01:54 UTC (rev 208933)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Verify integrity of password and group files
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/pwck -r
+ExecStart=/usr/bin/grpck -r
+Nice=19
+IOSchedulingClass=best-effort
+IOSchedulingPriority=7

Added: shadow.timer
===
--- shadow.timer(rev 0)
+++ shadow.timer2014-03-28 21:01:54 UTC (rev 208933)
@@ -0,0 +1,7 @@
+[Unit]
+Description=Daily verification of password and group files
+
+[Timer]
+OnCalendar=daily
+AccuracySec=12h
+Persistent=true



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

2014-03-28 Thread Thomas Bächler
Date: Friday, March 28, 2014 @ 22:02:36
  Author: thomas
Revision: 208934

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

Added:
  shadow/repos/testing-i686/
  shadow/repos/testing-i686/LICENSE
(from rev 208933, shadow/trunk/LICENSE)
  shadow/repos/testing-i686/PKGBUILD
(from rev 208933, shadow/trunk/PKGBUILD)
  shadow/repos/testing-i686/chgpasswd
(from rev 208933, shadow/trunk/chgpasswd)
  shadow/repos/testing-i686/chpasswd
(from rev 208933, shadow/trunk/chpasswd)
  shadow/repos/testing-i686/defaults.pam
(from rev 208933, shadow/trunk/defaults.pam)
  shadow/repos/testing-i686/lastlog.tmpfiles
(from rev 208933, shadow/trunk/lastlog.tmpfiles)
  shadow/repos/testing-i686/login.defs
(from rev 208933, shadow/trunk/login.defs)
  shadow/repos/testing-i686/newusers
(from rev 208933, shadow/trunk/newusers)
  shadow/repos/testing-i686/passwd
(from rev 208933, shadow/trunk/passwd)
  shadow/repos/testing-i686/shadow-strncpy-usage.patch
(from rev 208933, shadow/trunk/shadow-strncpy-usage.patch)
  shadow/repos/testing-i686/shadow.install
(from rev 208933, shadow/trunk/shadow.install)
  shadow/repos/testing-i686/shadow.service
(from rev 208933, shadow/trunk/shadow.service)
  shadow/repos/testing-i686/shadow.timer
(from rev 208933, shadow/trunk/shadow.timer)
  shadow/repos/testing-i686/useradd.defaults
(from rev 208933, shadow/trunk/useradd.defaults)
  shadow/repos/testing-i686/xstrdup.patch
(from rev 208933, shadow/trunk/xstrdup.patch)
  shadow/repos/testing-x86_64/
  shadow/repos/testing-x86_64/LICENSE
(from rev 208933, shadow/trunk/LICENSE)
  shadow/repos/testing-x86_64/PKGBUILD
(from rev 208933, shadow/trunk/PKGBUILD)
  shadow/repos/testing-x86_64/chgpasswd
(from rev 208933, shadow/trunk/chgpasswd)
  shadow/repos/testing-x86_64/chpasswd
(from rev 208933, shadow/trunk/chpasswd)
  shadow/repos/testing-x86_64/defaults.pam
(from rev 208933, shadow/trunk/defaults.pam)
  shadow/repos/testing-x86_64/lastlog.tmpfiles
(from rev 208933, shadow/trunk/lastlog.tmpfiles)
  shadow/repos/testing-x86_64/login.defs
(from rev 208933, shadow/trunk/login.defs)
  shadow/repos/testing-x86_64/newusers
(from rev 208933, shadow/trunk/newusers)
  shadow/repos/testing-x86_64/passwd
(from rev 208933, shadow/trunk/passwd)
  shadow/repos/testing-x86_64/shadow-strncpy-usage.patch
(from rev 208933, shadow/trunk/shadow-strncpy-usage.patch)
  shadow/repos/testing-x86_64/shadow.install
(from rev 208933, shadow/trunk/shadow.install)
  shadow/repos/testing-x86_64/shadow.service
(from rev 208933, shadow/trunk/shadow.service)
  shadow/repos/testing-x86_64/shadow.timer
(from rev 208933, shadow/trunk/shadow.timer)
  shadow/repos/testing-x86_64/useradd.defaults
(from rev 208933, shadow/trunk/useradd.defaults)
  shadow/repos/testing-x86_64/xstrdup.patch
(from rev 208933, shadow/trunk/xstrdup.patch)

---+
 testing-i686/LICENSE  |   31 
 testing-i686/PKGBUILD |  146 
 testing-i686/chgpasswd|4 
 testing-i686/chpasswd |6 
 testing-i686/defaults.pam |6 
 testing-i686/lastlog.tmpfiles |1 
 testing-i686/login.defs   |  203 
 testing-i686/newusers |6 
 testing-i686/passwd   |4 
 testing-i686/shadow-strncpy-usage.patch   |   25 +++
 testing-i686/shadow.install   |9 +
 testing-i686/shadow.service   |   10 +
 testing-i686/shadow.timer |7 
 testing-i686/useradd.defaults |9 +
 testing-i686/xstrdup.patch|9 +
 testing-x86_64/LICENSE|   31 
 testing-x86_64/PKGBUILD   |  146 
 testing-x86_64/chgpasswd  |4 
 testing-x86_64/chpasswd   |6 
 testing-x86_64/defaults.pam   |6 
 testing-x86_64/lastlog.tmpfiles   |1 
 testing-x86_64/login.defs |  203 
 testing-x86_64/newusers   |6 
 testing-x86_64/passwd |4 
 testing-x86_64/shadow-strncpy-usage.patch |   25 +++
 testing-x86_64/shadow.install |9 +
 testing-x86_64/shadow.service |   10 +
 testing-x86_64/shadow.timer   |7 
 testing-x86_64/useradd.defaults   |9 +
 testing-x86_64/xstrdup.patch  |9 +
 30 files changed, 952 insertions(+)

Copied: shadow/repos/testing-i686/LICENSE (from rev 208933, 
shadow/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2014-03-28 21:02:36 UTC (rev 208934)
@@ -0,0 +1,31 @@
+/*
+ * Copyright (c) 1990 - 1994, 

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

2014-03-28 Thread Thomas Bächler
Date: Friday, March 28, 2014 @ 22:15:48
  Author: thomas
Revision: 208935

upgpkg: pkgstats 2.3-4: use systemd timers instead of anacron

Added:
  pkgstats/trunk/pkgstats.service
  pkgstats/trunk/pkgstats.timer
Modified:
  pkgstats/trunk/PKGBUILD
  pkgstats/trunk/pkgstats.install
Deleted:
  pkgstats/trunk/pkgstats.cron

--+
 PKGBUILD |   13 +
 pkgstats.cron|2 --
 pkgstats.install |3 +--
 pkgstats.service |8 
 pkgstats.timer   |7 +++
 5 files changed, 25 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 21:02:36 UTC (rev 208934)
+++ PKGBUILD2014-03-28 21:15:48 UTC (rev 208935)
@@ -3,18 +3,23 @@
 
 pkgname=pkgstats
 pkgver=2.3
-pkgrel=3
+pkgrel=4
 pkgdesc='submits a list of installed packages to the Arch Linux project'
 arch=('any')
 url='https://www.archlinux.de'
 license=('GPL')
 depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'cron' 'awk' 'grep')
-source=('pkgstats.sh' 'pkgstats.cron')
+source=('pkgstats.sh'
+pkgstats.{timer,service})
 install='pkgstats.install'
 md5sums=('2943bc8c6d8e3c0bd9b368a3f17b'
- 'e86e6b9778303367f2e31f5c311da685')
+ '2285089dff45f583c27b9d561fda5405'
+ '5225a0bb6d32a3bbf89821f841f4eb8c')
 
 package() {
install -D -m755 ${srcdir}/pkgstats.sh ${pkgdir}/usr/bin/pkgstats
-   install -D -m744 ${srcdir}/pkgstats.cron 
${pkgdir}/etc/cron.weekly/pkgstats
+   install -D -m644 ${srcdir}/pkgstats.timer 
${pkgdir}/usr/lib/systemd/system/pkgstats.timer
+   install -D -m644 ${srcdir}/pkgstats.service 
${pkgdir}/usr/lib/systemd/system/pkgstats.service
+   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+   ln -s ../pkgstats.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/pkgstats.timer
 }

Deleted: pkgstats.cron
===
--- pkgstats.cron   2014-03-28 21:02:36 UTC (rev 208934)
+++ pkgstats.cron   2014-03-28 21:15:48 UTC (rev 208935)
@@ -1,2 +0,0 @@
-#!/bin/sh
-su -s /bin/bash -c '/usr/bin/pkgstats -q' nobody

Modified: pkgstats.install
===
--- pkgstats.install2014-03-28 21:02:36 UTC (rev 208934)
+++ pkgstats.install2014-03-28 21:15:48 UTC (rev 208935)
@@ -1,4 +1,3 @@
 post_install() {
-   echo Note: A weekly cronjob was installed to /etc/cron.weekly/pkgstats
-   echo   For more information see 
https://bbs.archlinux.org/viewtopic.php?id=105431;
+   echo For information about pkgstats see 
https://bbs.archlinux.org/viewtopic.php?id=105431;
 }

Added: pkgstats.service
===
--- pkgstats.service(rev 0)
+++ pkgstats.service2014-03-28 21:15:48 UTC (rev 208935)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Submit pkgstats
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/pkgstats -q
+User=nobody
+Group=nobody

Added: pkgstats.timer
===
--- pkgstats.timer  (rev 0)
+++ pkgstats.timer  2014-03-28 21:15:48 UTC (rev 208935)
@@ -0,0 +1,7 @@
+[Unit]
+Description=Weekly pkgstats submission
+
+[Timer]
+OnCalendar=weekly
+AccuracySec=1d
+Persistent=true



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

2014-03-28 Thread Thomas Bächler
Date: Friday, March 28, 2014 @ 22:16:13
  Author: thomas
Revision: 208936

archrelease: copy trunk to testing-any

Added:
  pkgstats/repos/testing-any/
  pkgstats/repos/testing-any/PKGBUILD
(from rev 208935, pkgstats/trunk/PKGBUILD)
  pkgstats/repos/testing-any/pkgstats.install
(from rev 208935, pkgstats/trunk/pkgstats.install)
  pkgstats/repos/testing-any/pkgstats.service
(from rev 208935, pkgstats/trunk/pkgstats.service)
  pkgstats/repos/testing-any/pkgstats.sh
(from rev 208935, pkgstats/trunk/pkgstats.sh)
  pkgstats/repos/testing-any/pkgstats.timer
(from rev 208935, pkgstats/trunk/pkgstats.timer)

--+
 PKGBUILD |   25 
 pkgstats.install |3 ++
 pkgstats.service |8 +
 pkgstats.sh  |   79 +
 pkgstats.timer   |7 
 5 files changed, 122 insertions(+)

Copied: pkgstats/repos/testing-any/PKGBUILD (from rev 208935, 
pkgstats/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-03-28 21:16:13 UTC (rev 208936)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=pkgstats
+pkgver=2.3
+pkgrel=4
+pkgdesc='submits a list of installed packages to the Arch Linux project'
+arch=('any')
+url='https://www.archlinux.de'
+license=('GPL')
+depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'cron' 'awk' 'grep')
+source=('pkgstats.sh'
+pkgstats.{timer,service})
+install='pkgstats.install'
+md5sums=('2943bc8c6d8e3c0bd9b368a3f17b'
+ '2285089dff45f583c27b9d561fda5405'
+ '5225a0bb6d32a3bbf89821f841f4eb8c')
+
+package() {
+   install -D -m755 ${srcdir}/pkgstats.sh ${pkgdir}/usr/bin/pkgstats
+   install -D -m644 ${srcdir}/pkgstats.timer 
${pkgdir}/usr/lib/systemd/system/pkgstats.timer
+   install -D -m644 ${srcdir}/pkgstats.service 
${pkgdir}/usr/lib/systemd/system/pkgstats.service
+   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+   ln -s ../pkgstats.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/pkgstats.timer
+}

Copied: pkgstats/repos/testing-any/pkgstats.install (from rev 208935, 
pkgstats/trunk/pkgstats.install)
===
--- testing-any/pkgstats.install(rev 0)
+++ testing-any/pkgstats.install2014-03-28 21:16:13 UTC (rev 208936)
@@ -0,0 +1,3 @@
+post_install() {
+   echo For information about pkgstats see 
https://bbs.archlinux.org/viewtopic.php?id=105431;
+}

Copied: pkgstats/repos/testing-any/pkgstats.service (from rev 208935, 
pkgstats/trunk/pkgstats.service)
===
--- testing-any/pkgstats.service(rev 0)
+++ testing-any/pkgstats.service2014-03-28 21:16:13 UTC (rev 208936)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Submit pkgstats
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/pkgstats -q
+User=nobody
+Group=nobody

Copied: pkgstats/repos/testing-any/pkgstats.sh (from rev 208935, 
pkgstats/trunk/pkgstats.sh)
===
--- testing-any/pkgstats.sh (rev 0)
+++ testing-any/pkgstats.sh 2014-03-28 21:16:13 UTC (rev 208936)
@@ -0,0 +1,79 @@
+#!/bin/bash
+
+pkgstatsver='2.3'
+showonly=false
+quiet=false
+option='-q -s -S -4'
+
+usage() {
+   echo usage: ${0} [option]
+   echo 'options:'
+   echo '  -v  show the version of pkgstats'
+   echo '  -d  enable debug mode'
+   echo '  -h  show this help'
+   echo '  -s  show what information would be sent'
+   echo '  (but do not send anything)'
+   echo '  -q  be quiet except on errors'
+   echo ''
+   echo 'pkgstats sends a list of all installed packages,'
+   echo 'the architecture and the mirror you are using'
+   echo 'to the Arch Linux project.'
+   echo ''
+   echo 'Statistics are available at 
https://www.archlinux.de/?page=Statistics'
+}
+
+while getopts 'vdhsq' parameter; do
+   case ${parameter} in
+   v)  echo pkgstats, version ${pkgstatsver}; exit 0;;
+   d)  option=${option} --trace-ascii -;;
+   s)  showonly=true;;
+   q)  quiet=true;;
+   *)  usage; exit 1;;
+   esac
+done
+
+${quiet} || echo 'Collecting data...'
+pkglist=$(mktemp --tmpdir pkglist.XX)
+moduleslist=$(mktemp --tmpdir modules.XX)
+trap 'rm -f ${pkglist} ${moduleslist}' EXIT
+pacman -Qq  ${pkglist}
+if [[ -f /proc/modules ]]; then
+   awk '{ print $1 }' /proc/modules  ${moduleslist}
+fi
+arch=$(uname -m)
+if [[ -f /proc/cpuinfo ]]; then
+   if grep -qE '^flags\s*:.*\slm\s' /proc/cpuinfo; then
+   cpuarch='x86_64'
+   else
+  

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

2014-03-28 Thread Bartłomiej Piotrowski
Date: Friday, March 28, 2014 @ 22:17:03
  Author: bpiotrowski
Revision: 208937

upgpkg: mplayer 37051-2

provide version.h (FS#39666)

Modified:
  mplayer/trunk/PKGBUILD

--+
 PKGBUILD |  131 +++--
 1 file changed, 67 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 21:16:13 UTC (rev 208936)
+++ PKGBUILD2014-03-28 21:17:03 UTC (rev 208937)
@@ -5,16 +5,16 @@
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
 pkgver=37051
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=(
-'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
-'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' 'aalib' 'jack' 'libcaca'
-'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 'libvdpau' 
'opencore-amr'
-'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 'fribidi' 'unzip' 
'mesa'
-'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 
'libbluray'
-'libcdio-paranoia' 'opus'
-)
+  'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
+  'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' 'aalib' 'jack' 'libcaca'
+  'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 'libvdpau' 
'opencore-amr'
+  'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 'fribidi' 'unzip' 'mesa'
+  'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 'libbluray'
+  'libcdio-paranoia' 'opus'
+)
 license=('GPL')
 url='http://www.mplayerhq.hu/'
 options=('!buildflags' '!emptydirs')
@@ -31,76 +31,79 @@
  '868a92bdef148df7f38bfa992b26ce9d')
 
 prepare() {
-cd $pkgbase-$pkgver
-patch -p0 -i ../cdio-includes.patch
-patch -p1 -i ../include-samba-4.0.patch
+  cd $pkgbase-$pkgver
+  mv ../ffmpeg-2.2 ./ffmpeg
 
-mv ../ffmpeg-2.2 ./ffmpeg
+  patch -p0 -i ../cdio-includes.patch
+  patch -p1 -i ../include-samba-4.0.patch
+
+  echo #define VERSION \SVN-r$pkgver\  version.h
+  echo '#define MP_TITLE %s VERSION (C) 2000-2014 MPlayer Team\n'  
version.h
 }
 
 build() {
-cd $pkgbase-$pkgver
+  cd $pkgbase-$pkgver
 
-./configure --prefix=/usr \
---enable-runtime-cpudetection \
---disable-gui \
---disable-arts \
---disable-liblzo \
---disable-speex \
---disable-openal \
---disable-libdv \
---disable-musepack \
---disable-esd \
---disable-mga \
---disable-ass-internal \
---disable-cdparanoia \
---enable-xvmc \
---enable-radio \
---enable-radio-capture \
---enable-smb \
---language=all \
---confdir=/etc/mplayer
-[[ $CARCH = i686 ]]   sed 's|-march=i486|-march=i686|g' -i config.mak
+  ./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--disable-cdparanoia \
+--enable-xvmc \
+--enable-radio \
+--enable-radio-capture \
+--enable-smb \
+--language=all \
+--confdir=/etc/mplayer
+  [[ $CARCH = i686 ]]   sed 's|-march=i486|-march=i686|g' -i config.mak
 
-make
+  make
 }
 
 package_mplayer() {
-pkgdesc='Media player for Linux'
-install=mplayer.install
-backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
-depends=(
-'desktop-file-utils' 'ttf-font' 'enca' 'libxss' 'a52dec' 'libvpx'
-'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'
-'libgl' 'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore'
-'opencore-amr' 'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 
'libxxf86dga'
-'fribidi' 'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123'
-'libass' 'libxxf86vm' 'libbluray' 'libcdio-paranoia' 'opus'
-)
+  pkgdesc='Media player for Linux'
+  install=mplayer.install
+  backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+  depends=(
+'desktop-file-utils' 'ttf-font' 'enca' 'libxss' 'a52dec' 'libvpx'
+'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'
+'libgl' 'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore'
+'opencore-amr' 'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga'
+'fribidi' 'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123'
+'libass' 'libxxf86vm' 'libbluray' 'libcdio-paranoia' 'opus'
+  )
 
-cd $pkgbase-$pkgver
-make DESTDIR=$pkgdir install-mplayer install-mplayer-man
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install-mplayer install-mplayer-man
 
-install -Dm644 etc/{codecs.conf,input.conf,example.conf} \
-$pkgdir/etc/mplayer/
+  install -Dm644 etc/{codecs.conf,input.conf,example.conf} \
+$pkgdir/etc/mplayer/
 
-# desktop file (FS#14770)
-install -Dm644 

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

2014-03-28 Thread Bartłomiej Piotrowski
Date: Friday, March 28, 2014 @ 22:17:33
  Author: bpiotrowski
Revision: 208938

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

Added:
  mplayer/repos/extra-i686/PKGBUILD
(from rev 208937, mplayer/trunk/PKGBUILD)
  mplayer/repos/extra-i686/cdio-includes.patch
(from rev 208937, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/extra-i686/include-samba-4.0.patch
(from rev 208937, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/extra-i686/mplayer.desktop
(from rev 208937, mplayer/trunk/mplayer.desktop)
  mplayer/repos/extra-i686/mplayer.install
(from rev 208937, mplayer/trunk/mplayer.install)
  mplayer/repos/extra-i686/mplayer.png
(from rev 208937, mplayer/trunk/mplayer.png)
  mplayer/repos/extra-x86_64/PKGBUILD
(from rev 208937, mplayer/trunk/PKGBUILD)
  mplayer/repos/extra-x86_64/cdio-includes.patch
(from rev 208937, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/extra-x86_64/include-samba-4.0.patch
(from rev 208937, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/extra-x86_64/mplayer.desktop
(from rev 208937, mplayer/trunk/mplayer.desktop)
  mplayer/repos/extra-x86_64/mplayer.install
(from rev 208937, mplayer/trunk/mplayer.install)
  mplayer/repos/extra-x86_64/mplayer.png
(from rev 208937, mplayer/trunk/mplayer.png)
Deleted:
  mplayer/repos/extra-i686/PKGBUILD
  mplayer/repos/extra-i686/cdio-includes.patch
  mplayer/repos/extra-i686/include-samba-4.0.patch
  mplayer/repos/extra-i686/mplayer.desktop
  mplayer/repos/extra-i686/mplayer.install
  mplayer/repos/extra-i686/mplayer.png
  mplayer/repos/extra-x86_64/PKGBUILD
  mplayer/repos/extra-x86_64/cdio-includes.patch
  mplayer/repos/extra-x86_64/include-samba-4.0.patch
  mplayer/repos/extra-x86_64/mplayer.desktop
  mplayer/repos/extra-x86_64/mplayer.install
  mplayer/repos/extra-x86_64/mplayer.png

--+
 /PKGBUILD|  218 +
 /cdio-includes.patch |   86 +
 /include-samba-4.0.patch |   24 +++
 /mplayer.desktop |   44 ++
 /mplayer.install |   22 +++
 extra-i686/PKGBUILD  |  106 
 extra-i686/cdio-includes.patch   |   43 --
 extra-i686/include-samba-4.0.patch   |   12 -
 extra-i686/mplayer.desktop   |   22 ---
 extra-i686/mplayer.install   |   11 -
 extra-x86_64/PKGBUILD|  106 
 extra-x86_64/cdio-includes.patch |   43 --
 extra-x86_64/include-samba-4.0.patch |   12 -
 extra-x86_64/mplayer.desktop |   22 ---
 extra-x86_64/mplayer.install |   11 -
 15 files changed, 394 insertions(+), 388 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-28 21:17:03 UTC (rev 208937)
+++ extra-i686/PKGBUILD 2014-03-28 21:17:33 UTC (rev 208938)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgbase=mplayer
-pkgname=('mplayer' 'mencoder')
-pkgver=37051
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=(
-'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
-'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' 'aalib' 'jack' 'libcaca'
-'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 'libvdpau' 
'opencore-amr'
-'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 'fribidi' 'unzip' 
'mesa'
-'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 
'libbluray'
-'libcdio-paranoia' 'opus'
-)
-license=('GPL')
-url='http://www.mplayerhq.hu/'
-options=('!buildflags' '!emptydirs')
-source=(ftp://ftp.archlinux.org/other/packages/$pkgbase/$pkgbase-$pkgver.tar.xz{,.sig}
-http://ffmpeg.org/releases/ffmpeg-2.2.tar.bz2
-mplayer.desktop
-cdio-includes.patch
-include-samba-4.0.patch)
-md5sums=('0407ab1f9613dcd6bce06a80ac0b028b'
- 'SKIP'
- '744febca199548c9393b1f1ed05ccdd8'
- '62f44a58f072b2b1a3c3d3e4976d64b3'
- '7b5be7191aafbea64218dc4916343bbc'
- '868a92bdef148df7f38bfa992b26ce9d')
-
-prepare() {
-cd $pkgbase-$pkgver
-patch -p0 -i ../cdio-includes.patch
-patch -p1 -i ../include-samba-4.0.patch
-
-mv ../ffmpeg-2.2 ./ffmpeg
-}
-
-build() {
-cd $pkgbase-$pkgver
-
-./configure --prefix=/usr \
---enable-runtime-cpudetection \
---disable-gui \
---disable-arts \
---disable-liblzo \
---disable-speex \
---disable-openal \
---disable-libdv \
---disable-musepack \
---disable-esd \
---disable-mga \
---disable-ass-internal \
---disable-cdparanoia \
---enable-xvmc \
---enable-radio \
---enable-radio-capture \
---enable-smb \
---language=all \
---confdir=/etc/mplayer
-[[ $CARCH = i686 ]]   sed 

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

2014-03-28 Thread Thomas Bächler
Date: Friday, March 28, 2014 @ 22:17:39
  Author: thomas
Revision: 208939

upgpkg: pkgstats 2.3-4: fix dependencies

Modified:
  pkgstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 21:17:33 UTC (rev 208938)
+++ PKGBUILD2014-03-28 21:17:39 UTC (rev 208939)
@@ -8,7 +8,7 @@
 arch=('any')
 url='https://www.archlinux.de'
 license=('GPL')
-depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'cron' 'awk' 'grep')
+depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'systemd' 'awk' 'grep')
 source=('pkgstats.sh'
 pkgstats.{timer,service})
 install='pkgstats.install'



[arch-commits] Commit in pkgstats/repos/testing-any (10 files)

2014-03-28 Thread Thomas Bächler
Date: Friday, March 28, 2014 @ 22:17:50
  Author: thomas
Revision: 208940

archrelease: copy trunk to testing-any

Added:
  pkgstats/repos/testing-any/PKGBUILD
(from rev 208939, pkgstats/trunk/PKGBUILD)
  pkgstats/repos/testing-any/pkgstats.install
(from rev 208939, pkgstats/trunk/pkgstats.install)
  pkgstats/repos/testing-any/pkgstats.service
(from rev 208939, pkgstats/trunk/pkgstats.service)
  pkgstats/repos/testing-any/pkgstats.sh
(from rev 208939, pkgstats/trunk/pkgstats.sh)
  pkgstats/repos/testing-any/pkgstats.timer
(from rev 208939, pkgstats/trunk/pkgstats.timer)
Deleted:
  pkgstats/repos/testing-any/PKGBUILD
  pkgstats/repos/testing-any/pkgstats.install
  pkgstats/repos/testing-any/pkgstats.service
  pkgstats/repos/testing-any/pkgstats.sh
  pkgstats/repos/testing-any/pkgstats.timer

--+
 PKGBUILD |   50 
 pkgstats.install |6 +-
 pkgstats.service |   16 ++---
 pkgstats.sh  |  158 ++---
 pkgstats.timer   |   14 ++--
 5 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-28 21:17:39 UTC (rev 208939)
+++ PKGBUILD2014-03-28 21:17:50 UTC (rev 208940)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=pkgstats
-pkgver=2.3
-pkgrel=4
-pkgdesc='submits a list of installed packages to the Arch Linux project'
-arch=('any')
-url='https://www.archlinux.de'
-license=('GPL')
-depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'cron' 'awk' 'grep')
-source=('pkgstats.sh'
-pkgstats.{timer,service})
-install='pkgstats.install'
-md5sums=('2943bc8c6d8e3c0bd9b368a3f17b'
- '2285089dff45f583c27b9d561fda5405'
- '5225a0bb6d32a3bbf89821f841f4eb8c')
-
-package() {
-   install -D -m755 ${srcdir}/pkgstats.sh ${pkgdir}/usr/bin/pkgstats
-   install -D -m644 ${srcdir}/pkgstats.timer 
${pkgdir}/usr/lib/systemd/system/pkgstats.timer
-   install -D -m644 ${srcdir}/pkgstats.service 
${pkgdir}/usr/lib/systemd/system/pkgstats.service
-   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
-   ln -s ../pkgstats.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/pkgstats.timer
-}

Copied: pkgstats/repos/testing-any/PKGBUILD (from rev 208939, 
pkgstats/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-28 21:17:50 UTC (rev 208940)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=pkgstats
+pkgver=2.3
+pkgrel=4
+pkgdesc='submits a list of installed packages to the Arch Linux project'
+arch=('any')
+url='https://www.archlinux.de'
+license=('GPL')
+depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'systemd' 'awk' 'grep')
+source=('pkgstats.sh'
+pkgstats.{timer,service})
+install='pkgstats.install'
+md5sums=('2943bc8c6d8e3c0bd9b368a3f17b'
+ '2285089dff45f583c27b9d561fda5405'
+ '5225a0bb6d32a3bbf89821f841f4eb8c')
+
+package() {
+   install -D -m755 ${srcdir}/pkgstats.sh ${pkgdir}/usr/bin/pkgstats
+   install -D -m644 ${srcdir}/pkgstats.timer 
${pkgdir}/usr/lib/systemd/system/pkgstats.timer
+   install -D -m644 ${srcdir}/pkgstats.service 
${pkgdir}/usr/lib/systemd/system/pkgstats.service
+   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+   ln -s ../pkgstats.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/pkgstats.timer
+}

Deleted: pkgstats.install
===
--- pkgstats.install2014-03-28 21:17:39 UTC (rev 208939)
+++ pkgstats.install2014-03-28 21:17:50 UTC (rev 208940)
@@ -1,3 +0,0 @@
-post_install() {
-   echo For information about pkgstats see 
https://bbs.archlinux.org/viewtopic.php?id=105431;
-}

Copied: pkgstats/repos/testing-any/pkgstats.install (from rev 208939, 
pkgstats/trunk/pkgstats.install)
===
--- pkgstats.install(rev 0)
+++ pkgstats.install2014-03-28 21:17:50 UTC (rev 208940)
@@ -0,0 +1,3 @@
+post_install() {
+   echo For information about pkgstats see 
https://bbs.archlinux.org/viewtopic.php?id=105431;
+}

Deleted: pkgstats.service
===
--- pkgstats.service2014-03-28 21:17:39 UTC (rev 208939)
+++ pkgstats.service2014-03-28 21:17:50 UTC (rev 208940)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Submit pkgstats
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/pkgstats -q
-User=nobody
-Group=nobody

Copied: pkgstats/repos/testing-any/pkgstats.service (from rev 208939, 
pkgstats/trunk/pkgstats.service)
===
--- pkgstats.service(rev 0)
+++ 

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

2014-03-28 Thread Bartłomiej Piotrowski
Date: Friday, March 28, 2014 @ 22:27:08
  Author: bpiotrowski
Revision: 208941

Take advantage of VCS support in makepkg.

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 21:17:50 UTC (rev 208940)
+++ PKGBUILD2014-03-28 21:27:08 UTC (rev 208941)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgbase=mplayer
@@ -18,18 +19,22 @@
 license=('GPL')
 url='http://www.mplayerhq.hu/'
 options=('!buildflags' '!emptydirs')
-source=(ftp://ftp.archlinux.org/other/packages/$pkgbase/$pkgbase-$pkgver.tar.xz{,.sig}
+source=($pkgbase-$pkgver::svn://svn.mplayerhq.hu/mplayer/trunk#revision=$pkgver
 http://ffmpeg.org/releases/ffmpeg-2.2.tar.bz2
 mplayer.desktop
 cdio-includes.patch
 include-samba-4.0.patch)
-md5sums=('0407ab1f9613dcd6bce06a80ac0b028b'
- 'SKIP'
+md5sums=('SKIP'
  '744febca199548c9393b1f1ed05ccdd8'
  '62f44a58f072b2b1a3c3d3e4976d64b3'
  '7b5be7191aafbea64218dc4916343bbc'
  '868a92bdef148df7f38bfa992b26ce9d')
 
+pkgver() {
+  cd $pkgbase-$pkgver
+  svnversion
+}
+
 prepare() {
   cd $pkgbase-$pkgver
   mv ../ffmpeg-2.2 ./ffmpeg
@@ -37,8 +42,7 @@
   patch -p0 -i ../cdio-includes.patch
   patch -p1 -i ../include-samba-4.0.patch
 
-  echo #define VERSION \SVN-r$pkgver\  version.h
-  echo '#define MP_TITLE %s VERSION (C) 2000-2014 MPlayer Team\n'  
version.h
+  ./version.sh
 }
 
 build() {



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

2014-03-28 Thread Jürgen Hötzel
Date: Friday, March 28, 2014 @ 22:30:13
  Author: juergen
Revision: 208942

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 208941, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 208941, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|   88 +++---
 gnucash.install |   72 ++--
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-28 21:27:08 UTC (rev 208941)
+++ PKGBUILD2014-03-28 21:30:13 UTC (rev 208942)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.6.1
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 
'desktop-file-utils' 'webkitgtk2')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('726ee08e95206ec3746a92efaa5281f27d6eacc8')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|guile-config|guile-config1.8|g' configure
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export GUILE=/usr/bin/guile1.8
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 208941, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-28 21:30:13 UTC (rev 208942)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.6.2
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('slib' 'goffice0.8' 'libdbi-drivers' 'aqbanking' 'desktop-file-utils' 
'webkitgtk2')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('26712924e4730285197a708dd6a2f608c092d230')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|guile-config|guile-config1.8|g' configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export GUILE=/usr/bin/guile1.8
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: gnucash.install
===
--- gnucash.install 2014-03-28 21:27:08 UTC (rev 208941)
+++ gnucash.install 2014-03-28 21:30:13 UTC (rev 208942)
@@ -1,36 +0,0 @@
-pkgname=gnucash
-info_dir=usr/share/info
-info_files=(gnucash-design.info)
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
- 

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

2014-03-28 Thread Anatol Pomozov
Date: Friday, March 28, 2014 @ 22:43:55
  Author: anatolik
Revision: 108566

upgpkg: rethinkdb 1.12.1-1

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 20:49:23 UTC (rev 108565)
+++ PKGBUILD2014-03-28 21:43:55 UTC (rev 108566)
@@ -4,7 +4,7 @@
 # Contributor: Sigmund Lahn sigm...@lahn.no
 
 pkgname=rethinkdb
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc='An open-source distributed database built with love.'
 arch=(i686 x86_64)
@@ -20,7 +20,7 @@
   rethinkdb-tmpfile.conf
   rethinkdb.service
 )
-sha256sums=('5602617986d54521db9bf385e00eb5147fab12ccb9d74dd1c552a90cbc50b9a9'
+sha256sums=('422e2046fe1136e63c5c2ed03c9bebffcb085211128984f605128f2ee85baa68'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
 
@@ -33,7 +33,8 @@
 check() {
   cd rethinkdb-$pkgver
   make build/release/rethinkdb-unittest
-  ./build/release/rethinkdb-unittest
+  # https://github.com/rethinkdb/rethinkdb/issues/2187 PageTest.* tests are 
hanging
+  ./build/release/rethinkdb-unittest 
--gtest_filter=-PageTest.BiggerTestTightMemory:PageTest.BiggerTestSuperTightMemory:PageTest.BiggerTestNoMemory
   # some tests might be flaky on btrfs filesystem!
 }
 



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

2014-03-28 Thread Anatol Pomozov
Date: Friday, March 28, 2014 @ 22:44:52
  Author: anatolik
Revision: 108567

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

Added:
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 108566, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 108566, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 108566, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 108566, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 108566, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 108566, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 108566, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 108566, rethinkdb/trunk/rethinkdb.service)
Deleted:
  rethinkdb/repos/community-testing-i686/PKGBUILD
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
  rethinkdb/repos/community-testing-i686/rethinkdb.install
  rethinkdb/repos/community-testing-i686/rethinkdb.service
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service

-+
 /PKGBUILD   |  112 ++
 /rethinkdb-tmpfile.conf |2 
 /rethinkdb.install  |   74 ++
 /rethinkdb.service  |   24 
 community-testing-i686/PKGBUILD |   55 --
 community-testing-i686/rethinkdb-tmpfile.conf   |1 
 community-testing-i686/rethinkdb.install|   37 ---
 community-testing-i686/rethinkdb.service|   12 --
 community-testing-x86_64/PKGBUILD   |   55 --
 community-testing-x86_64/rethinkdb-tmpfile.conf |1 
 community-testing-x86_64/rethinkdb.install  |   37 ---
 community-testing-x86_64/rethinkdb.service  |   12 --
 12 files changed, 212 insertions(+), 210 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-03-28 21:43:55 UTC (rev 108566)
+++ community-testing-i686/PKGBUILD 2014-03-28 21:44:52 UTC (rev 108567)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Sigmund Lahn sigm...@lahn.no
-
-pkgname=rethinkdb
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='An open-source distributed database built with love.'
-arch=(i686 x86_64)
-url='http://www.rethinkdb.com/'
-license=(AGPL)
-depends=(protobuf ncurses gperftools)
-makedepends=(boost python python2)
-backup=(etc/rethinkdb/instances.d/default.conf)
-install=rethinkdb.install
-options=(!emptydirs)
-source=(
-  http://download.rethinkdb.com/dist/rethinkdb-$pkgver.tgz
-  rethinkdb-tmpfile.conf
-  rethinkdb.service
-)
-sha256sums=('5602617986d54521db9bf385e00eb5147fab12ccb9d74dd1c552a90cbc50b9a9'
-'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
-'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
-
-build() {
-  cd rethinkdb-$pkgver
-  ./configure --fetch v8 --disable-drivers --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd rethinkdb-$pkgver
-  make build/release/rethinkdb-unittest
-  ./build/release/rethinkdb-unittest
-  # some tests might be flaky on btrfs filesystem!
-}
-
-package() {
-  cd rethinkdb-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/rethinkdb-tmpfile.conf 
$pkgdir/usr/lib/tmpfiles.d/rethinkdb.conf
-  install -Dm644 $srcdir/rethinkdb.service 
$pkgdir/usr/lib/systemd/system/rethinkdb@.service
-
-  # create 'default' database instance
-  cp $pkgdir/etc/rethinkdb/default.conf.sample 
$pkgdir/etc/rethinkdb/instances.d/default.conf
-  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
-  -e 's|# 
pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|'
 \
-  -i $pkgdir/etc/rethinkdb/instances.d/default.conf
-
-  # Arch uses systemd, no need for init.d scripts
-  rm -r $pkgdir/etc/init.d
-}

Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 108566, 
rethinkdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-03-28 21:44:52 UTC (rev 108567)
@@ -0,0 +1,56 @@

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

2014-03-28 Thread Laurent Carlier
Date: Saturday, March 29, 2014 @ 00:05:04
  Author: lcarlier
Revision: 108568

upgpkg: lib32-sqlite 3.8.4.2-1

Upstream update 3.8.4.2

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 21:44:52 UTC (rev 108567)
+++ PKGBUILD2014-03-28 23:05:04 UTC (rev 108568)
@@ -5,10 +5,10 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_amalgamationver=3080401
+_amalgamationver=3080402
 _docver=${_amalgamationver}
 #_docver=3080401
-pkgver=3.8.4.1
+pkgver=3.8.4.2
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine (32-bit)
 arch=('x86_64')
@@ -17,7 +17,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('f8a77b74bd2632eb14cea62cd8b92c45026e248c')
+sha1sums=('97d727b46ca67c98eb7a0fa3f57a1cfeb7f08f74')
 provides=(lib32-sqlite3=$pkgver)
 replaces=(lib32-sqlite3)
 conflicts=(lib32-sqlite3)



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

2014-03-28 Thread Laurent Carlier
Date: Saturday, March 29, 2014 @ 00:05:16
  Author: lcarlier
Revision: 108569

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-28 23:05:04 UTC (rev 108568)
+++ PKGBUILD2014-03-28 23:05:16 UTC (rev 108569)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut io...@archlinux.ro
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-# Contributor: Kaos  gianlucaatlas dot gmail dot com 
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_amalgamationver=3080401
-_docver=${_amalgamationver}
-#_docver=3080401
-pkgver=3.8.4.1
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine (32-bit)
-arch=('x86_64')
-license=('custom')
-url=http://www.sqlite.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('f8a77b74bd2632eb14cea62cd8b92c45026e248c')
-provides=(lib32-sqlite3=$pkgver)
-replaces=(lib32-sqlite3)
-conflicts=(lib32-sqlite3)
-
-build() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  export LTLINK_EXTRAS=-ldl
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---disable-static
-
-  make
-}
-
-
-package() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 108568, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-28 23:05:16 UTC (rev 108569)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Biru Ionut io...@archlinux.ro
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+# Contributor: Kaos  gianlucaatlas dot gmail dot com 
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_amalgamationver=3080402
+_docver=${_amalgamationver}
+#_docver=3080401
+pkgver=3.8.4.2
+pkgrel=1
+pkgdesc=A C library that implements an SQL database engine (32-bit)
+arch=('x86_64')
+license=('custom')
+url=http://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
+sha1sums=('97d727b46ca67c98eb7a0fa3f57a1cfeb7f08f74')
+provides=(lib32-sqlite3=$pkgver)
+replaces=(lib32-sqlite3)
+conflicts=(lib32-sqlite3)
+
+build() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  export LTLINK_EXTRAS=-ldl
+  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--disable-static
+
+  make
+}
+
+
+package() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-03-28 Thread Laurent Carlier
Date: Saturday, March 29, 2014 @ 00:14:54
  Author: lcarlier
Revision: 108570

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-28 23:05:16 UTC (rev 108569)
+++ PKGBUILD2014-03-28 23:14:54 UTC (rev 108570)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut io...@archlinux.ro
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-# Contributor: Kaos  gianlucaatlas dot gmail dot com 
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_amalgamationver=3080402
-_docver=${_amalgamationver}
-#_docver=3080401
-pkgver=3.8.4.2
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine (32-bit)
-arch=('x86_64')
-license=('custom')
-url=http://www.sqlite.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('97d727b46ca67c98eb7a0fa3f57a1cfeb7f08f74')
-provides=(lib32-sqlite3=$pkgver)
-replaces=(lib32-sqlite3)
-conflicts=(lib32-sqlite3)
-
-build() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  export LTLINK_EXTRAS=-ldl
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---disable-static
-
-  make
-}
-
-
-package() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 108569, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-28 23:14:54 UTC (rev 108570)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Biru Ionut io...@archlinux.ro
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+# Contributor: Kaos  gianlucaatlas dot gmail dot com 
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_amalgamationver=3080402
+_docver=${_amalgamationver}
+#_docver=3080401
+pkgver=3.8.4.2
+pkgrel=1
+pkgdesc=A C library that implements an SQL database engine (32-bit)
+arch=('x86_64')
+license=('custom')
+url=http://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
+sha1sums=('97d727b46ca67c98eb7a0fa3f57a1cfeb7f08f74')
+provides=(lib32-sqlite3=$pkgver)
+replaces=(lib32-sqlite3)
+conflicts=(lib32-sqlite3)
+
+build() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  export LTLINK_EXTRAS=-ldl
+  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--disable-static
+
+  make
+}
+
+
+package() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-03-28 Thread Laurent Carlier
Date: Saturday, March 29, 2014 @ 00:55:34
  Author: lcarlier
Revision: 108572

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  121 ++---
 1 file changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-28 23:55:22 UTC (rev 108571)
+++ PKGBUILD2014-03-28 23:55:34 UTC (rev 108572)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-
-pkgname=lib32-systemd
-_pkgbasename=systemd
-pkgver=211
-pkgrel=1
-pkgdesc=system and service manager (32-bit)
-arch=('x86_64')
-url=http://www.freedesktop.org/wiki/Software/systemd;
-license=('GPL2' 'LGPL2.1' 'MIT')
-depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'systemd')
-makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libcap' 'lib32-acl' 
- 'intltool' 'gperf')
-options=('!libtool')
-source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;)
-md5sums=('0a70c382b6089526f98073b4ee85ef75')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/systemd-${pkgver}
-
-  ./configure \
---libexecdir=/usr/lib32 \
---libdir=/usr/lib32 \
---localstatedir=/var \
---sysconfdir=/etc \
---enable-compat-libs \
---disable-audit \
---disable-ima \
---disable-kdbus \
---disable-seccomp \
---disable-pam \
---disable-kmod \
---disable-blkid \
---without-python \
---disable-libcryptsetup \
---with-sysvinit-path= \
---with-sysvrcnd-path= \
---with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware
-
-  make
-}
-
-package() {
-  cd ${srcdir}/systemd-${pkgver}
-
-  make DESTDIR=$pkgdir install
-
-  rm -rf ${pkgdir}/{etc,var}
-  rm -rf ${pkgdir}/usr/{bin,include,lib,share}
-  rm -rf ${pkgdir}/usr/lib32/libnss*
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s systemd $pkgdir/usr/share/licenses/lib32-systemd
-}

Copied: lib32-systemd/repos/multilib-x86_64/PKGBUILD (from rev 108571, 
lib32-systemd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-28 23:55:34 UTC (rev 108572)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=212
+pkgrel=1
+pkgdesc=system and service manager (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'systemd')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libcap' 'lib32-acl' 
+ 'intltool' 'gperf')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;)
+md5sums=('257a75fff826ff91cb1ce567091cf270')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/systemd-${pkgver}
+
+  ./configure \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--enable-compat-libs \
+--disable-audit \
+--disable-tests \
+--disable-ima \
+--disable-kdbus \
+--disable-seccomp \
+--disable-pam \
+--disable-kmod \
+--disable-blkid \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path= \
+--with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware
+
+  make
+}
+
+package() {
+  cd ${srcdir}/systemd-${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/{etc,var}
+  rm -rf ${pkgdir}/usr/{bin,include,lib,share}
+  rm -rf ${pkgdir}/usr/lib32/libnss*
+
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s systemd $pkgdir/usr/share/licenses/lib32-systemd
+}



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

2014-03-28 Thread Laurent Carlier
Date: Saturday, March 29, 2014 @ 00:55:22
  Author: lcarlier
Revision: 108571

upgpkg: lib32-systemd 212-1

upstream update 212

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 23:14:54 UTC (rev 108570)
+++ PKGBUILD2014-03-28 23:55:22 UTC (rev 108571)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=211
+pkgver=212
 pkgrel=1
 pkgdesc=system and service manager (32-bit)
 arch=('x86_64')
@@ -15,7 +15,7 @@
  'intltool' 'gperf')
 options=('!libtool')
 
source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;)
-md5sums=('0a70c382b6089526f98073b4ee85ef75')
+md5sums=('257a75fff826ff91cb1ce567091cf270')
 
 build() {
   export CC=gcc -m32
@@ -31,6 +31,7 @@
 --sysconfdir=/etc \
 --enable-compat-libs \
 --disable-audit \
+--disable-tests \
 --disable-ima \
 --disable-kdbus \
 --disable-seccomp \



[arch-commits] Commit in (4 files)

2014-03-28 Thread Felix Yan
Date: Saturday, March 29, 2014 @ 03:11:35
  Author: fyan
Revision: 108573

addpkg: python-mccabe 0.2.1-4

Added:
  python-mccabe/
  python-mccabe/repos/
  python-mccabe/trunk/
  python-mccabe/trunk/PKGBUILD

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

Added: python-mccabe/trunk/PKGBUILD
===
--- python-mccabe/trunk/PKGBUILD(rev 0)
+++ python-mccabe/trunk/PKGBUILD2014-03-29 02:11:35 UTC (rev 108573)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+
+pkgname=python-mccabe
+_reponame=mccabe
+pkgver=0.2.1
+pkgrel=4
+pkgdesc=McCabe complexity checker for Python
+arch=('any')
+url=https://github.com/flintwork/mccabe;
+license=('custom:Expat')
+depends=('python')
+makedepends=('python-setuptools')
+options=(!emptydirs)
+source=(https://github.com/flintwork/${_reponame}/archive/${pkgver}.tar.gz;)
+md5sums=('fcba311ebd999f48359a8ab28da94b30')
+
+package() {
+  cd ${_reponame}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2014-03-28 Thread Felix Yan
Date: Saturday, March 29, 2014 @ 03:12:16
  Author: fyan
Revision: 108574

archrelease: copy trunk to community-any

Added:
  python-mccabe/repos/community-any/
  python-mccabe/repos/community-any/PKGBUILD
(from rev 108573, python-mccabe/trunk/PKGBUILD)

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

Copied: python-mccabe/repos/community-any/PKGBUILD (from rev 108573, 
python-mccabe/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-03-29 02:12:16 UTC (rev 108574)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+
+pkgname=python-mccabe
+_reponame=mccabe
+pkgver=0.2.1
+pkgrel=4
+pkgdesc=McCabe complexity checker for Python
+arch=('any')
+url=https://github.com/flintwork/mccabe;
+license=('custom:Expat')
+depends=('python')
+makedepends=('python-setuptools')
+options=(!emptydirs)
+source=(https://github.com/flintwork/${_reponame}/archive/${pkgver}.tar.gz;)
+md5sums=('fcba311ebd999f48359a8ab28da94b30')
+
+package() {
+  cd ${_reponame}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-28 Thread Felix Yan
Date: Saturday, March 29, 2014 @ 03:24:57
  Author: fyan
Revision: 108576

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-29 02:24:16 UTC (rev 108575)
+++ PKGBUILD2014-03-29 02:24:57 UTC (rev 108576)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
-
-pkgname=python-mccabe
-_reponame=mccabe
-pkgver=0.2.1
-pkgrel=4
-pkgdesc=McCabe complexity checker for Python
-arch=('any')
-url=https://github.com/flintwork/mccabe;
-license=('custom:Expat')
-depends=('python')
-makedepends=('python-setuptools')
-options=(!emptydirs)
-source=(https://github.com/flintwork/${_reponame}/archive/${pkgver}.tar.gz;)
-md5sums=('fcba311ebd999f48359a8ab28da94b30')
-
-package() {
-  cd ${_reponame}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mccabe/repos/community-any/PKGBUILD (from rev 108575, 
python-mccabe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-29 02:24:57 UTC (rev 108576)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+
+pkgbase=python-mccabe
+pkgname=(python-mccabe python2-mccabe)
+_reponame=mccabe
+pkgver=0.2.1
+pkgrel=5
+pkgdesc=McCabe complexity checker for Python
+arch=('any')
+url=https://github.com/flintwork/mccabe;
+license=('custom:Expat')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(https://github.com/flintwork/${_reponame}/archive/${pkgver}.tar.gz;)
+md5sums=('fcba311ebd999f48359a8ab28da94b30')
+
+prepare() {
+  cp -r ${_reponame}-${pkgver}{,-py2}
+}
+
+package_python-mccabe() {
+  depends=('python')
+
+  cd ${_reponame}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-mccabe() {
+  depends=('python2')
+
+  cd ${_reponame}-${pkgver}
+  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-28 Thread Felix Yan
Date: Saturday, March 29, 2014 @ 03:24:16
  Author: fyan
Revision: 108575

upgpkg: python-mccabe 0.2.1-5

- add python2-mccabe

Modified:
  python-mccabe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-29 02:12:16 UTC (rev 108574)
+++ PKGBUILD2014-03-29 02:24:16 UTC (rev 108575)
@@ -2,21 +2,26 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 # Contributor: Karol Kenji Takahashi Woźniak kenji.sx
 
-pkgname=python-mccabe
+pkgbase=python-mccabe
+pkgname=(python-mccabe python2-mccabe)
 _reponame=mccabe
 pkgver=0.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc=McCabe complexity checker for Python
 arch=('any')
 url=https://github.com/flintwork/mccabe;
 license=('custom:Expat')
-depends=('python')
-makedepends=('python-setuptools')
-options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools')
 source=(https://github.com/flintwork/${_reponame}/archive/${pkgver}.tar.gz;)
 md5sums=('fcba311ebd999f48359a8ab28da94b30')
 
-package() {
+prepare() {
+  cp -r ${_reponame}-${pkgver}{,-py2}
+}
+
+package_python-mccabe() {
+  depends=('python')
+
   cd ${_reponame}-${pkgver}
   python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
 
@@ -23,4 +28,13 @@
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
+package_python2-mccabe() {
+  depends=('python2')
+
+  cd ${_reponame}-${pkgver}
+  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2014-03-28 Thread Felix Yan
Date: Saturday, March 29, 2014 @ 03:38:06
  Author: fyan
Revision: 108577

addpkg: python-pyflakes 0.8-2

Added:
  python-pyflakes/
  python-pyflakes/repos/
  python-pyflakes/trunk/
  python-pyflakes/trunk/PKGBUILD

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

Added: python-pyflakes/trunk/PKGBUILD
===
--- python-pyflakes/trunk/PKGBUILD  (rev 0)
+++ python-pyflakes/trunk/PKGBUILD  2014-03-29 02:38:06 UTC (rev 108577)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
+# Contributor: Tianjiao Yin ytj000+...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: TDY t...@gmx.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+_reponame=pyflakes
+pkgver=0.8
+pkgrel=2
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
+sha1sums=('801c9ad6bddc95e436b103a8deefbfe0f4451f50')
+
+prepare() {
+  cp -r ${_reponame}-${pkgver}{,-py2}
+}
+
+build() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py build
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py test
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python')
+
+  cd ${_reponame}-${pkgver}
+
+  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes ${pkgdir}/usr/bin/pyflakes3k
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyflakes() {
+  depends=('python2')
+
+  cd ${_reponame}-${pkgver}-py2
+
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  mv ${pkgdir}/usr/bin/pyflakes ${pkgdir}/usr/bin/pyflakes-python2
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2014-03-28 Thread Felix Yan
Date: Saturday, March 29, 2014 @ 03:38:43
  Author: fyan
Revision: 108578

archrelease: copy trunk to community-any

Added:
  python-pyflakes/repos/community-any/
  python-pyflakes/repos/community-any/PKGBUILD
(from rev 108577, python-pyflakes/trunk/PKGBUILD)

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

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 108577, 
python-pyflakes/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-03-29 02:38:43 UTC (rev 108578)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
+# Contributor: Tianjiao Yin ytj000+...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: TDY t...@gmx.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+_reponame=pyflakes
+pkgver=0.8
+pkgrel=2
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
+sha1sums=('801c9ad6bddc95e436b103a8deefbfe0f4451f50')
+
+prepare() {
+  cp -r ${_reponame}-${pkgver}{,-py2}
+}
+
+build() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py build
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py test
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python')
+
+  cd ${_reponame}-${pkgver}
+
+  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes ${pkgdir}/usr/bin/pyflakes3k
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyflakes() {
+  depends=('python2')
+
+  cd ${_reponame}-${pkgver}-py2
+
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  mv ${pkgdir}/usr/bin/pyflakes ${pkgdir}/usr/bin/pyflakes-python2
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-03-28 Thread Felix Yan
Date: Saturday, March 29, 2014 @ 03:57:37
  Author: fyan
Revision: 108579

addpkg: flake8 1:2.1.0-3

Added:
  flake8/
  flake8/repos/
  flake8/trunk/
  flake8/trunk/PKGBUILD

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

Added: flake8/trunk/PKGBUILD
===
--- flake8/trunk/PKGBUILD   (rev 0)
+++ flake8/trunk/PKGBUILD   2014-03-29 02:57:37 UTC (rev 108579)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Allen Li darkfeline at abagofapples.com
+
+pkgbase=flake8
+pkgname=(flake8 flake8-python2)
+pkgver=2.1.0
+pkgrel=3
+epoch=1
+pkgdesc=The modular source code checker: pep8, pyflakes and co
+arch=('any')
+url=http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('cf326cfb88a1db6c5b29a3a6d9efb257')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8-python3')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_flake8-python2() {
+  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'pep8-python2')
+  provides=('python2-flake8')
+  replaces=('python2-flake8')
+  conflicts=('python2-flake8')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-28 Thread Felix Yan
Date: Saturday, March 29, 2014 @ 03:58:20
  Author: fyan
Revision: 108580

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/
  flake8/repos/community-any/PKGBUILD
(from rev 108579, flake8/trunk/PKGBUILD)

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

Copied: flake8/repos/community-any/PKGBUILD (from rev 108579, 
flake8/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-03-29 02:58:20 UTC (rev 108580)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Allen Li darkfeline at abagofapples.com
+
+pkgbase=flake8
+pkgname=(flake8 flake8-python2)
+pkgver=2.1.0
+pkgrel=3
+epoch=1
+pkgdesc=The modular source code checker: pep8, pyflakes and co
+arch=('any')
+url=http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('cf326cfb88a1db6c5b29a3a6d9efb257')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8-python3')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_flake8-python2() {
+  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'pep8-python2')
+  provides=('python2-flake8')
+  replaces=('python2-flake8')
+  conflicts=('python2-flake8')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-28 Thread Felix Yan
Date: Saturday, March 29, 2014 @ 04:11:10
  Author: fyan
Revision: 108582

archrelease: copy trunk to community-any

Added:
  pep8/repos/community-any/LICENSE
(from rev 108581, pep8/trunk/LICENSE)
  pep8/repos/community-any/PKGBUILD
(from rev 108581, pep8/trunk/PKGBUILD)
Deleted:
  pep8/repos/community-any/LICENSE
  pep8/repos/community-any/PKGBUILD

--+
 LICENSE  |   48 -
 PKGBUILD |  114 +++--
 2 files changed, 90 insertions(+), 72 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-03-29 03:10:33 UTC (rev 108581)
+++ LICENSE 2014-03-29 03:11:10 UTC (rev 108582)
@@ -1,24 +0,0 @@
-Copyright © 2006-2009 Johann C. Rocholl joh...@rocholl.net
-Copyright © 2009-2013 Florent Xicluna florent.xicl...@gmail.com
-
-Licensed under the terms of the Expat License
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the Software), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

Copied: pep8/repos/community-any/LICENSE (from rev 108581, pep8/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-03-29 03:11:10 UTC (rev 108582)
@@ -0,0 +1,24 @@
+Copyright © 2006-2009 Johann C. Rocholl joh...@rocholl.net
+Copyright © 2009-2013 Florent Xicluna florent.xicl...@gmail.com
+
+Licensed under the terms of the Expat License
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the Software), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-29 03:10:33 UTC (rev 108581)
+++ PKGBUILD2014-03-29 03:11:10 UTC (rev 108582)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ismael Carnales icarnales at gmail dot com
-# Contributor: Sergey Mastykov smastykov[at]gmail[dot]com
-
-pkgbase=pep8
-pkgname=($pkgbase-python2 $pkgbase-python3)
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=Python style guide checker
-arch=('any')
-url=http://github.com/jcrocholl/pep8/;
-license=('custom:Expat')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(https://pypi.python.org/packages/source/p/$pkgbase/$pkgbase-${pkgver}.tar.gz;
-LICENSE)
-sha256sums=('818ac9c3b31b2ab63265fb421727025e48f3b6447260632acee43270f172b450'
-'4a18840b7c132952f3f3d42c355289018ea263cbe75b25db31c9feb1b61e9b40')
-
-prepare() {
-  cp -r $pkgbase-$pkgver{,-python2}
-
-  sed -i '1s/env python$/python2/' $pkgbase-$pkgver-python2/pep8.py
-}
-
-package_pep8-python2() {
-  depends=('python2' 'python2-setuptools')
-  provides=('pep8')
-  conflicts=('pep8')
-  replaces=('pep8')
-  
-  cd $pkgbase-$pkgver-python2
-  python2 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-  mv $pkgdir/usr/bin/pep8 $pkgdir/usr/bin/pep8-python2
-
-  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_pep8-python3() {
-  depends=('python' 'python-setuptools')
-  
-  cd $pkgbase-$pkgver
-  python3 setup.py install -O1 --prefix=/usr 

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

2014-03-28 Thread Felix Yan
Date: Saturday, March 29, 2014 @ 04:10:33
  Author: fyan
Revision: 108581

upgpkg: pep8 1.5.1-2

- pep8 now refers to the python3 version

Modified:
  pep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-29 02:58:20 UTC (rev 108580)
+++ PKGBUILD2014-03-29 03:10:33 UTC (rev 108581)
@@ -4,9 +4,9 @@
 # Contributor: Sergey Mastykov smastykov[at]gmail[dot]com
 
 pkgbase=pep8
-pkgname=($pkgbase-python2 $pkgbase-python3)
+pkgname=($pkgbase $pkgbase-python2)
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Python style guide checker
 arch=('any')
 url=http://github.com/jcrocholl/pep8/;
@@ -18,27 +18,35 @@
 '4a18840b7c132952f3f3d42c355289018ea263cbe75b25db31c9feb1b61e9b40')
 
 prepare() {
-  cp -r $pkgbase-$pkgver{,-python2}
+  cp -r $pkgbase-$pkgver{,-py2}
 
-  sed -i '1s/env python$/python2/' $pkgbase-$pkgver-python2/pep8.py
+  sed -i '1s/env python$/python2/' $pkgbase-$pkgver-py2/pep8.py
 }
 
-package_pep8-python2() {
-  depends=('python2' 'python2-setuptools')
-  provides=('pep8')
-  conflicts=('pep8')
-  replaces=('pep8')
-  
-  cd $pkgbase-$pkgver-python2
-  python2 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-  mv $pkgdir/usr/bin/pep8 $pkgdir/usr/bin/pep8-python2
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py build
 
-  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
 }
 
-package_pep8-python3() {
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  # Not passing tests for 1.5.1
+  #python setup.py test
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  # Not passing tests for 1.5.1
+  #python2 setup.py test
+}
+
+package_pep8() {
   depends=('python' 'python-setuptools')
-  
+  provides=('pep8-python3')
+  conflicts=('pep8-python3')
+  replaces=('pep8-python3')
+
   cd $pkgbase-$pkgver
   python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
 
@@ -45,4 +53,14 @@
   install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
+package_pep8-python2() {
+  depends=('python2' 'python2-setuptools')
+  
+  cd $pkgbase-$pkgver-py2
+  python2 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+  mv $pkgdir/usr/bin/pep8 $pkgdir/usr/bin/pep8-python2
+
+  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
 # vim:set ts=2 sw=2 et:



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

2014-03-28 Thread speps
Date: Saturday, March 29, 2014 @ 05:27:57
  Author: speps
Revision: 108584

archrelease: copy trunk to community-i686

Added:
  dssi-vst/repos/community-i686/PKGBUILD
(from rev 108583, dssi-vst/trunk/PKGBUILD)
  dssi-vst/repos/community-i686/dssi-vst-winexec.patch
(from rev 108583, dssi-vst/trunk/dssi-vst-winexec.patch)
Deleted:
  dssi-vst/repos/community-i686/ChangeLog
  dssi-vst/repos/community-i686/PKGBUILD
  dssi-vst/repos/community-i686/winexec.patch

+
 ChangeLog  |   11 -
 PKGBUILD   |   89 ---
 dssi-vst-winexec.patch |   23 
 winexec.patch  |   14 ---
 4 files changed, 69 insertions(+), 68 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-03-29 04:27:43 UTC (rev 108583)
+++ ChangeLog   2014-03-29 04:27:57 UTC (rev 108584)
@@ -1,11 +0,0 @@
-6 May 2010 (GMT+8) Ray Rashif schivmeis...@gmail.com
-
-   * 0.9.2
-   upstream release
-   gcc 4.4 patch no longer required
-   file extension issue still unsolved; winexec patch required
-
-26 Dec 2009 (GMT+8) Ray Rashif schivmeis...@gmail.com
-
-   * 0.8-1
-   initial commit

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-29 04:27:43 UTC (rev 108583)
+++ PKGBUILD2014-03-29 04:27:57 UTC (rev 108584)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif schivmeis...@gmail.com
-
-pkgname=dssi-vst
-pkgver=0.9.2
-pkgrel=3
-pkgdesc=DSSI adapter/wrapper for win32 VST plug-ins
-arch=('i686')
-url=http://www.breakfastquay.com/dssi-vst/;
-license=('GPL')
-depends=('wine' 'jack' 'liblo=0.28')
-makedepends=('dssi' 'ladspa')
-source=(http://code.breakfastquay.com/attachments/download/10/$pkgname-$pkgver.tar.bz2;
-   'winexec.patch')
-md5sums=('5c569200571de76dac18be4eb6fbd9c8'
- '7578313fb2861165ed349cef1d02f829')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # fix executable extension issue
-  patch -Np1 -i ${srcdir}/winexec.patch
-
-  # use CXXFLAGS in build
-  sed -i \
-s:-Ivestige -Wall -fPIC:$CXXFLAGS -Ivestige -Wall -fPIC: Makefile
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make BINDIR=$pkgdir/usr/bin \
-   DSSIDIR=$pkgdir/usr/lib/dssi \
-   LADSPADIR=$pkgdir/usr/lib/ladspa install
-
-  # dssi-vst does not know about the executable extension issue
-  cd $pkgdir/usr/lib/dssi/dssi-vst
-
-  mv dssi-vst-server.exe dssi-vst-server
-  mv dssi-vst-scanner.exe dssi-vst-scanner
-}

Copied: dssi-vst/repos/community-i686/PKGBUILD (from rev 108583, 
dssi-vst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-29 04:27:57 UTC (rev 108584)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Ray Rashif schivmeis...@gmail.com
+
+pkgname=dssi-vst
+pkgver=0.9.2
+pkgrel=4
+pkgdesc=DSSI adapter/wrapper for win32 VST plug-ins
+arch=('i686' 'x86_64')
+url=http://www.breakfastquay.com/dssi-vst/;
+license=('GPL')
+depends=('wine' 'jack' 'liblo')
+makedepends=('dssi' 'ladspa')
+source=(http://code.breakfastquay.com/attachments/download/10/$pkgname-$pkgver.tar.bz2;
+   $pkgname-winexec.patch)
+md5sums=('5c569200571de76dac18be4eb6fbd9c8'
+ '3e445482c8c5302de43be806f0c7506f')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # fix executable extension issue
+  patch -p1 -i ../$pkgname-winexec.patch
+
+  # use CXXFLAGS in build
+  sed -i /m32/! s/CXXFLAGS)/ $CXXFLAGS/ Makefile
+
+  # [x86_64] use /usr/lib32/dssi
+  if [[ $CARCH = x86_64 ]]; then
+sed -i '/\/dssi-vst/s|DSSIDIR|32|' Makefile
+sed -i '/DSSI_PATH/s|\(/usr/lib\)\(/dssi\)|:\132\2|' remotevstclient.cpp
+  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make BINDIR=$pkgdir/usr/bin \
+   DSSIDIR=$pkgdir/usr/lib/dssi \
+   DSSIDIR32=$pkgdir/usr/lib32/dssi \
+   LADSPADIR=$pkgdir/usr/lib/ladspa install
+}

Copied: dssi-vst/repos/community-i686/dssi-vst-winexec.patch (from rev 108583, 
dssi-vst/trunk/dssi-vst-winexec.patch)
===
--- dssi-vst-winexec.patch  (rev 0)
+++ dssi-vst-winexec.patch  2014-03-29 04:27:57 UTC (rev 108584)
@@ -0,0 +1,23 @@
+Thanks to Fernando Lopez-Lezcano na...@ccrma.stanford.edu
+Reviewed by speps speps at aur dot archlinux dot org
+
+diff -aur dssi-vst-0.9.2/Makefile dssi-vst-0.9.2.patched/Makefile
+--- dssi-vst-0.9.2/Makefile2010-05-04 11:01:29.0 +0200
 dssi-vst-0.9.2.patched/Makefile2014-03-28 18:24:41.128287015 +0100
+@@ -38,12 +38,15 @@
+ all:  $(TARGETS)
+ 
+ install:  all
++  mkdir -p $(DSSIDIR)
+   mkdir -p $(DSSIDIR)/dssi-vst
+   mkdir -p $(LADSPADIR)
+   mkdir -p $(BINDIR)
+   

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

2014-03-28 Thread speps
Date: Saturday, March 29, 2014 @ 05:27:43
  Author: speps
Revision: 108583

upgpkg: dssi-vst 0.9.2-4

Modified:
  dssi-vst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-29 03:11:10 UTC (rev 108582)
+++ PKGBUILD2014-03-29 04:27:43 UTC (rev 108583)
@@ -26,9 +26,10 @@
   sed -i /m32/! s/CXXFLAGS)/ $CXXFLAGS/ Makefile
 
   # [x86_64] use /usr/lib32/dssi
-  [[ $CARCH = x86_64 ]]  \
-  sed -i '/\/dssi-vst/s|DSSIDIR|32|' Makefile  \
-  sed -i '/DSSI_PATH/s|\(/usr/lib\)\(/dssi\)|:\132\2|' remotevstclient.cpp
+  if [[ $CARCH = x86_64 ]]; then
+sed -i '/\/dssi-vst/s|DSSIDIR|32|' Makefile
+sed -i '/DSSI_PATH/s|\(/usr/lib\)\(/dssi\)|:\132\2|' remotevstclient.cpp
+  fi
 }
 
 build() {
@@ -38,7 +39,6 @@
 
 package() {
   cd $pkgname-$pkgver
-
   make BINDIR=$pkgdir/usr/bin \
DSSIDIR=$pkgdir/usr/lib/dssi \
DSSIDIR32=$pkgdir/usr/lib32/dssi \



[arch-commits] Commit in dssi-vst/repos/multilib-x86_64 (4 files)

2014-03-28 Thread speps
Date: Saturday, March 29, 2014 @ 05:30:27
  Author: speps
Revision: 108585

archrelease: copy trunk to multilib-x86_64

Added:
  dssi-vst/repos/multilib-x86_64/PKGBUILD
(from rev 108584, dssi-vst/trunk/PKGBUILD)
  dssi-vst/repos/multilib-x86_64/dssi-vst-winexec.patch
(from rev 108584, dssi-vst/trunk/dssi-vst-winexec.patch)
Deleted:
  dssi-vst/repos/multilib-x86_64/PKGBUILD
  dssi-vst/repos/multilib-x86_64/dssi-vst-winexec.patch

+
 PKGBUILD   |   92 +++
 dssi-vst-winexec.patch |   46 +++
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-29 04:27:57 UTC (rev 108584)
+++ PKGBUILD2014-03-29 04:30:27 UTC (rev 108585)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Ray Rashif schivmeis...@gmail.com
-
-pkgname=dssi-vst
-pkgver=0.9.2
-pkgrel=4
-pkgdesc=DSSI adapter/wrapper for win32 VST plug-ins
-arch=('i686' 'x86_64')
-url=http://www.breakfastquay.com/dssi-vst/;
-license=('GPL')
-depends=('wine' 'jack' 'liblo')
-makedepends=('dssi' 'ladspa')
-source=(http://code.breakfastquay.com/attachments/download/10/$pkgname-$pkgver.tar.bz2;
-   $pkgname-winexec.patch)
-md5sums=('5c569200571de76dac18be4eb6fbd9c8'
- '3e445482c8c5302de43be806f0c7506f')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # fix executable extension issue
-  patch -p1 -i ../$pkgname-winexec.patch
-
-  # use CXXFLAGS in build
-  sed -i /m32/! s/CXXFLAGS)/ $CXXFLAGS/ Makefile
-
-  # [x86_64] use /usr/lib32/dssi
-  [[ $CARCH = x86_64 ]]  \
-  sed -i '/\/dssi-vst/s|DSSIDIR|32|' Makefile  \
-  sed -i '/DSSI_PATH/s|\(/usr/lib\)\(/dssi\)|:\132\2|' remotevstclient.cpp
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make BINDIR=$pkgdir/usr/bin \
-   DSSIDIR=$pkgdir/usr/lib/dssi \
-   DSSIDIR32=$pkgdir/usr/lib32/dssi \
-   LADSPADIR=$pkgdir/usr/lib/ladspa install
-}

Copied: dssi-vst/repos/multilib-x86_64/PKGBUILD (from rev 108584, 
dssi-vst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-29 04:30:27 UTC (rev 108585)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Ray Rashif schivmeis...@gmail.com
+
+pkgname=dssi-vst
+pkgver=0.9.2
+pkgrel=4
+pkgdesc=DSSI adapter/wrapper for win32 VST plug-ins
+arch=('i686' 'x86_64')
+url=http://www.breakfastquay.com/dssi-vst/;
+license=('GPL')
+depends=('wine' 'jack' 'liblo')
+makedepends=('dssi' 'ladspa')
+source=(http://code.breakfastquay.com/attachments/download/10/$pkgname-$pkgver.tar.bz2;
+   $pkgname-winexec.patch)
+md5sums=('5c569200571de76dac18be4eb6fbd9c8'
+ '3e445482c8c5302de43be806f0c7506f')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # fix executable extension issue
+  patch -p1 -i ../$pkgname-winexec.patch
+
+  # use CXXFLAGS in build
+  sed -i /m32/! s/CXXFLAGS)/ $CXXFLAGS/ Makefile
+
+  # [x86_64] use /usr/lib32/dssi
+  if [[ $CARCH = x86_64 ]]; then
+sed -i '/\/dssi-vst/s|DSSIDIR|32|' Makefile
+sed -i '/DSSI_PATH/s|\(/usr/lib\)\(/dssi\)|:\132\2|' remotevstclient.cpp
+  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make BINDIR=$pkgdir/usr/bin \
+   DSSIDIR=$pkgdir/usr/lib/dssi \
+   DSSIDIR32=$pkgdir/usr/lib32/dssi \
+   LADSPADIR=$pkgdir/usr/lib/ladspa install
+}

Deleted: dssi-vst-winexec.patch
===
--- dssi-vst-winexec.patch  2014-03-29 04:27:57 UTC (rev 108584)
+++ dssi-vst-winexec.patch  2014-03-29 04:30:27 UTC (rev 108585)
@@ -1,23 +0,0 @@
-Thanks to Fernando Lopez-Lezcano na...@ccrma.stanford.edu
-Reviewed by speps speps at aur dot archlinux dot org
-
-diff -aur dssi-vst-0.9.2/Makefile dssi-vst-0.9.2.patched/Makefile
 dssi-vst-0.9.2/Makefile2010-05-04 11:01:29.0 +0200
-+++ dssi-vst-0.9.2.patched/Makefile2014-03-28 18:24:41.128287015 +0100
-@@ -38,12 +38,15 @@
- all:  $(TARGETS)
- 
- install:  all
-+  mkdir -p $(DSSIDIR)
-   mkdir -p $(DSSIDIR)/dssi-vst
-   mkdir -p $(LADSPADIR)
-   mkdir -p $(BINDIR)
-   install dssi-vst.so $(DSSIDIR)
-   install dssi-vst.so $(LADSPADIR)
--  install dssi-vst-server.exe.so dssi-vst-server 
dssi-vst-scanner.exe.so dssi-vst-scanner dssi-vst_gui $(DSSIDIR)/dssi-vst
-+  install dssi-vst-server.exe.so dssi-vst-scanner.exe.so 
dssi-vst_gui $(DSSIDIR)/dssi-vst
-+  install dssi-vst-server.exe $(DSSIDIR)/dssi-vst/dssi-vst-server
-+  install dssi-vst-scanner.exe 
$(DSSIDIR)/dssi-vst/dssi-vst-scanner
-   install vsthost $(BINDIR)
- 
- clean:

Copied: 

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

2014-03-28 Thread speps
Date: Saturday, March 29, 2014 @ 05:59:10
  Author: speps
Revision: 108587

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

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

---+
 /PKGBUILD |   96 
 /qtractor.install |   26 +
 community-i686/PKGBUILD   |   33 
 community-i686/qtractor.install   |   13 
 community-x86_64/PKGBUILD |   33 
 community-x86_64/qtractor.install |   13 
 6 files changed, 122 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-29 04:58:52 UTC (rev 108586)
+++ community-i686/PKGBUILD 2014-03-29 04:59:10 UTC (rev 108587)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Philipp Überbacher hollunder at gmx dot at
-
-pkgname=qtractor
-pkgver=0.5.12
-pkgrel=2
-pkgdesc=Audio/MIDI multitrack sequencer
-arch=('i686' 'x86_64')
-url=http://qtractor.sourceforge.net/;
-license=('GPL')
-depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo=0.28'
- 'rubberband' 'shared-mime-info')
-makedepends=('ladspa' 'dssi')
-[ $CARCH = i686 ]  optdepends=('dssi-vst: win32 VST support')
-install=qtractor.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('f26691f70c4cd4b89bc4369a579f291f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-i686/PKGBUILD (from rev 108586, 
qtractor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-29 04:59:10 UTC (rev 108587)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Ray Rashif sc...@archlinux.org
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Philipp Überbacher hollunder at gmx dot at
+
+pkgname=qtractor
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Audio/MIDI multitrack sequencer
+arch=('i686' 'x86_64')
+url=http://qtractor.sourceforge.net/;
+license=('GPL')
+depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo=0.28'
+ 'rubberband' 'shared-mime-info')
+makedepends=('ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('95eeb8a1f6d08645d8f9f606f0c04f15')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # do not look for /usr/lib64/lv2
+  # prevent to load lv2 plugins twice
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+
+  # force qt4
+  export ac_qmake=/usr/bin/qmake-qt4 \
+ ac_moc=/usr/bin/moc-qt4 \
+ ac_uic=/usr/bin/uic-qt4 \
+ ac_lupdate=/usr/bin/lupdate-qt4 \
+ ac_lrelease=/usr/bin/lrelease-qt4 \
+ QMAKE=qmake-qt4
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/qtractor.install
===
--- community-i686/qtractor.install 2014-03-29 04:58:52 UTC (rev 108586)
+++ community-i686/qtractor.install 2014-03-29 04:59:10 UTC (rev 108587)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qtractor/repos/community-i686/qtractor.install (from rev 108586, 
qtractor/trunk/qtractor.install)
===
--- community-i686/qtractor.install (rev 0)
+++ community-i686/qtractor.install 2014-03-29 04:59:10 UTC (rev 108587)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- 

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

2014-03-28 Thread speps
Date: Saturday, March 29, 2014 @ 05:58:52
  Author: speps
Revision: 108586

upgpkg: qtractor 0.6.0-1

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-29 04:30:27 UTC (rev 108585)
+++ PKGBUILD2014-03-29 04:58:52 UTC (rev 108586)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
+# Maintainer : Ray Rashif sc...@archlinux.org
+# Maintainer : speps speps at aur dot archlinux dot org
 # Contributor: Philipp Überbacher hollunder at gmx dot at
 
 pkgname=qtractor
-pkgver=0.5.12
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc=Audio/MIDI multitrack sequencer
 arch=('i686' 'x86_64')
 url=http://qtractor.sourceforge.net/;
@@ -12,21 +13,35 @@
 depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo=0.28'
  'rubberband' 'shared-mime-info')
 makedepends=('ladspa' 'dssi')
-[ $CARCH = i686 ]  optdepends=('dssi-vst: win32 VST support')
-install=qtractor.install
+optdepends=('dssi-vst: win32 VST support')
+install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('f26691f70c4cd4b89bc4369a579f291f')
+md5sums=('95eeb8a1f6d08645d8f9f606f0c04f15')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  # do not look for /usr/lib64/lv2
+  # prevent to load lv2 plugins twice
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+
+  # force qt4
+  export ac_qmake=/usr/bin/qmake-qt4 \
+ ac_moc=/usr/bin/moc-qt4 \
+ ac_uic=/usr/bin/uic-qt4 \
+ ac_lupdate=/usr/bin/lupdate-qt4 \
+ ac_lrelease=/usr/bin/lrelease-qt4 \
+ QMAKE=qmake-qt4
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
-package () {
-  cd $srcdir/$pkgname-$pkgver
-
+package() {
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
 



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

2014-03-28 Thread speps
Date: Saturday, March 29, 2014 @ 06:10:38
  Author: speps
Revision: 108588

upgpkg: smtube 2.1-1

Modified:
  smtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-29 04:59:10 UTC (rev 108587)
+++ PKGBUILD2014-03-29 05:10:38 UTC (rev 108588)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schnaiter rc.poi...@gmail.com
 
 pkgname=smtube
-pkgver=1.8
+pkgver=2.1
 pkgrel=1
 pkgdesc=A small youtube browser
 arch=('i686' 'x86_64')
@@ -18,14 +18,14 @@
 'vlc: play videos with VLC')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2;)
-md5sums=('b80d4d085a8e7350619d65f0f0786037')
+md5sums=('9cd034d5abcbc66445478b5824af50f1')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make PREFIX=/usr DESTDIR=$pkgdir/ install
 }



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

2014-03-28 Thread speps
Date: Saturday, March 29, 2014 @ 06:10:53
  Author: speps
Revision: 108589

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

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

-+
 /PKGBUILD   |   62 ++
 /smtube.install |   24 ++
 community-i686/PKGBUILD |   31 ---
 community-i686/smtube.install   |   12 ---
 community-x86_64/PKGBUILD   |   31 ---
 community-x86_64/smtube.install |   12 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-29 05:10:38 UTC (rev 108588)
+++ community-i686/PKGBUILD 2014-03-29 05:10:53 UTC (rev 108589)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Andreas Schnaiter rc.poi...@gmail.com
-
-pkgname=smtube
-pkgver=1.8
-pkgrel=1
-pkgdesc=A small youtube browser
-arch=('i686' 'x86_64')
-url=http://smplayer.sourceforge.net;
-license=('GPL')
-depends=('qt4')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2;)
-md5sums=('b80d4d085a8e7350619d65f0f0786037')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir/ install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 108588, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-29 05:10:53 UTC (rev 108589)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Andreas Schnaiter rc.poi...@gmail.com
+
+pkgname=smtube
+pkgver=2.1
+pkgrel=1
+pkgdesc=A small youtube browser
+arch=('i686' 'x86_64')
+url=http://smplayer.sourceforge.net;
+license=('GPL')
+depends=('qt4')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'kdemultimedia-dragonplayer: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2;)
+md5sums=('9cd034d5abcbc66445478b5824af50f1')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/smtube.install
===
--- community-i686/smtube.install   2014-03-29 05:10:38 UTC (rev 108588)
+++ community-i686/smtube.install   2014-03-29 05:10:53 UTC (rev 108589)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smtube/repos/community-i686/smtube.install (from rev 108588, 
smtube/trunk/smtube.install)
===
--- community-i686/smtube.install   (rev 0)
+++ community-i686/smtube.install   2014-03-29 05:10:53 UTC (rev 108589)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-29 05:10:38 UTC (rev 108588)
+++ community-x86_64/PKGBUILD   2014-03-29 05:10:53 UTC (rev 108589)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Andreas Schnaiter rc.poi...@gmail.com
-
-pkgname=smtube
-pkgver=1.8