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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 10:03:41
  Author: ronald
Revision: 218359

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

Added:
  efl/repos/extra-i686/PKGBUILD
(from rev 218358, efl/trunk/PKGBUILD)
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
(from rev 218358, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-i686/efl.install
(from rev 218358, efl/trunk/efl.install)
  efl/repos/extra-x86_64/PKGBUILD
(from rev 218358, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
(from rev 218358, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-x86_64/efl.install
(from rev 218358, efl/trunk/efl.install)
Deleted:
  efl/repos/extra-i686/PKGBUILD
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-i686/efl.install
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-x86_64/efl.install

+
 /PKGBUILD  |  130 +++
 /efl-1.10.0-giflib-5.1.0.patch |   78 
 /efl.install   |   32 ++
 extra-i686/PKGBUILD|   69 --
 extra-i686/efl-1.10.0-giflib-5.1.0.patch   |   39 
 extra-i686/efl.install |   16 ---
 extra-x86_64/PKGBUILD  |   69 --
 extra-x86_64/efl-1.10.0-giflib-5.1.0.patch |   39 
 extra-x86_64/efl.install   |   16 ---
 9 files changed, 240 insertions(+), 248 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-30 08:03:20 UTC (rev 218358)
+++ extra-i686/PKGBUILD 2014-07-30 08:03:41 UTC (rev 218359)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.10.0
-pkgrel=2
-pkgdesc=Enlightenment Foundation Libraries
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss' 'python2'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland')
-makedepends=('doxygen')
-replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
-  'emotion' 'ethumb' 'evas')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz
-efl-1.10.0-giflib-5.1.0.patch)
-install=efl.install
-sha1sums=('c9e57f55f050e2a7e97e870857170163a550beaa'
-  '269bc6104859291107aa0c9eac2d9d3026df5b12')
-
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's/env python$/2/' src/scripts/eina/eina-bench-cmp
-  patch -p1 -i ${srcdir}/efl-1.10.0-giflib-5.1.0.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CFLAGS=$CFLAGS -fvisibility=hidden
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland
-
-  make
-  make -j1 doc
-}
-
-package_efl(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL
-}
-
-package_efl-docs() {
-  pkgdesc=Documentation for the Enlightenment Foundation Libraries
-  depends=()
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
-  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
-}
-

Copied: efl/repos/extra-i686/PKGBUILD (from rev 218358, efl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-30 08:03:41 UTC (rev 218359)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.10.2
+pkgrel=1
+pkgdesc=Enlightenment Foundation Libraries
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'python2'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 

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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 10:03:20
  Author: ronald
Revision: 218358

upgpkg: efl 1.10.2-1

update enlightenment libs to 1.10.2

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 04:23:29 UTC (rev 218357)
+++ PKGBUILD2014-07-30 08:03:20 UTC (rev 218358)
@@ -4,8 +4,8 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.10.2
+pkgrel=1
 pkgdesc=Enlightenment Foundation Libraries
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
@@ -19,17 +19,13 @@
 replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
   'emotion' 'ethumb' 'evas')
 options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz
-efl-1.10.0-giflib-5.1.0.patch)
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz)
 install=efl.install
-sha1sums=('c9e57f55f050e2a7e97e870857170163a550beaa'
-  '269bc6104859291107aa0c9eac2d9d3026df5b12')
+sha1sums=('e128ce35db624b88d3fe37713f2c3473e341a5e4')
 
-
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i 's/env python$/2/' src/scripts/eina/eina-bench-cmp
-  patch -p1 -i ${srcdir}/efl-1.10.0-giflib-5.1.0.patch
 }
 
 build() {



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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 10:07:30
  Author: ronald
Revision: 218360

upgpkg: elementary 1.10.2-1

update enlightenment libs to 1.10.2

Modified:
  elementary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 08:03:41 UTC (rev 218359)
+++ PKGBUILD2014-07-30 08:07:30 UTC (rev 218360)
@@ -4,7 +4,7 @@
 
 pkgbase=elementary
 pkgname=('elementary' 'elementary-docs')
-pkgver=1.10.0
+pkgver=1.10.2
 pkgrel=1
 pkgdesc=Enlightenment's widget set
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('doxygen' 'imagemagick')
 options=('!emptydirs')
 
source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('48c62ab994d69f32c1cad3f3e499f7300e7ffda3')  
   
+sha1sums=('5635672f2d37688c21adf8c96457696d9e07b022')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 10:07:40
  Author: ronald
Revision: 218361

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-30 08:07:30 UTC (rev 218360)
+++ extra-i686/PKGBUILD 2014-07-30 08:07:40 UTC (rev 218361)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgbase=elementary
-pkgname=('elementary' 'elementary-docs')
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=Enlightenment's widget set
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'evas_generic_loaders')
-makedepends=('doxygen' 'imagemagick')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('48c62ab994d69f32c1cad3f3e499f7300e7ffda3')  
   
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CFLAGS=$CFLAGS -fvisibility=hidden
-   
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-  make -j1 doc
-}
-
-package_elementary(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install license files
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-
-package_elementary-docs() {
-  pkgdesc=Documentation for Elementary GUI toolkit
-  depends=()
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
-  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
-}
-
-

Copied: elementary/repos/extra-i686/PKGBUILD (from rev 218360, 
elementary/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-30 08:07:40 UTC (rev 218361)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgbase=elementary
+pkgname=('elementary' 'elementary-docs')
+pkgver=1.10.2
+pkgrel=1
+pkgdesc=Enlightenment's widget set
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'evas_generic_loaders')
+makedepends=('doxygen' 'imagemagick')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('5635672f2d37688c21adf8c96457696d9e07b022')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+   
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+  make -j1 doc
+}
+
+package_elementary(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_elementary-docs() {
+  pkgdesc=Documentation for Elementary GUI toolkit
+  depends=()
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
+  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
+}
+
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-30 08:07:30 UTC (rev 218360)
+++ extra-x86_64/PKGBUILD   2014-07-30 08:07:40 UTC (rev 218361)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgbase=elementary
-pkgname=('elementary' 'elementary-docs')
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=Enlightenment's widget set
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'evas_generic_loaders')
-makedepends=('doxygen' 'imagemagick')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('48c62ab994d69f32c1cad3f3e499f7300e7ffda3')  
   
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CFLAGS=$CFLAGS -fvisibility=hidden
-   
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-  make -j1 doc
-}
-
-package_elementary(){
-  cd 

[arch-commits] Commit in (hsetroot)

2014-07-30 Thread Lukas Fleischer
Date: Wednesday, July 30, 2014 @ 10:09:10
  Author: lfleischer
Revision: 116576

Move hsetroot to [unsupported]

Upstream is dead: Website gone, sources gone, developer does not reply
to emails.

Deleted:
  hsetroot/



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

2014-07-30 Thread Lukas Fleischer
Date: Wednesday, July 30, 2014 @ 10:19:02
  Author: lfleischer
Revision: 116578

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

Added:
  tor/repos/community-i686/PKGBUILD
(from rev 116577, tor/trunk/PKGBUILD)
  tor/repos/community-i686/tor.install
(from rev 116577, tor/trunk/tor.install)
  tor/repos/community-i686/tor.service
(from rev 116577, tor/trunk/tor.service)
  tor/repos/community-i686/torrc
(from rev 116577, tor/trunk/torrc)
  tor/repos/community-x86_64/PKGBUILD
(from rev 116577, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.install
(from rev 116577, tor/trunk/tor.install)
  tor/repos/community-x86_64/tor.service
(from rev 116577, tor/trunk/tor.service)
  tor/repos/community-x86_64/torrc
(from rev 116577, tor/trunk/torrc)
Deleted:
  tor/repos/community-i686/PKGBUILD
  tor/repos/community-i686/tor.install
  tor/repos/community-i686/tor.service
  tor/repos/community-i686/torrc
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.install
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/torrc

--+
 /PKGBUILD|   96 ++
 /tor.install |   34 +++
 /tor.service |   30 +++
 /torrc   |  378 +
 community-i686/PKGBUILD  |   48 -
 community-i686/tor.install   |   17 -
 community-i686/tor.service   |   15 -
 community-i686/torrc |  189 
 community-x86_64/PKGBUILD|   48 -
 community-x86_64/tor.install |   17 -
 community-x86_64/tor.service |   15 -
 community-x86_64/torrc   |  189 
 12 files changed, 538 insertions(+), 538 deletions(-)

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


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

2014-07-30 Thread Lukas Fleischer
Date: Wednesday, July 30, 2014 @ 10:18:34
  Author: lfleischer
Revision: 116577

upgpkg: tor 0.2.4.23-1

Upstream update.

Modified:
  tor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 08:09:10 UTC (rev 116576)
+++ PKGBUILD2014-07-30 08:18:34 UTC (rev 116577)
@@ -5,8 +5,8 @@
 # Contributor: Sid Karunaratne
 
 pkgname=tor
-pkgver=0.2.4.22
-pkgrel=3
+pkgver=0.2.4.23
+pkgrel=1
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
 url='http://www.torproject.org/'
@@ -20,7 +20,7 @@
 source=(http://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc}
 'torrc'
 'tor.service')
-md5sums=('5a7eee0d9df87233255d78b25c6f8270'
+md5sums=('9e39928e310612c3bffee727f554c63f'
  'SKIP'
  'c1dd4004c63edaeaa829e01be5413cfc'
  '503cedd9679f9817b2c27916ba989a74')



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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 10:20:29
  Author: ronald
Revision: 218362

upgpkg: bdf-unifont 7.0.03-1

update to 7.0.03

Modified:
  bdf-unifont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 08:07:40 UTC (rev 218361)
+++ PKGBUILD2014-07-30 08:20:29 UTC (rev 218362)
@@ -2,7 +2,7 @@
 # Maintainer: Ronald van Haren ronald.archlinux.org
 
 pkgname=bdf-unifont
-pkgver=6.3.20131221
+pkgver=7.0.03
 pkgrel=1
 pkgdesc=GNU Unifont Glyphs
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 install=unifont.install
 
source=(http://unifoundry.com/pub/unifont-${pkgver}/font-builds/unifont-${pkgver}.bdf.gz;
 'LICENSE')
-sha1sums=('1bfc13a4b0e9a6407df85ad3f5f43f3598677ae5'
+sha1sums=('f1315504a67d4b7b5d7d6b25dff02d84f9f67aab'
   'e4ba558b4af9b8ab0f129c1f1788e168e412b9be')
 
 package() {



[arch-commits] Commit in bdf-unifont/repos/extra-any (6 files)

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 10:20:45
  Author: ronald
Revision: 218363

archrelease: copy trunk to extra-any

Added:
  bdf-unifont/repos/extra-any/LICENSE
(from rev 218362, bdf-unifont/trunk/LICENSE)
  bdf-unifont/repos/extra-any/PKGBUILD
(from rev 218362, bdf-unifont/trunk/PKGBUILD)
  bdf-unifont/repos/extra-any/unifont.install
(from rev 218362, bdf-unifont/trunk/unifont.install)
Deleted:
  bdf-unifont/repos/extra-any/LICENSE
  bdf-unifont/repos/extra-any/PKGBUILD
  bdf-unifont/repos/extra-any/unifont.install

-+
 LICENSE |  120 +++---
 PKGBUILD|   42 +-
 unifont.install |   30 ++---
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-07-30 08:20:29 UTC (rev 218362)
+++ LICENSE 2014-07-30 08:20:45 UTC (rev 218363)
@@ -1,60 +0,0 @@
-CENSE

-Roman Czyborra released his work (Perl scripts and font .hex files)
-under the following terms:
-
- All of my works you find here are freeware. You may
- freely copy, use, quote, modify or redistribute them
- as long as you properly attribute my contribution and
- have given a quick thought about whether Roman might
- perhaps be interested to read what you did with his
- stuff. Horizontal rules don't apply.
-
-David Starner released what in this package is named hex2bdf-split
-under the same license as Roman Czyborra's work.
-
-License for all of Paul Hardy's work (except johab2ucs2 and
-blanks.hex, mentioned separately), Makefile and debian/ mods
-by Anthony Fok, and modified software from Luis Gonzalez Miranda
-(with permission granted to Paul Hardy):
-
- These are released under the terms of the GNU General Public
- License version 2, or (at your option) a later version.
-
-License for Fonts:
-
- Any fonts using glyphs from the wqy-cjk.hex file (including
- the default TrueType font) are bound by the terms of the Wen
- Quan Yi font license.  Those fonts are released under the terms
- of the GNU General Public License (GPL) versionn 2, with the
- exception that embedding the font in a document does not by
- itself bind that document to the terms of the GNU GPL.
-
- Any fonts that do not use glyphs from the wqy-cjk.hex file
- fall under the above License for all of Roman Czyborra's work.
-
- The fonts in ./font/precompiled do use wqy-cjk.hex, and so
- are licensed under the GNU GPL version 2, with the exception
- that embedding the font in a document does not in itself bind
- that document to the terms of the GNU GPL.  The following
- paragraphs explaining the exception is taken from the Wen
- Quan Yi font distribution:
-
-  ** GPL v2.0 license with font embedding exception:
-
-  As a special exception, if you create a document which
-  uses this font, and embed this font or unaltered portions
-  of this font into the document, this font does not by
-  itself cause the resulting document to be covered by
-  the GNU General Public License. This exception does not
-  however invalidate any other reasons why the document
-  might be covered by the GNU General Public License.
-  If you modify this font, you may extend this exception
-  to your version of the font, but you are not obligated
-  to do so. If you do not wish to do so, delete this
-  exception statement from your version.
-
-License for blanks.hex:
-
- There is one exception to the above rules: Paul Hardy earlier
- released the blanks.hex file into the public domain.

Copied: bdf-unifont/repos/extra-any/LICENSE (from rev 218362, 
bdf-unifont/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-07-30 08:20:45 UTC (rev 218363)
@@ -0,0 +1,60 @@
+CENSE
+---
+Roman Czyborra released his work (Perl scripts and font .hex files)
+under the following terms:
+
+ All of my works you find here are freeware. You may
+ freely copy, use, quote, modify or redistribute them
+ as long as you properly attribute my contribution and
+ have given a quick thought about whether Roman might
+ perhaps be interested to read what you did with his
+ stuff. Horizontal rules don't apply.
+
+David Starner released what in this package is named hex2bdf-split
+under the same license as Roman Czyborra's work.
+
+License for all of Paul Hardy's work (except johab2ucs2 and
+blanks.hex, mentioned separately), Makefile and debian/ mods
+by Anthony Fok, and modified software from Luis Gonzalez Miranda
+(with permission granted to Paul Hardy):
+
+ These are released under the terms of the GNU General Public
+ License version 2, or (at your option) a later version.
+
+License for Fonts:
+
+  

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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 10:32:11
  Author: ronald
Revision: 218365

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

Added:
  e2fsprogs/repos/testing-i686/
  e2fsprogs/repos/testing-i686/MIT-LICENSE
(from rev 218364, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-i686/PKGBUILD
(from rev 218364, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/testing-i686/e2fsprogs.install
(from rev 218364, e2fsprogs/trunk/e2fsprogs.install)
  e2fsprogs/repos/testing-i686/mke2fs.conf
(from rev 218364, e2fsprogs/trunk/mke2fs.conf)
  e2fsprogs/repos/testing-x86_64/
  e2fsprogs/repos/testing-x86_64/MIT-LICENSE
(from rev 218364, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-x86_64/PKGBUILD
(from rev 218364, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/testing-x86_64/e2fsprogs.install
(from rev 218364, e2fsprogs/trunk/e2fsprogs.install)
  e2fsprogs/repos/testing-x86_64/mke2fs.conf
(from rev 218364, e2fsprogs/trunk/mke2fs.conf)

--+
 testing-i686/MIT-LICENSE |   25 +++
 testing-i686/PKGBUILD|   58 +
 testing-i686/e2fsprogs.install   |   20 
 testing-i686/mke2fs.conf |   26 
 testing-x86_64/MIT-LICENSE   |   25 +++
 testing-x86_64/PKGBUILD  |   58 +
 testing-x86_64/e2fsprogs.install |   20 
 testing-x86_64/mke2fs.conf   |   26 
 8 files changed, 258 insertions(+)

Copied: e2fsprogs/repos/testing-i686/MIT-LICENSE (from rev 218364, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-i686/MIT-LICENSE(rev 0)
+++ testing-i686/MIT-LICENSE2014-07-30 08:32:11 UTC (rev 218365)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
+Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
+Copyright (c) 2001 Alcove http://www.alcove.com/
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
+
+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: e2fsprogs/repos/testing-i686/PKGBUILD (from rev 218364, 
e2fsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-30 08:32:11 UTC (rev 218365)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=e2fsprogs
+pkgver=1.42.11
+pkgrel=1
+pkgdesc=Ext2/3/4 filesystem utilities
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url=http://e2fsprogs.sourceforge.net;
+groups=('base')
+depends=('sh' 'libutil-linux')
+makedepends=('bc' 'util-linux')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'MIT-LICENSE')
+backup=('etc/mke2fs.conf')
+options=('staticlibs')
+install=${pkgname}.install
+sha1sums=('3d30eb40f3ca69dcef373a505a061b582e1026c2'
+  'f4a0d5b0cdb980e3fedd6f5e7dde0b0ffb7bbdfb')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Remove unnecessary init.d directory
+  sed -i '/init\.d/s|^|#|' misc/Makefile.in
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --with-root-prefix= --libdir=/usr/lib \
+  --sbindir=/usr/bin --enable-elf-shlibs --disable-fsck --disable-uuidd \
+  --disable-libuuid --disable-libblkid
+
+  make
+}
+
+package() {
+  unset MAKEFLAGS
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install install-libs
+
+  sed -i -e 's/^AWK=.*/AWK=awk/' ${pkgdir}/usr/bin/compile_et
+
+  # remove references to build directory
+  sed -i -e 's#^SS_DIR=.*#SS_DIR=/usr/share/ss#' ${pkgdir}/usr/bin/mk_cmds
+  sed -i -e 's#^ET_DIR=.*#ET_DIR=/usr/share/et#' 
${pkgdir}/usr/bin/compile_et
+
+  # remove static libraries with a shared counterpart
+  rm 

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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 10:31:54
  Author: ronald
Revision: 218364

upgpkg: e2fsprogs 1.42.11-1

update to 1.42.11; split out prepare() function

Modified:
  e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 08:20:45 UTC (rev 218363)
+++ PKGBUILD2014-07-30 08:31:54 UTC (rev 218364)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=e2fsprogs
-pkgver=1.42.10
+pkgver=1.42.11
 pkgrel=1
 pkgdesc=Ext2/3/4 filesystem utilities
 arch=('i686' 'x86_64')
@@ -17,15 +17,19 @@
 backup=('etc/mke2fs.conf')
 options=('staticlibs')
 install=${pkgname}.install
-sha1sums=('06eba8a78ce1d5032fdcaf34f09025f01ceaca79'
+sha1sums=('3d30eb40f3ca69dcef373a505a061b582e1026c2'
   'f4a0d5b0cdb980e3fedd6f5e7dde0b0ffb7bbdfb')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   # Remove unnecessary init.d directory
   sed -i '/init\.d/s|^|#|' misc/Makefile.in
+}
 
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   ./configure --prefix=/usr --with-root-prefix= --libdir=/usr/lib \
   --sbindir=/usr/bin --enable-elf-shlibs --disable-fsck --disable-uuidd \
   --disable-libuuid --disable-libblkid



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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 10:41:48
  Author: ronald
Revision: 218366

upgpkg: latex2html 2012-1

update to version 2012; split out prepare() function

Modified:
  latex2html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 08:32:11 UTC (rev 218365)
+++ PKGBUILD2014-07-30 08:41:48 UTC (rev 218366)
@@ -4,8 +4,8 @@
 # Contributor: Jason Chu jason.archlinux.org
 
 pkgname=latex2html
-pkgver=2008
-pkgrel=2
+pkgver=2012
+pkgrel=1
 pkgdesc=a convertor written in Perl that converts LaTeX documents to HTML.
 arch=('any')
 url=http://www.ctan.org/pkg/latex2html/;
@@ -12,14 +12,18 @@
 depends=('perl' 'ghostscript' 'texlive-core' 'libpng' 'giflib' 'netpbm')
 install=$pkgname.install
 license=('GPL2')
-source=(http://mirrors.ctan.org/support/${pkgname}/$pkgname-$pkgver.tar.gz
+source=(http://mirrors.ctan.org/support/${pkgname}/$pkgname-$pkgver.tgz
  install-destdir.patch)
-md5sums=('275ab6cfa8ca9328446b7f40d8dc302e'
- '5b77601b36abca4fff3e2f75ccf15499')
+sha1sums=('54b42d3fb812b0bf3d25bbde7e0ea2daf84e69ff'
+  '7b654c41779b8387010b69abe4e5aa51d583c278')
 
+prepare() {
+cd $srcdir/$pkgname-$pkgver
+patch -Np0 -i ${srcdir}/install-destdir.patch
+}
+
 build() {
cd $srcdir/$pkgname-$pkgver
-   patch -Np0 -i ${srcdir}/install-destdir.patch
./configure --prefix=/usr \
--shlibdir=/usr/lib/$pkgname \
--with-texpath=/usr/share/texmf/tex/latex/html \



[arch-commits] Commit in latex2html/repos/extra-any (6 files)

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 10:41:56
  Author: ronald
Revision: 218367

archrelease: copy trunk to extra-any

Added:
  latex2html/repos/extra-any/PKGBUILD
(from rev 218366, latex2html/trunk/PKGBUILD)
  latex2html/repos/extra-any/install-destdir.patch
(from rev 218366, latex2html/trunk/install-destdir.patch)
  latex2html/repos/extra-any/latex2html.install
(from rev 218366, latex2html/trunk/latex2html.install)
Deleted:
  latex2html/repos/extra-any/PKGBUILD
  latex2html/repos/extra-any/install-destdir.patch
  latex2html/repos/extra-any/latex2html.install

---+
 PKGBUILD  |   88 +---
 install-destdir.patch |   40 ++---
 latex2html.install|   30 
 3 files changed, 81 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 08:41:48 UTC (rev 218366)
+++ PKGBUILD2014-07-30 08:41:56 UTC (rev 218367)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Contributor: Jason Chu jason.archlinux.org
-
-pkgname=latex2html
-pkgver=2008
-pkgrel=2
-pkgdesc=a convertor written in Perl that converts LaTeX documents to HTML.
-arch=('any')
-url=http://www.ctan.org/pkg/latex2html/;
-depends=('perl' 'ghostscript' 'texlive-core' 'libpng' 'giflib' 'netpbm')
-install=$pkgname.install
-license=('GPL2')
-source=(http://mirrors.ctan.org/support/${pkgname}/$pkgname-$pkgver.tar.gz
- install-destdir.patch)
-md5sums=('275ab6cfa8ca9328446b7f40d8dc302e'
- '5b77601b36abca4fff3e2f75ccf15499')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   patch -Np0 -i ${srcdir}/install-destdir.patch
-   ./configure --prefix=/usr \
-   --shlibdir=/usr/lib/$pkgname \
-   --with-texpath=/usr/share/texmf/tex/latex/html \
-   --enable-wrapper \
-   --enable-gif \
-   --enable-png
-
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=${pkgdir} install
-   
-   # set correct permission on executables
-   chmod 755 $pkgdir/usr/bin/{pstoimg,texexpand,latex2html}
-
-   # avoid conflict with TeXLive
-   rm -f ${pkgdir}/usr/share/texmf/tex/latex/html/url.sty
-}

Copied: latex2html/repos/extra-any/PKGBUILD (from rev 218366, 
latex2html/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-30 08:41:56 UTC (rev 218367)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Contributor: Jason Chu jason.archlinux.org
+
+pkgname=latex2html
+pkgver=2012
+pkgrel=1
+pkgdesc=a convertor written in Perl that converts LaTeX documents to HTML.
+arch=('any')
+url=http://www.ctan.org/pkg/latex2html/;
+depends=('perl' 'ghostscript' 'texlive-core' 'libpng' 'giflib' 'netpbm')
+install=$pkgname.install
+license=('GPL2')
+source=(http://mirrors.ctan.org/support/${pkgname}/$pkgname-$pkgver.tgz
+ install-destdir.patch)
+sha1sums=('54b42d3fb812b0bf3d25bbde7e0ea2daf84e69ff'
+  '7b654c41779b8387010b69abe4e5aa51d583c278')
+
+prepare() {
+cd $srcdir/$pkgname-$pkgver
+patch -Np0 -i ${srcdir}/install-destdir.patch
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr \
+   --shlibdir=/usr/lib/$pkgname \
+   --with-texpath=/usr/share/texmf/tex/latex/html \
+   --enable-wrapper \
+   --enable-gif \
+   --enable-png
+
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=${pkgdir} install
+   
+   # set correct permission on executables
+   chmod 755 $pkgdir/usr/bin/{pstoimg,texexpand,latex2html}
+
+   # avoid conflict with TeXLive
+   rm -f ${pkgdir}/usr/share/texmf/tex/latex/html/url.sty
+}

Deleted: install-destdir.patch
===
--- install-destdir.patch   2014-07-30 08:41:48 UTC (rev 218366)
+++ install-destdir.patch   2014-07-30 08:41:56 UTC (rev 218367)
@@ -1,20 +0,0 @@
 config/install.pl.old  2011-04-25 09:32:26.052179167 -0700
-+++ config/install.pl  2011-04-25 09:33:28.262180892 -0700
-@@ -372,14 +372,15 @@
- 
- if($cfg{TEXPATH}) {
-   print \nNote: trying to install LaTeX2HTML style files in TeX directory 
tree\n ($cfg{TEXPATH})\n;
--  unless(mkpath($cfg{TEXPATH})) {
-+  my $dest = $cfg{TEXPATH};
-+  $dest = $ENV{'DESTDIR'}.$dest if($ENV{'DESTDIR'});
-+  unless(mkpath($dest)) {
-   #my $testpath = $cfg{TEXPATH}; # to strip (latex2)html
-   #$testpath =~ s/[$dd$dd][^$dd$dd]*$//;
-   #if((-d $cfg{TEXPATH}  !-w _) || (-d $testpath  !-w _)) {
- print STDERR \nError: Cannot install LaTeX2HTML style files in 
$cfg{TEXPATH}\n;
-   } else {
- my $dir = 'texinputs';
--my $dest = 

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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 11:17:16
  Author: ronald
Revision: 218368

upgpkg: lyx 2.1.1-1

update to 2.1.1

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 08:41:56 UTC (rev 218367)
+++ PKGBUILD2014-07-30 09:17:16 UTC (rev 218368)
@@ -3,7 +3,7 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=lyx
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('emptydirs')
 source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
 lyx.desktop lyxrc.dist)
-sha1sums=('8e31c4bb34db0424128ff5d35849805835010b31'
+sha1sums=('78477ba4b6c6f04bf2c73da533f14913bdc5f53f'
   'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
   '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
 



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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 11:17:34
  Author: ronald
Revision: 218369

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

Added:
  lyx/repos/extra-i686/PKGBUILD
(from rev 218368, lyx/trunk/PKGBUILD)
  lyx/repos/extra-i686/lyx.desktop
(from rev 218368, lyx/trunk/lyx.desktop)
  lyx/repos/extra-i686/lyx.install
(from rev 218368, lyx/trunk/lyx.install)
  lyx/repos/extra-i686/lyxrc.dist
(from rev 218368, lyx/trunk/lyxrc.dist)
  lyx/repos/extra-x86_64/PKGBUILD
(from rev 218368, lyx/trunk/PKGBUILD)
  lyx/repos/extra-x86_64/lyx.desktop
(from rev 218368, lyx/trunk/lyx.desktop)
  lyx/repos/extra-x86_64/lyx.install
(from rev 218368, lyx/trunk/lyx.install)
  lyx/repos/extra-x86_64/lyxrc.dist
(from rev 218368, lyx/trunk/lyxrc.dist)
Deleted:
  lyx/repos/extra-i686/PKGBUILD
  lyx/repos/extra-i686/lyx.desktop
  lyx/repos/extra-i686/lyx.install
  lyx/repos/extra-i686/lyxrc.dist
  lyx/repos/extra-x86_64/PKGBUILD
  lyx/repos/extra-x86_64/lyx.desktop
  lyx/repos/extra-x86_64/lyx.install
  lyx/repos/extra-x86_64/lyxrc.dist

--+
 /PKGBUILD|  102 +
 /lyx.desktop |   28 
 /lyx.install |   30 +
 /lyxrc.dist  |   28 
 extra-i686/PKGBUILD  |   51 --
 extra-i686/lyx.desktop   |   14 --
 extra-i686/lyx.install   |   15 --
 extra-i686/lyxrc.dist|   14 --
 extra-x86_64/PKGBUILD|   51 --
 extra-x86_64/lyx.desktop |   14 --
 extra-x86_64/lyx.install |   15 --
 extra-x86_64/lyxrc.dist  |   14 --
 12 files changed, 188 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-30 09:17:16 UTC (rev 218368)
+++ extra-i686/PKGBUILD 2014-07-30 09:17:34 UTC (rev 218369)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=lyx
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
-arch=('i686' 'x86_64')
-url=http://www.lyx.org;
-depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes' 'file')
-makedepends=('boost' 'bc')
-optdepends=('rcs: built-in version control system'
-'texlive-latexextra: float wrap support')
-license=('GPL')
-backup=('etc/lyx/lyxrc.dist')
-install=lyx.install
-options=('emptydirs')
-source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
-lyx.desktop lyxrc.dist)
-sha1sums=('8e31c4bb34db0424128ff5d35849805835010b31'
-  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
-  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
-  sed -i 's|python|python2|' lib/configure.py src/support/os.cpp
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export CXXFLAGS=$CXXFLAGS -fpermissive
-  ./configure --prefix=/usr \
---with-frontend=qt4 --without-included-boost \
---without-included-mythes
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # install desktop entry
-  install -Dm644 ${srcdir}/lyx.desktop \
-${pkgdir}/usr/share/applications/lyx.desktop
-  install -Dm644 lib/images/lyx.png \
-${pkgdir}/usr/share/pixmaps/lyx.png
-  # install default config file
-  install -Dm644 ${srcdir}/lyxrc.dist ${pkgdir}/etc/lyx/lyxrc.dist
-  ln -sf /etc/lyx/lyxrc.dist ${pkgdir}/usr/share/lyx/lyxrc.dist
-}

Copied: lyx/repos/extra-i686/PKGBUILD (from rev 218368, lyx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-30 09:17:34 UTC (rev 218369)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=lyx
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
+arch=('i686' 'x86_64')
+url=http://www.lyx.org;
+depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes' 'file')
+makedepends=('boost' 'bc')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+options=('emptydirs')
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+sha1sums=('78477ba4b6c6f04bf2c73da533f14913bdc5f53f'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|python|python2|' lib/configure.py 

[arch-commits] Commit in radvd/trunk (01-fix-rdnssinfo-length-fix.patch PKGBUILD)

2014-07-30 Thread Sébastien Luttringer
Date: Wednesday, July 30, 2014 @ 11:36:02
  Author: seblu
Revision: 116579

upgpkg: radvd 2.2-1

- Add patch from upstream branch for_seblu

Added:
  radvd/trunk/01-fix-rdnssinfo-length-fix.patch
Modified:
  radvd/trunk/PKGBUILD

---+
 01-fix-rdnssinfo-length-fix.patch |   25 +
 PKGBUILD  |   15 +++
 2 files changed, 36 insertions(+), 4 deletions(-)

Added: 01-fix-rdnssinfo-length-fix.patch
===
--- 01-fix-rdnssinfo-length-fix.patch   (rev 0)
+++ 01-fix-rdnssinfo-length-fix.patch   2014-07-30 09:36:02 UTC (rev 116579)
@@ -0,0 +1,25 @@
+From d1282b5ddeadd1d93f61cceb122b942c56e629dc Mon Sep 17 00:00:00 2001
+From: Reuben Hawkins reuben...@gmail.com
+Date: Tue, 29 Jul 2014 20:31:18 -0700
+Subject: [PATCH] send.c: rdnssinfo length fix
+
+---
+ send.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/send.c b/send.c
+index ec6b93b..a2dded6 100644
+--- a/send.c
 b/send.c
+@@ -329,7 +329,7 @@ static void add_rdnss(struct safe_buffer * sb, struct 
AdvRDNSS const *rdnss, int
+   memcpy(rdnssinfo.nd_opt_rdnssi_addr2, rdnss-AdvRDNSSAddr2, 
sizeof(struct in6_addr));
+   memcpy(rdnssinfo.nd_opt_rdnssi_addr3, rdnss-AdvRDNSSAddr3, 
sizeof(struct in6_addr));
+ 
+-  safe_buffer_append(sb, rdnssinfo, sizeof(rdnssinfo));
++  safe_buffer_append(sb, rdnssinfo, sizeof(rdnssinfo) - (3 - 
rdnss-AdvRDNSSNumber) * sizeof(struct in6_addr));
+ 
+   rdnss = rdnss-next;
+   }
+-- 
+2.0.3
+

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 08:19:02 UTC (rev 116578)
+++ PKGBUILD2014-07-30 09:36:02 UTC (rev 116579)
@@ -4,7 +4,7 @@
 # Contributor: Mark Smith markzzzsm...@yahoo.com.au
 
 pkgname=radvd
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc='IPv6 Router Advertisement Daemon'
 url='http://www.litech.org/radvd/'
@@ -14,10 +14,17 @@
 arch=('i686' 'x86_64')
 backup=('etc/radvd.conf')
 source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
-$pkgname.service)
-sha1sums=('385ca18da5c1ef40a1b27854b081b0856f053a4a'
+$pkgname.service
+'01-fix-rdnssinfo-length-fix.patch')
+sha1sums=('23ce0a4f2a927dab15088fcc781934172f8c039e'
   'SKIP'
-  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
+  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc'
+  'e19cd657042ee9897cfd7b89fac39f34f0707877')
+
+prepare() {
+  patch -p1 -d $pkgname-$pkgver  '01-fix-rdnssinfo-length-fix.patch'
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure \



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

2014-07-30 Thread Sébastien Luttringer
Date: Wednesday, July 30, 2014 @ 11:36:28
  Author: seblu
Revision: 116580

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

Added:
  radvd/repos/community-testing-i686/01-fix-rdnssinfo-length-fix.patch
(from rev 116579, radvd/trunk/01-fix-rdnssinfo-length-fix.patch)
  radvd/repos/community-testing-i686/PKGBUILD
(from rev 116579, radvd/trunk/PKGBUILD)
  radvd/repos/community-testing-i686/radvd.service
(from rev 116579, radvd/trunk/radvd.service)
  radvd/repos/community-testing-x86_64/01-fix-rdnssinfo-length-fix.patch
(from rev 116579, radvd/trunk/01-fix-rdnssinfo-length-fix.patch)
  radvd/repos/community-testing-x86_64/PKGBUILD
(from rev 116579, radvd/trunk/PKGBUILD)
  radvd/repos/community-testing-x86_64/radvd.service
(from rev 116579, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/community-testing-i686/PKGBUILD
  radvd/repos/community-testing-i686/radvd.service
  radvd/repos/community-testing-x86_64/PKGBUILD
  radvd/repos/community-testing-x86_64/radvd.service

+
 /PKGBUILD  |  112 +++
 /radvd.service |   18 +
 community-testing-i686/01-fix-rdnssinfo-length-fix.patch   |   25 ++
 community-testing-i686/PKGBUILD|   49 
 community-testing-i686/radvd.service   |9 
 community-testing-x86_64/01-fix-rdnssinfo-length-fix.patch |   25 ++
 community-testing-x86_64/PKGBUILD  |   49 
 community-testing-x86_64/radvd.service |9 
 8 files changed, 180 insertions(+), 116 deletions(-)

Copied: radvd/repos/community-testing-i686/01-fix-rdnssinfo-length-fix.patch 
(from rev 116579, radvd/trunk/01-fix-rdnssinfo-length-fix.patch)
===
--- community-testing-i686/01-fix-rdnssinfo-length-fix.patch
(rev 0)
+++ community-testing-i686/01-fix-rdnssinfo-length-fix.patch2014-07-30 
09:36:28 UTC (rev 116580)
@@ -0,0 +1,25 @@
+From d1282b5ddeadd1d93f61cceb122b942c56e629dc Mon Sep 17 00:00:00 2001
+From: Reuben Hawkins reuben...@gmail.com
+Date: Tue, 29 Jul 2014 20:31:18 -0700
+Subject: [PATCH] send.c: rdnssinfo length fix
+
+---
+ send.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/send.c b/send.c
+index ec6b93b..a2dded6 100644
+--- a/send.c
 b/send.c
+@@ -329,7 +329,7 @@ static void add_rdnss(struct safe_buffer * sb, struct 
AdvRDNSS const *rdnss, int
+   memcpy(rdnssinfo.nd_opt_rdnssi_addr2, rdnss-AdvRDNSSAddr2, 
sizeof(struct in6_addr));
+   memcpy(rdnssinfo.nd_opt_rdnssi_addr3, rdnss-AdvRDNSSAddr3, 
sizeof(struct in6_addr));
+ 
+-  safe_buffer_append(sb, rdnssinfo, sizeof(rdnssinfo));
++  safe_buffer_append(sb, rdnssinfo, sizeof(rdnssinfo) - (3 - 
rdnss-AdvRDNSSNumber) * sizeof(struct in6_addr));
+ 
+   rdnss = rdnss-next;
+   }
+-- 
+2.0.3
+

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-07-30 09:36:02 UTC (rev 116579)
+++ community-testing-i686/PKGBUILD 2014-07-30 09:36:28 UTC (rev 116580)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Mark Smith markzzzsm...@yahoo.com.au
-
-pkgname=radvd
-pkgver=2.1
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc')
-makedepends=('check')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf')
-source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
-$pkgname.service)
-sha1sums=('385ca18da5c1ef40a1b27854b081b0856f053a4a'
-  'SKIP'
-  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-pidfile=/run/radvd.pid \
---mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-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-testing-i686/PKGBUILD (from rev 116579, 
radvd/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-30 09:36:28 UTC (rev 116580)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting 

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

2014-07-30 Thread Massimiliano Torromeo
Date: Wednesday, July 30, 2014 @ 11:55:17
  Author: mtorromeo
Revision: 116581

upgpkg: elasticsearch 1.3.1-1

Updated to 1.3.1

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 09:36:28 UTC (rev 116580)
+++ PKGBUILD2014-07-30 09:55:17 UTC (rev 116581)
@@ -4,7 +4,7 @@
 # Refactored by Blaž Speed Hrastnik https://github.com/archSeer
 
 pkgname=elasticsearch
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc=Distributed RESTful search engine built on top of Lucene
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('4e2cf72d4ceaaf250a292c00a320d13d2fdb067ad8aeed969862db3060af4534'
+sha256sums=('add61343400d099f005f3b190b8b34aa35af0c5014c954d04e6c63485a400239'
 'f3a6e5b968ffe38edc42c80193f75ab1682a5224c977c8957816d321733aabc4'
 'c3ea4d82da44da8ea9bcb4d7d9cdfb086d25fd8ec2ea457adec290f0d6ebe083'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'



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

2014-07-30 Thread Massimiliano Torromeo
Date: Wednesday, July 30, 2014 @ 12:27:15
  Author: mtorromeo
Revision: 116582

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

Added:
  elasticsearch/repos/community-i686/PKGBUILD
(from rev 116581, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
(from rev 116581, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
(from rev 116581, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-i686/elasticsearch.default
(from rev 116581, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-i686/elasticsearch.install
(from rev 116581, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-i686/elasticsearch.service
(from rev 116581, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-i686/elasticsearch@.service
(from rev 116581, elasticsearch/trunk/elasticsearch@.service)
  elasticsearch/repos/community-x86_64/PKGBUILD
(from rev 116581, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
(from rev 116581, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
(from rev 116581, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-x86_64/elasticsearch.default
(from rev 116581, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-x86_64/elasticsearch.install
(from rev 116581, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-x86_64/elasticsearch.service
(from rev 116581, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-x86_64/elasticsearch@.service
(from rev 116581, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-i686/PKGBUILD
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-i686/elasticsearch.default
  elasticsearch/repos/community-i686/elasticsearch.install
  elasticsearch/repos/community-i686/elasticsearch.service
  elasticsearch/repos/community-i686/elasticsearch@.service
  elasticsearch/repos/community-x86_64/PKGBUILD
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-x86_64/elasticsearch.default
  elasticsearch/repos/community-x86_64/elasticsearch.install
  elasticsearch/repos/community-x86_64/elasticsearch.service
  elasticsearch/repos/community-x86_64/elasticsearch@.service

-+
 /PKGBUILD   |  168 ++
 /elasticsearch-sysctl.conf  |2 
 /elasticsearch-tmpfile.conf |4 
 /elasticsearch.default  |   22 +++
 /elasticsearch.install  |   46 +++
 /elasticsearch.service  |   40 ++
 /elasticsearch@.service |   40 ++
 community-i686/PKGBUILD |   84 -
 community-i686/elasticsearch-sysctl.conf|1 
 community-i686/elasticsearch-tmpfile.conf   |2 
 community-i686/elasticsearch.default|   11 -
 community-i686/elasticsearch.install|   23 ---
 community-i686/elasticsearch.service|   20 ---
 community-i686/elasticsearch@.service   |   20 ---
 community-x86_64/PKGBUILD   |   84 -
 community-x86_64/elasticsearch-sysctl.conf  |1 
 community-x86_64/elasticsearch-tmpfile.conf |2 
 community-x86_64/elasticsearch.default  |   11 -
 community-x86_64/elasticsearch.install  |   23 ---
 community-x86_64/elasticsearch.service  |   20 ---
 community-x86_64/elasticsearch@.service |   20 ---
 21 files changed, 322 insertions(+), 322 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-30 09:55:17 UTC (rev 116581)
+++ community-i686/PKGBUILD 2014-07-30 10:27:15 UTC (rev 116582)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Marcello mererghost Rocha https://github.com/mereghost
-# Refactored by Blaž Speed Hrastnik https://github.com/archSeer
-
-pkgname=elasticsearch
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=Distributed RESTful search engine built on top of Lucene
-arch=('i686' 'x86_64')
-url=http://www.elasticsearch.org/;
-license=('APACHE')
-depends=('java-runtime' 'systemd')
-install='elasticsearch.install'
-source=(
-  http://download.elasticsearch.org/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz;
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-tmpfile.conf
-  

[arch-commits] Commit in r/trunk (PKGBUILD sweave.patch)

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 12:32:34
  Author: ronald
Revision: 218370

upgpkg: r 3.1.1-1

update to 3.1.1; remove upstream patch

Modified:
  r/trunk/PKGBUILD
Deleted:
  r/trunk/sweave.patch

--+
 PKGBUILD |   15 -
 sweave.patch |  500 -
 2 files changed, 5 insertions(+), 510 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 09:17:34 UTC (rev 218369)
+++ PKGBUILD2014-07-30 10:32:34 UTC (rev 218370)
@@ -4,8 +4,8 @@
 # Contributor: K. Piche kpi...@rogers.com
 
 pkgname=r
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
 pkgdesc=Language and environment for statistical computing and graphics
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -21,13 +21,11 @@
 source=(http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz;
'r.desktop'
'r.png'
-   'R.conf'
-   'sweave.patch')
-sha1sums=('a9d13932c739cc12667c6a17fabd9361624a1708'
+   'R.conf')
+sha1sums=('e974ecc92e49266529e8e791e02a80c75e50b696'
   'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
   'a69a07ec363440efc18ce0a7f2af103375dea978'
-  '43668da6cfd1b4455a99f23e79e2059294dddac9'
-  '7c89c315673406d6f2e08170dbe12f46f9cec1c5')
+  '43668da6cfd1b4455a99f23e79e2059294dddac9')
 
 prepare() {
cd R-${pkgver}
@@ -35,9 +33,6 @@
sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
# fix for texinfo 5.X
sed -i 's|test ${makeinfo_version_min} -lt 7|test ${makeinfo_version_min} 
-lt 0|' configure
-
-   # upstream fix for https://bugs.r-project.org/bugzilla/show_bug.cgi?id=15752
-   patch -Np0 -i ${srcdir}/sweave.patch
 }
 
 build() {

Deleted: sweave.patch
===
--- sweave.patch2014-07-30 09:17:34 UTC (rev 218369)
+++ sweave.patch2014-07-30 10:32:34 UTC (rev 218370)
@@ -1,500 +0,0 @@
-Index: src/library/utils/R/Sweave.R
-===
 src/library/utils/R/Sweave.R   (revision 65431)
-+++ src/library/utils/R/Sweave.R   (revision 65432)
-@@ -1,7 +1,7 @@
- #   File src/library/utils/R/Sweave.R
- #  Part of the R package, http://www.R-project.org
- #
--#  Copyright (C) 1995-2012 The R Core Team
-+#  Copyright (C) 1995-2014 The R Core Team
- #
- #  This program is free software; you can redistribute it and/or modify
- #  it under the terms of the GNU General Public License as published by
-@@ -30,7 +30,7 @@
- ### re-encodes the output back to 'encoding': the Rtangle driver
- ### leaves it in the encoding of the current locale and records what
- ### that is in a comment.  The UTF-8 encoding is preserved on
--### both input and output in RweaveLatex, but is handled like 
-+### both input and output in RweaveLatex, but is handled like
- ### other encodings in Rtangle.
- ###
- ### SweaveReadFile first looks for a call to one of the LaTeX packages
-@@ -202,9 +202,11 @@
- stop(gettextf(no Sweave file with name %s found,
-   sQuote(file[1L])), domain = NA)
- else if (length(f)  1L)
--stop(paste(gettextf(%d Sweave files for basename %s found,
--length(f), sQuote(file[1L])),
--   paste(:\n , f, collapse=)),
-+stop(paste(sprintf(ngettext(length(f), %d Sweave file for 
basename %s found,
-+%d Sweave files for basename %s 
found,
-+
-+domain = R-utils),
-+length(f), sQuote(file[1L])), paste(:\n  
   , f, collapse = )),
-  domain = NA)
- }
- 
-@@ -228,7 +230,7 @@
-   declares an encoding that Sweave does not know about,
-  domain = NA, call. = FALSE)
- }
--if (enc == UTF-8) 
-+if (enc == UTF-8)
- Encoding(text) - enc
- else {
- if (nzchar(enc)) text - iconv(text, enc, ) else enc - ASCII
-@@ -425,7 +427,7 @@
- Usage - function() {
- cat(Usage: R CMD Sweave [options] file,
- ,
--A front-end for Sweave and other vignette engines,
-+A front-end for Sweave and other vignette engines, via 
buildVignette(),
- ,
- Options:,
-   -h, --help  print this help message and exit,
-@@ -433,6 +435,10 @@
-   --driver=name   use named Sweave driver,
-   --engine=pkg::engine  use named vignette engine,
-   --encoding=enc  default encoding 'enc' for file,
-+--clean corresponds to --clean=default,
-+--clean=remove some of the created files:,
-+'  default removes those the same initial 
name;',
-+'  keepOuts keeps e.g. the *.tex ones even when 
PDF is 

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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 12:32:55
  Author: ronald
Revision: 218371

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

Added:
  r/repos/extra-i686/PKGBUILD
(from rev 218370, r/trunk/PKGBUILD)
  r/repos/extra-i686/R.conf
(from rev 218370, r/trunk/R.conf)
  r/repos/extra-i686/r.desktop
(from rev 218370, r/trunk/r.desktop)
  r/repos/extra-i686/r.install
(from rev 218370, r/trunk/r.install)
  r/repos/extra-i686/r.png
(from rev 218370, r/trunk/r.png)
  r/repos/extra-x86_64/PKGBUILD
(from rev 218370, r/trunk/PKGBUILD)
  r/repos/extra-x86_64/R.conf
(from rev 218370, r/trunk/R.conf)
  r/repos/extra-x86_64/r.desktop
(from rev 218370, r/trunk/r.desktop)
  r/repos/extra-x86_64/r.install
(from rev 218370, r/trunk/r.install)
  r/repos/extra-x86_64/r.png
(from rev 218370, r/trunk/r.png)
Deleted:
  r/repos/extra-i686/PKGBUILD
  r/repos/extra-i686/R.conf
  r/repos/extra-i686/r.desktop
  r/repos/extra-i686/r.install
  r/repos/extra-i686/r.png
  r/repos/extra-i686/sweave.patch
  r/repos/extra-x86_64/PKGBUILD
  r/repos/extra-x86_64/R.conf
  r/repos/extra-x86_64/r.desktop
  r/repos/extra-x86_64/r.install
  r/repos/extra-x86_64/r.png
  r/repos/extra-x86_64/sweave.patch

---+
 /PKGBUILD |  180 +++
 /R.conf   |4 
 /r.desktop|   22 +
 /r.install|   32 ++
 extra-i686/PKGBUILD   |   95 
 extra-i686/R.conf |2 
 extra-i686/r.desktop  |   11 
 extra-i686/r.install  |   16 -
 extra-i686/sweave.patch   |  500 
 extra-x86_64/PKGBUILD |   95 
 extra-x86_64/R.conf   |2 
 extra-x86_64/r.desktop|   11 
 extra-x86_64/r.install|   16 -
 extra-x86_64/sweave.patch |  500 
 14 files changed, 238 insertions(+), 1248 deletions(-)

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


[arch-commits] Commit in tomcat7/repos/extra-any (8 files)

2014-07-30 Thread Guillaume Alaux
Date: Wednesday, July 30, 2014 @ 13:36:10
  Author: guillaume
Revision: 218373

archrelease: copy trunk to extra-any

Added:
  tomcat7/repos/extra-any/PKGBUILD
(from rev 218372, tomcat7/trunk/PKGBUILD)
  tomcat7/repos/extra-any/systemd_tmpfiles.d_tomcat7.conf
(from rev 218372, tomcat7/trunk/systemd_tmpfiles.d_tomcat7.conf)
  tomcat7/repos/extra-any/systemd_tomcat7.service
(from rev 218372, tomcat7/trunk/systemd_tomcat7.service)
  tomcat7/repos/extra-any/tomcat7.install
(from rev 218372, tomcat7/trunk/tomcat7.install)
Deleted:
  tomcat7/repos/extra-any/PKGBUILD
  tomcat7/repos/extra-any/systemd_tmpfiles.d_tomcat7.conf
  tomcat7/repos/extra-any/systemd_tomcat7.service
  tomcat7/repos/extra-any/tomcat7.install

-+
 PKGBUILD|  150 +++---
 systemd_tmpfiles.d_tomcat7.conf |6 -
 systemd_tomcat7.service |   66 
 tomcat7.install |   70 -
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 11:35:47 UTC (rev 218372)
+++ PKGBUILD2014-07-30 11:36:10 UTC (rev 218373)
@@ -1,75 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgname=tomcat7
-pkgver=7.0.54
-pkgrel=1
-pkgdesc='Open source implementation of the Java Servlet 3.0 and JavaServer 
Pages 2.2 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime=6' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_${pkgname}.service
-systemd_tmpfiles.d_${pkgname}.conf
-${pkgname}.install)
-
-sha256sums=('f0316c128881c4df384771dc0da8f8e80d861385798e57d22fd4068f48ab8724'
-'7f2931a77b3da0dfce4886251c5bdfc186bf1ad60f6c01c3cafe0bab75034fb7'
-'4bfeb2f4462547bf15cb2b72db545c0531c70f8640fa79344d520ceea6812a93'
-'13df331dad3441f027c8b5964ba5bf420df3dc8faf0f96e071db981e8ea322f0')
-
-_gid_log=19
-_gid_tomcat=71
-_uid_tomcat=71
-
-package() {
-  cd ${srcdir}/apache-tomcat-${pkgver}
-
-  # Tomcat general files
-  install -dm755 ${pkgdir}/usr/share/{,java/}${pkgname}
-  cp -r bin ${pkgdir}/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
${pkgdir}/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
${pkgdir}/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* ${pkgdir}/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm ${pkgdir}/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar ${pkgdir}/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} ${pkgdir}/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
${pkgdir}/var/log/${pkgname}
-  ln -s /var/log/${pkgname} ${pkgdir}/usr/share/${pkgname}/logs
-  touch ${pkgdir}/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} ${pkgdir}/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 ${pkgdir}/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* ${pkgdir}/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 ${pkgdir}/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} ${pkgdir}/usr/share/${pkgname}/conf
-
-  install -dm775 ${pkgdir}/var/lib/${pkgname}
-  cp -r webapps ${pkgdir}/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} ${pkgdir}/var/lib/${pkgname}
-  ln -s /var/lib/${pkgname}/webapps ${pkgdir}/usr/share/${pkgname}/webapps
-
-  install -dm1777 ${pkgdir}/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
${pkgdir}/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp ${pkgdir}/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work ${pkgdir}/usr/share/${pkgname}/work
-
-  install -Dm644 ${srcdir}/systemd_${pkgname}.service \
- ${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 ${srcdir}/systemd_tmpfiles.d_${pkgname}.conf \
- ${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf
-}

Copied: tomcat7/repos/extra-any/PKGBUILD (from rev 218372, 
tomcat7/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-30 11:36:10 UTC (rev 218373)
@@ -0,0 +1,75 @@
+# Maintainer: Guillaume 

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

2014-07-30 Thread Guillaume Alaux
Date: Wednesday, July 30, 2014 @ 13:35:47
  Author: guillaume
Revision: 218372

Upstream release 7.0.55

Modified:
  tomcat7/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 10:32:55 UTC (rev 218371)
+++ PKGBUILD2014-07-30 11:35:47 UTC (rev 218372)
@@ -1,6 +1,6 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgname=tomcat7
-pkgver=7.0.54
+pkgver=7.0.55
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.0 and JavaServer 
Pages 2.2 technologies'
 arch=('any')
@@ -21,7 +21,7 @@
 systemd_tmpfiles.d_${pkgname}.conf
 ${pkgname}.install)
 
-sha256sums=('f0316c128881c4df384771dc0da8f8e80d861385798e57d22fd4068f48ab8724'
+sha256sums=('c20934fda63bc7311e2d8e067d67f886890c8be72280425c5f6f8fdd7a376c15'
 '7f2931a77b3da0dfce4886251c5bdfc186bf1ad60f6c01c3cafe0bab75034fb7'
 '4bfeb2f4462547bf15cb2b72db545c0531c70f8640fa79344d520ceea6812a93'
 '13df331dad3441f027c8b5964ba5bf420df3dc8faf0f96e071db981e8ea322f0')



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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 13:50:44
  Author: ronald
Revision: 218375

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

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

--+
 /PKGBUILD|  116 +
 /texmacs.install |   28 +
 extra-i686/PKGBUILD  |   55 ---
 extra-i686/texmacs.install   |   14 
 extra-x86_64/PKGBUILD|   55 ---
 extra-x86_64/texmacs.install |   14 
 6 files changed, 144 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-30 11:50:27 UTC (rev 218374)
+++ extra-i686/PKGBUILD 2014-07-30 11:50:44 UTC (rev 218375)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch # Contributor: 
Christopher Reimer c.reimer1...@gmail.com
-
-pkgname=texmacs
-pkgver=1.0.7.21
-pkgrel=1
-pkgdesc=Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one.
-arch=('i686' 'x86_64')
-url=http://www.texmacs.org/;
-license=('GPL')
-depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
- 'desktop-file-utils' 'qt4')
-# do not remove texlive-core dependency, as it is needed!
-optdepends=('transfig: convert images using fig2ps'
-'gawk: conversion of some files')
-makedepends=('ghostscript')
-#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
-source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
-install=texmacs.install
-options=('!emptydirs')
-sha1sums=('e8086acd4b7c1bb3aaccf75b6b0199aa612cb66c')
-
-build() {
-  cd ${srcdir}/TeXmacs-${pkgver}-src
-  sed -i 's/env python/env python2/' \
-
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
-TeXmacs/misc/inkscape_plugin/texmacs_reedit.py
-  sed -i 's/python/python2/' plugins/python/progs/init-python.scm
-  sed -i '/^LDPATH/d' src/makefile.in
-  sed -i -e 's/guile /guile1.8 /g' \
- -e 's/guile-config/guile-config1.8/g' \
- configure
-
- # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
-  sed -i '/update-mime-database/d' Makefile.in
-  sed -i '/gtk-update-icon-cache/d' Makefile.in
-  sed -i '\/icons\/gnome 2\/dev\/null/d' Makefile.in
-
-  export QMAKE=qmake-qt4
-  export MOC=moc-qt4
-  export UIC=uic-qt4
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/TeXmacs-${pkgver}-src
-  make DESTDIR=${pkgdir} install
-
- # fix fig2ps script
- sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
-}

Copied: texmacs/repos/extra-i686/PKGBUILD (from rev 218374, 
texmacs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-30 11:50:44 UTC (rev 218375)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch # Contributor: 
Christopher Reimer c.reimer1...@gmail.com
+
+pkgname=texmacs
+pkgver=1.99.1
+pkgrel=1
+pkgdesc=Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one.
+arch=('i686' 'x86_64')
+url=http://www.texmacs.org/;
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files')
+makedepends=('ghostscript')
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+install=texmacs.install
+options=('!emptydirs')
+sha1sums=('a5c7171644c84866445334b2d0cb39a6d9dd5f54')
+
+prepare() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+TeXmacs/misc/inkscape_plugin/texmacs_reedit.py
+  sed -i 's/python/python2/' 

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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 13:50:27
  Author: ronald
Revision: 218374

upgpkg: texmacs 1.99.1-1

update to 1.99.1; split out prepare() function

Modified:
  texmacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 11:36:10 UTC (rev 218373)
+++ PKGBUILD2014-07-30 11:50:27 UTC (rev 218374)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch # Contributor: 
Christopher Reimer c.reimer1...@gmail.com
 
 pkgname=texmacs
-pkgver=1.0.7.21
+pkgver=1.99.1
 pkgrel=1
 pkgdesc=Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one.
 arch=('i686' 'x86_64')
@@ -15,14 +15,13 @@
 optdepends=('transfig: convert images using fig2ps'
 'gawk: conversion of some files')
 makedepends=('ghostscript')
-#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
 
source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
 install=texmacs.install
 options=('!emptydirs')
-sha1sums=('e8086acd4b7c1bb3aaccf75b6b0199aa612cb66c')
+sha1sums=('a5c7171644c84866445334b2d0cb39a6d9dd5f54')
 
-build() {
-  cd ${srcdir}/TeXmacs-${pkgver}-src
+prepare() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
   sed -i 's/env python/env python2/' \
 
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
 TeXmacs/misc/inkscape_plugin/texmacs_reedit.py
@@ -37,6 +36,10 @@
   sed -i '/gtk-update-icon-cache/d' Makefile.in
   sed -i '\/icons\/gnome 2\/dev\/null/d' Makefile.in
 
+}
+
+build() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
   export QMAKE=qmake-qt4
   export MOC=moc-qt4
   export UIC=uic-qt4
@@ -47,9 +50,9 @@
 }
 
 package() {
-  cd ${srcdir}/TeXmacs-${pkgver}-src
+  cd ${srcdir}/TeXmacs-${pkgver}-src
   make DESTDIR=${pkgdir} install
 
  # fix fig2ps script
- sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
+ sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
 }



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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 15:26:01
  Author: ronald
Revision: 218376

upgpkg: terminology 0.6.1-1

update to 0.6.1

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 11:50:44 UTC (rev 218375)
+++ PKGBUILD2014-07-30 13:26:01 UTC (rev 218376)
@@ -3,7 +3,7 @@
 # Contributor: Paul Ezvan p...@ezvan.fr
 
 pkgname=terminology
-pkgver=0.5.1
+pkgver=0.6.1
 pkgrel=1
 pkgdesc=EFL based terminal emulator
 arch=('i686' 'x86_64')
@@ -10,9 +10,9 @@
 url=http://www.enlightenment.org/p.php?p=about/terminology;
 license=('BSD')
 depends=('elementary')
-source=(http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+source=(http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 install=terminology.install
-sha1sums=('5246904f5e7889cbf18c59a68d832fe36b43fafc')
+sha1sums=('c0f1f5d32abd2928476f168a8f58c5d3d4169f77')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 15:26:18
  Author: ronald
Revision: 218377

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-30 13:26:01 UTC (rev 218376)
+++ extra-i686/PKGBUILD 2014-07-30 13:26:18 UTC (rev 218377)
@@ -1,36 +0,0 @@
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Doug Newgard scimmia22 at outlook dot com
-# Contributor: Paul Ezvan p...@ezvan.fr
-
-pkgname=terminology
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=EFL based terminal emulator
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org/p.php?p=about/terminology;
-license=('BSD')
-depends=('elementary')
-source=(http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-install=terminology.install
-sha1sums=('5246904f5e7889cbf18c59a68d832fe36b43fafc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CFLAGS=${CFLAGS} -fvisibility=hidden
-  
-  ./configure \
---prefix=/usr
-
-  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: terminology/repos/extra-i686/PKGBUILD (from rev 218376, 
terminology/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-30 13:26:18 UTC (rev 218377)
@@ -0,0 +1,36 @@
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Doug Newgard scimmia22 at outlook dot com
+# Contributor: Paul Ezvan p...@ezvan.fr
+
+pkgname=terminology
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=EFL based terminal emulator
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org/p.php?p=about/terminology;
+license=('BSD')
+depends=('elementary')
+source=(http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+install=terminology.install
+sha1sums=('c0f1f5d32abd2928476f168a8f58c5d3d4169f77')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=${CFLAGS} -fvisibility=hidden
+  
+  ./configure \
+--prefix=/usr
+
+  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
+}

Deleted: extra-i686/terminology.install
===
--- extra-i686/terminology.install  2014-07-30 13:26:01 UTC (rev 218376)
+++ extra-i686/terminology.install  2014-07-30 13:26:18 UTC (rev 218377)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: terminology/repos/extra-i686/terminology.install (from rev 218376, 
terminology/trunk/terminology.install)
===
--- extra-i686/terminology.install  (rev 0)
+++ extra-i686/terminology.install  2014-07-30 13:26:18 UTC (rev 218377)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-30 13:26:01 UTC (rev 218376)
+++ extra-x86_64/PKGBUILD   2014-07-30 13:26:18 UTC (rev 218377)
@@ -1,36 +0,0 @@
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Doug Newgard scimmia22 at outlook dot com
-# Contributor: Paul Ezvan p...@ezvan.fr
-
-pkgname=terminology
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=EFL based terminal emulator
-arch=('i686' 'x86_64')

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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 15:45:17
  Author: ronald
Revision: 218379

upgpkg: habak 0.2.5-5

mtree rebuild; fix building error

Modified:
  habak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 13:43:11 UTC (rev 218378)
+++ PKGBUILD2014-07-30 13:45:17 UTC (rev 218379)
@@ -4,7 +4,7 @@
 
 pkgname=habak
 pkgver=0.2.5
-pkgrel=4
+pkgrel=5
 pkgdesc=A background changing app
 url=http://fvwm-crystal.org;
 license=('GPL2')
@@ -14,13 +14,18 @@
 options=('!makeflags')
 md5sums=('bee5c394989367f7a4c5cb9ec99d307c')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|^\(LDFLAGS.*$\)|\1 -lX11|' src/Makefile
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   export LDFLAGS=${LDFLAGS/,--sort-common,--as-needed//}
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -m755 -D habak $pkgdir/usr/bin/habak
+  cd $srcdir/$pkgname-$pkgver
+  install -m755 -D habak $pkgdir/usr/bin/habak
 }



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

2014-07-30 Thread Florian Pritz
Date: Wednesday, July 30, 2014 @ 15:46:09
  Author: bluewind
Revision: 116583

cleanup repos

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



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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 15:45:42
  Author: ronald
Revision: 218380

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-30 13:45:17 UTC (rev 218379)
+++ extra-i686/PKGBUILD 2014-07-30 13:45:42 UTC (rev 218380)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Simo Leone s...@archlinux.org
-
-pkgname=habak
-pkgver=0.2.5
-pkgrel=4
-pkgdesc=A background changing app
-url=http://fvwm-crystal.org;
-license=('GPL2')
-depends=('imlib2')
-source=(http://download.gna.org/fvwm-crystal/habak/$pkgver/$pkgname-$pkgver.tar.gz;)
-arch=('i686' 'x86_64')
-options=('!makeflags')
-md5sums=('bee5c394989367f7a4c5cb9ec99d307c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  export LDFLAGS=${LDFLAGS/,--sort-common,--as-needed//}
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -m755 -D habak $pkgdir/usr/bin/habak
-}

Copied: habak/repos/extra-i686/PKGBUILD (from rev 218379, habak/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-30 13:45:42 UTC (rev 218380)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Simo Leone s...@archlinux.org
+
+pkgname=habak
+pkgver=0.2.5
+pkgrel=5
+pkgdesc=A background changing app
+url=http://fvwm-crystal.org;
+license=('GPL2')
+depends=('imlib2')
+source=(http://download.gna.org/fvwm-crystal/habak/$pkgver/$pkgname-$pkgver.tar.gz;)
+arch=('i686' 'x86_64')
+options=('!makeflags')
+md5sums=('bee5c394989367f7a4c5cb9ec99d307c')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|^\(LDFLAGS.*$\)|\1 -lX11|' src/Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export LDFLAGS=${LDFLAGS/,--sort-common,--as-needed//}
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -m755 -D habak $pkgdir/usr/bin/habak
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-30 13:45:17 UTC (rev 218379)
+++ extra-x86_64/PKGBUILD   2014-07-30 13:45:42 UTC (rev 218380)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Simo Leone s...@archlinux.org
-
-pkgname=habak
-pkgver=0.2.5
-pkgrel=4
-pkgdesc=A background changing app
-url=http://fvwm-crystal.org;
-license=('GPL2')
-depends=('imlib2')
-source=(http://download.gna.org/fvwm-crystal/habak/$pkgver/$pkgname-$pkgver.tar.gz;)
-arch=('i686' 'x86_64')
-options=('!makeflags')
-md5sums=('bee5c394989367f7a4c5cb9ec99d307c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  export LDFLAGS=${LDFLAGS/,--sort-common,--as-needed//}
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -m755 -D habak $pkgdir/usr/bin/habak
-}

Copied: habak/repos/extra-x86_64/PKGBUILD (from rev 218379, 
habak/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-30 13:45:42 UTC (rev 218380)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Simo Leone s...@archlinux.org
+
+pkgname=habak
+pkgver=0.2.5
+pkgrel=5
+pkgdesc=A background changing app
+url=http://fvwm-crystal.org;
+license=('GPL2')
+depends=('imlib2')
+source=(http://download.gna.org/fvwm-crystal/habak/$pkgver/$pkgname-$pkgver.tar.gz;)
+arch=('i686' 'x86_64')
+options=('!makeflags')
+md5sums=('bee5c394989367f7a4c5cb9ec99d307c')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|^\(LDFLAGS.*$\)|\1 -lX11|' src/Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export LDFLAGS=${LDFLAGS/,--sort-common,--as-needed//}
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -m755 -D habak $pkgdir/usr/bin/habak
+}



[arch-commits] Commit in qt-assistant-compat/repos (8 files)

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 15:52:56
  Author: ronald
Revision: 218382

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

Added:
  qt-assistant-compat/repos/extra-i686/PKGBUILD
(from rev 218381, qt-assistant-compat/trunk/PKGBUILD)
  qt-assistant-compat/repos/extra-i686/debian_patches_01_build_system.diff
(from rev 218381, 
qt-assistant-compat/trunk/debian_patches_01_build_system.diff)
  qt-assistant-compat/repos/extra-x86_64/PKGBUILD
(from rev 218381, qt-assistant-compat/trunk/PKGBUILD)
  qt-assistant-compat/repos/extra-x86_64/debian_patches_01_build_system.diff
(from rev 218381, 
qt-assistant-compat/trunk/debian_patches_01_build_system.diff)
Deleted:
  qt-assistant-compat/repos/extra-i686/PKGBUILD
  qt-assistant-compat/repos/extra-i686/debian_patches_01_build_system.diff
  qt-assistant-compat/repos/extra-x86_64/PKGBUILD
  qt-assistant-compat/repos/extra-x86_64/debian_patches_01_build_system.diff

--+
 /PKGBUILD|  112 +
 /debian_patches_01_build_system.diff |   96 ++
 extra-i686/PKGBUILD  |   54 --
 extra-i686/debian_patches_01_build_system.diff   |   48 -
 extra-x86_64/PKGBUILD|   54 --
 extra-x86_64/debian_patches_01_build_system.diff |   48 -
 6 files changed, 208 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-30 13:52:46 UTC (rev 218381)
+++ extra-i686/PKGBUILD 2014-07-30 13:52:56 UTC (rev 218382)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-
-pkgname=qt-assistant-compat
-pkgver=4.6.3
-pkgrel=4
-pkgdesc=compat version of Qt Assistant
-url=http://qt-project.org/;
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-depends=('qt4')
-source=('ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
-'debian_patches_01_build_system.diff')
-md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
- '1b55290dc9fab0c035797e9301d2fa61')
-
-# separate package function does not really work here due to broken build files
-build() {
-   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-
-   patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
-
-   cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
-   rm -f translations/assistant_adp_*.qm
-
-   qmake-qt4 CONFIG+=create_prl
-   make
-   cd  ../translations; lrelease-qt4 assistant_adp_*.ts
-   cd ..
-   qmake-qt4 CONFIG+=create_prl
-   make
-}
-
-package() {
-   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-
-   make install INSTALL_ROOT=${pkgdir}
-   cd lib
-   make install INSTALL_ROOT=${pkgdir}
-   cd ..
-
-   # Fix wrong path in prl file
-   sed -i -e /^QMAKE_PRL_BUILD_DIR/d \
-   ${pkgdir}/usr/lib/libQtAssistantClient.prl
-
-   # Install translations
-   install -d ${pkgdir}/usr/share/qt4/translations/
-   install -p -m0644 translations/assistant_adp_*.qm \
-   ${pkgdir}/usr/share/qt4/translations/
-
-   # Install prf file
-   install -D -p -m0644 features/assistant.prf \
-   ${pkgdir}/usr/share/qt4/mkspecs/features/assistant.prf
-}

Copied: qt-assistant-compat/repos/extra-i686/PKGBUILD (from rev 218381, 
qt-assistant-compat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-30 13:52:56 UTC (rev 218382)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+
+pkgname=qt-assistant-compat
+pkgver=4.6.3
+pkgrel=5
+pkgdesc=compat version of Qt Assistant
+url=http://qt-project.org/;
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+depends=('qt4')
+source=('ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
+'debian_patches_01_build_system.diff')
+md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
+ '1b55290dc9fab0c035797e9301d2fa61')
+
+prepare() {
+cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
+}
+
+build() {
+   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+
+   cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
+   rm -f translations/assistant_adp_*.qm
+
+   qmake-qt4 CONFIG+=create_prl
+   make
+   cd  ../translations; lrelease-qt4 assistant_adp_*.ts
+   cd ..
+   qmake-qt4 CONFIG+=create_prl
+   make
+}
+
+package() {
+   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+
+   make install INSTALL_ROOT=${pkgdir}
+   cd lib
+  

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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 15:52:46
  Author: ronald
Revision: 218381

upgpkg: qt-assistant-compat 4.6.3-5

mtree rebuild

Modified:
  qt-assistant-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 13:45:42 UTC (rev 218380)
+++ PKGBUILD2014-07-30 13:52:46 UTC (rev 218381)
@@ -3,7 +3,7 @@
 
 pkgname=qt-assistant-compat
 pkgver=4.6.3
-pkgrel=4
+pkgrel=5
 pkgdesc=compat version of Qt Assistant
 url=http://qt-project.org/;
 arch=('i686' 'x86_64')
@@ -14,12 +14,14 @@
 md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
  '1b55290dc9fab0c035797e9301d2fa61')
 
-# separate package function does not really work here due to broken build files
+prepare() {
+cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
+}
+
 build() {
cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
 
-   patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
-
cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
rm -f translations/assistant_adp_*.qm
 



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

2014-07-30 Thread speps
Date: Wednesday, July 30, 2014 @ 16:44:06
  Author: speps
Revision: 116584

upgpkg: plowshare 1.0.4-1

Modified:
  plowshare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 13:46:09 UTC (rev 116583)
+++ PKGBUILD2014-07-30 14:44:06 UTC (rev 116584)
@@ -3,7 +3,7 @@
 # Contributor: breakdown breakdown(at)archlinux(dot)us
 
 pkgname=plowshare
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc=Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites.
 arch=('any')
@@ -15,7 +15,7 @@
 'tiv: ascii display for no X server'
 'aview: ascii display for no X server')
 source=(http://plowshare.googlecode.com/archive/v$pkgver.tar.gz;)
-md5sums=('SKIP')
+md5sums=('9e577525463711c3d747f36e3af6e4d6')
 
 package() {
   cd $pkgname-*



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

2014-07-30 Thread speps
Date: Wednesday, July 30, 2014 @ 16:44:15
  Author: speps
Revision: 116585

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 116584, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 14:44:06 UTC (rev 116584)
+++ PKGBUILD2014-07-30 14:44:15 UTC (rev 116585)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: breakdown breakdown(at)archlinux(dot)us
-
-pkgname=plowshare
-pkgver=1.0.3
-pkgrel=1
-pkgdesc=Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites.
-arch=('any')
-url=http://code.google.com/p/plowshare/;
-license=('GPL3')
-depends=('curl' 'recode' 'js185')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server'
-'tiv: ascii display for no X server'
-'aview: ascii display for no X server')
-source=(http://plowshare.googlecode.com/archive/v$pkgver.tar.gz;)
-md5sums=('SKIP')
-
-package() {
-  cd $pkgname-*
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR=$pkgdir/ PREFIX=/usr make
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plowshare/repos/community-any/PKGBUILD (from rev 116584, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-30 14:44:15 UTC (rev 116585)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: breakdown breakdown(at)archlinux(dot)us
+
+pkgname=plowshare
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites.
+arch=('any')
+url=http://code.google.com/p/plowshare/;
+license=('GPL3')
+depends=('curl' 'recode' 'js185')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server'
+'tiv: ascii display for no X server'
+'aview: ascii display for no X server')
+source=(http://plowshare.googlecode.com/archive/v$pkgver.tar.gz;)
+md5sums=('9e577525463711c3d747f36e3af6e4d6')
+
+package() {
+  cd $pkgname-*
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR=$pkgdir/ PREFIX=/usr make
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-30 Thread Balló György
Date: Wednesday, July 30, 2014 @ 17:18:13
  Author: bgyorgy
Revision: 116586

upgpkg: transmageddon 1.3-1

Update to version 1.3

Modified:
  transmageddon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 14:44:15 UTC (rev 116585)
+++ PKGBUILD2014-07-30 15:18:13 UTC (rev 116586)
@@ -4,7 +4,7 @@
 # Contributor: Federico Chiacchiaretta
 
 pkgname=transmageddon
-pkgver=1.1
+pkgver=1.3
 pkgrel=1
 pkgdesc=Simple python application for transcoding video into formats 
supported by GStreamer
 arch=('any')
@@ -19,7 +19,7 @@
 'gst-vaapi: Hardware accelerated video encode')
 install=$pkgname.install
 source=(http://www.linuxrising.org/files/$pkgname-$pkgver.tar.xz)
-md5sums=('ac746bde34026142a246c890f266be6b')
+md5sums=('3476085e3146e8fb5e466f0b0dac742f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-07-30 Thread Balló György
Date: Wednesday, July 30, 2014 @ 17:18:18
  Author: bgyorgy
Revision: 116587

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   70 
 transmageddon.install |   22 +++
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 15:18:13 UTC (rev 116586)
+++ PKGBUILD2014-07-30 15:18:18 UTC (rev 116587)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Dan Serban
-# Contributor: Federico Chiacchiaretta
-
-pkgname=transmageddon
-pkgver=1.1
-pkgrel=1
-pkgdesc=Simple python application for transcoding video into formats 
supported by GStreamer
-arch=('any')
-url=http://www.linuxrising.org/;
-license=('LGPL')
-depends=('python-gobject' 'libnotify' 'gtk3' 'gst-plugins-base')
-makedepends=('intltool')
-optdepends=('gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'gst-vaapi: Hardware accelerated video encode')
-install=$pkgname.install
-source=(http://www.linuxrising.org/files/$pkgname-$pkgver.tar.xz)
-md5sums=('ac746bde34026142a246c890f266be6b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: transmageddon/repos/community-any/PKGBUILD (from rev 116586, 
transmageddon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-30 15:18:18 UTC (rev 116587)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Dan Serban
+# Contributor: Federico Chiacchiaretta
+
+pkgname=transmageddon
+pkgver=1.3
+pkgrel=1
+pkgdesc=Simple python application for transcoding video into formats 
supported by GStreamer
+arch=('any')
+url=http://www.linuxrising.org/;
+license=('LGPL')
+depends=('python-gobject' 'libnotify' 'gtk3' 'gst-plugins-base')
+makedepends=('intltool')
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'gst-vaapi: Hardware accelerated video encode')
+install=$pkgname.install
+source=(http://www.linuxrising.org/files/$pkgname-$pkgver.tar.xz)
+md5sums=('3476085e3146e8fb5e466f0b0dac742f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: transmageddon.install
===
--- transmageddon.install   2014-07-30 15:18:13 UTC (rev 116586)
+++ transmageddon.install   2014-07-30 15:18:18 UTC (rev 116587)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: transmageddon/repos/community-any/transmageddon.install (from rev 
116586, transmageddon/trunk/transmageddon.install)
===
--- transmageddon.install   (rev 0)
+++ transmageddon.install   2014-07-30 15:18:18 UTC (rev 116587)
@@ -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 hitori/trunk (PKGBUILD)

2014-07-30 Thread Balló György
Date: Wednesday, July 30, 2014 @ 17:22:52
  Author: bgyorgy
Revision: 116588

upgpkg: hitori 0.4.5-1

Update to version 0.4.5

Modified:
  hitori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 15:18:18 UTC (rev 116587)
+++ PKGBUILD2014-07-30 15:22:52 UTC (rev 116588)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=hitori
-pkgver=0.4.4
+pkgver=0.4.5
 pkgrel=1
 pkgdesc=GTK+ application to generate and let you play games of Hitori
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'itstool')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a842f784f7910a7ece9f8a684fbc29ebc469bc4cb4cb27ec4e6191c4649ff9eb')
+sha256sums=('d35a2765d23b78c2b793517e350bdb7d552eeefd4e72cb470b3268ce14ae3266')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-07-30 Thread Balló György
Date: Wednesday, July 30, 2014 @ 17:23:02
  Author: bgyorgy
Revision: 116589

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

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

-+
 /PKGBUILD   |   52 ++
 /hitori.install |   22 
 community-i686/PKGBUILD |   26 ---
 community-i686/hitori.install   |   11 
 community-x86_64/PKGBUILD   |   26 ---
 community-x86_64/hitori.install |   11 
 6 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-30 15:22:52 UTC (rev 116588)
+++ community-i686/PKGBUILD 2014-07-30 15:23:02 UTC (rev 116589)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=hitori
-pkgver=0.4.4
-pkgrel=1
-pkgdesc=GTK+ application to generate and let you play games of Hitori
-arch=('i686' 'x86_64')
-url=https://wiki.gnome.org/Apps/Hitori;
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a842f784f7910a7ece9f8a684fbc29ebc469bc4cb4cb27ec4e6191c4649ff9eb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: hitori/repos/community-i686/PKGBUILD (from rev 116588, 
hitori/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-30 15:23:02 UTC (rev 116589)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=hitori
+pkgver=0.4.5
+pkgrel=1
+pkgdesc=GTK+ application to generate and let you play games of Hitori
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/Hitori;
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d35a2765d23b78c2b793517e350bdb7d552eeefd4e72cb470b3268ce14ae3266')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/hitori.install
===
--- community-i686/hitori.install   2014-07-30 15:22:52 UTC (rev 116588)
+++ community-i686/hitori.install   2014-07-30 15:23:02 UTC (rev 116589)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: hitori/repos/community-i686/hitori.install (from rev 116588, 
hitori/trunk/hitori.install)
===
--- community-i686/hitori.install   (rev 0)
+++ community-i686/hitori.install   2014-07-30 15:23:02 UTC (rev 116589)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-30 15:22:52 UTC (rev 116588)
+++ community-x86_64/PKGBUILD   2014-07-30 15:23:02 UTC (rev 116589)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=hitori
-pkgver=0.4.4
-pkgrel=1
-pkgdesc=GTK+ application to generate and let you play games of Hitori
-arch=('i686' 'x86_64')
-url=https://wiki.gnome.org/Apps/Hitori;
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a842f784f7910a7ece9f8a684fbc29ebc469bc4cb4cb27ec4e6191c4649ff9eb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() 

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

2014-07-30 Thread Balló György
Date: Wednesday, July 30, 2014 @ 17:29:55
  Author: bgyorgy
Revision: 116591

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   66 +--
 cherrytree.install |   28 ++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 15:29:35 UTC (rev 116590)
+++ PKGBUILD2014-07-30 15:29:55 UTC (rev 116591)
@@ -1,33 +0,0 @@
-# $Id$
-# 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
-
-pkgname=cherrytree
-pkgver=0.33.4
-pkgrel=1
-pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
-arch=('any')
-url='http://www.giuspen.com/cherrytree/'
-license=('GPL3')
-depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
-optdepends=('python2-pyenchant: for spell checking support'
-'p7zip: for password protection support')
-install=cherrytree.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('1fe3943b8f49105c00f4c1ff9cee8b98a2fb1d0faa17049755bcf2169e392925')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  # Fix file permissions
-  find $pkgdir/usr/share -type f | xargs chmod 644
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 116590, 
cherrytree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-30 15:29:55 UTC (rev 116591)
@@ -0,0 +1,33 @@
+# $Id$
+# 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
+
+pkgname=cherrytree
+pkgver=0.33.4
+pkgrel=2
+pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
+arch=('any')
+url='http://www.giuspen.com/cherrytree/'
+license=('GPL3')
+depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support'
+'p7zip: for password protection support')
+install=cherrytree.install
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('b116657ba7c4252f671a83f9cc2e8bbf69b6345741fd1c569299a8aa293eb177')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # Fix file permissions
+  find $pkgdir/usr/share -type f | xargs chmod 644
+}

Deleted: cherrytree.install
===
--- cherrytree.install  2014-07-30 15:29:35 UTC (rev 116590)
+++ cherrytree.install  2014-07-30 15:29:55 UTC (rev 116591)
@@ -1,14 +0,0 @@
-post_install()
-{
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cherrytree/repos/community-any/cherrytree.install (from rev 116590, 
cherrytree/trunk/cherrytree.install)
===
--- cherrytree.install  (rev 0)
+++ cherrytree.install  2014-07-30 15:29:55 UTC (rev 116591)
@@ -0,0 +1,14 @@
+post_install()
+{
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-07-30 Thread Balló György
Date: Wednesday, July 30, 2014 @ 17:29:35
  Author: bgyorgy
Revision: 116590

upgpkg: cherrytree 0.33.4-2

Update to a new release with the same version number

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 15:23:02 UTC (rev 116589)
+++ PKGBUILD2014-07-30 15:29:35 UTC (rev 116590)
@@ -7,7 +7,7 @@
 
 pkgname=cherrytree
 pkgver=0.33.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
 url='http://www.giuspen.com/cherrytree/'
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('1fe3943b8f49105c00f4c1ff9cee8b98a2fb1d0faa17049755bcf2169e392925')
+sha256sums=('b116657ba7c4252f671a83f9cc2e8bbf69b6345741fd1c569299a8aa293eb177')
 
 build() {
   cd $pkgname-$pkgver



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

2014-07-30 Thread Andreas Radke
Date: Wednesday, July 30, 2014 @ 18:02:27
  Author: andyrtr
Revision: 218385

upgpkg: libreoffice-fresh-i18n 4.3.0-1

upstream update 4.3.0

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 16:00:19 UTC (rev 218384)
+++ PKGBUILD2014-07-30 16:02:27 UTC (rev 218385)
@@ -5,8 +5,10 @@
 pkgbase=libreoffice-fresh-i18n
 
 pkgver=4.3.0
-pkgrel=0.3
-_oodlver=${pkgver}.0.beta1
+pkgrel=1
+_rcver=4.3.0.4
+#_oodlver=${pkgver}.0.beta1
+_oodlver=${pkgver}
 
 arch=('any')
 url=http://www.documentfoundation.org;
@@ -14,8 +16,8 @@
 makedepends=('rpmextract')
 
 #http://download.documentfoundation.org/mirrors/all.html
-#_url=http://download.documentfoundation.org/libreoffice/stable;
-_url=http://download.documentfoundation.org/libreoffice/testing;
+_url=http://download.documentfoundation.org/libreoffice/stable;
+#_url=http://download.documentfoundation.org/libreoffice/testing;
 #_url=http://dev-builds.libreoffice.org/pre-releases;
 #_url=http://www.libreoffice.org/download/pre-releases;
 
@@ -141,7 +143,7 @@
 _pkglang=${_pkglang/fresh-}
 
 echo ${_pkglang}  unpacking...
-cd 
${srcdir}/LibreOfficeDev_${_oodlver}_Linux_x86_rpm_langpack_${_pkglang}/RPMS
+cd 
${srcdir}/LibreOffice_${_rcver}_Linux_x86_rpm_langpack_${_pkglang}/RPMS
 
 # remove dictionaries if shipped - we ship them now in separate packages
 rm -vf *-dict-*.rpm || /bin/true
@@ -152,7 +154,7 @@
 
 # the helppack rpm goes also into the langpack dir
 rpmextract.sh \
-  
${srcdir}/LibreOfficeDev_${_oodlver}_Linux_x86_rpm_helppack_${_pkglang}/RPMS/*.rpm
 \
+  
${srcdir}/LibreOffice_${_rcver}_Linux_x86_rpm_helppack_${_pkglang}/RPMS/*.rpm 
\
   || true
   done
 }
@@ -164,7 +166,7 @@
   conflicts=(openoffice-$1 libreoffice-$1)
   replaces=(openoffice-$1)
 
-  cd $srcdir/LibreOfficeDev_${_oodlver}_Linux_x86_rpm_langpack_$1/RPMS
+  cd $srcdir/LibreOffice_${_rcver}_Linux_x86_rpm_langpack_$1/RPMS
   mkdir -p $pkgdir/usr/lib/libreoffice
   cp -R opt/libreoffice*/* $pkgdir/usr/lib/libreoffice
   chown root:root -R $pkgdir/usr/lib/libreoffice
@@ -173,10 +175,10 @@
 for _lang in ${_languages[@]}; do
   _locale=${_lang%% *}
   _pkgname=libreoffice-fresh-$_locale
-  
source+=(${_url}/LibreOfficeDev_${_oodlver}_Linux_x86_rpm_langpack_${_locale}.tar.gz)
+  
source+=(${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_${_locale}.tar.gz)
 
-  if curl -o /dev/null -s -I -f 
${_url}/LibreOfficeDev_${_oodlver}_Linux_x86_rpm_helppack_${_locale}.tar.gz; 
then
-
source+=(${_url}/LibreOfficeDev_${_oodlver}_Linux_x86_rpm_helppack_${_locale}.tar.gz)
+  if curl -o /dev/null -s -I -f 
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_${_locale}.tar.gz; then
+
source+=(${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_${_locale}.tar.gz)
   fi
 
   pkgname+=($_pkgname)
@@ -185,169 +187,169 @@
   }
 done
 
-md5sums=('4fa20417d232281312789bcde87f1f79'
- '979e7adf960b1b00e6549afc58167b35'
- 'e4dda6725f0790841a13b06429559ee8'
- 'fec00fc5049b9a261bdc7f2252947256'
- 'ac5b5f1ad3b786fba7f886bec73cebba'
- 'e0c82d94cbb7062c169bac43b0494d53'
- 'ce84dca0bf4ce746332920ed30285909'
- 'b17b7be2df6d81cc3619dc105af21cfd'
- 'cc66f7719a4bb7e61668a89f1b70b4ac'
- '8b072b334d6562e6dcca5bcd0028cc37'
- '251c0c28dca9367d996d3497ca1895c5'
- 'f775577e3fb01e3d812eff9d760abe87'
- '803dff5344c57c2436e7da797c9131c4'
- '0652357db295543cc6b5296d7423f797'
- 'ad7cad835892c30d1d20e689ffafe67b'
- 'cbd7af5c4c128de826e28c9c145f557f'
- '260725ae01964df60b8648b22fce8654'
- 'a6615d07b11a9cad6093f397cd133737'
- '5b09c75849231b0b2c4cc1bb91bc7b42'
- '70298fc85cb31bbd6a8d6155c8f2451e'
- 'f5a9654e5de6d27377642941c6f85263'
- 'cac8c836f962d64a86dcb14bdc06a468'
- '89a3cd42e984e0b73b9317e9ee7f63f0'
- '4797041b58878c4c925d6cf3f9251f11'
- '58a89b95e0faeced7bc802cc08b2482e'
- '070871fced43d3aeb63c629f620bf372'
- '5ae84e93f1ef7642d5dc135e728c'
- 'ace1eab4bfcadaee4039311340593e18'
- '22bcb23c42bb7c353ce9df32548849b0'
- '0fc76d935695096655e13e8537d4d8b9'
- '27c23f996067b2283d7c41816a1536b2'
- 'c873945361df4f7fab4873bec5ce2278'
- 'f7939b063154b1c71bc574640f0d3a44'
- 'bfd51b367f53c92105686e9eb5a5d3cb'
- '7fa6a9bb0f7c8b3c19d9087dc00f2542'
- '20860838ea20766399b3164a634886bb'
- '411fe438c7a057a1d62542e267378240'
- '05fcf0da7cb363896d141aa7cbb068ea'
- '307ebe88caf83837f84cfc577c0e3863'
- '99acfa8a749ffaaae0a44a95a0dcd357'
- 'daf91a0ab6f2c449250b27f64f02091f'
- 'ef6938836383440b658f611a2610c09f'
- 

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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 17:59:57
  Author: ronald
Revision: 218383

upgpkg: stellarium 0.13.0-1

update to 0.13.0

Modified:
  stellarium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 13:52:56 UTC (rev 218382)
+++ PKGBUILD2014-07-30 15:59:57 UTC (rev 218383)
@@ -3,25 +3,25 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=stellarium
-pkgver=0.12.4
+pkgver=0.13.0
 pkgrel=1
 pkgdesc=A stellarium with great graphics and a nice database of sky-objects
 arch=(i686 x86_64)
 url=http://stellarium.free.fr/;
 license=('GPL2')
-depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt4' 'openssl' 
'desktop-file-utils' 
- 'xdg-utils' 'phonon')
+depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt5-quick1' 'openssl' 
+   'desktop-file-utils' 'xdg-utils' 'phonon')
 install=stellarium.install
-makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl')
+makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
stellarium.desktop
 stellarium.png)
-sha1sums=('6d3cc4dc186db831af76830fe2e636ff1f7bbc90'
+sha1sums=('d14078084f7951d7c5ae7ba38499439234f71292'
   'c9cc79212542238227b5bd6af99f60fe056f4ab2'
   'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')

 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
   make
@@ -28,13 +28,13 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
  
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install
 
   # install desktop file  pixmap
-  install -Dm644 ${srcdir}/stellarium.desktop \
-   ${pkgdir}/usr/share/applications/stellarium.desktop
-  install -Dm644 ${srcdir}/stellarium.png \
-   ${pkgdir}/usr/share/pixmaps/stellarium.png
+  install -Dm644 ${srcdir}/stellarium.desktop \
+   ${pkgdir}/usr/share/applications/stellarium.desktop
+  install -Dm644 ${srcdir}/stellarium.png \
+   ${pkgdir}/usr/share/pixmaps/stellarium.png
 }



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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 18:00:19
  Author: ronald
Revision: 218384

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

Added:
  stellarium/repos/extra-i686/PKGBUILD
(from rev 218383, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-i686/libpng14.patch
(from rev 218383, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-i686/stellarium.desktop
(from rev 218383, stellarium/trunk/stellarium.desktop)
  stellarium/repos/extra-i686/stellarium.install
(from rev 218383, stellarium/trunk/stellarium.install)
  stellarium/repos/extra-i686/stellarium.png
(from rev 218383, stellarium/trunk/stellarium.png)
  stellarium/repos/extra-x86_64/PKGBUILD
(from rev 218383, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-x86_64/libpng14.patch
(from rev 218383, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-x86_64/stellarium.desktop
(from rev 218383, stellarium/trunk/stellarium.desktop)
  stellarium/repos/extra-x86_64/stellarium.install
(from rev 218383, stellarium/trunk/stellarium.install)
  stellarium/repos/extra-x86_64/stellarium.png
(from rev 218383, stellarium/trunk/stellarium.png)
Deleted:
  stellarium/repos/extra-i686/PKGBUILD
  stellarium/repos/extra-i686/libpng14.patch
  stellarium/repos/extra-i686/stellarium.desktop
  stellarium/repos/extra-i686/stellarium.install
  stellarium/repos/extra-i686/stellarium.png
  stellarium/repos/extra-x86_64/PKGBUILD
  stellarium/repos/extra-x86_64/libpng14.patch
  stellarium/repos/extra-x86_64/stellarium.desktop
  stellarium/repos/extra-x86_64/stellarium.install
  stellarium/repos/extra-x86_64/stellarium.png

-+
 /PKGBUILD   |   80 ++
 /libpng14.patch |   42 +++
 /stellarium.desktop |   18 
 /stellarium.install |   28 +
 extra-i686/PKGBUILD |   40 ---
 extra-i686/libpng14.patch   |   21 -
 extra-i686/stellarium.desktop   |9 
 extra-i686/stellarium.install   |   14 --
 extra-x86_64/PKGBUILD   |   40 ---
 extra-x86_64/libpng14.patch |   21 -
 extra-x86_64/stellarium.desktop |9 
 extra-x86_64/stellarium.install |   14 --
 12 files changed, 168 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-30 15:59:57 UTC (rev 218383)
+++ extra-i686/PKGBUILD 2014-07-30 16:00:19 UTC (rev 218384)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=stellarium
-pkgver=0.12.4
-pkgrel=1
-pkgdesc=A stellarium with great graphics and a nice database of sky-objects
-arch=(i686 x86_64)
-url=http://stellarium.free.fr/;
-license=('GPL2')
-depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt4' 'openssl' 
'desktop-file-utils' 
- 'xdg-utils' 'phonon')
-install=stellarium.install
-makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-   stellarium.desktop
-stellarium.png)
-sha1sums=('6d3cc4dc186db831af76830fe2e636ff1f7bbc90'
-  'c9cc79212542238227b5bd6af99f60fe056f4ab2'
-  'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')
-   
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
- 
-  make DESTDIR=${pkgdir} install
-
-  # install desktop file  pixmap
-  install -Dm644 ${srcdir}/stellarium.desktop \
-   ${pkgdir}/usr/share/applications/stellarium.desktop
-  install -Dm644 ${srcdir}/stellarium.png \
-   ${pkgdir}/usr/share/pixmaps/stellarium.png
-}

Copied: stellarium/repos/extra-i686/PKGBUILD (from rev 218383, 
stellarium/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-30 16:00:19 UTC (rev 218384)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=stellarium
+pkgver=0.13.0
+pkgrel=1
+pkgdesc=A stellarium with great graphics and a nice database of sky-objects
+arch=(i686 x86_64)
+url=http://stellarium.free.fr/;
+license=('GPL2')
+depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt5-quick1' 'openssl' 
+   'desktop-file-utils' 'xdg-utils' 'phonon')
+install=stellarium.install
+makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+   stellarium.desktop
+stellarium.png)
+sha1sums=('d14078084f7951d7c5ae7ba38499439234f71292'
+  'c9cc79212542238227b5bd6af99f60fe056f4ab2'
+  'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')
+   
+build() {
+  cd 

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

2014-07-30 Thread Andreas Radke
Date: Wednesday, July 30, 2014 @ 18:04:09
  Author: andyrtr
Revision: 218386

archrelease: copy trunk to extra-any

Added:
  libreoffice-fresh-i18n/repos/extra-any/PKGBUILD
(from rev 218385, libreoffice-fresh-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-fresh-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  708 ++---
 1 file changed, 355 insertions(+), 353 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 16:02:27 UTC (rev 218385)
+++ PKGBUILD2014-07-30 16:04:09 UTC (rev 218386)
@@ -1,353 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=libreoffice-fresh-i18n
-
-pkgver=4.3.0
-pkgrel=0.3
-_oodlver=${pkgver}.0.beta1
-
-arch=('any')
-url=http://www.documentfoundation.org;
-license=('LGPL')
-makedepends=('rpmextract')
-
-#http://download.documentfoundation.org/mirrors/all.html
-#_url=http://download.documentfoundation.org/libreoffice/stable;
-_url=http://download.documentfoundation.org/libreoffice/testing;
-#_url=http://dev-builds.libreoffice.org/pre-releases;
-#_url=http://www.libreoffice.org/download/pre-releases;
-
-#_url+=/${pkgver}-rc2/rpm/x86
-_url+=/${pkgver}/rpm/x86
-#_url+=/rpm/x86
-
-_languages=(
-  'afAfrikaans'
-  'amAmharic'
-  'arArabic'
-  'asAssamese (India)'
-  'ast   Asturianu'
-  'beBelarusian'
-  'bgBulgarian'
-  'bnBengali'
-  'bn-IN Bengali (India)'
-  'boTibetan'
-  'brBreton'
-  'brx   Bodo'
-  'bsBosnian'
-  'caCatalan'
-  'ca-valencia   Catalan (Valencia)'
-  'csCzech'
-  'cyWelsh'
-  'daDanish'
-  'deGerman'
-  'dgo   Dogri'
-  'dzDzongkha'
-  'elGreek'
-  'en-GB English (GB)'
-  'en-ZA English (ZA)'
-  'eoEsperanto'
-  'esSpanish'
-  'etEstonian'
-  'euBasque'
-  'faPersian'
-  'fiFinnish'
-  'frFrench'
-  'gaIrish'
-  'gdGaelic (Scottish)'
-  'glGalician'
-  'guGujarati'
-  'heHebrew'
-  'hiHindi'
-  'hrCroatian'
-  'huHungarian'
-  'idIndonesian'
-  'isIcelandic'
-  'itItalian'
-  'jaJapanese'
-  'kaGeorgian'
-  'kkKazakh'
-  'kmKhmer (Cambodia)'
-  'kmr-Latn  Kurdish'
-  'knKannada'
-  'koKorean'
-  'kok   Konkani'
-  'ksKashmiri'
-  'lbLuxembourgish'
-  'loLao'
-  'ltLithuanian'
-  'lvLatvian'
-  'mai   Maithili'
-  'mkMacedonian'
-  'mlMalayalam'
-  'mnMongolian'
-  'mni   Manipuri'
-  'mrMarathi'
-  'myBurmese'
-  'nbNorwegian Bokmal'
-  'neNepali'
-  'nlDutch'
-  'nnNorwegian Nynorsk'
-  'nrNdebele (South)'
-  'nso   Northern Sotho'
-  'ocOccitan'
-  'omOromo'
-  'orOriya'
-  'pa-IN Punjabi (India)'
-  'plPolish'
-  'ptPortuguese'
-  'pt-BR Portuguese (Brasil)'
-  'roRomanian'
-  'ruRussian'
-  'rwKinyarwanda'
-  'sa-IN Sanskrit (India)'
-  'sat   Santali'
-  'sdSindhi'
-  'siSinghalese'
-  'sid   Sidama'
-  'skSlovak'
-  'slSlovenian'
-  'sqAlbanien'
-  'srSerbian'
-  'sr-Latn   Serbian (Latin)'
-  'ssSwati'
-  'stSouthern Sotho'
-  'svSwedish'
-  'sw-TZ Swahili (Tanzania)'
-  'taTamil'
-  'teTelugu'
-  'tgTajik'
-  'thThai'
-  'tnTswana'
-  'trTurkish'
-  'tsTsonga'
-  'ttTatar'
-  'ugUighur'
-  'ukUkrainian'
-  'uzUzbek'
-  'veVenda'
-  'viVietnamese'
-  'xhXhosa'
-  'zh-CN Chinese (simplified)'
-  'zh-TW Chinese (traditional)'
-  'zuZulu'
-)
-
-prepare() {
-  for i in ${pkgname[@]}; do
-_pkglang=${i#*-}
-_pkglang=${_pkglang/fresh-}
-
-echo ${_pkglang}  unpacking...
-cd 
${srcdir}/LibreOfficeDev_${_oodlver}_Linux_x86_rpm_langpack_${_pkglang}/RPMS
-
-# remove dictionaries if shipped - we ship them now in separate packages
-rm -vf *-dict-*.rpm || /bin/true
-
-for j in *.rpm
-  do rpmextract.sh $j
-done
-
-# the helppack rpm goes also into the langpack dir
-rpmextract.sh \
-  

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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 18:08:57
  Author: ronald
Revision: 218388

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

Added:
  ffmpegthumbnailer/repos/extra-i686/PKGBUILD
(from rev 218387, ffmpegthumbnailer/trunk/PKGBUILD)
  ffmpegthumbnailer/repos/extra-x86_64/PKGBUILD
(from rev 218387, ffmpegthumbnailer/trunk/PKGBUILD)
Deleted:
  ffmpegthumbnailer/repos/extra-i686/PKGBUILD
  ffmpegthumbnailer/repos/extra-i686/ffmpegthumbnailer-2.0.8-memcpy.patch
  ffmpegthumbnailer/repos/extra-x86_64/PKGBUILD
  ffmpegthumbnailer/repos/extra-x86_64/ffmpegthumbnailer-2.0.8-memcpy.patch

---+
 /PKGBUILD |   54 
 extra-i686/PKGBUILD   |   33 
 extra-i686/ffmpegthumbnailer-2.0.8-memcpy.patch   |   13 
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/ffmpegthumbnailer-2.0.8-memcpy.patch |   13 
 5 files changed, 54 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-30 16:08:47 UTC (rev 218387)
+++ extra-i686/PKGBUILD 2014-07-30 16:08:57 UTC (rev 218388)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: boro...@gmail.com
-
-pkgname=ffmpegthumbnailer
-pkgver=2.0.8
-pkgrel=5
-pkgdesc=Lightweight video thumbnailer that can be used by file managers.
-url=http://code.google.com/p/ffmpegthumbnailer/;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('ffmpeg' 'libjpeg' 'libpng')
-optdepends=('gvfs: support for gio uris')
-source=(http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz;
-ffmpegthumbnailer-2.0.8-memcpy.patch)
-sha1sums=('2c54ca16efd953f46547e22799cfc40bd9c24533'
-  'c23ef173f98c928fcacacd6e6060dab2e56f1239')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/ffmpegthumbnailer-2.0.8-memcpy.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-gio --enable-thumbnailer
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ffmpegthumbnailer/repos/extra-i686/PKGBUILD (from rev 218387, 
ffmpegthumbnailer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-30 16:08:57 UTC (rev 218388)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: boro...@gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.0.9
+pkgrel=1
+pkgdesc=Lightweight video thumbnailer that can be used by file managers.
+url=http://code.google.com/p/ffmpegthumbnailer/;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ffmpeg' 'libjpeg' 'libpng')
+optdepends=('gvfs: support for gio uris')
+# mirror sources as getting a good download link from google drive is somewhat 
tricky
+source=(ftp://ftp.archlinux.org/other/packages/$pkgname/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('0657e09ca926298f1b525e1fba06ad499c7663e7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-gio --enable-thumbnailer
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/ffmpegthumbnailer-2.0.8-memcpy.patch
===
--- extra-i686/ffmpegthumbnailer-2.0.8-memcpy.patch 2014-07-30 16:08:47 UTC 
(rev 218387)
+++ extra-i686/ffmpegthumbnailer-2.0.8-memcpy.patch 2014-07-30 16:08:57 UTC 
(rev 218388)
@@ -1,13 +0,0 @@
-libffmpegthumbnailer/pngwriter.cpp: In function 'void 
ffmpegthumbnailer::writeDataCallback(png_structp, png_bytep, png_size_t)':
-libffmpegthumbnailer/pngwriter.cpp:111:52: error: 'memcpy' was not declared in 
this scope
-
 libffmpegthumbnailer/pngwriter.cpp
-+++ libffmpegthumbnailer/pngwriter.cpp
-@@ -17,6 +17,7 @@
- #include pngwriter.h
- #include stdexcept
- #include cassert
-+#include cstring
- 
- using namespace std;
- 

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-30 16:08:47 UTC (rev 218387)
+++ extra-x86_64/PKGBUILD   2014-07-30 16:08:57 UTC (rev 218388)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: boro...@gmail.com
-
-pkgname=ffmpegthumbnailer
-pkgver=2.0.8
-pkgrel=5
-pkgdesc=Lightweight video thumbnailer that can be used by file managers.
-url=http://code.google.com/p/ffmpegthumbnailer/;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('ffmpeg' 'libjpeg' 'libpng')
-optdepends=('gvfs: support for gio uris')
-source=(http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz;
-ffmpegthumbnailer-2.0.8-memcpy.patch)
-sha1sums=('2c54ca16efd953f46547e22799cfc40bd9c24533'

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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 18:12:42
  Author: ronald
Revision: 116592

upgpkg: sakura 3.1.4-1

update to 3.1.4

Modified:
  sakura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 15:29:55 UTC (rev 116591)
+++ PKGBUILD2014-07-30 16:12:42 UTC (rev 116592)
@@ -3,7 +3,7 @@
 # Contributor: Dmitry N. Shilov stormbl...@land.ru
 
 pkgname=sakura
-pkgver=3.1.3
+pkgver=3.1.4
 pkgrel=1
 pkgdesc=A terminal emulator based on GTK and VTE
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 
source=(https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
 install=sakura.install
-sha1sums=('44556f30eb63c95eb46d253a0e69c81ec7e0112b')
+sha1sums=('b430c918bbf1f494076350d4e09a870333783425')
 
 prepare() {
   cd $srcdir/${pkgname}-${pkgver}



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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 18:12:51
  Author: ronald
Revision: 116593

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

Added:
  sakura/repos/community-i686/PKGBUILD
(from rev 116592, sakura/trunk/PKGBUILD)
  sakura/repos/community-i686/sakura.install
(from rev 116592, sakura/trunk/sakura.install)
  sakura/repos/community-x86_64/PKGBUILD
(from rev 116592, sakura/trunk/PKGBUILD)
  sakura/repos/community-x86_64/sakura.install
(from rev 116592, sakura/trunk/sakura.install)
Deleted:
  sakura/repos/community-i686/PKGBUILD
  sakura/repos/community-i686/deprecated_symbols.patch
  sakura/repos/community-i686/sakura.install
  sakura/repos/community-x86_64/PKGBUILD
  sakura/repos/community-x86_64/deprecated_symbols.patch
  sakura/repos/community-x86_64/sakura.install

---+
 /PKGBUILD |   80 
 /sakura.install   |   24 
 community-i686/PKGBUILD   |   40 --
 community-i686/deprecated_symbols.patch   |   11 ---
 community-i686/sakura.install |   12 
 community-x86_64/PKGBUILD |   40 --
 community-x86_64/deprecated_symbols.patch |   11 ---
 community-x86_64/sakura.install   |   12 
 8 files changed, 104 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-30 16:12:42 UTC (rev 116592)
+++ community-i686/PKGBUILD 2014-07-30 16:12:51 UTC (rev 116593)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Dmitry N. Shilov stormbl...@land.ru
-
-pkgname=sakura
-pkgver=3.1.3
-pkgrel=1
-pkgdesc=A terminal emulator based on GTK and VTE
-arch=('i686' 'x86_64')
-url=https://launchpad.net/sakura;
-license=('GPL')
-depends=('vte3' 'libxft' 'desktop-file-utils')
-makedepends=('cmake')
-source=(https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-install=sakura.install
-sha1sums=('44556f30eb63c95eb46d253a0e69c81ec7e0112b')
-
-prepare() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  # Set default font size a bit smaller
-  sed -i 's|#define DEFAULT_FONT Bitstream Vera Sans Mono 14|#define 
DEFAULT_FONT Bitstream Vera Sans Mono 10|g' src/sakura.c
-}
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . 
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install 
-  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
-  awk '/^Keybindings/{f='${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS} 
f{print  f} /^END/' \
-${pkgdir}/usr/share/doc/${pkgname}/INSTALL
-  rm ${pkgdir}/usr/share/doc/${pkgname}/INSTALL
-}

Copied: sakura/repos/community-i686/PKGBUILD (from rev 116592, 
sakura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-30 16:12:51 UTC (rev 116593)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Dmitry N. Shilov stormbl...@land.ru
+
+pkgname=sakura
+pkgver=3.1.4
+pkgrel=1
+pkgdesc=A terminal emulator based on GTK and VTE
+arch=('i686' 'x86_64')
+url=https://launchpad.net/sakura;
+license=('GPL')
+depends=('vte3' 'libxft' 'desktop-file-utils')
+makedepends=('cmake')
+source=(https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+install=sakura.install
+sha1sums=('b430c918bbf1f494076350d4e09a870333783425')
+
+prepare() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  # Set default font size a bit smaller
+  sed -i 's|#define DEFAULT_FONT Bitstream Vera Sans Mono 14|#define 
DEFAULT_FONT Bitstream Vera Sans Mono 10|g' src/sakura.c
+}
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . 
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install 
+  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
+  awk '/^Keybindings/{f='${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS} 
f{print  f} /^END/' \
+${pkgdir}/usr/share/doc/${pkgname}/INSTALL
+  rm ${pkgdir}/usr/share/doc/${pkgname}/INSTALL
+}

Deleted: community-i686/deprecated_symbols.patch
===
--- community-i686/deprecated_symbols.patch 2014-07-30 16:12:42 UTC (rev 
116592)
+++ community-i686/deprecated_symbols.patch 2014-07-30 16:12:51 UTC (rev 
116593)
@@ -1,11 +0,0 @@
 sakura-3.1.2/CMakeLists.txt.bak2013-12-10 21:02:16.853828972 +0100
-+++ sakura-3.1.2/CMakeLists.txt2013-12-10 21:02:45.473679293 +0100
-@@ -38,7 +38,7 @@
- IF 

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

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 18:08:47
  Author: ronald
Revision: 218387

upgpkg: ffmpegthumbnailer 2.0.9-1

update to 2.0.9; remove upstream patch

Modified:
  ffmpegthumbnailer/trunk/PKGBUILD
Deleted:
  ffmpegthumbnailer/trunk/ffmpegthumbnailer-2.0.8-memcpy.patch

--+
 PKGBUILD |   16 +---
 ffmpegthumbnailer-2.0.8-memcpy.patch |   13 -
 2 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 16:04:09 UTC (rev 218386)
+++ PKGBUILD2014-07-30 16:08:47 UTC (rev 218387)
@@ -3,8 +3,8 @@
 # Contributor: boro...@gmail.com
 
 pkgname=ffmpegthumbnailer
-pkgver=2.0.8
-pkgrel=5
+pkgver=2.0.9
+pkgrel=1
 pkgdesc=Lightweight video thumbnailer that can be used by file managers.
 url=http://code.google.com/p/ffmpegthumbnailer/;
 license=('GPL2')
@@ -11,16 +11,10 @@
 arch=('i686' 'x86_64')
 depends=('ffmpeg' 'libjpeg' 'libpng')
 optdepends=('gvfs: support for gio uris')
-source=(http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz;
-ffmpegthumbnailer-2.0.8-memcpy.patch)
-sha1sums=('2c54ca16efd953f46547e22799cfc40bd9c24533'
-  'c23ef173f98c928fcacacd6e6060dab2e56f1239')
+# mirror sources as getting a good download link from google drive is somewhat 
tricky
+source=(ftp://ftp.archlinux.org/other/packages/$pkgname/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('0657e09ca926298f1b525e1fba06ad499c7663e7')
 
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/ffmpegthumbnailer-2.0.8-memcpy.patch
-}
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-gio --enable-thumbnailer

Deleted: ffmpegthumbnailer-2.0.8-memcpy.patch
===
--- ffmpegthumbnailer-2.0.8-memcpy.patch2014-07-30 16:04:09 UTC (rev 
218386)
+++ ffmpegthumbnailer-2.0.8-memcpy.patch2014-07-30 16:08:47 UTC (rev 
218387)
@@ -1,13 +0,0 @@
-libffmpegthumbnailer/pngwriter.cpp: In function 'void 
ffmpegthumbnailer::writeDataCallback(png_structp, png_bytep, png_size_t)':
-libffmpegthumbnailer/pngwriter.cpp:111:52: error: 'memcpy' was not declared in 
this scope
-
 libffmpegthumbnailer/pngwriter.cpp
-+++ libffmpegthumbnailer/pngwriter.cpp
-@@ -17,6 +17,7 @@
- #include pngwriter.h
- #include stdexcept
- #include cassert
-+#include cstring
- 
- using namespace std;
- 



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

2014-07-30 Thread Balló György
Date: Wednesday, July 30, 2014 @ 18:26:30
  Author: bgyorgy
Revision: 116594

upgpkg: metacity 3.12.0-1

Update to version 3.12.0

Modified:
  metacity/trunk/PKGBUILD
  metacity/trunk/metacity.install
Deleted:
  metacity/trunk/application-switcher.patch
  metacity/trunk/enable_compositing.patch
  metacity/trunk/fix_compositing_startup.patch
  metacity/trunk/fix_force_quit.patch
  metacity/trunk/fix_shadows.patch

---+
 PKGBUILD  |   43 +--
 application-switcher.patch|   26 
 enable_compositing.patch  |   12 --
 fix_compositing_startup.patch |   12 --
 fix_force_quit.patch  |  222 
 fix_shadows.patch |   39 ---
 metacity.install  |8 -
 7 files changed, 7 insertions(+), 355 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 16:12:51 UTC (rev 116593)
+++ PKGBUILD2014-07-30 16:26:30 UTC (rev 116594)
@@ -3,49 +3,20 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=metacity
-pkgver=2.34.13
-pkgrel=7
+pkgver=3.12.0
+pkgrel=1
 pkgdesc=Legacy GNOME window manager
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk2' 'startup-notification' 'zenity')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
 makedepends=('intltool' 'itstool')
 url=https://wiki.gnome.org/Projects/Metacity;
 install=metacity.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-fix_compositing_startup.patch
-fix_force_quit.patch
-fix_shadows.patch
-enable_compositing.patch
-application-switcher.patch)
-sha256sums=('8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075'
-'5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2'
-'917760ac3375894ebb4052dfc7c8dff1ac556fb81033d7a7caf02123ceede50d'
-'a0981477e9b3fd108fd03b7637bfd1f17a1f6cb13ec703d86b424b55076096f3'
-'e53c1c20e19cd3d94d05d08045c7a9a373ce52051928ccc69bf3068081f30f9a'
-'177ded8203c3ff25f59a24445145cb54da9aba4216a0014c34979b7c12f3c099')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a9ac5a3decd14fe6068efb5b5358bb4dffd0380ce2d605cb65424d843c3ed9dd')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=658036
-  patch -Np1 -i $srcdir/fix_compositing_startup.patch
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=687938
-  patch -Np1 -i $srcdir/fix_force_quit.patch
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=648340
-  patch -Np1 -i $srcdir/fix_shadows.patch
-
-  # Enable compositing by default (required for the desktop rendering feature 
of nautilus)
-  patch -Np1 -i $srcdir/enable_compositing.patch
-
-  # Rename switch-windows to switch-applications (required for GNOME 3.8 
compatibility)
-  patch -Np1 -i $srcdir/application-switcher.patch
-}
-
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
   --disable-static --disable-schemas-compile
   make
@@ -52,6 +23,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }

Deleted: application-switcher.patch
===
--- application-switcher.patch  2014-07-30 16:12:51 UTC (rev 116593)
+++ application-switcher.patch  2014-07-30 16:26:30 UTC (rev 116594)
@@ -1,26 +0,0 @@
-diff -Naur metacity-2.34.13.orig/src/50-metacity-navigation.xml.in 
metacity-2.34.13/src/50-metacity-navigation.xml.in
 metacity-2.34.13.orig/src/50-metacity-navigation.xml.in2012-10-15 
20:06:27.0 +0200
-+++ metacity-2.34.13/src/50-metacity-navigation.xml.in 2013-04-23 
02:35:18.000734619 +0200
-@@ -29,7 +29,7 @@
-   KeyListEntry name=move-to-workspace-down
- _description=Move window one workspace down /
- 
--  KeyListEntry name=switch-windows
-+  KeyListEntry name=switch-applications
- _description=Switch applications/
- 
-   KeyListEntry name=switch-group
-diff -Naur metacity-2.34.13.orig/src/include/all-keybindings.h 
metacity-2.34.13/src/include/all-keybindings.h
 metacity-2.34.13.orig/src/include/all-keybindings.h2012-02-09 
19:07:40.0 +0100
-+++ metacity-2.34.13/src/include/all-keybindings.h 2013-04-23 
02:34:22.632775305 +0200
-@@ -126,8 +126,8 @@
- keybind (switch-group, handle_switch, META_TAB_LIST_GROUP, BINDING_REVERSES)
- keybind (switch-group-backward, handle_switch, META_TAB_LIST_GROUP,
-  REVERSES_AND_REVERSED)
--keybind (switch-windows, handle_switch, META_TAB_LIST_NORMAL, 
BINDING_REVERSES)

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

2014-07-30 Thread Balló György
Date: Wednesday, July 30, 2014 @ 18:26:39
  Author: bgyorgy
Revision: 116595

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

Added:
  metacity/repos/community-i686/PKGBUILD
(from rev 116594, metacity/trunk/PKGBUILD)
  metacity/repos/community-i686/metacity.install
(from rev 116594, metacity/trunk/metacity.install)
  metacity/repos/community-x86_64/PKGBUILD
(from rev 116594, metacity/trunk/PKGBUILD)
  metacity/repos/community-x86_64/metacity.install
(from rev 116594, metacity/trunk/metacity.install)
Deleted:
  metacity/repos/community-i686/PKGBUILD
  metacity/repos/community-i686/application-switcher.patch
  metacity/repos/community-i686/enable_compositing.patch
  metacity/repos/community-i686/fix_compositing_startup.patch
  metacity/repos/community-i686/fix_force_quit.patch
  metacity/repos/community-i686/fix_shadows.patch
  metacity/repos/community-i686/metacity.install
  metacity/repos/community-x86_64/PKGBUILD
  metacity/repos/community-x86_64/application-switcher.patch
  metacity/repos/community-x86_64/enable_compositing.patch
  metacity/repos/community-x86_64/fix_compositing_startup.patch
  metacity/repos/community-x86_64/fix_force_quit.patch
  metacity/repos/community-x86_64/fix_shadows.patch
  metacity/repos/community-x86_64/metacity.install

+
 /PKGBUILD  |   56 +
 /metacity.install  |   22 ++
 community-i686/PKGBUILD|   57 -
 community-i686/application-switcher.patch  |   26 --
 community-i686/enable_compositing.patch|   12 -
 community-i686/fix_compositing_startup.patch   |   12 -
 community-i686/fix_force_quit.patch|  222 ---
 community-i686/fix_shadows.patch   |   39 
 community-i686/metacity.install|   19 -
 community-x86_64/PKGBUILD  |   57 -
 community-x86_64/application-switcher.patch|   26 --
 community-x86_64/enable_compositing.patch  |   12 -
 community-x86_64/fix_compositing_startup.patch |   12 -
 community-x86_64/fix_force_quit.patch  |  222 ---
 community-x86_64/fix_shadows.patch |   39 
 community-x86_64/metacity.install  |   19 -
 16 files changed, 78 insertions(+), 774 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-30 16:26:30 UTC (rev 116594)
+++ community-i686/PKGBUILD 2014-07-30 16:26:39 UTC (rev 116595)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=metacity
-pkgver=2.34.13
-pkgrel=7
-pkgdesc=Legacy GNOME window manager
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk2' 'startup-notification' 'zenity')
-makedepends=('intltool' 'itstool')
-url=https://wiki.gnome.org/Projects/Metacity;
-install=metacity.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-fix_compositing_startup.patch
-fix_force_quit.patch
-fix_shadows.patch
-enable_compositing.patch
-application-switcher.patch)
-sha256sums=('8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075'
-'5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2'
-'917760ac3375894ebb4052dfc7c8dff1ac556fb81033d7a7caf02123ceede50d'
-'a0981477e9b3fd108fd03b7637bfd1f17a1f6cb13ec703d86b424b55076096f3'
-'e53c1c20e19cd3d94d05d08045c7a9a373ce52051928ccc69bf3068081f30f9a'
-'177ded8203c3ff25f59a24445145cb54da9aba4216a0014c34979b7c12f3c099')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=658036
-  patch -Np1 -i $srcdir/fix_compositing_startup.patch
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=687938
-  patch -Np1 -i $srcdir/fix_force_quit.patch
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=648340
-  patch -Np1 -i $srcdir/fix_shadows.patch
-
-  # Enable compositing by default (required for the desktop rendering feature 
of nautilus)
-  patch -Np1 -i $srcdir/enable_compositing.patch
-
-  # Rename switch-windows to switch-applications (required for GNOME 3.8 
compatibility)
-  patch -Np1 -i $srcdir/application-switcher.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: metacity/repos/community-i686/PKGBUILD (from rev 116594, 
metacity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 

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

2014-07-30 Thread Sergej Pupykin
Date: Wednesday, July 30, 2014 @ 19:20:47
  Author: spupykin
Revision: 116596

upgpkg: tigervnc 1.3.1-3

upd

Added:
  tigervnc/trunk/xorg116.patch
  tigervnc/trunk/xserver116.patch
Modified:
  tigervnc/trunk/PKGBUILD
Deleted:
  tigervnc/trunk/xorg115.patch

--+
 PKGBUILD |   37 +++---
 xorg115.patch|   15 --
 xorg116.patch|  285 +
 xserver116.patch |  115 +
 4 files changed, 420 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 16:26:39 UTC (rev 116595)
+++ PKGBUILD2014-07-30 17:20:47 UTC (rev 116596)
@@ -1,22 +1,22 @@
-# $Id$
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 # Maintainer: Uroš Vampl mobile.leecher at gmail dot com
 
 pkgname=tigervnc
 pkgver=1.3.1
-pkgrel=2
-_xorgver=1.15.2
-pkgdesc=suite of VNC servers and clients. VNC 4 branch of TightVNC.
+pkgrel=3
+_xorgver=1.16.0
+pkgdesc=Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC.
 arch=('i686' 'x86_64')
 url=http://www.tigervnc.org;
 license=('GPL')
 depends=('fltk' 'pam' 'gnutls' 'libjpeg-turbo' 'libxtst' 'libxfont' 'pixman'
 'xorg-xauth' 'xorg-xsetroot' 'xkeyboard-config' 'xorg-xkbcomp'
-'libgl' 'libgcrypt' 'perl' )
+'libgl' 'mesa' 'libgcrypt' 'perl' )
 makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros' 'bigreqsproto'
 'compositeproto' 'damageproto' 'randrproto' 'resourceproto'
 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xf86vidmodeproto'
-'xtrans' 'mesa' 'glproto' 'dri2proto' 'imagemagick')
+'xtrans' 'glproto' 'dri2proto' 'dri3proto' 'presentproto'
+'imagemagick')
 conflicts=('tightvnc')
 
source=(http://downloads.sourceforge.net/project/tigervnc/tigervnc/$pkgver/tigervnc-$pkgver.tar.gz

ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${_xorgver}.tar.bz2
@@ -24,22 +24,28 @@
vncviewer.desktop
gethomedir.patch
getmaster.patch
-   xorg115.patch)
+   xorg116.patch
+   xserver116.patch)
 md5sums=('e80b16aa74f1d8e89f284a6aef99955d'
- '69229fe5cdf3f20f74665d57b7601d26'
+ '8a9ff6ee9907360f09b5bdabb8089502'
  '0903d5a0dfa38e0b04964505b644585c'
  'b200d83c60e80c6f9693ea19a2d9f5b0'
  '22f1523a0eca56ad79cfabd0db6e2cf6'
  'e056a2502dfe0cb3b02e08cab689482f'
- 'd7765cb11be43b557ee77dfa486fdb68')
+ 'e212f9d268a62af0349183a495bc55a5'
+ '8b735b553efedd34cdeafc600be50a2a')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  cp -r ${srcdir}/xorg-server-${_xorgver}/* unix/xserver
 
   patch -Np1 -i ${srcdir}/gethomedir.patch
   patch -Np1 -i ${srcdir}/getmaster.patch
-  patch -Np1 -i ${srcdir}/xorg115.patch
+  patch -Np1 -i ${srcdir}/xorg116.patch
+  sed -i 's/iconic/nowin/' unix/vncserver
+
+  cd unix/xserver
+  cp -r ${srcdir}/xorg-server-${_xorgver}/* .
+  patch -Np1 -i ${srcdir}/xserver116.patch
 }
 
 build() {
@@ -49,16 +55,14 @@
   make
 
   cd unix/xserver
-  patch -Np1 -i ../xserver114.patch
   autoreconf -fiv
   ./configure --prefix=/usr \
-   --disable-wayland --disable-present --disable-dri3 \
--disable-static --disable-xinerama --without-dtrace \
--disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
-   --disable-xwin --disable-xephyr --disable-kdrive --with-pic \
-   --disable-config-dbus --disable-config-hal --disable-config-udev \
+   --disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \
+   --disable-config-hal --disable-config-udev --with-pic \
--disable-unit-tests --disable-devel-docs --disable-selective-werror \
-   --disable-dri --enable-dri2 --enable-glx --enable-glx-tls
+   --disable-dri --enable-dri2 --enable-dri3 --enable-glx --enable-glx-tls
   make
 }
 
@@ -67,7 +71,6 @@
   make DESTDIR=${pkgdir} install
   cd unix/xserver/hw/vnc
   make DESTDIR=${pkgdir} install
-  sed -i 's/iconic/nowin/' ${pkgdir}/usr/bin/vncserver
   install -Dm0644 $srcdir/vncserver.service 
$pkgdir/usr/lib/systemd/system/vncserver.service
   install -Dm0644 $srcdir/vncviewer.desktop 
$pkgdir/usr/share/applications/vncviewer.desktop
 }

Deleted: xorg115.patch
===
--- xorg115.patch   2014-07-30 16:26:39 UTC (rev 116595)
+++ xorg115.patch   2014-07-30 17:20:47 UTC (rev 116596)
@@ -1,15 +0,0 @@
-diff -up tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h.jx 
tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h
 tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h.jx   2013-07-01 
08:41:24.0 -0400
-+++ tigervnc-1.3.0/unix/xserver/hw/vnc/xorg-version.h  2013-11-07 
11:39:49.749992669 -0500
-@@ -44,8 +44,10 @@
- #define XORG 113
- #elif XORG_VERSION_CURRENT  ((1 * 1000) + (14 * 10) + (99 * 1000))
- #define XORG 114
-+#elif 

[arch-commits] Commit in tigervnc/repos (26 files)

2014-07-30 Thread Sergej Pupykin
Date: Wednesday, July 30, 2014 @ 19:21:21
  Author: spupykin
Revision: 116597

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

Added:
  tigervnc/repos/community-i686/PKGBUILD
(from rev 116596, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-i686/gethomedir.patch
(from rev 116596, tigervnc/trunk/gethomedir.patch)
  tigervnc/repos/community-i686/getmaster.patch
(from rev 116596, tigervnc/trunk/getmaster.patch)
  tigervnc/repos/community-i686/vncserver.service
(from rev 116596, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-i686/vncviewer.desktop
(from rev 116596, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-i686/xorg116.patch
(from rev 116596, tigervnc/trunk/xorg116.patch)
  tigervnc/repos/community-i686/xserver116.patch
(from rev 116596, tigervnc/trunk/xserver116.patch)
  tigervnc/repos/community-x86_64/PKGBUILD
(from rev 116596, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-x86_64/gethomedir.patch
(from rev 116596, tigervnc/trunk/gethomedir.patch)
  tigervnc/repos/community-x86_64/getmaster.patch
(from rev 116596, tigervnc/trunk/getmaster.patch)
  tigervnc/repos/community-x86_64/vncserver.service
(from rev 116596, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-x86_64/vncviewer.desktop
(from rev 116596, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-x86_64/xorg116.patch
(from rev 116596, tigervnc/trunk/xorg116.patch)
  tigervnc/repos/community-x86_64/xserver116.patch
(from rev 116596, tigervnc/trunk/xserver116.patch)
Deleted:
  tigervnc/repos/community-i686/PKGBUILD
  tigervnc/repos/community-i686/gethomedir.patch
  tigervnc/repos/community-i686/getmaster.patch
  tigervnc/repos/community-i686/vncserver.service
  tigervnc/repos/community-i686/vncviewer.desktop
  tigervnc/repos/community-i686/xorg115.patch
  tigervnc/repos/community-x86_64/PKGBUILD
  tigervnc/repos/community-x86_64/gethomedir.patch
  tigervnc/repos/community-x86_64/getmaster.patch
  tigervnc/repos/community-x86_64/vncserver.service
  tigervnc/repos/community-x86_64/vncviewer.desktop
  tigervnc/repos/community-x86_64/xorg115.patch

+
 /PKGBUILD  |  152 ++
 /gethomedir.patch  |   40 
 /getmaster.patch   |  192 +++
 /vncserver.service |   56 ++
 /vncviewer.desktop |   18 ++
 community-i686/PKGBUILD|   73 
 community-i686/gethomedir.patch|   20 --
 community-i686/getmaster.patch |   96 ---
 community-i686/vncserver.service   |   28 ---
 community-i686/vncviewer.desktop   |9 -
 community-i686/xorg115.patch   |   15 -
 community-i686/xorg116.patch   |  285 +++
 community-i686/xserver116.patch|  115 ++
 community-x86_64/PKGBUILD  |   73 
 community-x86_64/gethomedir.patch  |   20 --
 community-x86_64/getmaster.patch   |   96 ---
 community-x86_64/vncserver.service |   28 ---
 community-x86_64/vncviewer.desktop |9 -
 community-x86_64/xorg115.patch |   15 -
 community-x86_64/xorg116.patch |  285 +++
 community-x86_64/xserver116.patch  |  115 ++
 21 files changed, 1258 insertions(+), 482 deletions(-)

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


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

2014-07-30 Thread Andreas Radke
Date: Wednesday, July 30, 2014 @ 19:31:22
  Author: andyrtr
Revision: 218389

upgpkg: libreoffice-fresh 4.3.0-1

upstream update 4.3.0

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 16:08:57 UTC (rev 218388)
+++ PKGBUILD2014-07-30 17:31:22 UTC (rev 218389)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=4.3.0.3 # RC3
+_LOver=4.3.0.4 # RC4 = final
 pkgver=4.3.0
-pkgrel=0.11
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -23,8 +23,8 @@
'apr' 'serf' 'chrpath' 'ttf-liberation' 'glm'
'valgrind')
 
-#_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
-_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
+_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
 _additional_source_url=http://dev-www.libreoffice.org/src;
 _additional_source_url2=http://dev-www.libreoffice.org/extern;
 source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
@@ -105,11 +105,11 @@
4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
OpenCOLLADA-master-6509aa13af.tar.bz2
3d9ea1f2828c46f8ba94b88a87b3326d-libgltf-0.0.0.tar.bz2)
-md5sums=('c63fe2858ee956ccaaa8bcade152ca1a'
+md5sums=('de0d9322f3aaeb20abd5e06c5c0972bb'
  'SKIP'
- '76bf4e114a946d493146f14745ad5fd5'
+ '89d9da0ff2d5ea07f8c30c680fee2b0a'
  'SKIP'
- 'e7c6c70f23c45d6641a7c9d03899'
+ '8e2f7905a0f827f655a1e21d93c6ddf7'
  'SKIP'
  'd6eef4b4cacb2183f2bf265a5a03a354'
  '1f24ab1d39f4a51faf22244c94a6203f'



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

2014-07-30 Thread Andreas Radke
Date: Wednesday, July 30, 2014 @ 19:31:48
  Author: andyrtr
Revision: 218390

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

Added:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
(from rev 218389, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
(from rev 218389, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.install
(from rev 218389, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
(from rev 218389, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 218389, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
(from rev 218389, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
(from rev 218389, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.install
(from rev 218389, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
(from rev 218389, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 218389, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.install
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.install
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

---+
 /PKGBUILD |  808 
++
 /libreoffice-fresh.csh|   12 
 /libreoffice-fresh.install|   26 
 /libreoffice-fresh.sh |   12 
 /make-pyuno-work-with-system-wide-module-install.diff |   88 +
 extra-i686/PKGBUILD   |  404 -
 extra-i686/libreoffice-fresh.csh  |6 
 extra-i686/libreoffice-fresh.install  |   13 
 extra-i686/libreoffice-fresh.sh   |6 
 extra-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 extra-x86_64/PKGBUILD |  404 -
 extra-x86_64/libreoffice-fresh.csh|6 
 extra-x86_64/libreoffice-fresh.install|   13 
 extra-x86_64/libreoffice-fresh.sh |6 
 extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 15 files changed, 946 insertions(+), 946 deletions(-)

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


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

2014-07-30 Thread Sergej Pupykin
Date: Wednesday, July 30, 2014 @ 19:37:01
  Author: spupykin
Revision: 116598

upgpkg: python-docs 3.4.1-2

upd

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 17:21:21 UTC (rev 116597)
+++ PKGBUILD2014-07-30 17:37:01 UTC (rev 116598)
@@ -4,7 +4,7 @@
 
 pkgname=python-docs
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Set of HTML documentation for python
 arch=('any')
 url=http://docs.python.org/py3k/;
@@ -12,7 +12,7 @@
 depends=()
 options=('docs')
 source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-md5sums=('0d1a1d18b716765fcf8bb396ab77ddf9')
+md5sums=('a0c1b1e77ad39da6aaaf87218cab4658')
 
 package() {
   mkdir -p $pkgdir/usr/share/doc/python/html



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

2014-07-30 Thread Sergej Pupykin
Date: Wednesday, July 30, 2014 @ 19:37:12
  Author: spupykin
Revision: 116599

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 17:37:01 UTC (rev 116598)
+++ PKGBUILD2014-07-30 17:37:12 UTC (rev 116599)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.4.1
-pkgrel=1
-pkgdesc=Set of HTML documentation for python
-arch=('any')
-url=http://docs.python.org/py3k/;
-license=('GPL')
-depends=()
-options=('docs')
-source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-md5sums=('0d1a1d18b716765fcf8bb396ab77ddf9')
-
-package() {
-  mkdir -p $pkgdir/usr/share/doc/python/html
-  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
-  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 $pkgdir/etc/profile.d
-  echo export PYTHONDOCS=/usr/share/doc/python/html/library 
$pkgdir/etc/profile.d/$pkgname.sh
-  echo setenv PYTHONDOCS /usr/share/doc/python/html/library 
$pkgdir/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 116598, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-30 17:37:12 UTC (rev 116599)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=Set of HTML documentation for python
+arch=('any')
+url=http://docs.python.org/py3k/;
+license=('GPL')
+depends=()
+options=('docs')
+source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
+md5sums=('a0c1b1e77ad39da6aaaf87218cab4658')
+
+package() {
+  mkdir -p $pkgdir/usr/share/doc/python/html
+  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
+  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 $pkgdir/etc/profile.d
+  echo export PYTHONDOCS=/usr/share/doc/python/html/library 
$pkgdir/etc/profile.d/$pkgname.sh
+  echo setenv PYTHONDOCS /usr/share/doc/python/html/library 
$pkgdir/etc/profile.d/$pkgname.csh
+}



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

2014-07-30 Thread Andreas Radke
Date: Wednesday, July 30, 2014 @ 19:46:33
  Author: andyrtr
Revision: 218391

fix xwayland pkgdesc; FS#41383

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 17:31:48 UTC (rev 218390)
+++ PKGBUILD2014-07-30 17:46:33 UTC (rev 218391)
@@ -186,7 +186,7 @@
 }
 
 package_xorg-server-xwayland() {
-  pkgdesc=Distributed Multihead X Server and utilities
+  pkgdesc=run X clients under wayland
   depends=(libxfont libepoxy libgl pixman xorg-server-common)
 
   cd ${pkgbase}-${pkgver}/hw/xwayland



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

2014-07-30 Thread Felix Yan
Date: Wednesday, July 30, 2014 @ 19:47:37
  Author: fyan
Revision: 218392

upgpkg: python-logilab-common 0.62.1-1

Modified:
  python-logilab-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 17:46:33 UTC (rev 218391)
+++ PKGBUILD2014-07-30 17:47:37 UTC (rev 218392)
@@ -6,7 +6,7 @@
 
 pkgbase=python-logilab-common
 pkgname=('python2-logilab-common' 'python-logilab-common')
-pkgver=0.62.0
+pkgver=0.62.1
 pkgrel=1
 pkgdesc=Useful miscellaneous modules used by Logilab projects
 arch=('any')
@@ -14,7 +14,7 @@
 license=('LGPL')
 makedepends=('python2' 'python')
 
source=(https://pypi.python.org/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz;)
-sha1sums=('430262fdbe104d336da2294511ae3646f73129d3')
+sha1sums=('91156c5028c7c2f4fba21ee6206832e52e57b65e')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in python-logilab-common/repos/extra-any (PKGBUILD PKGBUILD)

2014-07-30 Thread Felix Yan
Date: Wednesday, July 30, 2014 @ 19:47:57
  Author: fyan
Revision: 218393

archrelease: copy trunk to extra-any

Added:
  python-logilab-common/repos/extra-any/PKGBUILD
(from rev 218392, python-logilab-common/trunk/PKGBUILD)
Deleted:
  python-logilab-common/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 17:47:37 UTC (rev 218392)
+++ PKGBUILD2014-07-30 17:47:57 UTC (rev 218393)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=python-logilab-common
-pkgname=('python2-logilab-common' 'python-logilab-common')
-pkgver=0.62.0
-pkgrel=1
-pkgdesc=Useful miscellaneous modules used by Logilab projects
-arch=('any')
-url=http://www.logilab.org/project/logilab-common;
-license=('LGPL')
-makedepends=('python2' 'python')
-source=(https://pypi.python.org/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz;)
-sha1sums=('430262fdbe104d336da2294511ae3646f73129d3')
-
-build() {
-  cd ${srcdir}
-
-  cp -a logilab-common-${pkgver}{,-py3}
-
-  cd logilab-common-${pkgver}
-  python2 setup.py build
-
-  cd ../logilab-common-${pkgver}-py3
-  python3 setup.py build
-}
-
-package_python2-logilab-common() {
-  depends=('python2')
-  cd ${srcdir}/logilab-common-${pkgver}
-
-  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
-
-  mv ${pkgdir}/usr/bin/pytest{,2}
-
-  # fix permissions ...
-  find ${pkgdir} -type f -exec chmod +r {} \;
-}
-
-package_python-logilab-common() {
-  depends=('python')
-  cd ${srcdir}/logilab-common-${pkgver}-py3
-
-  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
-
-  # fix permissions ...
-  find ${pkgdir} -type f -exec chmod +r {} \;
-}

Copied: python-logilab-common/repos/extra-any/PKGBUILD (from rev 218392, 
python-logilab-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-30 17:47:57 UTC (rev 218393)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=python-logilab-common
+pkgname=('python2-logilab-common' 'python-logilab-common')
+pkgver=0.62.1
+pkgrel=1
+pkgdesc=Useful miscellaneous modules used by Logilab projects
+arch=('any')
+url=http://www.logilab.org/project/logilab-common;
+license=('LGPL')
+makedepends=('python2' 'python')
+source=(https://pypi.python.org/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz;)
+sha1sums=('91156c5028c7c2f4fba21ee6206832e52e57b65e')
+
+build() {
+  cd ${srcdir}
+
+  cp -a logilab-common-${pkgver}{,-py3}
+
+  cd logilab-common-${pkgver}
+  python2 setup.py build
+
+  cd ../logilab-common-${pkgver}-py3
+  python3 setup.py build
+}
+
+package_python2-logilab-common() {
+  depends=('python2')
+  cd ${srcdir}/logilab-common-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  mv ${pkgdir}/usr/bin/pytest{,2}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}
+
+package_python-logilab-common() {
+  depends=('python')
+  cd ${srcdir}/logilab-common-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}



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

2014-07-30 Thread Sergej Pupykin
Date: Wednesday, July 30, 2014 @ 19:58:50
  Author: spupykin
Revision: 116602

upgpkg: libvirt 1.2.6-3

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 17:58:47 UTC (rev 116601)
+++ PKGBUILD2014-07-30 17:58:50 UTC (rev 116602)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=1.2.6
-pkgrel=2
+pkgrel=3
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -110,6 +110,9 @@
   install -D -m644 $srcdir/libvirtd-guests.conf.d 
$pkgdir/etc/conf.d/libvirt-guests
   install -D -m644 $srcdir/libvirt.tmpfiles.d 
$pkgdir/usr/lib/tmpfiles.d/libvirt.conf
 
+  chown -R 0:78 $pkgdir/var/lib/libvirt/qemu/channel/target/
+  chmod 0770 $pkgdir/var/lib/libvirt/qemu/channel/target/
+
   rm -rf \
$pkgdir/var/run \
$pkgdir/etc/sysconfig \



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

2014-07-30 Thread Sergej Pupykin
Date: Wednesday, July 30, 2014 @ 19:59:20
  Author: spupykin
Revision: 116604

upgpkg: owncloud 7.0.0-2

upd

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 17:59:13 UTC (rev 116603)
+++ PKGBUILD2014-07-30 17:59:20 UTC (rev 116604)
@@ -5,19 +5,23 @@
 
 pkgname=owncloud
 pkgver=7.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
 arch=('any')
 url=http://owncloud.org/;
 license=('GPL')
-depends=('php-gd' 'php-intl')
+depends=('php-gd')
 optdepends=('php-apache: to use the Apache web server'
'php-sqlite: to use the SQLite database backend'
'php-pgsql: to use the PostgreSQL database backend'
+   'php-ldap: LDAP authentication'
+   'php-intl'
+   'php-apcu'
+   'php-xcache'
'mariadb: to use the MySQL database backend'
'smbclient: to mount SAMBA shares'
'php-mcrypt'
-   'php-imagick: file preview'
+#  'php-imagick: file preview'
'ffmpeg: file preview'
'libreoffice-common: file preview')
 makedepends=()



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

2014-07-30 Thread Sergej Pupykin
Date: Wednesday, July 30, 2014 @ 19:58:37
  Author: spupykin
Revision: 116600

upgpkg: firefox-noscript 2.6.8.36-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 17:37:12 UTC (rev 116599)
+++ PKGBUILD2014-07-30 17:58:37 UTC (rev 116600)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.8.34
+pkgver=2.6.8.36
 pkgrel=1
 pkgdesc=Extension for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('a4239ee524da1dd0fa88dc18e9a1')
+md5sums=('a296c3d54f805ffa8602056ac0976183')
 
 package() {
   depends=(firefox)



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

2014-07-30 Thread Sergej Pupykin
Date: Wednesday, July 30, 2014 @ 19:58:47
  Author: spupykin
Revision: 116601

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 116600, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 17:58:37 UTC (rev 116600)
+++ PKGBUILD2014-07-30 17:58:47 UTC (rev 116601)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.8.34
-pkgrel=1
-pkgdesc=Extension for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('a4239ee524da1dd0fa88dc18e9a1')
-
-package() {
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 116600, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-30 17:58:47 UTC (rev 116601)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.8.36
+pkgrel=1
+pkgdesc=Extension for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('a296c3d54f805ffa8602056ac0976183')
+
+package() {
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



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

2014-07-30 Thread Sergej Pupykin
Date: Wednesday, July 30, 2014 @ 19:59:13
  Author: spupykin
Revision: 116603

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 116602, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 116602, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 116602, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 116602, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 116602, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 116602, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 116602, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 116602, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 116602, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 116602, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  240 ++
 /libvirt.install|   30 +++
 /libvirt.tmpfiles.d |8 +
 /libvirtd-guests.conf.d |   22 ++
 /libvirtd.conf.d|6 
 community-i686/PKGBUILD |  117 --
 community-i686/libvirt.install  |   15 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd.conf.d  |3 
 community-x86_64/PKGBUILD   |  117 --
 community-x86_64/libvirt.install|   15 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd.conf.d|3 
 15 files changed, 306 insertions(+), 300 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-30 17:58:50 UTC (rev 116602)
+++ community-i686/PKGBUILD 2014-07-30 17:59:13 UTC (rev 116603)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=libvirt
-pkgver=1.2.6
-pkgrel=1
-pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl')
-   # 'audit'
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 
'open-iscsi')
-optdepends=('bridge-utils: for briged networking (default)'
-   'dnsmasq: for NAT/DHCP for guests'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'ebtables: for networking'
-   'pm-utils: host power management')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self.xml'
-   'etc/libvirt/qemu-lockd.conf'
-

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

2014-07-30 Thread Thomas Bächler
Date: Wednesday, July 30, 2014 @ 20:01:35
  Author: thomas
Revision: 218395

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

Added:
  libpcap/repos/testing-i686/
  libpcap/repos/testing-i686/PKGBUILD
(from rev 218394, libpcap/trunk/PKGBUILD)
  libpcap/repos/testing-i686/mgmt.h
(from rev 218394, libpcap/trunk/mgmt.h)
  libpcap/repos/testing-x86_64/
  libpcap/repos/testing-x86_64/PKGBUILD
(from rev 218394, libpcap/trunk/PKGBUILD)
  libpcap/repos/testing-x86_64/mgmt.h
(from rev 218394, libpcap/trunk/mgmt.h)

-+
 testing-i686/PKGBUILD   |   46 ++
 testing-i686/mgmt.h |  772 ++
 testing-x86_64/PKGBUILD |   46 ++
 testing-x86_64/mgmt.h   |  772 ++
 4 files changed, 1636 insertions(+)

Copied: libpcap/repos/testing-i686/PKGBUILD (from rev 218394, 
libpcap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-30 18:01:35 UTC (rev 218395)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libpcap
+pkgver=1.6.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' 'bluez-libs')
+source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig}
+mgmt.h)
+sha256sums=('116cbb3ac9e96d5dd7b39638a2f894a67fa3dcf06d794e6dae2b9a942ad13476'
+'SKIP'
+'7c85da5330ce7ecb6934795c02c652b9e344461302cf74804a4692c3e2e1e7e2')
+
+prepare() {
+  mkdir -p ${srcdir}/include/bluetooth
+  cp ${srcdir}/mgmt.h ${srcdir}/include/bluetooth/
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  CFLAGS=$CFLAGS -I${srcdir}/include \
+  ./configure --prefix=/usr \
+--enable-ipv6 \
+--enable-bluetooth \
+--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
+}

Copied: libpcap/repos/testing-i686/mgmt.h (from rev 218394, 
libpcap/trunk/mgmt.h)
===
--- testing-i686/mgmt.h (rev 0)
+++ testing-i686/mgmt.h 2014-07-30 18:01:35 UTC (rev 218395)
@@ -0,0 +1,772 @@
+/*
+ *  BlueZ - Bluetooth protocol stack for Linux
+ *
+ *  Copyright (C) 2010  Nokia Corporation
+ *  Copyright (C) 2010  Marcel Holtmann mar...@holtmann.org
+ *
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ *
+ */
+
+#ifndef __packed
+#define __packed __attribute__((packed))
+#endif
+
+#define MGMT_INDEX_NONE0x
+
+#define MGMT_STATUS_SUCCESS0x00
+#define MGMT_STATUS_UNKNOWN_COMMAND0x01
+#define MGMT_STATUS_NOT_CONNECTED  0x02
+#define MGMT_STATUS_FAILED 0x03
+#define MGMT_STATUS_CONNECT_FAILED 0x04
+#define MGMT_STATUS_AUTH_FAILED0x05
+#define MGMT_STATUS_NOT_PAIRED 0x06
+#define MGMT_STATUS_NO_RESOURCES   0x07
+#define MGMT_STATUS_TIMEOUT0x08
+#define MGMT_STATUS_ALREADY_CONNECTED  0x09
+#define MGMT_STATUS_BUSY   0x0a
+#define MGMT_STATUS_REJECTED   0x0b
+#define MGMT_STATUS_NOT_SUPPORTED  0x0c
+#define MGMT_STATUS_INVALID_PARAMS 0x0d
+#define MGMT_STATUS_DISCONNECTED   0x0e
+#define MGMT_STATUS_NOT_POWERED0x0f
+#define MGMT_STATUS_CANCELLED  0x10
+#define MGMT_STATUS_INVALID_INDEX  0x11
+#define MGMT_STATUS_RFKILLED   0x12
+
+struct mgmt_hdr {
+   uint16_t opcode;
+   uint16_t index;
+   uint16_t len;
+} __packed;
+#define MGMT_HDR_SIZE  6
+
+struct mgmt_addr_info {
+   bdaddr_t bdaddr;
+   uint8_t type;
+} __packed;
+
+#define MGMT_OP_READ_VERSION   0x0001
+struct mgmt_rp_read_version {
+   uint8_t version;
+   

[arch-commits] Commit in libpcap/trunk (PKGBUILD mgmt.h)

2014-07-30 Thread Thomas Bächler
Date: Wednesday, July 30, 2014 @ 20:01:22
  Author: thomas
Revision: 218394

upgpkg: libpcap 1.6.1-1

Added:
  libpcap/trunk/mgmt.h
Modified:
  libpcap/trunk/PKGBUILD

--+
 PKGBUILD |   16 -
 mgmt.h   |  772 +
 2 files changed, 784 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 17:47:57 UTC (rev 218393)
+++ PKGBUILD2014-07-30 18:01:22 UTC (rev 218394)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=libpcap
-pkgver=1.5.3
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=A system-independent interface for user-level packet capture
 arch=('i686' 'x86_64')
@@ -10,12 +10,20 @@
 license=('BSD')
 depends=('glibc' 'libnl' 'sh' 'libusbx')
 makedepends=('flex' 'bluez-libs')
-source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig})
-sha256sums=('9ae92159c1060f15e6a90f2c4ad227268b6aaa382c316fa49a31c496b9979e93'
-'SKIP')
+source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig}
+mgmt.h)
+sha256sums=('116cbb3ac9e96d5dd7b39638a2f894a67fa3dcf06d794e6dae2b9a942ad13476'
+'SKIP'
+'7c85da5330ce7ecb6934795c02c652b9e344461302cf74804a4692c3e2e1e7e2')
 
+prepare() {
+  mkdir -p ${srcdir}/include/bluetooth
+  cp ${srcdir}/mgmt.h ${srcdir}/include/bluetooth/
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  CFLAGS=$CFLAGS -I${srcdir}/include \
   ./configure --prefix=/usr \
 --enable-ipv6 \
 --enable-bluetooth \

Added: mgmt.h
===
--- mgmt.h  (rev 0)
+++ mgmt.h  2014-07-30 18:01:22 UTC (rev 218394)
@@ -0,0 +1,772 @@
+/*
+ *  BlueZ - Bluetooth protocol stack for Linux
+ *
+ *  Copyright (C) 2010  Nokia Corporation
+ *  Copyright (C) 2010  Marcel Holtmann mar...@holtmann.org
+ *
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ *
+ */
+
+#ifndef __packed
+#define __packed __attribute__((packed))
+#endif
+
+#define MGMT_INDEX_NONE0x
+
+#define MGMT_STATUS_SUCCESS0x00
+#define MGMT_STATUS_UNKNOWN_COMMAND0x01
+#define MGMT_STATUS_NOT_CONNECTED  0x02
+#define MGMT_STATUS_FAILED 0x03
+#define MGMT_STATUS_CONNECT_FAILED 0x04
+#define MGMT_STATUS_AUTH_FAILED0x05
+#define MGMT_STATUS_NOT_PAIRED 0x06
+#define MGMT_STATUS_NO_RESOURCES   0x07
+#define MGMT_STATUS_TIMEOUT0x08
+#define MGMT_STATUS_ALREADY_CONNECTED  0x09
+#define MGMT_STATUS_BUSY   0x0a
+#define MGMT_STATUS_REJECTED   0x0b
+#define MGMT_STATUS_NOT_SUPPORTED  0x0c
+#define MGMT_STATUS_INVALID_PARAMS 0x0d
+#define MGMT_STATUS_DISCONNECTED   0x0e
+#define MGMT_STATUS_NOT_POWERED0x0f
+#define MGMT_STATUS_CANCELLED  0x10
+#define MGMT_STATUS_INVALID_INDEX  0x11
+#define MGMT_STATUS_RFKILLED   0x12
+
+struct mgmt_hdr {
+   uint16_t opcode;
+   uint16_t index;
+   uint16_t len;
+} __packed;
+#define MGMT_HDR_SIZE  6
+
+struct mgmt_addr_info {
+   bdaddr_t bdaddr;
+   uint8_t type;
+} __packed;
+
+#define MGMT_OP_READ_VERSION   0x0001
+struct mgmt_rp_read_version {
+   uint8_t version;
+   uint16_t revision;
+} __packed;
+
+#define MGMT_OP_READ_COMMANDS  0x0002
+struct mgmt_rp_read_commands {
+   uint16_t num_commands;
+   uint16_t num_events;
+   uint16_t opcodes[0];
+} __packed;
+
+#define MGMT_OP_READ_INDEX_LIST0x0003
+struct mgmt_rp_read_index_list {
+   uint16_t num_controllers;
+   uint16_t index[0];
+} __packed;
+
+/* Reserve one extra byte for names in management messages so that they
+ * are always guaranteed to be nul-terminated */
+#define MGMT_MAX_NAME_LENGTH   (248 + 1)
+#define MGMT_MAX_SHORT_NAME_LENGTH (10 + 1)
+
+#define MGMT_SETTING_POWERED   0x0001
+#define MGMT_SETTING_CONNECTABLE   0x0002
+#define MGMT_SETTING_FAST_CONNECTABLE  0x0004
+#define MGMT_SETTING_DISCOVERABLE  0x0008
+#define MGMT_SETTING_BONDABLE  0x0010
+#define MGMT_SETTING_LINK_SECURITY 0x0020
+#define MGMT_SETTING_SSP   0x0040

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

2014-07-30 Thread Sergej Pupykin
Date: Wednesday, July 30, 2014 @ 19:59:29
  Author: spupykin
Revision: 116605

archrelease: copy trunk to community-any

Added:
  owncloud/repos/community-any/PKGBUILD
(from rev 116604, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-any/apache.example.conf
(from rev 116604, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-any/PKGBUILD
  owncloud/repos/community-any/apache.example.conf

-+
 PKGBUILD|  102 +-
 apache.example.conf |   36 -
 2 files changed, 71 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 17:59:20 UTC (rev 116604)
+++ PKGBUILD2014-07-30 17:59:29 UTC (rev 116605)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Antonio Rojas nqn1976 @ gmail.com
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=7.0.0
-pkgrel=1
-pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('php-gd' 'php-intl')
-optdepends=('php-apache: to use the Apache web server'
-   'php-sqlite: to use the SQLite database backend'
-   'php-pgsql: to use the PostgreSQL database backend'
-   'mariadb: to use the MySQL database backend'
-   'smbclient: to mount SAMBA shares'
-   'php-mcrypt'
-   'php-imagick: file preview'
-   'ffmpeg: file preview'
-   'libreoffice-common: file preview')
-makedepends=()
-options=('!strip')
-backup=('etc/webapps/owncloud/apache.example.conf')
-source=(http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2{,.asc}
-   'apache.example.conf')
-md5sums=('28cfdc99e8ee9350fe88430b4c7d62f2'
- 'SKIP'
- '64c6edf88bcbb37d063e4bf77b39237f')
-
-package() {
-  # install license
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # install project
-  install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/
-
-  # install apache config file
-  install -d  ${pkgdir}/etc/webapps/${pkgname}
-  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
-
-  # move config to /etc
-  mv ${pkgdir}/usr/share/webapps/owncloud/config 
${pkgdir}/etc/webapps/${pkgname}/config
-  chown -R http:http ${pkgdir}/etc/webapps/${pkgname}/config
-  ln -s /etc/webapps/${pkgname}/config 
${pkgdir}/usr/share/webapps/owncloud/config
-}

Copied: owncloud/repos/community-any/PKGBUILD (from rev 116604, 
owncloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-30 17:59:29 UTC (rev 116605)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Antonio Rojas nqn1976 @ gmail.com
+# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
+
+pkgname=owncloud
+pkgver=7.0.0
+pkgrel=2
+pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('php-gd')
+optdepends=('php-apache: to use the Apache web server'
+   'php-sqlite: to use the SQLite database backend'
+   'php-pgsql: to use the PostgreSQL database backend'
+   'php-ldap: LDAP authentication'
+   'php-intl'
+   'php-apcu'
+   'php-xcache'
+   'mariadb: to use the MySQL database backend'
+   'smbclient: to mount SAMBA shares'
+   'php-mcrypt'
+#  'php-imagick: file preview'
+   'ffmpeg: file preview'
+   'libreoffice-common: file preview')
+makedepends=()
+options=('!strip')
+backup=('etc/webapps/owncloud/apache.example.conf')
+source=(http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2{,.asc}
+   'apache.example.conf')
+md5sums=('28cfdc99e8ee9350fe88430b4c7d62f2'
+ 'SKIP'
+ '64c6edf88bcbb37d063e4bf77b39237f')
+
+package() {
+  # install license
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
+
+  # install project
+  install -d ${pkgdir}/usr/share/webapps/
+  cp -a ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/
+
+  # install apache config file
+  install -d  ${pkgdir}/etc/webapps/${pkgname}
+  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
+
+  # move config to /etc
+  mv ${pkgdir}/usr/share/webapps/owncloud/config 
${pkgdir}/etc/webapps/${pkgname}/config
+  chown -R http:http ${pkgdir}/etc/webapps/${pkgname}/config
+  ln -s /etc/webapps/${pkgname}/config 
${pkgdir}/usr/share/webapps/owncloud/config
+}

Deleted: apache.example.conf

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

2014-07-30 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 20:16:53
  Author: svenstaro
Revision: 218398

upgpkg: akonadi 1.12.91-1

upstream release 1.12.91

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 18:15:28 UTC (rev 218397)
+++ PKGBUILD2014-07-30 18:16:53 UTC (rev 218398)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.12.1
-pkgrel=2
+pkgver=1.12.91
+pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'
@@ -14,7 +14,7 @@
 optdepends=('postgresql: PostgreSQL backend')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9a4a99d10e003a267a515fc60de4f817')
+md5sums=('6ba7a7329ac48495d44b410b00bc27b5')
 
 prepare() {
   mkdir build



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

2014-07-30 Thread Thomas Bächler
Date: Wednesday, July 30, 2014 @ 20:15:18
  Author: thomas
Revision: 218396

upgpkg: libnl 3.2.25-1

Modified:
  libnl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 18:01:35 UTC (rev 218395)
+++ PKGBUILD2014-07-30 18:15:18 UTC (rev 218396)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=libnl
-pkgver=3.2.24
+pkgver=3.2.25
 pkgrel=1
 pkgdesc=Library for applications dealing with netlink sockets
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(glibc)
 backup=(etc/libnl/classid etc/libnl/pktloc)
 source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('fb8d6e5dc8af5b85bc6d00a71582a68a01e6a3f7d1664d4a646e289a99dd6816')
+sha256sums=('8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-07-30 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 20:17:01
  Author: svenstaro
Revision: 218399

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

Added:
  akonadi/repos/kde-unstable-i686/
  akonadi/repos/kde-unstable-i686/PKGBUILD
(from rev 218398, akonadi/trunk/PKGBUILD)
  akonadi/repos/kde-unstable-i686/akonadi.install
(from rev 218398, akonadi/trunk/akonadi.install)
  akonadi/repos/kde-unstable-x86_64/
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218398, akonadi/trunk/PKGBUILD)
  akonadi/repos/kde-unstable-x86_64/akonadi.install
(from rev 218398, akonadi/trunk/akonadi.install)

-+
 kde-unstable-i686/PKGBUILD  |   38 ++
 kde-unstable-i686/akonadi.install   |   11 +
 kde-unstable-x86_64/PKGBUILD|   38 ++
 kde-unstable-x86_64/akonadi.install |   11 +
 4 files changed, 98 insertions(+)

Copied: akonadi/repos/kde-unstable-i686/PKGBUILD (from rev 218398, 
akonadi/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-30 18:17:01 UTC (rev 218399)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.12.91
+pkgrel=1
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'qt4' 'libxslt')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6ba7a7329ac48495d44b410b00bc27b5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF \
+-DWITH_SOPRANO=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/kde-unstable-i686/akonadi.install (from rev 218398, 
akonadi/trunk/akonadi.install)
===
--- kde-unstable-i686/akonadi.install   (rev 0)
+++ kde-unstable-i686/akonadi.install   2014-07-30 18:17:01 UTC (rev 218399)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 218398, 
akonadi/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-30 18:17:01 UTC (rev 218399)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.12.91
+pkgrel=1
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'qt4' 'libxslt')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6ba7a7329ac48495d44b410b00bc27b5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF \
+-DWITH_SOPRANO=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/kde-unstable-x86_64/akonadi.install (from rev 218398, 
akonadi/trunk/akonadi.install)
===
--- kde-unstable-x86_64/akonadi.install (rev 0)
+++ kde-unstable-x86_64/akonadi.install 2014-07-30 18:17:01 UTC (rev 218399)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-07-30 Thread Thomas Bächler
Date: Wednesday, July 30, 2014 @ 20:15:28
  Author: thomas
Revision: 218397

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

Added:
  libnl/repos/testing-i686/
  libnl/repos/testing-i686/PKGBUILD
(from rev 218396, libnl/trunk/PKGBUILD)
  libnl/repos/testing-x86_64/
  libnl/repos/testing-x86_64/PKGBUILD
(from rev 218396, 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 218396, 
libnl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-30 18:15:28 UTC (rev 218397)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libnl
+pkgver=3.2.25
+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=('8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5')
+
+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 218396, 
libnl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-30 18:15:28 UTC (rev 218397)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libnl
+pkgver=3.2.25
+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=('8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5')
+
+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 davfs2/trunk (3 files)

2014-07-30 Thread Thomas Bächler
Date: Wednesday, July 30, 2014 @ 20:20:19
  Author: thomas
Revision: 218400

upgpkg: davfs2 1.5.0-1

Modified:
  davfs2/trunk/PKGBUILD
Deleted:
  davfs2/trunk/davfs2-1.4.7-fix-neon-version-check.patch
  davfs2/trunk/davfs2-1.4.7-system.diff

---+
 PKGBUILD  |   22 
 davfs2-1.4.7-fix-neon-version-check.patch |   12 --
 davfs2-1.4.7-system.diff  |  150 
 3 files changed, 5 insertions(+), 179 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 18:17:01 UTC (rev 218399)
+++ PKGBUILD2014-07-30 18:20:19 UTC (rev 218400)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Thomas Baechler tho...@archlinux.org
 pkgname=davfs2
-pkgver=1.4.7
-pkgrel=3
+pkgver=1.5.0
+pkgrel=1
 pkgdesc=File system driver that allows you to mount a WebDAV folder
 arch=(i686 x86_64)
 url=http://savannah.nongnu.org/projects/davfs2;
@@ -9,22 +9,10 @@
 license=('GPL')
 depends=('neon')
 backup=(etc/davfs2/davfs2.conf etc/davfs2/secrets)
-source=(http://mirrors.zerg.biz/nongnu/davfs2/${pkgname}-${pkgver}.tar.gz
-davfs2-1.4.7-system.diff
-davfs2-1.4.7-fix-neon-version-check.patch)
-sha256sums=('50c0ee2a12e8d09fc6a852d32bdfebb1f784939433a85f05254bc7ef28cff044'
-'1d7e921da5edf07bddbd2bfbbf5010a690b4d47166a86ab5abaa6de4dc82125e'
-'d637ccfcac85bf642083525018ca6799754b3728766483a616de27213318c1a1')
+source=(http://mirrors.zerg.biz/nongnu/davfs2/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('2229aa85195e787f7ae006b813bac95e6a593183bbfec0d561f255567e58d861'
+'SKIP')
 
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/davfs2-1.4.7-system.diff
-  # Some autotools files are missing, so autoreconf fails!
-  # Running autoconf may fail here, it does work for now
-  patch -p1 -i ${srcdir}/davfs2-1.4.7-fix-neon-version-check.patch
-  autoconf  
-}
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   dav_user=nobody dav_group=network ./configure --prefix=/usr 
--sbindir=/usr/bin --sysconfdir=/etc --disable-debug

Deleted: davfs2-1.4.7-fix-neon-version-check.patch
===
--- davfs2-1.4.7-fix-neon-version-check.patch   2014-07-30 18:17:01 UTC (rev 
218399)
+++ davfs2-1.4.7-fix-neon-version-check.patch   2014-07-30 18:20:19 UTC (rev 
218400)
@@ -1,12 +0,0 @@
-diff -Nur davfs2-1.4.7.orig/configure.ac davfs2-1.4.7/configure.ac
 davfs2-1.4.7.orig/configure.ac 2012-07-19 13:38:47.0 +0200
-+++ davfs2-1.4.7/configure.ac  2014-01-13 23:00:15.021471570 +0100
-@@ -36,7 +36,7 @@
- # Checks for libraries.
- AM_GNU_GETTEXT_VERSION(0.14.4)
- AM_GNU_GETTEXT([external])
--NE_REQUIRE_VERSIONS([0], [25 26 27 28 29])
-+NE_REQUIRE_VERSIONS([0], [25 26 27 28 29 30])
- DAV_CHECK_NEON
- 
- # Checks for header files.

Deleted: davfs2-1.4.7-system.diff
===
--- davfs2-1.4.7-system.diff2014-07-30 18:17:01 UTC (rev 218399)
+++ davfs2-1.4.7-system.diff2014-07-30 18:20:19 UTC (rev 218400)
@@ -1,150 +0,0 @@
-diff -ur davfs2-1.4.7/ChangeLog davfs2-1.4.7.new/ChangeLog
 davfs2-1.4.7/ChangeLog 2012-07-19 13:37:52.0 +0200
-+++ davfs2-1.4.7.new/ChangeLog 2013-09-15 10:19:12.0 +0200
-@@ -1,6 +1,11 @@
- ChangeLog for davfs2
- 
- 
-+2013-09-08 Werner Baumann (werner.baum...@onlinehome.de)
-+* kernel_interface.c, mount_davfs.c:
-+  Don't create /dev/coda and /dev/fuse.
-+  Remove insecure calls of system().
-+
- 2012-07-19 Werner Baumann (werner.baum...@onlinehome.de)
- * Release version 1.4.7.
- 
-diff -ur davfs2-1.4.7/src/kernel_interface.c 
davfs2-1.4.7.new/src/kernel_interface.c
 davfs2-1.4.7/src/kernel_interface.c2012-07-19 12:58:48.0 
+0200
-+++ davfs2-1.4.7.new/src/kernel_interface.c2013-09-15 10:15:07.0 
+0200
-@@ -167,29 +167,6 @@
- ++minor;
- }
- 
--if (*dev = 0  system(/sbin/modprobe coda /dev/null) == 0) {
--minor = 0;
--while (*dev = 0  minor  MAX_CODADEVS) {
--char *path;
--if (asprintf(path, %s/%s%i,
-- DAV_DEV_DIR, CODA_DEV_NAME, minor)  0)
--abort();
--*dev = open(path, O_RDWR | O_NONBLOCK);
--if (*dev = 0) {
--if (mknod(path, S_IFCHR, makedev(CODA_MAJOR, minor)) == 0) {
--if (chown(path, 0, 0) == 0
-- chmod(path, S_IRUSR | S_IWUSR) == 0) {
--*dev = open(path, O_RDWR | O_NONBLOCK);
--} else {
--remove(path);
--}
--}
--}
--free(path);
--++minor;
--}
--}
--
- if (*dev = 0) {
- error(0, 0, _(no free coda device to mount));
- return 

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

2014-07-30 Thread Thomas Bächler
Date: Wednesday, July 30, 2014 @ 20:20:33
  Author: thomas
Revision: 218401

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

Added:
  davfs2/repos/extra-i686/PKGBUILD
(from rev 218400, davfs2/trunk/PKGBUILD)
  davfs2/repos/extra-x86_64/PKGBUILD
(from rev 218400, davfs2/trunk/PKGBUILD)
Deleted:
  davfs2/repos/extra-i686/PKGBUILD
  davfs2/repos/extra-i686/davfs2-1.4.7-fix-neon-version-check.patch
  davfs2/repos/extra-i686/davfs2-1.4.7-system.diff
  davfs2/repos/extra-x86_64/PKGBUILD
  davfs2/repos/extra-x86_64/davfs2-1.4.7-fix-neon-version-check.patch
  davfs2/repos/extra-x86_64/davfs2-1.4.7-system.diff

+
 /PKGBUILD  |   58 +
 extra-i686/PKGBUILD|   41 
 extra-i686/davfs2-1.4.7-fix-neon-version-check.patch   |   12 -
 extra-i686/davfs2-1.4.7-system.diff|  150 ---
 extra-x86_64/PKGBUILD  |   41 
 extra-x86_64/davfs2-1.4.7-fix-neon-version-check.patch |   12 -
 extra-x86_64/davfs2-1.4.7-system.diff  |  150 ---
 7 files changed, 58 insertions(+), 406 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-30 18:20:19 UTC (rev 218400)
+++ extra-i686/PKGBUILD 2014-07-30 18:20:33 UTC (rev 218401)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-pkgname=davfs2
-pkgver=1.4.7
-pkgrel=3
-pkgdesc=File system driver that allows you to mount a WebDAV folder
-arch=(i686 x86_64)
-url=http://savannah.nongnu.org/projects/davfs2;
-license=('GPL')
-depends=('neon')
-backup=(etc/davfs2/davfs2.conf etc/davfs2/secrets)
-source=(http://mirrors.zerg.biz/nongnu/davfs2/${pkgname}-${pkgver}.tar.gz
-davfs2-1.4.7-system.diff
-davfs2-1.4.7-fix-neon-version-check.patch)
-sha256sums=('50c0ee2a12e8d09fc6a852d32bdfebb1f784939433a85f05254bc7ef28cff044'
-'1d7e921da5edf07bddbd2bfbbf5010a690b4d47166a86ab5abaa6de4dc82125e'
-'d637ccfcac85bf642083525018ca6799754b3728766483a616de27213318c1a1')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/davfs2-1.4.7-system.diff
-  # Some autotools files are missing, so autoreconf fails!
-  # Running autoconf may fail here, it does work for now
-  patch -p1 -i ${srcdir}/davfs2-1.4.7-fix-neon-version-check.patch
-  autoconf  
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  dav_user=nobody dav_group=network ./configure --prefix=/usr 
--sbindir=/usr/bin --sysconfdir=/etc --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # This directory contains worthless symlinks
-  rm -r ${pkgdir}/sbin
-  rm -f 
${pkgdir}/usr/share/davfs2/{BUGS,COPYING,FAQ,NEWS,TODO,ChangeLog,GPL,README,THANKS}
-}

Copied: davfs2/repos/extra-i686/PKGBUILD (from rev 218400, 
davfs2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-30 18:20:33 UTC (rev 218401)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+pkgname=davfs2
+pkgver=1.5.0
+pkgrel=1
+pkgdesc=File system driver that allows you to mount a WebDAV folder
+arch=(i686 x86_64)
+url=http://savannah.nongnu.org/projects/davfs2;
+license=('GPL')
+depends=('neon')
+backup=(etc/davfs2/davfs2.conf etc/davfs2/secrets)
+source=(http://mirrors.zerg.biz/nongnu/davfs2/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('2229aa85195e787f7ae006b813bac95e6a593183bbfec0d561f255567e58d861'
+'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  dav_user=nobody dav_group=network ./configure --prefix=/usr 
--sbindir=/usr/bin --sysconfdir=/etc --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # This directory contains worthless symlinks
+  rm -r ${pkgdir}/sbin
+  rm -f 
${pkgdir}/usr/share/davfs2/{BUGS,COPYING,FAQ,NEWS,TODO,ChangeLog,GPL,README,THANKS}
+}

Deleted: extra-i686/davfs2-1.4.7-fix-neon-version-check.patch
===
--- extra-i686/davfs2-1.4.7-fix-neon-version-check.patch2014-07-30 
18:20:19 UTC (rev 218400)
+++ extra-i686/davfs2-1.4.7-fix-neon-version-check.patch2014-07-30 
18:20:33 UTC (rev 218401)
@@ -1,12 +0,0 @@
-diff -Nur davfs2-1.4.7.orig/configure.ac davfs2-1.4.7/configure.ac
 davfs2-1.4.7.orig/configure.ac 2012-07-19 13:38:47.0 +0200
-+++ davfs2-1.4.7/configure.ac  2014-01-13 23:00:15.021471570 +0100
-@@ -36,7 +36,7 @@
- # Checks for libraries.
- AM_GNU_GETTEXT_VERSION(0.14.4)
- AM_GNU_GETTEXT([external])
--NE_REQUIRE_VERSIONS([0], [25 26 27 28 29])
-+NE_REQUIRE_VERSIONS([0], [25 26 27 28 29 30])
- DAV_CHECK_NEON
- 
- # Checks for header files.

Deleted: 

[arch-commits] Commit in (4 files)

2014-07-30 Thread Andreas Radke
Date: Wednesday, July 30, 2014 @ 20:23:10
  Author: andyrtr
Revision: 218402

rename pkg to libreoffice-still to make clear this is the conservative branch 
behind -fresh branch

Added:
  libreoffice-still-i18n/
  libreoffice-still/
Deleted:
  libreoffice-i18n/
  libreoffice/



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

2014-07-30 Thread Jelle van der Waa
Date: Wednesday, July 30, 2014 @ 20:27:32
  Author: jelle
Revision: 116606

upgpkg: python-jedi 0.8.1-1

Modified:
  python-jedi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 17:59:29 UTC (rev 116605)
+++ PKGBUILD2014-07-30 18:27:32 UTC (rev 116606)
@@ -4,8 +4,8 @@
 
 pkgbase=python-jedi
 pkgname=('python2-jedi' 'python-jedi')
-pkgver=0.8.0
-_pkgver=0.8.0-final0
+pkgver=0.8.1
+_pkgver=${pkgver}-final0
 pkgrel=1
 arch=('any')
 url=https://github.com/davidhalter/jedi;
@@ -13,7 +13,7 @@
 depends=('python2')
 makedepends=('python2-setuptools' 'python-setuptools')
 
source=(https://pypi.python.org/packages/source/j/jedi/jedi-${_pkgver}.tar.gz;)
-md5sums=('25ba4ee6160c2de751bd00c7a4f32bff')
+md5sums=('e4db996421a640d50f559587e805412b')
 
 build() {
cd $srcdir/jedi-${_pkgver}



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

2014-07-30 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 20:29:25
  Author: svenstaro
Revision: 218403

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

Added:
  kdepimlibs/repos/kde-unstable-i686/
  kdepimlibs/repos/kde-unstable-i686/PKGBUILD
(from rev 218402, kdepimlibs/kde-unstable/PKGBUILD)
  kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install
(from rev 218402, kdepimlibs/kde-unstable/kdepimlibs.install)
  kdepimlibs/repos/kde-unstable-x86_64/
  kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218402, kdepimlibs/kde-unstable/PKGBUILD)
  kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install
(from rev 218402, kdepimlibs/kde-unstable/kdepimlibs.install)

+
 kde-unstable-i686/PKGBUILD |   35 +++
 kde-unstable-i686/kdepimlibs.install   |   11 +
 kde-unstable-x86_64/PKGBUILD   |   35 +++
 kde-unstable-x86_64/kdepimlibs.install |   11 +
 4 files changed, 92 insertions(+)

Copied: kdepimlibs/repos/kde-unstable-i686/PKGBUILD (from rev 218402, 
kdepimlibs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-30 18:29:25 UTC (rev 218403)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('349ef7a7d72e9f658c919e28b11917e0d1f9b76e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install (from rev 218402, 
kdepimlibs/kde-unstable/kdepimlibs.install)
===
--- kde-unstable-i686/kdepimlibs.install(rev 0)
+++ kde-unstable-i686/kdepimlibs.install2014-07-30 18:29:25 UTC (rev 
218403)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Copied: kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD (from rev 218402, 
kdepimlibs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-30 18:29:25 UTC (rev 218403)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('349ef7a7d72e9f658c919e28b11917e0d1f9b76e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install (from rev 
218402, kdepimlibs/kde-unstable/kdepimlibs.install)
===
--- kde-unstable-x86_64/kdepimlibs.install  (rev 0)
+++ kde-unstable-x86_64/kdepimlibs.install  2014-07-30 18:29:25 UTC (rev 
218403)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file



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

2014-07-30 Thread Andreas Radke
Date: Wednesday, July 30, 2014 @ 20:39:03
  Author: andyrtr
Revision: 218404

prepare new release, rename to conservative branch, drop old OOo providers

Modified:
  libreoffice-still-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 18:29:25 UTC (rev 218403)
+++ PKGBUILD2014-07-30 18:39:03 UTC (rev 218404)
@@ -2,10 +2,10 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 # Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
-pkgbase=libreoffice-i18n
+pkgbase=libreoffice-still-i18n
 
-_rcver=4.2.5.2
-pkgver=4.2.5
+_rcver=4.2.6.2
+pkgver=4.2.6
 pkgrel=1
 
 _oodlver=${pkgver}
@@ -160,10 +160,8 @@
 }
 
 _package() {
-  pkgdesc=$2 language pack for LibreOffice
-  provides=(openoffice-$1 'libreoffice-langpack')
-  replaces=(openoffice-$1)
-  conflicts=(openoffice-$1)
+  pkgdesc=$2 language pack for LibreOffice conservative branch
+  provides=(libreoffice-$1 libreoffice-still-$1 'libreoffice-langpack' 
'libreoffice-still-langpack')
 
   cd $srcdir/LibreOffice_${_dirver}_Linux_x86_rpm_langpack_$1/RPMS
   mkdir -p $pkgdir/usr/lib/libreoffice
@@ -173,7 +171,7 @@
 
 for _lang in ${_languages[@]}; do
   _locale=${_lang%% *}
-  _pkgname=libreoffice-$_locale
+  _pkgname=libreoffice-still-$_locale
   
source+=(${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_${_locale}.tar.gz)
 
   if curl -o /dev/null -s -I -f 
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_${_locale}.tar.gz; then
@@ -186,169 +184,3 @@
   }
 done
 
-md5sums=('56024077921a6416a3496d0b5c4d38a9'
- '5689b5f60fbfb1c9344d26dab79db65d'
- '37d00f2c98e033f5cc9fbe8ff19e4a8e'
- '75566d06dfc4827395712613dd7a19fb'
- '4be03f901327b021334b96150672038a'
- 'ccc37dc90104a00c423a0bc18c94c51b'
- '7779612d84418f37c1cc2a81dcd1f1d5'
- '9a322aab5084060add21a8acb9098355'
- '586ff9a11acb9ffa307b1c84fa4dd66e'
- '02482b8c3496b5f5377aa4bc8ab573ca'
- '8347d87a490b6174513cc04aae511685'
- '8b86e5b87e8b798d8912747fe4d53725'
- 'e62958e0f743ee50592e80c5a9ebe470'
- '30ee0b538c12f52a3b2d003dd6d5480a'
- '8b02d33b24c3eeca84ed0ebb562790d8'
- 'fbbb10d6d8c9c21026ab5cdd3437c625'
- '4d3a928715aaf2c1ad3dab9bc67a86a6'
- '4ccc457c27c26e6b337a15eaf2597b70'
- 'ec27dfc890236953ba5632af3a2815bd'
- '285099b56817fa1427b5e385828b7f72'
- 'c69aac21287bc040bf337175d75c31ac'
- '67d2cd8e638539b874980b48528711b2'
- 'a4df8552bc34c13426d87466d5af2afe'
- '701a10785a9403403b4168672b22ac8c'
- 'cd8ea83446251bb56c357fd99598a713'
- '98035feca7b0771f620c209f291be0e2'
- '6d57961503dbf1194830cbb83295e56e'
- '94a7857a0db8f5c3f9284d3212a88fd2'
- 'b605fae69cdfd6f319ca478754d9d76d'
- '81132551ab0231cf9d735e4f3c842861'
- '5e126447535e7e4279e2de0dcd853a6e'
- 'a139d26c9bab8fef36a3d3154d79b426'
- '61a0ece181d37c460e4def0a652f9de3'
- 'b93a13cf645b98824d4635cffb36dc28'
- '6b2b73d3d90975566e2dfb91a6518ad2'
- '0d2152c1e9c692fa15c1f23d8145657b'
- 'b5e5dd9f8b14fd2ff8f260ebcf8cc584'
- '3b7ba5db621765638a3d47bd981b57ca'
- '36fc8036bc050610db61545931906fa9'
- '7c697d3a940b663a16e034e74827d254'
- '995e289fc46dc332ea67314be4c50d96'
- '0b2187b56b6fa28fc239983daaeddd9b'
- 'feb90131b7689a6ada9db3b4f5f3041d'
- '42de573bb2835da2acd3533dbf42cefe'
- '1386a9470805f4fa9dcdec2344cb39ee'
- 'ea1ce21e2308437b6efc24447f20a33f'
- '7d0ed8fa2613a72c4169ddb631634150'
- '7b9d015a5cf9e8c34bd98b8a0cfd3324'
- '59cb94c6684fa929580fe7fabebd966c'
- 'e2883f7b6dbebc1a9cbaffce8bc155cb'
- 'cc31f24273f61f81524e59af315a06d5'
- 'b450acad371ce78f5c682aa3694d978d'
- '642198e41a85fa213faacd78ba3b16f5'
- 'dee5b690dc361dc3d0426a94093a3dea'
- 'eec29ad1a5c1b7aeb095dfaebbdcb050'
- 'cb5bf37a47e30f7891d4791255038fc9'
- '3d58e1bea2476bf1805602585473e465'
- '70919c6d35b027783226ef5654ea8443'
- 'c33757e5af46c3172c107d371e023305'
- '2141a03a05ca643280157805e9e15719'
- '186bd1fb17da5b99e7cbf46261cf14ac'
- 'bebc1a306411b76d87ff15fc9d8d2ade'
- '356623ce0bb8d7888ef381a3fdfecf84'
- '7bcd6135b7cd3e70515c455714ccdb23'
- 'd6a5afb22f3162429f5b09fd772ce5f8'
- '1ddf3ea857bc89fac965c610510a7df3'
- 'c567c5c283867b6f2573855d2805975b'
- 'f9e5510206645ae4c9e78c274ff69181'
- '0da5323335996ba0a898cd6e37a1f917'
- 'a03f25338553c430c2b72fe69e400b6a'
- '6327cd324da8c7536f2b720c4bbd6e73'
- 'c0192c44b56d144f66e1b7a8513e638c'
- 'ad048ded708ecc2ab76dc0160c67b9d8'
- 

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

2014-07-30 Thread Jelle van der Waa
Date: Wednesday, July 30, 2014 @ 20:27:41
  Author: jelle
Revision: 116607

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 18:27:32 UTC (rev 116606)
+++ PKGBUILD2014-07-30 18:27:41 UTC (rev 116607)
@@ -1,48 +0,0 @@
-# Submitter: Simon Conseil contact+aur at saimon dot org
-# Submitter: Jesus Alvarez
-# Maintainer: Danilo Bargen gez...@gmail.com
-
-pkgbase=python-jedi
-pkgname=('python2-jedi' 'python-jedi')
-pkgver=0.8.0
-_pkgver=0.8.0-final0
-pkgrel=1
-arch=('any')
-url=https://github.com/davidhalter/jedi;
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=(https://pypi.python.org/packages/source/j/jedi/jedi-${_pkgver}.tar.gz;)
-md5sums=('25ba4ee6160c2de751bd00c7a4f32bff')
-
-build() {
-   cd $srcdir/jedi-${_pkgver}
-}
-
-check() {
-   cd $srcdir/jedi-${_pkgver}
-python3 setup.py test
-python2 setup.py test
-}
-
-package_python-jedi() {
-pkgdesc=Awesome autocompletion for python
-depends=('python')
-conflicts=('python3-jedi-git')
-cd $srcdir/jedi-${_pkgver}
-python3 setup.py install --root=$pkgdir/ --optimize=1
-
-install -D -m644 $srcdir/jedi-${_pkgver}/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-jedi() {
-pkgdesc=Awesome autocompletion for python2
-depends=('python2')
-conflicts=('jedi-git' 'python2-jedi-git')
-cd $srcdir/jedi-${_pkgver}
-python2 setup.py install --root=$pkgdir/ --optimize=1
-
-install -D -m644 $srcdir/jedi-${_pkgver}/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et

Copied: python-jedi/repos/community-any/PKGBUILD (from rev 116606, 
python-jedi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-30 18:27:41 UTC (rev 116607)
@@ -0,0 +1,48 @@
+# Submitter: Simon Conseil contact+aur at saimon dot org
+# Submitter: Jesus Alvarez
+# Maintainer: Danilo Bargen gez...@gmail.com
+
+pkgbase=python-jedi
+pkgname=('python2-jedi' 'python-jedi')
+pkgver=0.8.1
+_pkgver=${pkgver}-final0
+pkgrel=1
+arch=('any')
+url=https://github.com/davidhalter/jedi;
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(https://pypi.python.org/packages/source/j/jedi/jedi-${_pkgver}.tar.gz;)
+md5sums=('e4db996421a640d50f559587e805412b')
+
+build() {
+   cd $srcdir/jedi-${_pkgver}
+}
+
+check() {
+   cd $srcdir/jedi-${_pkgver}
+python3 setup.py test
+python2 setup.py test
+}
+
+package_python-jedi() {
+pkgdesc=Awesome autocompletion for python
+depends=('python')
+conflicts=('python3-jedi-git')
+cd $srcdir/jedi-${_pkgver}
+python3 setup.py install --root=$pkgdir/ --optimize=1
+
+install -D -m644 $srcdir/jedi-${_pkgver}/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jedi() {
+pkgdesc=Awesome autocompletion for python2
+depends=('python2')
+conflicts=('jedi-git' 'python2-jedi-git')
+cd $srcdir/jedi-${_pkgver}
+python2 setup.py install --root=$pkgdir/ --optimize=1
+
+install -D -m644 $srcdir/jedi-${_pkgver}/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et



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

2014-07-30 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 20:41:30
  Author: svenstaro
Revision: 218405

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

Added:
  baloo/repos/kde-unstable-i686/
  baloo/repos/kde-unstable-i686/PKGBUILD
(from rev 218404, baloo/kde-unstable/PKGBUILD)
  baloo/repos/kde-unstable-i686/baloo.install
(from rev 218404, baloo/kde-unstable/baloo.install)
  baloo/repos/kde-unstable-x86_64/
  baloo/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218404, baloo/kde-unstable/PKGBUILD)
  baloo/repos/kde-unstable-x86_64/baloo.install
(from rev 218404, baloo/kde-unstable/baloo.install)

---+
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/baloo.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/baloo.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: baloo/repos/kde-unstable-i686/PKGBUILD (from rev 218404, 
baloo/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-30 18:41:30 UTC (rev 218405)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=A framework for searching and managing metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+license=('LGPL')
+depends=('kdepimlibs' 'xapian-core' 'kfilemetadata')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('dfce2cf907f12fd8a44fd46a24581b9d6589a8ac')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: baloo/repos/kde-unstable-i686/baloo.install (from rev 218404, 
baloo/kde-unstable/baloo.install)
===
--- kde-unstable-i686/baloo.install (rev 0)
+++ kde-unstable-i686/baloo.install 2014-07-30 18:41:30 UTC (rev 218405)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: baloo/repos/kde-unstable-x86_64/PKGBUILD (from rev 218404, 
baloo/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-30 18:41:30 UTC (rev 218405)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=A framework for searching and managing metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+license=('LGPL')
+depends=('kdepimlibs' 'xapian-core' 'kfilemetadata')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('dfce2cf907f12fd8a44fd46a24581b9d6589a8ac')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: baloo/repos/kde-unstable-x86_64/baloo.install (from rev 218404, 
baloo/kde-unstable/baloo.install)
===
--- kde-unstable-x86_64/baloo.install   (rev 0)
+++ kde-unstable-x86_64/baloo.install   2014-07-30 18:41:30 UTC (rev 218405)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-07-30 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 20:46:05
  Author: svenstaro
Revision: 218406

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

Added:
  baloo-widgets/repos/kde-unstable-i686/
  baloo-widgets/repos/kde-unstable-i686/PKGBUILD
(from rev 218405, baloo-widgets/kde-unstable/PKGBUILD)
  baloo-widgets/repos/kde-unstable-x86_64/
  baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218405, baloo-widgets/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   31 +++
 kde-unstable-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: baloo-widgets/repos/kde-unstable-i686/PKGBUILD (from rev 218405, 
baloo-widgets/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-30 18:46:05 UTC (rev 218406)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo-widgets
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=Widgets for Baloo
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo-widgets'
+license=('LGPL')
+depends=('baloo')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b7b9dfbc85f78b59d508d6fe2b79f95fb3dfa32b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD (from rev 218405, 
baloo-widgets/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-30 18:46:05 UTC (rev 218406)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo-widgets
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=Widgets for Baloo
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo-widgets'
+license=('LGPL')
+depends=('baloo')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b7b9dfbc85f78b59d508d6fe2b79f95fb3dfa32b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-07-30 Thread Jaroslav Lichtblau
Date: Wednesday, July 30, 2014 @ 21:14:29
  Author: jlichtblau
Revision: 116608

upgpkg: josm 7347-1

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |   20 ++--
 josm.changelog |3 +++
 2 files changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 18:27:41 UTC (rev 116607)
+++ PKGBUILD2014-07-30 19:14:29 UTC (rev 116608)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble mschaeu...@swissonline.ch
 
 pkgname=josm
-pkgver=7287
+pkgver=7347
 pkgrel=1
 pkgdesc=An editor for OpenStreetMap written in Java
 arch=('any')
@@ -15,22 +15,22 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
 $pkgname.desktop \
 $pkgname.conf.d)
-sha256sums=('22107c19365b0a06ee5eb50f7763865f0b27b49b03f692ae1f5e1eae12918569'
+sha256sums=('959be95b6f1f12d083182ca90b7c3daf24f88ddc4ebf102675297a7bc5bafcce'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 
 package() {
-  cd ${srcdir}
+  cd ${srcdir}
   
-  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
+  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
 
 #.desktop and icon file
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
 
 #executable file
-  install -d ${pkgdir}/usr/bin
-  cat EOF ${pkgdir}/usr/bin/$pkgname 
+  install -d ${pkgdir}/usr/bin
+  cat EOF ${pkgdir}/usr/bin/$pkgname 
 #!/bin/sh
 # source application-specific settings
 while true; do
@@ -41,6 +41,6 @@
 [ $? -eq 9 ] || break
 done
 EOF
-  chmod 755 ${pkgdir}/usr/bin/$pkgname
-  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
+  chmod 755 ${pkgdir}/usr/bin/$pkgname
+  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
 }

Modified: josm.changelog
===
--- josm.changelog  2014-07-30 18:27:41 UTC (rev 116607)
+++ josm.changelog  2014-07-30 19:14:29 UTC (rev 116608)
@@ -1,3 +1,6 @@
+2014-07-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * josm 7347-1
+
 2014-07-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* josm 7287-1
 



[arch-commits] Commit in josm/repos/community-any (8 files)

2014-07-30 Thread Jaroslav Lichtblau
Date: Wednesday, July 30, 2014 @ 21:14:42
  Author: jlichtblau
Revision: 116609

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 116608, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 116608, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 116608, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.desktop
(from rev 116608, josm/trunk/josm.desktop)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.desktop

+
 PKGBUILD   |   92 ++--
 josm.changelog |  249 +++
 josm.conf.d|8 -
 josm.desktop   |   16 +--
 4 files changed, 184 insertions(+), 181 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 19:14:29 UTC (rev 116608)
+++ PKGBUILD2014-07-30 19:14:42 UTC (rev 116609)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Michele Schäuble mschaeu...@swissonline.ch
-
-pkgname=josm
-pkgver=7287
-pkgrel=1
-pkgdesc=An editor for OpenStreetMap written in Java
-arch=('any')
-url=http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
-$pkgname.desktop \
-$pkgname.conf.d)
-sha256sums=('22107c19365b0a06ee5eb50f7763865f0b27b49b03f692ae1f5e1eae12918569'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd ${srcdir}
-  
-  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d ${pkgdir}/usr/bin
-  cat EOF ${pkgdir}/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
-CLASSPATH=/usr/share/java/josm/josm.jar
-java ${JOSM_ARGS} -cp ${CLASSPATH} -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication $@
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 ${pkgdir}/usr/bin/$pkgname
-  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 116608, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-30 19:14:42 UTC (rev 116609)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Michele Schäuble mschaeu...@swissonline.ch
+
+pkgname=josm
+pkgver=7347
+pkgrel=1
+pkgdesc=An editor for OpenStreetMap written in Java
+arch=('any')
+url=http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
+$pkgname.desktop \
+$pkgname.conf.d)
+sha256sums=('959be95b6f1f12d083182ca90b7c3daf24f88ddc4ebf102675297a7bc5bafcce'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+package() {
+  cd ${srcdir}
+  
+  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d ${pkgdir}/usr/bin
+  cat EOF ${pkgdir}/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
+CLASSPATH=/usr/share/java/josm/josm.jar
+java ${JOSM_ARGS} -cp ${CLASSPATH} -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication $@
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 ${pkgdir}/usr/bin/$pkgname
+  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2014-07-30 19:14:29 UTC (rev 116608)
+++ josm.changelog  2014-07-30 19:14:42 UTC (rev 116609)
@@ -1,123 +0,0 @@
-2014-07-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 7287-1
-
-2014-05-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 7182-1
-
-2014-04-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org

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

2014-07-30 Thread Andreas Radke
Date: Wednesday, July 30, 2014 @ 21:44:33
  Author: andyrtr
Revision: 218407

add more provides and conflicts for renamed -still branch packages

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 18:46:05 UTC (rev 218406)
+++ PKGBUILD2014-07-30 19:44:33 UTC (rev 218407)
@@ -289,8 +289,8 @@
 package_libreoffice-fresh-sdk() {
pkgdesc=Software Development Kit for LibreOffice Fresh
depends=('libreoffice-fresh' 'gcc-libs' 'sh' 'make' 'zip' 'gcc' 
'java-environment')
-   provides=('libreoffice-sdk' 'libreoffice-sdk-doc')
-   conflicts=('libreoffice-sdk' 'libreoffice-sdk-doc')
+   provides=('libreoffice-sdk' 'libreoffice-sdk-doc' 
'libreoffice-still-sdk' 'libreoffice-still-sdk-doc')
+   conflicts=('libreoffice-sdk' 'libreoffice-sdk-doc' 
'libreoffice-still-sdk' 'libreoffice-still-sdk-doc')
 
for dir in $(grep -h ^%dir 
libreoffice-$_LOver/file-lists/sdk{,_doc}_list.txt); do
install -dm755 ${pkgdir}/${dir/\%dir/}
@@ -351,7 +351,12 @@
'libreoffice-draw' 'libreoffice-gnome' 'libreoffice-impress'
'libreoffice-kde4' 'libreoffice-math' 'libreoffice-writer'
'libreoffice-extension-wiki-publisher' 
'libreoffice-postgresql-connector'
-   'libreoffice-extension-nlpsolver' 'libreoffice-en-US')
+   'libreoffice-extension-nlpsolver' 'libreoffice-en-US'
+   'libreoffice-still-common' 'libreoffice-still-base' 
'libreoffice-still-calc'
+   'libreoffice-still-draw' 'libreoffice-still-gnome' 
'libreoffice-still-impress'
+   'libreoffice-still-kde4' 'libreoffice-still-math' 
'libreoffice-still-writer'
+   'libreoffice-still-extension-wiki-publisher' 
'libreoffice-still-postgresql-connector'
+   'libreoffice-still-extension-nlpsolver' 
'libreoffice-still-en-US')
replaces=('libreoffice-fresh-en-US')
 
mv fakeinstall/* ${pkgdir}/



[arch-commits] Commit in libreoffice-still/trunk (20 files)

2014-07-30 Thread Andreas Radke
Date: Wednesday, July 30, 2014 @ 22:01:32
  Author: andyrtr
Revision: 218408

add reaplaces, provides and conflicts for renamed -still branch packages and 
new fresh branch

Added:
  libreoffice-still/trunk/libreoffice-still-base.install
(from rev 218402, libreoffice-still/trunk/libreoffice-base.install)
  libreoffice-still/trunk/libreoffice-still-calc.install
(from rev 218402, libreoffice-still/trunk/libreoffice-calc.install)
  libreoffice-still/trunk/libreoffice-still-common.csh
(from rev 218402, libreoffice-still/trunk/libreoffice-common.csh)
  libreoffice-still/trunk/libreoffice-still-common.install
(from rev 218402, libreoffice-still/trunk/libreoffice-common.install)
  libreoffice-still/trunk/libreoffice-still-common.sh
(from rev 218402, libreoffice-still/trunk/libreoffice-common.sh)
  libreoffice-still/trunk/libreoffice-still-draw.install
(from rev 218402, libreoffice-still/trunk/libreoffice-draw.install)
  libreoffice-still/trunk/libreoffice-still-impress.install
(from rev 218402, libreoffice-still/trunk/libreoffice-impress.install)
  libreoffice-still/trunk/libreoffice-still-writer.install
(from rev 218402, libreoffice-still/trunk/libreoffice-writer.install)
Modified:
  libreoffice-still/trunk/PKGBUILD
Deleted:
  libreoffice-still/trunk/icu53.diff
  libreoffice-still/trunk/icu53_crashfix.diff
  libreoffice-still/trunk/libreoffice-base.install
  libreoffice-still/trunk/libreoffice-calc.install
  libreoffice-still/trunk/libreoffice-common.csh
  libreoffice-still/trunk/libreoffice-common.install
  libreoffice-still/trunk/libreoffice-common.sh
  libreoffice-still/trunk/libreoffice-draw.install
  libreoffice-still/trunk/libreoffice-impress.install
  libreoffice-still/trunk/libreoffice-writer.install
  
libreoffice-still/trunk/prevent_KDE_Qt_from_interfering_with_the_session_manager.diff

---+
 PKGBUILD  |  252 
 icu53.diff| 2771 --
 icu53_crashfix.diff   |  271 
 libreoffice-base.install  |   11 
 libreoffice-calc.install  |   11 
 libreoffice-common.csh|6 
 libreoffice-common.install|   47 
 libreoffice-common.sh |6 
 libreoffice-draw.install  |   11 
 libreoffice-impress.install   |   11 
 libreoffice-still-base.install|   11 
 libreoffice-still-calc.install|   11 
 libreoffice-still-common.csh  |6 
 libreoffice-still-common.install  |   47 
 libreoffice-still-common.sh   |6 
 libreoffice-still-draw.install|   11 
 libreoffice-still-impress.install |   11 
 libreoffice-still-writer.install  |   11 
 libreoffice-writer.install|   11 
 prevent_KDE_Qt_from_interfering_with_the_session_manager.diff |   72 
 20 files changed, 248 insertions(+), 3346 deletions(-)

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


[arch-commits] Commit in kauth/trunk (PKGBUILD kauth-cve-2014-5033.patch)

2014-07-30 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 22:15:36
  Author: svenstaro
Revision: 218411

upgpkg: kauth 5.0.0-2

Fix CVE-2014-5033

Added:
  kauth/trunk/kauth-cve-2014-5033.patch
Modified:
  kauth/trunk/PKGBUILD

---+
 PKGBUILD  |   12 +---
 kauth-cve-2014-5033.patch |   36 
 2 files changed, 45 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 20:11:12 UTC (rev 218410)
+++ PKGBUILD2014-07-30 20:15:36 UTC (rev 218411)
@@ -3,7 +3,7 @@
 
 pkgname=kauth
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KAuth'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'
@@ -11,11 +11,17 @@
 depends=('kcoreaddons' 'polkit-qt5')
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('eeb5e576c9d0d098cfb9def812f04089')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+${pkgname}-cve-2014-5033.patch)
+md5sums=('eeb5e576c9d0d098cfb9def812f04089'
+ 'c24d35b0e96f98f1cfaff8e69e5fe8f6')
 
 prepare() {
   mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+
+  patch -p1 -i ${srcdir}/kauth-cve-2014-5033.patch
 }
 
 build() {

Added: kauth-cve-2014-5033.patch
===
--- kauth-cve-2014-5033.patch   (rev 0)
+++ kauth-cve-2014-5033.patch   2014-07-30 20:15:36 UTC (rev 218411)
@@ -0,0 +1,36 @@
+--- a/src/backends/polkit-1/Polkit1Backend.cpp
 b/src/backends/polkit-1/Polkit1Backend.cpp
+@@ -142,7 +142,7 @@
+ 
+ Action::AuthStatus Polkit1Backend::actionStatus(const QString action)
+ {
+-PolkitQt1::UnixProcessSubject subject(QCoreApplication::applicationPid());
++PolkitQt1::SystemBusNameSubject subject(QString::fromUtf8(callerID()));
+ PolkitQt1::Authority::Result r = 
PolkitQt1::Authority::instance()-checkAuthorizationSync(action, subject,
+  PolkitQt1::Authority::None);
+ switch (r) {
+@@ -158,21 +158,12 @@
+ 
+ QByteArray Polkit1Backend::callerID() const
+ {
+-QByteArray a;
+-QDataStream s(a, QIODevice::WriteOnly);
+-s  QCoreApplication::applicationPid();
+-
+-return a;
++return QDBusConnection::systemBus().baseService().toUtf8();
+ }
+ 
+ bool Polkit1Backend::isCallerAuthorized(const QString action, QByteArray 
callerID)
+ {
+-QDataStream s(callerID, QIODevice::ReadOnly);
+-qint64 pid;
+-
+-s  pid;
+-
+-PolkitQt1::UnixProcessSubject subject(pid);
++PolkitQt1::SystemBusNameSubject subject(QString::fromUtf8(callerID));
+ PolkitQt1::Authority *authority = PolkitQt1::Authority::instance();
+ 
+ PolkitResultEventLoop e;
+



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

2014-07-30 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 22:15:41
  Author: svenstaro
Revision: 218412

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

Added:
  kauth/repos/extra-i686/PKGBUILD
(from rev 218411, kauth/trunk/PKGBUILD)
  kauth/repos/extra-i686/kauth-cve-2014-5033.patch
(from rev 218411, kauth/trunk/kauth-cve-2014-5033.patch)
  kauth/repos/extra-x86_64/PKGBUILD
(from rev 218411, kauth/trunk/PKGBUILD)
  kauth/repos/extra-x86_64/kauth-cve-2014-5033.patch
(from rev 218411, kauth/trunk/kauth-cve-2014-5033.patch)
Deleted:
  kauth/repos/extra-i686/PKGBUILD
  kauth/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   86 +++
 extra-i686/PKGBUILD|   37 -
 extra-i686/kauth-cve-2014-5033.patch   |   36 
 extra-x86_64/PKGBUILD  |   37 -
 extra-x86_64/kauth-cve-2014-5033.patch |   36 
 5 files changed, 158 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-30 20:15:36 UTC (rev 218411)
+++ extra-i686/PKGBUILD 2014-07-30 20:15:41 UTC (rev 218412)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kauth
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='KAuth'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kauth'
-license=('LGPL')
-depends=('kcoreaddons' 'polkit-qt5')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('eeb5e576c9d0d098cfb9def812f04089')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
--DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kauth/repos/extra-i686/PKGBUILD (from rev 218411, kauth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-30 20:15:41 UTC (rev 218412)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kauth
+pkgver=5.0.0
+pkgrel=2
+pkgdesc='KAuth'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kauth'
+license=('LGPL')
+depends=('kcoreaddons' 'polkit-qt5')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+${pkgname}-cve-2014-5033.patch)
+md5sums=('eeb5e576c9d0d098cfb9def812f04089'
+ 'c24d35b0e96f98f1cfaff8e69e5fe8f6')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+
+  patch -p1 -i ${srcdir}/kauth-cve-2014-5033.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kauth/repos/extra-i686/kauth-cve-2014-5033.patch (from rev 218411, 
kauth/trunk/kauth-cve-2014-5033.patch)
===
--- extra-i686/kauth-cve-2014-5033.patch(rev 0)
+++ extra-i686/kauth-cve-2014-5033.patch2014-07-30 20:15:41 UTC (rev 
218412)
@@ -0,0 +1,36 @@
+--- a/src/backends/polkit-1/Polkit1Backend.cpp
 b/src/backends/polkit-1/Polkit1Backend.cpp
+@@ -142,7 +142,7 @@
+ 
+ Action::AuthStatus Polkit1Backend::actionStatus(const QString action)
+ {
+-PolkitQt1::UnixProcessSubject subject(QCoreApplication::applicationPid());
++PolkitQt1::SystemBusNameSubject subject(QString::fromUtf8(callerID()));
+ PolkitQt1::Authority::Result r = 
PolkitQt1::Authority::instance()-checkAuthorizationSync(action, subject,
+  PolkitQt1::Authority::None);
+ switch (r) {
+@@ -158,21 +158,12 @@
+ 
+ QByteArray Polkit1Backend::callerID() const
+ {
+-QByteArray a;
+-QDataStream s(a, QIODevice::WriteOnly);
+-s  QCoreApplication::applicationPid();
+-
+-return a;
++return QDBusConnection::systemBus().baseService().toUtf8();
+ }
+ 
+ bool Polkit1Backend::isCallerAuthorized(const QString action, QByteArray 
callerID)
+ {
+-QDataStream s(callerID, QIODevice::ReadOnly);
+-qint64 pid;
+-
+-s  pid;
+-
+-PolkitQt1::UnixProcessSubject subject(pid);
++PolkitQt1::SystemBusNameSubject 

[arch-commits] Commit in kdelibs/repos (26 files)

2014-07-30 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 22:11:12
  Author: svenstaro
Revision: 218410

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

Added:
  kdelibs/repos/extra-i686/PKGBUILD
(from rev 218409, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/extra-i686/archlinux-menu.patch
(from rev 218409, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/extra-i686/kde-applications-menu.patch
(from rev 218409, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/extra-i686/kdelibs-cve-2014-5033.patch
(from rev 218409, kdelibs/trunk/kdelibs-cve-2014-5033.patch)
  kdelibs/repos/extra-i686/kdelibs.install
(from rev 218409, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/extra-i686/pyqt.patch
(from rev 218409, kdelibs/trunk/pyqt.patch)
  kdelibs/repos/extra-i686/qt4.patch
(from rev 218409, kdelibs/trunk/qt4.patch)
  kdelibs/repos/extra-x86_64/PKGBUILD
(from rev 218409, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/extra-x86_64/archlinux-menu.patch
(from rev 218409, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/extra-x86_64/kde-applications-menu.patch
(from rev 218409, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/extra-x86_64/kdelibs-cve-2014-5033.patch
(from rev 218409, kdelibs/trunk/kdelibs-cve-2014-5033.patch)
  kdelibs/repos/extra-x86_64/kdelibs.install
(from rev 218409, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/extra-x86_64/pyqt.patch
(from rev 218409, kdelibs/trunk/pyqt.patch)
  kdelibs/repos/extra-x86_64/qt4.patch
(from rev 218409, kdelibs/trunk/qt4.patch)
Deleted:
  kdelibs/repos/extra-i686/PKGBUILD
  kdelibs/repos/extra-i686/archlinux-menu.patch
  kdelibs/repos/extra-i686/kde-applications-menu.patch
  kdelibs/repos/extra-i686/kdelibs.install
  kdelibs/repos/extra-i686/pyqt.patch
  kdelibs/repos/extra-i686/qt4.patch
  kdelibs/repos/extra-x86_64/PKGBUILD
  kdelibs/repos/extra-x86_64/archlinux-menu.patch
  kdelibs/repos/extra-x86_64/kde-applications-menu.patch
  kdelibs/repos/extra-x86_64/kdelibs.install
  kdelibs/repos/extra-x86_64/pyqt.patch
  kdelibs/repos/extra-x86_64/qt4.patch

--+
 /PKGBUILD|  136 
 /archlinux-menu.patch|   44 +++
 /kde-applications-menu.patch |   44 +++
 /kdelibs.install |   26 ++
 /pyqt.patch  |  322 +
 /qt4.patch   |   22 +
 extra-i686/PKGBUILD  |   65 -
 extra-i686/archlinux-menu.patch  |   22 -
 extra-i686/kde-applications-menu.patch   |   22 -
 extra-i686/kdelibs-cve-2014-5033.patch   |   36 +++
 extra-i686/kdelibs.install   |   13 -
 extra-i686/pyqt.patch|  161 --
 extra-i686/qt4.patch |   11 
 extra-x86_64/PKGBUILD|   65 -
 extra-x86_64/archlinux-menu.patch|   22 -
 extra-x86_64/kde-applications-menu.patch |   22 -
 extra-x86_64/kdelibs-cve-2014-5033.patch |   36 +++
 extra-x86_64/kdelibs.install |   13 -
 extra-x86_64/pyqt.patch  |  161 --
 extra-x86_64/qt4.patch   |   11 
 20 files changed, 666 insertions(+), 588 deletions(-)

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


[arch-commits] Commit in kdelibs/trunk (PKGBUILD kdelibs-cve-2014-5033.patch)

2014-07-30 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 22:11:02
  Author: svenstaro
Revision: 218409

upgpkg: kdelibs 4.13.3-2

Fix CVE-2014-5033

Added:
  kdelibs/trunk/kdelibs-cve-2014-5033.patch
Modified:
  kdelibs/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 kdelibs-cve-2014-5033.patch |   36 
 2 files changed, 42 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 20:01:32 UTC (rev 218408)
+++ PKGBUILD2014-07-30 20:11:02 UTC (rev 218409)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.13.3
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -17,12 +17,13 @@
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
 'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch'
-'pyqt.patch')
+'pyqt.patch' 'kdelibs-cve-2014-5033.patch')
 sha1sums=('9c0e963fa2db119ac37e15f31c05d18d3043a58e'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'ed1f57ee661e5c7440efcaba7e51d2554709701c'
-  'd32534d7d6dc287c80951d24caf0259ab18c9abc')
+  'd32534d7d6dc287c80951d24caf0259ab18c9abc'
+  '9c808a7e382f59d730a4ced06ef88165f3d87eec')
 
 prepare() {
mkdir build
@@ -36,6 +37,8 @@
 
# support newer PyQt build system
patch -p1 -i ${srcdir}/pyqt.patch
+
+   patch -p1 -i ${srcdir}/kdelibs-cve-2014-5033.patch
 }
 
 build() {

Added: kdelibs-cve-2014-5033.patch
===
--- kdelibs-cve-2014-5033.patch (rev 0)
+++ kdelibs-cve-2014-5033.patch 2014-07-30 20:11:02 UTC (rev 218409)
@@ -0,0 +1,36 @@
+--- a/kdecore/auth/backends/polkit-1/Polkit1Backend.cpp
 b/kdecore/auth/backends/polkit-1/Polkit1Backend.cpp
+@@ -144,7 +144,7 @@
+ 
+ Action::AuthStatus Polkit1Backend::actionStatus(const QString action)
+ {
+-PolkitQt1::UnixProcessSubject subject(QCoreApplication::applicationPid());
++PolkitQt1::SystemBusNameSubject subject(QString::fromUtf8(callerID()));
+ PolkitQt1::Authority::Result r = 
PolkitQt1::Authority::instance()-checkAuthorizationSync(action, subject,
+   
PolkitQt1::Authority::None);
+ switch (r) {
+@@ -160,21 +160,12 @@
+ 
+ QByteArray Polkit1Backend::callerID() const
+ {
+-QByteArray a;
+-QDataStream s(a, QIODevice::WriteOnly);
+-s  QCoreApplication::applicationPid();
+-
+-return a;
++return QDBusConnection::systemBus().baseService().toUtf8();
+ }
+ 
+ bool Polkit1Backend::isCallerAuthorized(const QString action, QByteArray 
callerID)
+ {
+-QDataStream s(callerID, QIODevice::ReadOnly);
+-qint64 pid;
+-
+-s  pid;
+-
+-PolkitQt1::UnixProcessSubject subject(pid);
++PolkitQt1::SystemBusNameSubject subject(QString::fromUtf8(callerID));
+ PolkitQt1::Authority *authority = PolkitQt1::Authority::instance();
+ 
+ PolkitResultEventLoop e;
+



[arch-commits] Commit in linux-tools/repos (community-testing-x86_64)

2014-07-30 Thread Sébastien Luttringer
Date: Wednesday, July 30, 2014 @ 22:30:13
  Author: seblu
Revision: 116610

db-remove: linux-tools removed by seblu

Deleted:
  linux-tools/repos/community-testing-x86_64/



[arch-commits] Commit in linux-tools/repos (community-testing-i686)

2014-07-30 Thread Sébastien Luttringer
Date: Wednesday, July 30, 2014 @ 22:30:26
  Author: seblu
Revision: 116611

db-remove: linux-tools removed by seblu

Deleted:
  linux-tools/repos/community-testing-i686/



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

2014-07-30 Thread Sébastien Luttringer
Date: Wednesday, July 30, 2014 @ 22:32:20
  Author: seblu
Revision: 116613

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

Added:
  radvd/repos/community-i686/01-fix-rdnssinfo-length-fix.patch
(from rev 116612, 
radvd/repos/community-testing-i686/01-fix-rdnssinfo-length-fix.patch)
  radvd/repos/community-i686/PKGBUILD
(from rev 116612, radvd/repos/community-testing-i686/PKGBUILD)
  radvd/repos/community-i686/radvd.service
(from rev 116612, radvd/repos/community-testing-i686/radvd.service)
  radvd/repos/community-x86_64/01-fix-rdnssinfo-length-fix.patch
(from rev 116612, 
radvd/repos/community-testing-x86_64/01-fix-rdnssinfo-length-fix.patch)
  radvd/repos/community-x86_64/PKGBUILD
(from rev 116612, radvd/repos/community-testing-x86_64/PKGBUILD)
  radvd/repos/community-x86_64/radvd.service
(from rev 116612, radvd/repos/community-testing-x86_64/radvd.service)
Deleted:
  radvd/repos/community-i686/PKGBUILD
  radvd/repos/community-i686/radvd.service
  radvd/repos/community-testing-i686/
  radvd/repos/community-testing-x86_64/
  radvd/repos/community-x86_64/PKGBUILD
  radvd/repos/community-x86_64/radvd.service

+
 /PKGBUILD  |  112 +++
 /radvd.service |   18 +++
 community-i686/01-fix-rdnssinfo-length-fix.patch   |   25 
 community-i686/PKGBUILD|   43 ---
 community-i686/radvd.service   |9 -
 community-x86_64/01-fix-rdnssinfo-length-fix.patch |   25 
 community-x86_64/PKGBUILD  |   43 ---
 community-x86_64/radvd.service |9 -
 8 files changed, 180 insertions(+), 104 deletions(-)

Copied: radvd/repos/community-i686/01-fix-rdnssinfo-length-fix.patch (from rev 
116612, radvd/repos/community-testing-i686/01-fix-rdnssinfo-length-fix.patch)
===
--- community-i686/01-fix-rdnssinfo-length-fix.patch
(rev 0)
+++ community-i686/01-fix-rdnssinfo-length-fix.patch2014-07-30 20:32:20 UTC 
(rev 116613)
@@ -0,0 +1,25 @@
+From d1282b5ddeadd1d93f61cceb122b942c56e629dc Mon Sep 17 00:00:00 2001
+From: Reuben Hawkins reuben...@gmail.com
+Date: Tue, 29 Jul 2014 20:31:18 -0700
+Subject: [PATCH] send.c: rdnssinfo length fix
+
+---
+ send.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/send.c b/send.c
+index ec6b93b..a2dded6 100644
+--- a/send.c
 b/send.c
+@@ -329,7 +329,7 @@ static void add_rdnss(struct safe_buffer * sb, struct 
AdvRDNSS const *rdnss, int
+   memcpy(rdnssinfo.nd_opt_rdnssi_addr2, rdnss-AdvRDNSSAddr2, 
sizeof(struct in6_addr));
+   memcpy(rdnssinfo.nd_opt_rdnssi_addr3, rdnss-AdvRDNSSAddr3, 
sizeof(struct in6_addr));
+ 
+-  safe_buffer_append(sb, rdnssinfo, sizeof(rdnssinfo));
++  safe_buffer_append(sb, rdnssinfo, sizeof(rdnssinfo) - (3 - 
rdnss-AdvRDNSSNumber) * sizeof(struct in6_addr));
+ 
+   rdnss = rdnss-next;
+   }
+-- 
+2.0.3
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-30 20:32:07 UTC (rev 116612)
+++ community-i686/PKGBUILD 2014-07-30 20:32:20 UTC (rev 116613)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Mark Smith markzzzsm...@yahoo.com.au
-
-pkgname=radvd
-pkgver=1.14
-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.xz{,.asc}
-$pkgname.service)
-sha1sums=('f2edd0d52490adeca643ba5e9aae5e190f8ea066'
-  'SKIP'
-  '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 116612, 
radvd/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-30 20:32:20 UTC (rev 116613)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# 

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

2014-07-30 Thread Sébastien Luttringer
Date: Wednesday, July 30, 2014 @ 22:32:07
  Author: seblu
Revision: 116612

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

Added:
  lz4/repos/community-i686/PKGBUILD
(from rev 116611, lz4/repos/community-testing-i686/PKGBUILD)
  lz4/repos/community-x86_64/PKGBUILD
(from rev 116611, lz4/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  lz4/repos/community-i686/PKGBUILD
  lz4/repos/community-testing-i686/
  lz4/repos/community-testing-x86_64/
  lz4/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-30 20:30:26 UTC (rev 116611)
+++ community-i686/PKGBUILD 2014-07-30 20:32:07 UTC (rev 116612)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=119
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('GPL2')
-makedepends=('svn')
-checkdepends=('diffutils')
-depends=('glibc')
-source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make
-}
-
-check() {
-  $pkgname/programs/lz4 /etc/passwd passwd.lz4
-  $pkgname/programs/lz4 -d passwd.lz4 passwd
-  diff -q /etc/passwd passwd
-  rm passwd
-}
-
-package() {
-  cd $pkgname
-  make install DESTDIR=$pkgdir
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-i686/PKGBUILD (from rev 116611, 
lz4/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-30 20:32:07 UTC (rev 116612)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=120
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('svn')
+checkdepends=('diffutils')
+depends=('glibc')
+source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+check() {
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install DESTDIR=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-30 20:30:26 UTC (rev 116611)
+++ community-x86_64/PKGBUILD   2014-07-30 20:32:07 UTC (rev 116612)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=119
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('GPL2')
-makedepends=('svn')
-checkdepends=('diffutils')
-depends=('glibc')
-source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make
-}
-
-check() {
-  $pkgname/programs/lz4 /etc/passwd passwd.lz4
-  $pkgname/programs/lz4 -d passwd.lz4 passwd
-  diff -q /etc/passwd passwd
-  rm passwd
-}
-
-package() {
-  cd $pkgname
-  make install DESTDIR=$pkgdir
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-x86_64/PKGBUILD (from rev 116611, 
lz4/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-30 20:32:07 UTC (rev 116612)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=120
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('svn')
+checkdepends=('diffutils')
+depends=('glibc')
+source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+check() {
+  

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

2014-07-30 Thread Sébastien Luttringer
Date: Wednesday, July 30, 2014 @ 22:37:31
  Author: seblu
Revision: 218413

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

Added:
  tar/repos/core-i686/PKGBUILD
(from rev 218412, tar/repos/testing-i686/PKGBUILD)
  tar/repos/core-i686/tar.install
(from rev 218412, tar/repos/testing-i686/tar.install)
  tar/repos/core-x86_64/PKGBUILD
(from rev 218412, tar/repos/testing-x86_64/PKGBUILD)
  tar/repos/core-x86_64/tar.install
(from rev 218412, tar/repos/testing-x86_64/tar.install)
Deleted:
  tar/repos/core-i686/PKGBUILD
  tar/repos/core-i686/tar.install
  tar/repos/core-x86_64/PKGBUILD
  tar/repos/core-x86_64/tar.install
  tar/repos/testing-i686/
  tar/repos/testing-x86_64/

-+
 /PKGBUILD   |   74 ++
 /tar.install|   44 +++
 core-i686/PKGBUILD  |   34 -
 core-i686/tar.install   |   21 -
 core-x86_64/PKGBUILD|   34 -
 core-x86_64/tar.install |   21 -
 6 files changed, 118 insertions(+), 110 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-07-30 20:15:41 UTC (rev 218412)
+++ core-i686/PKGBUILD  2014-07-30 20:37:31 UTC (rev 218413)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=tar
-pkgver=1.27.1
-pkgrel=1
-pkgdesc=Utility used to store, backup, and transport files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/tar/tar.html;
-license=('GPL3')
-groups=('base')
-depends=('glibc' 'sh')
-options=('!emptydirs')
-install=tar.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('e0382a4064e09a4943f3adeff1435978'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
-  make
-}
-
-check() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make check
-}
-  
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: tar/repos/core-i686/PKGBUILD (from rev 218412, 
tar/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-07-30 20:37:31 UTC (rev 218413)
@@ -0,0 +1,37 @@
+# $Id$
+# Mainainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=tar
+pkgver=1.28
+pkgrel=1
+pkgdesc='Utility used to store, backup, and transport files'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/tar/tar.html'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'acl' 'attr')
+options=('!emptydirs')
+install=tar.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('49b6306167724fe48f419a33a5beb857'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-i686/tar.install
===
--- core-i686/tar.install   2014-07-30 20:15:41 UTC (rev 218412)
+++ core-i686/tar.install   2014-07-30 20:37:31 UTC (rev 218413)
@@ -1,21 +0,0 @@
-infodir=usr/share/info
-filelist=(tar.info tar.info-1 tar.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-

Copied: tar/repos/core-i686/tar.install (from rev 218412, 
tar/repos/testing-i686/tar.install)
===
--- core-i686/tar.install   (rev 0)
+++ core-i686/tar.install   2014-07-30 20:37:31 UTC (rev 218413)
@@ -0,0 +1,22 @@
+# vim:set ts=2 sw=2 et:
+
+infodir=usr/share/info
+filelist=(tar.info tar.info-1 tar.info-2)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-07-30 20:15:41 UTC (rev 218412)
+++ core-x86_64/PKGBUILD

[arch-commits] Commit in linux-tools/repos (34 files)

2014-07-30 Thread Sébastien Luttringer
Date: Wednesday, July 30, 2014 @ 22:46:20
  Author: seblu
Revision: 116615

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

Added:
  linux-tools/repos/community-i686/01-fix-perf-python.patch
(from rev 116614, linux-tools/trunk/01-fix-perf-python.patch)
  linux-tools/repos/community-i686/02-archlinux-paths.patch
(from rev 116614, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-i686/03-fix-acpidump-compile-error.patch
(from rev 116614, linux-tools/trunk/03-fix-acpidump-compile-error.patch)
  linux-tools/repos/community-i686/PKGBUILD
(from rev 116614, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 116614, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 116614, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 116614, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 116614, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 116614, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/01-fix-perf-python.patch
(from rev 116614, linux-tools/trunk/01-fix-perf-python.patch)
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
(from rev 116614, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-x86_64/03-fix-acpidump-compile-error.patch
(from rev 116614, linux-tools/trunk/03-fix-acpidump-compile-error.patch)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 116614, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 116614, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 116614, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 116614, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 116614, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 116614, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-i686/01-fix-perf-python.patch
  linux-tools/repos/community-i686/02-archlinux-paths.patch
  linux-tools/repos/community-i686/PKGBUILD
  linux-tools/repos/community-i686/cpupower.default
  linux-tools/repos/community-i686/cpupower.install
  linux-tools/repos/community-i686/cpupower.service
  linux-tools/repos/community-i686/cpupower.systemd
  linux-tools/repos/community-i686/usbipd.service
  linux-tools/repos/community-x86_64/01-fix-perf-python.patch
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

--+
 /01-fix-perf-python.patch|   24 
 /02-archlinux-paths.patch|   42 +
 /PKGBUILD|  476 +
 /cpupower.default|   58 ++
 /cpupower.install|   26 
 /cpupower.service|   20 
 /cpupower.systemd|   64 ++
 /usbipd.service  |   18 
 community-i686/01-fix-perf-python.patch  |   12 
 community-i686/02-archlinux-paths.patch  |   21 
 community-i686/03-fix-acpidump-compile-error.patch   |   13 
 community-i686/PKGBUILD  |  232 
 community-i686/cpupower.default  |   29 -
 community-i686/cpupower.install  |   13 
 community-i686/cpupower.service  |   10 
 community-i686/cpupower.systemd  |   32 -
 community-i686/usbipd.service|9 
 community-x86_64/01-fix-perf-python.patch|   12 
 community-x86_64/02-archlinux-paths.patch|   21 
 community-x86_64/03-fix-acpidump-compile-error.patch |   13 
 community-x86_64/PKGBUILD|  232 
 community-x86_64/cpupower.default|   29 -
 community-x86_64/cpupower.install|   13 
 community-x86_64/cpupower.service|   10 
 community-x86_64/cpupower.systemd|   32 -
 community-x86_64/usbipd.service  |9 
 26 files changed, 754 insertions(+), 716 deletions(-)

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


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

2014-07-30 Thread Sébastien Luttringer
Date: Wednesday, July 30, 2014 @ 22:45:24
  Author: seblu
Revision: 116614

upgpkg: linux-tools 3.15-1

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 20:32:20 UTC (rev 116613)
+++ PKGBUILD2014-07-30 20:45:24 UTC (rev 116614)
@@ -13,7 +13,7 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=3.15.7
+pkgver=3.15
 pkgrel=1
 license=('GPL2')
 arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@
 makedepends+=('ncurses')
 groups=($pkgbase)
 source=(http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz;
-#http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.3.xz;
+http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.7.xz;
 'cpupower.default'
 'cpupower.systemd'
 'cpupower.service'
@@ -41,7 +41,8 @@
 '02-archlinux-paths.patch'
 '03-fix-acpidump-compile-error.patch')
 # http://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
-sha256sums=('d299fdff6e9eb7a9d646440a38eb5507687b048ac561db7c7458a6151f19980c'
+sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
+'25f0767908e736a2388fe36810712ee3faa6c86c5255516496d5942ba1ffb451'
 '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
 'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
 'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
@@ -52,7 +53,7 @@
 
 prepare() {
   cd linux-$pkgver
-  #patch -N -p1 -i $srcdir/patch-$pkgver.3
+  patch -N -p1 -i $srcdir/patch-$pkgver.7
   patch -N -p1 -i $srcdir/01-fix-perf-python.patch
   patch -N -p1 -i $srcdir/02-archlinux-paths.patch
   # the following patch is a fix for compile error in 3.15



[arch-commits] Commit in (6 files)

2014-07-30 Thread Sébastien Luttringer
Date: Thursday, July 31, 2014 @ 00:37:38
  Author: seblu
Revision: 218414

community2extra: Moving radvd from community to extra

Added:
  radvd/
  radvd/repos/
  radvd/trunk/
  radvd/trunk/01-fix-rdnssinfo-length-fix.patch
  radvd/trunk/PKGBUILD
  radvd/trunk/radvd.service

---+
 01-fix-rdnssinfo-length-fix.patch |   25 
 PKGBUILD  |   56 
 radvd.service |9 +
 3 files changed, 90 insertions(+)

Added: radvd/trunk/01-fix-rdnssinfo-length-fix.patch
===
--- radvd/trunk/01-fix-rdnssinfo-length-fix.patch   
(rev 0)
+++ radvd/trunk/01-fix-rdnssinfo-length-fix.patch   2014-07-30 22:37:38 UTC 
(rev 218414)
@@ -0,0 +1,25 @@
+From d1282b5ddeadd1d93f61cceb122b942c56e629dc Mon Sep 17 00:00:00 2001
+From: Reuben Hawkins reuben...@gmail.com
+Date: Tue, 29 Jul 2014 20:31:18 -0700
+Subject: [PATCH] send.c: rdnssinfo length fix
+
+---
+ send.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/send.c b/send.c
+index ec6b93b..a2dded6 100644
+--- a/send.c
 b/send.c
+@@ -329,7 +329,7 @@ static void add_rdnss(struct safe_buffer * sb, struct 
AdvRDNSS const *rdnss, int
+   memcpy(rdnssinfo.nd_opt_rdnssi_addr2, rdnss-AdvRDNSSAddr2, 
sizeof(struct in6_addr));
+   memcpy(rdnssinfo.nd_opt_rdnssi_addr3, rdnss-AdvRDNSSAddr3, 
sizeof(struct in6_addr));
+ 
+-  safe_buffer_append(sb, rdnssinfo, sizeof(rdnssinfo));
++  safe_buffer_append(sb, rdnssinfo, sizeof(rdnssinfo) - (3 - 
rdnss-AdvRDNSSNumber) * sizeof(struct in6_addr));
+ 
+   rdnss = rdnss-next;
+   }
+-- 
+2.0.3
+

Added: radvd/trunk/PKGBUILD
===
--- radvd/trunk/PKGBUILD(rev 0)
+++ radvd/trunk/PKGBUILD2014-07-30 22:37:38 UTC (rev 218414)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Mark Smith markzzzsm...@yahoo.com.au
+
+pkgname=radvd
+pkgver=2.2
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc')
+makedepends=('check')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
+$pkgname.service
+'01-fix-rdnssinfo-length-fix.patch')
+sha1sums=('23ce0a4f2a927dab15088fcc781934172f8c039e'
+  'SKIP'
+  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc'
+  'e19cd657042ee9897cfd7b89fac39f34f0707877')
+
+prepare() {
+  patch -p1 -d $pkgname-$pkgver  '01-fix-rdnssinfo-length-fix.patch'
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-pidfile=/run/radvd.pid \
+--mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+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:


Property changes on: radvd/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: radvd/trunk/radvd.service
===
--- radvd/trunk/radvd.service   (rev 0)
+++ radvd/trunk/radvd.service   2014-07-30 22:37:38 UTC (rev 218414)
@@ -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



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

2014-07-30 Thread Sébastien Luttringer
Date: Thursday, July 31, 2014 @ 00:38:02
  Author: seblu
Revision: 218415

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

Added:
  radvd/repos/extra-i686/
  radvd/repos/extra-i686/01-fix-rdnssinfo-length-fix.patch
(from rev 218414, radvd/trunk/01-fix-rdnssinfo-length-fix.patch)
  radvd/repos/extra-i686/PKGBUILD
(from rev 218414, radvd/trunk/PKGBUILD)
  radvd/repos/extra-i686/radvd.service
(from rev 218414, radvd/trunk/radvd.service)
  radvd/repos/extra-x86_64/
  radvd/repos/extra-x86_64/01-fix-rdnssinfo-length-fix.patch
(from rev 218414, radvd/trunk/01-fix-rdnssinfo-length-fix.patch)
  radvd/repos/extra-x86_64/PKGBUILD
(from rev 218414, radvd/trunk/PKGBUILD)
  radvd/repos/extra-x86_64/radvd.service
(from rev 218414, radvd/trunk/radvd.service)

+
 extra-i686/01-fix-rdnssinfo-length-fix.patch   |   25 ++
 extra-i686/PKGBUILD|   56 +++
 extra-i686/radvd.service   |9 +++
 extra-x86_64/01-fix-rdnssinfo-length-fix.patch |   25 ++
 extra-x86_64/PKGBUILD  |   56 +++
 extra-x86_64/radvd.service |9 +++
 6 files changed, 180 insertions(+)

Copied: radvd/repos/extra-i686/01-fix-rdnssinfo-length-fix.patch (from rev 
218414, radvd/trunk/01-fix-rdnssinfo-length-fix.patch)
===
--- extra-i686/01-fix-rdnssinfo-length-fix.patch
(rev 0)
+++ extra-i686/01-fix-rdnssinfo-length-fix.patch2014-07-30 22:38:02 UTC 
(rev 218415)
@@ -0,0 +1,25 @@
+From d1282b5ddeadd1d93f61cceb122b942c56e629dc Mon Sep 17 00:00:00 2001
+From: Reuben Hawkins reuben...@gmail.com
+Date: Tue, 29 Jul 2014 20:31:18 -0700
+Subject: [PATCH] send.c: rdnssinfo length fix
+
+---
+ send.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/send.c b/send.c
+index ec6b93b..a2dded6 100644
+--- a/send.c
 b/send.c
+@@ -329,7 +329,7 @@ static void add_rdnss(struct safe_buffer * sb, struct 
AdvRDNSS const *rdnss, int
+   memcpy(rdnssinfo.nd_opt_rdnssi_addr2, rdnss-AdvRDNSSAddr2, 
sizeof(struct in6_addr));
+   memcpy(rdnssinfo.nd_opt_rdnssi_addr3, rdnss-AdvRDNSSAddr3, 
sizeof(struct in6_addr));
+ 
+-  safe_buffer_append(sb, rdnssinfo, sizeof(rdnssinfo));
++  safe_buffer_append(sb, rdnssinfo, sizeof(rdnssinfo) - (3 - 
rdnss-AdvRDNSSNumber) * sizeof(struct in6_addr));
+ 
+   rdnss = rdnss-next;
+   }
+-- 
+2.0.3
+

Copied: radvd/repos/extra-i686/PKGBUILD (from rev 218414, radvd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-30 22:38:02 UTC (rev 218415)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Mark Smith markzzzsm...@yahoo.com.au
+
+pkgname=radvd
+pkgver=2.2
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc')
+makedepends=('check')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
+$pkgname.service
+'01-fix-rdnssinfo-length-fix.patch')
+sha1sums=('23ce0a4f2a927dab15088fcc781934172f8c039e'
+  'SKIP'
+  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc'
+  'e19cd657042ee9897cfd7b89fac39f34f0707877')
+
+prepare() {
+  patch -p1 -d $pkgname-$pkgver  '01-fix-rdnssinfo-length-fix.patch'
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-pidfile=/run/radvd.pid \
+--mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+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/extra-i686/radvd.service (from rev 218414, 
radvd/trunk/radvd.service)
===
--- extra-i686/radvd.service(rev 0)
+++ extra-i686/radvd.service2014-07-30 22:38:02 UTC (rev 218415)
@@ -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

Copied: radvd/repos/extra-x86_64/01-fix-rdnssinfo-length-fix.patch (from rev 
218414, radvd/trunk/01-fix-rdnssinfo-length-fix.patch)

[arch-commits] Commit in (radvd)

2014-07-30 Thread Sébastien Luttringer
Date: Thursday, July 31, 2014 @ 00:38:29
  Author: seblu
Revision: 116618

community2extra: Moving radvd from community to extra

Deleted:
  radvd/



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

2014-07-30 Thread Sébastien Luttringer
Date: Thursday, July 31, 2014 @ 00:43:48
  Author: seblu
Revision: 218416

version bump

Modified:
  nftables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 22:38:02 UTC (rev 218415)
+++ PKGBUILD2014-07-30 22:43:48 UTC (rev 218416)
@@ -3,7 +3,7 @@
 
 pkgname=nftables
 epoch=1
-pkgver=0.2
+pkgver=0.3
 pkgrel=1
 pkgdesc='Netfilter nftables userspace tools'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
 makedepends=('docbook2x')
 
source=(http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2{,.sig})
-sha1sums=('1d1959e02e970b1de0e9435142a64d09240c0591'
+sha1sums=('4b097c23f38575347cec21835ee0e6ef89c57455'
   'SKIP')
 
 build() {



[arch-commits] Commit in (6 files)

2014-07-30 Thread Sébastien Luttringer
Date: Thursday, July 31, 2014 @ 00:53:04
  Author: seblu
Revision: 116619

Add unifi

Added:
  unifi/
  unifi/repos/
  unifi/trunk/
  unifi/trunk/PKGBUILD
  unifi/trunk/unifi.install
  unifi/trunk/unifi.service

---+
 PKGBUILD  |   30 ++
 unifi.install |   16 
 unifi.service |   11 +++
 3 files changed, 57 insertions(+)

Added: unifi/trunk/PKGBUILD
===
--- unifi/trunk/PKGBUILD(rev 0)
+++ unifi/trunk/PKGBUILD2014-07-30 22:53:04 UTC (rev 116619)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Frederik Schwan frederik dot schwan at linux dot com
+
+pkgname=unifi
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Controller for Ubiquiti UniFi accesspoints'
+arch=('any')
+url='http://www.ubnt.com/'
+license=('custom')
+depends=('mongodb' 'jre7-openjdk-headless')
+conflicts=('tomcat-native')
+# needed to not break configuration accross upgrades
+backup=('opt/unifi/data/system.properties')
+install=unifi.install
+source=(UniFi-$pkgver.zip::http://dl.ubnt.com/unifi/$pkgver/UniFi.unix.zip;
+'unifi.service')
+md5sums=('9b2d59e6be25db2210f4d85512315e6f'
+ '04934ee4be43b6f80db610d140edf49f')
+
+package() {
+  install -d $pkgdir/opt
+  cp -ar UniFi $pkgdir/opt/unifi
+  chown -R 113:113 $pkgdir/opt/unifi
+  rm $pkgdir/opt/unifi/readme.txt
+  install -Dm644 unifi.service $pkgdir/usr/lib/systemd/system/unifi.service
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


Property changes on: unifi/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: unifi/trunk/unifi.install
===
--- unifi/trunk/unifi.install   (rev 0)
+++ unifi/trunk/unifi.install   2014-07-30 22:53:04 UTC (rev 116619)
@@ -0,0 +1,16 @@
+# arg 1:  the new package version
+post_install() {
+  # https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
+  getent group unifi /dev/null || groupadd -g 113 unifi
+  getent passwd unifi /dev/null || useradd -M -d /opt/unifi -u 113 -g 113 
unifi
+  :
+}
+
+# arg 1:  the old package version
+post_remove() {
+  userdel -f unifi /dev/null
+  groupdel unifi /dev/null
+  :
+}
+
+# vim:set ts=2 sw=2 et:

Added: unifi/trunk/unifi.service
===
--- unifi/trunk/unifi.service   (rev 0)
+++ unifi/trunk/unifi.service   2014-07-30 22:53:04 UTC (rev 116619)
@@ -0,0 +1,11 @@
+[Unit]
+Description=UniFi Controller
+After=network.target
+
+[Service]
+User=unifi
+ExecStart=/usr/bin/java -jar /opt/unifi/lib/ace.jar start
+ExecStop=/usr/bin/java -jar /opt/unifi/lib/ace.jar stop
+
+[Install]
+WantedBy=multi-user.target



  1   2   >