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

2013-11-30 Thread Laurent Carlier
Date: Saturday, November 30, 2013 @ 09:11:55
  Author: lcarlier
Revision: 101688

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

Added:
  gambas3/repos/community-staging-i686/
  gambas3/repos/community-staging-i686/PKGBUILD
(from rev 101687, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-i686/gambas3-runtime.install
(from rev 101687, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-staging-i686/gambas3-script.install
(from rev 101687, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 101687, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/gambas3-runtime.install
(from rev 101687, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-staging-x86_64/gambas3-script.install
(from rev 101687, gambas3/trunk/gambas3-script.install)

--+
 community-staging-i686/PKGBUILD  |  964 +
 community-staging-i686/gambas3-runtime.install   |   10 
 community-staging-i686/gambas3-script.install|   15 
 community-staging-x86_64/PKGBUILD|  964 +
 community-staging-x86_64/gambas3-runtime.install |   10 
 community-staging-x86_64/gambas3-script.install  |   15 
 6 files changed, 1978 insertions(+)

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


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

2013-11-30 Thread Laurent Carlier
Date: Saturday, November 30, 2013 @ 09:11:40
  Author: lcarlier
Revision: 101687

upgpkg: gambas3 3.5.1-2

poppler 0.24.4 rebuild

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 07:59:14 UTC (rev 101686)
+++ PKGBUILD2013-11-30 08:11:40 UTC (rev 101687)
@@ -16,7 +16,7 @@
  'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web')
 pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 
'gambas3-script' 'gambas3-examples')
 pkgver=3.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A free development environment based on a Basic interpreter.
 arch=('i686' 'x86_64')
 url=http://gambas.sourceforge.net/;



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

2013-11-30 Thread Andreas Radke
Date: Saturday, November 30, 2013 @ 09:44:23
  Author: andyrtr
Revision: 200623

upgpkg: inkscape 0.48.4-13

poppler rebuild; add a fix for building with freetype 2.5.1

Added:
  inkscape/trunk/build_fix.diff
Modified:
  inkscape/trunk/PKGBUILD

+
 PKGBUILD   |   20 
 build_fix.diff |   15 +++
 2 files changed, 27 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 07:52:17 UTC (rev 200622)
+++ PKGBUILD2013-11-30 08:44:23 UTC (rev 200623)
@@ -5,13 +5,13 @@
 
 pkgname=inkscape
 pkgver=0.48.4
-pkgrel=12
+pkgrel=13
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 license=('GPL' 'LGPL')
 arch=('i686' 'x86_64')
 makedepends=('boost' 'intltool')
-depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib=0.22.3' 'popt'
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib=0.24.4' 'popt'
  'python2' 'desktop-file-utils' 'hicolor-icon-theme')
 optdepends=('pstoedit: latex formulas'
 'texlive-core: latex formulas'
@@ -18,16 +18,20 @@
 'python2-numpy: some extensions'
 'python2-lxml: some extensions and filters'
 'uniconvertor: reading/writing to some proprietary formats')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'spuriouscomma.patch')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+spuriouscomma.patch
+build_fix.diff)
 sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
-  '7d1d5a6d1d2b0926721a994d5889c52890fc57c1')
+  '7d1d5a6d1d2b0926721a994d5889c52890fc57c1'
+  'aba4d98bebae088c3401fd9259ea3cf70b96fbbf')
 
 install=install
 
 prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
patch -p0 -i ../spuriouscomma.patch
+   # fix build with freetype 2.5.1
+   patch -Np0 -i ../build_fix.diff
sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
@@ -37,7 +41,7 @@
 }
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
./configure \
--prefix=/usr \
--with-python \
@@ -49,6 +53,6 @@
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
 }

Added: build_fix.diff
===
--- build_fix.diff  (rev 0)
+++ build_fix.diff  2013-11-30 08:44:23 UTC (rev 200623)
@@ -0,0 +1,15 @@
+=== modified file 'src/libnrtype/FontFactory.h'
+--- src/libnrtype/FontFactory.h2010-04-15 19:00:11 +
 src/libnrtype/FontFactory.h2013-11-28 05:54:34 +
+@@ -31,7 +31,8 @@
+ #include pango/pangowin32.h
+ #else
+ #include pango/pangoft2.h
+-#include freetype/freetype.h
++#include ft2build.h
++#include FT_FREETYPE_H
+ #endif
+ 
+ namespace Glib
+
+



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

2013-11-30 Thread Andreas Radke
Date: Saturday, November 30, 2013 @ 09:44:48
  Author: andyrtr
Revision: 200624

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 200623, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/build_fix.diff
(from rev 200623, inkscape/trunk/build_fix.diff)
  inkscape/repos/staging-i686/install
(from rev 200623, inkscape/trunk/install)
  inkscape/repos/staging-i686/spuriouscomma.patch
(from rev 200623, inkscape/trunk/spuriouscomma.patch)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 200623, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/build_fix.diff
(from rev 200623, inkscape/trunk/build_fix.diff)
  inkscape/repos/staging-x86_64/install
(from rev 200623, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/spuriouscomma.patch
(from rev 200623, inkscape/trunk/spuriouscomma.patch)

+
 staging-i686/PKGBUILD  |   58 +++
 staging-i686/build_fix.diff|   15 +
 staging-i686/install   |   13 +++
 staging-i686/spuriouscomma.patch   |   11 ++
 staging-x86_64/PKGBUILD|   58 +++
 staging-x86_64/build_fix.diff  |   15 +
 staging-x86_64/install |   13 +++
 staging-x86_64/spuriouscomma.patch |   11 ++
 8 files changed, 194 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 200623, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-30 08:44:48 UTC (rev 200624)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=13
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib=0.24.4' 'popt'
+ 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+spuriouscomma.patch
+build_fix.diff)
+sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
+  '7d1d5a6d1d2b0926721a994d5889c52890fc57c1'
+  'aba4d98bebae088c3401fd9259ea3cf70b96fbbf')
+
+install=install
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -p0 -i ../spuriouscomma.patch
+   # fix build with freetype 2.5.1
+   patch -Np0 -i ../build_fix.diff
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|python|python2|g' src/main.cpp
+   sed -i '/^#include g.kmm/i #include glibmm.h' 
src/*{,/*{,/*{,/*}}}.{h,cpp}
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: inkscape/repos/staging-i686/build_fix.diff (from rev 200623, 
inkscape/trunk/build_fix.diff)
===
--- staging-i686/build_fix.diff (rev 0)
+++ staging-i686/build_fix.diff 2013-11-30 08:44:48 UTC (rev 200624)
@@ -0,0 +1,15 @@
+=== modified file 'src/libnrtype/FontFactory.h'
+--- src/libnrtype/FontFactory.h2010-04-15 19:00:11 +
 src/libnrtype/FontFactory.h2013-11-28 05:54:34 +
+@@ -31,7 +31,8 @@
+ #include pango/pangowin32.h
+ #else
+ #include pango/pangoft2.h
+-#include freetype/freetype.h
++#include ft2build.h
++#include FT_FREETYPE_H
+ #endif
+ 
+ namespace Glib
+
+

Copied: inkscape/repos/staging-i686/install (from rev 200623, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-11-30 08:44:48 UTC (rev 200624)
@@ -0,0 +1,13 @@
+post_install() 

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

2013-11-30 Thread Andreas Radke
Date: Saturday, November 30, 2013 @ 10:14:20
  Author: andyrtr
Revision: 200625

upgpkg: evas_generic_loaders 1.7.9-2

poppler rebuild

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 08:44:48 UTC (rev 200624)
+++ PKGBUILD2013-11-30 09:14:20 UTC (rev 200625)
@@ -4,7 +4,7 @@
 
 pkgname=evas_generic_loaders
 pkgver=1.7.9
-pkgrel=1
+pkgrel=2
 pkgdesc=Additional generic loaders for Evas
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;



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

2013-11-30 Thread Andreas Radke
Date: Saturday, November 30, 2013 @ 10:14:38
  Author: andyrtr
Revision: 200626

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

Added:
  evas_generic_loaders/repos/staging-i686/
  evas_generic_loaders/repos/staging-i686/PKGBUILD
(from rev 200625, evas_generic_loaders/trunk/PKGBUILD)
  evas_generic_loaders/repos/staging-x86_64/
  evas_generic_loaders/repos/staging-x86_64/PKGBUILD
(from rev 200625, evas_generic_loaders/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   44 
 staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: evas_generic_loaders/repos/staging-i686/PKGBUILD (from rev 200625, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-30 09:14:38 UTC (rev 200626)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas_generic_loaders
+pkgver=1.7.9
+pkgrel=2
+pkgdesc=Additional generic loaders for Evas
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('598241d2276608fc41a79216e94b4176a4404277')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+

Copied: evas_generic_loaders/repos/staging-x86_64/PKGBUILD (from rev 200625, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-30 09:14:38 UTC (rev 200626)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas_generic_loaders
+pkgver=1.7.9
+pkgrel=2
+pkgdesc=Additional generic loaders for Evas
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('598241d2276608fc41a79216e94b4176a4404277')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+



[arch-commits] Commit in inkscape/trunk (PKGBUILD build_fix.diff freetype.patch)

2013-11-30 Thread Gaetan Bisson
Date: Saturday, November 30, 2013 @ 10:22:16
  Author: bisson
Revision: 200627

revert bikeshedding

Added:
  inkscape/trunk/freetype.patch
(from rev 200626, inkscape/trunk/build_fix.diff)
Modified:
  inkscape/trunk/PKGBUILD
Deleted:
  inkscape/trunk/build_fix.diff

+
 PKGBUILD   |   17 -
 build_fix.diff |   15 ---
 freetype.patch |   15 +++
 3 files changed, 23 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 09:14:38 UTC (rev 200626)
+++ PKGBUILD2013-11-30 09:22:16 UTC (rev 200627)
@@ -11,7 +11,7 @@
 license=('GPL' 'LGPL')
 arch=('i686' 'x86_64')
 makedepends=('boost' 'intltool')
-depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib=0.24.4' 'popt'
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
  'python2' 'desktop-file-utils' 'hicolor-icon-theme')
 optdepends=('pstoedit: latex formulas'
 'texlive-core: latex formulas'
@@ -18,9 +18,9 @@
 'python2-numpy: some extensions'
 'python2-lxml: some extensions and filters'
 'uniconvertor: reading/writing to some proprietary formats')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
-spuriouscomma.patch
-build_fix.diff)
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'spuriouscomma.patch'
+   'freetype.patch')
 sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
   '7d1d5a6d1d2b0926721a994d5889c52890fc57c1'
   'aba4d98bebae088c3401fd9259ea3cf70b96fbbf')
@@ -28,10 +28,9 @@
 install=install
 
 prepare() {
-   cd ${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p0 -i ../freetype.patch # FS#37956
patch -p0 -i ../spuriouscomma.patch
-   # fix build with freetype 2.5.1
-   patch -Np0 -i ../build_fix.diff
sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
@@ -41,7 +40,7 @@
 }
 
 build() {
-   cd ${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}-${pkgver}
./configure \
--prefix=/usr \
--with-python \
@@ -53,6 +52,6 @@
 }
 
 package() {
-   cd ${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
 }

Deleted: build_fix.diff
===
--- build_fix.diff  2013-11-30 09:14:38 UTC (rev 200626)
+++ build_fix.diff  2013-11-30 09:22:16 UTC (rev 200627)
@@ -1,15 +0,0 @@
-=== modified file 'src/libnrtype/FontFactory.h'
 src/libnrtype/FontFactory.h2010-04-15 19:00:11 +
-+++ src/libnrtype/FontFactory.h2013-11-28 05:54:34 +
-@@ -31,7 +31,8 @@
- #include pango/pangowin32.h
- #else
- #include pango/pangoft2.h
--#include freetype/freetype.h
-+#include ft2build.h
-+#include FT_FREETYPE_H
- #endif
- 
- namespace Glib
-
-

Copied: inkscape/trunk/freetype.patch (from rev 200626, 
inkscape/trunk/build_fix.diff)
===
--- freetype.patch  (rev 0)
+++ freetype.patch  2013-11-30 09:22:16 UTC (rev 200627)
@@ -0,0 +1,15 @@
+=== modified file 'src/libnrtype/FontFactory.h'
+--- src/libnrtype/FontFactory.h2010-04-15 19:00:11 +
 src/libnrtype/FontFactory.h2013-11-28 05:54:34 +
+@@ -31,7 +31,8 @@
+ #include pango/pangowin32.h
+ #else
+ #include pango/pangoft2.h
+-#include freetype/freetype.h
++#include ft2build.h
++#include FT_FREETYPE_H
+ #endif
+ 
+ namespace Glib
+
+



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

2013-11-30 Thread Andrea Scarpino
Date: Saturday, November 30, 2013 @ 10:22:28
  Author: andrea
Revision: 200628

Release Qt 5.2 RC1 in [kde-unstable]

Added:
  qt5/kde-unstable/
Modified:
  qt5/kde-unstable/PKGBUILD
  qt5/kde-unstable/use-python2.patch
Deleted:
  qt5/kde-unstable/bison3.patch

---+
 PKGBUILD  |   81 +-
 bison3.patch  |   38 --
 use-python2.patch |  140 
 3 files changed, 101 insertions(+), 158 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2013-11-29 16:24:13 UTC (rev 200596)
+++ kde-unstable/PKGBUILD   2013-11-30 09:22:28 UTC (rev 200628)
@@ -3,11 +3,12 @@
 
 pkgbase=qt5
 pkgname=('qt5-base'
+ 'qt5-connectivity'
  'qt5-declarative'
  'qt5-doc'
  'qt5-graphicaleffects'
  'qt5-imageformats'
- 'qt5-jsbackend'
+ 'qt5-location'
  'qt5-multimedia'
  'qt5-quick1'
  'qt5-quickcontrols'
@@ -20,8 +21,9 @@
  'qt5-webkit'
  'qt5-x11extras'
  'qt5-xmlpatterns')
-pkgver=5.1.1
-pkgrel=6
+pkgver=5.2.0rc1
+_pkgver=5.2.0-rc1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -30,20 +32,18 @@
 'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 
'desktop-file-utils'
 'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 
'libfbclient'
 'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig'
-'openal' 'gtk2' 'libxkbcommon')
+'openal' 'gtk2' 'libxkbcommon' 'python')
 groups=('qt' 'qt5')
-_pkgfqn=qt-everywhere-opensource-src-${pkgver}
-source=(http://download.qt-project.org/official_releases/qt/5.1/${pkgver}/single/${_pkgfqn}.tar.xz;
+_pkgfqn=qt-everywhere-opensource-src-${_pkgver}
+source=(http://download.qt-project.org/development_releases/qt/5.2/${_pkgver}/single/${_pkgfqn}.tar.xz;
 'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop'
-'use-python2.patch'
-'bison3.patch')
-md5sums=('697b7b8768ef8895e168366ab6b44760'
+'use-python2.patch')
+md5sums=('7bc67db0ed54bd3646f1c6e3e871e938'
  'b2897dd6a2967bccf8f10e397aafee55'
  '9638a78e502719ef8fe5f8d10d0361a9'
  '188da8f4c87316e730ebf1c6217bf5a0'
  '322b419b16c75d4de0ee7ad0a246caa1'
- '92831f79144d5cb8121915423ba47575'
- '6b162cd2bc104f0ae83ca039401be7bf')
+ 'a378deccf363bd6079da459c89aff7b9')
 
 prepare() {
   cd ${_pkgfqn}
@@ -57,10 +57,6 @@
   sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
 -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
 $(find . -name '*.py')
-
-  # Fix build with bison 3.x
-  cd qtwebkit
-  patch -p1 -i ${srcdir}/bison3.patch
 }
 
 build() {
@@ -103,8 +99,8 @@
 package_qt5-base() {
   pkgdesc='A cross-platform application and UI framework'
   depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'dbus' 'fontconfig' 
'systemd'
-   'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'libpng' 
'xcb-util-image'
-   'icu' 'qtchooser' 'libxkbcommon')
+   'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu'
+   'qtchooser' 'libxkbcommon')
   optdepends=('postgresql-libs: PostgreSQL driver'
   'libmariadbclient: MariaDB driver'
   'unixodbc: ODBC driver'
@@ -124,7 +120,7 @@
 
   # Fix wrong qmake path in pri file
   sed -i s|${srcdir}/${_pkgfqn}/qtbase|/usr| \
-${pkgdir}/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap.pri
+${pkgdir}/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
 
   # Useful symlinks
   install -d ${pkgdir}/usr/bin
@@ -133,9 +129,24 @@
   done
 }
 
+package_qt5-connectivity() {
+  pkgdesc='A cross-platform application and UI framework (QtBluetooth, QtNfc)'
+  depends=('qt5-declarative')
+
+  cd ${_pkgfqn}/qtconnectivity
+  make INSTALL_ROOT=${pkgdir} install
+
+  # Fix wrong path in prl files
+  find ${pkgdir}/usr/lib -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} 
\;
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
+}
+
 package_qt5-declarative() {
   pkgdesc='A cross-platform application and UI framework (QtQml, QtQuick)'
-  depends=('qt5-jsbackend' 'qt5-xmlpatterns')
+  depends=('qt5-xmlpatterns')
   conflicts=('qt')
 
   cd ${_pkgfqn}/qtdeclarative
@@ -172,21 +183,6 @@
 ${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
-package_qt5-jsbackend() {
-  pkgdesc='A cross-platform application and UI framework (QtV8)'
-  depends=('qt5-base')
-
-  cd ${_pkgfqn}/qtjsbackend
-  make INSTALL_ROOT=${pkgdir} install
-
-  # Fix wrong path in prl files
-  find ${pkgdir}/usr/lib -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} 
\;
-
-  

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

2013-11-30 Thread Laurent Carlier
Date: Saturday, November 30, 2013 @ 10:37:00
  Author: lcarlier
Revision: 101690

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

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

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

Copied: pdf2djvu/repos/community-staging-i686/PKGBUILD (from rev 101689, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-30 09:37:00 UTC (rev 101690)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=pdf2djvu
+pkgver=0.7.17
+pkgrel=2
+pkgdesc=Creates DjVu files from PDF files
+arch=('i686' 'x86_64')
+url=http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('fedec591afb14b144808d1a4facab174')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+

Copied: pdf2djvu/repos/community-staging-x86_64/PKGBUILD (from rev 101689, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-30 09:37:00 UTC (rev 101690)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=pdf2djvu
+pkgver=0.7.17
+pkgrel=2
+pkgdesc=Creates DjVu files from PDF files
+arch=('i686' 'x86_64')
+url=http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('fedec591afb14b144808d1a4facab174')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+



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

2013-11-30 Thread Laurent Carlier
Date: Saturday, November 30, 2013 @ 10:36:48
  Author: lcarlier
Revision: 101689

upgpkg: pdf2djvu 0.7.17-2

poppler 0.24.4 rebuild

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 08:11:55 UTC (rev 101688)
+++ PKGBUILD2013-11-30 09:36:48 UTC (rev 101689)
@@ -4,7 +4,7 @@
 
 pkgname=pdf2djvu
 pkgver=0.7.17
-pkgrel=1
+pkgrel=2
 pkgdesc=Creates DjVu files from PDF files
 arch=('i686' 'x86_64')
 url=http://pdf2djvu.googlecode.com;



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

2013-11-30 Thread Andreas Radke
Date: Saturday, November 30, 2013 @ 11:00:05
  Author: andyrtr
Revision: 200629

upgpkg: calligra 2.7.5-2

poppler rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 09:22:28 UTC (rev 200628)
+++ PKGBUILD2013-11-30 10:00:05 UTC (rev 200629)
@@ -18,7 +18,7 @@
  'calligra-stage'
  'calligra-words')
 pkgver=2.7.5
-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 (30 files)

2013-11-30 Thread Andreas Radke
Date: Saturday, November 30, 2013 @ 11:01:14
  Author: andyrtr
Revision: 200630

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

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

---+
 staging-i686/PKGBUILD |  229 
 staging-i686/calligra-braindump.install   |   12 +
 staging-i686/calligra-extras.install  |   11 +
 staging-i686/calligra-filters.install |   11 +
 staging-i686/calligra-flow.install|   12 +
 staging-i686/calligra-karbon.install  |   12 +
 staging-i686/calligra-kexi.install|   12 +
 staging-i686/calligra-krita.install   |   13 +
 staging-i686/calligra-plan.install|   12 +
 staging-i686/calligra-plugins.install |   11 +
 staging-i686/calligra-sheets.install  |   12 +
 staging-i686/calligra-stage.install   |   12 +
 staging-i686/calligra-words.install   |   12 +
 staging-i686/calligra.install |   11 +
 staging-x86_64/PKGBUILD   |  229 
 staging-x86_64/calligra-braindump.install |   12 +
 staging-x86_64/calligra-extras.install|   11 +
 staging-x86_64/calligra-filters.install   |   11 +
 staging-x86_64/calligra-flow.install  |   12 +
 staging-x86_64/calligra-karbon.install|   12 +
 staging-x86_64/calligra-kexi.install  |   12 +
 staging-x86_64/calligra-krita.install |   13 +
 staging-x86_64/calligra-plan.install  |   12 +
 staging-x86_64/calligra-plugins.install   |   11 +
 staging-x86_64/calligra-sheets.install|   12 +
 staging-x86_64/calligra-stage.install |   12 +
 staging-x86_64/calligra-words.install |   12 +
 staging-x86_64/calligra.install   |   11 +
 28 files changed, 764 insertions(+)

Copied: 

[arch-commits] Commit in qt5 (18 files)

2013-11-30 Thread Andrea Scarpino
Date: Saturday, November 30, 2013 @ 11:36:27
  Author: andrea
Revision: 200638

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  qt5/repos/kde-unstable-i686/
  qt5/repos/kde-unstable-i686/PKGBUILD
(from rev 200637, qt5/kde-unstable/PKGBUILD)
  qt5/repos/kde-unstable-i686/assistant.desktop
(from rev 200637, qt5/kde-unstable/assistant.desktop)
  qt5/repos/kde-unstable-i686/designer.desktop
(from rev 200637, qt5/kde-unstable/designer.desktop)
  qt5/repos/kde-unstable-i686/linguist.desktop
(from rev 200637, qt5/kde-unstable/linguist.desktop)
  qt5/repos/kde-unstable-i686/qdbusviewer.desktop
(from rev 200637, qt5/kde-unstable/qdbusviewer.desktop)
  qt5/repos/kde-unstable-i686/qt5-tools.install
(from rev 200637, qt5/kde-unstable/qt5-tools.install)
  qt5/repos/kde-unstable-i686/use-python2.patch
(from rev 200637, qt5/kde-unstable/use-python2.patch)
  qt5/repos/kde-unstable-x86_64/
  qt5/repos/kde-unstable-x86_64/PKGBUILD
(from rev 200637, qt5/kde-unstable/PKGBUILD)
  qt5/repos/kde-unstable-x86_64/assistant.desktop
(from rev 200637, qt5/kde-unstable/assistant.desktop)
  qt5/repos/kde-unstable-x86_64/designer.desktop
(from rev 200637, qt5/kde-unstable/designer.desktop)
  qt5/repos/kde-unstable-x86_64/linguist.desktop
(from rev 200637, qt5/kde-unstable/linguist.desktop)
  qt5/repos/kde-unstable-x86_64/qdbusviewer.desktop
(from rev 200637, qt5/kde-unstable/qdbusviewer.desktop)
  qt5/repos/kde-unstable-x86_64/qt5-tools.install
(from rev 200637, qt5/kde-unstable/qt5-tools.install)
  qt5/repos/kde-unstable-x86_64/use-python2.patch
(from rev 200637, qt5/kde-unstable/use-python2.patch)
Modified:
  qt5/trunk/PKGBUILD
Deleted:
  qt5/trunk/bison3.patch

---+
 repos/kde-unstable-i686/PKGBUILD  |  445 
 repos/kde-unstable-i686/assistant.desktop |8 
 repos/kde-unstable-i686/designer.desktop  |   10 
 repos/kde-unstable-i686/linguist.desktop  |9 
 repos/kde-unstable-i686/qdbusviewer.desktop   |9 
 repos/kde-unstable-i686/qt5-tools.install |   12 
 repos/kde-unstable-i686/use-python2.patch |   88 
 repos/kde-unstable-x86_64/PKGBUILD|  445 
 repos/kde-unstable-x86_64/assistant.desktop   |8 
 repos/kde-unstable-x86_64/designer.desktop|   10 
 repos/kde-unstable-x86_64/linguist.desktop|9 
 repos/kde-unstable-x86_64/qdbusviewer.desktop |9 
 repos/kde-unstable-x86_64/qt5-tools.install   |   12 
 repos/kde-unstable-x86_64/use-python2.patch   |   88 
 trunk/PKGBUILD|   81 ++--
 trunk/bison3.patch|   38 --
 16 files changed, 1208 insertions(+), 73 deletions(-)

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


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

2013-11-30 Thread Bartłomiej Piotrowski
Date: Saturday, November 30, 2013 @ 11:49:32
  Author: bpiotrowski
Revision: 101693

upgpkg: virtualbox-modules 4.3.4-2

- rebuild against linux 3.12.2

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 10:34:31 UTC (rev 101692)
+++ PKGBUILD2013-11-30 10:49:32 UTC (rev 101693)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2013-11-30 Thread Bartłomiej Piotrowski
Date: Saturday, November 30, 2013 @ 11:49:40
  Author: bpiotrowski
Revision: 101694

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

Added:
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 101693, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 101693, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 101693, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 101693, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 101693, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 101693, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 101693, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 101693, virtualbox-modules/trunk/virtualbox-host-modules.install)

---+
 community-testing-i686/PKGBUILD   |   63 
 community-testing-i686/build.sh   |   60 +++
 community-testing-i686/virtualbox-guest-modules.install   |   21 
 community-testing-i686/virtualbox-host-modules.install|   23 
 community-testing-x86_64/PKGBUILD |   63 
 community-testing-x86_64/build.sh |   60 +++
 community-testing-x86_64/virtualbox-guest-modules.install |   21 
 community-testing-x86_64/virtualbox-host-modules.install  |   23 
 8 files changed, 334 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
101693, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-30 10:49:40 UTC (rev 101694)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=4.3.4
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux=3.12' 'linux3.13'
+ 'linux-headers=3.12' 'linux-headers3.13'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver)
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-3.12-ARCH
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux=3.12' 'linux3.13')
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux=3.12' 'linux3.13')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
101693, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2013-11-30 10:49:40 UTC (rev 101694)
@@ -0,0 +1,60 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+usage() {
+  

[arch-commits] Commit in virtualbox-modules-lts/repos (10 files)

2013-11-30 Thread Bartłomiej Piotrowski
Date: Saturday, November 30, 2013 @ 11:52:49
  Author: bpiotrowski
Revision: 101696

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

Added:
  virtualbox-modules-lts/repos/community-testing-i686/
  virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD
(from rev 101695, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-i686/build.sh
(from rev 101695, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install
(from rev 101695, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install
(from rev 101695, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-testing-x86_64/
  virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 101695, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-x86_64/build.sh
(from rev 101695, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install
(from rev 101695, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install
(from rev 101695, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)

---+
 community-testing-i686/PKGBUILD   |   65 ++
 community-testing-i686/build.sh   |   60 +
 community-testing-i686/virtualbox-guest-modules-lts.install   |   21 +++
 community-testing-i686/virtualbox-host-modules-lts.install|   23 +++
 community-testing-x86_64/PKGBUILD |   65 ++
 community-testing-x86_64/build.sh |   60 +
 community-testing-x86_64/virtualbox-guest-modules-lts.install |   21 +++
 community-testing-x86_64/virtualbox-host-modules-lts.install  |   23 +++
 8 files changed, 338 insertions(+)

Copied: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD (from rev 
101695, virtualbox-modules-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-30 10:52:49 UTC (rev 101696)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Sébastien Luttringer
+
+pkgbase=virtualbox-modules-lts
+pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
+pkgver=4.3.4
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-lts=3.10' 'linux-lts3.11'
+ 'linux-lts-headers=3.10' 'linux-lts-headers3.11'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver)
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-3.10-lts
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux-lts=3.10' 'linux-lts3.11')
+  replaces=('virtualbox-modules-lts')
+  conflicts=('virtualbox-modules-lts')
+  provides=(virtualbox-host-modules=$pkgver)
+  install=virtualbox-host-modules-lts.install
+
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux-lts=3.10' 'linux-lts3.11')
+  replaces=('virtualbox-archlinux-modules-lts')
+  conflicts=('virtualbox-archlinux-modules-lts')
+  provides=(virtualbox-guest-modules=$pkgver)
+  install=virtualbox-guest-modules-lts.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 

[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2013-11-30 Thread Bartłomiej Piotrowski
Date: Saturday, November 30, 2013 @ 11:52:46
  Author: bpiotrowski
Revision: 101695

upgpkg: virtualbox-modules-lts 4.3.4-2

- rebuild against linux-lts 3.10.21

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 10:49:40 UTC (rev 101694)
+++ PKGBUILD2013-11-30 10:52:46 UTC (rev 101695)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.3.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2013-11-30 Thread Bartłomiej Piotrowski
Date: Saturday, November 30, 2013 @ 12:24:52
  Author: bpiotrowski
Revision: 101698

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

Added:
  spectrwm/repos/community-i686/LICENSE
(from rev 101697, spectrwm/trunk/LICENSE)
  spectrwm/repos/community-i686/PKGBUILD
(from rev 101697, spectrwm/trunk/PKGBUILD)
  spectrwm/repos/community-i686/baraction.sh
(from rev 101697, spectrwm/trunk/baraction.sh)
  spectrwm/repos/community-x86_64/LICENSE
(from rev 101697, spectrwm/trunk/LICENSE)
  spectrwm/repos/community-x86_64/PKGBUILD
(from rev 101697, spectrwm/trunk/PKGBUILD)
  spectrwm/repos/community-x86_64/baraction.sh
(from rev 101697, spectrwm/trunk/baraction.sh)
Deleted:
  spectrwm/repos/community-i686/LICENSE
  spectrwm/repos/community-i686/PKGBUILD
  spectrwm/repos/community-i686/baraction.sh
  spectrwm/repos/community-x86_64/LICENSE
  spectrwm/repos/community-x86_64/PKGBUILD
  spectrwm/repos/community-x86_64/baraction.sh

---+
 /LICENSE  |   94 ++
 /PKGBUILD |  134 
 /baraction.sh |  164 
 community-i686/LICENSE|   47 ---
 community-i686/PKGBUILD   |   67 
 community-i686/baraction.sh   |   82 
 community-x86_64/LICENSE  |   47 ---
 community-x86_64/PKGBUILD |   67 
 community-x86_64/baraction.sh |   82 
 9 files changed, 392 insertions(+), 392 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2013-11-30 11:24:42 UTC (rev 101697)
+++ community-i686/LICENSE  2013-11-30 11:24:52 UTC (rev 101698)
@@ -1,47 +0,0 @@
-/*
- * Copyright (c) 2009 Marco Peereboom ma...@peereboom.us
- * Copyright (c) 2009 Ryan McBride mcbr...@countersiege.com
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *  * THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-/*
- * Much code and ideas taken from dwm under the following license:
- * MIT/X Consortium License
- *
- * 2006-2008 Anselm R Garbe garbeam at gmail dot com
- * 2006-2007 Sander van Dijk a dot h dot vandijk at gmail dot com
- * 2006-2007 Jukka Salmi jukka at salmi dot ch
- * 2007 Premysl Hruby dfenze at gmail dot com
- * 2007 Szabolcs Nagy nszabolcs at gmail dot com
- * 2007 Christof Musik christof at sendfax dot de
- * 2007-2008 Enno Gottox Boland gottox at s01 dot de
- * 2007-2008 Peter Hartlich sgkkr at hartlich dot com
- * 2008 Martin Hurton martin dot hurton at gmail dot com
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the Software),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
- */

Copied: spectrwm/repos/community-i686/LICENSE (from rev 101697, 
spectrwm/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2013-11-30 11:24:52 UTC (rev 101698)
@@ -0,0 +1,47 @@
+/*
+ * Copyright (c) 2009 Marco Peereboom ma...@peereboom.us
+ * Copyright (c) 2009 Ryan McBride mcbr...@countersiege.com
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * 

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

2013-11-30 Thread Bartłomiej Piotrowski
Date: Saturday, November 30, 2013 @ 12:24:42
  Author: bpiotrowski
Revision: 101697

upgpkg: spectrwm 2.4.0-1

- new upstream release

Modified:
  spectrwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 10:52:49 UTC (rev 101696)
+++ PKGBUILD2013-11-30 11:24:42 UTC (rev 101697)
@@ -3,7 +3,7 @@
 # Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
 
 pkgname=spectrwm
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc=A minimalistic automatic tiling window manager that tries to stay out 
of the way.
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 
source=(http://opensource.conformal.com/snapshots/$pkgname/$pkgname-$pkgver.tgz 
\
LICENSE \
 baraction.sh)
-md5sums=('7698a5b219fdabad07a76ef45b1360d1'
+md5sums=('23e32c1e292f2fc94ed88195ffe60023'
  'a67cfe51079481e5b0eab1ad371379e3'
  '950d663692e1da56e0ac864c6c3ed80e')
 



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

2013-11-30 Thread Bartłomiej Piotrowski
Date: Saturday, November 30, 2013 @ 14:08:25
  Author: bpiotrowski
Revision: 101699

upgpkg: gnuradio 3.7.2-2

rebuild against boost 1.55.0

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 11:24:52 UTC (rev 101698)
+++ PKGBUILD2013-11-30 13:08:25 UTC (rev 101699)
@@ -3,7 +3,7 @@
 # Contributor: Dominik Heidler dheid...@gmail.com
 pkgname=gnuradio
 pkgver=3.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc=General purpose DSP and SDR toolkit.  With drivers for usrp and fcd.
 arch=('i686' 'x86_64')
 url=http://gnuradio.org;



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

2013-11-30 Thread Bartłomiej Piotrowski
Date: Saturday, November 30, 2013 @ 14:08:32
  Author: bpiotrowski
Revision: 101700

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

Added:
  gnuradio/repos/community-staging-i686/
  gnuradio/repos/community-staging-i686/21-fcd.rules
(from rev 101699, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-i686/PKGBUILD
(from rev 101699, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-i686/gnuradio.install
(from rev 101699, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-staging-x86_64/
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 101699, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 101699, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/gnuradio.install
(from rev 101699, gnuradio/trunk/gnuradio.install)

---+
 community-staging-i686/21-fcd.rules   |9 +++
 community-staging-i686/PKGBUILD   |   81 
 community-staging-i686/gnuradio.install   |   11 +++
 community-staging-x86_64/21-fcd.rules |9 +++
 community-staging-x86_64/PKGBUILD |   81 
 community-staging-x86_64/gnuradio.install |   11 +++
 6 files changed, 202 insertions(+)

Copied: gnuradio/repos/community-staging-i686/21-fcd.rules (from rev 101699, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-i686/21-fcd.rules (rev 0)
+++ community-staging-i686/21-fcd.rules 2013-11-30 13:08:32 UTC (rev 101700)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb56 MODE:=0666
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb31 MODE:=0666
+
+# HIDAPI/hidraw:
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb56, MODE=0666
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb31, MODE=0666

Copied: gnuradio/repos/community-staging-i686/PKGBUILD (from rev 101699, 
gnuradio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-30 13:08:32 UTC (rev 101700)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=gnuradio
+pkgver=3.7.2
+pkgrel=2
+pkgdesc=General purpose DSP and SDR toolkit.  With drivers for usrp and fcd.
+arch=('i686' 'x86_64')
+url=http://gnuradio.org;
+license=('GPL')
+depends=('fftw' 'python2-numpy' 'cppunit' 'swig' 'gsl' 'blas' 'guile' 
'boost-libs=1.53' 'libusbx' 'portaudio' 'libuhd')
+makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah')
+optdepends=('python2-cheetah: gnuradio-companion'
+'python2-lxml: gnuradio-companion'
+'pygtk: gnuradio-companion'
+'wxpython: gr-wxgui'
+'qwtplot3d: gr-qtgui'
+'pyqwt: gr-qtgui'
+'doxygen: autogenerated documentation'
+'pkgconfig: ?')
+conflicts=('gnuradio-git')
+install=gnuradio.install
+
+# todo
+# add gr-osmosdr-git to optdepends
+# split the gui components?
+# build doxygen docs?
+# icons
+
+source=(http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
+21-fcd.rules)
+md5sums=('9a9da8458fd0c1b452487524ed29f3fd'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+build() {
+   export PYTHON=python2
+   cd $srcdir/$pkgname-$pkgver
+   msg Starting build.
+   mkdir -p build
+   cd build
+   cmake \
+   -DPYTHON_EXECUTABLE=$(which python2) \
+   -DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+   -DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+   -DENABLE_GRC=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr ../
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver/build
+   export PYTHON=python2
+   #make test
+}
+
+package() {
+   cd $srcdir
+   install -Dm644 21-fcd.rules $pkgdir/usr/lib/udev/rules.d/21-fcd.rules
+   cd $srcdir/$pkgname-$pkgver/grc/freedesktop
+install -Dm644 gnuradio-grc.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+   cd $srcdir/$pkgname-$pkgver/build
+   make DESTDIR=$pkgdir install
+   msg Replacing filenames to use python2.
+   sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+   $(find $pkgdir -name '*.py') \
+   $(find $pkgdir -name 'gnuradio-companion' -o -name 
'flow_graph.tmpl')
+   find $pkgdir/ -name '*.pyc' -delete
+   find $pkgdir/ -name '*.pyo' -delete
+}
+
+# options for armv6:
+# -Dhave_mfpu_neon=0 \
+# -DCMAKE_CXX_FLAGS:STRING=-march=armv6 -mfpu=vfp -mfloat-abi=hard \
+# 

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

2013-11-30 Thread Florian Pritz
Date: Saturday, November 30, 2013 @ 14:08:59
  Author: bluewind
Revision: 101701

upgpkg: lib32-gnutls 3.2.7-1

upstream update

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 13:08:32 UTC (rev 101700)
+++ PKGBUILD2013-11-30 13:08:59 UTC (rev 101701)
@@ -7,7 +7,7 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.2.6
+pkgver=3.2.7
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
 makedepends=('gcc-multilib' 'lib32-libidn')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('1dfe5188df1641754056d853725ef785'
+md5sums=('c27d14fe6ad9dc10deddc7e561e0eb63'
  'SKIP')
 
 build() {



[arch-commits] Commit in lib32-gnutls/repos/multilib-x86_64 (4 files)

2013-11-30 Thread Florian Pritz
Date: Saturday, November 30, 2013 @ 14:09:10
  Author: bluewind
Revision: 101702

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD
(from rev 101701, lib32-gnutls/trunk/PKGBUILD)
  lib32-gnutls/repos/multilib-x86_64/tls_fix.diff
(from rev 101701, lib32-gnutls/trunk/tls_fix.diff)
Deleted:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD
  lib32-gnutls/repos/multilib-x86_64/tls_fix.diff

--+
 PKGBUILD |   98 -
 tls_fix.diff |   64 ++---
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-30 13:08:59 UTC (rev 101701)
+++ PKGBUILD2013-11-30 13:09:10 UTC (rev 101702)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Christoph Vigano mail at cvigano dot de
-# Contributor: Biru Ionut io...@archlinux.ro
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.2.6
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-libidn')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('1dfe5188df1641754056d853725ef785'
- 'SKIP')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find $pkgdir
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 101701, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-30 13:09:10 UTC (rev 101702)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Christoph Vigano mail at cvigano dot de
+# Contributor: Biru Ionut io...@archlinux.ro
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.2.7
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
+makedepends=('gcc-multilib' 'lib32-libidn')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('c27d14fe6ad9dc10deddc7e561e0eb63'
+ 'SKIP')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find $pkgdir
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}

Deleted: tls_fix.diff
===
--- tls_fix.diff2013-11-30 13:08:59 UTC (rev 101701)
+++ tls_fix.diff2013-11-30 13:09:10 UTC (rev 101702)
@@ -1,32 +0,0 @@
-diff --git a/lib/gnutls_cipher.c b/lib/gnutls_cipher.c
-index 198cb34..3caa5ac 100644
 a/lib/gnutls_cipher.c
-+++ b/lib/gnutls_cipher.c
-@@ -710,7 +710,11 @@ ciphertext_to_compressed (gnutls_session_t session,
- return gnutls_assert_val(ret);
- 
-   if (unlikely((unsigned)length_to_decrypt  compressed-size))
--return gnutls_assert_val(GNUTLS_E_DECRYPTION_FAILED);
-+{
-+  _gnutls_audit_log(session, Received %u bytes, while expecting less 
than %u\n,
-+(unsigned int)length_to_decrypt, (unsigned 
int)compressed-size);
-+  return gnutls_assert_val(GNUTLS_E_DECRYPTION_FAILED);
-+}
- 
-   ret =
-_gnutls_auth_cipher_decrypt2 (params-read.cipher_state,

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

2013-11-30 Thread Bartłomiej Piotrowski
Date: Saturday, November 30, 2013 @ 14:09:30
  Author: bpiotrowski
Revision: 101704

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

Added:
  luxrays/repos/community-staging-i686/
  luxrays/repos/community-staging-i686/PKGBUILD
(from rev 101703, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-staging-i686/QTBUG-22829.diff
(from rev 101703, luxrays/trunk/QTBUG-22829.diff)
  luxrays/repos/community-staging-i686/luxmark_scenes_path.diff
(from rev 101703, luxrays/trunk/luxmark_scenes_path.diff)
  luxrays/repos/community-staging-x86_64/
  luxrays/repos/community-staging-x86_64/PKGBUILD
(from rev 101703, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-staging-x86_64/QTBUG-22829.diff
(from rev 101703, luxrays/trunk/QTBUG-22829.diff)
  luxrays/repos/community-staging-x86_64/luxmark_scenes_path.diff
(from rev 101703, luxrays/trunk/luxmark_scenes_path.diff)

---+
 community-staging-i686/PKGBUILD   |   74 
 community-staging-i686/QTBUG-22829.diff   |   17 
 community-staging-i686/luxmark_scenes_path.diff   |   20 +
 community-staging-x86_64/PKGBUILD |   74 
 community-staging-x86_64/QTBUG-22829.diff |   17 
 community-staging-x86_64/luxmark_scenes_path.diff |   20 +
 6 files changed, 222 insertions(+)

Copied: luxrays/repos/community-staging-i686/PKGBUILD (from rev 101703, 
luxrays/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-30 13:09:30 UTC (rev 101704)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=('luxrays' 'luxmark')
+pkgver=1.3.1
+_pkgver=7459cd8a9583
+pkgrel=2
+pkgdesc=Accelerate the ray intersection process by using GPUs
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('freeimage' 'libcl' 'libgl')
+makedepends=('cmake' 'boost' 'mesa' 'opencl-headers' 'glew' 'freeglut' 'qt4')
+options=('staticlibs')
+source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2 \
+http://www.luxrender.net/release/luxmark/room_scene_v2.1.zip \
+luxmark_scenes_path.diff QTBUG-22829.diff)
+md5sums=('85e5e07550553fb310a7f48530a4'
+ 'ae917f025e32e20b1d20ebf8d22204cb'
+ '1fd2a6f32e2822b5e0f147304292a1b9'
+ '6e20ee7ea64c578431d51065d0871abc')
+
+prepare() {
+  cd $srcdir/luxrender-luxrays-$_pkgver
+
+  # change the path to luxmark scenes
+  patch -Np1  $srcdir/luxmark_scenes_path.diff || true
+
+  # workaround QTBUG-22829 (moc doesn't work with boost headers)
+  patch -Np1  $srcdir/QTBUG-22829.diff || true
+}
+
+build() {
+  cd $srcdir/luxrender-luxrays-$_pkgver
+
+  export CXXFLAGS=$CXXFLAGS -lpthread
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DBUILD_LUXMARK=ON \
+.
+  make
+}
+
+package_luxrays() {
+  optdepends=('glew: demos (SmallLuxGPU etc.)' 'freeglut: demos (SmallLuxGPU 
etc.)'
+  'boost-libs: demos (SmallLuxGPU etc.)')
+
+  cd $srcdir/luxrender-luxrays-$_pkgver
+
+  install -d -m755 $pkgdir/usr/{bin,include,lib}
+  install -m755 bin/* $pkgdir/usr/bin
+  install -m644 lib/* $pkgdir/usr/lib
+  cp -a include $pkgdir/usr
+
+  # remove luxmark (packaged separately)
+  rm $pkgdir/usr/bin/luxmark
+}
+
+package_luxmark() {
+  pkgdesc=OpenCL benchmark tool
+  depends+=(${depends[@]} 'boost-libs' 'qt4')
+
+  cd $srcdir/luxrender-luxrays-$_pkgver
+  install -d -m755 $pkgdir/usr/{bin,share}
+  install -m755 bin/luxmark $pkgdir/usr/bin
+
+  # install scenes
+  cp -a samples/luxmark/scenes  $pkgdir/usr/share/luxmark
+  cp -a $srcdir/samples/luxmark/scenes/room $pkgdir/usr/share/luxmark
+  # fix the paths
+  sed -i 's|scenes/|/usr/share/luxmark/|' $pkgdir/usr/share/luxmark/*/*.cfg 
$pkgdir/usr/share/luxmark/*/*.scn
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-staging-i686/QTBUG-22829.diff (from rev 101703, 
luxrays/trunk/QTBUG-22829.diff)
===
--- community-staging-i686/QTBUG-22829.diff (rev 0)
+++ community-staging-i686/QTBUG-22829.diff 2013-11-30 13:09:30 UTC (rev 
101704)
@@ -0,0 +1,17 @@
+diff -rup luxrender-luxrays-d16b0f132b4a/samples/luxmark/slgdefs.h 
luxrender-luxrays-d16b0f132b4a.new/samples/luxmark/slgdefs.h
+--- luxrender-luxrays-d16b0f132b4a/samples/luxmark/slgdefs.h   2013-10-16 
11:16:00.0 +0200
 luxrender-luxrays-d16b0f132b4a.new/samples/luxmark/slgdefs.h   
2013-10-30 20:29:36.768650444 +0100
+@@ -41,11 +41,13 @@
+ #include luxrays/core/utils.h
+ #include luxrays/utils/atomic.h
+ 
++#ifndef Q_MOC_RUN
+ #include slg/slg.h
+ #include slg/rendersession.h
+ #include slg/renderconfig.h
+ #include slg/sdl/scene.h
+ #include 

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

2013-11-30 Thread Bartłomiej Piotrowski
Date: Saturday, November 30, 2013 @ 14:09:25
  Author: bpiotrowski
Revision: 101703

upgpkg: luxrays 1.3.1-2

rebuild against boost 1.55.0

Modified:
  luxrays/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 13:09:10 UTC (rev 101702)
+++ PKGBUILD2013-11-30 13:09:25 UTC (rev 101703)
@@ -3,7 +3,7 @@
 pkgname=('luxrays' 'luxmark')
 pkgver=1.3.1
 _pkgver=7459cd8a9583
-pkgrel=1
+pkgrel=2
 pkgdesc=Accelerate the ray intersection process by using GPUs
 arch=('i686' 'x86_64')
 url=http://www.luxrender.net/;



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

2013-11-30 Thread Sébastien Luttringer
Date: Saturday, November 30, 2013 @ 14:16:11
  Author: seblu
Revision: 101705

Fix typo in makedepends

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 13:09:30 UTC (rev 101704)
+++ PKGBUILD2013-11-30 13:16:11 UTC (rev 101705)
@@ -10,7 +10,7 @@
 url='http://www.docker.io/'
 license=('Apache')
 depends=('bridge-utils' 'iproute2' 'device-mapper' 'lxc' 'sqlite' 'systemd')
-makdepends=('git' 'go')
+makedepends=('git' 'go')
 # don't strip binaries! A sha1 is used to check binary consistency.
 options=('!strip')
 source=(git+https://github.com/dotcloud/docker.git#tag=v$pkgver;



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

2013-11-30 Thread Lukas Jirkovsky
Date: Saturday, November 30, 2013 @ 14:17:08
  Author: stativ
Revision: 101707

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

Added:
  pion/repos/community-staging-i686/
  pion/repos/community-staging-i686/PKGBUILD
(from rev 101706, pion/trunk/PKGBUILD)
  pion/repos/community-staging-i686/include_boost_units.diff
(from rev 101706, pion/trunk/include_boost_units.diff)
  pion/repos/community-staging-x86_64/
  pion/repos/community-staging-x86_64/PKGBUILD
(from rev 101706, pion/trunk/PKGBUILD)
  pion/repos/community-staging-x86_64/include_boost_units.diff
(from rev 101706, pion/trunk/include_boost_units.diff)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-i686/include_boost_units.diff   |   14 +
 community-staging-x86_64/PKGBUILD |   51 
 community-staging-x86_64/include_boost_units.diff |   14 +
 4 files changed, 130 insertions(+)

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 101706, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-30 13:17:08 UTC (rev 101707)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.4
+pkgrel=2
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip \
+include_boost_units.diff)
+md5sums=('5807d39beb0c80fdef5b8ad5cee71c1c'
+ 'b8c95c443121e4137f107814272c05f8')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1  $srcdir/include_boost_units.diff || true
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Copied: pion/repos/community-staging-i686/include_boost_units.diff (from rev 
101706, pion/trunk/include_boost_units.diff)
===
--- community-staging-i686/include_boost_units.diff 
(rev 0)
+++ community-staging-i686/include_boost_units.diff 2013-11-30 13:17:08 UTC 
(rev 101707)
@@ -0,0 +1,14 @@
+diff --git a/include/pion/error.hpp b/include/pion/error.hpp
+index 51e8ce3..3e8758c 100644
+--- a/include/pion/error.hpp
 b/include/pion/error.hpp
+@@ -19,6 +19,9 @@
+ #include boost/exception/info.hpp
+ #include boost/exception/error_info.hpp
+ #include boost/exception/get_error_info.hpp
++#if BOOST_VERSION = 104700
++#include boost/units/io.hpp
++#endif
+ #include pion/config.hpp
+ 
+ 

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 101706, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-30 13:17:08 UTC (rev 101707)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.4
+pkgrel=2
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip \
+include_boost_units.diff)
+md5sums=('5807d39beb0c80fdef5b8ad5cee71c1c'
+ 'b8c95c443121e4137f107814272c05f8')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1  $srcdir/include_boost_units.diff || true
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  

[arch-commits] Commit in pion/trunk (PKGBUILD include_boost_units.diff)

2013-11-30 Thread Lukas Jirkovsky
Date: Saturday, November 30, 2013 @ 14:16:49
  Author: stativ
Revision: 101706

upgpkg: pion 5.0.4-2

boost 1.55 rebuild

Added:
  pion/trunk/include_boost_units.diff
Modified:
  pion/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 include_boost_units.diff |   14 ++
 2 files changed, 24 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 13:16:11 UTC (rev 101705)
+++ PKGBUILD2013-11-30 13:16:49 UTC (rev 101706)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=pion
 pkgver=5.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
 url=https://github.com/cloudmeter/pion;
 arch=('i686' 'x86_64')
@@ -12,9 +12,16 @@
 provides=('pion-net')
 conflicts=('pion-net')
 replaces=('pion-net')
-source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
-md5sums=('5807d39beb0c80fdef5b8ad5cee71c1c')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip \
+include_boost_units.diff)
+md5sums=('5807d39beb0c80fdef5b8ad5cee71c1c'
+ 'b8c95c443121e4137f107814272c05f8')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1  $srcdir/include_boost_units.diff || true
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
 

Added: include_boost_units.diff
===
--- include_boost_units.diff(rev 0)
+++ include_boost_units.diff2013-11-30 13:16:49 UTC (rev 101706)
@@ -0,0 +1,14 @@
+diff --git a/include/pion/error.hpp b/include/pion/error.hpp
+index 51e8ce3..3e8758c 100644
+--- a/include/pion/error.hpp
 b/include/pion/error.hpp
+@@ -19,6 +19,9 @@
+ #include boost/exception/info.hpp
+ #include boost/exception/error_info.hpp
+ #include boost/exception/get_error_info.hpp
++#if BOOST_VERSION = 104700
++#include boost/units/io.hpp
++#endif
+ #include pion/config.hpp
+ 
+ 



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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 14:22:34
  Author: jelle
Revision: 101709

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

Added:
  python2-tagpy/repos/community-staging-i686/
  python2-tagpy/repos/community-staging-i686/PKGBUILD
(from rev 101708, python2-tagpy/trunk/PKGBUILD)
  python2-tagpy/repos/community-staging-i686/taglib1.7.patch
(from rev 101708, python2-tagpy/trunk/taglib1.7.patch)
  python2-tagpy/repos/community-staging-x86_64/
  python2-tagpy/repos/community-staging-x86_64/PKGBUILD
(from rev 101708, python2-tagpy/trunk/PKGBUILD)
  python2-tagpy/repos/community-staging-x86_64/taglib1.7.patch
(from rev 101708, python2-tagpy/trunk/taglib1.7.patch)

--+
 community-staging-i686/PKGBUILD  |   57 +
 community-staging-i686/taglib1.7.patch   |   37 ++
 community-staging-x86_64/PKGBUILD|   57 +
 community-staging-x86_64/taglib1.7.patch |   37 ++
 4 files changed, 188 insertions(+)

Copied: python2-tagpy/repos/community-staging-i686/PKGBUILD (from rev 101708, 
python2-tagpy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-30 13:22:34 UTC (rev 101709)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Callan Barrett wizzomafi...@gmail.com
+# Contributor: Scott Horowitz stonecr...@gmail.com
+
+pkgname=python2-tagpy
+pkgver=2013.1
+pkgrel=1
+pkgdesc='Python bindings for TagLib'
+arch=('x86_64' 'i686')
+url='http://pypi.python.org/pypi/tagpy'
+license=('MIT')
+depends=('python2' 'taglib' 'boost-libs')
+makedepends=('python2-setuptools' 'boost')
+replaces=('tagpy')
+conflicts=('tagpy')
+source=(http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz;
+'taglib1.7.patch')
+sha256sums=('80481c78ce34878e7a1f3231acd781a3bf1b0b569c70ce0e8d63af58061152f4'
+'f6cc34f8d4d1186270943cd7e1ad3c9478ae7064ab9b2cddf7760d493295cd26')
+
+prepare() {
+  cd tagpy-$pkgver
+
+#  patch -p1 -i $srcdir/taglib1.7.patch
+  sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py') 
+
+}
+
+build() {
+  cd tagpy-$pkgver
+
+  ./configure.py \
+--taglib-lib-dir=/usr/lib/ \
+--taglib-inc-dir=/usr/include/taglib/ \
+--boost-inc-dir=/usr/include/boost/ \
+--boost-lib-dir=/usr/lib/ \
+--boost-python-libname=boost_python
+  python2 setup.py build
+}
+
+check(){
+  cd tagpy-$pkgver
+
+  python2 setup.py test
+}
+
+package(){
+  cd tagpy-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python2-tagpy/repos/community-staging-i686/taglib1.7.patch (from rev 
101708, python2-tagpy/trunk/taglib1.7.patch)
===
--- community-staging-i686/taglib1.7.patch  (rev 0)
+++ community-staging-i686/taglib1.7.patch  2013-11-30 13:22:34 UTC (rev 
101709)
@@ -0,0 +1,37 @@
+From: Andreas Kloeckner inf...@tiker.net
+Date: Tue, 25 Dec 2012 19:36:42 + (+0100)
+Subject: Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo 
user, via Lars... 
+X-Git-Tag: v2013.1~6
+X-Git-Url: 
http://git.tiker.net/tagpy.git/commitdiff_plain/d0759c0ec7d24ae8d1af395a1032521eb00b4d1f?hp=c2801c31493f77d7c33d20fa20f0b298b0f322ef
+
+Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via 
Lars Wendler)
+---
+
+diff --git a/src/wrapper/id3.cpp b/src/wrapper/id3.cpp
+index a76f7ef..5c08ae1 100644
+--- a/src/wrapper/id3.cpp
 b/src/wrapper/id3.cpp
+@@ -79,6 +79,10 @@ namespace
+   MF_OL(setVolumeAdjustment, 1, 2);
+   MF_OL(setPeakVolume, 1, 2);
+ 
++  #if (TAGPY_TAGLIB_HEX_VERSION = 0x10700)
++MF_OL(render, 0, 1)
++  #endif
++
+   // -
+   // MPEG
+   // -
+@@ -212,7 +216,11 @@ void exposeID3()
+   .DEF_SIMPLE_METHOD(removeFrame)
+   .DEF_SIMPLE_METHOD(removeFrames)
+   
+-  .DEF_SIMPLE_METHOD(render)
++  #if (TAGPY_TAGLIB_HEX_VERSION = 0x10700)
++.DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)(int) const)
++  #else
++.DEF_SIMPLE_METHOD(render)
++  #endif
+   ;
+   }
+ 

Copied: python2-tagpy/repos/community-staging-x86_64/PKGBUILD (from rev 101708, 
python2-tagpy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-30 13:22:34 UTC (rev 101709)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Alexander 

[arch-commits] Commit in python2-tagpy/trunk (PKGBUILD taglib1.7.patch)

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 14:23:24
  Author: jelle
Revision: 101710

remove old patch

Modified:
  python2-tagpy/trunk/PKGBUILD
Deleted:
  python2-tagpy/trunk/taglib1.7.patch

-+
 PKGBUILD|7 ++-
 taglib1.7.patch |   37 -
 2 files changed, 2 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 13:22:34 UTC (rev 101709)
+++ PKGBUILD2013-11-30 13:23:24 UTC (rev 101710)
@@ -15,15 +15,12 @@
 makedepends=('python2-setuptools' 'boost')
 replaces=('tagpy')
 conflicts=('tagpy')
-source=(http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz;
-'taglib1.7.patch')
-sha256sums=('80481c78ce34878e7a1f3231acd781a3bf1b0b569c70ce0e8d63af58061152f4'
-'f6cc34f8d4d1186270943cd7e1ad3c9478ae7064ab9b2cddf7760d493295cd26')
+source=(http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz;)
+sha256sums=('80481c78ce34878e7a1f3231acd781a3bf1b0b569c70ce0e8d63af58061152f4')
 
 prepare() {
   cd tagpy-$pkgver
 
-#  patch -p1 -i $srcdir/taglib1.7.patch
   sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
 $(find . -name '*.py') 
 

Deleted: taglib1.7.patch
===
--- taglib1.7.patch 2013-11-30 13:22:34 UTC (rev 101709)
+++ taglib1.7.patch 2013-11-30 13:23:24 UTC (rev 101710)
@@ -1,37 +0,0 @@
-From: Andreas Kloeckner inf...@tiker.net
-Date: Tue, 25 Dec 2012 19:36:42 + (+0100)
-Subject: Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo 
user, via Lars... 
-X-Git-Tag: v2013.1~6
-X-Git-Url: 
http://git.tiker.net/tagpy.git/commitdiff_plain/d0759c0ec7d24ae8d1af395a1032521eb00b4d1f?hp=c2801c31493f77d7c33d20fa20f0b298b0f322ef
-
-Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via 
Lars Wendler)

-
-diff --git a/src/wrapper/id3.cpp b/src/wrapper/id3.cpp
-index a76f7ef..5c08ae1 100644
 a/src/wrapper/id3.cpp
-+++ b/src/wrapper/id3.cpp
-@@ -79,6 +79,10 @@ namespace
-   MF_OL(setVolumeAdjustment, 1, 2);
-   MF_OL(setPeakVolume, 1, 2);
- 
-+  #if (TAGPY_TAGLIB_HEX_VERSION = 0x10700)
-+MF_OL(render, 0, 1)
-+  #endif
-+
-   // -
-   // MPEG
-   // -
-@@ -212,7 +216,11 @@ void exposeID3()
-   .DEF_SIMPLE_METHOD(removeFrame)
-   .DEF_SIMPLE_METHOD(removeFrames)
-   
--  .DEF_SIMPLE_METHOD(render)
-+  #if (TAGPY_TAGLIB_HEX_VERSION = 0x10700)
-+.DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)(int) const)
-+  #else
-+.DEF_SIMPLE_METHOD(render)
-+  #endif
-   ;
-   }
- 



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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 14:22:23
  Author: jelle
Revision: 101708

upgpkg: python2-tagpy 2013.1-1

boost 1.55 rebuild

Modified:
  python2-tagpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 13:17:08 UTC (rev 101707)
+++ PKGBUILD2013-11-30 13:22:23 UTC (rev 101708)
@@ -5,8 +5,8 @@
 # Contributor: Scott Horowitz stonecr...@gmail.com
 
 pkgname=python2-tagpy
-pkgver=0.94.8
-pkgrel=5
+pkgver=2013.1
+pkgrel=1
 pkgdesc='Python bindings for TagLib'
 arch=('x86_64' 'i686')
 url='http://pypi.python.org/pypi/tagpy'
@@ -17,15 +17,16 @@
 conflicts=('tagpy')
 source=(http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz;
 'taglib1.7.patch')
-sha256sums=('56eab8dd81510f8af18e19375a0ffd5cd25c8e555104be46a92c3dc08634a0dc'
+sha256sums=('80481c78ce34878e7a1f3231acd781a3bf1b0b569c70ce0e8d63af58061152f4'
 'f6cc34f8d4d1186270943cd7e1ad3c9478ae7064ab9b2cddf7760d493295cd26')
 
 prepare() {
   cd tagpy-$pkgver
 
-  patch -p1 -i $srcdir/taglib1.7.patch
+#  patch -p1 -i $srcdir/taglib1.7.patch
   sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
 $(find . -name '*.py') 
+
 }
 
 build() {



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

2013-11-30 Thread Bartłomiej Piotrowski
Date: Saturday, November 30, 2013 @ 14:28:00
  Author: bpiotrowski
Revision: 200640

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

Added:
  ffmpeg-compat/repos/extra-i686/PKGBUILD
(from rev 200639, ffmpeg-compat/trunk/PKGBUILD)
  ffmpeg-compat/repos/extra-x86_64/PKGBUILD
(from rev 200639, ffmpeg-compat/trunk/PKGBUILD)
Deleted:
  ffmpeg-compat/repos/extra-i686/PKGBUILD
  ffmpeg-compat/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-30 13:27:49 UTC (rev 200639)
+++ extra-i686/PKGBUILD 2013-11-30 13:28:00 UTC (rev 200640)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg-compat
-pkgver=0.10.9
-pkgrel=2
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'gsm' 'lame' 'libass'
-  'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
-  'opencore-amr' 'openjpeg' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'x264' 'xvidcore' 'zlib'
-  )
-makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2)
-sha256sums=('1d0cc2dd539faefe47554935ea4e4f6aa779d0896b3e722d595aa5abe2304cf9')
-
-build() {
-  cd ffmpeg-$pkgver
-
-  CFLAGS+= -I/usr/include/openjpeg-1.5 \
-  ./configure \
---prefix=/usr \
---incdir=/usr/include/ffmpeg-compat \
---libdir=/usr/lib/ffmpeg-compat \
---shlibdir=/usr/lib/ffmpeg-compat \
---disable-debug \
---disable-static \
---enable-gpl \
---enable-libass \
---enable-libfreetype \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libxvid \
---enable-postproc \
---enable-runtime-cpudetect \
---enable-shared \
---enable-vdpau \
---enable-version3 \
---enable-x11grab
- 
-
-  make
-}
-
-package() {
-  cd ffmpeg-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -rf $pkgdir/usr/{bin,share}
-
-  install -dm755 $pkgdir/etc/ld.so.conf.d/
-  echo -e '/usr/lib/\n/usr/lib/ffmpeg-compat/'  
$pkgdir/etc/ld.so.conf.d/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ffmpeg-compat/repos/extra-i686/PKGBUILD (from rev 200639, 
ffmpeg-compat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-30 13:28:00 UTC (rev 200640)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg-compat
+pkgver=0.10.10
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'gsm' 'lame' 'libass'
+  'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
+  'opencore-amr' 'openjpeg' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2)
+sha256sums=('936058d7579bfc431b13d47c3f63ee25a0160d4c73cc0fa04fef97cd2394cb91')
+
+build() {
+  cd ffmpeg-$pkgver
+
+  CFLAGS+= -I/usr/include/openjpeg-1.5 \
+  ./configure \
+--prefix=/usr \
+--incdir=/usr/include/ffmpeg-compat \
+--libdir=/usr/lib/ffmpeg-compat \
+--shlibdir=/usr/lib/ffmpeg-compat \
+--disable-debug \
+--disable-static \
+--enable-gpl \
+--enable-libass \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+ 

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

2013-11-30 Thread Bartłomiej Piotrowski
Date: Saturday, November 30, 2013 @ 14:27:49
  Author: bpiotrowski
Revision: 200639

upgpkg: ffmpeg-compat 1:0.10.10-1

- new upstream release

Modified:
  ffmpeg-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 10:36:27 UTC (rev 200638)
+++ PKGBUILD2013-11-30 13:27:49 UTC (rev 200639)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg-compat
-pkgver=0.10.9
-pkgrel=2
+pkgver=0.10.10
+pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
   )
 makedepends=('libvdpau' 'yasm')
 source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2)
-sha256sums=('1d0cc2dd539faefe47554935ea4e4f6aa779d0896b3e722d595aa5abe2304cf9')
+sha256sums=('936058d7579bfc431b13d47c3f63ee25a0160d4c73cc0fa04fef97cd2394cb91')
 
 build() {
   cd ffmpeg-$pkgver



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

2013-11-30 Thread Lukas Jirkovsky
Date: Saturday, November 30, 2013 @ 14:30:32
  Author: stativ
Revision: 101711

upgpkg: fatrat 1.2.0_beta2-11

boost 1.55 rebuild

Modified:
  fatrat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 13:23:24 UTC (rev 101710)
+++ PKGBUILD2013-11-30 13:30:32 UTC (rev 101711)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=fatrat
 pkgver=1.2.0_beta2
-pkgrel=10
+pkgrel=11
 pkgdesc=Qt4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more
 arch=('i686' 'x86_64')
 url=http://fatrat.dolezel.info/;



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

2013-11-30 Thread Lukas Jirkovsky
Date: Saturday, November 30, 2013 @ 14:30:40
  Author: stativ
Revision: 101712

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

Added:
  fatrat/repos/community-staging-i686/
  fatrat/repos/community-staging-i686/PKGBUILD
(from rev 101711, fatrat/trunk/PKGBUILD)
  fatrat/repos/community-staging-i686/QTBUG-22829-workaround.diff
(from rev 101711, fatrat/trunk/QTBUG-22829-workaround.diff)
  fatrat/repos/community-staging-i686/pion-5.0.diff
(from rev 101711, fatrat/trunk/pion-5.0.diff)
  fatrat/repos/community-staging-x86_64/
  fatrat/repos/community-staging-x86_64/PKGBUILD
(from rev 101711, fatrat/trunk/PKGBUILD)
  fatrat/repos/community-staging-x86_64/QTBUG-22829-workaround.diff
(from rev 101711, fatrat/trunk/QTBUG-22829-workaround.diff)
  fatrat/repos/community-staging-x86_64/pion-5.0.diff
(from rev 101711, fatrat/trunk/pion-5.0.diff)

--+
 community-staging-i686/PKGBUILD  |   42 
 community-staging-i686/QTBUG-22829-workaround.diff   |   12 
 community-staging-i686/pion-5.0.diff | 1570 +
 community-staging-x86_64/PKGBUILD|   42 
 community-staging-x86_64/QTBUG-22829-workaround.diff |   12 
 community-staging-x86_64/pion-5.0.diff   | 1570 +
 6 files changed, 3248 insertions(+)

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


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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 15:43:56
  Author: bgyorgy
Revision: 101714

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

Added:
  python2-nautilus/repos/community-i686/PKGBUILD
(from rev 101713, python2-nautilus/trunk/PKGBUILD)
  python2-nautilus/repos/community-x86_64/PKGBUILD
(from rev 101713, python2-nautilus/trunk/PKGBUILD)
Deleted:
  python2-nautilus/repos/community-i686/PKGBUILD
  python2-nautilus/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-30 14:43:47 UTC (rev 101713)
+++ community-i686/PKGBUILD 2013-11-30 14:43:56 UTC (rev 101714)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Giorgio Gilestro gior...@gilest.ro
-
-pkgname=python2-nautilus
-_pkgname=nautilus-python
-pkgver=1.1
-pkgrel=3
-pkgdesc=Python bindings for the Nautilus Extension API
-arch=('i686' 'x86_64')
-url=http://projects.gnome.org/nautilus-python/;
-license=('GPL')
-depends=('nautilus' 'python2-gobject')
-replaces=('python-nautilus')
-provides=('python-nautilus')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('7825e08ada8e131f829d0e7d4144dcfac9fad7bfd7c0600bf3985349c20c496b')
-
-build() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: python2-nautilus/repos/community-i686/PKGBUILD (from rev 101713, 
python2-nautilus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-30 14:43:56 UTC (rev 101714)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Giorgio Gilestro gior...@gilest.ro
+
+pkgname=python2-nautilus
+_pkgname=nautilus-python
+pkgver=1.1
+pkgrel=4
+pkgdesc=Python bindings for the Nautilus Extension API
+arch=('i686' 'x86_64')
+url=http://projects.gnome.org/nautilus-python/;
+license=('GPL')
+depends=('nautilus' 'python2-gobject')
+replaces=('python-nautilus')
+provides=('python-nautilus')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('7825e08ada8e131f829d0e7d4144dcfac9fad7bfd7c0600bf3985349c20c496b')
+
+build() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-30 14:43:47 UTC (rev 101713)
+++ community-x86_64/PKGBUILD   2013-11-30 14:43:56 UTC (rev 101714)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Giorgio Gilestro gior...@gilest.ro
-
-pkgname=python2-nautilus
-_pkgname=nautilus-python
-pkgver=1.1
-pkgrel=3
-pkgdesc=Python bindings for the Nautilus Extension API
-arch=('i686' 'x86_64')
-url=http://projects.gnome.org/nautilus-python/;
-license=('GPL')
-depends=('nautilus' 'python2-gobject')
-replaces=('python-nautilus')
-provides=('python-nautilus')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('7825e08ada8e131f829d0e7d4144dcfac9fad7bfd7c0600bf3985349c20c496b')
-
-build() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: python2-nautilus/repos/community-x86_64/PKGBUILD (from rev 101713, 
python2-nautilus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-30 14:43:56 UTC (rev 101714)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Giorgio Gilestro gior...@gilest.ro
+
+pkgname=python2-nautilus
+_pkgname=nautilus-python
+pkgver=1.1
+pkgrel=4
+pkgdesc=Python bindings for the Nautilus Extension API
+arch=('i686' 'x86_64')
+url=http://projects.gnome.org/nautilus-python/;
+license=('GPL')
+depends=('nautilus' 'python2-gobject')

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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 15:43:47
  Author: bgyorgy
Revision: 101713

upgpkg: python2-nautilus 1.1-4

Rebuild for GNOME 3.10 (FS#37832)

Modified:
  python2-nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 13:30:40 UTC (rev 101712)
+++ PKGBUILD2013-11-30 14:43:47 UTC (rev 101713)
@@ -5,7 +5,7 @@
 pkgname=python2-nautilus
 _pkgname=nautilus-python
 pkgver=1.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Python bindings for the Nautilus Extension API
 arch=('i686' 'x86_64')
 url=http://projects.gnome.org/nautilus-python/;



[arch-commits] Commit in gnome-activity-journal/repos/community-any (12 files)

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 15:49:02
  Author: bgyorgy
Revision: 101716

archrelease: copy trunk to community-any

Added:
  gnome-activity-journal/repos/community-any/PKGBUILD
(from rev 101715, gnome-activity-journal/trunk/PKGBUILD)
  gnome-activity-journal/repos/community-any/bluebird_histogram.patch
(from rev 101715, gnome-activity-journal/trunk/bluebird_histogram.patch)
  gnome-activity-journal/repos/community-any/disable-set-background.patch
(from rev 101715, gnome-activity-journal/trunk/disable-set-background.patch)
  gnome-activity-journal/repos/community-any/fix-indicator-icon.patch
(from rev 101715, gnome-activity-journal/trunk/fix-indicator-icon.patch)
  gnome-activity-journal/repos/community-any/gnome-activity-journal.install
(from rev 101715, 
gnome-activity-journal/trunk/gnome-activity-journal.install)
  gnome-activity-journal/repos/community-any/make-libgnomeui-optional.patch
(from rev 101715, 
gnome-activity-journal/trunk/make-libgnomeui-optional.patch)
Deleted:
  gnome-activity-journal/repos/community-any/PKGBUILD
  gnome-activity-journal/repos/community-any/bluebird_histogram.patch
  gnome-activity-journal/repos/community-any/disable-set-background.patch
  gnome-activity-journal/repos/community-any/fix-indicator-icon.patch
  gnome-activity-journal/repos/community-any/gnome-activity-journal.install
  gnome-activity-journal/repos/community-any/make-libgnomeui-optional.patch

+
 PKGBUILD   |  102 -
 bluebird_histogram.patch   |   30 ++---
 disable-set-background.patch   |   66 +--
 fix-indicator-icon.patch   |   30 ++---
 gnome-activity-journal.install |   44 +++
 make-libgnomeui-optional.patch |  226 +++
 6 files changed, 249 insertions(+), 249 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-30 14:48:44 UTC (rev 101715)
+++ PKGBUILD2013-11-30 14:49:02 UTC (rev 101716)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=gnome-activity-journal
-pkgver=0.8.0
-pkgrel=5
-pkgdesc=Tool for easily browsing and finding files on your computer using the 
Zeitgeist engine
-arch=('any')
-url=https://launchpad.net/gnome-activity-journal;
-license=('GPL')
-depends=('python2-gconf' 'zeitgeist' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('python2-distutils-extra')
-optdepends=('python2-libgnome: get thumbnail of image and video files' 
-'gstreamer0.10-python: add multimedia tooltip for audio and video 
files'
-'python2-pygments: get thumbnail of text files')
-install=$pkgname.install
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz
-disable-set-background.patch
-bluebird_histogram.patch
-fix-indicator-icon.patch
-make-libgnomeui-optional.patch)
-md5sums=('46e493f090b41a49cfce422203791bc0'
- '23f0ead4fe6161e6aa71c8ad19ac5695'
- '075953e6cc1f88d2fc588488957550ee'
- 'b757b0c8e5ff06eb50d30f5028c5691b'
- 'a158b002cf33efcfefb4fa06d7ef7da5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/config.py 
gnome-activity-journal
-
-  # https://bugs.launchpad.net/gnome-activity-journal/+bug/882557
-  patch -Np1 -i $srcdir/disable-set-background.patch
-
-  # https://bugs.launchpad.net/gnome-activity-journal/+bug/924988
-  patch -Np1 -i $srcdir/bluebird_histogram.patch
-
-  # Use icon name instead of full path to fix indicator icon
-  patch -Np1 -i $srcdir/fix-indicator-icon.patch
-
-  # https://bugs.launchpad.net/gnome-activity-journal/+bug/871130
-  patch -Np1 -i $srcdir/make-libgnomeui-optional.patch
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: gnome-activity-journal/repos/community-any/PKGBUILD (from rev 101715, 
gnome-activity-journal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-30 14:49:02 UTC (rev 101716)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=gnome-activity-journal
+pkgver=0.8.0
+pkgrel=6
+pkgdesc=Tool for easily browsing and finding files on your computer using the 
Zeitgeist engine
+arch=('any')
+url=https://launchpad.net/gnome-activity-journal;
+license=('GPL')
+depends=('python2-gconf' 'python2-xdg' 'zeitgeist' 'hicolor-icon-theme' 
'xdg-utils')
+makedepends=('python2-distutils-extra')
+optdepends=('python2-libgnome: get thumbnail of image and video files' 
+'gstreamer0.10-python: add multimedia tooltip for audio and video 
files'
+'python2-pygments: get thumbnail of text files')
+install=$pkgname.install

[arch-commits] Commit in gnome-activity-journal/trunk (PKGBUILD)

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 15:48:44
  Author: bgyorgy
Revision: 101715

upgpkg: gnome-activity-journal 0.8.0-6

Add missing python2-xdg dependency (FS#37657)

Modified:
  gnome-activity-journal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 14:43:56 UTC (rev 101714)
+++ PKGBUILD2013-11-30 14:48:44 UTC (rev 101715)
@@ -3,12 +3,12 @@
 
 pkgname=gnome-activity-journal
 pkgver=0.8.0
-pkgrel=5
+pkgrel=6
 pkgdesc=Tool for easily browsing and finding files on your computer using the 
Zeitgeist engine
 arch=('any')
 url=https://launchpad.net/gnome-activity-journal;
 license=('GPL')
-depends=('python2-gconf' 'zeitgeist' 'hicolor-icon-theme' 'xdg-utils')
+depends=('python2-gconf' 'python2-xdg' 'zeitgeist' 'hicolor-icon-theme' 
'xdg-utils')
 makedepends=('python2-distutils-extra')
 optdepends=('python2-libgnome: get thumbnail of image and video files' 
 'gstreamer0.10-python: add multimedia tooltip for audio and video 
files'



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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 15:54:45
  Author: bgyorgy
Revision: 101717

upgpkg: gnome-schedule 2.2.2-1

Update to version 2.2.2

Modified:
  gnome-schedule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 14:49:02 UTC (rev 101716)
+++ PKGBUILD2013-11-30 14:54:45 UTC (rev 101717)
@@ -5,7 +5,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=gnome-schedule
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc=Graphical interface to crontab and at for GNOME
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('gnome-python' 'intltool' 'gnome-doc-utils')
 optdepends=('gnome-terminal: run tasks manually')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('74bf0652e80b696845ffacbb66ee19ba')
+md5sums=('5b4d52288661a880501703d22789cedb')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 15:54:51
  Author: bgyorgy
Revision: 101718

archrelease: copy trunk to community-any

Added:
  gnome-schedule/repos/community-any/PKGBUILD
(from rev 101717, gnome-schedule/trunk/PKGBUILD)
Deleted:
  gnome-schedule/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-30 14:54:45 UTC (rev 101717)
+++ PKGBUILD2013-11-30 14:54:51 UTC (rev 101718)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=gnome-schedule
-pkgver=2.2.1
-pkgrel=1
-pkgdesc=Graphical interface to crontab and at for GNOME
-arch=('any')
-url=http://gnome-schedule.sourceforge.net/;
-license=('GPL')
-depends=('python2-gconf' 'at' 'cron')
-makedepends=('gnome-python' 'intltool' 'gnome-doc-utils')
-optdepends=('gnome-terminal: run tasks manually')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('74bf0652e80b696845ffacbb66ee19ba')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: gnome-schedule/repos/community-any/PKGBUILD (from rev 101717, 
gnome-schedule/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-30 14:54:51 UTC (rev 101718)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gnome-schedule
+pkgver=2.2.2
+pkgrel=1
+pkgdesc=Graphical interface to crontab and at for GNOME
+arch=('any')
+url=http://gnome-schedule.sourceforge.net/;
+license=('GPL')
+depends=('python2-gconf' 'at' 'cron')
+makedepends=('gnome-python' 'intltool' 'gnome-doc-utils')
+optdepends=('gnome-terminal: run tasks manually')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('5b4d52288661a880501703d22789cedb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}



[arch-commits] Commit in activity-log-manager/trunk (PKGBUILD)

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 16:14:06
  Author: bgyorgy
Revision: 101719

Implement prepare function

Modified:
  activity-log-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 14:54:51 UTC (rev 101718)
+++ PKGBUILD2013-11-30 15:14:06 UTC (rev 101719)
@@ -17,7 +17,7 @@
 md5sums=('d886be32db0fa351aaf0eb59912ee377'
  'f7a284bca152011500cb845aebad8d14')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   # Install language files
@@ -25,8 +25,12 @@
   mv -f -t po ../po/*
   printf %s\n po/*.po | sed -e 's/po\///g' -e 's/\.po//g' po/LINGUAS
 
+  # Regenerate C files
   rm src/activity_log_manager_vala.stamp
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
@@ -33,6 +37,5 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-
   make DESTDIR=$pkgdir install
 }



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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 16:18:06
  Author: jelle
Revision: 101720

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

Added:
  openimageio/repos/community-staging-i686/
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 101719, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
(from rev 101719, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-staging-x86_64/
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 101719, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch
(from rev 101719, openimageio/trunk/fix32bit-fail.patch)

--+
 community-staging-i686/PKGBUILD  |   44 +
 community-staging-i686/fix32bit-fail.patch   |   13 +++
 community-staging-x86_64/PKGBUILD|   44 +
 community-staging-x86_64/fix32bit-fail.patch |   13 +++
 4 files changed, 114 insertions(+)

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 101719, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-30 15:18:06 UTC (rev 101720)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('c98d002c9ec843b7cc35d7aec5f03326')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openimageio/repos/community-staging-i686/fix32bit-fail.patch (from rev 
101719, openimageio/trunk/fix32bit-fail.patch)
===
--- community-staging-i686/fix32bit-fail.patch  (rev 0)
+++ community-staging-i686/fix32bit-fail.patch  2013-11-30 15:18:06 UTC (rev 
101720)
@@ -0,0 +1,13 @@
+--- orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
 fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
+@@ -8,9 +8,9 @@
+ 
+ // If compiling with MFC, you might want to add #include StdAfx.h
+ 
++#include SHA1.h
+ #include hash.h
+ #include dassert.h
+-#include SHA1.h
+ 
+ #ifdef SHA1_UTILITY_FUNCTIONS
+ #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-staging-x86_64/PKGBUILD (from rev 101719, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-30 15:18:06 UTC (rev 101720)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('c98d002c9ec843b7cc35d7aec5f03326')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openimageio/repos/community-staging-x86_64/fix32bit-fail.patch (from 
rev 101719, openimageio/trunk/fix32bit-fail.patch)

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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 16:19:19
  Author: bgyorgy
Revision: 101721

Implement prepare function

Modified:
  agave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 15:18:06 UTC (rev 101720)
+++ PKGBUILD2013-11-30 15:19:19 UTC (rev 101721)
@@ -23,12 +23,21 @@
  'c41adfd52ecbf837f4338e67693640fc'
  '7419d23329f847dcde12baa467b52135')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/agave-0.4.7-mdv-fix-str-fmt.patch # Fedora patch
-  patch -Np1 -i $srcdir/schemebox.patch # gcs-schemebox patch
+
+  # Build fix from Fedora
+  patch -Np1 -i $srcdir/agave-0.4.7-mdv-fix-str-fmt.patch
+
+  # Another build fix
+  patch -Np1 -i $srcdir/schemebox.patch
+
+  # Remove deprecated libgnome dependency
   patch -Np1 -i $srcdir/drop-libgnome.patch
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-scrollkeeper --disable-gnome --disable-schemas-install 
\
   --with-gconf-schema-file-dir=/usr/share/gconf/schemas
@@ -37,12 +46,10 @@
 
 check() {
   cd $srcdir/$pkgname-$pkgver
-
   make check
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-
   make DESTDIR=$pkgdir install
 }



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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 16:36:25
  Author: jelle
Revision: 101723

archrelease: copy trunk to community-any

Added:
  python2-tempita/repos/community-any/PKGBUILD
(from rev 101722, python2-tempita/trunk/PKGBUILD)
Deleted:
  python2-tempita/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-30 15:35:51 UTC (rev 101722)
+++ PKGBUILD2013-11-30 15:36:25 UTC (rev 101723)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-#Maintainer: David Campbell davek...@archlinux.us
-#Contributor: Cilyan Olowen gak...@gmail.com
-#Contributor: Frederik M.J.V. freqmod VED iskrembilen Dott kom
-
-pkgname=python2-tempita
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=A lightweight unicode templating language
-arch=('any')
-url=http://pythonpaste.org/tempita/;
-license=('custom:MIT')
-depends=('python2')
-makedepends=('python2-distribute')
-source=(http://pypi.python.org/packages/source/T/Tempita/Tempita-${pkgver}.tar.gz
-   
$pkgname-license.txt::http://pythonpaste.org/tempita/_sources/license.txt)
-md5sums=('f75bdfeabd2f3755f1ff32d582a574a4'
- 'c66b85ddcd09296abff87601467724fd')
-
-build() {
-  cd $srcdir/Tempita-${pkgver}
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 $srcdir/$pkgname-license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
-   -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-   $(find $pkgdir -name '*.py')
-}

Copied: python2-tempita/repos/community-any/PKGBUILD (from rev 101722, 
python2-tempita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-30 15:36:25 UTC (rev 101723)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+#Maintainer: David Campbell davek...@archlinux.us
+#Contributor: Cilyan Olowen gak...@gmail.com
+#Contributor: Frederik M.J.V. freqmod VED iskrembilen Dott kom
+
+pkgname=python2-tempita
+pkgver=0.5.1
+pkgrel=2
+pkgdesc=A lightweight unicode templating language
+arch=('any')
+url=http://pythonpaste.org/tempita/;
+license=('custom:MIT')
+depends=('python2')
+makedepends=('python2-distribute')
+source=(http://pypi.python.org/packages/source/T/Tempita/Tempita-${pkgver}.tar.gz
+   
$pkgname-license.txt::http://pythonpaste.org/tempita/_sources/license.txt)
+md5sums=('f75bdfeabd2f3755f1ff32d582a574a4'
+ 'c66b85ddcd09296abff87601467724fd')
+prepare() {
+  cd $srcdir/Tempita-${pkgver}
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+   -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+   $(find . -name '*.py')
+
+}
+
+package() {
+  cd $srcdir/Tempita-${pkgver}
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 $srcdir/$pkgname-license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+}



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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 16:35:51
  Author: jelle
Revision: 101722

upgpkg: python2-tempita 0.5.1-2

fix python mtree mismatches

Modified:
  python2-tempita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 15:19:19 UTC (rev 101721)
+++ PKGBUILD2013-11-30 15:35:51 UTC (rev 101722)
@@ -6,7 +6,7 @@
 
 pkgname=python2-tempita
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A lightweight unicode templating language
 arch=('any')
 url=http://pythonpaste.org/tempita/;
@@ -17,12 +17,16 @@

$pkgname-license.txt::http://pythonpaste.org/tempita/_sources/license.txt)
 md5sums=('f75bdfeabd2f3755f1ff32d582a574a4'
  'c66b85ddcd09296abff87601467724fd')
+prepare() {
+  cd $srcdir/Tempita-${pkgver}
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+   -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+   $(find . -name '*.py')
 
+}
+
 package() {
   cd $srcdir/Tempita-${pkgver}
   python2 setup.py install --root=$pkgdir --optimize=1
   install -Dm644 $srcdir/$pkgname-license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
-   -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-   $(find $pkgdir -name '*.py')
 }



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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 16:37:58
  Author: jelle
Revision: 101725

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

Added:
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 101724, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
(from rev 101724, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 101724, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch
(from rev 101724, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-staging-i686/PKGBUILD
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
  openimageio/repos/community-staging-x86_64/PKGBUILD
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   88 +
 /fix32bit-fail.patch |   26 +++
 community-staging-i686/PKGBUILD  |   44 
 community-staging-i686/fix32bit-fail.patch   |   13 ---
 community-staging-x86_64/PKGBUILD|   44 
 community-staging-x86_64/fix32bit-fail.patch |   13 ---
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-11-30 15:37:40 UTC (rev 101724)
+++ community-staging-i686/PKGBUILD 2013-11-30 15:37:58 UTC (rev 101725)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('c98d002c9ec843b7cc35d7aec5f03326')
-
-build() {
-  cd $srcdir/$_pkgname*
-
-  cd src
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname*/src/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ../..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 101724, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-30 15:37:58 UTC (rev 101725)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('c98d002c9ec843b7cc35d7aec5f03326')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-staging-i686/fix32bit-fail.patch
===
--- community-staging-i686/fix32bit-fail.patch  2013-11-30 15:37:40 UTC (rev 
101724)
+++ community-staging-i686/fix32bit-fail.patch  2013-11-30 15:37:58 UTC (rev 
101725)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: 

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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 16:37:40
  Author: jelle
Revision: 101724

upgpkg: openimageio 1.2.1-2

boost 1.55.0

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 15:36:25 UTC (rev 101723)
+++ PKGBUILD2013-11-30 15:37:40 UTC (rev 101724)
@@ -4,7 +4,7 @@
 
 pkgname=openimageio
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
 arch=(i686 x86_64)
 url=http://www.openimageio.org/;



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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 16:46:45
  Author: bgyorgy
Revision: 101726

upgpkg: almanah 0.11.0-1

Update to version 0.11.0

Modified:
  almanah/trunk/PKGBUILD
Deleted:
  almanah/trunk/eds-3.8.patch
  almanah/trunk/update-gtkspell3-support.patch

+
 PKGBUILD   |   23 
 eds-3.8.patch  | 2609 ---
 update-gtkspell3-support.patch |   90 -
 3 files changed, 5 insertions(+), 2717 deletions(-)

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


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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 16:46:56
  Author: bgyorgy
Revision: 101727

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

Added:
  almanah/repos/community-i686/PKGBUILD
(from rev 101726, almanah/trunk/PKGBUILD)
  almanah/repos/community-i686/almanah.install
(from rev 101726, almanah/trunk/almanah.install)
  almanah/repos/community-x86_64/PKGBUILD
(from rev 101726, almanah/trunk/PKGBUILD)
  almanah/repos/community-x86_64/almanah.install
(from rev 101726, almanah/trunk/almanah.install)
Deleted:
  almanah/repos/community-i686/PKGBUILD
  almanah/repos/community-i686/almanah.install
  almanah/repos/community-i686/eds-3.8.patch
  almanah/repos/community-i686/update-gtkspell3-support.patch
  almanah/repos/community-x86_64/PKGBUILD
  almanah/repos/community-x86_64/almanah.install
  almanah/repos/community-x86_64/eds-3.8.patch
  almanah/repos/community-x86_64/update-gtkspell3-support.patch

-+
 /PKGBUILD   |   54 
 /almanah.install|   24 
 community-i686/PKGBUILD |   40 
 community-i686/almanah.install  |   12 
 community-i686/eds-3.8.patch| 2609 --
 community-i686/update-gtkspell3-support.patch   |   90 
 community-x86_64/PKGBUILD   |   40 
 community-x86_64/almanah.install|   12 
 community-x86_64/eds-3.8.patch  | 2609 --
 community-x86_64/update-gtkspell3-support.patch |   90 
 10 files changed, 78 insertions(+), 5502 deletions(-)

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


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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 16:55:15
  Author: bgyorgy
Revision: 101728

Implement prepare function

Modified:
  buoh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 15:46:56 UTC (rev 101727)
+++ PKGBUILD2013-11-30 15:55:15 UTC (rev 101728)
@@ -18,15 +18,17 @@
 buoh-libsoup24.patch)
 md5sums=('50474a8712ad20ab36d8f8058a4647fb'
  'c44f0e1828492a5d7d8efee764558fb4')
-sha1sums=('29d702b485a901868f65116e753cb515b3e2a2c5'
-  '012badf13e33818268b744e106bdcccfd8fc66ed')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
+  # Port to libsoup 2.4
   patch -p1  ../buoh-libsoup24.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
   autoconf
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-schemas-install \
   --with-gconf-schema-file-dir=/usr/share/gconf/schemas 
--without-libgnomeui
@@ -35,6 +37,5 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-
   make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in deja-dup/trunk (libsecret-1.vapi)

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 16:58:42
  Author: bgyorgy
Revision: 101729

Remove obsoleted file

Deleted:
  deja-dup/trunk/libsecret-1.vapi

--+
 libsecret-1.vapi |   79 -
 1 file changed, 79 deletions(-)

Deleted: libsecret-1.vapi
===
--- libsecret-1.vapi2013-11-30 15:55:15 UTC (rev 101728)
+++ libsecret-1.vapi2013-11-30 15:58:42 UTC (rev 101729)
@@ -1,79 +0,0 @@
-/* libsecret-1.vapi generated by vapigen-0.20, do not modify. */
-
-[CCode (cprefix = Secret, gir_namespace = Secret, gir_version = 1, 
lower_case_cprefix = secret_)]
-namespace Secret {
-   [CCode (cheader_filename = libsecret/secret.h, copy_function = 
g_boxed_copy, free_function = g_boxed_free, type_id = 
secret_schema_get_type ())]
-   [Compact]
-   public class Schema {
-   [CCode (array_length = false, array_null_terminated = true)]
-   public weak Secret.SchemaAttribute[] attributes;
-   public Secret.SchemaFlags flags;
-   public weak string name;
-   [CCode (has_construct_function = false)]
-   public Schema (string name, Secret.SchemaFlags flags, ...);
-   [CCode (cname = secret_schema_newv, has_construct_function = 
false)]
-   public Schema.newv (string name, Secret.SchemaFlags flags, 
GLib.HashTablestring,Secret.SchemaAttributeType attribute_names_and_types);
-   public Secret.Schema @ref ();
-   public void unref ();
-   }
-   [CCode (cheader_filename = libsecret/secret.h, copy_function = 
g_boxed_copy, free_function = g_boxed_free, type_id = 
secret_schema_attribute_get_type ())]
-   [Compact]
-   public class SchemaAttribute {
-   public weak string name;
-   public Secret.SchemaAttributeType type;
-   }
-   [CCode (cheader_filename = libsecret/secret.h, cprefix = 
SECRET_ERROR_, has_type_id = false)]
-   public enum Error {
-   PROTOCOL,
-   IS_LOCKED,
-   NO_SUCH_OBJECT,
-   ALREADY_EXISTS;
-   public static GLib.Quark get_quark ();
-   }
-   [CCode (cheader_filename = libsecret/secret.h, cprefix = 
SECRET_SCHEMA_ATTRIBUTE_, has_type_id = false)]
-   public enum SchemaAttributeType {
-   STRING,
-   INTEGER,
-   BOOLEAN
-   }
-   [CCode (cheader_filename = libsecret/secret.h, cprefix = 
SECRET_SCHEMA_, has_type_id = false)]
-   [Flags]
-   public enum SchemaFlags {
-   NONE,
-   DONT_MATCH_NAME
-   }
-   [CCode (cheader_filename = libsecret/secret.h, cname = 
SECRET_COLLECTION_DEFAULT)]
-   public const string COLLECTION_DEFAULT;
-   [CCode (cheader_filename = libsecret/secret.h, cname = 
SECRET_COLLECTION_SESSION)]
-   public const string COLLECTION_SESSION;
-   [CCode (cheader_filename = libsecret/secret.h)]
-   public static GLib.HashTablestring,string attributes_build 
(Secret.Schema schema, ...);
-   [CCode (cheader_filename = libsecret/secret.h)]
-   public static GLib.HashTablestring,string attributes_buildv 
(Secret.Schema schema, va_list va);
-   [CCode (cheader_filename = libsecret/secret.h)]
-   public static async bool password_clear (Secret.Schema schema, 
GLib.Cancellable? cancellable, ...) throws GLib.Error;
-   [CCode (cheader_filename = libsecret/secret.h)]
-   public static bool password_clear_sync (Secret.Schema schema, 
GLib.Cancellable? cancellable = null, ...) throws GLib.Error;
-   [CCode (cheader_filename = libsecret/secret.h, finish_name = 
secret_password_clear_finish)]
-   public static async bool password_clearv (Secret.Schema schema, 
GLib.HashTablestring,string attributes, GLib.Cancellable? cancellable) throws 
GLib.Error;
-   [CCode (cheader_filename = libsecret/secret.h)]
-   public static bool password_clearv_sync (Secret.Schema schema, 
GLib.HashTablestring,string attributes, GLib.Cancellable? cancellable = null) 
throws GLib.Error;
-   [CCode (cheader_filename = libsecret/secret.h)]
-   public static async string password_lookup (Secret.Schema schema, 
GLib.Cancellable? cancellable, ...) throws GLib.Error;
-   [CCode (cheader_filename = libsecret/secret.h)]
-   public static string password_lookup_sync (Secret.Schema schema, 
GLib.Cancellable? cancellable = null, ...) throws GLib.Error;
-   [CCode (cheader_filename = libsecret/secret.h, finish_name = 
secret_password_lookup_finish)]
-   public static async string password_lookupv (Secret.Schema schema, 
GLib.HashTablestring,string attributes, GLib.Cancellable? cancellable) throws 
GLib.Error;
-   [CCode (cheader_filename = libsecret/secret.h)]
-   public static string password_lookupv_sync (Secret.Schema schema, 
GLib.HashTablestring,string attributes, GLib.Cancellable? 

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

2013-11-30 Thread Dave Reisner
Date: Saturday, November 30, 2013 @ 17:05:54
  Author: dreisner
Revision: 200641

upgpkg: arch-install-scripts 12-1

Modified:
  arch-install-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 13:28:00 UTC (rev 200640)
+++ PKGBUILD2013-11-30 16:05:54 UTC (rev 200641)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner dreis...@archlinux.org
 
 pkgname=arch-install-scripts
-pkgver=11
+pkgver=12
 pkgrel=1
 pkgdesc=Scripts to aid in installing Arch Linux
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('bash' 'coreutils' 'pacman' 'util-linux')
 
source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('5a993926740e3d6de0ab7d7679a7b3cd'
+md5sums=('09e33390aa02c9615efdf932a7398352'
  'SKIP')
 
 build() {



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

2013-11-30 Thread Dave Reisner
Date: Saturday, November 30, 2013 @ 17:06:09
  Author: dreisner
Revision: 200642

archrelease: copy trunk to extra-any

Added:
  arch-install-scripts/repos/extra-any/PKGBUILD
(from rev 200641, arch-install-scripts/trunk/PKGBUILD)
Deleted:
  arch-install-scripts/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-30 16:05:54 UTC (rev 200641)
+++ PKGBUILD2013-11-30 16:06:09 UTC (rev 200642)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=arch-install-scripts
-pkgver=11
-pkgrel=1
-pkgdesc=Scripts to aid in installing Arch Linux
-arch=('any')
-url=https://projects.archlinux.org/arch-install-scripts.git;
-license=('GPL')
-depends=('bash' 'coreutils' 'pacman' 'util-linux')
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('5a993926740e3d6de0ab7d7679a7b3cd'
- 'SKIP')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: arch-install-scripts/repos/extra-any/PKGBUILD (from rev 200641, 
arch-install-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-30 16:06:09 UTC (rev 200642)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=arch-install-scripts
+pkgver=12
+pkgrel=1
+pkgdesc=Scripts to aid in installing Arch Linux
+arch=('any')
+url=https://projects.archlinux.org/arch-install-scripts.git;
+license=('GPL')
+depends=('bash' 'coreutils' 'pacman' 'util-linux')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('09e33390aa02c9615efdf932a7398352'
+ 'SKIP')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 17:17:54
  Author: jelle
Revision: 101731

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

Added:
  openshadinglanguage/repos/community-staging-i686/
  openshadinglanguage/repos/community-staging-i686/PKGBUILD
(from rev 101730, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-staging-i686/llvm32.patch
(from rev 101730, openshadinglanguage/trunk/llvm32.patch)
  openshadinglanguage/repos/community-staging-x86_64/
  openshadinglanguage/repos/community-staging-x86_64/PKGBUILD
(from rev 101730, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-staging-x86_64/llvm32.patch
(from rev 101730, openshadinglanguage/trunk/llvm32.patch)

---+
 community-staging-i686/PKGBUILD   |   43 +++
 community-staging-i686/llvm32.patch   |   71 
 community-staging-x86_64/PKGBUILD |   43 +++
 community-staging-x86_64/llvm32.patch |   71 
 4 files changed, 228 insertions(+)

Copied: openshadinglanguage/repos/community-staging-i686/PKGBUILD (from rev 
101730, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-30 16:17:54 UTC (rev 101731)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=openshadinglanguage
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=Advanced shading language for production GI renderers
+arch=(i686 x86_64)
+url=https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm')
+makedepends=('boost' 'cmake' 'clang')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
+md5sums=('dcc7b6dfbc68d7af0d5cfa2940ff205b')
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=0 \
+../..
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR=$pkgdir/ install
+
+  mkdir -p $pkgdir/usr/share/OSL/
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
+  mv $pkgdir/usr/{CHANGES,README.md,INSTALL} $pkgdir/usr/share/OSL/
+  mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
+  mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
+}
+
+# vim:set ts=2 sw=2 et:

Copied: openshadinglanguage/repos/community-staging-i686/llvm32.patch (from rev 
101730, openshadinglanguage/trunk/llvm32.patch)
===
--- community-staging-i686/llvm32.patch (rev 0)
+++ community-staging-i686/llvm32.patch 2013-11-30 16:17:54 UTC (rev 101731)
@@ -0,0 +1,71 @@
+commit c391ceb1936459b70147d6f8ac389ded26a7e028
+Author: Sven-Hendrik Haase s...@lutzhaase.com
+Date:   Fri Dec 28 09:00:33 2012 +0100
+
+Fix for LLVM 3.2
+
+diff --git a/src/liboslexec/llvm_headers.h b/src/liboslexec/llvm_headers.h
+index 41a7a11..5ff4384 100644
+--- a/src/liboslexec/llvm_headers.h
 b/src/liboslexec/llvm_headers.h
+@@ -45,10 +45,18 @@ namespace llvm = LLVM_NAMESPACE;
+ #include llvm/LLVMContext.h
+ #include llvm/Module.h
+ #include llvm/PassManager.h
++#if OSL_LLVM_VERSION = 32
++#include llvm/IRBuilder.h
++#else
+ #include llvm/Support/IRBuilder.h
++#endif
+ #include llvm/Support/ManagedStatic.h
+ #include llvm/Support/MemoryBuffer.h
+ #include llvm/Support/raw_ostream.h
++#if OSL_LLVM_VERSION = 32
++#include llvm/DataLayout.h
++#else
+ #include llvm/Target/TargetData.h
++#endif
+ 
+ #endif /* OSL_LLVM_HEADERS_H */
+diff --git a/src/liboslexec/llvm_instance.cpp 
b/src/liboslexec/llvm_instance.cpp
+index 8709c8b..3e42557 100644
+--- a/src/liboslexec/llvm_instance.cpp
 b/src/liboslexec/llvm_instance.cpp
+@@ -1273,13 +1273,21 @@ RuntimeOptimizer::llvm_setup_optimization_passes ()
+ //
+ m_llvm_func_passes = new llvm::FunctionPassManager(llvm_module());
+ llvm::FunctionPassManager fpm (*m_llvm_func_passes);
++#if OSL_LLVM_VERSION = 32
++fpm.add (new llvm::DataLayout(llvm_module()));
++#else
+ fpm.add (new llvm::TargetData(llvm_module()));
++#endif
+ 
+ // Specify module-wide (interprocedural optimization) passes
+ //
+ m_llvm_passes = new llvm::PassManager;
+ llvm::PassManager passes (*m_llvm_passes);
++#if OSL_LLVM_VERSION = 32
++passes.add (new llvm::DataLayout(llvm_module()));
++#else
+ passes.add (new llvm::TargetData(llvm_module()));
++#endif
+ 
+ if (shadingsys().llvm_optimize() = 1  shadingsys().llvm_optimize() = 
3) {
+ // For LLVM 3.0 and higher, llvm_optimize 

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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 17:17:26
  Author: jelle
Revision: 101730

upgpkg: openshadinglanguage 1.4.0-1

boost 1.55.0

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 15:58:42 UTC (rev 101729)
+++ PKGBUILD2013-11-30 16:17:26 UTC (rev 101730)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=openshadinglanguage
-pkgver=1.3.3
-pkgrel=4
+pkgver=1.4.0
+pkgrel=1
 pkgdesc=Advanced shading language for production GI renderers
 arch=(i686 x86_64)
 url=https://github.com/imageworks/OpenShadingLanguage;
@@ -10,7 +10,7 @@
 depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm')
 makedepends=('boost' 'cmake' 'clang')
 
source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
-md5sums=('17aaa01987963220e164522c29281f14')
+md5sums=('dcc7b6dfbc68d7af0d5cfa2940ff205b')
 
 build() {
   cd OpenShadingLanguage-Release-$pkgver
@@ -23,7 +23,7 @@
   cmake \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLLVM_STATIC=0 \
-..
+../..
   make
 }
 



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

2013-11-30 Thread Sébastien Luttringer
Date: Saturday, November 30, 2013 @ 17:20:15
  Author: seblu
Revision: 101732

upgpkg: bird 1.4.0-1

Modified:
  bird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 16:17:54 UTC (rev 101731)
+++ PKGBUILD2013-11-30 16:20:15 UTC (rev 101732)
@@ -3,8 +3,8 @@
 
 pkgbase=bird
 pkgname=('bird' 'bird6')
-pkgver=1.3.11
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://bird.network.cz/'
 license=('GPL2')
@@ -12,7 +12,7 @@
 source=(ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
 'bird.service'
 'bird6.service')
-md5sums=('8ad2eb997fb8251bc5b24cf32619571b'
+md5sums=('4e5a47308335b1b0bf4691cac6c4174f'
  '69221e063a3f07dcad519d5eeacaae75'
  '5b172bd052b523efd95ee018e891e181')
 



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

2013-11-30 Thread Sébastien Luttringer
Date: Saturday, November 30, 2013 @ 17:20:58
  Author: seblu
Revision: 101734

upgpkg: radvd 1.9.7-1

Modified:
  radvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 16:20:26 UTC (rev 101733)
+++ PKGBUILD2013-11-30 16:20:58 UTC (rev 101734)
@@ -4,7 +4,7 @@
 # Contributor: Mark Smith markzzzsm...@yahoo.com.au
 
 pkgname=radvd
-pkgver=1.9.5
+pkgver=1.9.7
 pkgrel=1
 pkgdesc='IPv6 Router Advertisement Daemon'
 url='http://www.litech.org/radvd/'
@@ -14,7 +14,7 @@
 backup=('etc/radvd.conf')
 source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz;
 $pkgname.service)
-sha1sums=('0e65206803ab2bcb4e6012a0d11ecdad4f64ce9c'
+sha1sums=('92f7eadfee951f787e861f41c344689416f3f504'
   '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
 build() {
   cd ${pkgname}-${pkgver}



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

2013-11-30 Thread Sébastien Luttringer
Date: Saturday, November 30, 2013 @ 17:20:26
  Author: seblu
Revision: 101733

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

Added:
  bird/repos/community-i686/PKGBUILD
(from rev 101732, bird/trunk/PKGBUILD)
  bird/repos/community-i686/bird.service
(from rev 101732, bird/trunk/bird.service)
  bird/repos/community-i686/bird6.service
(from rev 101732, bird/trunk/bird6.service)
  bird/repos/community-x86_64/PKGBUILD
(from rev 101732, bird/trunk/PKGBUILD)
  bird/repos/community-x86_64/bird.service
(from rev 101732, bird/trunk/bird.service)
  bird/repos/community-x86_64/bird6.service
(from rev 101732, bird/trunk/bird6.service)
Deleted:
  bird/repos/community-i686/PKGBUILD
  bird/repos/community-i686/bird.service
  bird/repos/community-i686/bird6.service
  bird/repos/community-x86_64/PKGBUILD
  bird/repos/community-x86_64/bird.service
  bird/repos/community-x86_64/bird6.service

+
 /PKGBUILD  |  178 +++
 /bird.service  |   24 +
 /bird6.service |   24 +
 community-i686/PKGBUILD|   89 ---
 community-i686/bird.service|   12 --
 community-i686/bird6.service   |   12 --
 community-x86_64/PKGBUILD  |   89 ---
 community-x86_64/bird.service  |   12 --
 community-x86_64/bird6.service |   12 --
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-30 16:20:15 UTC (rev 101732)
+++ community-i686/PKGBUILD 2013-11-30 16:20:26 UTC (rev 101733)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=bird
-pkgname=('bird' 'bird6')
-pkgver=1.3.11
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://bird.network.cz/'
-license=('GPL2')
-depends=('readline' 'ncurses')
-source=(ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
-'bird.service'
-'bird6.service')
-md5sums=('8ad2eb997fb8251bc5b24cf32619571b'
- '69221e063a3f07dcad519d5eeacaae75'
- '5b172bd052b523efd95ee018e891e181')
-
-build() {
-  cd $pkgbase-$pkgver
-  [[ -e _build4 ]]  rm -rf _build4
-  [[ -e _build6 ]]  rm -rf _build6
-  mkdir _build4 _build6
-
-  # build ipv4 bird
-  cd _build4
-  ../configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---docdir=/usr/share/doc/$pkgname
-  make
-
-  # build ipv6 bird
-  cd ../_build6
-  ../configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---docdir=/usr/share/doc/$pkgname \
---enable-ipv6
-  make
-}
-
-package_bird () {
-  pkgdesc='RIP, OSPFv2 and BGP daemon (ipv4 version)'
-  backup=('etc/bird.conf')
-
-  cd $pkgbase-$pkgver/_build4
-  make \
-prefix=$pkgdir/usr \
-sysconfdir=$pkgdir/etc \
-sbindir=$pkgdir/usr/bin \
-localstatedir=$pkgdir/var \
-docdir=$pkgdir/usr/share/doc/$pkgname \
-install
-  #make docdir=$pkgdir/usr/share/doc/$pkgname install-docs
-
-  # no /var inside pkg
-  rm -r $pkgdir/var
-
-  # systemd
-  install -D -m 644 $srcdir/bird.service 
$pkgdir/usr/lib/systemd/system/bird.service
-}
-
-package_bird6 () {
-  pkgdesc='RIP, OSPFv3, RADV and BGP daemon (ipv6 version)'
-  backup=('etc/bird6.conf')
-
-  cd $pkgbase-$pkgver/_build6
-  make \
-prefix=$pkgdir/usr \
-sysconfdir=$pkgdir/etc \
-sbindir=$pkgdir/usr/bin \
-localstatedir=$pkgdir/var \
-docdir=$pkgdir/usr/share/doc/$pkgname \
-install
-  #make docdir=$pkgdir/usr/share/doc/$pkgname install-docs
-
-  # no /var inside pkg
-  rm -r $pkgdir/var
-
-  # systemd
-  install -D -m 644 $srcdir/bird6.service 
$pkgdir/usr/lib/systemd/system/bird6.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bird/repos/community-i686/PKGBUILD (from rev 101732, 
bird/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-30 16:20:26 UTC (rev 101733)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=bird
+pkgname=('bird' 'bird6')
+pkgver=1.4.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://bird.network.cz/'
+license=('GPL2')
+depends=('readline' 'ncurses')
+source=(ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
+'bird.service'
+'bird6.service')
+md5sums=('4e5a47308335b1b0bf4691cac6c4174f'
+ '69221e063a3f07dcad519d5eeacaae75'
+ '5b172bd052b523efd95ee018e891e181')
+
+build() {
+  cd $pkgbase-$pkgver
+  [[ -e _build4 ]]  rm -rf _build4
+  [[ -e _build6 ]]  rm -rf _build6
+  mkdir _build4 _build6
+
+  # build ipv4 bird
+  cd _build4
+  ../configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--docdir=/usr/share/doc/$pkgname
+  make
+
+  # build ipv6 

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

2013-11-30 Thread Sébastien Luttringer
Date: Saturday, November 30, 2013 @ 17:21:06
  Author: seblu
Revision: 101735

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

Added:
  radvd/repos/community-i686/PKGBUILD
(from rev 101734, radvd/trunk/PKGBUILD)
  radvd/repos/community-i686/radvd.service
(from rev 101734, radvd/trunk/radvd.service)
  radvd/repos/community-x86_64/PKGBUILD
(from rev 101734, radvd/trunk/PKGBUILD)
  radvd/repos/community-x86_64/radvd.service
(from rev 101734, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/community-i686/PKGBUILD
  radvd/repos/community-i686/radvd.service
  radvd/repos/community-x86_64/PKGBUILD
  radvd/repos/community-x86_64/radvd.service

+
 /PKGBUILD  |   84 +++
 /radvd.service |   18 
 community-i686/PKGBUILD|   42 ---
 community-i686/radvd.service   |9 
 community-x86_64/PKGBUILD  |   42 ---
 community-x86_64/radvd.service |9 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-30 16:20:58 UTC (rev 101734)
+++ community-i686/PKGBUILD 2013-11-30 16:21:06 UTC (rev 101735)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Mark Smith markzzzsm...@yahoo.com.au
-
-pkgname=radvd
-pkgver=1.9.5
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc' 'libdaemon')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf')
-source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz;
-$pkgname.service)
-sha1sums=('0e65206803ab2bcb4e6012a0d11ecdad4f64ce9c'
-  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-pidfile=/run/radvd.pid \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-  # default config
-  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
-  # license
-  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: radvd/repos/community-i686/PKGBUILD (from rev 101734, 
radvd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-30 16:21:06 UTC (rev 101735)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Mark Smith markzzzsm...@yahoo.com.au
+
+pkgname=radvd
+pkgver=1.9.7
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc' 'libdaemon')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz;
+$pkgname.service)
+sha1sums=('92f7eadfee951f787e861f41c344689416f3f504'
+  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-pidfile=/run/radvd.pid \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+  # default config
+  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
+  # license
+  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/radvd.service
===
--- community-i686/radvd.service2013-11-30 16:20:58 UTC (rev 101734)
+++ community-i686/radvd.service2013-11-30 16:21:06 UTC (rev 101735)
@@ -1,9 +0,0 @@
-[Unit]
-Description=IPv6 Router Advertisement Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
-
-[Install]
-WantedBy=multi-user.target

Copied: radvd/repos/community-i686/radvd.service (from rev 101734, 
radvd/trunk/radvd.service)
===
--- community-i686/radvd.service(rev 0)
+++ community-i686/radvd.service2013-11-30 16:21:06 UTC (rev 101735)
@@ -0,0 +1,9 @@
+[Unit]
+Description=IPv6 Router Advertisement Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
+
+[Install]
+WantedBy=multi-user.target

Deleted: 

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

2013-11-30 Thread Sébastien Luttringer
Date: Saturday, November 30, 2013 @ 17:22:11
  Author: seblu
Revision: 101737

archrelease: copy trunk to community-any

Added:
  ldoc/repos/community-any/PKGBUILD
(from rev 101736, ldoc/trunk/PKGBUILD)
Deleted:
  ldoc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-30 16:22:05 UTC (rev 101736)
+++ PKGBUILD2013-11-30 16:22:11 UTC (rev 101737)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ldoc
-pkgver=1.3.13
-pkgrel=1
-pkgdesc='A LuaDoc-compatible documentation generation system'
-arch=('any')
-url='http://stevedonovan.github.com/ldoc/'
-license=('custom')
-depends=('lua' 'lua-penlight')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
-md5sums=('f57e9fa8fdb56a4849ced672be6af76a')
-
-package() {
-  cd LDoc-$pkgver
-  # install library
-  install -dm755 $pkgdir/usr/share/lua/5.2
-  cp -a ldoc $pkgdir/usr/share/lua/5.2
-  # install binaries
-  install -Dm755 ldoc.lua $pkgdir/usr/bin/ldoc.lua
-  ln -s ldoc.lua $pkgdir/usr/bin/ldoc
-  # copy docs
-  install -Dm644 readme.md $pkgdir/usr/share/doc/$pkgname/readme.md
-  install -Dm644 doc/doc.md $pkgdir/usr/share/doc/$pkgname/doc.md
-  # copy license
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ldoc/repos/community-any/PKGBUILD (from rev 101736, ldoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-30 16:22:11 UTC (rev 101737)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ldoc
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='A LuaDoc-compatible documentation generation system'
+arch=('any')
+url='http://stevedonovan.github.com/ldoc/'
+license=('custom')
+depends=('lua' 'lua-penlight')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
+md5sums=('b6643cb575b50cba4c3ae8694e9f0bab')
+
+package() {
+  cd LDoc-$pkgver
+  # install library
+  install -dm755 $pkgdir/usr/share/lua/5.2
+  cp -a ldoc $pkgdir/usr/share/lua/5.2
+  # install binaries
+  install -Dm755 ldoc.lua $pkgdir/usr/bin/ldoc.lua
+  ln -s ldoc.lua $pkgdir/usr/bin/ldoc
+  # copy docs
+  install -Dm644 readme.md $pkgdir/usr/share/doc/$pkgname/readme.md
+  install -Dm644 doc/doc.md $pkgdir/usr/share/doc/$pkgname/doc.md
+  # copy license
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-11-30 Thread Sébastien Luttringer
Date: Saturday, November 30, 2013 @ 17:22:05
  Author: seblu
Revision: 101736

upgpkg: ldoc 1.4.0-1

Modified:
  ldoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 16:21:06 UTC (rev 101735)
+++ PKGBUILD2013-11-30 16:22:05 UTC (rev 101736)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ldoc
-pkgver=1.3.13
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='A LuaDoc-compatible documentation generation system'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('lua' 'lua-penlight')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
-md5sums=('f57e9fa8fdb56a4849ced672be6af76a')
+md5sums=('b6643cb575b50cba4c3ae8694e9f0bab')
 
 package() {
   cd LDoc-$pkgver



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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 17:22:26
  Author: bgyorgy
Revision: 101738

Add myself as maintainer, some improvements

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 16:22:11 UTC (rev 101737)
+++ PKGBUILD2013-11-30 16:22:26 UTC (rev 101738)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski
 # Contributor: Brad Fanella bradfane...@archlinux.us
 # Contributor: Allan McRae al...@archlinux.org
 # Contributor: Tomas A. Schertel tscher...@gmail.com
@@ -17,14 +18,11 @@
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
 sha256sums=('7af69e4cf6d88eb4b7d4703e03a782930741e4d49d5297fc970cf011fc743330')
 
-prepare() {
+build() {
   cd $pkgname-$pkgver
-  # python2 fix
-  for file in $(find . -name '*.py') cherrytree; do
-sed -i 's_/usr/bin/env python_/usr/bin/env python2_' ${file}
-  done
+  python2 setup.py build
 }
-   
+
 package() {
   cd $pkgname-$pkgver
   python2 setup.py install --root=$pkgdir/ --optimize=1



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

2013-11-30 Thread Sébastien Luttringer
Date: Saturday, November 30, 2013 @ 17:23:23
  Author: seblu
Revision: 101739

upgpkg: ulogd 2.0.3-1

Modified:
  ulogd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 16:22:26 UTC (rev 101738)
+++ PKGBUILD2013-11-30 16:23:23 UTC (rev 101739)
@@ -5,8 +5,8 @@
 # Contributor: Sergej Pupykin p...@lx-ltd.ru
 
 pkgname=ulogd
-pkgver=2.0.2
-pkgrel=4
+pkgver=2.0.3
+pkgrel=1
 pkgdesc='Userspace Packet Logging for netfilter'
 arch=('i686' 'x86_64')
 url='http://www.netfilter.org/projects/ulogd/index.html'
@@ -27,7 +27,7 @@
 $pkgname.logrotate
 $pkgname.conf
 $pkgname.service)
-md5sums=('660516de4b5b1e110c12dae414619e0f'
+md5sums=('4dcd7e7a68022318759b8d3b9fff7519'
  '95f05af0a0c8f5fdea5bd92ccb2fd465'
  '2c8cbedb2fb455cba220ca35186ad846'
  '092d72209e30c132e0a08112e4062772')



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

2013-11-30 Thread Sébastien Luttringer
Date: Saturday, November 30, 2013 @ 17:24:02
  Author: seblu
Revision: 101742

archrelease: copy trunk to community-any

Added:
  penlight/repos/community-any/PKGBUILD
(from rev 101741, penlight/trunk/PKGBUILD)
Deleted:
  penlight/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-30 16:23:56 UTC (rev 101741)
+++ PKGBUILD2013-11-30 16:24:02 UTC (rev 101742)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Laszlo Papp djszapi at archlinux us
-# Contributor: Donald Ephraim Curtis dcur...@gmail.com
-
-pkgbase=penlight
-pkgname=('lua-penlight')
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='Lua libraries focusing on input data handling'
-arch=('any')
-url='https://github.com/stevedonovan/penlight'
-license=('custom')
-depends=('lua' 'lua-filesystem')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/penlight/archive/$pkgver.tar.gz;)
-md5sums=('7add43a98a940fb066b873c1298c4489')
-
-check() {
-  cd Penlight-$pkgver
-  export LUA_PATH=$PWD/lua/?/init.lua;$PWD/lua/?.lua;$(lua -e 
'print(package.path)')
-  lua run.lua
-}
-
-package_lua-penlight() {
-
-  cd Penlight-$pkgver
-  install -dm755 $pkgdir/usr/share/lua/5.2/pl
-  install -m644 lua/pl/* $pkgdir/usr/share/lua/5.2/pl
-  # copy docs
-  install -dm755 $pkgdir/usr/share/doc/$pkgname/{,manual,examples}
-  install -m644 CONTRIBUTING.md CHANGES.md README.md 
$pkgdir/usr/share/doc/$pkgname
-  install -m644 doc/manual/* $pkgdir/usr/share/doc/$pkgname/manual
-  install -m644 examples/* $pkgdir/usr/share/doc/$pkgname/examples
-  # copy license
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: penlight/repos/community-any/PKGBUILD (from rev 101741, 
penlight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-30 16:24:02 UTC (rev 101742)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Laszlo Papp djszapi at archlinux us
+# Contributor: Donald Ephraim Curtis dcur...@gmail.com
+
+pkgbase=penlight
+pkgname=('lua-penlight')
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Lua libraries focusing on input data handling'
+arch=('any')
+url='https://github.com/stevedonovan/penlight'
+license=('custom')
+depends=('lua' 'lua-filesystem')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/penlight/archive/$pkgver.tar.gz;)
+md5sums=('831f8ce7d3d5c872d129ad5db54a8424')
+
+check() {
+  cd Penlight-$pkgver
+  export LUA_PATH=$PWD/lua/?/init.lua;$PWD/lua/?.lua;$(lua -e 
'print(package.path)')
+  lua run.lua
+}
+
+package_lua-penlight() {
+
+  cd Penlight-$pkgver
+  install -dm755 $pkgdir/usr/share/lua/5.2/pl
+  install -m644 lua/pl/* $pkgdir/usr/share/lua/5.2/pl
+  # copy docs
+  install -dm755 $pkgdir/usr/share/doc/$pkgname/{,manual,examples}
+  install -m644 CONTRIBUTING.md CHANGES.md README.md 
$pkgdir/usr/share/doc/$pkgname
+  install -m644 doc/manual/* $pkgdir/usr/share/doc/$pkgname/manual
+  install -m644 examples/* $pkgdir/usr/share/doc/$pkgname/examples
+  # copy license
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-11-30 Thread Sébastien Luttringer
Date: Saturday, November 30, 2013 @ 17:23:34
  Author: seblu
Revision: 101740

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

Added:
  ulogd/repos/community-i686/PKGBUILD
(from rev 101739, ulogd/trunk/PKGBUILD)
  ulogd/repos/community-i686/ulogd.conf
(from rev 101739, ulogd/trunk/ulogd.conf)
  ulogd/repos/community-i686/ulogd.logrotate
(from rev 101739, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/community-i686/ulogd.service
(from rev 101739, ulogd/trunk/ulogd.service)
  ulogd/repos/community-x86_64/PKGBUILD
(from rev 101739, ulogd/trunk/PKGBUILD)
  ulogd/repos/community-x86_64/ulogd.conf
(from rev 101739, ulogd/trunk/ulogd.conf)
  ulogd/repos/community-x86_64/ulogd.logrotate
(from rev 101739, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/community-x86_64/ulogd.service
(from rev 101739, ulogd/trunk/ulogd.service)
Deleted:
  ulogd/repos/community-i686/PKGBUILD
  ulogd/repos/community-i686/ulogd.conf
  ulogd/repos/community-i686/ulogd.logrotate
  ulogd/repos/community-i686/ulogd.service
  ulogd/repos/community-x86_64/PKGBUILD
  ulogd/repos/community-x86_64/ulogd.conf
  ulogd/repos/community-x86_64/ulogd.logrotate
  ulogd/repos/community-x86_64/ulogd.service

--+
 /PKGBUILD|  118 +
 /ulogd.conf  |   40 
 /ulogd.logrotate |   20 ++
 /ulogd.service   |   18 +
 community-i686/PKGBUILD  |   59 --
 community-i686/ulogd.conf|   20 --
 community-i686/ulogd.logrotate   |   10 ---
 community-i686/ulogd.service |9 --
 community-x86_64/PKGBUILD|   59 --
 community-x86_64/ulogd.conf  |   20 --
 community-x86_64/ulogd.logrotate |   10 ---
 community-x86_64/ulogd.service   |9 --
 12 files changed, 196 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-30 16:23:23 UTC (rev 101739)
+++ community-i686/PKGBUILD 2013-11-30 16:23:34 UTC (rev 101740)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Sébastien Luttringer
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Sergej Pupykin p...@lx-ltd.ru
-
-pkgname=ulogd
-pkgver=2.0.2
-pkgrel=4
-pkgdesc='Userspace Packet Logging for netfilter'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/ulogd/index.html'
-license=('GPL2')
-depends=('libmnl'
- 'libnetfilter_acct'
- 'libnetfilter_conntrack'
- 'libnetfilter_log'
- 'libnfnetlink')
-backup=('etc/ulogd.conf')
-makedepends=('libmariadbclient'
- 'libpcap'
- 'libdbi'
- 'postgresql-libs'
- 'sqlite')
-optdepends=(${makedepends[@]})
-source=(ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2;
-$pkgname.logrotate
-$pkgname.conf
-$pkgname.service)
-md5sums=('660516de4b5b1e110c12dae414619e0f'
- '95f05af0a0c8f5fdea5bd92ccb2fd465'
- '2c8cbedb2fb455cba220ca35186ad846'
- '092d72209e30c132e0a08112e4062772')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-mysql \
---with-pgsql \
---with-dbi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -dm755 $pkgdir/usr/share/doc/ulogd
-  install -Dm644 ulogd.conf $pkgdir/usr/share/doc/ulogd/ulogd.conf
-  install -m644 doc/*.{table,sql} $pkgdir/usr/share/doc/ulogd
-  cd $srcdir
-  install -Dm644 $pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $pkgname.logrotate $pkgdir/etc/logrotate.d/$pkgname
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ulogd/repos/community-i686/PKGBUILD (from rev 101739, 
ulogd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-30 16:23:34 UTC (rev 101740)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sébastien Luttringer
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Sergej Pupykin p...@lx-ltd.ru
+
+pkgname=ulogd
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Userspace Packet Logging for netfilter'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/ulogd/index.html'
+license=('GPL2')
+depends=('libmnl'
+ 'libnetfilter_acct'
+ 'libnetfilter_conntrack'
+ 'libnetfilter_log'
+ 'libnfnetlink')
+backup=('etc/ulogd.conf')
+makedepends=('libmariadbclient'
+ 'libpcap'
+ 'libdbi'
+ 'postgresql-libs'
+ 'sqlite')
+optdepends=(${makedepends[@]})

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

2013-11-30 Thread Sébastien Luttringer
Date: Saturday, November 30, 2013 @ 17:23:56
  Author: seblu
Revision: 101741

upgpkg: penlight 1.3.1-1

Modified:
  penlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 16:23:34 UTC (rev 101740)
+++ PKGBUILD2013-11-30 16:23:56 UTC (rev 101741)
@@ -6,7 +6,7 @@
 
 pkgbase=penlight
 pkgname=('lua-penlight')
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='Lua libraries focusing on input data handling'
 arch=('any')
@@ -14,7 +14,7 @@
 license=('custom')
 depends=('lua' 'lua-filesystem')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/penlight/archive/$pkgver.tar.gz;)
-md5sums=('7add43a98a940fb066b873c1298c4489')
+md5sums=('831f8ce7d3d5c872d129ad5db54a8424')
 
 check() {
   cd Penlight-$pkgver



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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 17:30:06
  Author: bgyorgy
Revision: 101743

upgpkg: d-feet 0.3.8-1

Update to version 0.3.8

Modified:
  d-feet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 16:24:02 UTC (rev 101742)
+++ PKGBUILD2013-11-30 16:30:06 UTC (rev 101743)
@@ -2,17 +2,17 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=d-feet
-pkgver=0.3.7
+pkgver=0.3.8
 pkgrel=1
 pkgdesc=D-Bus debugger for GNOME
 arch=('any')
-url=https://wiki.gnome.org/DFeet;
+url=https://wiki.gnome.org/Apps/DFeet;
 license=('GPL')
 depends=('gtk3' 'python-gobject' 'hicolor-icon-theme')
 makedepends=('python-distribute' 'intltool' 'itstool' 'pep8-python3')
 install=d-feet.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('159792a699f4cee6ee18eb03c15fd44bffc6249fb5227c67b6e2bc3f48081912')
+sha256sums=('e8423feb18fdff9b1465bf8442b78994ba13c12f8fa3b08e6a2f05768b4feee5')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 17:30:12
  Author: bgyorgy
Revision: 101744

archrelease: copy trunk to community-any

Added:
  d-feet/repos/community-any/PKGBUILD
(from rev 101743, d-feet/trunk/PKGBUILD)
  d-feet/repos/community-any/d-feet.install
(from rev 101743, d-feet/trunk/d-feet.install)
Deleted:
  d-feet/repos/community-any/PKGBUILD
  d-feet/repos/community-any/d-feet.install

+
 PKGBUILD   |   64 +++
 d-feet.install |   24 ++--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-30 16:30:06 UTC (rev 101743)
+++ PKGBUILD2013-11-30 16:30:12 UTC (rev 101744)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=d-feet
-pkgver=0.3.7
-pkgrel=1
-pkgdesc=D-Bus debugger for GNOME
-arch=('any')
-url=https://wiki.gnome.org/DFeet;
-license=('GPL')
-depends=('gtk3' 'python-gobject' 'hicolor-icon-theme')
-makedepends=('python-distribute' 'intltool' 'itstool' 'pep8-python3')
-install=d-feet.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('159792a699f4cee6ee18eb03c15fd44bffc6249fb5227c67b6e2bc3f48081912')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs X
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: d-feet/repos/community-any/PKGBUILD (from rev 101743, 
d-feet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-30 16:30:12 UTC (rev 101744)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=d-feet
+pkgver=0.3.8
+pkgrel=1
+pkgdesc=D-Bus debugger for GNOME
+arch=('any')
+url=https://wiki.gnome.org/Apps/DFeet;
+license=('GPL')
+depends=('gtk3' 'python-gobject' 'hicolor-icon-theme')
+makedepends=('python-distribute' 'intltool' 'itstool' 'pep8-python3')
+install=d-feet.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e8423feb18fdff9b1465bf8442b78994ba13c12f8fa3b08e6a2f05768b4feee5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs X
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: d-feet.install
===
--- d-feet.install  2013-11-30 16:30:06 UTC (rev 101743)
+++ d-feet.install  2013-11-30 16:30:12 UTC (rev 101744)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: d-feet/repos/community-any/d-feet.install (from rev 101743, 
d-feet/trunk/d-feet.install)
===
--- d-feet.install  (rev 0)
+++ d-feet.install  2013-11-30 16:30:12 UTC (rev 101744)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-11-30 Thread Andreas Radke
Date: Saturday, November 30, 2013 @ 17:39:35
  Author: andyrtr
Revision: 200643

prepare next release; requires changes in foomatic

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 16:06:09 UTC (rev 200642)
+++ PKGBUILD2013-11-30 16:39:35 UTC (rev 200643)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=cups-filters
-pkgver=1.0.41
-pkgrel=2
+pkgver=1.0.42
+pkgrel=1
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
 url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
@@ -17,7 +17,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-md5sums=('9065084c7601ce1721cd6f34ca0a4337')
+md5sums=('e1282d50efca7606a80dbd4a3355267b')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 17:43:57
  Author: bgyorgy
Revision: 101745

Implement prepare function

Modified:
  gdesklets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 16:30:12 UTC (rev 101744)
+++ PKGBUILD2013-11-30 16:43:57 UTC (rev 101745)
@@ -24,15 +24,23 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+
+  # Build fix
   patch -Np0 -i $srcdir/gdesklets-core-0.36.3-.in-files.patch
+
+  # Runtime fix without gnome-vfs
   patch -Np1 -i $srcdir/fix-vfs.patch
-  # 
https://code.launchpad.net/~ballogy/gdesklets/optional-use-gconf-appindicator/+merge/95809
+
+  # Make gconf dependency optional
   patch -Np1 -i $srcdir/make-gconf-optional.patch
 
+  # Python2 fix
   find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
   sed -i 's/python -c/$PYTHON -c/' configure.ac
   sed -i 's/python/python2/' shell/plugins/PackageInstaller/__init__.py
+}
 
+build() {
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-static \
@@ -42,6 +50,5 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-
   make DESTDIR=$pkgdir/ install
 }



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

2013-11-30 Thread Михаил Страшун
Date: Saturday, November 30, 2013 @ 17:45:15
  Author: dicebot
Revision: 101747

upgpkg: dub 0.9.20-1

dub 0.9.20

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 16:44:32 UTC (rev 101746)
+++ PKGBUILD2013-11-30 16:45:15 UTC (rev 101747)
@@ -1,7 +1,7 @@
 # Maintainer:  Mihails Strasuns pub...@dicebot.lv
 # Contributor: Moritz Maxeiner mor...@ucworks.org
 pkgname=dub
-pkgver=0.9.19
+pkgver=0.9.20
 pkgrel=1
 pkgdesc=Developer package manager for D programming language
 arch=('i686' 'x86_64')



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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 17:44:32
  Author: bgyorgy
Revision: 101746

Implement prepare function

Modified:
  gdesklets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 16:43:57 UTC (rev 101745)
+++ PKGBUILD2013-11-30 16:44:32 UTC (rev 101746)
@@ -22,7 +22,7 @@
  '55ac07d16a571f29033495307c4d0f0c'
  '45e81dd0fb20157bb840d006c3a4e2ea')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   # Build fix



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

2013-11-30 Thread Михаил Страшун
Date: Saturday, November 30, 2013 @ 17:45:32
  Author: dicebot
Revision: 101748

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-30 16:45:15 UTC (rev 101747)
+++ community-i686/PKGBUILD 2013-11-30 16:45:32 UTC (rev 101748)
@@ -1,29 +0,0 @@
-# Maintainer:  Mihails Strasuns pub...@dicebot.lv
-# Contributor: Moritz Maxeiner mor...@ucworks.org
-pkgname=dub
-pkgver=0.9.19
-pkgrel=1
-pkgdesc=Developer package manager for D programming language
-arch=('i686' 'x86_64')
-url=https://github.com/rejectedsoftware/dub;
-license=('MIT')
-makedepends=('dmd' 'libphobos-devel' 'git')
-depends=('d-compiler' 'd-runtime' 'curl')
-conflicts=('dub-git')
-source=(git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build()
-{
-  cd ${srcdir}/${pkgname}
-  GITVER=$(git describe) || GITVER=unknown
-  echo module dub.version_; enum dubVersion = \$GITVER\;  
source/dub/version_.d
-  dmd  -ofbin/dub -g -debug -w -Isource -L-lcurl @build-files.txt
-}
-
-package()
-{
-  cd ${srcdir}/${pkgname}
-  install -D -m755 bin/dub ${pkgdir}/usr/bin/dub
-  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: dub/repos/community-i686/PKGBUILD (from rev 101747, dub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-30 16:45:32 UTC (rev 101748)
@@ -0,0 +1,29 @@
+# Maintainer:  Mihails Strasuns pub...@dicebot.lv
+# Contributor: Moritz Maxeiner mor...@ucworks.org
+pkgname=dub
+pkgver=0.9.20
+pkgrel=1
+pkgdesc=Developer package manager for D programming language
+arch=('i686' 'x86_64')
+url=https://github.com/rejectedsoftware/dub;
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('d-compiler' 'd-runtime' 'curl')
+conflicts=('dub-git')
+source=(git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build()
+{
+  cd ${srcdir}/${pkgname}
+  GITVER=$(git describe) || GITVER=unknown
+  echo module dub.version_; enum dubVersion = \$GITVER\;  
source/dub/version_.d
+  dmd  -ofbin/dub -g -debug -w -Isource -L-lcurl @build-files.txt
+}
+
+package()
+{
+  cd ${srcdir}/${pkgname}
+  install -D -m755 bin/dub ${pkgdir}/usr/bin/dub
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-30 16:45:15 UTC (rev 101747)
+++ community-x86_64/PKGBUILD   2013-11-30 16:45:32 UTC (rev 101748)
@@ -1,29 +0,0 @@
-# Maintainer:  Mihails Strasuns pub...@dicebot.lv
-# Contributor: Moritz Maxeiner mor...@ucworks.org
-pkgname=dub
-pkgver=0.9.19
-pkgrel=1
-pkgdesc=Developer package manager for D programming language
-arch=('i686' 'x86_64')
-url=https://github.com/rejectedsoftware/dub;
-license=('MIT')
-makedepends=('dmd' 'libphobos-devel' 'git')
-depends=('d-compiler' 'd-runtime' 'curl')
-conflicts=('dub-git')
-source=(git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build()
-{
-  cd ${srcdir}/${pkgname}
-  GITVER=$(git describe) || GITVER=unknown
-  echo module dub.version_; enum dubVersion = \$GITVER\;  
source/dub/version_.d
-  dmd  -ofbin/dub -g -debug -w -Isource -L-lcurl @build-files.txt
-}
-
-package()
-{
-  cd ${srcdir}/${pkgname}
-  install -D -m755 bin/dub ${pkgdir}/usr/bin/dub
-  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: dub/repos/community-x86_64/PKGBUILD (from rev 101747, 
dub/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-30 16:45:32 UTC (rev 101748)
@@ -0,0 +1,29 @@
+# Maintainer:  Mihails Strasuns pub...@dicebot.lv
+# Contributor: Moritz Maxeiner mor...@ucworks.org
+pkgname=dub
+pkgver=0.9.20
+pkgrel=1
+pkgdesc=Developer package manager for D programming language
+arch=('i686' 'x86_64')
+url=https://github.com/rejectedsoftware/dub;
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('d-compiler' 'd-runtime' 'curl')
+conflicts=('dub-git')
+source=(git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver;)

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

2013-11-30 Thread Thomas Bächler
Date: Saturday, November 30, 2013 @ 18:42:00
  Author: thomas
Revision: 200644

db-move: moved libpcap from [testing] to [core] (i686, x86_64)

Added:
  libpcap/repos/core-i686/PKGBUILD
(from rev 200643, libpcap/repos/testing-i686/PKGBUILD)
  libpcap/repos/core-x86_64/PKGBUILD
(from rev 200643, libpcap/repos/testing-x86_64/PKGBUILD)
Deleted:
  libpcap/repos/core-i686/PKGBUILD
  libpcap/repos/core-x86_64/PKGBUILD
  libpcap/repos/testing-i686/
  libpcap/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-11-30 16:39:35 UTC (rev 200643)
+++ core-i686/PKGBUILD  2013-11-30 17:42:00 UTC (rev 200644)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=libpcap
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=A system-independent interface for user-level packet capture
-arch=('i686' 'x86_64')
-url=http://www.tcpdump.org/;
-license=('BSD')
-depends=('glibc' 'libnl' 'sh' 'libusbx')
-makedepends=('flex')
-source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig})
-sha256sums=('7c6a2a4f71e8ab09804e6b4fb3aff998c5583108ac42c0e2967eee8e1dbc7406'
-'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-ipv6 --with-libnl
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -d -m755 ${pkgdir}/usr/bin
-  make DESTDIR=${pkgdir} install
-  # remove static library
-  rm -rf ${pkgdir}/usr/lib/libpcap.a
-  
-  # backwards compatibility, programs often look for net/bpf.h
-  mkdir -p ${pkgdir}/usr/include/net
-  cd ${pkgdir}/usr/include/net
-  ln -s ../pcap-bpf.h bpf.h
-
-  #install the license
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libpcap/repos/core-i686/PKGBUILD (from rev 200643, 
libpcap/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-11-30 17:42:00 UTC (rev 200644)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libpcap
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=A system-independent interface for user-level packet capture
+arch=('i686' 'x86_64')
+url=http://www.tcpdump.org/;
+license=('BSD')
+depends=('glibc' 'libnl' 'sh' 'libusbx')
+makedepends=('flex')
+source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig})
+sha256sums=('259db4fe1e9f0b6b9c43a057ec5916dec7d0a821b00d6d6c4dff7db2445fa7e4'
+'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-ipv6 --with-libnl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d -m755 ${pkgdir}/usr/bin
+  make DESTDIR=${pkgdir} install
+  
+  # backwards compatibility, programs often look for net/bpf.h
+  mkdir -p ${pkgdir}/usr/include/net
+  cd ${pkgdir}/usr/include/net
+  ln -s ../pcap-bpf.h bpf.h
+
+  # install the license
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2013-11-30 16:39:35 UTC (rev 200643)
+++ core-x86_64/PKGBUILD2013-11-30 17:42:00 UTC (rev 200644)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=libpcap
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=A system-independent interface for user-level packet capture
-arch=('i686' 'x86_64')
-url=http://www.tcpdump.org/;
-license=('BSD')
-depends=('glibc' 'libnl' 'sh' 'libusbx')
-makedepends=('flex')
-source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig})
-sha256sums=('7c6a2a4f71e8ab09804e6b4fb3aff998c5583108ac42c0e2967eee8e1dbc7406'
-'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-ipv6 --with-libnl
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -d -m755 ${pkgdir}/usr/bin
-  make DESTDIR=${pkgdir} install
-  # remove static library
-  rm -rf ${pkgdir}/usr/lib/libpcap.a
-  
-  # backwards compatibility, programs often look for net/bpf.h
-  mkdir -p ${pkgdir}/usr/include/net
-  cd ${pkgdir}/usr/include/net
-  ln -s ../pcap-bpf.h bpf.h
-
-  #install the license
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libpcap/repos/core-x86_64/PKGBUILD (from rev 200643, 
libpcap/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD

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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 18:42:47
  Author: bgyorgy
Revision: 101750

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

Added:
  glabels/repos/community-i686/PKGBUILD
(from rev 101749, glabels/trunk/PKGBUILD)
  glabels/repos/community-i686/glabels.install
(from rev 101749, glabels/trunk/glabels.install)
  glabels/repos/community-x86_64/PKGBUILD
(from rev 101749, glabels/trunk/PKGBUILD)
  glabels/repos/community-x86_64/glabels.install
(from rev 101749, glabels/trunk/glabels.install)
Deleted:
  glabels/repos/community-i686/PKGBUILD
  glabels/repos/community-i686/glabels-3.0.0-new-eds.patch
  glabels/repos/community-i686/glabels.install
  glabels/repos/community-x86_64/PKGBUILD
  glabels/repos/community-x86_64/glabels-3.0.0-new-eds.patch
  glabels/repos/community-x86_64/glabels.install

--+
 /PKGBUILD|   58 
 /glabels.install |   30 ++
 community-i686/PKGBUILD  |   34 ---
 community-i686/glabels-3.0.0-new-eds.patch   |   71 -
 community-i686/glabels.install   |   15 -
 community-x86_64/PKGBUILD|   34 ---
 community-x86_64/glabels-3.0.0-new-eds.patch |   71 -
 community-x86_64/glabels.install |   15 -
 8 files changed, 88 insertions(+), 240 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-30 17:42:38 UTC (rev 101749)
+++ community-i686/PKGBUILD 2013-11-30 17:42:47 UTC (rev 101750)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: yugrotavele yugrotavele at archlinux dot us
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=glabels
-pkgver=3.0.1
-pkgrel=3
-pkgdesc=Creating labels and business cards the very easy way
-arch=('i686' 'x86_64')
-url=http://glabels.org/;
-license=('GPL' 'LGPL')
-depends=('librsvg' 'evolution-data-server' 'qrencode' 'iec16022' 'dconf' 
'desktop-file-utils' 'xdg-utils')
-makedepends=('barcode' 'intltool' 'gnome-doc-utils')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-glabels-3.0.0-new-eds.patch)
-sha256sums=('99810705b9fcb234f085ed4ac6dbea50cc5b232c6d8ca05ab2c0634673fb9bd2'
-'f02ecf12e10b1d406607bad65f81e53ebd5d56fabe46035a47bd6fe1ec8bf70b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/glabels-3.0.0-new-eds.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: glabels/repos/community-i686/PKGBUILD (from rev 101749, 
glabels/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-30 17:42:47 UTC (rev 101750)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: yugrotavele yugrotavele at archlinux dot us
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=glabels
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Creating labels and business cards the very easy way
+arch=('i686' 'x86_64')
+url=http://glabels.org/;
+license=('GPL' 'LGPL')
+depends=('librsvg' 'evolution-data-server' 'qrencode' 'iec16022' 'dconf' 
'desktop-file-utils' 'xdg-utils')
+makedepends=('intltool' 'itstool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c4c5b2c911be7b6513ee5cfeda6cd78434623c24dd741bd29cc3573f90b374c9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/glabels-3.0.0-new-eds.patch
===
--- community-i686/glabels-3.0.0-new-eds.patch  2013-11-30 17:42:38 UTC (rev 
101749)
+++ community-i686/glabels-3.0.0-new-eds.patch  2013-11-30 17:42:47 UTC (rev 
101750)
@@ -1,71 +0,0 @@
-diff -up glabels-3.0.0/src/merge-evolution.c.new-eds 
glabels-3.0.0/src/merge-evolution.c
 glabels-3.0.0/src/merge-evolution.c.new-eds 2011-04-04 01:02:48.0 
+0200
-+++ glabels-3.0.0/src/merge-evolution.c 2012-08-29 11:54:20.240577838 +0200
-@@ -29,7 +29,7 @@
- 
- #include merge-evolution.h
- 
--#include libebook/e-book.h
-+#include libebook/libebook.h
- #include glib/gi18n.h
- #include stdio.h
- #include string.h
-@@ -297,6 +297,31 @@ static gint sort_contact_by_file_as(gcon
- 

[arch-commits] Commit in glabels/trunk (PKGBUILD glabels-3.0.0-new-eds.patch)

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 18:42:38
  Author: bgyorgy
Revision: 101749

upgpkg: glabels 3.2.0-1

Update to version 3.2.0

Modified:
  glabels/trunk/PKGBUILD
Deleted:
  glabels/trunk/glabels-3.0.0-new-eds.patch

-+
 PKGBUILD|   15 ++--
 glabels-3.0.0-new-eds.patch |   71 --
 2 files changed, 5 insertions(+), 81 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 16:45:32 UTC (rev 101748)
+++ PKGBUILD2013-11-30 17:42:38 UTC (rev 101749)
@@ -4,24 +4,20 @@
 # Contributor: Damir Perisa da...@archlinux.org
 
 pkgname=glabels
-pkgver=3.0.1
-pkgrel=3
+pkgver=3.2.0
+pkgrel=1
 pkgdesc=Creating labels and business cards the very easy way
 arch=('i686' 'x86_64')
 url=http://glabels.org/;
 license=('GPL' 'LGPL')
 depends=('librsvg' 'evolution-data-server' 'qrencode' 'iec16022' 'dconf' 
'desktop-file-utils' 'xdg-utils')
-makedepends=('barcode' 'intltool' 'gnome-doc-utils')
+makedepends=('intltool' 'itstool')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-glabels-3.0.0-new-eds.patch)
-sha256sums=('99810705b9fcb234f085ed4ac6dbea50cc5b232c6d8ca05ab2c0634673fb9bd2'
-'f02ecf12e10b1d406607bad65f81e53ebd5d56fabe46035a47bd6fe1ec8bf70b')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c4c5b2c911be7b6513ee5cfeda6cd78434623c24dd741bd29cc3573f90b374c9')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/glabels-3.0.0-new-eds.patch
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-static --disable-schemas-compile
   make
@@ -29,6 +25,5 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-
   make DESTDIR=$pkgdir/ install
 }

Deleted: glabels-3.0.0-new-eds.patch
===
--- glabels-3.0.0-new-eds.patch 2013-11-30 16:45:32 UTC (rev 101748)
+++ glabels-3.0.0-new-eds.patch 2013-11-30 17:42:38 UTC (rev 101749)
@@ -1,71 +0,0 @@
-diff -up glabels-3.0.0/src/merge-evolution.c.new-eds 
glabels-3.0.0/src/merge-evolution.c
 glabels-3.0.0/src/merge-evolution.c.new-eds 2011-04-04 01:02:48.0 
+0200
-+++ glabels-3.0.0/src/merge-evolution.c 2012-08-29 11:54:20.240577838 +0200
-@@ -29,7 +29,7 @@
- 
- #include merge-evolution.h
- 
--#include libebook/e-book.h
-+#include libebook/libebook.h
- #include glib/gi18n.h
- #include stdio.h
- #include string.h
-@@ -297,6 +297,31 @@ static gint sort_contact_by_file_as(gcon
- /*--*/
- /* Open merge source.   */
- /*--*/
-+static EBook *
-+gl_open_system_addressbook (GError **error)
-+{
-+   ESourceRegistry *registry;
-+   EBook *book = NULL;
-+   ESource *source;
-+
-+   registry = e_source_registry_new_sync (NULL, error);
-+   if (!registry)
-+   return NULL;
-+
-+   source = e_source_registry_ref_builtin_address_book (registry);
-+   if (!source) {
-+   g_object_unref (registry);
-+   return NULL;
-+   }
-+
-+   book = e_book_new (source, error);
-+
-+   g_object_unref (source);
-+   g_object_unref (registry);
-+
-+   return book;
-+}
-+
- static void
- gl_merge_evolution_open (glMerge *merge)
- {
-@@ -317,12 +342,12 @@ gl_merge_evolution_open (glMerge *merge)
- return;
- }
- 
--merge_evolution-priv-book = e_book_new_system_addressbook(error);
-+merge_evolution-priv-book = gl_open_system_addressbook(error);
- if (!merge_evolution-priv-book) {
- g_warning (Couldn't open addressbook.);
- if (error)
- {
--g_warning (e_book_new_system_addressbook: %s, 
error-message);
-+g_warning (gl_open_system_addressbook: %s, 
error-message);
- g_error_free (error);
- }
- e_book_query_unref(query);
-diff -up glabels-3.0.0/src/merge-vcard.c.new-eds 
glabels-3.0.0/src/merge-vcard.c
 glabels-3.0.0/src/merge-vcard.c.new-eds 2011-04-04 01:02:48.0 +0200
-+++ glabels-3.0.0/src/merge-vcard.c 2012-08-29 11:54:20.241577849 +0200
-@@ -27,7 +27,7 @@
- 
- #include merge-vcard.h
- 
--#include libebook/e-contact.h
-+#include libebook/libebook.h
- #include stdio.h
- #include string.h
- #include errno.h



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

2013-11-30 Thread Thomas Bächler
Date: Saturday, November 30, 2013 @ 18:47:17
  Author: thomas
Revision: 200645

upgpkg: libnl 3.2.23-1

Modified:
  libnl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 17:42:00 UTC (rev 200644)
+++ PKGBUILD2013-11-30 17:47:17 UTC (rev 200645)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=libnl
-pkgver=3.2.22
+pkgver=3.2.23
 pkgrel=1
 pkgdesc=Library for applications dealing with netlink sockets
 arch=(i686 x86_64)
@@ -11,10 +11,10 @@
 depends=(glibc)
 backup=(etc/libnl/classid etc/libnl/pktloc)
 source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b')
+sha256sums=('8cc2cda9aa8cbbad384b9bb1ba0f6777ed9bf65e1cc3170d8c2ba5b3ee12f2b3')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -24,6 +24,6 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }



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

2013-11-30 Thread Thomas Bächler
Date: Saturday, November 30, 2013 @ 18:47:30
  Author: thomas
Revision: 200646

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

Added:
  libnl/repos/testing-i686/
  libnl/repos/testing-i686/PKGBUILD
(from rev 200645, libnl/trunk/PKGBUILD)
  libnl/repos/testing-x86_64/
  libnl/repos/testing-x86_64/PKGBUILD
(from rev 200645, libnl/trunk/PKGBUILD)

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

Copied: libnl/repos/testing-i686/PKGBUILD (from rev 200645, 
libnl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-30 17:47:30 UTC (rev 200646)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libnl
+pkgver=3.2.23
+pkgrel=1
+pkgdesc=Library for applications dealing with netlink sockets
+arch=(i686 x86_64)
+url=http://www.infradead.org/~tgr/libnl/;
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('8cc2cda9aa8cbbad384b9bb1ba0f6777ed9bf65e1cc3170d8c2ba5b3ee12f2b3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libnl/repos/testing-x86_64/PKGBUILD (from rev 200645, 
libnl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-30 17:47:30 UTC (rev 200646)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libnl
+pkgver=3.2.23
+pkgrel=1
+pkgdesc=Library for applications dealing with netlink sockets
+arch=(i686 x86_64)
+url=http://www.infradead.org/~tgr/libnl/;
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('8cc2cda9aa8cbbad384b9bb1ba0f6777ed9bf65e1cc3170d8c2ba5b3ee12f2b3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 18:50:37
  Author: bgyorgy
Revision: 101751

Implement prepare function

Modified:
  gnokii/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 17:42:47 UTC (rev 101750)
+++ PKGBUILD2013-11-30 17:50:37 UTC (rev 101751)
@@ -26,7 +26,7 @@
  'b2961b52ac1f770c4704ccc50b64fde2'
  '17b629db85a6bb2b98ca59941aa95295')
 
-build() {
+prepare() {
   cd $pkgname-$pkgver
 
   # Set bindir location
@@ -34,7 +34,10 @@
 
   # Set lock path
   patch -Np1 -i $srcdir/gnokii-lock.patch
+}
 
+build() {
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
   --disable-static --enable-security
   make



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

2013-11-30 Thread Thomas Bächler
Date: Saturday, November 30, 2013 @ 18:51:15
  Author: thomas
Revision: 200647

PKGBUILD updates

Modified:
  wireless-regdb/trunk/PKGBUILD
Deleted:
  wireless-regdb/trunk/LICENSE
  wireless-regdb/trunk/linville.key.pub.pem
  wireless-regdb/trunk/regulatory.bin.5

--+
 LICENSE  |   16 
 PKGBUILD |   36 ++--
 linville.key.pub.pem |9 -
 regulatory.bin.5 |   37 -
 4 files changed, 10 insertions(+), 88 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-11-30 17:47:30 UTC (rev 200646)
+++ LICENSE 2013-11-30 17:51:15 UTC (rev 200647)
@@ -1,16 +0,0 @@
-Copyright (c) 2008, Luis R. Rodriguez mcg...@gmail.com
-Copyright (c) 2008, Johannes Berg johan...@sipsolutions.net
-Copyright (c) 2008, Michael Green michael.gr...@atheros.com
-
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 17:47:30 UTC (rev 200646)
+++ PKGBUILD2013-11-30 17:51:15 UTC (rev 200647)
@@ -2,51 +2,35 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=wireless-regdb
-pkgver=2013.01.11
+pkgver=2013.10.11
 pkgrel=1
 pkgdesc=Central Regulatory Domain Database
 arch=('any')
-url=http://wireless.kernel.org/en/developers/Regulatory/CRDA;
+url=http://wireless.kernel.org/en/developers/Regulatory;
 backup=(etc/conf.d/wireless-regdom)
 license=('custom')
-makedepends=('crda')
 depends=('sh')
 install=wireless-regdb.install
-source=(http://wireless.kernel.org/download/${pkgname}/regulatory.bins/${pkgver}-regulatory.bin
-linville.key.pub.pem
-regulatory.bin.5
-LICENSE
+source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.xz
 crda.conf.d)
-sha256sums=('b1ee0b20c123c612dfdb6851ab42c01666f66fb583e0e590942f19bb54cf84be'
-'5d49ed0267082af35fd147a58434f19f7619518064b502b8a87143ee3e140546'
-'f24bcaf67ecd088b407a9650375704a2fe1b23e3cfffbb1e7fe1026a02b3178a'
-'678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1'
+sha256sums=('fdf2ad0b09dc820946dbd2816c2e7add3505f2ffe9022e0093ab702dc37073b9'
 '192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
 
 package() {
   # Install and verify regulatory.bin file
   msg Installing and verifying the regulatory.bin file ...
-  install -D -m644 ${srcdir}/${pkgver}-regulatory.bin 
${pkgdir}/usr/lib/crda/regulatory.bin
-  # If crda is installed, the wireless regdb can be verified using regdbdump
-  # Keep this step optional so no depend/makedepend loop is created
-  if /usr/bin/regdbdump ${pkgdir}/usr/lib/crda/regulatory.bin  /dev/null; 
then
-msg Regulatory database verification was succesful.
-  else
-error Regulatory database verification failed.
-return 1
-  fi
+  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/regulatory.bin 
${pkgdir}/usr/lib/crda/regulatory.bin
+  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/linville.key.pub.pem 
${pkgdir}/usr/lib/crda/pubkeys/linville.key.pub.pem
+  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/wireless-regdb/LICENSE
+  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/regulatory.bin.5 
${pkgdir}/usr/share/man/man5/regulatory.bin.5
 
-  install -D -m644 ${srcdir}/linville.key.pub.pem 
${pkgdir}/usr/lib/crda/pubkeys/linville.key.pub.pem
-  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/wireless-regdb/LICENSE
-  install -D -m644 ${srcdir}/regulatory.bin.5 
${pkgdir}/usr/share/man/man5/regulatory.bin.5
-
   msg Installing /etc/conf.d/wireless-regdom ...
   install -D -m644 ${srcdir}/crda.conf.d 
${pkgdir}/etc/conf.d/wireless-regdom
-  for dom in $(/usr/bin/regdbdump ${pkgdir}/usr/lib/crda/regulatory.bin | 
grep ^country | cut -d' ' -f2 | sed 's|:||g'); do
+  for dom in $(grep ^country ${srcdir}/${pkgname}-${pkgver}/db.txt | cut -d' 
' -f2 | sed 's|:||g'); do
 echo #WIRELESS_REGDOM=\${dom}\  
${pkgdir}/etc/conf.d/wireless-regdom.tmp
   done
   sort -u ${pkgdir}/etc/conf.d/wireless-regdom.tmp  
${pkgdir}/etc/conf.d/wireless-regdom
   rm ${pkgdir}/etc/conf.d/wireless-regdom.tmp
 
-  install 

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

2013-11-30 Thread Thomas Bächler
Date: Saturday, November 30, 2013 @ 18:59:56
  Author: thomas
Revision: 200648

upgpkg: wireless-regdb 2013.11.27-1

Modified:
  wireless-regdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 17:51:15 UTC (rev 200647)
+++ PKGBUILD2013-11-30 17:59:56 UTC (rev 200648)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=wireless-regdb
-pkgver=2013.10.11
+pkgver=2013.11.27
 pkgrel=1
 pkgdesc=Central Regulatory Domain Database
 arch=('any')
@@ -10,10 +10,11 @@
 backup=(etc/conf.d/wireless-regdom)
 license=('custom')
 depends=('sh')
+makedepends=('crda')
 install=wireless-regdb.install
 
source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.xz
 crda.conf.d)
-sha256sums=('fdf2ad0b09dc820946dbd2816c2e7add3505f2ffe9022e0093ab702dc37073b9'
+sha256sums=('aa86150a367df0d6c8d875c05448c96a18c4ddf063f3e1b8c2235c2679117cc2'
 '192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
 
 package() {
@@ -20,6 +21,15 @@
   # Install and verify regulatory.bin file
   msg Installing and verifying the regulatory.bin file ...
   install -D -m644 ${srcdir}/${pkgname}-${pkgver}/regulatory.bin 
${pkgdir}/usr/lib/crda/regulatory.bin
+  # This creates a depend/makedepend loop:
+  # crda depends on wireless-regdb (but strictly doesn't makedepend on it)
+  # wireless-regdb makedepends on crda
+  if /usr/bin/regdbdump ${pkgdir}/usr/lib/crda/regulatory.bin  /dev/null; 
then
+msg Regulatory database verification was succesful.
+  else
+error Regulatory database verification failed.
+return 1
+  fi
   install -D -m644 ${srcdir}/${pkgname}-${pkgver}/linville.key.pub.pem 
${pkgdir}/usr/lib/crda/pubkeys/linville.key.pub.pem
   install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/wireless-regdb/LICENSE
   install -D -m644 ${srcdir}/${pkgname}-${pkgver}/regulatory.bin.5 
${pkgdir}/usr/share/man/man5/regulatory.bin.5



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

2013-11-30 Thread Thomas Bächler
Date: Saturday, November 30, 2013 @ 19:00:09
  Author: thomas
Revision: 200649

archrelease: copy trunk to testing-any

Added:
  wireless-regdb/repos/testing-any/
  wireless-regdb/repos/testing-any/PKGBUILD
(from rev 200648, wireless-regdb/trunk/PKGBUILD)
  wireless-regdb/repos/testing-any/crda.conf.d
(from rev 200648, wireless-regdb/trunk/crda.conf.d)
  wireless-regdb/repos/testing-any/wireless-regdb.install
(from rev 200648, wireless-regdb/trunk/wireless-regdb.install)

+
 PKGBUILD   |   46 ++
 crda.conf.d|4 
 wireless-regdb.install |   13 +
 3 files changed, 63 insertions(+)

Copied: wireless-regdb/repos/testing-any/PKGBUILD (from rev 200648, 
wireless-regdb/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-11-30 18:00:09 UTC (rev 200649)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wireless-regdb
+pkgver=2013.11.27
+pkgrel=1
+pkgdesc=Central Regulatory Domain Database
+arch=('any')
+url=http://wireless.kernel.org/en/developers/Regulatory;
+backup=(etc/conf.d/wireless-regdom)
+license=('custom')
+depends=('sh')
+makedepends=('crda')
+install=wireless-regdb.install
+source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.xz
+crda.conf.d)
+sha256sums=('aa86150a367df0d6c8d875c05448c96a18c4ddf063f3e1b8c2235c2679117cc2'
+'192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
+
+package() {
+  # Install and verify regulatory.bin file
+  msg Installing and verifying the regulatory.bin file ...
+  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/regulatory.bin 
${pkgdir}/usr/lib/crda/regulatory.bin
+  # This creates a depend/makedepend loop:
+  # crda depends on wireless-regdb (but strictly doesn't makedepend on it)
+  # wireless-regdb makedepends on crda
+  if /usr/bin/regdbdump ${pkgdir}/usr/lib/crda/regulatory.bin  /dev/null; 
then
+msg Regulatory database verification was succesful.
+  else
+error Regulatory database verification failed.
+return 1
+  fi
+  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/linville.key.pub.pem 
${pkgdir}/usr/lib/crda/pubkeys/linville.key.pub.pem
+  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/wireless-regdb/LICENSE
+  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/regulatory.bin.5 
${pkgdir}/usr/share/man/man5/regulatory.bin.5
+
+  msg Installing /etc/conf.d/wireless-regdom ...
+  install -D -m644 ${srcdir}/crda.conf.d 
${pkgdir}/etc/conf.d/wireless-regdom
+  for dom in $(grep ^country ${srcdir}/${pkgname}-${pkgver}/db.txt | cut -d' 
' -f2 | sed 's|:||g'); do
+echo #WIRELESS_REGDOM=\${dom}\  
${pkgdir}/etc/conf.d/wireless-regdom.tmp
+  done
+  sort -u ${pkgdir}/etc/conf.d/wireless-regdom.tmp  
${pkgdir}/etc/conf.d/wireless-regdom
+  rm ${pkgdir}/etc/conf.d/wireless-regdom.tmp
+
+  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: wireless-regdb/repos/testing-any/crda.conf.d (from rev 200648, 
wireless-regdb/trunk/crda.conf.d)
===
--- testing-any/crda.conf.d (rev 0)
+++ testing-any/crda.conf.d 2013-11-30 18:00:09 UTC (rev 200649)
@@ -0,0 +1,4 @@
+#
+# Wireless regulatory domain configuration
+#
+

Copied: wireless-regdb/repos/testing-any/wireless-regdb.install (from rev 
200648, wireless-regdb/trunk/wireless-regdb.install)
===
--- testing-any/wireless-regdb.install  (rev 0)
+++ testing-any/wireless-regdb.install  2013-11-30 18:00:09 UTC (rev 200649)
@@ -0,0 +1,13 @@
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  # If crda is installed, we verify the integrity of the database
+  # If not, we skip this step silently
+  if [ -x /usr/bin/regdbdump ]; then
+if ! /usr/bin/regdbdump /usr/lib/crda/regulatory.bin  /dev/null; then
+  echo Failed to verify the integrity of the wireless regulatory 
database, CRDA will not work.
+fi
+  fi
+}



[arch-commits] Commit in gnome-activity-journal/trunk (PKGBUILD)

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 19:01:53
  Author: bgyorgy
Revision: 101752

Implement prepare function

Modified:
  gnome-activity-journal/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 17:50:37 UTC (rev 101751)
+++ PKGBUILD2013-11-30 18:01:53 UTC (rev 101752)
@@ -25,7 +25,7 @@
  'b757b0c8e5ff06eb50d30f5028c5691b'
  'a158b002cf33efcfefb4fa06d7ef7da5')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/config.py 
gnome-activity-journal
 
@@ -40,7 +40,10 @@
 
   # https://bugs.launchpad.net/gnome-activity-journal/+bug/871130
   patch -Np1 -i $srcdir/make-libgnomeui-optional.patch
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
   python2 setup.py build
 }
 



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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 19:10:16
  Author: bgyorgy
Revision: 101753

Implement prepare function

Modified:
  gnome-do/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 18:01:53 UTC (rev 101752)
+++ PKGBUILD2013-11-30 18:10:16 UTC (rev 101753)
@@ -8,7 +8,7 @@
 pkgrel=2
 pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
 arch=('i686' 'x86_64')
-url=http://do.davebsd.com/;
+url=https://launchpad.net/do;
 license=('GPL3')
 depends=('gconf-sharp' 'libgnome-desktop-sharp' 'gnome-keyring-sharp' 
'mono-addins' 'notify-sharp' 'hicolor-icon-theme' 'xdg-utils')
 makedepends=('intltool' 'libgnome-sharp' 'gio-sharp')
@@ -18,12 +18,16 @@
 md5sums=('d360e56953915d9585c0ee71f433129c'
  'e9ac5e4510c1475d61a20c5d94594d98')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
+  # Remove gnome-sharp dependency
   # https://code.launchpad.net/~ballogy/do/gio-gnomedesktop-port/+merge/95842
   patch -Np1 -i $srcdir/gio-gnomedesktop.patch
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
   --disable-schemas-install \
@@ -33,6 +37,5 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-
   make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in pinot/trunk (PKGBUILD namespace_clash.patch)

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 19:33:14
  Author: jelle
Revision: 101754

upgpkg: pinot 1.06-2

boost 1.55.0 rebuild

Added:
  pinot/trunk/namespace_clash.patch
Modified:
  pinot/trunk/PKGBUILD

---+
 PKGBUILD  |   10 +++---
 namespace_clash.patch |   12 
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 18:10:16 UTC (rev 101753)
+++ PKGBUILD2013-11-30 18:33:14 UTC (rev 101754)
@@ -7,7 +7,7 @@
 
 pkgname=pinot
 pkgver=1.06
-pkgrel=1
+pkgrel=2
 pkgdesc='Personal search and metasearch tool'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/pinot-search/'
@@ -26,8 +26,9 @@
 options=('!emptydirs')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('bba6f412553890ef7cccd6d7bb28df9a6c4d122ea74a2902e5de33953cd1872d')
+source=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz 
namespace_clash.patch)
+sha256sums=('bba6f412553890ef7cccd6d7bb28df9a6c4d122ea74a2902e5de33953cd1872d'
+'7b4fee7b43f73539803954075af2ce577b65ca732ab8115d257068ffaa5a750f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -42,6 +43,9 @@
 ${x}LM/russian-koi8_r.lm  russian-koi8_r\n\
 ${x}LM/russian-windows1251.lm russian-windows1251| textcat3_conf.txt
 
+  patch -Np1 -i $srcdir/namespace_clash.patch
+
+
   LIBS=-lboost_system ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \

Added: namespace_clash.patch
===
--- namespace_clash.patch   (rev 0)
+++ namespace_clash.patch   2013-11-30 18:33:14 UTC (rev 101754)
@@ -0,0 +1,12 @@
+diff -aur pinot-1.06/UI/GTK2/src/mainWindow.cc 
pinot-1.06.new/UI/GTK2/src/mainWindow.cc
+--- pinot-1.06/UI/GTK2/src/mainWindow.cc   2013-01-14 13:47:06.0 
+0100
 pinot-1.06.new/UI/GTK2/src/mainWindow.cc   2013-11-30 19:22:17.792587309 
+0100
+@@ -1766,7 +1766,7 @@
+   viewDoc = true;
+   }
+ 
+-  close(inFd);
++  ::close(inFd);
+   }
+ 
+   if (viewDoc == true)



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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 19:33:29
  Author: jelle
Revision: 101755

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

Added:
  pinot/repos/community-staging-i686/
  pinot/repos/community-staging-i686/PKGBUILD
(from rev 101754, pinot/trunk/PKGBUILD)
  pinot/repos/community-staging-i686/namespace_clash.patch
(from rev 101754, pinot/trunk/namespace_clash.patch)
  pinot/repos/community-staging-i686/pinot.changelog
(from rev 101754, pinot/trunk/pinot.changelog)
  pinot/repos/community-staging-i686/pinot.install
(from rev 101754, pinot/trunk/pinot.install)
  pinot/repos/community-staging-x86_64/
  pinot/repos/community-staging-x86_64/PKGBUILD
(from rev 101754, pinot/trunk/PKGBUILD)
  pinot/repos/community-staging-x86_64/namespace_clash.patch
(from rev 101754, pinot/trunk/namespace_clash.patch)
  pinot/repos/community-staging-x86_64/pinot.changelog
(from rev 101754, pinot/trunk/pinot.changelog)
  pinot/repos/community-staging-x86_64/pinot.install
(from rev 101754, pinot/trunk/pinot.install)

+
 community-staging-i686/PKGBUILD|   64 +++
 community-staging-i686/namespace_clash.patch   |   12 
 community-staging-i686/pinot.changelog |   14 +
 community-staging-i686/pinot.install   |   15 +
 community-staging-x86_64/PKGBUILD  |   64 +++
 community-staging-x86_64/namespace_clash.patch |   12 
 community-staging-x86_64/pinot.changelog   |   14 +
 community-staging-x86_64/pinot.install |   15 +
 8 files changed, 210 insertions(+)

Copied: pinot/repos/community-staging-i686/PKGBUILD (from rev 101754, 
pinot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-30 18:33:29 UTC (rev 101755)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=pinot
+pkgver=1.06
+pkgrel=2
+pkgdesc='Personal search and metasearch tool'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/pinot-search/'
+license=('GPL')
+depends=('gtkmm3' 'xapian-core' 'libtextcat' 'sqlite' 'libxml++' 'curl' 
'gmime' 
+ 'dbus-glib' 'shared-mime-info' 'libexif' 'taglib' 
'hicolor-icon-theme' 
+ 'cairo' 'exiv2' 'boost-libs')
+makedepends=('boost' 'desktop-file-utils')
+optdepends=('unzip: ZIP files extraction'
+'poppler: PDF to text conversion'
+'catdvi: DVI to text conversion'
+'djvulibre: DjVu text extraction'
+'unrtf: RTF to HTML conversion'
+'antiword: MS Word to text conversion'
+'catdoc: XLS and PPT to text conversion')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz 
namespace_clash.patch)
+sha256sums=('bba6f412553890ef7cccd6d7bb28df9a6c4d122ea74a2902e5de33953cd1872d'
+'7b4fee7b43f73539803954075af2ce577b65ca732ab8115d257068ffaa5a750f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  x='/usr/share/libtextcat/'
+  sed -i 's|/LM/russian.lm|/LM/russian-windows1251.lm|' textcat_conf.txt
+  sed -i s|$x|${x}LM/| \
+textcat_conf.txt \
+textcat3_conf.txt \
+textcat31_conf.txt \
+textcat32_conf.txt
+  sed -i -e s|.*russian$|${x}LM/russian-iso8859_5.lm   russian-iso8859_5\n\
+${x}LM/russian-koi8_r.lm  russian-koi8_r\n\
+${x}LM/russian-windows1251.lm russian-windows1251| textcat3_conf.txt
+
+  patch -Np1 -i $srcdir/namespace_clash.patch
+
+
+  LIBS=-lboost_system ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--enable-gtkmm3=yes \
+--enable-mempool=no
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pinot/repos/community-staging-i686/namespace_clash.patch (from rev 
101754, pinot/trunk/namespace_clash.patch)
===
--- community-staging-i686/namespace_clash.patch
(rev 0)
+++ community-staging-i686/namespace_clash.patch2013-11-30 18:33:29 UTC 
(rev 101755)
@@ -0,0 +1,12 @@
+diff -aur pinot-1.06/UI/GTK2/src/mainWindow.cc 
pinot-1.06.new/UI/GTK2/src/mainWindow.cc
+--- pinot-1.06/UI/GTK2/src/mainWindow.cc   2013-01-14 13:47:06.0 
+0100
 pinot-1.06.new/UI/GTK2/src/mainWindow.cc   2013-11-30 19:22:17.792587309 
+0100
+@@ -1766,7 +1766,7 @@
+   viewDoc = true;
+   }
+ 
+- 

[arch-commits] Commit in gnome-do-plugins/repos/community-any (7 files)

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 19:43:41
  Author: bgyorgy
Revision: 101757

archrelease: copy trunk to community-any

Added:
  gnome-do-plugins/repos/community-any/PKGBUILD
(from rev 101756, gnome-do-plugins/trunk/PKGBUILD)
  gnome-do-plugins/repos/community-any/flickrnet-3.2.patch
(from rev 101756, gnome-do-plugins/trunk/flickrnet-3.2.patch)
Deleted:
  gnome-do-plugins/repos/community-any/PKGBUILD
  gnome-do-plugins/repos/community-any/flickrnet-3.2.patch
  gnome-do-plugins/repos/community-any/systemd-support.patch
  gnome-do-plugins/repos/community-any/use-dbus-sharp.patch
  gnome-do-plugins/repos/community-any/use-dmcs.patch

---+
 PKGBUILD  |   89 -
 flickrnet-3.2.patch   |   24 +-
 systemd-support.patch |  138 ---
 use-dbus-sharp.patch  |  436 
 use-dmcs.patch|   24 --
 5 files changed, 53 insertions(+), 658 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-30 18:43:34 UTC (rev 101756)
+++ PKGBUILD2013-11-30 18:43:41 UTC (rev 101757)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Doehni do...@gmx.de
-
-pkgname=gnome-do-plugins
-pkgver=0.8.4
-pkgrel=5
-pkgdesc=Plugins for gnome-do
-arch=('any')
-url=http://do.davebsd.com/;
-license=('GPL3')
-depends=('gnome-do=0.9' 'flickrnet' 'gdata-sharp' 'wnck-sharp')
-makedepends=('intltool' 'libgnome-sharp')
-source=(http://launchpad.net/do-plugins/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
-flickrnet-3.2.patch
-use-dbus-sharp.patch
-use-dmcs.patch
-systemd-support.patch)
-md5sums=('092b51b27463dc2beee65779d95a0ff1'
- '8222b36baf39657d8f4e4c214f124093'
- 'eeaf4ab3521bbd6084da95f08e6d14d8'
- '07bd0ad4d1c4bddf5dd28a08b4424e61'
- '2a7f48ec6a06b38103538ad2f05a6ec7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/flickrnet-3.2.patch
-  patch -Np1 -i $srcdir/use-dbus-sharp.patch
-  patch -Np0 -i $srcdir/use-dmcs.patch
-  patch -Np1 -i $srcdir/systemd-support.patch
-
-  autoreconf -fi
-  ./configure --prefix=/usr --enable-release \
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Remove AptURL plugin, because we don't have apt
-  rm $pkgdir/usr/lib/gnome-do/plugins/AptURL.dll*
-
-  # Remove Disk Mounter plugin to avoid deprecated gnome-vfs-sharp dependency
-  rm $pkgdir/usr/lib/gnome-do/plugins/DiskMounter.dll*
-}

Copied: gnome-do-plugins/repos/community-any/PKGBUILD (from rev 101756, 
gnome-do-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-30 18:43:41 UTC (rev 101757)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Doehni do...@gmx.de
+
+pkgname=gnome-do-plugins
+pkgver=0.8.5
+pkgrel=1
+pkgdesc=Plugins for gnome-do
+arch=('any')
+url=https://launchpad.net/do-plugins;
+license=('GPL3')
+depends=('gnome-do=0.9' 'flickrnet' 'gdata-sharp' 'wnck-sharp')
+makedepends=('intltool' 'libgnome-sharp')
+source=(http://launchpad.net/do-plugins/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
+flickrnet-3.2.patch)
+md5sums=('022d184e884cabd3078716385f123c0a'
+ '8222b36baf39657d8f4e4c214f124093')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Port to FlickrNet 3.2
+  patch -Np1 -i $srcdir/flickrnet-3.2.patch
+
+  # Disable some plugins
+  sed -i '/AptURL/d
+  /DiskMounter/d
+  /Transmission/d' Makefile.{am,in}
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --enable-release \
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: flickrnet-3.2.patch
===
--- flickrnet-3.2.patch 2013-11-30 18:43:34 UTC (rev 101756)
+++ flickrnet-3.2.patch 2013-11-30 18:43:41 UTC (rev 101757)
@@ -1,12 +0,0 @@
-diff -Naur gnome-do-plugins-0.8.4.orig/Flickr/src/AccountConfig.cs 
gnome-do-plugins-0.8.4/Flickr/src/AccountConfig.cs
 gnome-do-plugins-0.8.4.orig/Flickr/src/AccountConfig.cs2011-05-29 
03:45:52.0 +0200
-+++ gnome-do-plugins-0.8.4/Flickr/src/AccountConfig.cs 2011-11-30 
12:14:02.239286506 +0100
-@@ -99,7 +99,7 @@
-   try {
-   Auth auth = flickr.AuthGetToken(Frob);
-   AuthToken = auth.Token;
--  Username = auth.User.Username;
-+  Username = auth.User.UserName;
-   flickr = new FlickrNet.Flickr (ApiKey, 
ApiSecret, AuthToken);
-   SetBtnStateComplete ();
-  

[arch-commits] Commit in gnome-do-plugins/trunk (4 files)

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 19:43:34
  Author: bgyorgy
Revision: 101756

upgpkg: gnome-do-plugins 0.8.5-1

Update to version 0.8.5

Modified:
  gnome-do-plugins/trunk/PKGBUILD
Deleted:
  gnome-do-plugins/trunk/systemd-support.patch
  gnome-do-plugins/trunk/use-dbus-sharp.patch
  gnome-do-plugins/trunk/use-dmcs.patch

---+
 PKGBUILD  |   41 +---
 systemd-support.patch |  138 ---
 use-dbus-sharp.patch  |  436 
 use-dmcs.patch|   24 --
 4 files changed, 17 insertions(+), 622 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 18:33:29 UTC (rev 101755)
+++ PKGBUILD2013-11-30 18:43:34 UTC (rev 101756)
@@ -4,33 +4,33 @@
 # Contributor: Doehni do...@gmx.de
 
 pkgname=gnome-do-plugins
-pkgver=0.8.4
-pkgrel=5
+pkgver=0.8.5
+pkgrel=1
 pkgdesc=Plugins for gnome-do
 arch=('any')
-url=http://do.davebsd.com/;
+url=https://launchpad.net/do-plugins;
 license=('GPL3')
 depends=('gnome-do=0.9' 'flickrnet' 'gdata-sharp' 'wnck-sharp')
 makedepends=('intltool' 'libgnome-sharp')
 
source=(http://launchpad.net/do-plugins/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
-flickrnet-3.2.patch
-use-dbus-sharp.patch
-use-dmcs.patch
-systemd-support.patch)
-md5sums=('092b51b27463dc2beee65779d95a0ff1'
- '8222b36baf39657d8f4e4c214f124093'
- 'eeaf4ab3521bbd6084da95f08e6d14d8'
- '07bd0ad4d1c4bddf5dd28a08b4424e61'
- '2a7f48ec6a06b38103538ad2f05a6ec7')
+flickrnet-3.2.patch)
+md5sums=('022d184e884cabd3078716385f123c0a'
+ '8222b36baf39657d8f4e4c214f124093')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
+
+  # Port to FlickrNet 3.2
   patch -Np1 -i $srcdir/flickrnet-3.2.patch
-  patch -Np1 -i $srcdir/use-dbus-sharp.patch
-  patch -Np0 -i $srcdir/use-dmcs.patch
-  patch -Np1 -i $srcdir/systemd-support.patch
 
-  autoreconf -fi
+  # Disable some plugins
+  sed -i '/AptURL/d
+  /DiskMounter/d
+  /Transmission/d' Makefile.{am,in}
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --enable-release \
   make
 }
@@ -37,12 +37,5 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-
   make DESTDIR=$pkgdir install
-
-  # Remove AptURL plugin, because we don't have apt
-  rm $pkgdir/usr/lib/gnome-do/plugins/AptURL.dll*
-
-  # Remove Disk Mounter plugin to avoid deprecated gnome-vfs-sharp dependency
-  rm $pkgdir/usr/lib/gnome-do/plugins/DiskMounter.dll*
 }

Deleted: systemd-support.patch
===
--- systemd-support.patch   2013-11-30 18:33:29 UTC (rev 101755)
+++ systemd-support.patch   2013-11-30 18:43:34 UTC (rev 101756)
@@ -1,138 +0,0 @@
-diff -Naur gnome-do-plugins-0.8.4.orig/GNOME-Session/src/PowerManagement.cs 
gnome-do-plugins-0.8.4/GNOME-Session/src/PowerManagement.cs
 gnome-do-plugins-0.8.4.orig/GNOME-Session/src/PowerManagement.cs   
2012-12-30 09:31:54.017436179 +0100
-+++ gnome-do-plugins-0.8.4/GNOME-Session/src/PowerManagement.cs
2012-12-30 08:44:51.859932149 +0100
-@@ -129,7 +129,7 @@
-   public static void Logout ()
-   {
-   try {
--  Process.Start (gnome-session-save, --kill 
--silent);
-+  Process.Start (gnome-session-quit, --logout 
--no-prompt);
-   } catch (Exception e) {
-   LogPowerManagement.Error (Could not logout: 
{0}, e.Message);
-   LogPowerManagement.Debug (e.StackTrace);
-diff -Naur 
gnome-do-plugins-0.8.4.orig/GNOME-Session/src/SessionCommandsItemSource.cs 
gnome-do-plugins-0.8.4/GNOME-Session/src/SessionCommandsItemSource.cs
 gnome-do-plugins-0.8.4.orig/GNOME-Session/src/SessionCommandsItemSource.cs 
2012-12-30 09:31:54.017436179 +0100
-+++ gnome-do-plugins-0.8.4/GNOME-Session/src/SessionCommandsItemSource.cs  
2012-12-30 08:40:30.874228757 +0100
-@@ -53,31 +53,31 @@
-   yield return new SessionCommandItem (
-   AddinManager.CurrentLocalizer.GetString 
(Log Out),
-   AddinManager.CurrentLocalizer.GetString 
(Close your session and return to the login screen.),
--  gnome-session-logout,
-+  system-log-out,
-   PowerManagement.Logout);
- 
-   yield return new SessionCommandItem (
-   AddinManager.CurrentLocalizer.GetString 
(Shutdown),
-   AddinManager.CurrentLocalizer.GetString 
(Turn your computer off.),
--  gnome-session-halt,
-+  system-shutdown,
-  

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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 19:46:32
  Author: bgyorgy
Revision: 101758

Implement prepare function

Modified:
  gnome-media/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 18:43:41 UTC (rev 101757)
+++ PKGBUILD2013-11-30 18:46:32 UTC (rev 101758)
@@ -22,7 +22,7 @@
 '6c8af4bf741d702ce3722cc2bfd1b7caa44f142776706157851184fb2bc55e04'
 '5feb1e447f9ac575b282b05be9bfc946794635f98f63cf24603f931767ec8f9d')
 
-build() {
+prepare() {
   cd $pkgname-$pkgver
 
   # Upstream fixes
@@ -29,7 +29,10 @@
   patch -Np1 -i $srcdir/grecord-add-PULSEPROPmediarole.patch
   patch -Np1 -i 
$srcdir/grecord-Should-call-gnome-control-center-sound-not.patch
   patch -Np1 -i $srcdir/grecord-send-eos-before-we-stop-record.patch
+}
 
+build() {
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-schemas-install \
   --with-gconf-schema-file-dir=/usr/share/gconf/schemas



[arch-commits] Commit in gnome-phone-manager/trunk (PKGBUILD)

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 19:50:03
  Author: bgyorgy
Revision: 101759

Implement prepare function

Modified:
  gnome-phone-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 18:46:32 UTC (rev 101758)
+++ PKGBUILD2013-11-30 18:50:03 UTC (rev 101759)
@@ -17,10 +17,13 @@
 sha256sums=('35e038ea3afaacdf451046e87af876096cf1520efc04fc3f5b63ea22e0297175'
 '232a72108836ddd46d329993d166c38550e2923f161b4dc814d75af4ed5ccc79')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
   patch -p1 -i ../gnome-phone-manager-0.68-eds.patch
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
   --disable-static --disable-schemas-install \
   --with-gconf-schema-file-dir=/usr/share/gconf/schemas
@@ -29,6 +32,5 @@
 
 package() {
   cd ${srcdir}/$pkgname-$pkgver
-
   make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in gnome-phone-manager/trunk (PKGBUILD)

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 19:51:43
  Author: bgyorgy
Revision: 101760

Implement prepare function

Modified:
  gnome-phone-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 18:50:03 UTC (rev 101759)
+++ PKGBUILD2013-11-30 18:51:43 UTC (rev 101760)
@@ -19,6 +19,8 @@
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
+
+  # Port to evolution-data-server 3.8
   patch -p1 -i ../gnome-phone-manager-0.68-eds.patch
 }
 



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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 19:58:11
  Author: jelle
Revision: 101762

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

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

--+
 community-staging-i686/PKGBUILD  |   33 +
 community-staging-i686/springlobby.install   |   11 
 community-staging-x86_64/PKGBUILD|   33 +
 community-staging-x86_64/springlobby.install |   11 
 4 files changed, 88 insertions(+)

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

Copied: springlobby/repos/community-staging-i686/springlobby.install (from rev 
101761, springlobby/trunk/springlobby.install)
===
--- community-staging-i686/springlobby.install  (rev 0)
+++ community-staging-i686/springlobby.install  2013-11-30 18:58:11 UTC (rev 
101762)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

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

Copied: springlobby/repos/community-staging-x86_64/springlobby.install (from 
rev 101761, springlobby/trunk/springlobby.install)
===
--- community-staging-x86_64/springlobby.install
(rev 0)
+++ community-staging-x86_64/springlobby.install2013-11-30 18:58:11 UTC 
(rev 101762)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 19:57:54
  Author: jelle
Revision: 101761

upgpkg: springlobby 0.176-2

boost 1.55.0 rebuild

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 18:51:43 UTC (rev 101760)
+++ PKGBUILD2013-11-30 18:57:54 UTC (rev 101761)
@@ -4,7 +4,7 @@
 
 pkgname=springlobby
 pkgver=0.176
-pkgrel=1
+pkgrel=2
 pkgdesc=A free cross-platform lobby client for the Spring RTS project.
 arch=('i686' 'x86_64')
 url=http://springlobby.info/;



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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 19:58:47
  Author: bgyorgy
Revision: 101763

Implement prepare function

Modified:
  goobox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 18:58:11 UTC (rev 101762)
+++ PKGBUILD2013-11-30 18:58:47 UTC (rev 101763)
@@ -15,11 +15,15 @@
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('c2dba51881902cad3593fc3b3dafd3c12038173a27c623350f1771a1bfbf09a7')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
+  # Update libcoverart version number
   sed -i 's/LIBCOVERART_REQUIRED=1.0.0beta1/LIBCOVERART_REQUIRED=1.0.0/' 
configure{,.ac}
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-static --disable-schemas-compile
   make
@@ -27,6 +31,5 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-
   make DESTDIR=$pkgdir install
 }



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

2013-11-30 Thread Andreas Radke
Date: Saturday, November 30, 2013 @ 20:10:53
  Author: andyrtr
Revision: 200650

upgpkg: graphite 1:1.2.4-1

upstream update 1.2.4

Modified:
  graphite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 18:00:09 UTC (rev 200649)
+++ PKGBUILD2013-11-30 19:10:53 UTC (rev 200650)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR andy...@archlinux.org
 
 pkgname=graphite
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
 graphite2-1.2.0-cmakepath.patch)
-md5sums=('7042305e4208af4c2d5249d814ccce58'
+md5sums=('2ef839348fe28e3b923bf8cced440227'
  '00353b67941dbc30b76a43253760769e')
 
 build() {



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

2013-11-30 Thread Andreas Radke
Date: Saturday, November 30, 2013 @ 20:11:13
  Author: andyrtr
Revision: 200651

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

Added:
  graphite/repos/extra-i686/PKGBUILD
(from rev 200650, graphite/trunk/PKGBUILD)
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
(from rev 200650, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
  graphite/repos/extra-x86_64/PKGBUILD
(from rev 200650, graphite/trunk/PKGBUILD)
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch
(from rev 200650, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
Deleted:
  graphite/repos/extra-i686/PKGBUILD
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
  graphite/repos/extra-x86_64/PKGBUILD
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch

--+
 /PKGBUILD|  126 +
 /graphite2-1.2.0-cmakepath.patch |   18 +++
 extra-i686/PKGBUILD  |   63 
 extra-i686/graphite2-1.2.0-cmakepath.patch   |9 -
 extra-x86_64/PKGBUILD|   63 
 extra-x86_64/graphite2-1.2.0-cmakepath.patch |9 -
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-30 19:10:53 UTC (rev 200650)
+++ extra-i686/PKGBUILD 2013-11-30 19:11:13 UTC (rev 200651)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgname=graphite
-pkgver=1.2.3
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url=http://projects.palaso.org/projects/graphitedev;
-pkgdesc='reimplementation of the SIL Graphite text processing engine'
-license=('LGPL' 'GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('cmake' 'freetype2' 'python2')
- # - only for docs - target doesn't install properly
- #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
-graphite2-1.2.0-cmakepath.patch)
-md5sums=('7042305e4208af4c2d5249d814ccce58'
- '00353b67941dbc30b76a43253760769e')
-
-build() {
-  cd ${srcdir}
-  
-  # python2 fixes
-  sed -i s:\/usr\/bin\/python:\/usr\/bin\/python2: 
graphite2-${pkgver}/tests/{jsoncmp,fuzztest,defuzz,corrupt.py}
-  
-  # fix install path - .cmake files contain architecture dependend content - 
patch taken from FC/Slackware
-  pushd graphite2-${pkgver}
-  patch -Np1 -i ${srcdir}/graphite2-1.2.0-cmakepath.patch
-  popd
-  
-  mkdir build
-  cd build
-  cmake -G Unix Makefiles ../graphite2-${pkgver} \
-   -DCMAKE_C_FLAGS:STRING=${CFLAGS} \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE:STRING=Release \
-   -DGRAPHITE2_COMPARE_RENDERER=OFF \
-   #-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON # remove when docs install target 
will be fixed
-
-  # fix unwanted -O3 cflag (taken form Debian)
-  find . -type f ! -name rules ! -name changelog -exec sed -i -e 
's/\-O3//g' {} \;
-
-  make 
-  #make docs
-}
-
-check() {
-  cd ${srcdir}/build
-  sed -i s:python:python2:g tests/CTestTestfile.cmake
-  ctest
-}
-
-package() {
-  cd ${srcdir}/build
-  # FIXME: all target doesn't install the docs target files
-  make DESTDIR=$pkgdir/ install 
-
-  # licenses
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/graphite2-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: graphite/repos/extra-i686/PKGBUILD (from rev 200650, 
graphite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-30 19:11:13 UTC (rev 200651)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=graphite
+pkgver=1.2.4
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url=http://projects.palaso.org/projects/graphitedev;
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('LGPL' 'GPL' 'custom')
+depends=('gcc-libs')
+makedepends=('cmake' 'freetype2' 'python2')
+ # - only for docs - target doesn't install properly
+ #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
+graphite2-1.2.0-cmakepath.patch)
+md5sums=('2ef839348fe28e3b923bf8cced440227'
+ '00353b67941dbc30b76a43253760769e')
+
+build() {
+  cd ${srcdir}
+  
+  # python2 fixes
+  sed -i s:\/usr\/bin\/python:\/usr\/bin\/python2: 
graphite2-${pkgver}/tests/{jsoncmp,fuzztest,defuzz,corrupt.py}
+  
+  # fix install path - .cmake files contain architecture dependend content - 

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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 20:29:50
  Author: jelle
Revision: 101764

upgpkg: frogatto 1.3.1-6

boost 1.55.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 18:58:47 UTC (rev 101763)
+++ PKGBUILD2013-11-30 19:29:50 UTC (rev 101764)
@@ -6,12 +6,12 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
 url=http://www.frogatto.com;
 license=('GPL')
 depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
-makedepends=('mesa-libgl' 'boost')
+makedepends=('mesa' 'boost')
 
source=($pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1;
 frogatto
 frogatto.desktop)



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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 20:30:55
  Author: jelle
Revision: 101765

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

Added:
  frogatto/repos/community-staging-i686/
  frogatto/repos/community-staging-i686/PKGBUILD
(from rev 101764, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-i686/frogatto
(from rev 101764, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-i686/frogatto.desktop
(from rev 101764, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-staging-x86_64/
  frogatto/repos/community-staging-x86_64/PKGBUILD
(from rev 101764, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-x86_64/frogatto
(from rev 101764, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-x86_64/frogatto.desktop
(from rev 101764, frogatto/trunk/frogatto.desktop)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/frogatto   |3 +
 community-staging-i686/frogatto.desktop   |   11 ++
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/frogatto |3 +
 community-staging-x86_64/frogatto.desktop |   11 ++
 6 files changed, 126 insertions(+)

Copied: frogatto/repos/community-staging-i686/PKGBUILD (from rev 101764, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-30 19:30:55 UTC (rev 101765)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Federico CInelli cine...@aur.archlinux.org
+# Contributor: Tom Wambold tom5...@gmail.com
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=6
+pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
+url=http://www.frogatto.com;
+license=('GPL')
+depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
+makedepends=('mesa' 'boost')
+source=($pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1;
+frogatto
+frogatto.desktop)
+md5sums=('SKIP'
+ '9ed2c9ea59e95fe3c0b3ad49e58f8890'
+ 'e31563b04748a39292a59aaad633ff58')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's/ccache //g' Makefile
+  sed -i 's/-lprofiler//g' Makefile
+  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
+  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
+  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
+  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
+  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
+  make game server
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm 755 game $pkgdir/opt/frogatto/game
+  install -Dm 755 server $pkgdir/opt/frogatto/server
+  install -Dm 644 src/LICENSE $pkgdir/usr/share/licenses/frogatto/LICENSE
+  install -Dm 755 $srcdir/frogatto $pkgdir/usr/bin/frogatto
+  install -Dm 644 $srcdir/frogatto.desktop 
$pkgdir/usr/share/applications/frogatto.desktop
+
+  # Make level editor work (FS#37139)
+  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf ${pkgdir}/opt/frogatto/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-staging-i686/frogatto (from rev 101764, 
frogatto/trunk/frogatto)
===
--- community-staging-i686/frogatto (rev 0)
+++ community-staging-i686/frogatto 2013-11-30 19:30:55 UTC (rev 101765)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /opt/frogatto
+exec /opt/frogatto/game $*

Copied: frogatto/repos/community-staging-i686/frogatto.desktop (from rev 
101764, frogatto/trunk/frogatto.desktop)
===
--- community-staging-i686/frogatto.desktop (rev 0)
+++ community-staging-i686/frogatto.desktop 2013-11-30 19:30:55 UTC (rev 
101765)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Frogatto
+GenericName=Old-school 2D platformer
+Comment=Old-school 2D platformer
+Exec=/usr/bin/frogatto
+Terminal=false
+MultipleArgs=false
+Type=Application
+Icon=/opt/frogatto/images/window-icon.png
+Categories=Game;ArcadeGame

Copied: frogatto/repos/community-staging-x86_64/PKGBUILD (from rev 101764, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-30 19:30:55 UTC (rev 101765)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Federico CInelli cine...@aur.archlinux.org
+# Contributor: Tom Wambold tom5...@gmail.com
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')

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

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 21:33:06
  Author: bgyorgy
Revision: 101766

upgpkg: gnome-screensaver 3.6.1-7

- Fix systemd support
- Add support for user switch with LightDM

Added:
  gnome-screensaver/trunk/fix-systemd-support.patch
  gnome-screensaver/trunk/lightdm_switch_user.patch
Modified:
  gnome-screensaver/trunk/PKGBUILD

---+
 PKGBUILD  |   19 ++--
 fix-systemd-support.patch |   91 
 lightdm_switch_user.patch |  100 
 3 files changed, 205 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 19:30:55 UTC (rev 101765)
+++ PKGBUILD2013-11-30 20:33:06 UTC (rev 101766)
@@ -5,11 +5,11 @@
 
 pkgname=gnome-screensaver
 pkgver=3.6.1
-pkgrel=6
+pkgrel=7
 pkgdesc=Legacy GNOME screensaver
 arch=('i686' 'x86_64')
 license=('GPL')
-url=http://live.gnome.org/GnomeScreensaver;
+url=https://wiki.gnome.org/Projects/GnomeScreensaver;
 backup=(etc/pam.d/gnome-screensaver)
 depends=('dbus-glib' 'libgnomekbd' 'gnome-desktop')
 makedepends=('intltool' 'gnome-common')
@@ -18,12 +18,16 @@
gnome-screensaver.pam
move-desktop-file.patch
fix-autoconf.patch
-   lock_screen_on_suspend.patch)
+   fix-systemd-support.patch
+   lock_screen_on_suspend.patch
+   lightdm_switch_user.patch)
 sha256sums=('f39b78d4f7fed748c7f0a31d694112fb907c6d3c4e63db22eb858df07e962cd0'
 'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda'
 '4bb96f62aa069c83b629204a79a3f63b146bcaf773569aee8b5dd23fbcd88974'
 'c4da9c18b543ecbc781c1f103321b324a855bdd0979fd36b437f6033736ad4bb'
-'516c479558576c6c5a2509abfcbf4fdafb5953d252e7a4ab972f9db6137daca8')
+'8aa387578c1756e573f6558a66be25fc96d7e8567fb7bee580159479841f5f45'
+'516c479558576c6c5a2509abfcbf4fdafb5953d252e7a4ab972f9db6137daca8'
+'5d40bd6e1843150912dc52932eaa94c0f6d57931fd45a3769ef40e2335fe3c6f')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -34,13 +38,18 @@
   # Fix build
   patch -Np1 -i $srcdir/fix-autoconf.patch
 
+  # Fix systemd support
+  patch -Np1 -i $srcdir/fix-systemd-support.patch
+
   # Lock screen on suspend with systemd
   patch -Np1 -i $srcdir/lock_screen_on_suspend.patch
+
+  # Add support for user switch with LightDM
+  patch -Np1 -i $srcdir/lightdm_switch_user.patch
 }
 
 build() {
   cd $pkgname-$pkgver
-
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
   --with-mit-ext

Added: fix-systemd-support.patch
===
--- fix-systemd-support.patch   (rev 0)
+++ fix-systemd-support.patch   2013-11-30 20:33:06 UTC (rev 101766)
@@ -0,0 +1,91 @@
+From cac2c0ad8f4f40b6b175b9fbcde06935859f1bbc Mon Sep 17 00:00:00 2001
+From: Peter de Ridder pe...@xfce.org
+Date: Wed, 20 Mar 2013 20:44:51 +0100
+Subject: [PATCH] Use the session path instead of the session id.
+
+---
+ src/gs-listener-dbus.c | 47 +++
+ 1 file changed, 27 insertions(+), 20 deletions(-)
+
+diff --git a/src/gs-listener-dbus.c b/src/gs-listener-dbus.c
+index 703d9e1..11fb95e 100644
+--- a/src/gs-listener-dbus.c
 b/src/gs-listener-dbus.c
+@@ -25,6 +25,7 @@
+ #include stdio.h
+ #include time.h
+ #include string.h
++#include unistd.h
+ 
+ #include glib/gi18n.h
+ 
+@@ -116,19 +117,8 @@ enum {
+ if (listener-priv-session_id == NULL)
+ return FALSE;
+ 
+-#ifdef WITH_SYSTEMD
+-/* The bus object path is simply the actual session ID
+- * prefixed to make it a bus path */
+-if (listener-priv-have_systemd)
+-return g_str_has_prefix (ssid, SYSTEMD_LOGIND_SESSION_PATH 
/)
+- strcmp (ssid + sizeof 
(SYSTEMD_LOGIND_SESSION_PATH),
+-   listener-priv-session_id) == 0;
+-#endif
+-
+-#ifdef WITH_CONSOLE_KIT
+ if (strcmp (ssid, listener-priv-session_id) == 0)
+ return TRUE;
+-#endif
+ 
+ return FALSE;
+ }
+@@ -416,20 +406,37 @@ enum {
+ 
+ #ifdef WITH_SYSTEMD
+ if (listener-priv-have_systemd) {
+-char *t;
+-int r;
++dbus_uint32_t pid = getpid();
+ 
+-r = sd_pid_get_session (0, t);
+-if (r  0) {
+-gs_debug (Couldn't determine our own session id: 
%s, strerror (-r));
++message = dbus_message_new_method_call 
(SYSTEMD_LOGIND_SERVICE, SYSTEMD_LOGIND_PATH, SYSTEMD_LOGIND_INTERFACE, 
GetSessionByPID);
++if (message == NULL) {
++gs_debug (Couldn't allocate the dbus message);
+ return NULL;
+ }
+ 
+-/* t is allocated with 

  1   2   >