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

2013-03-19 Thread Andrea Scarpino
Date: Tuesday, March 19, 2013 @ 08:36:44
  Author: andrea
Revision: 180262

upgpkg: calligra 2.6.2-2

poppler rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 00:26:52 UTC (rev 180261)
+++ PKGBUILD2013-03-19 07:36:44 UTC (rev 180262)
@@ -18,7 +18,7 @@
  'calligra-braindump'
  'calligra-flow')
 pkgver=2.6.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')



[arch-commits] Commit in calligra/repos (15 files)

2013-03-19 Thread Andrea Scarpino
Date: Tuesday, March 19, 2013 @ 08:39:33
  Author: andrea
Revision: 180263

archrelease: copy trunk to staging-i686

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 180262, calligra/trunk/PKGBUILD)
  calligra/repos/staging-i686/calligra-braindump.install
(from rev 180262, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-i686/calligra-filters.install
(from rev 180262, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-i686/calligra-flow.install
(from rev 180262, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-i686/calligra-karbon.install
(from rev 180262, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-i686/calligra-kexi.install
(from rev 180262, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-i686/calligra-krita.install
(from rev 180262, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-i686/calligra-plan.install
(from rev 180262, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-i686/calligra-plugins.install
(from rev 180262, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-i686/calligra-sheets.install
(from rev 180262, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-i686/calligra-stage.install
(from rev 180262, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-i686/calligra-tools.install
(from rev 180262, calligra/trunk/calligra-tools.install)
  calligra/repos/staging-i686/calligra-words.install
(from rev 180262, calligra/trunk/calligra-words.install)
  calligra/repos/staging-i686/calligra.install
(from rev 180262, calligra/trunk/calligra.install)

+
 PKGBUILD   |  221 +++
 calligra-braindump.install |   12 ++
 calligra-filters.install   |   11 ++
 calligra-flow.install  |   12 ++
 calligra-karbon.install|   12 ++
 calligra-kexi.install  |   12 ++
 calligra-krita.install |   13 ++
 calligra-plan.install  |   12 ++
 calligra-plugins.install   |   11 ++
 calligra-sheets.install|   12 ++
 calligra-stage.install |   12 ++
 calligra-tools.install |   12 ++
 calligra-words.install |   12 ++
 calligra.install   |   11 ++
 14 files changed, 375 insertions(+)

Copied: calligra/repos/staging-i686/PKGBUILD (from rev 180262, 
calligra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-19 07:39:33 UTC (rev 180263)
@@ -0,0 +1,221 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=calligra
+pkgname=('calligra-filters'
+ 'calligra-libs'
+ 'calligra-plugins'
+ 'calligra-tools'
+ 'calligra-karbon'
+ 'calligra-kexi'
+ 'calligra-plan'
+ 'calligra-stage'
+ 'calligra-krita'
+ 'calligra-sheets'
+ 'calligra-words'
+ 'calligra-handbook'
+ 'calligra-braindump'
+ 'calligra-flow')
+pkgver=2.6.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+makedepends=('cmake' 'automoc4' 'boost ' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
+ 'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg' 
'opencolorio'
+ 'libwps' 'gsl' 'glew' 'fftw' 'opengtl' 'poppler-qt' 'libkdcraw'
+ 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc')
+groups=('calligra')
+source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('1c2feb12677ee71eb2e428e589b33862')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_active=OFF
+  make
+}
+
+package_calligra-filters() {
+  pkgdesc=Filters for the Calligra office suite
+  optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+  'libwps: Microsoft Works file word processor format import')
+  conflicts=('koffice-filters')
+  replaces=('koffice-filters')
+  install=calligra-filters.install
+
+  cd ${srcdir}/build/filters
+  make DESTDIR=${pkgdir} install
+}
+
+package_calligra-libs() {
+  pkgdesc=Libraries for the Calligra office suite
+  depends=('kdepimlibs' 'lcms2' 'kactivities')
+  conflicts=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
+ 'koffice-servicetypes' 'koffice-templates' 'calligra-interfaces'
+ 'calligra-pics' 'calligra-servicetypes' 'calligra-templates')
+  replaces=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
+ 'koffice-servicetypes' 'koffice-templates' 'calligra-interfaces'
+ 'calligra-pics' 'calligra-servicetypes' 'calligra-templates')
+
+  for d in interfaces libs pics servicetypes templates; do
+cd 

[arch-commits] Commit in calligra/repos (15 files)

2013-03-19 Thread Andrea Scarpino
Date: Tuesday, March 19, 2013 @ 08:39:45
  Author: andrea
Revision: 180264

archrelease: copy trunk to staging-x86_64

Added:
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 180263, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-braindump.install
(from rev 180263, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-x86_64/calligra-filters.install
(from rev 180263, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-x86_64/calligra-flow.install
(from rev 180263, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-x86_64/calligra-karbon.install
(from rev 180263, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-x86_64/calligra-kexi.install
(from rev 180263, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-x86_64/calligra-krita.install
(from rev 180263, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-x86_64/calligra-plan.install
(from rev 180263, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-x86_64/calligra-plugins.install
(from rev 180263, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-x86_64/calligra-sheets.install
(from rev 180263, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-x86_64/calligra-stage.install
(from rev 180263, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-x86_64/calligra-tools.install
(from rev 180263, calligra/trunk/calligra-tools.install)
  calligra/repos/staging-x86_64/calligra-words.install
(from rev 180263, calligra/trunk/calligra-words.install)
  calligra/repos/staging-x86_64/calligra.install
(from rev 180263, calligra/trunk/calligra.install)

+
 PKGBUILD   |  221 +++
 calligra-braindump.install |   12 ++
 calligra-filters.install   |   11 ++
 calligra-flow.install  |   12 ++
 calligra-karbon.install|   12 ++
 calligra-kexi.install  |   12 ++
 calligra-krita.install |   13 ++
 calligra-plan.install  |   12 ++
 calligra-plugins.install   |   11 ++
 calligra-sheets.install|   12 ++
 calligra-stage.install |   12 ++
 calligra-tools.install |   12 ++
 calligra-words.install |   12 ++
 calligra.install   |   11 ++
 14 files changed, 375 insertions(+)

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 180263, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-19 07:39:45 UTC (rev 180264)
@@ -0,0 +1,221 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=calligra
+pkgname=('calligra-filters'
+ 'calligra-libs'
+ 'calligra-plugins'
+ 'calligra-tools'
+ 'calligra-karbon'
+ 'calligra-kexi'
+ 'calligra-plan'
+ 'calligra-stage'
+ 'calligra-krita'
+ 'calligra-sheets'
+ 'calligra-words'
+ 'calligra-handbook'
+ 'calligra-braindump'
+ 'calligra-flow')
+pkgver=2.6.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+makedepends=('cmake' 'automoc4' 'boost ' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
+ 'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg' 
'opencolorio'
+ 'libwps' 'gsl' 'glew' 'fftw' 'opengtl' 'poppler-qt' 'libkdcraw'
+ 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc')
+groups=('calligra')
+source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('1c2feb12677ee71eb2e428e589b33862')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_active=OFF
+  make
+}
+
+package_calligra-filters() {
+  pkgdesc=Filters for the Calligra office suite
+  optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+  'libwps: Microsoft Works file word processor format import')
+  conflicts=('koffice-filters')
+  replaces=('koffice-filters')
+  install=calligra-filters.install
+
+  cd ${srcdir}/build/filters
+  make DESTDIR=${pkgdir} install
+}
+
+package_calligra-libs() {
+  pkgdesc=Libraries for the Calligra office suite
+  depends=('kdepimlibs' 'lcms2' 'kactivities')
+  conflicts=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
+ 'koffice-servicetypes' 'koffice-templates' 'calligra-interfaces'
+ 'calligra-pics' 'calligra-servicetypes' 'calligra-templates')
+  replaces=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
+ 'koffice-servicetypes' 'koffice-templates' 'calligra-interfaces'
+ 'calligra-pics' 'calligra-servicetypes' 'calligra-templates')
+
+  for d in interfaces libs pics 

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

2013-03-19 Thread Laurent Carlier
Date: Tuesday, March 19, 2013 @ 09:02:38
  Author: lcarlier
Revision: 86550

upgpkg: lib32-libffi 3.0.12-1

Sync with core

Modified:
  lib32-libffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 04:49:29 UTC (rev 86549)
+++ PKGBUILD2013-03-19 08:02:38 UTC (rev 86550)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=lib32-libffi
-pkgver=3.0.11
+pkgver=3.0.12
 pkgrel=1
-pkgdesc=A portable, high level programming interface to various calling 
conventions (32 bits version)
+pkgdesc=A portable, high level programming interface to various calling 
conventions (32-bit)
 arch=('x86_64')
 license=('MIT')
-url=http://sourceware.org/libffi;
+url=http://sourceware.org/libffi/;
 depends=('lib32-glibc')
 checkdepends=('dejagnu')
 options=('!libtool')
 source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
-md5sums=('f69b9693227d976835b4857b1ba7d0e3')
+sha1sums=('463dcb4ae9aea4c52bba12b67fbe4d91ed1e21fd')
 
 build() {
   cd ${srcdir}/libffi-${pkgver}
@@ -20,7 +20,8 @@
   export CC=gcc -m32
 
   ./configure --prefix=/usr \
---libdir=/usr/lib32 --libexecdir=/usr/lib32
+--libdir=/usr/lib32 --libexecdir=/usr/lib32 \
+--disable-static
 
   make
 }



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

2013-03-19 Thread Laurent Carlier
Date: Tuesday, March 19, 2013 @ 09:02:44
  Author: lcarlier
Revision: 86551

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-19 08:02:38 UTC (rev 86550)
+++ PKGBUILD2013-03-19 08:02:44 UTC (rev 86551)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=lib32-libffi
-pkgver=3.0.11
-pkgrel=1
-pkgdesc=A portable, high level programming interface to various calling 
conventions (32 bits version)
-arch=('x86_64')
-license=('MIT')
-url=http://sourceware.org/libffi;
-depends=('lib32-glibc')
-checkdepends=('dejagnu')
-options=('!libtool')
-source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
-md5sums=('f69b9693227d976835b4857b1ba7d0e3')
-
-build() {
-  cd ${srcdir}/libffi-${pkgver}
-
-  export CC=gcc -m32
-
-  ./configure --prefix=/usr \
---libdir=/usr/lib32 --libexecdir=/usr/lib32
-
-  make
-}
-
-check() {
-  cd ${srcdir}/libffi-${pkgver}
-
-  make check
-}
-
-package() {
-  cd ${srcdir}/libffi-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-  rm -r ${pkgdir}/usr/share/{info,man}
-}

Copied: lib32-libffi/repos/multilib-x86_64/PKGBUILD (from rev 86550, 
lib32-libffi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-19 08:02:44 UTC (rev 86551)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=lib32-libffi
+pkgver=3.0.12
+pkgrel=1
+pkgdesc=A portable, high level programming interface to various calling 
conventions (32-bit)
+arch=('x86_64')
+license=('MIT')
+url=http://sourceware.org/libffi/;
+depends=('lib32-glibc')
+checkdepends=('dejagnu')
+options=('!libtool')
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
+sha1sums=('463dcb4ae9aea4c52bba12b67fbe4d91ed1e21fd')
+
+build() {
+  cd ${srcdir}/libffi-${pkgver}
+
+  export CC=gcc -m32
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 --libexecdir=/usr/lib32 \
+--disable-static
+
+  make
+}
+
+check() {
+  cd ${srcdir}/libffi-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${srcdir}/libffi-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
+  rm -r ${pkgdir}/usr/share/{info,man}
+}



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

2013-03-19 Thread Thorsten Töpper
Date: Tuesday, March 19, 2013 @ 10:17:08
  Author: ttoepper
Revision: 86552

upgpkg: i3-wm 4.5.1-1

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 08:02:44 UTC (rev 86551)
+++ PKGBUILD2013-03-19 09:17:08 UTC (rev 86552)
@@ -3,7 +3,7 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.5
+pkgver=4.5.1
 pkgrel=1
 pkgdesc=An improved dynamic tiling window manager
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'i3status: To display systeminformation with a bar.')
 options=('docs' '!strip')
 source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;)
-md5sums=('9eea2f570ec19affa3ec60b5ab411497')
+md5sums=('a448388a9e26b7ae371534ff9f6ca353')
 
 build() {
   cd $srcdir/$_pkgsourcename-$pkgver



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

2013-03-19 Thread Thorsten Töpper
Date: Tuesday, March 19, 2013 @ 10:17:14
  Author: ttoepper
Revision: 86553

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 86552, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 86552, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-19 09:17:08 UTC (rev 86552)
+++ community-i686/PKGBUILD 2013-03-19 09:17:14 UTC (rev 86553)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.5
-pkgrel=1
-pkgdesc=An improved dynamic tiling window manager
-arch=('i686' 'x86_64')
-url=http://i3wm.org/;
-license=('BSD')
-replaces=(i3 i3bar)
-groups=(i3)
-depends=('libxcursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'perl')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.')
-options=('docs' '!strip')
-source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;)
-md5sums=('9eea2f570ec19affa3ec60b5ab411497')
-
-build() {
-  cd $srcdir/$_pkgsourcename-$pkgver
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS=-j1
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgsourcename-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 86552, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-19 09:17:14 UTC (rev 86553)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.5.1
+pkgrel=1
+pkgdesc=An improved dynamic tiling window manager
+arch=('i686' 'x86_64')
+url=http://i3wm.org/;
+license=('BSD')
+replaces=(i3 i3bar)
+groups=(i3)
+depends=('libxcursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango' 'perl')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.')
+options=('docs' '!strip')
+source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;)
+md5sums=('a448388a9e26b7ae371534ff9f6ca353')
+
+build() {
+  cd $srcdir/$_pkgsourcename-$pkgver
+  
+  # In order to avoid problems with bison use only a single process
+  MAKEFLAGS=-j1
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgsourcename-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  
+  install -Dm644 man/i3.1 \
+${pkgdir}/usr/share/man/man1/i3.1
+  install -Dm644 man/i3bar.1 \
+${pkgdir}/usr/share/man/man1/i3bar.1
+  install -Dm644 man/i3-config-wizard.1 \
+${pkgdir}/usr/share/man/man1/i3-config-wizard.1
+  install -Dm644 man/i3-input.1 \
+${pkgdir}/usr/share/man/man1/i3-input.1
+  install -Dm644 man/i3-msg.1 \
+${pkgdir}/usr/share/man/man1/i3-msg.1
+  install -Dm644 man/i3-migrate-config-to-v4.1 \
+${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
+  install -Dm644 man/i3-nagbar.1 \
+${pkgdir}/usr/share/man/man1/i3-nagbar.1
+  install -Dm644 man/i3-dmenu-desktop.1 \
+

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

2013-03-19 Thread Thorsten Töpper
Date: Tuesday, March 19, 2013 @ 11:04:04
  Author: ttoepper
Revision: 86554

upgpkg: po4a 0.44-1

Modified:
  po4a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 09:17:14 UTC (rev 86553)
+++ PKGBUILD2013-03-19 10:04:04 UTC (rev 86554)
@@ -5,10 +5,10 @@
 # Contributor : Allan McRae mcrae_al...@hotmail.com
 # Contributor: Mikko Seppälä t-r-...@mbnet.fi aka Neverth
 
-_dlid=3723
+_dlid=3786
 pkgname=po4a
-pkgver=0.42
-pkgrel=2
+pkgver=0.44
+pkgrel=1
 pkgdesc=tools for helping translation of documentation
 arch=('any')
 license=('GPL')
@@ -17,7 +17,7 @@
 makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey' 'perl-sgmls')
 options=('!emptydirs')
 
source=(https://alioth.debian.org/frs/download.php/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cf2d342f4831490cc17524fd6c40ca75')
+md5sums=('ff7b6859d729a52a57a880d6cf6a7fcf')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-19 Thread Thorsten Töpper
Date: Tuesday, March 19, 2013 @ 11:04:08
  Author: ttoepper
Revision: 86555

archrelease: copy trunk to community-any

Added:
  po4a/repos/community-any/PKGBUILD
(from rev 86554, po4a/trunk/PKGBUILD)
Deleted:
  po4a/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-19 10:04:04 UTC (rev 86554)
+++ PKGBUILD2013-03-19 10:04:08 UTC (rev 86555)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Francois Boulogne fboulogne at april dot org
-# Contributor: Andre Klitzing aklitzing () online () de
-# Contributor : Allan McRae mcrae_al...@hotmail.com
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi aka Neverth
-
-_dlid=3723
-pkgname=po4a
-pkgver=0.42
-pkgrel=2
-pkgdesc=tools for helping translation of documentation
-arch=('any')
-license=('GPL')
-url=http://po4a.alioth.debian.org/;
-depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey' 'perl-sgmls')
-options=('!emptydirs')
-source=(https://alioth.debian.org/frs/download.php/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cf2d342f4831490cc17524fd6c40ca75')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   perl Build.PL installdirs=vendor create_packlist=0
-   perl Build
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   perl Build destdir=${pkgdir} install
-   # remove perllocal.pod and .packlist
-   find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: po4a/repos/community-any/PKGBUILD (from rev 86554, po4a/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-19 10:04:08 UTC (rev 86555)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Francois Boulogne fboulogne at april dot org
+# Contributor: Andre Klitzing aklitzing () online () de
+# Contributor : Allan McRae mcrae_al...@hotmail.com
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi aka Neverth
+
+_dlid=3786
+pkgname=po4a
+pkgver=0.44
+pkgrel=1
+pkgdesc=tools for helping translation of documentation
+arch=('any')
+license=('GPL')
+url=http://po4a.alioth.debian.org/;
+depends=('perl' 'gettext')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey' 'perl-sgmls')
+options=('!emptydirs')
+source=(https://alioth.debian.org/frs/download.php/${_dlid}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('ff7b6859d729a52a57a880d6cf6a7fcf')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   perl Build.PL installdirs=vendor create_packlist=0
+   perl Build
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   perl Build destdir=${pkgdir} install
+   # remove perllocal.pod and .packlist
+   find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-19 Thread Thorsten Töpper
Date: Tuesday, March 19, 2013 @ 11:30:33
  Author: ttoepper
Revision: 86557

upgpkg: fcron 3.1.2-1

Modified:
  fcron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 10:07:42 UTC (rev 86556)
+++ PKGBUILD2013-03-19 10:30:33 UTC (rev 86557)
@@ -5,7 +5,7 @@
 # Maintainer: Thorsten Töpper atsutane...@freethoughts.de
 
 pkgname=fcron
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='Feature-rich cron implementation'
 arch=(i686 x86_64)
@@ -21,7 +21,7 @@
 options=('emptydirs' '!makeflags')
 source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz fcron.rc \
 systab systab.orig run-cron)
-md5sums=('230b91f308e6012957a3a71a94f03838'
+md5sums=('36bf213e15f3a480f2274f8e46cced0a'
  'e0c3f0bdc3c98fbbe46eff19001c18f2'
  '938722c6654ef7b07f4aa10001905ba1'
  'bfb7daa22ebe22b9917e455c1ca4a382'



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

2013-03-19 Thread Thorsten Töpper
Date: Tuesday, March 19, 2013 @ 11:30:42
  Author: ttoepper
Revision: 86558

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

Added:
  fcron/repos/community-testing-i686/
  fcron/repos/community-testing-i686/PKGBUILD
(from rev 86557, fcron/trunk/PKGBUILD)
  fcron/repos/community-testing-i686/fcron.rc
(from rev 86557, fcron/trunk/fcron.rc)
  fcron/repos/community-testing-i686/run-cron
(from rev 86557, fcron/trunk/run-cron)
  fcron/repos/community-testing-i686/systab
(from rev 86557, fcron/trunk/systab)
  fcron/repos/community-testing-i686/systab.orig
(from rev 86557, fcron/trunk/systab.orig)
  fcron/repos/community-testing-x86_64/
  fcron/repos/community-testing-x86_64/PKGBUILD
(from rev 86557, fcron/trunk/PKGBUILD)
  fcron/repos/community-testing-x86_64/fcron.rc
(from rev 86557, fcron/trunk/fcron.rc)
  fcron/repos/community-testing-x86_64/run-cron
(from rev 86557, fcron/trunk/run-cron)
  fcron/repos/community-testing-x86_64/systab
(from rev 86557, fcron/trunk/systab)
  fcron/repos/community-testing-x86_64/systab.orig
(from rev 86557, fcron/trunk/systab.orig)

--+
 community-testing-i686/PKGBUILD  |   86 +
 community-testing-i686/fcron.rc  |   36 +
 community-testing-i686/run-cron  |   14 +
 community-testing-i686/systab.orig   |4 +
 community-testing-x86_64/PKGBUILD|   86 +
 community-testing-x86_64/fcron.rc|   36 +
 community-testing-x86_64/run-cron|   14 +
 community-testing-x86_64/systab.orig |4 +
 8 files changed, 280 insertions(+)

Copied: fcron/repos/community-testing-i686/PKGBUILD (from rev 86557, 
fcron/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-19 10:30:42 UTC (rev 86558)
@@ -0,0 +1,86 @@
+# $Id$
+# Contributor: Giorgio Lando lando at imap dot cc
+# Contributor: Sergej Pupykin
+# Contributor: Thomas Bächler
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=fcron
+pkgver=3.1.2
+pkgrel=1
+pkgdesc='Feature-rich cron implementation'
+arch=(i686 x86_64)
+url=http://fcron.free.fr;
+license=('GPL')
+depends=('pam')
+makedepends=('smtp-server')
+optdepends=('smtp-server: to receive mails from cron jobs')
+provides=('cron')
+conflicts=('dcron')
+backup=(etc/fcron/fcron.conf etc/fcron/fcron.allow etc/fcron/fcron.deny \
+var/spool/fcron/systab var/spool/fcron/systab.orig)
+options=('emptydirs' '!makeflags')
+source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz fcron.rc \
+systab systab.orig run-cron)
+md5sums=('36bf213e15f3a480f2274f8e46cced0a'
+ 'e0c3f0bdc3c98fbbe46eff19001c18f2'
+ '938722c6654ef7b07f4aa10001905ba1'
+ 'bfb7daa22ebe22b9917e455c1ca4a382'
+ '5ff0cdcb9ec99778938ac6ef26800327')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc/fcron \
+  --with-answer-all=no \
+  --with-boot-install=no \
+  --with-username=root \
+  --with-groupname=root \
+  --datarootdir=/usr/share \
+   --datadir=/usr/share \
+  --with-docdir=/usr/share/doc \
+  --localstatedir=/var \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-piddir=/run \
+   --with-editor=/usr/bin/vi \
+  --with-sendmail=/usr/sbin/sendmail
+  make
+
+  # Temporary bugfix make install expects the file in the files directory.
+  cp script/fcron.init.systemd files
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make DESTDIR=$pkgdir/ install
+  install -D -m755 $srcdir/fcron.rc $pkgdir/etc/rc.d/fcron
+  install -D -m644 $srcdir/$pkgname-$pkgver/files/fcron.pam 
$pkgdir/etc/pam.d/fcron
+  
+  install -D -m644 $srcdir/$pkgname-$pkgver/files/fcrontab.pam 
$pkgdir/etc/pam.d/fcrontab
+  # Install default fcrontab so that fcron can completely replace dcron
+  
+  install -D -m600 $srcdir/systab $pkgdir/var/spool/fcron/systab
+  # In order to preserve the systab crontab in any case it is better to have
+  # it in non-binary form too
+  install -D -m600 $srcdir/systab.orig $pkgdir/var/spool/fcron/systab.orig
+
+  # Add cron.* directories
+  install -d -m755 $pkgdir/etc/cron.daily
+  install -d -m755 $pkgdir/etc/cron.hourly
+  install -d -m755 $pkgdir/etc/cron.monthly
+  install -d -m755 $pkgdir/etc/cron.weekly
+  
+  # Install run-cron script to make fcron run without dcron
+  install -D -m755 $srcdir/run-cron $pkgdir/usr/sbin/run-cron
+
+  # avoid conflict with filesystem=2012.06
+  rmdir $pkgdir/var/run
+
+  # avoid conflict with libbsd - #31259
+  rm $pkgdir/usr/share/man/man3/bitstring.3 \
+$pkgdir/usr/share/man/fr/man3/bitstring.3
+  rmdir 

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

2013-03-19 Thread Tobias Powalowski
Date: Tuesday, March 19, 2013 @ 12:18:17
  Author: tpowa
Revision: 180265

upgpkg: archboot 2013.03-3

fix ftp install routine and UEFI mounting

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 07:39:45 UTC (rev 180264)
+++ PKGBUILD2013-03-19 11:18:17 UTC (rev 180265)
@@ -3,7 +3,7 @@
 
 pkgname=archboot
 pkgver=2013.03
-pkgrel=2
+pkgrel=3
 pkgdesc=Advanced, modular arch boot/install image creation utility
 arch=(any)
 license=('GPL')
@@ -71,7 +71,7 @@
 
 package()
 {
-  cd $srcdir/$pkgname-$pkgver-2
+  cd $srcdir/$pkgname-$pkgver-3
   mv * $pkgdir/
 }
-md5sums=('ef78a1287c2e1de07277559f61fadbc8')
+md5sums=('77d57bfc8d82d585addbcc341d4564c6')



[arch-commits] Commit in archboot/repos/testing-any (4 files)

2013-03-19 Thread Tobias Powalowski
Date: Tuesday, March 19, 2013 @ 12:18:24
  Author: tpowa
Revision: 180266

archrelease: copy trunk to testing-any

Added:
  archboot/repos/testing-any/PKGBUILD
(from rev 180265, archboot/trunk/PKGBUILD)
  archboot/repos/testing-any/archboot.install
(from rev 180265, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/testing-any/PKGBUILD
  archboot/repos/testing-any/archboot.install

--+
 PKGBUILD |  154 ++---
 archboot.install |   48 
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-19 11:18:17 UTC (rev 180265)
+++ PKGBUILD2013-03-19 11:18:24 UTC (rev 180266)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=archboot
-pkgver=2013.03
-pkgrel=2
-pkgdesc=Advanced, modular arch boot/install image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio=0.8.5-1' 'mksyslinux=2010.08-2' 'mkpxelinux=2010.08-2' 
'mkisolinux=2010.08-2'
- 'subversion=1.7.4-1' 'wget=1.13.4-1' 'bash=4.2.024-2' 
'coreutils=8.15-1'
- 'cryptsetup=1.4.1-1' 'dialog=1.1_20120215-1' 'e2fsprogs=1.42.1-1' 
'findutils=4.4.2-4' 'gawk=4.0.0-2'
- 'grep=2.11-2' 'iputils=20101006-2' 'jfsutils=1.1.15-3' 
'less=444-3' 'lvm2=2.02.95-1' 'mdadm=3.2.3-1'
- 'kmod=7-1' 'nano=2.2.6-2' 'ncurses=5.9-3' 
'net-tools=1.60.20110819cvs-3' 'gnu-netcat=0.7.1-4'
- 'pcmciautils=018-2' 'procps-ng=3.3.2-1' 'psmisc=22.16-1' 
'reiserfsprogs=3.6.21-4'
- 'sed=4.2.1-4' 'snarf=7.0-5' 'tar=1.26-2' 'util-linux=2.21-6'
- 'which=2.20-5' 'kbd=1.15.3-2' 'wireless_tools=29-6' 
'xfsprogs=3.1.7-1' 'hdparm=9.39-1'
- 'memtest86+=4.20-2' 'inetutils=1.9.1-1' 'openssh=5.9p1-8' 
'hwdetect=2012.01-1' 'shadow=4.1.5-4' 
-'bridge-utils=1.5-1' 'ifenslave=1.1.0-7' 'links=2.5-1' 
'dosfstools=3.0.12-1'
- 'glibc=2.15-7' 'linux-api-headers=3.1.6-1' 'linux=3.2.13-1' 
'linux-lts=3.0.25-1' 'xinetd=2.3.14-8'
- 'kexec-tools=2.0.2-4' 'ppp=2.4.5-3' 'rp-pppoe=3.10-7' 
'lilo=23.2-3' 'iptables=1.4.12.2-1' 'isdn4k-utils=3.20-1'
- 'ntfs-3g=2012.1.15-1' 'pciutils=3.1.9-1' 'usbutils=005-1' 
'vpnc=0.5.3.svn516-1' 'openvpn=2.2.2-1'
-'b43-fwcutter=015-1' 'wpa_supplicant=0.7.3-5' 'rsync=3.0.9-2' 
'gzip=1.4-4' 'libarchive=3.0.3-5'
-'device-mapper=2.02.95-1' 'screen=4.0.3-13' 'elfutils=0.152-2' 
'pam=1.1.5-2' 'cracklib=2.8.18-2'
-'nfs-utils=1.2.5-2' 'nfsidmap=0.24-3' 'readline=6.2.002-1' 
'acl=2.2.51-1' 'attr=2.4.46-1' 'pcre=8.30-1'
-'cpio=2.11-3' 'fuse=2.8.7-1' 'libusbx=1.0.8-2' 'vim=7.3.475-1' 
'lzo2=2.06-1' 'libsasl=2.1.23-9' 'libldap=2.4.30-1'
-'gpm=1.20.6-7' 'libevent=2.0.17-1' 'gcc-libs=4.6.3-1' 
'sdparm=1.07-1' 'licenses=2.9-1' 'pptpclient=1.7.2-4'
-'zd1211-firmware=1.4-5' 'ipw2100-fw=1.3-6' 'ipw2200-fw=3.1-4' 
'smbclient=3.6.3-4'  'dhcpcd=5.5.4-1' 'openssl=1.0.1-1'
-'git=1.7.9.5-1' 'dmraid=1.0.0.rc16.3-2' 'linux-atm=2.5.2-1' 
'netctl=0.6-1' 'parted=3.1-1' 'tzdata=2012b-1'
-'ntp=4.2.6.p5-6' 'libgcrypt=1.5.0-1' 'iw=3.3-2' 'crda=1.1.2-2' 
'libnl=3.2.7-1' 'iproute2=3.2.0-3'
-'wireless-regdb=2011.04.28-1' 'v86d=0.1.10-2' 'dhclient=4.2.3.2-2' 
'syslinux=4.05-3' 'mtools=4.0.17-2'
-'fsarchiver=0.6.13-1' 'xz=5.0.3-1' 'libtirpc=0.2.2-2' 
'librpcsecgss=0.19-7' 'rpcbind=0.2.0-6' 'testdisk=6.13-2'
-'wipe=2.3.1-2' 'ddrescue=1.15-1' 'ifplugd=0.28-8' 
'wpa_actiond=1.1-3' 'rfkill=0.4-3'
-'libgssglue=0.3-1' 'mkinitcpio-nfs-utils=0.2-2' 'gptfdisk=0.8.4-1' 
'nilfs-utils=2.1.1-1' 'btrfs-progs=0.19.20120110-2'
-'linux-firmware=20120227-1' 'iana-etc=2.30-2' 
'libusb-compat=0.1.3-2' 'keyutils=1.5.5-1'
-'libisoburn=1.2.0-1' 'squashfs-tools=4.2-2' 'file=5.11-1' 
'yp-tools=2.12-2' 'curl=7.25.0-1'  'smartmontools=5.42-3'
-'dnsmasq=2.60-2' 'lftp=4.3.5-1' 'openconnect=1:3.15-1' 
'libxml2=2.7.8-2' 'libproxy=0.4.7-1' 'speedtouch=1.3.1-4'
-'tcpdump=4.2.1-2' 'nmap=5.51-3' 'lua=5.1.5-1' 'weechat=0.3.7-1' 
'gnutls=3.0.17-1' 'nettle=2.4-1' 'libtasn1=2.12-1'
-'expat=2.0.1-7' 'progsreiserfs=0.3.0.5-7' 'glib2=2.30.2-2' 
'freetype2=2.4.9-1'
-'libssh2=1.4.0-1' 'libedit=20120311_3.0-1' 'talloc=2.0.7-1' 
'eventlog=0.2.12-3' 'idnkit=1.0-2' 'libjpeg-turbo=1.2.0-1'
-'dmidecode=2.11-2' 'pth=2.0.7-4' 'gnupg=2.0.19-1' 
'libksba=1.2.0-1' 'libassuan=2.0.3-1' 'pinentry=0.8.1-3'
-'dirmngr=1.1.0-3'  'gpgme=1.3.1-4' 'ldns=1.6.12-2' 
'dnssec-anchors=20120422-1' 'hwids=20120512-1'
-'systemd=185' 'archlinux-keyring=20120529-1' 'haveged=1.4-3' 
-'pambase=20120602-1' 'chntpw=110511-2' 'traceroute=2.0.18' 
'arch-wiki-lite=20120619-1' 'grub-bios=2.00-1' 
-'grub-efi-x86_64=2.00-1' 'efibootmgr=0.5.4-3' 
'systemd-sysvcompat=188-2' 'arch-wiki-lite=20120619-1'
- 'amd-ucode=2012.01.17-3' 

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

2013-03-19 Thread Sergej Pupykin
Date: Tuesday, March 19, 2013 @ 12:34:45
  Author: spupykin
Revision: 86559

upgpkg: shotwell 0.14.0-1

upd

Modified:
  shotwell/trunk/PKGBUILD
Deleted:
  shotwell/trunk/0001-Port-to-GStreamer-1.0.patch
  shotwell/trunk/regenerate-video-thumbnails.patch

---+
 0001-Port-to-GStreamer-1.0.patch  |  219 
 PKGBUILD  |   24 ---
 regenerate-video-thumbnails.patch |  154 -
 3 files changed, 6 insertions(+), 391 deletions(-)

Deleted: 0001-Port-to-GStreamer-1.0.patch
===
--- 0001-Port-to-GStreamer-1.0.patch2013-03-19 10:30:42 UTC (rev 86558)
+++ 0001-Port-to-GStreamer-1.0.patch2013-03-19 11:34:45 UTC (rev 86559)
@@ -1,219 +0,0 @@
-From 4db67e385c9c2d89947077f1520aa31af2538d65 Mon Sep 17 00:00:00 2001
-From: Alban Browaeys pra...@yahoo.com
-Date: Wed, 09 Jan 2013 01:11:27 +
-Subject: Ports Shotwell to GStreamer 1.0. Closes #6055.
-

-diff --git a/Makefile b/Makefile
-index 2488f82..5a7e262 100644
 a/Makefile
-+++ b/Makefile
-@@ -37,7 +37,7 @@ EXTRAS_SUPPORTED_LANGUAGES=fr de it es pl et sv sk lv pt bg 
bn nl da zh_CN el ru
- LOCAL_LANG_DIR=locale-langpack
- SYSTEM_LANG_DIR := $(DESTDIR)$(PREFIX)/share/locale
- 
--VALAFLAGS := -g --enable-checking --thread --fatal-warnings 
--enable-deprecated $(USER_VALAFLAGS)
-+VALAFLAGS := -g --enable-checking --thread --fatal-warnings 
--enable-deprecated --enable-experimental $(USER_VALAFLAGS)
- ifdef UNITY_SUPPORT
- VALAFLAGS := $(VALAFLAGS) --define UNITY_SUPPORT
- endif
-@@ -293,9 +293,9 @@ EXT_PKGS = \
-   gio-unix-2.0 \
-   glib-2.0 \
-   gmodule-2.0 \
--  gstreamer-0.10 \
--  gstreamer-base-0.10 \
--  gstreamer-pbutils-0.10 \
-+  gstreamer-1.0 \
-+  gstreamer-base-1.0 \
-+  gstreamer-pbutils-1.0 \
-   gtk+-3.0 \
-   gudev-1.0 \
-   libexif \
-@@ -314,8 +314,8 @@ endif
- THUMBNAILER_PKGS = \
- gtk+-3.0 \
- gee-1.0 \
--gstreamer-0.10 \
--gstreamer-base-0.10
-+gstreamer-1.0 \
-+gstreamer-base-1.0
- 
- DIRECT_LIBS =
- 
-@@ -325,10 +325,10 @@ EXT_PKG_VERSIONS = \
-   gio-unix-2.0 = 2.20 \
-   glib-2.0 = $(MIN_GLIB_VERSION) \
-   gmodule-2.0 = 2.24.0 \
--  gstreamer-0.10 = 0.10.28 \
--  gstreamer-base-0.10 = 0.10.28 \
--  gstreamer-plugins-base-0.10 = 0.10.32 \
--  gstreamer-pbutils-0.10 = 0.10.32 \
-+  gstreamer-1.0 = 1.0.0 \
-+  gstreamer-base-1.0 = 1.0.0 \
-+  gstreamer-plugins-base-1.0 = 1.0.0 \
-+  gstreamer-pbutils-1.0 = 1.0.0 \
-   gtk+-3.0 = 3.0.11 \
-   gudev-1.0 = 145 \
-   libexif = 0.6.16 \
-@@ -683,7 +683,7 @@ $(VALA_STAMP): $(EXPANDED_SRC_FILES) 
$(EXPANDED_VAPI_FILES) $(GPHOTO_VAPI_FILE)
-   $(call check_valac_version)
-   @echo Compiling Vala code...
-   @mkdir -p $(BUILD_DIR)
--  @$(VALAC) --ccode --directory=$(BUILD_DIR) --basedir=src \
-+  $(VALAC) --ccode --directory=$(BUILD_DIR) --basedir=src \
-   $(foreach pkg,$(VALA_PKGS),--pkg=$(pkg)) \
-   $(foreach vapidir,$(VAPI_DIRS),--vapidir=$(vapidir)) \
-   $(foreach def,$(DEFINES),-X -D$(def)) \
-diff --git a/src/VideoSupport.vala b/src/VideoSupport.vala
-index deb45e2..f679bd0 100644
 a/src/VideoSupport.vala
-+++ b/src/VideoSupport.vala
-@@ -163,8 +163,8 @@ public class VideoReader {
- file.get_path()));
- 
- try {
--Gst.Discoverer d = new Gst.Discoverer((Gst.ClockTime) (Gst.SECOND 
* 5));
--Gst.DiscovererInfo info = d.discover_uri(file.get_uri());
-+Gst.PbUtils.Discoverer d = new 
Gst.PbUtils.Discoverer((Gst.ClockTime) (Gst.SECOND * 5));
-+Gst.PbUtils.DiscovererInfo info = d.discover_uri(file.get_uri());
- 
- clip_duration = ((double) info.get_duration()) / 10.0;
- 
-@@ -172,7 +172,7 @@ public class VideoReader {
- // TODO: Note that TAG_DATE can be changed to TAG_DATE_TIME in 
the future
- // (and the corresponding output struct) in order to implement 
#2836.
- Date? video_date = null;
--if (info.get_tags() != null  
info.get_tags().get_date(Gst.TAG_DATE, out video_date)) {
-+if (info.get_tags() != null  
info.get_tags().get_date(Gst.Tags.DATE, out video_date)) {
- timestamp = new DateTime.local(video_date.get_year(), 
video_date.get_month(), 
- video_date.get_day(), 0, 0, 0);
- }
-@@ -323,7 +323,7 @@ public class Video : VideoSource, Flaggable, Monitorable, 
Dateable {
- Gst.init(ref fake_unowned_args);
- 
- int saved_state = 
Config.Facade.get_instance().get_video_interpreter_state_cookie();
--current_state = (int) 
Gst.Registry.get_default().get_feature_list_cookie();
-+current_state = (int) Gst.Registry.get().get_feature_list_cookie();
- if 

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

2013-03-19 Thread Sergej Pupykin
Date: Tuesday, March 19, 2013 @ 12:35:15
  Author: spupykin
Revision: 86560

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

Added:
  shotwell/repos/community-i686/PKGBUILD
(from rev 86559, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-i686/no-libexec.patch
(from rev 86559, shotwell/trunk/no-libexec.patch)
  shotwell/repos/community-i686/shotwell.install
(from rev 86559, shotwell/trunk/shotwell.install)
  shotwell/repos/community-x86_64/PKGBUILD
(from rev 86559, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-x86_64/no-libexec.patch
(from rev 86559, shotwell/trunk/no-libexec.patch)
  shotwell/repos/community-x86_64/shotwell.install
(from rev 86559, shotwell/trunk/shotwell.install)
Deleted:
  shotwell/repos/community-i686/0001-Port-to-GStreamer-1.0.patch
  shotwell/repos/community-i686/PKGBUILD
  shotwell/repos/community-i686/no-libexec.patch
  shotwell/repos/community-i686/regenerate-video-thumbnails.patch
  shotwell/repos/community-i686/shotwell.install
  shotwell/repos/community-x86_64/0001-Port-to-GStreamer-1.0.patch
  shotwell/repos/community-x86_64/PKGBUILD
  shotwell/repos/community-x86_64/no-libexec.patch
  shotwell/repos/community-x86_64/regenerate-video-thumbnails.patch
  shotwell/repos/community-x86_64/shotwell.install

+
 /PKGBUILD  |   76 ++
 /no-libexec.patch  |   52 
 /shotwell.install  |   34 ++
 community-i686/0001-Port-to-GStreamer-1.0.patch|  219 ---
 community-i686/PKGBUILD|   50 
 community-i686/no-libexec.patch|   26 --
 community-i686/regenerate-video-thumbnails.patch   |  154 -
 community-i686/shotwell.install|   17 -
 community-x86_64/0001-Port-to-GStreamer-1.0.patch  |  219 ---
 community-x86_64/PKGBUILD  |   50 
 community-x86_64/no-libexec.patch  |   26 --
 community-x86_64/regenerate-video-thumbnails.patch |  154 -
 community-x86_64/shotwell.install  |   17 -
 13 files changed, 162 insertions(+), 932 deletions(-)

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


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

2013-03-19 Thread Tobias Powalowski
Date: Tuesday, March 19, 2013 @ 12:52:40
  Author: tpowa
Revision: 180267

upgpkg: archboot 2013.03-4

bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 11:18:24 UTC (rev 180266)
+++ PKGBUILD2013-03-19 11:52:40 UTC (rev 180267)
@@ -3,7 +3,7 @@
 
 pkgname=archboot
 pkgver=2013.03
-pkgrel=3
+pkgrel=4
 pkgdesc=Advanced, modular arch boot/install image creation utility
 arch=(any)
 license=('GPL')
@@ -71,7 +71,7 @@
 
 package()
 {
-  cd $srcdir/$pkgname-$pkgver-3
+  cd $srcdir/$pkgname-$pkgver-4
   mv * $pkgdir/
 }
-md5sums=('77d57bfc8d82d585addbcc341d4564c6')
+md5sums=('64aedbc2f0f397c1ca575d9108c78837')



[arch-commits] Commit in archboot/repos/testing-any (4 files)

2013-03-19 Thread Tobias Powalowski
Date: Tuesday, March 19, 2013 @ 12:52:45
  Author: tpowa
Revision: 180268

archrelease: copy trunk to testing-any

Added:
  archboot/repos/testing-any/PKGBUILD
(from rev 180267, archboot/trunk/PKGBUILD)
  archboot/repos/testing-any/archboot.install
(from rev 180267, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/testing-any/PKGBUILD
  archboot/repos/testing-any/archboot.install

--+
 PKGBUILD |  154 ++---
 archboot.install |   48 
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-19 11:52:40 UTC (rev 180267)
+++ PKGBUILD2013-03-19 11:52:45 UTC (rev 180268)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=archboot
-pkgver=2013.03
-pkgrel=3
-pkgdesc=Advanced, modular arch boot/install image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio=0.8.5-1' 'mksyslinux=2010.08-2' 'mkpxelinux=2010.08-2' 
'mkisolinux=2010.08-2'
- 'subversion=1.7.4-1' 'wget=1.13.4-1' 'bash=4.2.024-2' 
'coreutils=8.15-1'
- 'cryptsetup=1.4.1-1' 'dialog=1.1_20120215-1' 'e2fsprogs=1.42.1-1' 
'findutils=4.4.2-4' 'gawk=4.0.0-2'
- 'grep=2.11-2' 'iputils=20101006-2' 'jfsutils=1.1.15-3' 
'less=444-3' 'lvm2=2.02.95-1' 'mdadm=3.2.3-1'
- 'kmod=7-1' 'nano=2.2.6-2' 'ncurses=5.9-3' 
'net-tools=1.60.20110819cvs-3' 'gnu-netcat=0.7.1-4'
- 'pcmciautils=018-2' 'procps-ng=3.3.2-1' 'psmisc=22.16-1' 
'reiserfsprogs=3.6.21-4'
- 'sed=4.2.1-4' 'snarf=7.0-5' 'tar=1.26-2' 'util-linux=2.21-6'
- 'which=2.20-5' 'kbd=1.15.3-2' 'wireless_tools=29-6' 
'xfsprogs=3.1.7-1' 'hdparm=9.39-1'
- 'memtest86+=4.20-2' 'inetutils=1.9.1-1' 'openssh=5.9p1-8' 
'hwdetect=2012.01-1' 'shadow=4.1.5-4' 
-'bridge-utils=1.5-1' 'ifenslave=1.1.0-7' 'links=2.5-1' 
'dosfstools=3.0.12-1'
- 'glibc=2.15-7' 'linux-api-headers=3.1.6-1' 'linux=3.2.13-1' 
'linux-lts=3.0.25-1' 'xinetd=2.3.14-8'
- 'kexec-tools=2.0.2-4' 'ppp=2.4.5-3' 'rp-pppoe=3.10-7' 
'lilo=23.2-3' 'iptables=1.4.12.2-1' 'isdn4k-utils=3.20-1'
- 'ntfs-3g=2012.1.15-1' 'pciutils=3.1.9-1' 'usbutils=005-1' 
'vpnc=0.5.3.svn516-1' 'openvpn=2.2.2-1'
-'b43-fwcutter=015-1' 'wpa_supplicant=0.7.3-5' 'rsync=3.0.9-2' 
'gzip=1.4-4' 'libarchive=3.0.3-5'
-'device-mapper=2.02.95-1' 'screen=4.0.3-13' 'elfutils=0.152-2' 
'pam=1.1.5-2' 'cracklib=2.8.18-2'
-'nfs-utils=1.2.5-2' 'nfsidmap=0.24-3' 'readline=6.2.002-1' 
'acl=2.2.51-1' 'attr=2.4.46-1' 'pcre=8.30-1'
-'cpio=2.11-3' 'fuse=2.8.7-1' 'libusbx=1.0.8-2' 'vim=7.3.475-1' 
'lzo2=2.06-1' 'libsasl=2.1.23-9' 'libldap=2.4.30-1'
-'gpm=1.20.6-7' 'libevent=2.0.17-1' 'gcc-libs=4.6.3-1' 
'sdparm=1.07-1' 'licenses=2.9-1' 'pptpclient=1.7.2-4'
-'zd1211-firmware=1.4-5' 'ipw2100-fw=1.3-6' 'ipw2200-fw=3.1-4' 
'smbclient=3.6.3-4'  'dhcpcd=5.5.4-1' 'openssl=1.0.1-1'
-'git=1.7.9.5-1' 'dmraid=1.0.0.rc16.3-2' 'linux-atm=2.5.2-1' 
'netctl=0.6-1' 'parted=3.1-1' 'tzdata=2012b-1'
-'ntp=4.2.6.p5-6' 'libgcrypt=1.5.0-1' 'iw=3.3-2' 'crda=1.1.2-2' 
'libnl=3.2.7-1' 'iproute2=3.2.0-3'
-'wireless-regdb=2011.04.28-1' 'v86d=0.1.10-2' 'dhclient=4.2.3.2-2' 
'syslinux=4.05-3' 'mtools=4.0.17-2'
-'fsarchiver=0.6.13-1' 'xz=5.0.3-1' 'libtirpc=0.2.2-2' 
'librpcsecgss=0.19-7' 'rpcbind=0.2.0-6' 'testdisk=6.13-2'
-'wipe=2.3.1-2' 'ddrescue=1.15-1' 'ifplugd=0.28-8' 
'wpa_actiond=1.1-3' 'rfkill=0.4-3'
-'libgssglue=0.3-1' 'mkinitcpio-nfs-utils=0.2-2' 'gptfdisk=0.8.4-1' 
'nilfs-utils=2.1.1-1' 'btrfs-progs=0.19.20120110-2'
-'linux-firmware=20120227-1' 'iana-etc=2.30-2' 
'libusb-compat=0.1.3-2' 'keyutils=1.5.5-1'
-'libisoburn=1.2.0-1' 'squashfs-tools=4.2-2' 'file=5.11-1' 
'yp-tools=2.12-2' 'curl=7.25.0-1'  'smartmontools=5.42-3'
-'dnsmasq=2.60-2' 'lftp=4.3.5-1' 'openconnect=1:3.15-1' 
'libxml2=2.7.8-2' 'libproxy=0.4.7-1' 'speedtouch=1.3.1-4'
-'tcpdump=4.2.1-2' 'nmap=5.51-3' 'lua=5.1.5-1' 'weechat=0.3.7-1' 
'gnutls=3.0.17-1' 'nettle=2.4-1' 'libtasn1=2.12-1'
-'expat=2.0.1-7' 'progsreiserfs=0.3.0.5-7' 'glib2=2.30.2-2' 
'freetype2=2.4.9-1'
-'libssh2=1.4.0-1' 'libedit=20120311_3.0-1' 'talloc=2.0.7-1' 
'eventlog=0.2.12-3' 'idnkit=1.0-2' 'libjpeg-turbo=1.2.0-1'
-'dmidecode=2.11-2' 'pth=2.0.7-4' 'gnupg=2.0.19-1' 
'libksba=1.2.0-1' 'libassuan=2.0.3-1' 'pinentry=0.8.1-3'
-'dirmngr=1.1.0-3'  'gpgme=1.3.1-4' 'ldns=1.6.12-2' 
'dnssec-anchors=20120422-1' 'hwids=20120512-1'
-'systemd=185' 'archlinux-keyring=20120529-1' 'haveged=1.4-3' 
-'pambase=20120602-1' 'chntpw=110511-2' 'traceroute=2.0.18' 
'arch-wiki-lite=20120619-1' 'grub-bios=2.00-1' 
-'grub-efi-x86_64=2.00-1' 'efibootmgr=0.5.4-3' 
'systemd-sysvcompat=188-2' 'arch-wiki-lite=20120619-1'
- 'amd-ucode=2012.01.17-3' 

[arch-commits] Commit in (4 files)

2013-03-19 Thread Jan de Groot
Date: Tuesday, March 19, 2013 @ 13:55:04
  Author: jgc
Revision: 180269

Add python2 bindings for speech-dispatcher

Added:
  python2-speechd/
  python2-speechd/trunk/
  python2-speechd/trunk/0.8-api-changes.patch
  python2-speechd/trunk/PKGBUILD

---+
 0.8-api-changes.patch |  135 
 PKGBUILD  |   39 +
 2 files changed, 174 insertions(+)

Added: python2-speechd/trunk/0.8-api-changes.patch
===
--- python2-speechd/trunk/0.8-api-changes.patch (rev 0)
+++ python2-speechd/trunk/0.8-api-changes.patch 2013-03-19 12:55:04 UTC (rev 
180269)
@@ -0,0 +1,135 @@
+X-Git-Url: 
http://git.freebsoft.org/?p=speechd.git;a=blobdiff_plain;f=src%2Fapi%2Fpython%2Fspeechd%2Fclient.py;h=8d3436334e3d3ca9e5884ae595ec9ba1f21b2375;hp=3d28f4f44e21babce36b17063ddb4f3bb4256a5d;hb=f818b657ab8da32ef2f212eebb453bf054f7afdb;hpb=728f531c50144ed7f46179363c1215a7d0453e16
+
+diff --git a/src/python/speechd/client.py b/src/python/speechd/client.py
+index 3d28f4f..8d34363 100644
+--- a/src/python/speechd/client.py
 b/src/python/speechd/client.py
+@@ -494,7 +494,7 @@ class SSIPClient(object):
+ Default host for server connections.
+ DEFAULT_PORT = 6560
+ Default port number for server connections.
+-DEFAULT_SOCKET_PATH = ~/.speech-dispatcher/speechd.sock
++DEFAULT_SOCKET_PATH = speech-dispatcher/speechd.sock
+ Default name of the communication unix socket
+ 
+ def __init__(self, name, component='default', user='unknown', 
address=None,
+@@ -510,7 +510,7 @@ class SSIPClient(object):
+   user -- user identification string (user name).  When multi-user
+ acces is expected, this can be used to identify their connections.
+   address -- server address as specified in Speech Dispatcher
+-documentation (e.g. 
unix:/home/joe/.speech-dispatcher/speechd.sock
++documentation (e.g. 
unix:/run/user/joe/speech-dispatcher/speechd.sock
+ or inet:192.168.0.85:6561)
+   autospawn -- a flag to specify whether the library should
+ try to start the server if it determines its not already
+@@ -520,9 +520,9 @@ class SSIPClient(object):
+   method -- communication method to use, one of the constants defined 
in class
+ CommunicationMethod
+   socket_path -- for CommunicationMethod.UNIX_SOCKET, socket
+-path in filesystem. By default, this is 
~/.speech-dispatcher/speechd.sock
+-where `~' is the users home directory as determined from the 
system
+-defaults and from the $HOMEDIR environment variable.
++path in filesystem. By default, this is 
$XDG_RUNTIME_DIR/speech-dispatcher/speechd.sock
++where $XDG_RUNTIME_DIR is determined using the XDG Base Directory
++Specification.
+   host -- for CommunicationMethod.INET_SOCKET, server hostname
+ or IP address as a string.  If None, the default value is
+ taken from SPEECHD_HOST environment variable (if it
+@@ -536,9 +536,12 @@ class SSIPClient(object):
+ Dispatcher documentation.
+ 
+ 
++_home = os.path.expanduser(~)
++_runtime_dir = os.environ.get('XDG_RUNTIME_DIR', 
os.environ.get('XDG_CACHE_HOME', os.path.join(_home, '.cache')))
++_sock_path = os.path.join(_runtime_dir, self.DEFAULT_SOCKET_PATH)
+ # Resolve connection parameters:
+ connection_args = {'communication_method': 
CommunicationMethod.UNIX_SOCKET,
+-   'socket_path': 
os.path.expanduser(self.DEFAULT_SOCKET_PATH),
++   'socket_path': _sock_path,
+'host': self.DEFAULT_HOST,
+'port': self.DEFAULT_PORT,
+}
+X-Git-Url: 
http://git.freebsoft.org/?p=speechd.git;a=blobdiff_plain;f=src%2Fapi%2Fpython%2Fspeechd_config%2Fconfig.py;h=47a37105b94318f59bc7c4b1f7f913deb362d245;hp=7bd8a89100e47adf29bca253be39f2e0303c155b;hb=2223ab2455ea17d2e27cb2896496291f158a156b;hpb=ff994b57a340a8b6229f5576c1a202e339169105
+
+diff --git a/src/python/speechd_config/config.py 
b/src/python/speechd_config/config.py
+index 7bd8a89..47a3710 100644
+--- a/src/python/speechd_config/config.py
 b/src/python/speechd_config/config.py
+@@ -26,6 +26,7 @@ import time
+ import datetime
+ 
+ from optparse import OptionParser
++from xdg import BaseDirectory
+ 
+ # Configuration and sound data paths
+ from . import paths
+@@ -272,17 +273,9 @@ class Tests:
+ def __init__(self):
+ self.festival_socket = None
+ 
+-def user_speechd_dir(self):
+-Return user Speech Dispatcher configuration and logging 
directory
+-return os.path.expanduser(os.path.join('~', '.speech-dispatcher'))
+-
+-def user_speechd_dir_exists(self):
+-Determine whether user speechd directory 

[arch-commits] Commit in python2-speechd (4 files)

2013-03-19 Thread Jan de Groot
Date: Tuesday, March 19, 2013 @ 13:55:22
  Author: jgc
Revision: 180270

archrelease: copy trunk to extra-any

Added:
  python2-speechd/repos/
  python2-speechd/repos/extra-any/
  python2-speechd/repos/extra-any/0.8-api-changes.patch
(from rev 180269, python2-speechd/trunk/0.8-api-changes.patch)
  python2-speechd/repos/extra-any/PKGBUILD
(from rev 180269, python2-speechd/trunk/PKGBUILD)

---+
 0.8-api-changes.patch |  135 
 PKGBUILD  |   39 +
 2 files changed, 174 insertions(+)

Copied: python2-speechd/repos/extra-any/0.8-api-changes.patch (from rev 180269, 
python2-speechd/trunk/0.8-api-changes.patch)
===
--- repos/extra-any/0.8-api-changes.patch   (rev 0)
+++ repos/extra-any/0.8-api-changes.patch   2013-03-19 12:55:22 UTC (rev 
180270)
@@ -0,0 +1,135 @@
+X-Git-Url: 
http://git.freebsoft.org/?p=speechd.git;a=blobdiff_plain;f=src%2Fapi%2Fpython%2Fspeechd%2Fclient.py;h=8d3436334e3d3ca9e5884ae595ec9ba1f21b2375;hp=3d28f4f44e21babce36b17063ddb4f3bb4256a5d;hb=f818b657ab8da32ef2f212eebb453bf054f7afdb;hpb=728f531c50144ed7f46179363c1215a7d0453e16
+
+diff --git a/src/python/speechd/client.py b/src/python/speechd/client.py
+index 3d28f4f..8d34363 100644
+--- a/src/python/speechd/client.py
 b/src/python/speechd/client.py
+@@ -494,7 +494,7 @@ class SSIPClient(object):
+ Default host for server connections.
+ DEFAULT_PORT = 6560
+ Default port number for server connections.
+-DEFAULT_SOCKET_PATH = ~/.speech-dispatcher/speechd.sock
++DEFAULT_SOCKET_PATH = speech-dispatcher/speechd.sock
+ Default name of the communication unix socket
+ 
+ def __init__(self, name, component='default', user='unknown', 
address=None,
+@@ -510,7 +510,7 @@ class SSIPClient(object):
+   user -- user identification string (user name).  When multi-user
+ acces is expected, this can be used to identify their connections.
+   address -- server address as specified in Speech Dispatcher
+-documentation (e.g. 
unix:/home/joe/.speech-dispatcher/speechd.sock
++documentation (e.g. 
unix:/run/user/joe/speech-dispatcher/speechd.sock
+ or inet:192.168.0.85:6561)
+   autospawn -- a flag to specify whether the library should
+ try to start the server if it determines its not already
+@@ -520,9 +520,9 @@ class SSIPClient(object):
+   method -- communication method to use, one of the constants defined 
in class
+ CommunicationMethod
+   socket_path -- for CommunicationMethod.UNIX_SOCKET, socket
+-path in filesystem. By default, this is 
~/.speech-dispatcher/speechd.sock
+-where `~' is the users home directory as determined from the 
system
+-defaults and from the $HOMEDIR environment variable.
++path in filesystem. By default, this is 
$XDG_RUNTIME_DIR/speech-dispatcher/speechd.sock
++where $XDG_RUNTIME_DIR is determined using the XDG Base Directory
++Specification.
+   host -- for CommunicationMethod.INET_SOCKET, server hostname
+ or IP address as a string.  If None, the default value is
+ taken from SPEECHD_HOST environment variable (if it
+@@ -536,9 +536,12 @@ class SSIPClient(object):
+ Dispatcher documentation.
+ 
+ 
++_home = os.path.expanduser(~)
++_runtime_dir = os.environ.get('XDG_RUNTIME_DIR', 
os.environ.get('XDG_CACHE_HOME', os.path.join(_home, '.cache')))
++_sock_path = os.path.join(_runtime_dir, self.DEFAULT_SOCKET_PATH)
+ # Resolve connection parameters:
+ connection_args = {'communication_method': 
CommunicationMethod.UNIX_SOCKET,
+-   'socket_path': 
os.path.expanduser(self.DEFAULT_SOCKET_PATH),
++   'socket_path': _sock_path,
+'host': self.DEFAULT_HOST,
+'port': self.DEFAULT_PORT,
+}
+X-Git-Url: 
http://git.freebsoft.org/?p=speechd.git;a=blobdiff_plain;f=src%2Fapi%2Fpython%2Fspeechd_config%2Fconfig.py;h=47a37105b94318f59bc7c4b1f7f913deb362d245;hp=7bd8a89100e47adf29bca253be39f2e0303c155b;hb=2223ab2455ea17d2e27cb2896496291f158a156b;hpb=ff994b57a340a8b6229f5576c1a202e339169105
+
+diff --git a/src/python/speechd_config/config.py 
b/src/python/speechd_config/config.py
+index 7bd8a89..47a3710 100644
+--- a/src/python/speechd_config/config.py
 b/src/python/speechd_config/config.py
+@@ -26,6 +26,7 @@ import time
+ import datetime
+ 
+ from optparse import OptionParser
++from xdg import BaseDirectory
+ 
+ # Configuration and sound data paths
+ from . import paths
+@@ -272,17 +273,9 @@ class Tests:
+ def __init__(self):
+ self.festival_socket = None
+ 
+-def user_speechd_dir(self):
+-Return user 

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

2013-03-19 Thread Jan de Groot
Date: Tuesday, March 19, 2013 @ 14:00:06
  Author: jgc
Revision: 180271

upgpkg: orca 3.6.3-3

Update dependency to python2-speechd

Modified:
  orca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 12:55:22 UTC (rev 180270)
+++ PKGBUILD2013-03-19 13:00:06 UTC (rev 180271)
@@ -5,14 +5,14 @@
 
 pkgname=orca
 pkgver=3.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Screen reader for individuals who are blind or visually impaired
 arch=(any)
 license=('LGPL')
 url=http://www.gnome.org/projects/orca;
 install=orca.install
 options=('!libtool')
-depends=(gtk3 at-spi2-atk python2-atspi python2-dbus python2-xdg 
speech-dispatcher liblouis brltty
+depends=(gtk3 at-spi2-atk python2-atspi python2-dbus python2-xdg 
python2-speechd liblouis brltty
  xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas)
 makedepends=(itstool intltool gnome-doc-utils)
 groups=(gnome-extra)



[arch-commits] Commit in orca/repos/extra-any (4 files)

2013-03-19 Thread Jan de Groot
Date: Tuesday, March 19, 2013 @ 14:00:11
  Author: jgc
Revision: 180272

archrelease: copy trunk to extra-any

Added:
  orca/repos/extra-any/PKGBUILD
(from rev 180271, orca/trunk/PKGBUILD)
  orca/repos/extra-any/orca.install
(from rev 180271, orca/trunk/orca.install)
Deleted:
  orca/repos/extra-any/PKGBUILD
  orca/repos/extra-any/orca.install

--+
 PKGBUILD |   62 -
 orca.install |   22 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-19 13:00:06 UTC (rev 180271)
+++ PKGBUILD2013-03-19 13:00:11 UTC (rev 180272)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=orca
-pkgver=3.6.3
-pkgrel=2
-pkgdesc=Screen reader for individuals who are blind or visually impaired
-arch=(any)
-license=('LGPL')
-url=http://www.gnome.org/projects/orca;
-install=orca.install
-options=('!libtool')
-depends=(gtk3 at-spi2-atk python2-atspi python2-dbus python2-xdg 
speech-dispatcher liblouis brltty
- xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas)
-makedepends=(itstool intltool gnome-doc-utils)
-groups=(gnome-extra)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('403d2328b5fdbf8ccdd5759cdaf8c757ba897330339ef4429b3695d775d05763')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: orca/repos/extra-any/PKGBUILD (from rev 180271, orca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-19 13:00:11 UTC (rev 180272)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=orca
+pkgver=3.6.3
+pkgrel=3
+pkgdesc=Screen reader for individuals who are blind or visually impaired
+arch=(any)
+license=('LGPL')
+url=http://www.gnome.org/projects/orca;
+install=orca.install
+options=('!libtool')
+depends=(gtk3 at-spi2-atk python2-atspi python2-dbus python2-xdg 
python2-speechd liblouis brltty
+ xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas)
+makedepends=(itstool intltool gnome-doc-utils)
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('403d2328b5fdbf8ccdd5759cdaf8c757ba897330339ef4429b3695d775d05763')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: orca.install
===
--- orca.install2013-03-19 13:00:06 UTC (rev 180271)
+++ orca.install2013-03-19 13:00:11 UTC (rev 180272)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: orca/repos/extra-any/orca.install (from rev 180271, 
orca/trunk/orca.install)
===
--- orca.install(rev 0)
+++ orca.install2013-03-19 13:00:11 UTC (rev 180272)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-03-19 Thread Jan de Groot
Date: Tuesday, March 19, 2013 @ 14:22:49
  Author: jgc
Revision: 180273

Add dnsmasq.d directory (FS#33902)

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 13:00:11 UTC (rev 180272)
+++ PKGBUILD2013-03-19 13:22:49 UTC (rev 180273)
@@ -67,6 +67,7 @@
   make DESTDIR=$pkgdir install
 
   install -m644 ../NetworkManager.conf $pkgdir/etc/NetworkManager/
+  install -m755 -d $pkgdir/etc/NetworkManager/dnsmasq.d
 
   rm -r $pkgdir/var/run
 }



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

2013-03-19 Thread Jan de Groot
Date: Tuesday, March 19, 2013 @ 14:27:06
  Author: jgc
Revision: 180274

Move ppp to optdepends (FS#31961)

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 13:22:49 UTC (rev 180273)
+++ PKGBUILD2013-03-19 13:27:06 UTC (rev 180274)
@@ -14,7 +14,7 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.gnome.org/projects/$_pkgname/;
-depends=(dbus-glib iproute2 libnl nss polkit udev wpa_supplicant ppp dhclient
+depends=(dbus-glib iproute2 libnl nss polkit udev wpa_supplicant dhclient
  libsoup systemd)
 makedepends=(intltool dhcpcd iptables gobject-introspection gtk-doc)
 optdepends=('modemmanager: for modem management service'
@@ -22,7 +22,8 @@
 'iptables: Connection sharing'
 'dnsmasq: Connection sharing'
 'bluez: Bluetooth support'
-'openresolv: resolvconf support')
+'openresolv: resolvconf support'
+'ppp: Dialup connection support')
 options=('!libtool')
 backup=('etc/NetworkManager/NetworkManager.conf')
 install=networkmanager.install



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

2013-03-19 Thread Jan de Groot
Date: Tuesday, March 19, 2013 @ 14:37:22
  Author: jgc
Revision: 180275

upgpkg: grilo 0.2.5-1

Modified:
  grilo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 13:27:06 UTC (rev 180274)
+++ PKGBUILD2013-03-19 13:37:22 UTC (rev 180275)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=grilo
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc=Framework that provides access to various sources of multimedia 
content
 url=http://www.gnome.org;
@@ -13,7 +13,7 @@
 optdepends=('grilo-plugins: Plugins for grilo')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('20fa8a5d1b89419c44f9b590a5a793e33d43a5e959ec8686111e631a724644fe')
+sha256sums=('ff281f60bc3afcb70913e61a6447b33ab259b3d89c1441c7e307fc998c050cdc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-19 Thread Jan de Groot
Date: Tuesday, March 19, 2013 @ 14:37:31
  Author: jgc
Revision: 180276

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-19 13:37:22 UTC (rev 180275)
+++ extra-i686/PKGBUILD 2013-03-19 13:37:31 UTC (rev 180276)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=Framework that provides access to various sources of multimedia 
content
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-optdepends=('grilo-plugins: Plugins for grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('20fa8a5d1b89419c44f9b590a5a793e33d43a5e959ec8686111e631a724644fe')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
---libdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: grilo/repos/extra-i686/PKGBUILD (from rev 180275, grilo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-19 13:37:31 UTC (rev 180276)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo
+pkgver=0.2.5
+pkgrel=1
+pkgdesc=Framework that provides access to various sources of multimedia 
content
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ff281f60bc3afcb70913e61a6447b33ab259b3d89c1441c7e307fc998c050cdc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
+--libdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-19 13:37:22 UTC (rev 180275)
+++ extra-x86_64/PKGBUILD   2013-03-19 13:37:31 UTC (rev 180276)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=Framework that provides access to various sources of multimedia 
content
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-optdepends=('grilo-plugins: Plugins for grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('20fa8a5d1b89419c44f9b590a5a793e33d43a5e959ec8686111e631a724644fe')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
---libdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: grilo/repos/extra-x86_64/PKGBUILD (from rev 180275, 
grilo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-19 13:37:31 UTC (rev 180276)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo
+pkgver=0.2.5
+pkgrel=1
+pkgdesc=Framework that provides access to various sources of multimedia 
content
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)

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

2013-03-19 Thread Ray Rashif
Date: Tuesday, March 19, 2013 @ 15:25:54
  Author: schiv
Revision: 180277

dl link changed to 2.4.4a
nothing important in new tarball, so not releasing

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 13:37:31 UTC (rev 180276)
+++ PKGBUILD2013-03-19 14:25:54 UTC (rev 180277)
@@ -18,10 +18,10 @@
 optdepends=('opencv-samples'
 'eigen2'
 'python2-numpy: Python 2.x interface')
-source=(http://downloads.sourceforge.net/opencvlibrary/$_realname-${pkgver}.tar.bz2;
+source=(http://downloads.sourceforge.net/opencvlibrary/$_realname-${pkgver}a.tar.bz2;
 'pkgconfig.patch'
 'fsh.patch')
-md5sums=('bb7272c102a801a9f9ee01db6e7ad8e9'
+md5sums=('876dce80ea2648b7e4d4c5a567b4d37b'
  'cb916260b5ec594fe7a0cc2e54fc569f'
  '35256e3ccace373feba8131d1540a0de')
 



[arch-commits] Commit in task/repos (staging-i686 staging-x86_64)

2013-03-19 Thread Ionuț Mircea Bîru
Date: Tuesday, March 19, 2013 @ 16:13:58
  Author: ioni
Revision: 86561

cleanup junk

Deleted:
  task/repos/staging-i686/
  task/repos/staging-x86_64/



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

2013-03-19 Thread Evangelos Foutras
Date: Tuesday, March 19, 2013 @ 16:14:40
  Author: foutrelis
Revision: 86562

upgpkg: php-memcache 3.0.7-2

Add upstream fix for PHP bug #63142: memcache 3.0.7 segfaults with object 
(un)serialization.

Added:
  
php-memcache/trunk/php-memcache-3.0.7-fix-segfault-with-object-serialization.patch
Modified:
  php-memcache/trunk/PKGBUILD

-+
 PKGBUILD|   11 
 php-memcache-3.0.7-fix-segfault-with-object-serialization.patch |  162 
++
 2 files changed, 170 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 15:13:58 UTC (rev 86561)
+++ PKGBUILD2013-03-19 15:14:40 UTC (rev 86562)
@@ -3,7 +3,7 @@
 
 pkgname=php-memcache
 pkgver=3.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Memcache module for PHP
 arch=('i686' 'x86_64')
 url=http://pecl.php.net/package/memcache;
@@ -11,12 +11,17 @@
 depends=('php')
 backup=('etc/php/conf.d/memcache.ini')
 install=php-memcache.install
-source=(http://pecl.php.net/get/memcache-$pkgver.tgz)
-sha256sums=('f34e2ef42dd8f1f7e6a2cfbb9417a9e58e3bfd7f5db7227ca5afab686cefdd1f')
+source=(http://pecl.php.net/get/memcache-$pkgver.tgz
+php-memcache-3.0.7-fix-segfault-with-object-serialization.patch)
+sha256sums=('f34e2ef42dd8f1f7e6a2cfbb9417a9e58e3bfd7f5db7227ca5afab686cefdd1f'
+'100bffed22ad537de1cb03653e2dbb6768617ba3b8b49b1cf05c59554270c25b')
 
 build() {
   cd $srcdir/memcache-$pkgver
 
+  # https://bugs.php.net/bug.php?id=63142
+  patch -Np0 -i 
$srcdir/php-memcache-3.0.7-fix-segfault-with-object-serialization.patch
+
   phpize
   ./configure --prefix=/usr
   make

Added: php-memcache-3.0.7-fix-segfault-with-object-serialization.patch
===
--- php-memcache-3.0.7-fix-segfault-with-object-serialization.patch 
(rev 0)
+++ php-memcache-3.0.7-fix-segfault-with-object-serialization.patch 
2013-03-19 15:14:40 UTC (rev 86562)
@@ -0,0 +1,162 @@
+Index: memcache.c
+===
+--- memcache.c (revision 329831)
 memcache.c (working copy)
+@@ -1529,15 +1529,13 @@
+   unsigned int flags, unsigned long cas, void *param TSRMLS_DC) /*
+   receives a multiple values, param is a zval** array to store value and 
flags in {{{ */
+ {
+-  zval *arrval, **result = (zval **)param;
+-  ALLOC_ZVAL(arrval);
+-  *((zval *)arrval) = *value;
++  zval **result = (zval **)param;
+ 
+   /* add value to result */
+   if (Z_TYPE_P(result[0]) != IS_ARRAY) {
+   array_init(result[0]);
+   }
+-  add_assoc_zval_ex(result[0], (char *)key, key_len + 1, arrval);
++  add_assoc_zval_ex(result[0], (char *)key, key_len + 1, value);
+ 
+   /* add flags to result */
+   if (result[1] != NULL) {
+@@ -1565,7 +1563,7 @@
+   receives a single value, param is a zval pointer to store value to {{{ 
*/
+ {
+   zval **result = (zval **)param;
+-  *(result[0]) = *value;
++  ZVAL_ZVAL(result[0], value, 1, 1);
+ 
+   if (result[1] != NULL) {
+   ZVAL_LONG(result[1], flags);
+Index: memcache_ascii_protocol.c
+===
+--- memcache_ascii_protocol.c  (revision 329831)
 memcache_ascii_protocol.c  (working copy)
+@@ -122,7 +122,7 @@
+   line_len = mmc_stream_get_line(request-io, line TSRMLS_CC);
+   if (line_len  0) {
+   long lval;
+-  zval value;
++  zval *value;
+ 
+   int response = mmc_request_check_response(line, line_len);
+   if (response != MMC_RESPONSE_UNKNOWN) {
+@@ -132,10 +132,10 @@
+   if (sscanf(line, %lu, lval)  1) {
+   return mmc_server_failure(mmc, request-io, Malformed 
VALUE header, 0 TSRMLS_CC);
+   }
+-  
+-  INIT_PZVAL(value);
+-  ZVAL_LONG(value, lval);
+-  return request-value_handler(request-key, request-key_len, 
value, 0, 0, request-value_handler_param TSRMLS_CC);
++  
++  MAKE_STD_ZVAL(value);
++  ZVAL_LONG(value, lval);
++  return request-value_handler(request-key, request-key_len, 
value, 0, 0, request-value_handler_param TSRMLS_CC);
+   }
+   
+   return MMC_REQUEST_MORE;
+Index: memcache_binary_protocol.c
+===
+--- memcache_binary_protocol.c (revision 329831)
 memcache_binary_protocol.c (working copy)
+@@ -225,14 +225,14 @@
+   header = (mmc_mutate_response_header_t *)mmc_stream_get(request-io, 
sizeof(*header) TSRMLS_CC);
+   if (header != NULL) {
+   int result;
+-  zval *key, value;
++  zval *key, *value;
+ 
+   /* convert remembered key to 

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

2013-03-19 Thread Evangelos Foutras
Date: Tuesday, March 19, 2013 @ 16:14:56
  Author: foutrelis
Revision: 86563

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

Added:
  php-memcache/repos/community-i686/PKGBUILD
(from rev 86562, php-memcache/trunk/PKGBUILD)
  
php-memcache/repos/community-i686/php-memcache-3.0.7-fix-segfault-with-object-serialization.patch
(from rev 86562, 
php-memcache/trunk/php-memcache-3.0.7-fix-segfault-with-object-serialization.patch)
  php-memcache/repos/community-i686/php-memcache.install
(from rev 86562, php-memcache/trunk/php-memcache.install)
  php-memcache/repos/community-x86_64/PKGBUILD
(from rev 86562, php-memcache/trunk/PKGBUILD)
  
php-memcache/repos/community-x86_64/php-memcache-3.0.7-fix-segfault-with-object-serialization.patch
(from rev 86562, 
php-memcache/trunk/php-memcache-3.0.7-fix-segfault-with-object-serialization.patch)
  php-memcache/repos/community-x86_64/php-memcache.install
(from rev 86562, php-memcache/trunk/php-memcache.install)
Deleted:
  php-memcache/repos/community-i686/PKGBUILD
  php-memcache/repos/community-i686/php-memcache.install
  php-memcache/repos/community-x86_64/PKGBUILD
  php-memcache/repos/community-x86_64/php-memcache.install

--+
 /PKGBUILD  
  |   76 
 /php-memcache.install  
  |   20 +
 community-i686/PKGBUILD
  |   33 --
 community-i686/php-memcache-3.0.7-fix-segfault-with-object-serialization.patch 
  |  162 ++
 community-i686/php-memcache.install
  |   10 
 community-x86_64/PKGBUILD  
  |   33 --
 
community-x86_64/php-memcache-3.0.7-fix-segfault-with-object-serialization.patch
 |  162 ++
 community-x86_64/php-memcache.install  
  |   10 
 8 files changed, 420 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-19 15:14:40 UTC (rev 86562)
+++ community-i686/PKGBUILD 2013-03-19 15:14:56 UTC (rev 86563)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=php-memcache
-pkgver=3.0.7
-pkgrel=1
-pkgdesc=Memcache module for PHP
-arch=('i686' 'x86_64')
-url=http://pecl.php.net/package/memcache;
-license=('PHP')
-depends=('php')
-backup=('etc/php/conf.d/memcache.ini')
-install=php-memcache.install
-source=(http://pecl.php.net/get/memcache-$pkgver.tgz)
-sha256sums=('f34e2ef42dd8f1f7e6a2cfbb9417a9e58e3bfd7f5db7227ca5afab686cefdd1f')
-
-build() {
-  cd $srcdir/memcache-$pkgver
-
-  phpize
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/memcache-$pkgver
-
-  make INSTALL_ROOT=$pkgdir install
-  echo ';extension=memcache.so' memcache.ini
-  install -Dm644 memcache.ini $pkgdir/etc/php/conf.d/memcache.ini
-}
-
-# vim:set ts=2 sw=2 et:

Copied: php-memcache/repos/community-i686/PKGBUILD (from rev 86562, 
php-memcache/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-19 15:14:56 UTC (rev 86563)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=php-memcache
+pkgver=3.0.7
+pkgrel=2
+pkgdesc=Memcache module for PHP
+arch=('i686' 'x86_64')
+url=http://pecl.php.net/package/memcache;
+license=('PHP')
+depends=('php')
+backup=('etc/php/conf.d/memcache.ini')
+install=php-memcache.install
+source=(http://pecl.php.net/get/memcache-$pkgver.tgz
+php-memcache-3.0.7-fix-segfault-with-object-serialization.patch)
+sha256sums=('f34e2ef42dd8f1f7e6a2cfbb9417a9e58e3bfd7f5db7227ca5afab686cefdd1f'
+'100bffed22ad537de1cb03653e2dbb6768617ba3b8b49b1cf05c59554270c25b')
+
+build() {
+  cd $srcdir/memcache-$pkgver
+
+  # https://bugs.php.net/bug.php?id=63142
+  patch -Np0 -i 
$srcdir/php-memcache-3.0.7-fix-segfault-with-object-serialization.patch
+
+  phpize
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/memcache-$pkgver
+
+  make INSTALL_ROOT=$pkgdir install
+  echo ';extension=memcache.so' memcache.ini
+  install -Dm644 memcache.ini $pkgdir/etc/php/conf.d/memcache.ini
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
php-memcache/repos/community-i686/php-memcache-3.0.7-fix-segfault-with-object-serialization.patch
 (from rev 86562, 
php-memcache/trunk/php-memcache-3.0.7-fix-segfault-with-object-serialization.patch)
===
--- 
community-i686/php-memcache-3.0.7-fix-segfault-with-object-serialization.patch  
(rev 0)
+++ 

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

2013-03-19 Thread Jan de Groot
Date: Tuesday, March 19, 2013 @ 16:21:04
  Author: jgc
Revision: 180278

upgpkg: dhcp 4.2.5-1

Update to 4.2.5
Exchange ipv6 patch with 4.2.5 patch from LFS
Patch dhclient-script with patch from LFS, with some modifications, removes 
need for net-tools (FS#31289)
Move dhclient.conf.example to /usr/share/dhclient (FS#34366)
Provide dhcp-client (FS#33119)
Remove openssl dependency, not used

Added:
  dhcp/trunk/dhcp-4.2.5-client_script-1.patch
  dhcp/trunk/dhcp-4.2.5-missing_ipv6-1.patch
Modified:
  dhcp/trunk/PKGBUILD
Deleted:
  dhcp/trunk/dhclient-script-pathFixes.patch
  dhcp/trunk/dhcp-4.1.1-missing-ipv6-not-fatal.patch

-+
 PKGBUILD|   36 -
 dhclient-script-pathFixes.patch |  136 --
 dhcp-4.1.1-missing-ipv6-not-fatal.patch |   39 -
 dhcp-4.2.5-client_script-1.patch|  648 ++
 dhcp-4.2.5-missing_ipv6-1.patch |   48 ++
 5 files changed, 715 insertions(+), 192 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 14:25:54 UTC (rev 180277)
+++ PKGBUILD2013-03-19 15:21:04 UTC (rev 180278)
@@ -5,27 +5,26 @@
 pkgname=('dhcp' 'dhclient')
 
 # separate patch levels with a period to maintain proper versioning.
-pkgver=4.2.4.2
-_pkgver=4.2.4-P2
-
+pkgver=4.2.5
+_pkgver=4.2.5
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom:isc-dhcp')
 url=https://www.isc.org/software/dhcp;
-makedepends=('bash' 'iproute2' 'net-tools')
+makedepends=('bash' 'iproute2')
 
source=(ftp://ftp.isc.org/isc/${pkgbase}/${_pkgver}/${pkgbase}-${_pkgver}.tar.gz{,.asc}
 dhcp4 dhcp6 dhcp dhcpd4.service dhcpd6.service
-dhcp-4.1.1-missing-ipv6-not-fatal.patch
-dhclient-script-pathFixes.patch)
-md5sums=('fe36056f2d274fa4b82a5422f192e65f'
- '1f20126efd33c34d52a4148db780921f'
+dhcp-4.2.5-client_script-1.patch
+dhcp-4.2.5-missing_ipv6-1.patch)
+md5sums=('6489e919ac093d17249270ee9be1020e'
+ '022bc7038b3061cfb31da4736e7ab8a8'
  'c49b1497837ba56c54e401a66e1bab9b'
  '12c2f3ae47ed23eb698eb7f1bfd80f20'
  '8f357e46e1efcbb746f38737a3f977a2'
  '439ee2f145a1e86dd644cb94a854f8e7'
  '588aa85b6fe228c45623185a58d11992'
- 'fd64aeb4f399dcc41ea43089a3811094'
- '541b415a25a169eaf64b681405f79a80')
+ '9e4dcf90beec15bfcb6631809cdcc780'
+ 'da655f02f1cf4d95b4708e84e69edbc8')
 
 build() {
   cd ${srcdir}/${pkgbase}-${_pkgver}
@@ -34,7 +33,9 @@
   sed '/^CFLAGS=$CFLAGS/ s/INGS/INGS -D_GNU_SOURCE/' -i configure
 
   # Make not having ipv6 non-fatal.
-  patch -Np0 -i ${srcdir}/dhcp-4.1.1-missing-ipv6-not-fatal.patch
+  patch -Np1 -i ../dhcp-4.2.5-missing_ipv6-1.patch
+  # Make dhcp client script suck less.
+  patch -Np1 -i ../dhcp-4.2.5-client_script-1.patch
 
   ./configure --prefix=/usr --sysconfdir=/etc \
   --with-srv-lease-file=/var/lib/dhcp/dhcpd.leases \
@@ -43,13 +44,10 @@
   --with-cli6-lease-file=/var/lib/dhclient/dhclient6.leases
 
   make
-
-  patch -i ${srcdir}/dhclient-script-pathFixes.patch client/scripts/linux
 }
 
 package_dhcp(){
   pkgdesc=A DHCP server, client, and relay agent
-  depends=('openssl=0.9.8a')
   backup=('etc/dhcpd.conf' 'etc/conf.d/dhcp')
   install=dhcp.install
   
@@ -64,6 +62,9 @@
   install -D -m644 ${srcdir}/dhcpd4.service 
${pkgdir}/usr/lib/systemd/system/dhcpd4.service
   install -D -m644 ${srcdir}/dhcpd6.service 
${pkgdir}/usr/lib/systemd/system/dhcpd6.service
 
+  # move back to config. This file is in backup array, so pacman will not 
overwrite a changed config.
+  mv ${pkgdir}/etc/dhcpd.conf.example ${pkgdir}/etc/dhcpd.conf
+
   # Remove dhclient
   make -C client DESTDIR=${pkgdir} uninstall
   
@@ -73,13 +74,14 @@
 
 package_dhclient(){
   pkgdesc=A standalone DHCP client from the dhcp package
-  depends=('bash' 'iproute2' 'net-tools')
+  depends=('bash' 'iproute2')
+  provides=('dhcp-client')
 
   cd ${srcdir}/${pkgbase}-${_pkgver}
   make -C client DESTDIR=${pkgdir} install
 
-  # move dhclient.conf to dhclient.conf.example
-  mv ${pkgdir}/etc/dhclient.conf{,.example}
+  install -m755 -d ${pkgdir}/usr/share/dhclient
+  mv ${pkgdir}/etc/dhclient.conf.example ${pkgdir}/usr/share/dhclient/
   
   install -d ${pkgdir}/var/lib/dhclient
 

Deleted: dhclient-script-pathFixes.patch
===
--- dhclient-script-pathFixes.patch 2013-03-19 14:25:54 UTC (rev 180277)
+++ dhclient-script-pathFixes.patch 2013-03-19 15:21:04 UTC (rev 180278)
@@ -1,136 +0,0 @@
 linux  2011-05-18 20:01:54.0 +
-+++ linux_new  2011-12-21 18:45:41.487171012 +
-@@ -23,7 +23,7 @@
- # of the $1 in its args.
- 
- # 'ip' just looks too weird.  /sbin/ip looks less weird.
--ip=/sbin/ip
-+ip=/usr/sbin/ip
- 
- make_resolv_conf() {
-   if [ x$new_domain_name_servers != x ]; then
-@@ -122,9 +122,9 @@
- if [ x$reason = xPREINIT ]; then
-   if [ 

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

2013-03-19 Thread Jan de Groot
Date: Tuesday, March 19, 2013 @ 16:21:22
  Author: jgc
Revision: 180279

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

Added:
  dhcp/repos/testing-i686/
  dhcp/repos/testing-i686/PKGBUILD
(from rev 180278, dhcp/trunk/PKGBUILD)
  dhcp/repos/testing-i686/dhcp
(from rev 180278, dhcp/trunk/dhcp)
  dhcp/repos/testing-i686/dhcp-4.2.5-client_script-1.patch
(from rev 180278, dhcp/trunk/dhcp-4.2.5-client_script-1.patch)
  dhcp/repos/testing-i686/dhcp-4.2.5-missing_ipv6-1.patch
(from rev 180278, dhcp/trunk/dhcp-4.2.5-missing_ipv6-1.patch)
  dhcp/repos/testing-i686/dhcp.conf.d
(from rev 180278, dhcp/trunk/dhcp.conf.d)
  dhcp/repos/testing-i686/dhcp.install
(from rev 180278, dhcp/trunk/dhcp.install)
  dhcp/repos/testing-i686/dhcp4
(from rev 180278, dhcp/trunk/dhcp4)
  dhcp/repos/testing-i686/dhcp6
(from rev 180278, dhcp/trunk/dhcp6)
  dhcp/repos/testing-i686/dhcpd
(from rev 180278, dhcp/trunk/dhcpd)
  dhcp/repos/testing-i686/dhcpd4.service
(from rev 180278, dhcp/trunk/dhcpd4.service)
  dhcp/repos/testing-i686/dhcpd6.service
(from rev 180278, dhcp/trunk/dhcpd6.service)
  dhcp/repos/testing-x86_64/
  dhcp/repos/testing-x86_64/PKGBUILD
(from rev 180278, dhcp/trunk/PKGBUILD)
  dhcp/repos/testing-x86_64/dhcp
(from rev 180278, dhcp/trunk/dhcp)
  dhcp/repos/testing-x86_64/dhcp-4.2.5-client_script-1.patch
(from rev 180278, dhcp/trunk/dhcp-4.2.5-client_script-1.patch)
  dhcp/repos/testing-x86_64/dhcp-4.2.5-missing_ipv6-1.patch
(from rev 180278, dhcp/trunk/dhcp-4.2.5-missing_ipv6-1.patch)
  dhcp/repos/testing-x86_64/dhcp.conf.d
(from rev 180278, dhcp/trunk/dhcp.conf.d)
  dhcp/repos/testing-x86_64/dhcp.install
(from rev 180278, dhcp/trunk/dhcp.install)
  dhcp/repos/testing-x86_64/dhcp4
(from rev 180278, dhcp/trunk/dhcp4)
  dhcp/repos/testing-x86_64/dhcp6
(from rev 180278, dhcp/trunk/dhcp6)
  dhcp/repos/testing-x86_64/dhcpd
(from rev 180278, dhcp/trunk/dhcpd)
  dhcp/repos/testing-x86_64/dhcpd4.service
(from rev 180278, dhcp/trunk/dhcpd4.service)
  dhcp/repos/testing-x86_64/dhcpd6.service
(from rev 180278, dhcp/trunk/dhcpd6.service)

-+
 testing-i686/PKGBUILD   |   93 +++
 testing-i686/dhcp   |   10 
 testing-i686/dhcp-4.2.5-client_script-1.patch   |  648 ++
 testing-i686/dhcp-4.2.5-missing_ipv6-1.patch|   48 +
 testing-i686/dhcp.conf.d|6 
 testing-i686/dhcp.install   |   14 
 testing-i686/dhcp4  |   57 +
 testing-i686/dhcp6  |   57 +
 testing-i686/dhcpd  |   40 +
 testing-i686/dhcpd4.service |   12 
 testing-i686/dhcpd6.service |   12 
 testing-x86_64/PKGBUILD |   93 +++
 testing-x86_64/dhcp |   10 
 testing-x86_64/dhcp-4.2.5-client_script-1.patch |  648 ++
 testing-x86_64/dhcp-4.2.5-missing_ipv6-1.patch  |   48 +
 testing-x86_64/dhcp.conf.d  |6 
 testing-x86_64/dhcp.install |   14 
 testing-x86_64/dhcp4|   57 +
 testing-x86_64/dhcp6|   57 +
 testing-x86_64/dhcpd|   40 +
 testing-x86_64/dhcpd4.service   |   12 
 testing-x86_64/dhcpd6.service   |   12 
 22 files changed, 1994 insertions(+)

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


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

2013-03-19 Thread Jan de Groot
Date: Tuesday, March 19, 2013 @ 16:26:36
  Author: jgc
Revision: 180280

Replace dhclient dependency with dhcp-client (FS#33120)

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 15:21:22 UTC (rev 180279)
+++ PKGBUILD2013-03-19 15:26:36 UTC (rev 180280)
@@ -14,7 +14,7 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.gnome.org/projects/$_pkgname/;
-depends=(dbus-glib iproute2 libnl nss polkit udev wpa_supplicant dhclient
+depends=(dbus-glib iproute2 libnl nss polkit udev wpa_supplicant dhcp-client
  libsoup systemd)
 makedepends=(intltool dhcpcd iptables gobject-introspection gtk-doc)
 optdepends=('modemmanager: for modem management service'



[arch-commits] Commit in cups/trunk (7 files)

2013-03-19 Thread Andreas Radke
Date: Tuesday, March 19, 2013 @ 16:31:25
  Author: andyrtr
Revision: 180281

upgpkg: cups 1.6.2-1

upstream update 1.6.2

Modified:
  cups/trunk/PKGBUILD
  cups/trunk/cups-no-export-ssllibs.patch
  cups/trunk/cups-no-gcrypt.patch
Deleted:
  cups/trunk/avahi-missing-in-conditionals.patch
  cups/trunk/cupsd-conf-remove-obsolete-browse-directives.patch
  cups/trunk/recognize-remote-cups-queue-via-dnssd-uri.patch
  cups/trunk/usb-backend-reset-after-job-only-for-specific-devices.patch

-+
 PKGBUILD|   36 ---
 avahi-missing-in-conditionals.patch |  118 --
 cups-no-export-ssllibs.patch|8 
 cups-no-gcrypt.patch|8 
 cupsd-conf-remove-obsolete-browse-directives.patch  |   12 -
 recognize-remote-cups-queue-via-dnssd-uri.patch |   25 --
 usb-backend-reset-after-job-only-for-specific-devices.patch |   74 --
 7 files changed, 19 insertions(+), 262 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 15:26:36 UTC (rev 180280)
+++ PKGBUILD2013-03-19 15:31:25 UTC (rev 180281)
@@ -3,8 +3,8 @@
 
 pkgbase=cups
 pkgname=('libcups' 'cups')
-pkgver=1.6.1
-pkgrel=6
+pkgver=1.6.2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.cups.org/;
@@ -15,23 +15,15 @@
 cups-no-gcrypt.patch
 cups-no-gzip-man.patch
 cups-systemd-socket.patch
-cups.logrotate cups.pam
-cupsd-conf-remove-obsolete-browse-directives.patch
-avahi-missing-in-conditionals.patch
-recognize-remote-cups-queue-via-dnssd-uri.patch
-usb-backend-reset-after-job-only-for-specific-devices.patch)
+cups.logrotate cups.pam)
 #options=('!emptydirs')
-md5sums=('87ade07e3d1efd03c9c3add949cf9c00'
- '9b8467a1e51d360096b70e2c3c081e6c'
- '3733c23e77eb503bd94cc368e02830dc'
+md5sums=('13c8b2b2336d42001abe4899766b62dc'
+ '3ba9e3410df1dc3015463d615ef91b3b'
+ 'cc4101beccb5ed6deb1c92707a575925'
  '90c30380d4c8cd48a908cfdadae1ea24'
  'b4868b83f7f2d6ec24a1be76509379f0'
  'f861b18f4446c43918c8643dcbbd7f6d'
- '96f82c38f3f540b53f3e5144900acf17'
- '6bef262b5081051e88cd2ae94fed1867'
- '9c91b1319f4b20dc323986cb4abbe806'
- 'dcef8dd5614461166cada8a706eebb49'
- '0779ef8ba1d724ebb3b9bf360deba52b')
+ '96f82c38f3f540b53f3e5144900acf17')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -40,23 +32,14 @@
   # modified now to the changes done by Gentoo in their svn ebuild
   # 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-print/cups/files/cups-1.5.0-systemd-socket.patch?revision=1.1
   patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
-  
+
   # Do not export SSL libs in cups-config
   patch -Np1 -i ${srcdir}/cups-no-export-ssllibs.patch
 
   patch -Np1 -i ${srcdir}/cups-no-gcrypt.patch
+
   # don't zip man pages in make install, let makepkg do that / Fedora
   patch -Np1 -i ${srcdir}/cups-no-gzip-man.patch
-
-  # upstream bugtracker patches
-  # http://www.cups.org/str.php?L4157 - fix broken default server config
-  patch -Np1 -i ${srcdir}/cupsd-conf-remove-obsolete-browse-directives.patch
-  # http://www.cups.org/str.php?L4156 - In many DNS-SD/Bonjour conditionals 
Avahi is not considered
-  patch -Np1 -i ${srcdir}/avahi-missing-in-conditionals.patch
-  # http://www.cups.org/str.php?L4158 - DNS-SD-based print queues pointing to 
CUPS server are not considered remote printers with driver on server
-  patch -Np1 -i ${srcdir}/recognize-remote-cups-queue-via-dnssd-uri.patch
-  # http://cups.org/str.php?L4155 / https://bugs.archlinux.org/task/30965
-  patch -Np0 -i 
${srcdir}/usb-backend-reset-after-job-only-for-specific-devices.patch
   
   # Rebuild configure script for not zipping man-pages.
   aclocal -I config-scripts
@@ -117,6 +100,7 @@
 etc/cups/snmp.conf
 etc/cups/printers.conf
 etc/cups/classes.conf
+etc/cups/cups-files.conf
 etc/cups/subscriptions.conf
 etc/dbus-1/system.d/cups.conf
 etc/logrotate.d/cups

Deleted: avahi-missing-in-conditionals.patch
===
--- avahi-missing-in-conditionals.patch 2013-03-19 15:26:36 UTC (rev 180280)
+++ avahi-missing-in-conditionals.patch 2013-03-19 15:31:25 UTC (rev 180281)
@@ -1,118 +0,0 @@
-diff -uraN cups/scheduler/client.c cups-new/scheduler/client.c
 cups/scheduler/client.c2012-05-25 15:28:49.0 +0200
-+++ cups-new/scheduler/client.c2012-08-04 20:13:17.082220961 +0200
-@@ -4021,7 +4021,7 @@
-   !strncmp(host, [::1]:, 6));
-   }
- 
--#ifdef HAVE_DNSSD
-+#if defined(HAVE_DNSSD) || defined(HAVE_AVAHI)
-  /*
-   * Check if the hostname is something.local (Bonjour); if so, allow it.
-   

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

2013-03-19 Thread Andreas Radke
Date: Tuesday, March 19, 2013 @ 16:32:07
  Author: andyrtr
Revision: 180282

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

Added:
  cups/repos/extra-i686/PKGBUILD
(from rev 180281, cups/trunk/PKGBUILD)
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
(from rev 180281, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-i686/cups-no-gcrypt.patch
(from rev 180281, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-i686/cups-no-gzip-man.patch
(from rev 180281, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-i686/cups-systemd-socket.patch
(from rev 180281, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-i686/cups.install
(from rev 180281, cups/trunk/cups.install)
  cups/repos/extra-i686/cups.logrotate
(from rev 180281, cups/trunk/cups.logrotate)
  cups/repos/extra-i686/cups.pam
(from rev 180281, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/PKGBUILD
(from rev 180281, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 180281, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
(from rev 180281, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 180281, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 180281, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 180281, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 180281, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 180281, cups/trunk/cups.pam)
Deleted:
  cups/repos/extra-i686/PKGBUILD
  cups/repos/extra-i686/avahi-missing-in-conditionals.patch
  cups/repos/extra-i686/cups
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
  cups/repos/extra-i686/cups-no-gcrypt.patch
  cups/repos/extra-i686/cups-no-gzip-man.patch
  cups/repos/extra-i686/cups-systemd-socket.patch
  cups/repos/extra-i686/cups.install
  cups/repos/extra-i686/cups.logrotate
  cups/repos/extra-i686/cups.pam
  cups/repos/extra-i686/cupsd-conf-remove-obsolete-browse-directives.patch
  cups/repos/extra-i686/recognize-remote-cups-queue-via-dnssd-uri.patch
  
cups/repos/extra-i686/usb-backend-reset-after-job-only-for-specific-devices.patch
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/avahi-missing-in-conditionals.patch
  cups/repos/extra-x86_64/cups
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cupsd-conf-remove-obsolete-browse-directives.patch
  cups/repos/extra-x86_64/recognize-remote-cups-queue-via-dnssd-uri.patch
  
cups/repos/extra-x86_64/usb-backend-reset-after-job-only-for-specific-devices.patch

--+
 /PKGBUILD|  
312 +++
 /cups-no-export-ssllibs.patch|   
24 
 /cups-no-gcrypt.patch|   
80 +
 /cups-no-gzip-man.patch  |   
36 
 /cups-systemd-socket.patch   |  
790 ++
 /cups.install|   
76 
 /cups.logrotate  |   
16 
 /cups.pam|
6 
 extra-i686/PKGBUILD  |  
174 --
 extra-i686/avahi-missing-in-conditionals.patch   |  
118 -
 extra-i686/cups  |   
68 
 extra-i686/cups-no-export-ssllibs.patch  |   
12 
 extra-i686/cups-no-gcrypt.patch  |   
38 
 extra-i686/cups-no-gzip-man.patch|   
18 
 extra-i686/cups-systemd-socket.patch |  
395 -
 extra-i686/cups.install  |   
38 
 extra-i686/cups.logrotate|
8 
 extra-i686/cups.pam  |
3 
 extra-i686/cupsd-conf-remove-obsolete-browse-directives.patch|   
12 
 extra-i686/recognize-remote-cups-queue-via-dnssd-uri.patch   |   
25 
 extra-i686/usb-backend-reset-after-job-only-for-specific-devices.patch   |   
74 
 extra-x86_64/PKGBUILD|  
174 --
 extra-x86_64/avahi-missing-in-conditionals.patch   

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

2013-03-19 Thread Andreas Radke
Date: Tuesday, March 19, 2013 @ 16:40:08
  Author: andyrtr
Revision: 180283

upgpkg: sqlite 3.7.16-1

upstream update 3.7.16

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 15:32:07 UTC (rev 180282)
+++ PKGBUILD2013-03-19 15:40:08 UTC (rev 180283)
@@ -4,10 +4,10 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3071502
+_amalgamationver=3071600
 #_docver=${_amalgamationver}
-_docver=3071502
-pkgver=3.7.15.2
+_docver=3071600
+pkgver=3.7.16
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -15,12 +15,12 @@
 url=http://www.sqlite.org/;
 makedepends=('tcl' 'readline')
 source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   http://www.sqlite.org/sqlite-doc-${_docver}.zip
+   http://www.sqlite.org/2013/sqlite-autoconf-$_amalgamationver.tar.gz
+   http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
license.txt)
 options=('!libtool' '!emptydirs')
-md5sums=('bcb0ab0b5b30116b2531cfeef3c861b4'
- '159594c17290291fbbb47ee190b180f9'
+md5sums=('919aedd0c84e1d8fb07129251dbe05bf'
+ 'fbf875524bd3af1cf0b0580d13cc665e'
  'c1cdbc5544034d9012e421e75a5e4890')
 
 build() {



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

2013-03-19 Thread Andreas Radke
Date: Tuesday, March 19, 2013 @ 16:40:26
  Author: andyrtr
Revision: 180284

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

Added:
  sqlite/repos/extra-i686/PKGBUILD
(from rev 180283, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-i686/license.txt
(from rev 180283, sqlite/trunk/license.txt)
  sqlite/repos/extra-x86_64/PKGBUILD
(from rev 180283, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-x86_64/license.txt
(from rev 180283, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/extra-i686/PKGBUILD
  sqlite/repos/extra-i686/license.txt
  sqlite/repos/extra-x86_64/PKGBUILD
  sqlite/repos/extra-x86_64/license.txt

--+
 /PKGBUILD|  182 +
 /license.txt |   66 
 extra-i686/PKGBUILD  |   91 --
 extra-i686/license.txt   |   33 
 extra-x86_64/PKGBUILD|   91 --
 extra-x86_64/license.txt |   33 
 6 files changed, 248 insertions(+), 248 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-19 15:40:08 UTC (rev 180283)
+++ extra-i686/PKGBUILD 2013-03-19 15:40:26 UTC (rev 180284)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=sqlite
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3071502
-#_docver=${_amalgamationver}
-_docver=3071502
-pkgver=3.7.15.2
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.sqlite.org/;
-makedepends=('tcl' 'readline')
-source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   http://www.sqlite.org/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-md5sums=('bcb0ab0b5b30116b2531cfeef3c861b4'
- '159594c17290291fbbb47ee190b180f9'
- 'c1cdbc5544034d9012e421e75a5e4890')
-
-build() {
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  # build sqlite
-  cd $srcdir/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd $srcdir/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite() {
- 
- pkgdesc=A C library that implements an SQL database engine
- depends=('readline')
- provides=(sqlite3=$pkgver)
- replaces=(sqlite3)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite-tcl() {
- 
- pkgdesc=sqlite Tcl Extension Architecture (TEA)
- depends=('sqlite')
- provides=(sqlite3-tcl=$pkgver)
- replaces=(sqlite3-tcl)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite-doc() {
-
- pkgdesc=most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation
- #arch=('any') - not yet supported
- provides=(sqlite3-doc=$pkgver)
- replaces=(sqlite3-doc)
- 
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite/repos/extra-i686/PKGBUILD (from rev 180283, 
sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-19 15:40:26 UTC (rev 180284)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=sqlite
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+_amalgamationver=3071600
+#_docver=${_amalgamationver}
+_docver=3071600
+pkgver=3.7.16
+pkgrel=1
+pkgdesc=A C library that implements an SQL database engine

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

2013-03-19 Thread Andreas Radke
Date: Tuesday, March 19, 2013 @ 17:18:26
  Author: andyrtr
Revision: 180285

upgpkg: libgcrypt 1.5.1-1

upstream update 1.5.1

Modified:
  libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 15:40:26 UTC (rev 180284)
+++ PKGBUILD2013-03-19 16:18:26 UTC (rev 180285)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=libgcrypt
-pkgver=1.5.0
-pkgrel=3
+pkgver=1.5.1
+pkgrel=1
 pkgdesc=a general purpose crypto library based on the code used
 arch=(i686 x86_64)
 url=http://www.gnupg.org;
@@ -14,7 +14,7 @@
 source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2

#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2
 )
-sha1sums=('3e776d44375dc1a710560b98ae8437d5da6e32cf')
+sha1sums=(8b60a26b7eae1a727d58932d6b1efeb5716648ed'')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-19 Thread Andreas Radke
Date: Tuesday, March 19, 2013 @ 17:18:44
  Author: andyrtr
Revision: 180286

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

Added:
  libgcrypt/repos/testing-i686/
  libgcrypt/repos/testing-i686/PKGBUILD
(from rev 180285, libgcrypt/trunk/PKGBUILD)
  libgcrypt/repos/testing-i686/libgcrypt.install
(from rev 180285, libgcrypt/trunk/libgcrypt.install)
  libgcrypt/repos/testing-x86_64/
  libgcrypt/repos/testing-x86_64/PKGBUILD
(from rev 180285, libgcrypt/trunk/PKGBUILD)
  libgcrypt/repos/testing-x86_64/libgcrypt.install
(from rev 180285, libgcrypt/trunk/libgcrypt.install)

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

Copied: libgcrypt/repos/testing-i686/PKGBUILD (from rev 180285, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-19 16:18:44 UTC (rev 180286)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libgcrypt
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=a general purpose crypto library based on the code used
+arch=(i686 x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('libgpg-error=1.10-2')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2
+)
+sha1sums=(8b60a26b7eae1a727d58932d6b1efeb5716648ed'')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support #$EXTRAFLAGS
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgcrypt/repos/testing-i686/libgcrypt.install (from rev 180285, 
libgcrypt/trunk/libgcrypt.install)
===
--- testing-i686/libgcrypt.install  (rev 0)
+++ testing-i686/libgcrypt.install  2013-03-19 16:18:44 UTC (rev 180286)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(gcrypt.info.gz gcrypt.info-1.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Copied: libgcrypt/repos/testing-x86_64/PKGBUILD (from rev 180285, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-19 16:18:44 UTC (rev 180286)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libgcrypt
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=a general purpose crypto library based on the code used
+arch=(i686 x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('libgpg-error=1.10-2')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2
+)
+sha1sums=(8b60a26b7eae1a727d58932d6b1efeb5716648ed'')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support #$EXTRAFLAGS
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgcrypt/repos/testing-x86_64/libgcrypt.install (from rev 180285, 
libgcrypt/trunk/libgcrypt.install)
===
--- testing-x86_64/libgcrypt.install(rev 0)
+++ testing-x86_64/libgcrypt.install2013-03-19 16:18:44 UTC (rev 180286)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(gcrypt.info.gz gcrypt.info-1.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}



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

2013-03-19 Thread Federico Cinelli
Date: Tuesday, March 19, 2013 @ 18:37:50
  Author: cinelli
Revision: 86564

Adjusted conflicts.

Modified:
  screenfetch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 15:14:56 UTC (rev 86563)
+++ PKGBUILD2013-03-19 17:37:50 UTC (rev 86564)
@@ -3,12 +3,11 @@
 
 pkgname=screenfetch
 pkgver=2.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc=a CLI Bash script to show system/theme info in screenshots
 arch=('any')
 url=http://git.silverirc.com/cgit.cgi/screenfetch.git/;
 license=('GPL')
-conflicts=('screenfetch-git')
 depends=('bash')
 optdepends=('scrot: Screenshot support'
'xorg-xdpyinfo: Display information for X')



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

2013-03-19 Thread Federico Cinelli
Date: Tuesday, March 19, 2013 @ 18:39:36
  Author: cinelli
Revision: 86565

archrelease: copy trunk to community-any

Added:
  screenfetch/repos/community-any/PKGBUILD
(from rev 86564, screenfetch/trunk/PKGBUILD)
Deleted:
  screenfetch/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-19 17:37:50 UTC (rev 86564)
+++ PKGBUILD2013-03-19 17:39:36 UTC (rev 86565)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=screenfetch
-pkgver=2.7.7
-pkgrel=1
-pkgdesc=a CLI Bash script to show system/theme info in screenshots
-arch=('any')
-url=http://git.silverirc.com/cgit.cgi/screenfetch.git/;
-license=('GPL')
-conflicts=('screenfetch-git')
-depends=('bash')
-optdepends=('scrot: Screenshot support'
-   'xorg-xdpyinfo: Display information for X')
-source=(http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2;)
-md5sums=('df5d25ab8abf42044412f6cfc37cf676')
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   install -d $pkgdir/usr/bin
-   install -Dm755 screenfetch-dev $pkgdir/usr/bin/screenfetch
-}

Copied: screenfetch/repos/community-any/PKGBUILD (from rev 86564, 
screenfetch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-19 17:39:36 UTC (rev 86565)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=screenfetch
+pkgver=2.7.7
+pkgrel=2
+pkgdesc=a CLI Bash script to show system/theme info in screenshots
+arch=('any')
+url=http://git.silverirc.com/cgit.cgi/screenfetch.git/;
+license=('GPL')
+depends=('bash')
+optdepends=('scrot: Screenshot support'
+   'xorg-xdpyinfo: Display information for X')
+source=(http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2;)
+md5sums=('df5d25ab8abf42044412f6cfc37cf676')
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   install -d $pkgdir/usr/bin
+   install -Dm755 screenfetch-dev $pkgdir/usr/bin/screenfetch
+}



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

2013-03-19 Thread Bartłomiej Piotrowski
Date: Tuesday, March 19, 2013 @ 18:52:05
  Author: bpiotrowski
Revision: 86566

upgpkg: udevil 0.4.1-1

upstream release

Modified:
  udevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 17:39:36 UTC (rev 86565)
+++ PKGBUILD2013-03-19 17:52:05 UTC (rev 86566)
@@ -3,7 +3,7 @@
 # Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
 
 pkgname=udevil
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Mount and unmount without password'
@@ -24,7 +24,7 @@
 backup=('etc/udevil/udevil.conf')
 install=$pkgname.install
 
source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('baaab9b65ccbab55849ce4dec22ba412fd45655b14d163030c2245bc62fc7265')
+sha256sums=('fa4a3d85361d17bb69dd7dabdcfeecd2b0f5fff95698113975d8fbd504af6c2e')
 
 build() {
 cd $srcdir/$pkgname-$pkgver



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

2013-03-19 Thread Bartłomiej Piotrowski
Date: Tuesday, March 19, 2013 @ 18:52:24
  Author: bpiotrowski
Revision: 86567

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

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

-+
 /PKGBUILD   |   78 ++
 /udevil.install |8 +++
 community-i686/PKGBUILD |   39 ---
 community-i686/udevil.install   |4 -
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/udevil.install |4 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-19 17:52:05 UTC (rev 86566)
+++ community-i686/PKGBUILD 2013-03-19 17:52:24 UTC (rev 86567)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
-
-pkgname=udevil
-pkgver=0.4.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Mount and unmount without password'
-url='http://ignorantguru.github.com/udevil/'
-license=('GPL3')
-makedepends=('intltool' 'gettext')
-depends=('udev' 'glib2')
-optdepends=('davfs2: mount WebDAV shares'
-'nfs-utils:  mount nfs shares'
-'sshfs:  mount sftp shares'
-'curlftpfs:  mount ftp shares'
-'cifs-utils: mount samba shares'
-'eject:  eject via devmon'
-'zenity: devmon popups'
-'udisks: devmon mount without suid udevil'
-'udisks2:devmon mount without suid udevil')
-provides=('devmon')
-backup=('etc/udevil/udevil.conf')
-install=$pkgname.install
-source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('baaab9b65ccbab55849ce4dec22ba412fd45655b14d163030c2245bc62fc7265')
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}
-

Copied: udevil/repos/community-i686/PKGBUILD (from rev 86566, 
udevil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-19 17:52:24 UTC (rev 86567)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
+
+pkgname=udevil
+pkgver=0.4.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Mount and unmount without password'
+url='http://ignorantguru.github.com/udevil/'
+license=('GPL3')
+makedepends=('intltool' 'gettext')
+depends=('udev' 'glib2')
+optdepends=('davfs2: mount WebDAV shares'
+'nfs-utils:  mount nfs shares'
+'sshfs:  mount sftp shares'
+'curlftpfs:  mount ftp shares'
+'cifs-utils: mount samba shares'
+'eject:  eject via devmon'
+'zenity: devmon popups'
+'udisks: devmon mount without suid udevil'
+'udisks2:devmon mount without suid udevil')
+provides=('devmon')
+backup=('etc/udevil/udevil.conf')
+install=$pkgname.install
+source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('fa4a3d85361d17bb69dd7dabdcfeecd2b0f5fff95698113975d8fbd504af6c2e')
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}
+

Deleted: community-i686/udevil.install
===
--- community-i686/udevil.install   2013-03-19 17:52:05 UTC (rev 86566)
+++ community-i686/udevil.install   2013-03-19 17:52:24 UTC (rev 86567)
@@ -1,4 +0,0 @@
-post_install() {
-echo ' REMEMBER to enable kernel polling when using devmon without 
udisks:'
-echo ' http://ignorantguru.github.com/udevil/#polling'
-}

Copied: udevil/repos/community-i686/udevil.install (from rev 86566, 
udevil/trunk/udevil.install)
===
--- community-i686/udevil.install   (rev 0)
+++ community-i686/udevil.install   2013-03-19 17:52:24 UTC (rev 86567)
@@ -0,0 +1,4 @@
+post_install() {
+

[arch-commits] Commit in php/trunk (PKGBUILD php-fpm.install php.ini.patch)

2013-03-19 Thread Pierre Schmitz
Date: Tuesday, March 19, 2013 @ 19:48:08
  Author: pierre
Revision: 180287

* systemd 189 compatibility
* add /usr/share/webapps/ to open_basedir

Modified:
  php/trunk/PKGBUILD
  php/trunk/php-fpm.install
  php/trunk/php.ini.patch

-+
 PKGBUILD|6 +++---
 php-fpm.install |2 +-
 php.ini.patch   |2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 16:18:44 UTC (rev 180286)
+++ PKGBUILD2013-03-19 18:48:08 UTC (rev 180287)
@@ -22,7 +22,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=5.4.13
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -34,7 +34,7 @@
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
 md5sums=('cacd308e978b7cf9ba4993196612ccf7'
- '0b0bc7a917fc592bdf11dcd3c5c255e9'
+ '44c1bb1df346b3b9d3e092c7df9a37d0'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
  '5c1f4c967b66ce3eaf819b46951dcbf5'
  'e036c721e5ad927cd1613c7475a58b3a'
@@ -235,7 +235,7 @@
 
 package_php-fpm() {
pkgdesc='FastCGI Process Manager for PHP'
-   depends=('php')
+   depends=('php' 'systemd')
backup=('etc/php/php-fpm.conf')
install='php-fpm.install'
 

Modified: php-fpm.install
===
--- php-fpm.install 2013-03-19 16:18:44 UTC (rev 180286)
+++ php-fpm.install 2013-03-19 18:48:08 UTC (rev 180287)
@@ -1,6 +1,6 @@
 post_install() {
if [[ ! -d run/php-fpm ]]; then
-   usr/bin/systemd-tmpfiles --create 
usr/lib/tmpfiles.d/php-fpm.conf
+   usr/bin/systemd-tmpfiles --create php-fpm.conf
fi
 }
 

Modified: php.ini.patch
===
--- php.ini.patch   2013-03-19 16:18:44 UTC (rev 180286)
+++ php.ini.patch   2013-03-19 18:48:08 UTC (rev 180287)
@@ -5,7 +5,7 @@
  ; *NOT* affected by whether Safe Mode is turned On or Off.
  ; http://php.net/open-basedir
 -;open_basedir =
-+open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/
++open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/
  
  ; This directive allows you to disable certain functions for security reasons.
  ; It receives a comma-delimited list of function names. This directive is



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

2013-03-19 Thread Pierre Schmitz
Date: Tuesday, March 19, 2013 @ 19:53:00
  Author: pierre
Revision: 180288

systemd 189 compatibility

Modified:
  lighttpd/trunk/PKGBUILD
  lighttpd/trunk/lighttpd.install

--+
 PKGBUILD |4 ++--
 lighttpd.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 18:48:08 UTC (rev 180287)
+++ PKGBUILD2013-03-19 18:53:00 UTC (rev 180288)
@@ -3,12 +3,12 @@
 
 pkgname=lighttpd
 pkgver=1.4.32
-pkgrel=3
+pkgrel=4
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
 url=http://www.lighttpd.net/;
-depends=('pcre' 'bzip2' 'libldap' 'util-linux')
+depends=('pcre' 'bzip2' 'libldap' 'util-linux' 'systemd')
 makedepends=('fcgi' 'libmariadbclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
 optdepends=('libxml2: mod_webdav'
 'lua51: mod_cml/mod_magnet'

Modified: lighttpd.install
===
--- lighttpd.install2013-03-19 18:48:08 UTC (rev 180287)
+++ lighttpd.install2013-03-19 18:53:00 UTC (rev 180288)
@@ -1,6 +1,6 @@
 post_install() {
if [[ ! -d run/lighttpd ]]; then
-   usr/bin/systemd-tmpfiles --create 
usr/lib/tmpfiles.d/lighttpd.conf
+   usr/bin/systemd-tmpfiles --create lighttpd.conf
fi
 }
 



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

2013-03-19 Thread Pierre Schmitz
Date: Tuesday, March 19, 2013 @ 19:58:26
  Author: pierre
Revision: 180289

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

Added:
  lighttpd/repos/testing-i686/PKGBUILD
(from rev 180288, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/testing-i686/lighttpd.conf
(from rev 180288, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/testing-i686/lighttpd.install
(from rev 180288, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/testing-i686/lighttpd.logrotate.d
(from rev 180288, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/testing-i686/lighttpd.service
(from rev 180288, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/testing-i686/lighttpd.tmpfiles
(from rev 180288, lighttpd/trunk/lighttpd.tmpfiles)
  lighttpd/repos/testing-x86_64/PKGBUILD
(from rev 180288, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/testing-x86_64/lighttpd.conf
(from rev 180288, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/testing-x86_64/lighttpd.install
(from rev 180288, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/testing-x86_64/lighttpd.logrotate.d
(from rev 180288, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/testing-x86_64/lighttpd.service
(from rev 180288, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/testing-x86_64/lighttpd.tmpfiles
(from rev 180288, lighttpd/trunk/lighttpd.tmpfiles)
Deleted:
  lighttpd/repos/testing-i686/PKGBUILD
  lighttpd/repos/testing-i686/lighttpd.conf
  lighttpd/repos/testing-i686/lighttpd.install
  lighttpd/repos/testing-i686/lighttpd.logrotate.d
  lighttpd/repos/testing-i686/lighttpd.service
  lighttpd/repos/testing-i686/lighttpd.tmpfiles
  lighttpd/repos/testing-x86_64/PKGBUILD
  lighttpd/repos/testing-x86_64/lighttpd.conf
  lighttpd/repos/testing-x86_64/lighttpd.install
  lighttpd/repos/testing-x86_64/lighttpd.logrotate.d
  lighttpd/repos/testing-x86_64/lighttpd.service
  lighttpd/repos/testing-x86_64/lighttpd.tmpfiles

-+
 /PKGBUILD   |  140 ++
 /lighttpd.conf  |   24 +
 /lighttpd.install   |   18 
 /lighttpd.logrotate.d   |   18 
 /lighttpd.service   |   24 +
 /lighttpd.tmpfiles  |4 
 testing-i686/PKGBUILD   |   70 -
 testing-i686/lighttpd.conf  |   12 --
 testing-i686/lighttpd.install   |9 --
 testing-i686/lighttpd.logrotate.d   |9 --
 testing-i686/lighttpd.service   |   12 --
 testing-i686/lighttpd.tmpfiles  |2 
 testing-x86_64/PKGBUILD |   70 -
 testing-x86_64/lighttpd.conf|   12 --
 testing-x86_64/lighttpd.install |9 --
 testing-x86_64/lighttpd.logrotate.d |9 --
 testing-x86_64/lighttpd.service |   12 --
 testing-x86_64/lighttpd.tmpfiles|2 
 18 files changed, 228 insertions(+), 228 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-03-19 18:53:00 UTC (rev 180288)
+++ testing-i686/PKGBUILD   2013-03-19 18:58:26 UTC (rev 180289)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=lighttpd
-pkgver=1.4.32
-pkgrel=3
-pkgdesc='A secure, fast, compliant and very flexible web-server'
-license=('custom')
-arch=('i686' 'x86_64')
-url=http://www.lighttpd.net/;
-depends=('pcre' 'bzip2' 'libldap' 'util-linux')
-makedepends=('fcgi' 'libmariadbclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
-optdepends=('libxml2: mod_webdav'
-'lua51: mod_cml/mod_magnet'
-'libmariadbclient: mod_mysql_vhost'
-'sqlite: mod_webdav')
-backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
-options=('!libtool' 'emptydirs')
-install='lighttpd.install'
-source=(http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz;
-
http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc;
-'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('1368f80069ce71f5928cad59c8e60c0b95876942ca9e02c53853e54ae24aedc1'
-'5456a90967df6774386010baa3fa67dba1c80c3b7058c70c80931d8dea5093e7'
-'41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
-'ee56422fe48f2683ccb5ca2e3dc6bad79ea8e1cbd043b21d2ea73b87018e35aa'
-'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
-'708cefe97541edba73f572ed3836bd056462b1467e45e1912c9d960139929696')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure --prefix=/usr \
-   --libdir=/usr/lib/lighttpd/ \
-   --sysconfdir=/etc/lighttpd \
-   --with-mysql \
-   --with-ldap \
-   --with-attr \
-   --with-openssl \
-   --with-kerberos5 \
-   --without-fam \
-

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

2013-03-19 Thread Pierre Schmitz
Date: Tuesday, March 19, 2013 @ 20:00:59
  Author: pierre
Revision: 180290

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

Added:
  php/repos/extra-i686/PKGBUILD
(from rev 180289, php/trunk/PKGBUILD)
  php/repos/extra-i686/apache.conf
(from rev 180289, php/trunk/apache.conf)
  php/repos/extra-i686/logrotate.d.php-fpm
(from rev 180289, php/trunk/logrotate.d.php-fpm)
  php/repos/extra-i686/php-fpm.conf.in.patch
(from rev 180289, php/trunk/php-fpm.conf.in.patch)
  php/repos/extra-i686/php-fpm.install
(from rev 180289, php/trunk/php-fpm.install)
  php/repos/extra-i686/php-fpm.service
(from rev 180289, php/trunk/php-fpm.service)
  php/repos/extra-i686/php-fpm.tmpfiles
(from rev 180289, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-i686/php.ini.patch
(from rev 180289, php/trunk/php.ini.patch)
  php/repos/extra-x86_64/PKGBUILD
(from rev 180289, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 180289, php/trunk/apache.conf)
  php/repos/extra-x86_64/logrotate.d.php-fpm
(from rev 180289, php/trunk/logrotate.d.php-fpm)
  php/repos/extra-x86_64/php-fpm.conf.in.patch
(from rev 180289, php/trunk/php-fpm.conf.in.patch)
  php/repos/extra-x86_64/php-fpm.install
(from rev 180289, php/trunk/php-fpm.install)
  php/repos/extra-x86_64/php-fpm.service
(from rev 180289, php/trunk/php-fpm.service)
  php/repos/extra-x86_64/php-fpm.tmpfiles
(from rev 180289, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-x86_64/php.ini.patch
(from rev 180289, php/trunk/php.ini.patch)
Deleted:
  php/repos/extra-i686/PKGBUILD
  php/repos/extra-i686/apache.conf
  php/repos/extra-i686/logrotate.d.php-fpm
  php/repos/extra-i686/php-fpm.conf.in.patch
  php/repos/extra-i686/php-fpm.install
  php/repos/extra-i686/php-fpm.service
  php/repos/extra-i686/php-fpm.tmpfiles
  php/repos/extra-i686/php.ini.patch
  php/repos/extra-x86_64/PKGBUILD
  php/repos/extra-x86_64/apache.conf
  php/repos/extra-x86_64/logrotate.d.php-fpm
  php/repos/extra-x86_64/php-fpm.conf.in.patch
  php/repos/extra-x86_64/php-fpm.install
  php/repos/extra-x86_64/php-fpm.service
  php/repos/extra-x86_64/php-fpm.tmpfiles
  php/repos/extra-x86_64/php.ini.patch

+
 /PKGBUILD  |  696 +++
 /apache.conf   |   26 +
 /logrotate.d.php-fpm   |   16 
 /php-fpm.conf.in.patch |  104 +
 /php-fpm.install   |   18 
 /php-fpm.service   |   26 +
 /php-fpm.tmpfiles  |2 
 /php.ini.patch |  244 
 extra-i686/PKGBUILD|  348 -
 extra-i686/apache.conf |   13 
 extra-i686/logrotate.d.php-fpm |8 
 extra-i686/php-fpm.conf.in.patch   |   52 --
 extra-i686/php-fpm.install |9 
 extra-i686/php-fpm.service |   13 
 extra-i686/php-fpm.tmpfiles|1 
 extra-i686/php.ini.patch   |  122 --
 extra-x86_64/PKGBUILD  |  348 -
 extra-x86_64/apache.conf   |   13 
 extra-x86_64/logrotate.d.php-fpm   |8 
 extra-x86_64/php-fpm.conf.in.patch |   52 --
 extra-x86_64/php-fpm.install   |9 
 extra-x86_64/php-fpm.service   |   13 
 extra-x86_64/php-fpm.tmpfiles  |1 
 extra-x86_64/php.ini.patch |  122 --
 24 files changed, 1132 insertions(+), 1132 deletions(-)

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


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

2013-03-19 Thread Pierre Schmitz
Date: Tuesday, March 19, 2013 @ 20:05:07
  Author: pierre
Revision: 180291

upgpkg: fetchmail 6.3.25-1

Modified:
  fetchmail/trunk/PKGBUILD
  fetchmail/trunk/fetchmail.install

---+
 PKGBUILD  |6 +++---
 fetchmail.install |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 19:00:59 UTC (rev 180290)
+++ PKGBUILD2013-03-19 19:05:07 UTC (rev 180291)
@@ -1,7 +1,7 @@
 # $Id$
 
 pkgname=fetchmail
-pkgver=6.3.24
+pkgver=6.3.25
 pkgrel=1
 pkgdesc=A remote-mail retrieval utility
 arch=('i686' 'x86_64')
@@ -17,8 +17,8 @@
 source=(http://download.berlios.de/$pkgname/${pkgname}-${pkgver}.tar.xz;
 http://download.berlios.de/$pkgname/${pkgname}-${pkgver}.tar.xz.asc;
 'fetchmail.tmpfiles' 'fetchmail.service')
-sha1sums=('8cb2aa3a85dd307ccd1899ddbb4463e011048535'
-  'dff091c04ab64c25f7b6af758f93a75b969117e0'
+sha1sums=('a246a6a3caf90e1106448c9dde4463e87d816031'
+  '9a7f76c9fd9f85fc4b421e34fa8c15d2838d61fc'
   '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6'
   '69caf3fd4d4446db3bf53144e4fa8edbdbbfcd10')
 

Modified: fetchmail.install
===
--- fetchmail.install   2013-03-19 19:00:59 UTC (rev 180290)
+++ fetchmail.install   2013-03-19 19:05:07 UTC (rev 180291)
@@ -5,7 +5,7 @@
   getent passwd fetchmail /dev/null || usr/sbin/useradd -u 90 -g nobody \
   -d '/var/lib/fetchmail' -c 'Fetchmail daemon' -s /bin/false fetchmail
   if [[ ! -d run/fetchmail ]]; then
-usr/bin/systemd-tmpfiles --create usr/lib/tmpfiles.d/fetchmail.conf
+usr/bin/systemd-tmpfiles --create fetchmail.conf
   fi
 }
 
@@ -17,7 +17,7 @@
 usermod -d '/var/lib/fetchmail' -s /bin/false fetchmail
   fi
   if [[ ! -d run/fetchmail ]]; then
-usr/bin/systemd-tmpfiles --create usr/lib/tmpfiles.d/fetchmail.conf
+usr/bin/systemd-tmpfiles --create fetchmail.conf
   fi
 }
 



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

2013-03-19 Thread Pierre Schmitz
Date: Tuesday, March 19, 2013 @ 20:05:19
  Author: pierre
Revision: 180292

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

Added:
  fetchmail/repos/testing-i686/
  fetchmail/repos/testing-i686/PKGBUILD
(from rev 180291, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/testing-i686/fetchmail.install
(from rev 180291, fetchmail/trunk/fetchmail.install)
  fetchmail/repos/testing-i686/fetchmail.service
(from rev 180291, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/testing-i686/fetchmail.tmpfiles
(from rev 180291, fetchmail/trunk/fetchmail.tmpfiles)
  fetchmail/repos/testing-x86_64/
  fetchmail/repos/testing-x86_64/PKGBUILD
(from rev 180291, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/testing-x86_64/fetchmail.install
(from rev 180291, fetchmail/trunk/fetchmail.install)
  fetchmail/repos/testing-x86_64/fetchmail.service
(from rev 180291, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/testing-x86_64/fetchmail.tmpfiles
(from rev 180291, fetchmail/trunk/fetchmail.tmpfiles)

---+
 testing-i686/PKGBUILD |   38 
 testing-i686/fetchmail.install|   26 
 testing-i686/fetchmail.service|   11 ++
 testing-i686/fetchmail.tmpfiles   |1 
 testing-x86_64/PKGBUILD   |   38 
 testing-x86_64/fetchmail.install  |   26 
 testing-x86_64/fetchmail.service  |   11 ++
 testing-x86_64/fetchmail.tmpfiles |1 
 8 files changed, 152 insertions(+)

Copied: fetchmail/repos/testing-i686/PKGBUILD (from rev 180291, 
fetchmail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-19 19:05:19 UTC (rev 180292)
@@ -0,0 +1,38 @@
+# $Id$
+
+pkgname=fetchmail
+pkgver=6.3.25
+pkgrel=1
+pkgdesc=A remote-mail retrieval utility
+arch=('i686' 'x86_64')
+url=http://fetchmail.berlios.de/;
+license=('GPL')
+depends=('openssl')
+makedepends=('python2')
+optdepends=('tk: for using fetchmailconf'
+'python2: for using fetchmailconf')
+backup=('etc/conf.d/fetchmail')
+options=('!makeflags')
+install='fetchmail.install'
+source=(http://download.berlios.de/$pkgname/${pkgname}-${pkgver}.tar.xz;
+http://download.berlios.de/$pkgname/${pkgname}-${pkgver}.tar.xz.asc;
+'fetchmail.tmpfiles' 'fetchmail.service')
+sha1sums=('a246a6a3caf90e1106448c9dde4463e87d816031'
+  '9a7f76c9fd9f85fc4b421e34fa8c15d2838d61fc'
+  '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6'
+  '69caf3fd4d4446db3bf53144e4fa8edbdbbfcd10')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fetchmailconf.py
+  PYTHON=python2 ./configure --prefix=/usr --with-ssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -d -o 90 -g nobody ${pkgdir}/var/lib/fetchmail
+  install -D -m644 ${srcdir}/fetchmail.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/fetchmail.conf
+  install -D -m644 ${srcdir}/fetchmail.service 
${pkgdir}/usr/lib/systemd/system/fetchmail.service
+}

Copied: fetchmail/repos/testing-i686/fetchmail.install (from rev 180291, 
fetchmail/trunk/fetchmail.install)
===
--- testing-i686/fetchmail.install  (rev 0)
+++ testing-i686/fetchmail.install  2013-03-19 19:05:19 UTC (rev 180292)
@@ -0,0 +1,26 @@
+post_install() {
+  # /etc/fetchmail must be owned by fetchmail for daemon to work.
+  echo If you run fetchmail as a daemon and not a cron job
+  echo then 'chown fetchmail /etc/fetchmailrc'
+  getent passwd fetchmail /dev/null || usr/sbin/useradd -u 90 -g nobody \
+  -d '/var/lib/fetchmail' -c 'Fetchmail daemon' -s /bin/false fetchmail
+  if [[ ! -d run/fetchmail ]]; then
+usr/bin/systemd-tmpfiles --create fetchmail.conf
+  fi
+}
+
+post_upgrade() {
+  getent passwd fetchmail /dev/null || usr/sbin/useradd -u 90 -g nobody \
+  -d '/var/lib/fetchmail' -c 'Fetchmail daemon' -s /bin/false fetchmail
+
+  if [ $(vercmp $2 6.3.19-3) -lt 0 ] ; then
+usermod -d '/var/lib/fetchmail' -s /bin/false fetchmail
+  fi
+  if [[ ! -d run/fetchmail ]]; then
+usr/bin/systemd-tmpfiles --create fetchmail.conf
+  fi
+}
+
+pre_remove() {
+  usr/sbin/userdel fetchmail /dev/null
+}

Copied: fetchmail/repos/testing-i686/fetchmail.service (from rev 180291, 
fetchmail/trunk/fetchmail.service)
===
--- testing-i686/fetchmail.service  (rev 0)
+++ testing-i686/fetchmail.service  2013-03-19 19:05:19 UTC (rev 180292)
@@ -0,0 +1,11 @@
+[Unit]
+Description=A remote-mail retrieval utility
+After=network.target
+
+[Service]
+User=fetchmail
+ExecStart=/usr/bin/fetchmail -d 900 -f /etc/fetchmailrc

[arch-commits] Commit in virtualbox/trunk (18-system-xorg.patch PKGBUILD)

2013-03-19 Thread Ionuț Mircea Bîru
Date: Tuesday, March 19, 2013 @ 20:26:14
  Author: ioni
Revision: 86568

use debian patch to compile the driver using system xorg

Added:
  virtualbox/trunk/18-system-xorg.patch
Modified:
  virtualbox/trunk/PKGBUILD

--+
 18-system-xorg.patch |  245 +
 PKGBUILD |   14 +-
 2 files changed, 253 insertions(+), 6 deletions(-)

Added: 18-system-xorg.patch
===
--- 18-system-xorg.patch(rev 0)
+++ 18-system-xorg.patch2013-03-19 19:26:14 UTC (rev 86568)
@@ -0,0 +1,245 @@
+diff -Nur 
VirtualBox-4.2.10.orig/src/VBox/Additions/common/crOpenGL/Makefile.kmk 
VirtualBox-4.2.10/src/VBox/Additions/common/crOpenGL/Makefile.kmk
+--- VirtualBox-4.2.10.orig/src/VBox/Additions/common/crOpenGL/Makefile.kmk 
2013-03-19 18:55:28.774951223 +
 VirtualBox-4.2.10/src/VBox/Additions/common/crOpenGL/Makefile.kmk  
2013-03-19 18:58:06.337193736 +
+@@ -63,18 +63,12 @@
+ VBoxOGL_INCS   = .
+ if1of ($(KBUILD_TARGET), linux solaris freebsd)
+  VBoxOGL_INCS += \
+-  $(VBOX_PATH_X11_ROOT)/libXdamage-1.1 \
+-  $(VBOX_PATH_X11_ROOT)/libXcomposite-0.4.0 \
+-  $(VBOX_PATH_X11_ROOT)/libXext-1.3.1 \
+-  $(VBOX_PATH_X11_ROOT)/libXfixes-4.0.3 \
+-  $(VBOX_PATH_X11_ROOT)/damageproto-1.1.0 \
+-  $(VBOX_PATH_X11_ROOT)/compositeproto-0.4 \
+-  $(VBOX_PATH_X11_ROOT)/fixesproto-4.0 \
+-  $(VBOX_PATH_X11_ROOT)/libx11-1.1.5-other \
+-  $(VBOX_PATH_X11_ROOT)/xextproto-7.1.1 \
+-  $(VBOX_PATH_X11_ROOT)/xproto-7.0.18 \
++  /usr/include/x11 \
++  /usr/include/xorg \
++  /usr/include/pixman-1 \
+   $(VBOX_MESA_INCS) \
+-  $(PATH_ROOT)/src/VBox/Additions/x11/x11include/libdrm-2.4.13
++  /usr/include/drm \
++  /usr/include/libdrm
+  VBoxOGL_DEFS += VBOX_NO_NATIVEGL
+ endif
+ 
+diff -Nur 
VirtualBox-4.2.10.orig/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk 
VirtualBox-4.2.10/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
+--- VirtualBox-4.2.10.orig/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk 
2013-03-19 18:55:28.778284533 +
 VirtualBox-4.2.10/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk  
2013-03-19 18:56:00.468064457 +
+@@ -40,8 +40,8 @@
+   VBoxGuestR3LibShared
+ ifndef VBOX_ONLY_TESTSUITE
+  if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd)
+-  LIBRARIES += \
+-  VBoxGuestR3LibXFree86
++#  LIBRARIES += \
++# VBoxGuestR3LibXFree86
+  endif
+ endif
+ LIBRARIES.win.amd64 += VBoxGuestR3Lib-x86 VBoxGuestR3LibShared-x86
+diff -Nur VirtualBox-4.2.10.orig/src/VBox/Additions/x11/Makefile.kmk 
VirtualBox-4.2.10/src/VBox/Additions/x11/Makefile.kmk
+--- VirtualBox-4.2.10.orig/src/VBox/Additions/x11/Makefile.kmk 2013-03-19 
18:55:28.974949837 +
 VirtualBox-4.2.10/src/VBox/Additions/x11/Makefile.kmk  2013-03-19 
18:56:00.468064457 +
+@@ -17,6 +17,10 @@
+ SUB_DEPTH = ../../../..
+ include $(KBUILD_PATH)/subheader.kmk
+ 
++ifn1of ($(XSERVER_VERSION), 13 14 15 16 17 18 19 110 111)
++ XSERVER_VERSION := 17
++endif
++
+ # Include sub-makefiles.
+ if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
+  include $(PATH_SUB_CURRENT)/VBoxClient/Makefile.kmk
+diff -Nur VirtualBox-4.2.10.orig/src/VBox/Additions/x11/vboxmouse/Makefile.kmk 
VirtualBox-4.2.10/src/VBox/Additions/x11/vboxmouse/Makefile.kmk
+--- VirtualBox-4.2.10.orig/src/VBox/Additions/x11/vboxmouse/Makefile.kmk   
2013-03-19 18:55:28.818284256 +
 VirtualBox-4.2.10/src/VBox/Additions/x11/vboxmouse/Makefile.kmk
2013-03-19 18:56:00.468064457 +
+@@ -29,7 +29,6 @@
+ # vboxmouse_drv
+ #
+ if1of ($(KBUILD_TARGET), linux)
+- SYSMODS += vboxmouse_drv
+  vboxmouse_drv_TEMPLATE = VBOXGUESTR3XF86MOD
+  vboxmouse_drv_DEFS.linux = linux
+  vboxmouse_drv_DEFS.x86 += __i386__
+@@ -69,7 +68,6 @@
+ #
+ # vboxmouse_drv_70
+ #
+-DLLS += vboxmouse_drv_70
+ vboxmouse_drv_70_TEMPLATE = VBOXGUESTR3XORGMOD
+ vboxmouse_drv_70_DEFS = \
+   XFree86Server IN_MODULE XFree86Module XFree86LOADER XINPUT XORG_7X 
IN_XF86_MODULE DONT_DEFINE_WRAPPERS NO_ANSIC
+@@ -85,7 +83,6 @@
+ #
+ # vboxmouse_drv_71
+ #
+-DLLS += vboxmouse_drv_71
+ vboxmouse_drv_71_TEMPLATE = VBOXGUESTR3XORGMOD
+ vboxmouse_drv_71_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC
+ vboxmouse_drv_71_INCS := \
+@@ -100,7 +97,6 @@
+ #
+ # vboxmouse_drv_13
+ #
+-DLLS += vboxmouse_drv_13
+ vboxmouse_drv_13_TEMPLATE = VBOXGUESTR3XORGMOD
+ vboxmouse_drv_13_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC
+ vboxmouse_drv_13_INCS := \
+@@ -114,7 +110,6 @@
+ #
+ # vboxmouse_drv_14
+ #
+-DLLS += vboxmouse_drv_14
+ vboxmouse_drv_14_TEMPLATE = VBOXGUESTR3XORGMOD
+ vboxmouse_drv_14_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC
+ vboxmouse_drv_14_INCS := \
+@@ -128,7 +123,6 @@
+ #
+ # vboxmouse_drv_15
+ #
+-DLLS += vboxmouse_drv_15
+ vboxmouse_drv_15_TEMPLATE = VBOXGUESTR3XORGMOD
+ vboxmouse_drv_15_DEFS := $(vboxmouse_drv_70_DEFS) 

[arch-commits] Commit in virtualbox/repos (58 files)

2013-03-19 Thread Ionuț Mircea Bîru
Date: Tuesday, March 19, 2013 @ 20:27:58
  Author: ioni
Revision: 86569

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

Added:
  virtualbox/repos/community-i686/001-vboxdrv-reference.patch
(from rev 86568, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-i686/002-change_default_driver_dir.patch
(from rev 86568, virtualbox/trunk/002-change_default_driver_dir.patch)
  virtualbox/repos/community-i686/003-linux-3.8.patch
(from rev 86568, virtualbox/trunk/003-linux-3.8.patch)
  virtualbox/repos/community-i686/10-vboxdrv.rules
(from rev 86568, virtualbox/trunk/10-vboxdrv.rules)
  virtualbox/repos/community-i686/18-system-xorg.patch
(from rev 86568, virtualbox/trunk/18-system-xorg.patch)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 86568, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 86568, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 86568, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 86568, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 86568, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 86568, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 86568, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
(from rev 86568, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 86568, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 86568, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-x86_64/001-vboxdrv-reference.patch
(from rev 86568, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-x86_64/002-change_default_driver_dir.patch
(from rev 86568, virtualbox/trunk/002-change_default_driver_dir.patch)
  virtualbox/repos/community-x86_64/003-linux-3.8.patch
(from rev 86568, virtualbox/trunk/003-linux-3.8.patch)
  virtualbox/repos/community-x86_64/10-vboxdrv.rules
(from rev 86568, virtualbox/trunk/10-vboxdrv.rules)
  virtualbox/repos/community-x86_64/18-system-xorg.patch
(from rev 86568, virtualbox/trunk/18-system-xorg.patch)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 86568, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 86568, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 86568, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 86568, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 86568, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 86568, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 86568, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.install
(from rev 86568, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
(from rev 86568, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox.install
(from rev 86568, virtualbox/trunk/virtualbox.install)
Deleted:
  virtualbox/repos/community-i686/001-vboxdrv-reference.patch
  virtualbox/repos/community-i686/002-change_default_driver_dir.patch
  virtualbox/repos/community-i686/003-linux-3.8.patch
  virtualbox/repos/community-i686/10-vboxdrv.rules
  virtualbox/repos/community-i686/60-vboxguest.rules
  virtualbox/repos/community-i686/LocalConfig.kmk
  virtualbox/repos/community-i686/PKGBUILD
  virtualbox/repos/community-i686/vboxservice.service
  virtualbox/repos/community-i686/vboxweb.service
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
  virtualbox/repos/community-i686/virtualbox.install
  virtualbox/repos/community-x86_64/001-vboxdrv-reference.patch
  virtualbox/repos/community-x86_64/002-change_default_driver_dir.patch
  virtualbox/repos/community-x86_64/003-linux-3.8.patch
  virtualbox/repos/community-x86_64/10-vboxdrv.rules
  virtualbox/repos/community-x86_64/60-vboxguest.rules
  virtualbox/repos/community-x86_64/LocalConfig.kmk
  virtualbox/repos/community-x86_64/PKGBUILD
  virtualbox/repos/community-x86_64/vboxservice.service
  

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

2013-03-19 Thread Florian Pritz
Date: Tuesday, March 19, 2013 @ 20:34:19
  Author: bluewind
Revision: 180293

upgpkg: netctl 0.7-1

upstream update

Modified:
  netctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 19:05:19 UTC (rev 180292)
+++ PKGBUILD2013-03-19 19:34:19 UTC (rev 180293)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netctl
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc=Profile based systemd network management
 url=http://projects.archlinux.org/netctl.git/;
@@ -16,12 +16,13 @@
 'wpa_actiond: for automatic wireless connections through 
netctl-auto'
 'ifenslave: for bond connections'
 'bridge-utils: for bridge connections'
+'ppp: for pppoe connections'
)
 conflicts=(netcfg)
 
source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
 arch=(any)
-md5sums=('d19b6a30b388c3c713fac75326229068'
- '227a0da97d5c5fe15d1ce4c628e1adb9')
+md5sums=('eb419e300aab1e686347b8a4b497ce65'
+ '7c2776c847faf1ac9370aa26331d47d9')
 
 package() {
   cd $srcdir/netctl-${pkgver}



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

2013-03-19 Thread Florian Pritz
Date: Tuesday, March 19, 2013 @ 20:34:26
  Author: bluewind
Revision: 180294

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/PKGBUILD
(from rev 180293, netctl/trunk/PKGBUILD)
Deleted:
  netctl/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-19 19:34:19 UTC (rev 180293)
+++ PKGBUILD2013-03-19 19:34:26 UTC (rev 180294)
@@ -1,34 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netctl
-pkgver=0.6
-pkgrel=1
-pkgdesc=Profile based systemd network management
-url=http://projects.archlinux.org/netctl.git/;
-license=(GPL)
-depends=(coreutils iproute2 openresolv)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based wifi assistant'
-'dhclient: for DHCP support (or dhcpcd)'
-'dhcpcd: for DHCP support (or dhclient)'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through netctl-ifplugd'
-'wpa_actiond: for automatic wireless connections through 
netctl-auto'
-'ifenslave: for bond connections'
-'bridge-utils: for bridge connections'
-   )
-conflicts=(netcfg)
-source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
-arch=(any)
-md5sums=('d19b6a30b388c3c713fac75326229068'
- '227a0da97d5c5fe15d1ce4c628e1adb9')
-
-package() {
-  cd $srcdir/netctl-${pkgver}
-  make DESTDIR=$pkgdir install
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
-}
-

Copied: netctl/repos/testing-any/PKGBUILD (from rev 180293, 
netctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-19 19:34:26 UTC (rev 180294)
@@ -0,0 +1,35 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=0.7
+pkgrel=1
+pkgdesc=Profile based systemd network management
+url=http://projects.archlinux.org/netctl.git/;
+license=(GPL)
+depends=(coreutils iproute2 openresolv)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+'ppp: for pppoe connections'
+   )
+conflicts=(netcfg)
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=(any)
+md5sums=('eb419e300aab1e686347b8a4b497ce65'
+ '7c2776c847faf1ac9370aa26331d47d9')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+



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

2013-03-19 Thread Ray Rashif
Date: Tuesday, March 19, 2013 @ 21:01:11
  Author: schiv
Revision: 180295

upgpkg: sord 0.12.0-1

upstream release

Modified:
  sord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 19:34:26 UTC (rev 180294)
+++ PKGBUILD2013-03-19 20:01:11 UTC (rev 180295)
@@ -3,32 +3,32 @@
 # Contributor: speps speps at aur dot archlinux dot org
 
 pkgname=sord
-pkgver=0.10.4
+pkgver=0.12.0
 pkgrel=1
-pkgdesc=A lightweight C library for storing RDF data in memory.
-arch=(i686 x86_64)
-url=http://drobilla.net/software/$pkgname/;
+pkgdesc=A lightweight C library for storing RDF data in memory
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/sord/;
 license=('custom:ISC')
-depends=('serd=0.18.0' 'pcre')
+depends=('serd' 'pcre')
 makedepends=('python2')
 source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
-md5sums=('9353e5b5e26c926c1a8c0e43fa577f31')
+md5sums=('0c045bd0a7a2d70974ed7287bb61f891')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # remove ldconfig
+  # remove ldconfig --speps
   sed -i /ldconfig/d wscript
 
-  python2 ./waf configure --prefix=/usr \
-  --mandir=/usr/share/man
-  python2 ./waf
+  python2 waf configure --prefix=/usr
+  python2 waf build $MAKEFLAGS
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir python2 ./waf install
 
+  python2 waf install --destdir=$pkgdir
+
   # license
   install -Dm644 COPYING \
 $pkgdir/usr/share/licenses/$pkgname/LICENSE



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

2013-03-19 Thread Ray Rashif
Date: Tuesday, March 19, 2013 @ 21:01:32
  Author: schiv
Revision: 180296

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-19 20:01:11 UTC (rev 180295)
+++ extra-i686/PKGBUILD 2013-03-19 20:01:32 UTC (rev 180296)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: speps speps at aur dot archlinux dot org
-
-pkgname=sord
-pkgver=0.10.4
-pkgrel=1
-pkgdesc=A lightweight C library for storing RDF data in memory.
-arch=(i686 x86_64)
-url=http://drobilla.net/software/$pkgname/;
-license=('custom:ISC')
-depends=('serd=0.18.0' 'pcre')
-makedepends=('python2')
-source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
-md5sums=('9353e5b5e26c926c1a8c0e43fa577f31')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # remove ldconfig
-  sed -i /ldconfig/d wscript
-
-  python2 ./waf configure --prefix=/usr \
-  --mandir=/usr/share/man
-  python2 ./waf
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir python2 ./waf install
-
-  # license
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sord/repos/extra-i686/PKGBUILD (from rev 180295, sord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-19 20:01:32 UTC (rev 180296)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: speps speps at aur dot archlinux dot org
+
+pkgname=sord
+pkgver=0.12.0
+pkgrel=1
+pkgdesc=A lightweight C library for storing RDF data in memory
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/sord/;
+license=('custom:ISC')
+depends=('serd' 'pcre')
+makedepends=('python2')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
+md5sums=('0c045bd0a7a2d70974ed7287bb61f891')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # remove ldconfig --speps
+  sed -i /ldconfig/d wscript
+
+  python2 waf configure --prefix=/usr
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 waf install --destdir=$pkgdir
+
+  # license
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-19 20:01:11 UTC (rev 180295)
+++ extra-x86_64/PKGBUILD   2013-03-19 20:01:32 UTC (rev 180296)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: speps speps at aur dot archlinux dot org
-
-pkgname=sord
-pkgver=0.10.4
-pkgrel=1
-pkgdesc=A lightweight C library for storing RDF data in memory.
-arch=(i686 x86_64)
-url=http://drobilla.net/software/$pkgname/;
-license=('custom:ISC')
-depends=('serd=0.18.0' 'pcre')
-makedepends=('python2')
-source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
-md5sums=('9353e5b5e26c926c1a8c0e43fa577f31')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # remove ldconfig
-  sed -i /ldconfig/d wscript
-
-  python2 ./waf configure --prefix=/usr \
-  --mandir=/usr/share/man
-  python2 ./waf
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir python2 ./waf install
-
-  # license
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sord/repos/extra-x86_64/PKGBUILD (from rev 180295, sord/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-19 20:01:32 UTC (rev 180296)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: speps speps at aur dot archlinux dot org
+
+pkgname=sord
+pkgver=0.12.0
+pkgrel=1
+pkgdesc=A lightweight C library for storing RDF data in memory
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/sord/;
+license=('custom:ISC')
+depends=('serd' 'pcre')
+makedepends=('python2')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)

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

2013-03-19 Thread Andreas Radke
Date: Tuesday, March 19, 2013 @ 21:02:36
  Author: andyrtr
Revision: 180297

upgpkg: libreoffice 4.0.1-3

poppler rebuild, fix FS#34332

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 20:01:32 UTC (rev 180296)
+++ PKGBUILD2013-03-19 20:02:36 UTC (rev 180297)
@@ -21,7 +21,7 @@
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
 _LOver=4.0.1.2
 pkgver=4.0.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -33,7 +33,7 @@
  # the runtime dependencies
  curl=7.20.0 hunspell=1.2.8 python=3.3 'libwpd=0.9.2' 
'libwps' 'libxaw' neon=0.28.6
  'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' icu=50.1-2 
- 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite' 'lcms2' 'poppler=0.20.5' 
+ 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite' 'lcms2' 'poppler=0.22.2' 
  'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils'
 'ttf-dejavu') # to satisfy regression tests
 
@@ -275,7 +275,7 @@
  pkgdesc=common files for LibreOffice - a productivity suite that is 
compatible with other major office suites
  install=libreoffice-common.install
  depends=('libreoffice-langpack' hunspell=1.2.8 python=3.3 neon=0.28.6
-  'nss' 'libsm' 'redland' 'hyphen' 'graphite' icu=50.1 'clucene' 
'lcms2' poppler=0.20.5
+  'nss' 'libsm' 'redland' 'hyphen' 'graphite' icu=50.1 'clucene' 
'lcms2' poppler=0.22.2
   'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'xdg-utils') # 'orbit2')
  optdepends=('libreoffice-langpack: additional language support'
  'java-runtime: adds java support'
@@ -344,7 +344,6 @@
  install=libreoffice-base.install
  depends=('libreoffice-common')
  optdepends=('libreoffice-postgresql-connector')
- backup=()
  groups=('libreoffice')
  replaces=('libreoffice')
 
@@ -389,9 +388,9 @@
 package_libreoffice-calc() {
  pkgdesc=Spreadsheet application for LibreOffice.
  install=libreoffice-calc.install
- depends=('libreoffice-common' 'lpsolve' )
- optdepends=()
- backup=()
+ #depends=('libreoffice-common' 'lpsolve' )
+ depends=('libreoffice-writer' 'lpsolve' ) # some hidden uno linking to parts 
of the writer pkg - https://bugs.archlinux.org/task/34332
+ depends=('libreoffice-writer' 'lpsolve' ) # some hidden uno linking to parts 
of the writer pkg - https://bugs.archlinux.org/task/34332
  groups=('libreoffice')
  replaces=('libreoffice')
  
@@ -413,8 +412,6 @@
  pkgdesc=Drawing Application for LibreOffice.
  install=libreoffice-draw.install
  depends=('libreoffice-common')
- optdepends=()
- backup=()
  groups=('libreoffice')
  replaces=('libreoffice')
  
@@ -435,7 +432,6 @@
 package_libreoffice-gnome() {
  pkgdesc=Plug-in for LibreOffice that enables integration into the Gnome and 
other gtk desktop environment.
  depends=('libreoffice-common' 'gtk2' 'gconf') # gconf pulls in gtk3
- backup=()
  groups=('libreoffice')
  
  # create directories from *list.txt file
@@ -457,7 +453,6 @@
  install=libreoffice-impress.install
  depends=('libreoffice-common')
  optdepends=('glu: for the OGLTrans extension')
- backup=()
  groups=('libreoffice')
  replaces=('libreoffice')
  
@@ -499,8 +494,6 @@
 package_libreoffice-math() {
  pkgdesc=Equation Editor Application for LibreOffice.
  depends=('libreoffice-common')
- optdepends=()
- backup=()
  groups=('libreoffice')
  replaces=('libreoffice')
  
@@ -521,8 +514,6 @@
 package_libreoffice-sdk() {
  pkgdesc=Software Development Kit for LibreOffice.
  depends=('libreoffice-common' 'gcc-libs' 'sh' 'make' 'zip' 'gcc' 
'java-environment')
- optdepends=()
- backup=()
  groups=('libreoffice')
  
  # create directories from *list.txt file
@@ -545,8 +536,6 @@
 package_libreoffice-sdk-doc() {
  pkgdesc=Software Development Kit documentation for LibreOffice
  depends=('libreoffice-common' 'libreoffice-sdk')
- optdepends=()
- backup=()
  groups=('libreoffice')
  
  # create directories from *list.txt file
@@ -571,7 +560,6 @@
  install=libreoffice-writer.install
  depends=('libreoffice-common' 'libwpd=0.9.2' 'libwps' 'libxml2')
  optdepends=('libwpg:   library for importing and converting Corel 
WordPerfect(tm) Graphics images')
- backup=()
  groups=('libreoffice')
  replaces=('libreoffice')
 



[arch-commits] Commit in libreoffice/repos (22 files)

2013-03-19 Thread Andreas Radke
Date: Tuesday, March 19, 2013 @ 21:03:27
  Author: andyrtr
Revision: 180298

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

Added:
  libreoffice/repos/staging-i686/
  libreoffice/repos/staging-i686/PKGBUILD
(from rev 180297, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-i686/libreoffice-base.install
(from rev 180297, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/staging-i686/libreoffice-calc.install
(from rev 180297, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/staging-i686/libreoffice-common.csh
(from rev 180297, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-i686/libreoffice-common.install
(from rev 180297, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/staging-i686/libreoffice-common.sh
(from rev 180297, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-i686/libreoffice-draw.install
(from rev 180297, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/staging-i686/libreoffice-impress.install
(from rev 180297, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/staging-i686/libreoffice-writer.install
(from rev 180297, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 180297, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/staging-x86_64/
  libreoffice/repos/staging-x86_64/PKGBUILD
(from rev 180297, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-x86_64/libreoffice-base.install
(from rev 180297, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/staging-x86_64/libreoffice-calc.install
(from rev 180297, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/staging-x86_64/libreoffice-common.csh
(from rev 180297, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-x86_64/libreoffice-common.install
(from rev 180297, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/staging-x86_64/libreoffice-common.sh
(from rev 180297, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-x86_64/libreoffice-draw.install
(from rev 180297, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/staging-x86_64/libreoffice-impress.install
(from rev 180297, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/staging-x86_64/libreoffice-writer.install
(from rev 180297, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 180297, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 staging-i686/PKGBUILD   |  642 
++
 staging-i686/libreoffice-base.install   |   11 
 staging-i686/libreoffice-calc.install   |   11 
 staging-i686/libreoffice-common.csh |8 
 staging-i686/libreoffice-common.install |   47 
 staging-i686/libreoffice-common.sh  |8 
 staging-i686/libreoffice-draw.install   |   11 
 staging-i686/libreoffice-impress.install|   11 
 staging-i686/libreoffice-writer.install |   11 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 staging-x86_64/PKGBUILD |  642 
++
 staging-x86_64/libreoffice-base.install |   11 
 staging-x86_64/libreoffice-calc.install |   11 
 staging-x86_64/libreoffice-common.csh   |8 
 staging-x86_64/libreoffice-common.install   |   47 
 staging-x86_64/libreoffice-common.sh|8 
 staging-x86_64/libreoffice-draw.install |   11 
 staging-x86_64/libreoffice-impress.install  |   11 
 staging-x86_64/libreoffice-writer.install   |   11 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 20 files changed, 1608 insertions(+)

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


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

2013-03-19 Thread Ray Rashif
Date: Tuesday, March 19, 2013 @ 21:30:18
  Author: schiv
Revision: 180299

upgpkg: sratom 0.4.2-1

upstream release

Modified:
  sratom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 20:03:27 UTC (rev 180298)
+++ PKGBUILD2013-03-19 20:30:18 UTC (rev 180299)
@@ -3,32 +3,35 @@
 # Contributor: speps speps at aur dot archlinux dot org
 
 pkgname=sratom
-pkgver=0.4.0
+pkgver=0.4.2
 pkgrel=1
 pkgdesc=An LV2 Atom RDF serialisation library
-arch=(i686 x86_64)
-url=http://drobilla.net/software/$pkgname/;
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/sratom/;
 license=('custom:ISC')
-depends=('lv2' 'sord')
+depends=('lv2' 'sord=0.12.0')
 makedepends=('python2')
 source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
-md5sums=('7279faa5879949de6593945c7f924595')
+md5sums=('5bb7e4bc4198e19f388ac51239007f25')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # remove ldconfig
+  # remove ldconfig --speps
   sed -i '/ldconfig/d' wscript
 
   python2 waf configure --prefix=/usr
-  python2 waf
+  python2 waf build $MAKEFLAGS
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir/ python2 waf install
 
+  python2 waf install --destdir=$pkgdir
+
   # license
   install -Dm644 COPYING \
 $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-03-19 Thread Ray Rashif
Date: Tuesday, March 19, 2013 @ 21:30:36
  Author: schiv
Revision: 180300

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-19 20:30:18 UTC (rev 180299)
+++ extra-i686/PKGBUILD 2013-03-19 20:30:36 UTC (rev 180300)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: speps speps at aur dot archlinux dot org
-
-pkgname=sratom
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=An LV2 Atom RDF serialisation library
-arch=(i686 x86_64)
-url=http://drobilla.net/software/$pkgname/;
-license=('custom:ISC')
-depends=('lv2' 'sord')
-makedepends=('python2')
-source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
-md5sums=('7279faa5879949de6593945c7f924595')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # remove ldconfig
-  sed -i '/ldconfig/d' wscript
-
-  python2 waf configure --prefix=/usr
-  python2 waf
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir/ python2 waf install
-
-  # license
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sratom/repos/extra-i686/PKGBUILD (from rev 180299, 
sratom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-19 20:30:36 UTC (rev 180300)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: speps speps at aur dot archlinux dot org
+
+pkgname=sratom
+pkgver=0.4.2
+pkgrel=1
+pkgdesc=An LV2 Atom RDF serialisation library
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/sratom/;
+license=('custom:ISC')
+depends=('lv2' 'sord=0.12.0')
+makedepends=('python2')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
+md5sums=('5bb7e4bc4198e19f388ac51239007f25')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # remove ldconfig --speps
+  sed -i '/ldconfig/d' wscript
+
+  python2 waf configure --prefix=/usr
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 waf install --destdir=$pkgdir
+
+  # license
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-19 20:30:18 UTC (rev 180299)
+++ extra-x86_64/PKGBUILD   2013-03-19 20:30:36 UTC (rev 180300)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: speps speps at aur dot archlinux dot org
-
-pkgname=sratom
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=An LV2 Atom RDF serialisation library
-arch=(i686 x86_64)
-url=http://drobilla.net/software/$pkgname/;
-license=('custom:ISC')
-depends=('lv2' 'sord')
-makedepends=('python2')
-source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
-md5sums=('7279faa5879949de6593945c7f924595')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # remove ldconfig
-  sed -i '/ldconfig/d' wscript
-
-  python2 waf configure --prefix=/usr
-  python2 waf
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir/ python2 waf install
-
-  # license
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sratom/repos/extra-x86_64/PKGBUILD (from rev 180299, 
sratom/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-19 20:30:36 UTC (rev 180300)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: speps speps at aur dot archlinux dot org
+
+pkgname=sratom
+pkgver=0.4.2
+pkgrel=1
+pkgdesc=An LV2 Atom RDF serialisation library
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/sratom/;
+license=('custom:ISC')
+depends=('lv2' 'sord=0.12.0')
+makedepends=('python2')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
+md5sums=('5bb7e4bc4198e19f388ac51239007f25')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # remove ldconfig --speps
+  sed -i '/ldconfig/d' wscript
+
+  python2 waf configure --prefix=/usr
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd 

[arch-commits] Commit in lilv/trunk (PKGBUILD lilvmm.patch)

2013-03-19 Thread Ray Rashif
Date: Tuesday, March 19, 2013 @ 22:13:59
  Author: schiv
Revision: 180301

upgpkg: lilv 0.16.0-1

upstream release

Added:
  lilv/trunk/lilvmm.patch
Modified:
  lilv/trunk/PKGBUILD

--+
 PKGBUILD |   39 ---
 lilvmm.patch |   40 
 2 files changed, 64 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 20:30:36 UTC (rev 180300)
+++ PKGBUILD2013-03-19 21:13:59 UTC (rev 180301)
@@ -3,38 +3,47 @@
 # Contributor: speps speps at aur dot archlinux dot org
 
 pkgname=lilv
-pkgver=0.14.4
+pkgver=0.16.0
 pkgrel=1
-pkgdesc=A library to make the use of LV2 plugins as simple as possible for 
applications.
-arch=(i686 x86_64)
-url=http://drobilla.net/software/$pkgname/;
+pkgdesc=A library to make the use of LV2 plugins as simple as possible for 
applications
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/lilv/;
 license=('custom:ISC')
-depends=('python2' 'sratom' 'jack')
+depends=('python2' 'sratom=0.4.2' 'jack')
 makedepends=('swig')
 optdepends=('bash-completion: auto-complete words')
-source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
-md5sums=('891595410eeb68322cf875286f96fccf')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;
+'lilvmm.patch')
+md5sums=('12eb71f2b5b8a68e15c1c816896bcb9f'
+ 'd34207f8ca3586650ad7c50284ffb3e0')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
+  # fix UI API error
+  # backport of http://dev.drobilla.net/changeset/5092
+  patch -Np2 -i $srcdir/lilvmm.patch
+
+  # pick up python2 even when python3 exists
+  # (the build system has flaky support for python3)
   export PYTHON=/usr/bin/python2
 
-  # remove ldconfig
+  # remove ldconfig --speps
   sed -i /ldconfig/d wscript
 
-  python2 ./waf configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --configdir=/etc \
-  --dyn-manifest \
-  --bindings
-  python2 ./waf
+  python2 waf configure --prefix=/usr \
+--configdir=/etc \
+--dyn-manifest \
+--bindings
+
+  python2 waf build $MAKEFLAGS
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir python2 ./waf install
 
+  python2 waf install --destdir=$pkgdir
+
   # license
   install -Dm644 COPYING \
 $pkgdir/usr/share/licenses/$pkgname/LICENSE

Added: lilvmm.patch
===
--- lilvmm.patch(rev 0)
+++ lilvmm.patch2013-03-19 21:13:59 UTC (rev 180301)
@@ -0,0 +1,40 @@
+Index: trunk/lilv/lilv/lilvmm.hpp
+===
+--- trunk/lilv/lilv/lilvmm.hpp (revision 4975)
 trunk/lilv/lilv/lilvmm.hpp (revision 5092)
+@@ -48,4 +48,9 @@
+   inline RT name(T1 a1, T2 a2) { \
+   return lilv_ ## prefix ## _ ## name(me, a1, a2); \
++  }
++
++#define LILV_WRAP3(RT, prefix, name, T1, a1, T2, a2, T3, a3) \
++  inline RT name(T1 a1, T2 a2, T3 a3) { \
++  return lilv_ ## prefix ## _ ## name(me, a1, a2, a3); \
+   }
+ 
+@@ -138,4 +143,25 @@
+   LILV_WRAP1(bool, nodes, contains, const Node, node);
+   LILV_WRAP0(Node, nodes, get_first);
++};
++
++struct UI {
++  inline UI(const LilvUI* c_obj) : me(c_obj) {}
++  LILV_WRAP_CONVERSION(const LilvUI);
++
++  LILV_WRAP0(const LilvNode*, ui, get_uri);
++  LILV_WRAP0(const LilvNode*, ui, get_bundle_uri);
++  LILV_WRAP0(const LilvNode*, ui, get_binary_uri);
++  LILV_WRAP0(const LilvNodes*, ui, get_classes);
++  /*LILV_WRAP3(bool, ui, is_supported,
++ LilvUISupportedFunc, supported_func,
++ const LilvNode*, container_type,
++ const LilvNode**,ui_type);*/
++  LILV_WRAP1(bool, ui, is_a, const LilvNode*, class_uri);
++
++  const LilvUI* me;
++};
++
++struct UIs {
++  LILV_WRAP_COLL(UIs, UI, uis);
+ };
+ 



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

2013-03-19 Thread Ray Rashif
Date: Tuesday, March 19, 2013 @ 22:14:13
  Author: schiv
Revision: 180302

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

Added:
  lilv/repos/extra-i686/PKGBUILD
(from rev 180301, lilv/trunk/PKGBUILD)
  lilv/repos/extra-i686/lilvmm.patch
(from rev 180301, lilv/trunk/lilvmm.patch)
  lilv/repos/extra-x86_64/PKGBUILD
(from rev 180301, lilv/trunk/PKGBUILD)
  lilv/repos/extra-x86_64/lilvmm.patch
(from rev 180301, lilv/trunk/lilvmm.patch)
Deleted:
  lilv/repos/extra-i686/PKGBUILD
  lilv/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 extra-i686/PKGBUILD   |   43 --
 extra-i686/lilvmm.patch   |   40 
 extra-x86_64/PKGBUILD |   43 --
 extra-x86_64/lilvmm.patch |   40 
 5 files changed, 184 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-19 21:13:59 UTC (rev 180301)
+++ extra-i686/PKGBUILD 2013-03-19 21:14:13 UTC (rev 180302)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: speps speps at aur dot archlinux dot org
-
-pkgname=lilv
-pkgver=0.14.4
-pkgrel=1
-pkgdesc=A library to make the use of LV2 plugins as simple as possible for 
applications.
-arch=(i686 x86_64)
-url=http://drobilla.net/software/$pkgname/;
-license=('custom:ISC')
-depends=('python2' 'sratom' 'jack')
-makedepends=('swig')
-optdepends=('bash-completion: auto-complete words')
-source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
-md5sums=('891595410eeb68322cf875286f96fccf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export PYTHON=/usr/bin/python2
-
-  # remove ldconfig
-  sed -i /ldconfig/d wscript
-
-  python2 ./waf configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --configdir=/etc \
-  --dyn-manifest \
-  --bindings
-  python2 ./waf
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir python2 ./waf install
-
-  # license
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lilv/repos/extra-i686/PKGBUILD (from rev 180301, lilv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-19 21:14:13 UTC (rev 180302)
@@ -0,0 +1,52 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: speps speps at aur dot archlinux dot org
+
+pkgname=lilv
+pkgver=0.16.0
+pkgrel=1
+pkgdesc=A library to make the use of LV2 plugins as simple as possible for 
applications
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/lilv/;
+license=('custom:ISC')
+depends=('python2' 'sratom=0.4.2' 'jack')
+makedepends=('swig')
+optdepends=('bash-completion: auto-complete words')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;
+'lilvmm.patch')
+md5sums=('12eb71f2b5b8a68e15c1c816896bcb9f'
+ 'd34207f8ca3586650ad7c50284ffb3e0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # fix UI API error
+  # backport of http://dev.drobilla.net/changeset/5092
+  patch -Np2 -i $srcdir/lilvmm.patch
+
+  # pick up python2 even when python3 exists
+  # (the build system has flaky support for python3)
+  export PYTHON=/usr/bin/python2
+
+  # remove ldconfig --speps
+  sed -i /ldconfig/d wscript
+
+  python2 waf configure --prefix=/usr \
+--configdir=/etc \
+--dyn-manifest \
+--bindings
+
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 waf install --destdir=$pkgdir
+
+  # license
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lilv/repos/extra-i686/lilvmm.patch (from rev 180301, 
lilv/trunk/lilvmm.patch)
===
--- extra-i686/lilvmm.patch (rev 0)
+++ extra-i686/lilvmm.patch 2013-03-19 21:14:13 UTC (rev 180302)
@@ -0,0 +1,40 @@
+Index: trunk/lilv/lilv/lilvmm.hpp
+===
+--- trunk/lilv/lilv/lilvmm.hpp (revision 4975)
 trunk/lilv/lilv/lilvmm.hpp (revision 5092)
+@@ -48,4 +48,9 @@
+   inline RT name(T1 a1, T2 a2) { \
+   return lilv_ ## prefix ## _ ## name(me, a1, a2); \
++  }
++
++#define LILV_WRAP3(RT, prefix, name, T1, a1, T2, a2, T3, a3) \
++  inline RT name(T1 a1, T2 a2, T3 a3) { \
++  return lilv_ ## prefix ## _ ## name(me, a1, a2, a3); \
+   }
+ 
+@@ -138,4 +143,25 @@
+   LILV_WRAP1(bool, nodes, contains, const Node, node);
+   

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

2013-03-19 Thread Ray Rashif
Date: Tuesday, March 19, 2013 @ 22:26:08
  Author: schiv
Revision: 180303

upgpkg: suil 0.6.12-1

upstream release

Modified:
  suil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 21:14:13 UTC (rev 180302)
+++ PKGBUILD2013-03-19 21:26:08 UTC (rev 180303)
@@ -3,34 +3,34 @@
 # Contributor: speps speps at aur dot archlinux dot org
 
 pkgname=suil
-pkgver=0.6.10
-pkgrel=2
+pkgver=0.6.12
+pkgrel=1
 pkgdesc=A lightweight C library for loading and wrapping LV2 plugin UIs
-arch=(i686 x86_64)
-url=http://drobilla.net/software/$pkgname/;
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/suil/;
 license=('custom:ISC')
 depends=('lv2')
 makedepends=('python2' 'qt4' 'gtk2')
-optdepends=('qt4: Qt UIs wrapping support'
-'gtk2: Gtk2 UIs wrapping support')
+optdepends=('qt4: Qt 4.x UI wrapping support'
+'gtk2: GTK+ 2.x UI wrapping support')
 source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
-md5sums=('735e3cc4d539059cf3948d3dba75807e')
+md5sums=('528d4a0a37e6c9d5a4547ac36f7bd9e6')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # remove ldconfig
+  # remove ldconfig --speps
   sed -i /ldconfig/d wscript
 
-  python2 ./waf configure --prefix=/usr \
-  --mandir=/usr/share/man
-  python2 ./waf
+  python2 waf configure --prefix=/usr
+  python2 waf
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir python2 ./waf install
 
+  python2 waf install --destdir=$pkgdir
+
   # license
   install -Dm644 COPYING \
 $pkgdir/usr/share/licenses/$pkgname/LICENSE



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

2013-03-19 Thread Ray Rashif
Date: Tuesday, March 19, 2013 @ 22:26:27
  Author: schiv
Revision: 180304

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-19 21:26:08 UTC (rev 180303)
+++ extra-i686/PKGBUILD 2013-03-19 21:26:27 UTC (rev 180304)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 73980 2012-07-18 00:34:26Z speps $
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: speps speps at aur dot archlinux dot org
-
-pkgname=suil
-pkgver=0.6.10
-pkgrel=2
-pkgdesc=A lightweight C library for loading and wrapping LV2 plugin UIs
-arch=(i686 x86_64)
-url=http://drobilla.net/software/$pkgname/;
-license=('custom:ISC')
-depends=('lv2')
-makedepends=('python2' 'qt4' 'gtk2')
-optdepends=('qt4: Qt UIs wrapping support'
-'gtk2: Gtk2 UIs wrapping support')
-source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
-md5sums=('735e3cc4d539059cf3948d3dba75807e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # remove ldconfig
-  sed -i /ldconfig/d wscript
-
-  python2 ./waf configure --prefix=/usr \
-  --mandir=/usr/share/man
-  python2 ./waf
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir python2 ./waf install
-
-  # license
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: suil/repos/extra-i686/PKGBUILD (from rev 180303, suil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-19 21:26:27 UTC (rev 180304)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 73980 2012-07-18 00:34:26Z speps $
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: speps speps at aur dot archlinux dot org
+
+pkgname=suil
+pkgver=0.6.12
+pkgrel=1
+pkgdesc=A lightweight C library for loading and wrapping LV2 plugin UIs
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/suil/;
+license=('custom:ISC')
+depends=('lv2')
+makedepends=('python2' 'qt4' 'gtk2')
+optdepends=('qt4: Qt 4.x UI wrapping support'
+'gtk2: GTK+ 2.x UI wrapping support')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
+md5sums=('528d4a0a37e6c9d5a4547ac36f7bd9e6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # remove ldconfig --speps
+  sed -i /ldconfig/d wscript
+
+  python2 waf configure --prefix=/usr
+  python2 waf
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 waf install --destdir=$pkgdir
+
+  # license
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-19 21:26:08 UTC (rev 180303)
+++ extra-x86_64/PKGBUILD   2013-03-19 21:26:27 UTC (rev 180304)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 73980 2012-07-18 00:34:26Z speps $
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: speps speps at aur dot archlinux dot org
-
-pkgname=suil
-pkgver=0.6.10
-pkgrel=2
-pkgdesc=A lightweight C library for loading and wrapping LV2 plugin UIs
-arch=(i686 x86_64)
-url=http://drobilla.net/software/$pkgname/;
-license=('custom:ISC')
-depends=('lv2')
-makedepends=('python2' 'qt4' 'gtk2')
-optdepends=('qt4: Qt UIs wrapping support'
-'gtk2: Gtk2 UIs wrapping support')
-source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
-md5sums=('735e3cc4d539059cf3948d3dba75807e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # remove ldconfig
-  sed -i /ldconfig/d wscript
-
-  python2 ./waf configure --prefix=/usr \
-  --mandir=/usr/share/man
-  python2 ./waf
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir python2 ./waf install
-
-  # license
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: suil/repos/extra-x86_64/PKGBUILD (from rev 180303, suil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-19 21:26:27 UTC (rev 180304)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 73980 2012-07-18 00:34:26Z speps $
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: speps speps at aur dot archlinux dot org
+
+pkgname=suil
+pkgver=0.6.12
+pkgrel=1
+pkgdesc=A 

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

2013-03-19 Thread Stéphane Gaudreault
Date: Tuesday, March 19, 2013 @ 22:44:49
  Author: stephane
Revision: 86570

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

Added:
  clementine/repos/community-i686/PKGBUILD
(from rev 86569, clementine/repos/community-testing-i686/PKGBUILD)
  clementine/repos/community-i686/clementine.install
(from rev 86569, clementine/repos/community-testing-i686/clementine.install)
  clementine/repos/community-x86_64/PKGBUILD
(from rev 86569, clementine/repos/community-testing-x86_64/PKGBUILD)
  clementine/repos/community-x86_64/clementine.install
(from rev 86569, 
clementine/repos/community-testing-x86_64/clementine.install)
Deleted:
  clementine/repos/community-i686/PKGBUILD
  clementine/repos/community-i686/clementine.install
  clementine/repos/community-testing-i686/
  clementine/repos/community-testing-x86_64/
  clementine/repos/community-x86_64/PKGBUILD
  clementine/repos/community-x86_64/clementine.install

-+
 /PKGBUILD   |   70 ++
 /clementine.install |   26 
 community-i686/PKGBUILD |   35 -
 community-i686/clementine.install   |   13 --
 community-x86_64/PKGBUILD   |   35 -
 community-x86_64/clementine.install |   13 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-19 19:27:58 UTC (rev 86569)
+++ community-i686/PKGBUILD 2013-03-19 21:44:49 UTC (rev 86570)
@@ -1,35 +0,0 @@
-# $Id$
-#Maintainer: Stéphane Gaudreault steph...@archlinux.org
-#Contributor: BlackEagle ike.devol...@gmail.com
-#Contributor: Dany Martineau dany.luc.martin...@gmail.com
-
-pkgname=clementine
-pkgver=1.1.1
-pkgrel=6
-pkgdesc=A music player and library organizer
-url=http://www.clementine-player.org/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod'
- 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice'
- 'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 
'gvfs')
-makedepends=('cmake' 'boost' 'mesa')
-optdepends=('gstreamer0.10-base-plugins: for more open formats'
-'gstreamer0.10-good-plugins: for use with Good plugin libraries'
-'gstreamer0.10-bad-plugins: for use with Bad plugin libraries'
-'gstreamer0.10-ugly-plugins: for use with Ugly plugin libraries')
-source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('f8d3e9c8f54ac488323ab5a629c9accbe256378e')
-install=clementine.install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: clementine/repos/community-i686/PKGBUILD (from rev 86569, 
clementine/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-19 21:44:49 UTC (rev 86570)
@@ -0,0 +1,35 @@
+# $Id$
+#Maintainer: Stéphane Gaudreault steph...@archlinux.org
+#Contributor: BlackEagle ike.devol...@gmail.com
+#Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=clementine
+pkgver=1.1.1
+pkgrel=7
+pkgdesc=A music player and library organizer
+url=http://www.clementine-player.org/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
+ 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice'
+ 'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 
'gvfs')
+makedepends=('cmake' 'boost' 'mesa-libgl' )
+optdepends=('gstreamer0.10-base-plugins: for more open formats'
+'gstreamer0.10-good-plugins: for use with Good plugin libraries'
+'gstreamer0.10-bad-plugins: for use with Bad plugin libraries'
+'gstreamer0.10-ugly-plugins: for use with Ugly plugin libraries')
+source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('f8d3e9c8f54ac488323ab5a629c9accbe256378e')
+install=clementine.install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DUSE_SYSTEM_PROJECTM=1
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/clementine.install
===
--- community-i686/clementine.install   2013-03-19 19:27:58 UTC (rev 86569)
+++ community-i686/clementine.install   2013-03-19 21:44:49 UTC (rev 86570)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f 

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

2013-03-19 Thread Ray Rashif
Date: Tuesday, March 19, 2013 @ 22:48:03
  Author: schiv
Revision: 180305

upgpkg: lv2 1.4.0-1

upstream release

Modified:
  lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 21:26:27 UTC (rev 180304)
+++ PKGBUILD2013-03-19 21:48:03 UTC (rev 180305)
@@ -2,7 +2,7 @@
 # Maintainer: Ray Rashif sc...@archlinux.org
 
 pkgname=lv2
-pkgver=1.2.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=Successor to the LADSPA audio plug-in standard
 url=http://lv2plug.in/;
@@ -15,7 +15,7 @@
 conflicts=('lv2core')
 replaces=('lv2core')
 source=(http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
-md5sums=('323b851563b4da1ad2c0faf5c76f0e3a')
+md5sums=('b7fb567fbfadae14ecd4f422fa24d41e')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2013-03-19 Thread Ray Rashif
Date: Tuesday, March 19, 2013 @ 22:48:21
  Author: schiv
Revision: 180306

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-19 21:48:03 UTC (rev 180305)
+++ extra-i686/PKGBUILD 2013-03-19 21:48:21 UTC (rev 180306)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-
-pkgname=lv2
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=Successor to the LADSPA audio plug-in standard
-url=http://lv2plug.in/;
-license=('LGPL' 'custom')
-arch=('i686' 'x86_64')
-makedepends=('python2' 'libsndfile' 'gtk2')
-optdepends=('libsndfile: lv2-eg-sampler'
-'gtk2: lv2-eg-sampler')
-provides=('lv2core')
-conflicts=('lv2core')
-replaces=('lv2core')
-source=(http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
-md5sums=('323b851563b4da1ad2c0faf5c76f0e3a')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   python2 waf configure --prefix=/usr
-   python2 waf build $MAKEFLAGS
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   python2 waf install --destdir=$pkgdir
-
-   install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lv2/repos/extra-i686/PKGBUILD (from rev 180305, lv2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-19 21:48:21 UTC (rev 180306)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+
+pkgname=lv2
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=Successor to the LADSPA audio plug-in standard
+url=http://lv2plug.in/;
+license=('LGPL' 'custom')
+arch=('i686' 'x86_64')
+makedepends=('python2' 'libsndfile' 'gtk2')
+optdepends=('libsndfile: lv2-eg-sampler'
+'gtk2: lv2-eg-sampler')
+provides=('lv2core')
+conflicts=('lv2core')
+replaces=('lv2core')
+source=(http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
+md5sums=('b7fb567fbfadae14ecd4f422fa24d41e')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   python2 waf configure --prefix=/usr
+   python2 waf build $MAKEFLAGS
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   python2 waf install --destdir=$pkgdir
+
+   install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-19 21:48:03 UTC (rev 180305)
+++ extra-x86_64/PKGBUILD   2013-03-19 21:48:21 UTC (rev 180306)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-
-pkgname=lv2
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=Successor to the LADSPA audio plug-in standard
-url=http://lv2plug.in/;
-license=('LGPL' 'custom')
-arch=('i686' 'x86_64')
-makedepends=('python2' 'libsndfile' 'gtk2')
-optdepends=('libsndfile: lv2-eg-sampler'
-'gtk2: lv2-eg-sampler')
-provides=('lv2core')
-conflicts=('lv2core')
-replaces=('lv2core')
-source=(http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
-md5sums=('323b851563b4da1ad2c0faf5c76f0e3a')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   python2 waf configure --prefix=/usr
-   python2 waf build $MAKEFLAGS
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   python2 waf install --destdir=$pkgdir
-
-   install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lv2/repos/extra-x86_64/PKGBUILD (from rev 180305, lv2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-19 21:48:21 UTC (rev 180306)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+
+pkgname=lv2
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=Successor to the LADSPA audio plug-in standard
+url=http://lv2plug.in/;
+license=('LGPL' 'custom')
+arch=('i686' 'x86_64')
+makedepends=('python2' 'libsndfile' 'gtk2')
+optdepends=('libsndfile: lv2-eg-sampler'
+'gtk2: lv2-eg-sampler')
+provides=('lv2core')
+conflicts=('lv2core')
+replaces=('lv2core')
+source=(http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2;)
+md5sums=('b7fb567fbfadae14ecd4f422fa24d41e')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   python2 waf configure --prefix=/usr
+   python2 waf build $MAKEFLAGS
+}
+
+package() {
+   cd 

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

2013-03-19 Thread Alexandre Filgueira
Date: Tuesday, March 19, 2013 @ 23:55:21
  Author: faidoc
Revision: 86571

upgpkg: cinnamon-screensaver 1.7.1-5

Modified:
  cinnamon-screensaver/trunk/PKGBUILD
  cinnamon-screensaver/trunk/cinnamon-screensaver.pam

--+
 PKGBUILD |4 ++--
 cinnamon-screensaver.pam |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 21:44:49 UTC (rev 86570)
+++ PKGBUILD2013-03-19 22:55:21 UTC (rev 86571)
@@ -5,7 +5,7 @@
 
 pkgname=cinnamon-screensaver
 pkgver=1.7.1
-pkgrel=4
+pkgrel=5
 pkgdesc=Screensaver designed to integrate well with the Cinnamon desktop.
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -25,7 +25,7 @@
 sha256sums=('055abbc24305dad5efa609b354e01fdc367792ccac5383df4b28090ab0bf64e1'
 '2f29a72991deb5cc2b44da06f49d1115148fee6a0a22b1abfecee1c1661abcaa'
 '335df8f2fb270484829d94995622521f0a42a12d6887f7de827db34fc81f583a'
-'c19870c4f2d6e91ba0eea2603753a74e0c5c82ff5fa3cacb1198027a38d0a6cb'
+'99457b683c2e766a8c09a75ca906e3e00db6d294bb204a2e7a2a05c2e6b1d77e'
 '827276b01e658afb8045fb0dcbebb54f679ef47dac482f4399e1839369277ccc'
 'fed5f1f94404fab13c5369f4106b0b498cff2bb71351cae4f3d9c27f417f5e6a'
 '9013004395a401e99ce6685abb8319eb1e9ddd888c4fa6a7e45729fb93d285d1')

Modified: cinnamon-screensaver.pam
===
--- cinnamon-screensaver.pam2013-03-19 21:44:49 UTC (rev 86570)
+++ cinnamon-screensaver.pam2013-03-19 22:55:21 UTC (rev 86571)
@@ -1,3 +1,3 @@
 #%PAM-1.0
 authrequired pam_unix_auth.so nullok
-authoptional pam_gnome_keyring.so
+-authoptional pam_gnome_keyring.so



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

2013-03-19 Thread Alexandre Filgueira
Date: Tuesday, March 19, 2013 @ 23:56:04
  Author: faidoc
Revision: 86572

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 86571, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.desktop
(from rev 86571, cinnamon-screensaver/trunk/cinnamon-screensaver.desktop)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 86571, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-i686/cinnamon2d-screensaver.desktop
(from rev 86571, cinnamon-screensaver/trunk/cinnamon2d-screensaver.desktop)
  cinnamon-screensaver/repos/community-i686/configure.patch
(from rev 86571, cinnamon-screensaver/trunk/configure.patch)
  cinnamon-screensaver/repos/community-i686/fix-dbus-compatibility.patch
(from rev 86571, cinnamon-screensaver/trunk/fix-dbus-compatibility.patch)
  cinnamon-screensaver/repos/community-i686/gnome-autogen.sh
(from rev 86571, cinnamon-screensaver/trunk/gnome-autogen.sh)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 86571, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.desktop
(from rev 86571, cinnamon-screensaver/trunk/cinnamon-screensaver.desktop)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 86571, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/cinnamon2d-screensaver.desktop
(from rev 86571, cinnamon-screensaver/trunk/cinnamon2d-screensaver.desktop)
  cinnamon-screensaver/repos/community-x86_64/configure.patch
(from rev 86571, cinnamon-screensaver/trunk/configure.patch)
  cinnamon-screensaver/repos/community-x86_64/fix-dbus-compatibility.patch
(from rev 86571, cinnamon-screensaver/trunk/fix-dbus-compatibility.patch)
  cinnamon-screensaver/repos/community-x86_64/gnome-autogen.sh
(from rev 86571, cinnamon-screensaver/trunk/gnome-autogen.sh)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.desktop
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-i686/cinnamon2d-screensaver.desktop
  cinnamon-screensaver/repos/community-i686/configure.patch
  cinnamon-screensaver/repos/community-i686/fix-dbus-compatibility.patch
  cinnamon-screensaver/repos/community-i686/gnome-autogen.sh
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.desktop
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/cinnamon2d-screensaver.desktop
  cinnamon-screensaver/repos/community-x86_64/configure.patch
  cinnamon-screensaver/repos/community-x86_64/fix-dbus-compatibility.patch
  cinnamon-screensaver/repos/community-x86_64/gnome-autogen.sh

-+
 /PKGBUILD   |  130 ++
 /cinnamon-screensaver.desktop   |   22 
 /cinnamon-screensaver.pam   |6 
 /cinnamon2d-screensaver.desktop |   22 
 /configure.patch|   24 
 /fix-dbus-compatibility.patch   |  172 +++
 /gnome-autogen.sh   | 1076 ++
 community-i686/PKGBUILD |   65 -
 community-i686/cinnamon-screensaver.desktop |   11 
 community-i686/cinnamon-screensaver.pam |3 
 community-i686/cinnamon2d-screensaver.desktop   |   11 
 community-i686/configure.patch  |   12 
 community-i686/fix-dbus-compatibility.patch |   86 -
 community-i686/gnome-autogen.sh |  538 ---
 community-x86_64/PKGBUILD   |   65 -
 community-x86_64/cinnamon-screensaver.desktop   |   11 
 community-x86_64/cinnamon-screensaver.pam   |3 
 community-x86_64/cinnamon2d-screensaver.desktop |   11 
 community-x86_64/configure.patch|   12 
 community-x86_64/fix-dbus-compatibility.patch   |   86 -
 community-x86_64/gnome-autogen.sh   |  538 ---
 21 files changed, 1452 insertions(+), 1452 deletions(-)

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


[arch-commits] Commit in dnssec-anchors/trunk (LICENSE PKGBUILD trusted-key.key)

2013-03-19 Thread Gaetan Bisson
Date: Wednesday, March 20, 2013 @ 04:16:39
  Author: bisson
Revision: 180317

add function to generate trusted-key.key and verify its authenticity

Added:
  dnssec-anchors/trunk/LICENSE
Modified:
  dnssec-anchors/trunk/PKGBUILD
  dnssec-anchors/trunk/trusted-key.key

-+
 LICENSE |1 +
 PKGBUILD|   30 --
 trusted-key.key |3 +--
 3 files changed, 22 insertions(+), 12 deletions(-)

Added: LICENSE
===
--- LICENSE (rev 0)
+++ LICENSE 2013-03-20 03:16:39 UTC (rev 180317)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Modified: PKGBUILD
===
--- PKGBUILD2013-03-20 02:35:37 UTC (rev 180316)
+++ PKGBUILD2013-03-20 03:16:39 UTC (rev 180317)
@@ -4,24 +4,34 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=dnssec-anchors
-pkgver=20120422
+pkgver=20130320
 pkgrel=1
 pkgdesc='DNSSEC trust anchors for the root zone'
 url='http://data.iana.org/root-anchors/'
 license=('custom:NoCopyright')
 arch=('any')
-source=('trusted-key.key')
-sha256sums=('a6e1e5de6d3f26ea74792eab7ac21cc7805e986303bfa270a0120cc8146f881a')
+source=('LICENSE'
+'trusted-key.key')
+sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb'
+'ca6388cc16223b29b607f07a9aa77e0aa52f653106d440cdc92cc40e145a4bb5')
 
-# dig . dnskey +short | sed 's/^/. 172789 IN DNSKEY /'  trusted-key.key
+get_trusted-key() {
+   drill -z -s DNSKEY .  root.key
 
+   curl http://data.iana.org/root-anchors/root-anchors.xml |
+   awk 'BEGIN{ORS= }(NR4){gsub(/[^]*/,);print tolower($0)}' |
+   sed 's/   /\n/'  root.ds
+
+   # Any of those tests failing is suspicious; check thoroughly!
+   [[ $(root.ds) = '19036 8 2 
49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5' ]] 
+   grep -Pq 'IN\tDS\t'$(root.ds) root.key ||
+   return 1
+
+   sed '/DNSKEY/s/ ;{id = '$(cut -d\  -f1root.ds)' .*//;t;d' root.key  
trusted-key.key
+}
+
 package() {
cd ${srcdir}
-
install -Dm644 trusted-key.key ${pkgdir}/etc/trusted-key.key
-
-   install -d ${pkgdir}/usr/share/licenses/${pkgname}
-   cat  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE  EOF
-The contents of this package are inelligible for copyright protection.
-EOF
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

Modified: trusted-key.key
===
--- trusted-key.key 2013-03-20 02:35:37 UTC (rev 180316)
+++ trusted-key.key 2013-03-20 03:16:39 UTC (rev 180317)
@@ -1,2 +1 @@
-. 172789 IN DNSKEY 256 3 8 
AwEAAbd0IPTQdvyndWSX6HHcB+JycMl1aCGTHSJUBs/y9S93el05VvXg 
1VqSF4vveB9rEuAZ1z8RNWZ9ac+rlaK7PrI5RlCIyKKPbtHbpgQGkwai 
8O6BZ4J/ch7DGuhGJfvoECcWjsucs683WFRtmfLx5WNdPxxi30Czt1zP qMWfY6YJ
-. 172789 IN DNSKEY 257 3 8 
AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF 
FVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoX 
bfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaD 
X6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpz 
W5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relS 
Qageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulq QxA+Uk1ihz0=
+.  166750  IN  DNSKEY  257 3 8 
AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjFFVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoXbfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaDX6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpzW5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relSQageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulqQxA+Uk1ihz0=



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

2013-03-19 Thread Gaetan Bisson
Date: Wednesday, March 20, 2013 @ 04:17:06
  Author: bisson
Revision: 180318

archrelease: copy trunk to testing-any

Added:
  dnssec-anchors/repos/testing-any/
  dnssec-anchors/repos/testing-any/LICENSE
(from rev 180317, dnssec-anchors/trunk/LICENSE)
  dnssec-anchors/repos/testing-any/PKGBUILD
(from rev 180317, dnssec-anchors/trunk/PKGBUILD)
  dnssec-anchors/repos/testing-any/trusted-key.key
(from rev 180317, dnssec-anchors/trunk/trusted-key.key)

-+
 LICENSE |1 +
 PKGBUILD|   37 +
 trusted-key.key |1 +
 3 files changed, 39 insertions(+)

Copied: dnssec-anchors/repos/testing-any/LICENSE (from rev 180317, 
dnssec-anchors/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2013-03-20 03:17:06 UTC (rev 180318)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: dnssec-anchors/repos/testing-any/PKGBUILD (from rev 180317, 
dnssec-anchors/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-03-20 03:17:06 UTC (rev 180318)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Thomas Mudrunka har...@email.cz
+# Contributor: m4xm4n m...@maxfierke.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=dnssec-anchors
+pkgver=20130320
+pkgrel=1
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='http://data.iana.org/root-anchors/'
+license=('custom:NoCopyright')
+arch=('any')
+source=('LICENSE'
+'trusted-key.key')
+sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb'
+'ca6388cc16223b29b607f07a9aa77e0aa52f653106d440cdc92cc40e145a4bb5')
+
+get_trusted-key() {
+   drill -z -s DNSKEY .  root.key
+
+   curl http://data.iana.org/root-anchors/root-anchors.xml |
+   awk 'BEGIN{ORS= }(NR4){gsub(/[^]*/,);print tolower($0)}' |
+   sed 's/   /\n/'  root.ds
+
+   # Any of those tests failing is suspicious; check thoroughly!
+   [[ $(root.ds) = '19036 8 2 
49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5' ]] 
+   grep -Pq 'IN\tDS\t'$(root.ds) root.key ||
+   return 1
+
+   sed '/DNSKEY/s/ ;{id = '$(cut -d\  -f1root.ds)' .*//;t;d' root.key  
trusted-key.key
+}
+
+package() {
+   cd ${srcdir}
+   install -Dm644 trusted-key.key ${pkgdir}/etc/trusted-key.key
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: dnssec-anchors/repos/testing-any/trusted-key.key (from rev 180317, 
dnssec-anchors/trunk/trusted-key.key)
===
--- testing-any/trusted-key.key (rev 0)
+++ testing-any/trusted-key.key 2013-03-20 03:17:06 UTC (rev 180318)
@@ -0,0 +1 @@
+.  166750  IN  DNSKEY  257 3 8 
AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjFFVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoXbfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaDX6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpzW5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relSQageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulqQxA+Uk1ihz0=



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

2013-03-19 Thread Eric Bélanger
Date: Wednesday, March 20, 2013 @ 05:16:15
  Author: eric
Revision: 180319

upgpkg: imagemagick 6.8.3.10-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-20 03:17:06 UTC (rev 180318)
+++ PKGBUILD2013-03-20 04:16:15 UTC (rev 180319)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.3.9
+pkgver=6.8.3.10
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -13,7 +13,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
 perlmagick.rpath.patch)
-sha1sums=('6410dff69abcfeb043b4bbd05626aee9b1925bfa'
+sha1sums=('2a80effb525ea87e6eef96d30def680175ff3222'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 
 build() {



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

2013-03-19 Thread Eric Bélanger
Date: Wednesday, March 20, 2013 @ 05:16:52
  Author: eric
Revision: 180320

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

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

-+
 /PKGBUILD   |  162 ++
 /perlmagick.rpath.patch |   22 
 extra-i686/PKGBUILD |   81 -
 extra-i686/perlmagick.rpath.patch   |   11 --
 extra-x86_64/PKGBUILD   |   81 -
 extra-x86_64/perlmagick.rpath.patch |   11 --
 6 files changed, 184 insertions(+), 184 deletions(-)

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

Copied: imagemagick/repos/extra-i686/PKGBUILD (from rev 180319, 
imagemagick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev