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

2014-09-30 Thread Laurent Carlier
Date: Tuesday, September 30, 2014 @ 08:49:07
  Author: lcarlier
Revision: 119857

upgpkg: openttd 1.4.3-1

upstream update 1.4.3

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 04:07:31 UTC (rev 119856)
+++ PKGBUILD2014-09-30 06:49:07 UTC (rev 119857)
@@ -2,7 +2,7 @@
 # Maintainer: Vesa Kaihlavirta ve...@iki.fi
 
 pkgname=openttd
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('openttd-opengfx: free graphics' 
 'openttd-opensfx: free soundset')
 
source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('e286c7e82fc5a9d5b52902ffab566c5924ff27eced165cb2583aa6df2d52eccf')
+sha256sums=('11bcbbddb9864d69f1bca11966ece9abfc28973151e6dd73ceadff89ebdf63dd')
 
 build() {
   cd ${pkgname}-${pkgver} 


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

2014-09-30 Thread Laurent Carlier
Date: Tuesday, September 30, 2014 @ 08:50:26
  Author: lcarlier
Revision: 119860

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

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

+
 community-staging-i686/PKGBUILD|   40 +++
 community-staging-i686/audex.install   |   12 +
 community-staging-x86_64/PKGBUILD  |   40 +++
 community-staging-x86_64/audex.install |   12 +
 4 files changed, 104 insertions(+)

Copied: audex/repos/community-staging-i686/PKGBUILD (from rev 119859, 
audex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-30 06:50:26 UTC (rev 119860)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: mightyjaym jmambros...@gmail.com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=audex
+pkgver=0.78
+pkgrel=2
+pkgdesc=A CDDA extraction tool with a ftp upload function for KDE
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php?content=77125;
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+optdepends=('vorbis-tools: OGG encoder'
+   'faac: MP4/M4A/AAC encoder'
+   'flac: FLAC encoder'
+   'lame: MP3 encoder')
+install=${pkgname}.install
+source=(http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e424309ab085de40043f841f2fa230c6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../  \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: audex/repos/community-staging-i686/audex.install (from rev 119859, 
audex/trunk/audex.install)
===
--- community-staging-i686/audex.install(rev 0)
+++ community-staging-i686/audex.install2014-09-30 06:50:26 UTC (rev 
119860)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: audex/repos/community-staging-x86_64/PKGBUILD (from rev 119859, 
audex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-30 06:50:26 UTC (rev 119860)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: mightyjaym jmambros...@gmail.com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=audex
+pkgver=0.78
+pkgrel=2
+pkgdesc=A CDDA extraction tool with a ftp upload function for KDE
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php?content=77125;
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+optdepends=('vorbis-tools: OGG encoder'
+   'faac: MP4/M4A/AAC encoder'
+   'flac: FLAC encoder'
+   'lame: MP3 encoder')
+install=${pkgname}.install
+source=(http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e424309ab085de40043f841f2fa230c6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../  \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: audex/repos/community-staging-x86_64/audex.install (from rev 119859, 
audex/trunk/audex.install)
===
--- community-staging-x86_64/audex.install  (rev 0)
+++ community-staging-x86_64/audex.install  2014-09-30 06:50:26 UTC (rev 
119860)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2014-09-30 Thread Laurent Carlier
Date: Tuesday, September 30, 2014 @ 08:49:18
  Author: lcarlier
Revision: 119858

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

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

--+
 /PKGBUILD|   76 +
 /openttd.install |   34 
 community-i686/PKGBUILD  |   38 --
 community-i686/openttd.install   |   17 
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/openttd.install |   17 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-30 06:49:07 UTC (rev 119857)
+++ community-i686/PKGBUILD 2014-09-30 06:49:18 UTC (rev 119858)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-
-pkgname=openttd
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='An engine for running Transport Tycoon Deluxe.'
-arch=('i686' 'x86_64')
-url='http://www.openttd.org'
-license=('GPL')
-depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
-install=openttd.install
-optdepends=('openttd-opengfx: free graphics' 
-'openttd-opensfx: free soundset')
-source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('e286c7e82fc5a9d5b52902ffab566c5924ff27eced165cb2583aa6df2d52eccf')
-
-build() {
-  cd ${pkgname}-${pkgver} 
-
- ./configure \
---prefix-dir=/usr \
---binary-name=${pkgname} \
---binary-dir=bin \
---data-dir=share/${pkgname} \
---install-dir=${pkgdir} \
---doc-dir=share/doc/${pkgname} \
---menu-name=OpenTTD \
---personal-dir=.${pkgname}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver} 
-
-  make install
-}

Copied: openttd/repos/community-i686/PKGBUILD (from rev 119857, 
openttd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-30 06:49:18 UTC (rev 119858)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+pkgname=openttd
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('11bcbbddb9864d69f1bca11966ece9abfc28973151e6dd73ceadff89ebdf63dd')
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name=OpenTTD \
+--personal-dir=.${pkgname}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}

Deleted: community-i686/openttd.install
===
--- community-i686/openttd.install  2014-09-30 06:49:07 UTC (rev 119857)
+++ community-i686/openttd.install  2014-09-30 06:49:18 UTC (rev 119858)
@@ -1,17 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
-  update-desktop-database  /dev/null 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database  /dev/null 21
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21 
-  update-desktop-database  /dev/null 21
-}

Copied: openttd/repos/community-i686/openttd.install (from rev 119857, 
openttd/trunk/openttd.install)
===
--- community-i686/openttd.install  (rev 0)
+++ community-i686/openttd.install  2014-09-30 06:49:18 UTC (rev 119858)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
+  update-desktop-database  /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database  /dev/null 21
+}
+
+post_remove() {
+  

[arch-commits] Commit in audex/trunk (PKGBUILD google_regex.patch)

2014-09-30 Thread Laurent Carlier
Date: Tuesday, September 30, 2014 @ 08:50:11
  Author: lcarlier
Revision: 119859

upgpkg: audex 0.78-2

kdelibs rebuild

Modified:
  audex/trunk/PKGBUILD
Deleted:
  audex/trunk/google_regex.patch

+
 PKGBUILD   |2 +-
 google_regex.patch |   14 --
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 06:49:18 UTC (rev 119858)
+++ PKGBUILD2014-09-30 06:50:11 UTC (rev 119859)
@@ -6,7 +6,7 @@
 
 pkgname=audex
 pkgver=0.78
-pkgrel=1
+pkgrel=2
 pkgdesc=A CDDA extraction tool with a ftp upload function for KDE
 arch=('i686' 'x86_64')
 url=http://kde-apps.org/content/show.php?content=77125;

Deleted: google_regex.patch
===
--- google_regex.patch  2014-09-30 06:49:18 UTC (rev 119858)
+++ google_regex.patch  2014-09-30 06:50:11 UTC (rev 119859)
@@ -1,14 +0,0 @@
 audex-0.74b1/utils/coverfetcher.cpp2011-01-15 12:06:25.0 
+0100
-+++ audex-0.74b1/utils/coverfetcher_new.cpp2011-07-20 18:43:37.55453 
+0200
-@@ -162,7 +162,10 @@
-   cover_tbnids.clear();
-   cover_thumbnails.clear();
- 
--  QRegExp 
rx(a\\shref=(\\/imgres\\?imgurl=[a-zA-Z0-9_\\%\\/\\=\\.\\:\\-\\?]+)[\\s\\n]*img\\ssrc=([a-zA-Z0-9_\\%\\/\\=\\.\\:\\-\\?]+).*[\\s\\n]*/a);
-+  QRegExp 
rx(a\\shref=\(\\/imgres\\?imgurl=[^\]+)\[\\s\\n]*img[^]+src=\([^]+)\/a);
-+  QString html = xml;
-+  html.replace( QLatin1String(amp;), QLatin1String() );
-+
-   rx.setMinimal(TRUE);
-   
-   int pos = 0; int i = 0;


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

2014-09-30 Thread Felix Yan
Date: Tuesday, September 30, 2014 @ 09:16:05
  Author: fyan
Revision: 119861

upgpkg: nodejs 0.10.32-6

update npm to 2.1.2

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 06:50:26 UTC (rev 119860)
+++ PKGBUILD2014-09-30 07:16:05 UTC (rev 119861)
@@ -10,8 +10,8 @@
 
 pkgname=nodejs
 pkgver=0.10.32
-_npmver=2.1.1
-pkgrel=5
+_npmver=2.1.2
+pkgrel=6
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'


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

2014-09-30 Thread Felix Yan
Date: Tuesday, September 30, 2014 @ 09:20:04
  Author: fyan
Revision: 119863

upgpkg: python-cryptography-vectors 0.6-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 07:16:40 UTC (rev 119862)
+++ PKGBUILD2014-09-30 07:20:04 UTC (rev 119863)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=0.5.4
+pkgver=0.6
 pkgrel=1
 pkgdesc=Test vectors for the cryptography package
 arch=('any')
@@ -11,7 +11,7 @@
 url=http://pypi.python.org/pypi/cryptography-vectors;
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('04fc08553b06d77c1e34bbf1815295b0')
+md5sums=('1e31a05a84c16c6e41bd43c05a7dfbec')
 
 prepare() {
cp -a cryptography_vectors-${pkgver}{,-python2}


[arch-commits] Commit in python-cryptography-vectors/repos/community-any (2 files)

2014-09-30 Thread Felix Yan
Date: Tuesday, September 30, 2014 @ 09:20:27
  Author: fyan
Revision: 119864

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 119863, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-30 07:20:04 UTC (rev 119863)
+++ PKGBUILD2014-09-30 07:20:27 UTC (rev 119864)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-cryptography-vectors
-pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=0.5.4
-pkgrel=1
-pkgdesc=Test vectors for the cryptography package
-arch=('any')
-license=('Apache')
-url=http://pypi.python.org/pypi/cryptography-vectors;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('04fc08553b06d77c1e34bbf1815295b0')
-
-prepare() {
-   cp -a cryptography_vectors-${pkgver}{,-python2}
-}
-
-package_python-cryptography-vectors() {
-   depends=('python')
- 
-   cd cryptography_vectors-${pkgver}
-   python3 setup.py install --root=${pkgdir} --optimize=1
-}
- 
-package_python2-cryptography-vectors() {
-   depends=('python2')
- 
-   cd cryptography_vectors-${pkgver}-python2
-   python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
119863, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-30 07:20:27 UTC (rev 119864)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-cryptography-vectors
+pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
+pkgver=0.6
+pkgrel=1
+pkgdesc=Test vectors for the cryptography package
+arch=('any')
+license=('Apache')
+url=http://pypi.python.org/pypi/cryptography-vectors;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
+md5sums=('1e31a05a84c16c6e41bd43c05a7dfbec')
+
+prepare() {
+   cp -a cryptography_vectors-${pkgver}{,-python2}
+}
+
+package_python-cryptography-vectors() {
+   depends=('python')
+ 
+   cd cryptography_vectors-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1
+}
+ 
+package_python2-cryptography-vectors() {
+   depends=('python2')
+ 
+   cd cryptography_vectors-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1
+}


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

2014-09-30 Thread Felix Yan
Date: Tuesday, September 30, 2014 @ 09:16:40
  Author: fyan
Revision: 119862

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-30 07:16:05 UTC (rev 119861)
+++ community-i686/PKGBUILD 2014-09-30 07:16:40 UTC (rev 119862)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.32
-_npmver=2.1.1
-pkgrel=5
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked marked-man
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 119861, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-30 07:16:40 UTC (rev 119862)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.32
+_npmver=2.1.2
+pkgrel=6
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  

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

2014-09-30 Thread Laurent Carlier
Date: Tuesday, September 30, 2014 @ 09:29:47
  Author: lcarlier
Revision: 119866

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

Added:
  kmymoney/repos/community-staging-i686/
  kmymoney/repos/community-staging-i686/PKGBUILD
(from rev 119865, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-staging-i686/kmymoney.changelog
(from rev 119865, kmymoney/trunk/kmymoney.changelog)
  kmymoney/repos/community-staging-i686/kmymoney.install
(from rev 119865, kmymoney/trunk/kmymoney.install)
  kmymoney/repos/community-staging-x86_64/
  kmymoney/repos/community-staging-x86_64/PKGBUILD
(from rev 119865, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-staging-x86_64/kmymoney.changelog
(from rev 119865, kmymoney/trunk/kmymoney.changelog)
  kmymoney/repos/community-staging-x86_64/kmymoney.install
(from rev 119865, kmymoney/trunk/kmymoney.install)

-+
 community-staging-i686/PKGBUILD |   41 ++
 community-staging-i686/kmymoney.changelog   |   35 ++
 community-staging-i686/kmymoney.install |   13 
 community-staging-x86_64/PKGBUILD   |   41 ++
 community-staging-x86_64/kmymoney.changelog |   35 ++
 community-staging-x86_64/kmymoney.install   |   13 
 6 files changed, 178 insertions(+)

Copied: kmymoney/repos/community-staging-i686/PKGBUILD (from rev 119865, 
kmymoney/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-30 07:29:47 UTC (rev 119866)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Vamp898 vamp...@web.de
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Todd Maynard a...@toddmaynard.com
+
+pkgname=kmymoney
+pkgver=4.6.4
+pkgrel=3
+pkgdesc=Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken
+arch=('i686' 'x86_64')
+url=http://kmymoney2.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-workspace' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs')
+makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost')
+replaces=('kmymoney2')
+install=$pkgname.install
+changelog=$pkgname.changelog
+#options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('89522fadb4a9f06f3f20e2d6ac47a147f70b4265abad2fdf3aa6672fe2a3c012')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: kmymoney/repos/community-staging-i686/kmymoney.changelog (from rev 
119865, kmymoney/trunk/kmymoney.changelog)
===
--- community-staging-i686/kmymoney.changelog   (rev 0)
+++ community-staging-i686/kmymoney.changelog   2014-09-30 07:29:47 UTC (rev 
119866)
@@ -0,0 +1,35 @@
+2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kmymoney 4.6.4-1
+
+2012-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kmymoney 4.6.3-1
+
+2012-08-09  Eric Belanger  e...@archlinux.org
+* kmymoney 4.6.2-2
+   * Rebuild against libofx 0.9.5
+
+2011-02-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kmymoney 4.5.3
+
+2010-12-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kmymoney 4.5.2
+
+2010-10-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kmymoney 4.5.1
+   * Added aqbanking dependency
+
+2010-08-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 4.5
+   * Package renamed to 'kmymoney'
+
+2010-05-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 1.0.5
+
+2010-04-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 1.0.4
+
+2010-04-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * FS#18974 broken OFX imported fixed in 1.0.3-2
+
+2010-03-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 1.0.3

Copied: kmymoney/repos/community-staging-i686/kmymoney.install (from rev 
119865, kmymoney/trunk/kmymoney.install)
===
--- community-staging-i686/kmymoney.install (rev 0)
+++ community-staging-i686/kmymoney.install 2014-09-30 07:29:47 UTC (rev 
119866)
@@ -0,0 +1,13 @@
+post_install() {
+   update-mime-database 

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

2014-09-30 Thread Laurent Carlier
Date: Tuesday, September 30, 2014 @ 09:29:37
  Author: lcarlier
Revision: 119865

upgpkg: kmymoney 4.6.4-3

kdelibs rebuild

Modified:
  kmymoney/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 07:20:27 UTC (rev 119864)
+++ PKGBUILD2014-09-30 07:29:37 UTC (rev 119865)
@@ -8,7 +8,7 @@
 
 pkgname=kmymoney
 pkgver=4.6.4
-pkgrel=2
+pkgrel=3
 pkgdesc=Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken
 arch=('i686' 'x86_64')
 url=http://kmymoney2.sourceforge.net/;


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

2014-09-30 Thread Felix Yan
Date: Tuesday, September 30, 2014 @ 09:39:38
  Author: fyan
Revision: 223700

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

Added:
  python-cryptography/repos/extra-i686/PKGBUILD
(from rev 223699, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/extra-x86_64/PKGBUILD
(from rev 223699, python-cryptography/trunk/PKGBUILD)
Deleted:
  python-cryptography/repos/extra-i686/PKGBUILD
  python-cryptography/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-30 07:38:57 UTC (rev 223699)
+++ extra-i686/PKGBUILD 2014-09-30 07:39:38 UTC (rev 223700)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.5.4
-pkgrel=1
-pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
-arch=('i686' 'x86_64')
-license=('Apache')
-url=http://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
-checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
-  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
-source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('4fd1f10e9f99009a44667fabe7980aec')
-
-prepare() {
-   cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-   # Build python 3 module
-   cd cryptography-${pkgver}
-   python3 setup.py build
- 
-   # Build python 2 module
-   cd ../cryptography-${pkgver}-python2
-   python2 setup.py build
-}
-
-check() {
-   # Check python3 module
-   cd ${srcdir}/cryptography-${pkgver}
-   python3 setup.py test
-
-   # Check python2 module
-   cd ${srcdir}/cryptography-${pkgver}-python2
-   python2 setup.py test
-}
- 
-package_python-cryptography() {
-   depends=('python' 'python-six' 'python-cffi')
- 
-   cd cryptography-${pkgver}
-   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-}
- 
-package_python2-cryptography() {
-   depends=('python2' 'python2-six' 'python2-cffi')
- 
-   cd cryptography-${pkgver}-python2
-   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-i686/PKGBUILD (from rev 223699, 
python-cryptography/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-30 07:39:38 UTC (rev 223700)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=0.6
+pkgrel=1
+pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
+arch=('i686' 'x86_64')
+license=('Apache')
+url=http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
+checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
+  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
+source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
+md5sums=('674a4524f4003d4f90e63c927c18c328')
+
+prepare() {
+   cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd cryptography-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../cryptography-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/cryptography-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+package_python-cryptography() {
+   depends=('python' 'python-six' 'python-cffi')
+ 
+   cd cryptography-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}
+ 
+package_python2-cryptography() {
+   depends=('python2' 'python2-six' 'python2-cffi')
+ 
+   cd cryptography-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-30 07:38:57 UTC (rev 223699)
+++ extra-x86_64/PKGBUILD   2014-09-30 07:39:38 UTC (rev 223700)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

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

2014-09-30 Thread Felix Yan
Date: Tuesday, September 30, 2014 @ 09:38:57
  Author: fyan
Revision: 223699

upgpkg: python-cryptography 0.6-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 05:57:31 UTC (rev 223698)
+++ PKGBUILD2014-09-30 07:38:57 UTC (rev 223699)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.5.4
+pkgver=0.6
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('4fd1f10e9f99009a44667fabe7980aec')
+md5sums=('674a4524f4003d4f90e63c927c18c328')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}


[arch-commits] Commit in uwsgi/trunk (PKGBUILD emperor.uwsgi.service uwsgi@.service)

2014-09-30 Thread Sven-Hendrik Haase
Date: Tuesday, September 30, 2014 @ 10:22:57
  Author: svenstaro
Revision: 119867

Prepare better Stop and add Reload to services

Modified:
  uwsgi/trunk/PKGBUILD
  uwsgi/trunk/emperor.uwsgi.service
  uwsgi/trunk/uwsgi@.service

---+
 PKGBUILD  |4 ++--
 emperor.uwsgi.service |4 +++-
 uwsgi@.service|2 ++
 3 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 07:29:47 UTC (rev 119866)
+++ PKGBUILD2014-09-30 08:22:57 UTC (rev 119867)
@@ -49,13 +49,13 @@
 md5sums=('c18da6536f2f47a204814225ba695042'
  'dec47bb8bb0dc8caf79331151879f3a0'
  '752475ee32286acfbafa49b898616817'
- 'c54a60431d8d81c1a65b9f4b271ac718'
+ '15d698b5417923c2610842a86ec471a1'
  'ea381549fe65a5d72fa1abb5ceb7d3ef'
  '1a4516d5cdcf5b95b036f4eae2d0c152'
  '4d09535ce379c8acd76160f35d5d6b55'
  '0c09a52fdb88f08c36a8b380f451ce6d'
  '5fa14ddea9a3dae17b5be28468d47b80'
- '69ab06670656b4ea8f8a91ebe33c38e4'
+ 'e145d3311a49727c7fe722167fa3a6c2'
  '3ab4486e02f5c217566fb6c8d469c246')
 
 prepare(){

Modified: emperor.uwsgi.service
===
--- emperor.uwsgi.service   2014-09-30 07:29:47 UTC (rev 119866)
+++ emperor.uwsgi.service   2014-09-30 08:22:57 UTC (rev 119867)
@@ -4,11 +4,13 @@
 
 [Service]
 ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/emperor.ini
+ExecReload=/usr/bin/uwsgi --ini /etc/uwsg/emperor.ini --reload
+ExecStop=/usr/bin/uwsgi --ini /etc/uwsg/emperor.ini --stop
 Restart=always
-KillSignal=SIGQUIT
 Type=notify
 StandardError=syslog
 NotifyAccess=main
+KillSignal=SIGQUIT
 
 [Install]
 WantedBy=multi-user.target

Modified: uwsgi@.service
===
--- uwsgi@.service  2014-09-30 07:29:47 UTC (rev 119866)
+++ uwsgi@.service  2014-09-30 08:22:57 UTC (rev 119867)
@@ -4,6 +4,8 @@
 
 [Service]
 ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/%I.ini
+ExecReload=/usr/bin/uwsgi --ini /etc/uwsg/%I.ini --reload
+ExecStop=/usr/bin/uwsgi --ini /etc/uwsg/%I.ini --stop
 Restart=always
 Type=notify
 StandardError=syslog


[arch-commits] Commit in bind/repos (38 files)

2014-09-30 Thread Sébastien Luttringer
Date: Tuesday, September 30, 2014 @ 11:23:14
  Author: seblu
Revision: 223703

db-move: moved bind from [testing] to [extra] (i686, x86_64)

Added:
  bind/repos/extra-i686/127.0.0.zone
(from rev 223701, bind/repos/testing-i686/127.0.0.zone)
  bind/repos/extra-i686/PKGBUILD
(from rev 223701, bind/repos/testing-i686/PKGBUILD)
  bind/repos/extra-i686/bind.install
(from rev 223701, bind/repos/testing-i686/bind.install)
  bind/repos/extra-i686/empty.zone
(from rev 223701, bind/repos/testing-i686/empty.zone)
  bind/repos/extra-i686/localhost.zone
(from rev 223701, bind/repos/testing-i686/localhost.zone)
  bind/repos/extra-i686/named.conf
(from rev 223701, bind/repos/testing-i686/named.conf)
  bind/repos/extra-i686/named.service
(from rev 223701, bind/repos/testing-i686/named.service)
  bind/repos/extra-i686/sysusers.conf
(from rev 223701, bind/repos/testing-i686/sysusers.conf)
  bind/repos/extra-i686/tmpfiles.conf
(from rev 223701, bind/repos/testing-i686/tmpfiles.conf)
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 223701, bind/repos/testing-x86_64/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 223701, bind/repos/testing-x86_64/PKGBUILD)
  bind/repos/extra-x86_64/bind.install
(from rev 223701, bind/repos/testing-x86_64/bind.install)
  bind/repos/extra-x86_64/empty.zone
(from rev 223701, bind/repos/testing-x86_64/empty.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 223701, bind/repos/testing-x86_64/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 223701, bind/repos/testing-x86_64/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 223701, bind/repos/testing-x86_64/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 223701, bind/repos/testing-x86_64/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 223701, bind/repos/testing-x86_64/tmpfiles.conf)
Deleted:
  bind/repos/extra-i686/01-fix-forgotten-log.patch
  bind/repos/extra-i686/127.0.0.zone
  bind/repos/extra-i686/PKGBUILD
  bind/repos/extra-i686/bind.install
  bind/repos/extra-i686/localhost.zone
  bind/repos/extra-i686/named.conf
  bind/repos/extra-i686/named.logrotate
  bind/repos/extra-i686/named.service
  bind/repos/extra-i686/tmpfiles.d
  bind/repos/extra-x86_64/01-fix-forgotten-log.patch
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/bind.install
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.logrotate
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/tmpfiles.d
  bind/repos/testing-i686/
  bind/repos/testing-x86_64/

-+
 /127.0.0.zone   |   22 +++
 /PKGBUILD   |  176 ++
 /bind.install   |   26 
 /localhost.zone |   20 +++
 /named.conf |  134 ++
 /named.service  |   22 +++
 extra-i686/01-fix-forgotten-log.patch   |   41 --
 extra-i686/127.0.0.zone |   11 -
 extra-i686/PKGBUILD |   83 --
 extra-i686/bind.install |   23 ---
 extra-i686/empty.zone   |8 +
 extra-i686/localhost.zone   |   10 -
 extra-i686/named.conf   |   64 --
 extra-i686/named.logrotate  |6 -
 extra-i686/named.service|   11 -
 extra-i686/sysusers.conf|1 
 extra-i686/tmpfiles.conf|1 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/01-fix-forgotten-log.patch |   41 --
 extra-x86_64/127.0.0.zone   |   11 -
 extra-x86_64/PKGBUILD   |   83 --
 extra-x86_64/bind.install   |   23 ---
 extra-x86_64/empty.zone |8 +
 extra-x86_64/localhost.zone |   10 -
 extra-x86_64/named.conf |   64 --
 extra-x86_64/named.logrotate|6 -
 extra-x86_64/named.service  |   11 -
 extra-x86_64/sysusers.conf  |1 
 extra-x86_64/tmpfiles.conf  |1 
 extra-x86_64/tmpfiles.d |1 
 30 files changed, 420 insertions(+), 500 deletions(-)

Deleted: extra-i686/01-fix-forgotten-log.patch
===
--- extra-i686/01-fix-forgotten-log.patch   2014-09-30 09:23:12 UTC (rev 
223702)
+++ extra-i686/01-fix-forgotten-log.patch   2014-09-30 09:23:14 UTC (rev 
223703)
@@ -1,41 +0,0 @@
-# https://lists.isc.org/pipermail/bind-users/2014-May/093124.html
-From 73a2c0ec42c0915bde0275c81861f57645daf683 Mon Sep 17 00:00:00 2001
-From: Tony Finch d...@dotat.at
-Date: Thu, 28 Nov 2013 17:23:57 +
-Subject: [PATCH] Disable XXXMPA verbose packet logging in EDNS fallback code.

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

2014-09-30 Thread Sébastien Luttringer
Date: Tuesday, September 30, 2014 @ 11:23:12
  Author: seblu
Revision: 223702

db-move: moved wayland from [testing] to [extra] (i686, x86_64)

Added:
  wayland/repos/extra-i686/PKGBUILD
(from rev 223701, wayland/repos/testing-i686/PKGBUILD)
  wayland/repos/extra-x86_64/PKGBUILD
(from rev 223701, wayland/repos/testing-x86_64/PKGBUILD)
Deleted:
  wayland/repos/extra-i686/PKGBUILD
  wayland/repos/extra-x86_64/PKGBUILD
  wayland/repos/testing-i686/
  wayland/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-30 09:23:08 UTC (rev 223701)
+++ extra-i686/PKGBUILD 2014-09-30 09:23:12 UTC (rev 223702)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=wayland
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libffi' 'expat')
-makedepends=('doxygen')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('bace08b4a531ea4b80b4cf4e953320bc48ed7efe')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: wayland/repos/extra-i686/PKGBUILD (from rev 223701, 
wayland/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-30 09:23:12 UTC (rev 223702)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=wayland
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('6183108a3bffb204c05b7f37b763b6278760572d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-30 09:23:08 UTC (rev 223701)
+++ extra-x86_64/PKGBUILD   2014-09-30 09:23:12 UTC (rev 223702)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=wayland
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libffi' 'expat')
-makedepends=('doxygen')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('bace08b4a531ea4b80b4cf4e953320bc48ed7efe')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: wayland/repos/extra-x86_64/PKGBUILD (from rev 223701, 
wayland/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-30 09:23:12 UTC (rev 223702)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=wayland
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('6183108a3bffb204c05b7f37b763b6278760572d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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

2014-09-30 Thread Sébastien Luttringer
Date: Tuesday, September 30, 2014 @ 11:23:35
  Author: seblu
Revision: 223704

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

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

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-09-30 09:23:14 UTC (rev 223703)
+++ core-i686/PKGBUILD  2014-09-30 09:23:35 UTC (rev 223704)
@@ -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=122
-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/core-i686/PKGBUILD (from rev 223703, 
lz4/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-09-30 09:23:35 UTC (rev 223704)
@@ -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=123
+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: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-09-30 09:23:14 UTC (rev 223703)
+++ core-x86_64/PKGBUILD2014-09-30 09:23:35 UTC (rev 223704)
@@ -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=122
-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/core-x86_64/PKGBUILD (from rev 223703, 
lz4/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-09-30 09:23:35 UTC (rev 223704)
@@ -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=123
+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
+ 

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

2014-09-30 Thread Sébastien Luttringer
Date: Tuesday, September 30, 2014 @ 11:23:08
  Author: seblu
Revision: 223701

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

Added:
  btrfs-progs/repos/core-i686/01-fix-manpages.patch
(from rev 223700, btrfs-progs/repos/testing-i686/01-fix-manpages.patch)
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 223700, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 223700, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 223700, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 223700, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/01-fix-manpages.patch
(from rev 223700, btrfs-progs/repos/testing-x86_64/01-fix-manpages.patch)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 223700, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 223700, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 223700, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 223700, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/01-fix-manpages.patch
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/01-fix-manpages.patch
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /01-fix-manpages.patch |   26 ++
 /PKGBUILD  |   90 +++
 /btrfs-progs.install   |   18 +++
 /initcpio-hook-btrfs   |   14 +
 /initcpio-install-btrfs|   34 +
 core-i686/01-fix-manpages.patch|   13 -
 core-i686/PKGBUILD |   45 -
 core-i686/btrfs-progs.install  |9 ---
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 --
 core-x86_64/01-fix-manpages.patch  |   13 -
 core-x86_64/PKGBUILD   |   45 -
 core-x86_64/btrfs-progs.install|9 ---
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 --
 15 files changed, 182 insertions(+), 182 deletions(-)

Deleted: core-i686/01-fix-manpages.patch
===
--- core-i686/01-fix-manpages.patch 2014-09-30 07:39:38 UTC (rev 223700)
+++ core-i686/01-fix-manpages.patch 2014-09-30 09:23:08 UTC (rev 223701)
@@ -1,13 +0,0 @@
-diff --git a/Documentation/Makefile b/Documentation/Makefile
-index e22f5bca0ff2..e3ad34133832 100644
 a/Documentation/Makefile
-+++ b/Documentation/Makefile
-@@ -74,7 +74,7 @@ install: install-man
- install-man: man
-   $(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
-   $(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
--  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)
-+  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
- 
- clean:
-   $(RM) *.xml *.xml+ *.8 *.8.gz

Copied: btrfs-progs/repos/core-i686/01-fix-manpages.patch (from rev 223700, 
btrfs-progs/repos/testing-i686/01-fix-manpages.patch)
===
--- core-i686/01-fix-manpages.patch (rev 0)
+++ core-i686/01-fix-manpages.patch 2014-09-30 09:23:08 UTC (rev 223701)
@@ -0,0 +1,13 @@
+diff --git a/Documentation/Makefile b/Documentation/Makefile
+index e22f5bca0ff2..e3ad34133832 100644
+--- a/Documentation/Makefile
 b/Documentation/Makefile
+@@ -74,7 +74,7 @@ install: install-man
+ install-man: man
+   $(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
+   $(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
+-  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)
++  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
+ 
+ clean:
+   $(RM) *.xml *.xml+ *.8 *.8.gz

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-09-30 07:39:38 UTC (rev 223700)
+++ core-i686/PKGBUILD  2014-09-30 09:23:08 UTC (rev 223701)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-# Contributor: Tom Gundersen t...@jklm.no
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=btrfs-progs
-pkgver=3.16
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'

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

2014-09-30 Thread Sven-Hendrik Haase
Date: Tuesday, September 30, 2014 @ 11:42:39
  Author: svenstaro
Revision: 119868

upgpkg: vim-ultisnips 3.0-3

Depends only on vim now

Modified:
  vim-ultisnips/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 08:22:57 UTC (rev 119867)
+++ PKGBUILD2014-09-30 09:42:39 UTC (rev 119868)
@@ -4,12 +4,12 @@
 
 pkgname=vim-ultisnips
 pkgver=3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='TextMate-style snippets for Vim.'
 arch=('any')
 url='https://github.com/SirVer/ultisnips'
 license=('GPL3')
-depends=('gvim' 'python')
+depends=('vim' 'python')
 groups=('vim-plugins')
 replaces=('vim-snipmate')
 install=vimdoc.install


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

2014-09-30 Thread Sven-Hendrik Haase
Date: Tuesday, September 30, 2014 @ 11:42:46
  Author: svenstaro
Revision: 119869

archrelease: copy trunk to community-any

Added:
  vim-ultisnips/repos/community-any/PKGBUILD
(from rev 119868, vim-ultisnips/trunk/PKGBUILD)
  vim-ultisnips/repos/community-any/vimdoc.install
(from rev 119868, vim-ultisnips/trunk/vimdoc.install)
Deleted:
  vim-ultisnips/repos/community-any/PKGBUILD
  vim-ultisnips/repos/community-any/vimdoc.install

+
 PKGBUILD   |   66 +++
 vimdoc.install |   38 +++
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-30 09:42:39 UTC (rev 119868)
+++ PKGBUILD2014-09-30 09:42:46 UTC (rev 119869)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=vim-ultisnips
-pkgver=3.0
-pkgrel=2
-pkgdesc='TextMate-style snippets for Vim.'
-arch=('any')
-url='https://github.com/SirVer/ultisnips'
-license=('GPL3')
-depends=('gvim' 'python')
-groups=('vim-plugins')
-replaces=('vim-snipmate')
-install=vimdoc.install
-makedepends=('git')
-source=(${pkgname}.tar.gz::https://github.com/SirVer/ultisnips/archive/${pkgver}.tar.gz;
-git+https://github.com/honza/vim-snippets.git)
-md5sums=('52d6df546c790e1cbe912fdeef8579ee'
- 'SKIP')
-
-package() {
-  cd ${srcdir}/ultisnips-$pkgver
-
-  install -dm755 $pkgdir/usr/share/vim/vimfiles/
-  cp -r -t $pkgdir/usr/share/vim/vimfiles/ pythonx after doc ftdetect 
autoload\
-  ftplugin plugin syntax utils
-
-  cd ${srcdir}/vim-snippets
-
-  install -dm755 $pkgdir/usr/share/vim/vimfiles/
-  cp -r -t $pkgdir/usr/share/vim/vimfiles/ UltiSnips autoload snippets
-}

Copied: vim-ultisnips/repos/community-any/PKGBUILD (from rev 119868, 
vim-ultisnips/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-30 09:42:46 UTC (rev 119869)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=vim-ultisnips
+pkgver=3.0
+pkgrel=3
+pkgdesc='TextMate-style snippets for Vim.'
+arch=('any')
+url='https://github.com/SirVer/ultisnips'
+license=('GPL3')
+depends=('vim' 'python')
+groups=('vim-plugins')
+replaces=('vim-snipmate')
+install=vimdoc.install
+makedepends=('git')
+source=(${pkgname}.tar.gz::https://github.com/SirVer/ultisnips/archive/${pkgver}.tar.gz;
+git+https://github.com/honza/vim-snippets.git)
+md5sums=('52d6df546c790e1cbe912fdeef8579ee'
+ 'SKIP')
+
+package() {
+  cd ${srcdir}/ultisnips-$pkgver
+
+  install -dm755 $pkgdir/usr/share/vim/vimfiles/
+  cp -r -t $pkgdir/usr/share/vim/vimfiles/ pythonx after doc ftdetect 
autoload\
+  ftplugin plugin syntax utils
+
+  cd ${srcdir}/vim-snippets
+
+  install -dm755 $pkgdir/usr/share/vim/vimfiles/
+  cp -r -t $pkgdir/usr/share/vim/vimfiles/ UltiSnips autoload snippets
+}

Deleted: vimdoc.install
===
--- vimdoc.install  2014-09-30 09:42:39 UTC (rev 119868)
+++ vimdoc.install  2014-09-30 09:42:46 UTC (rev 119869)
@@ -1,19 +0,0 @@
-post_install() {
-  echo -n updating Vim help tags... 
-  /usr/bin/vim --noplugin -u NONE -U NONE \
-  --cmd :helptags /usr/share/vim/vimfiles/doc --cmd :q  /dev/null 
21
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}
-
-op=$1
-shift
-
-$op $*

Copied: vim-ultisnips/repos/community-any/vimdoc.install (from rev 119868, 
vim-ultisnips/trunk/vimdoc.install)
===
--- vimdoc.install  (rev 0)
+++ vimdoc.install  2014-09-30 09:42:46 UTC (rev 119869)
@@ -0,0 +1,19 @@
+post_install() {
+  echo -n updating Vim help tags... 
+  /usr/bin/vim --noplugin -u NONE -U NONE \
+  --cmd :helptags /usr/share/vim/vimfiles/doc --cmd :q  /dev/null 
21
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install
+}
+
+op=$1
+shift
+
+$op $*


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

2014-09-30 Thread Andrzej Giniewicz
Date: Tuesday, September 30, 2014 @ 11:53:05
  Author: aginiewicz
Revision: 119870

upgpkg: languagetool 2.7-1

update languagetool

Modified:
  languagetool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 09:42:46 UTC (rev 119869)
+++ PKGBUILD2014-09-30 09:53:05 UTC (rev 119870)
@@ -4,7 +4,7 @@
 # Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
 
 pkgname=languagetool
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc=An open source language checker
 arch=('any')
@@ -17,7 +17,7 @@
 'gtk2: needed for the GUI version')
 
source=($pkgname-$pkgver.zip::http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver;
 $pkgname.sh)
 noextract=($pkgname-$pkgver.zip)
-md5sums=('fff49dfd61e00fbd7c07d692b2a64065'
+md5sums=('34cb1b35e148e8a4f863b98e3379bf26'
  '136387ef7979e23004330d553736a89b')
 
 package() {


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

2014-09-30 Thread Andrzej Giniewicz
Date: Tuesday, September 30, 2014 @ 11:53:16
  Author: aginiewicz
Revision: 119871

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 119870, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.sh
(from rev 119870, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.sh

-+
 PKGBUILD|   70 +-
 languagetool.sh |  142 +++---
 2 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-30 09:53:05 UTC (rev 119870)
+++ PKGBUILD2014-09-30 09:53:16 UTC (rev 119871)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Julien MISCHKOWITZ w...@archlinux.fr
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=2.6
-pkgrel=1
-pkgdesc=An open source language checker
-arch=('any')
-url=http://www.languagetool.org; 
-license=(LGPL)
-depends=('java-runtime-headless=7')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-source=($pkgname-$pkgver.zip::http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver;
 $pkgname.sh)
-noextract=($pkgname-$pkgver.zip)
-md5sums=('fff49dfd61e00fbd7c07d692b2a64065'
- '136387ef7979e23004330d553736a89b')
-
-package() {
-  cd $srcdir
-  install -d $pkgdir/usr/{bin,share/java/$pkgname}
-  unzip -q $pkgname-$pkgver.zip -d $pkgdir/usr/share
-  cd $pkgdir/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar $pkgdir/usr/share/java/$pkgname
-  mv libs/*.jar $pkgdir/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
-}
-

Copied: languagetool/repos/community-any/PKGBUILD (from rev 119870, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-30 09:53:16 UTC (rev 119871)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Julien MISCHKOWITZ w...@archlinux.fr
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=2.7
+pkgrel=1
+pkgdesc=An open source language checker
+arch=('any')
+url=http://www.languagetool.org; 
+license=(LGPL)
+depends=('java-runtime-headless=7')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=($pkgname-$pkgver.zip::http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver;
 $pkgname.sh)
+noextract=($pkgname-$pkgver.zip)
+md5sums=('34cb1b35e148e8a4f863b98e3379bf26'
+ '136387ef7979e23004330d553736a89b')
+
+package() {
+  cd $srcdir
+  install -d $pkgdir/usr/{bin,share/java/$pkgname}
+  unzip -q $pkgname-$pkgver.zip -d $pkgdir/usr/share
+  cd $pkgdir/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar $pkgdir/usr/share/java/$pkgname
+  mv libs/*.jar $pkgdir/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
+}
+

Deleted: languagetool.sh
===
--- languagetool.sh 2014-09-30 09:53:05 UTC (rev 119870)
+++ languagetool.sh 2014-09-30 09:53:16 UTC (rev 119871)
@@ -1,71 +0,0 @@
-#!/bin/bash
-
-file_present=false
-asked_for_help=false
-start_server=false
-http_server=false
-
-declare -a argv=($@)
-
-i=0
-for arg in $@; do
-  if [[ $arg != -* ]]; then
-file_present=true
-  fi
-  if [[ $arg == --config* ]]; then
-start_server=true
-  fi
-  if [[ $arg == --http ]]; then
-start_server=true
-http_server=true
-unset argv[$i]
-  fi
-  if [[ $arg == -h ]]; then
-asked_for_help=true
-unset argv[$i]
-  fi
-  if [[ $arg == --help ]]; then
-asked_for_help=true
-unset argv[$i]
-  fi
-  ((i++))
-done
-
-CP=/usr/share/languagetool
-for name in /usr/share/java/languagetool/*.jar ; do
-  CP=$CP:$name
-done
-
-CLI_command='org.languagetool.commandline.Main'
-GUI_command='org.languagetool.gui.Main'
-NSRV_command='org.languagetool.server.HTTPServer'
-SSRV_command='org.languagetool.server.HTTPSServer'
-
-if $asked_for_help; then
-  echo Command-line interface (CLI) help:
-  $JAVA_HOME/bin/java -cp $CP $CLI_command -h | sed s/java -jar 
languagetool-commandline.jar/languagetool/
-  echo
-  echo Graphical user interface (GUI) help:
-  $JAVA_HOME/bin/java -cp $CP $GUI_command -h | sed s/java 
org.languagetool.gui.Main/languagetool/
-  echo
-  echo HTTP server help:
-  $JAVA_HOME/bin/java -cp $CP $NSRV_command -h | sed 

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

2014-09-30 Thread Martin Wimpress
Date: Tuesday, September 30, 2014 @ 13:40:30
  Author: flexiondotorg
Revision: 119873

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 119872, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 119872, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 119872, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 119872, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 119872, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 119872, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 119872, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 119872, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |   98 +
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   49 
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   49 
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-30 11:40:14 UTC (rev 119872)
+++ community-i686/PKGBUILD 2014-09-30 11:40:30 UTC (rev 119873)
@@ -1,49 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.9.18
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing@.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 119872, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-30 11:40:30 UTC (rev 119873)
@@ -0,0 +1,49 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.9.19
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing@.service
+syncthing.1)
+sha1sums=('SKIP'
+  

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

2014-09-30 Thread Martin Wimpress
Date: Tuesday, September 30, 2014 @ 13:40:14
  Author: flexiondotorg
Revision: 119872

upgpkg: syncthing 0.9.19-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 09:53:16 UTC (rev 119871)
+++ PKGBUILD2014-09-30 11:40:14 UTC (rev 119872)
@@ -5,7 +5,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.9.18
+pkgver=0.9.19
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;


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

2014-09-30 Thread Andrea Scarpino
Date: Tuesday, September 30, 2014 @ 13:51:20
  Author: andrea
Revision: 223706

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

Added:
  libkpeople/repos/staging-i686/
  libkpeople/repos/staging-i686/PKGBUILD
(from rev 223705, libkpeople/trunk/PKGBUILD)
  libkpeople/repos/staging-x86_64/
  libkpeople/repos/staging-x86_64/PKGBUILD
(from rev 223705, libkpeople/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libkpeople/repos/staging-i686/PKGBUILD (from rev 223705, 
libkpeople/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-09-30 11:51:20 UTC (rev 223706)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=libkpeople
+pkgver=0.2.2
+pkgrel=2
+pkgdesc=A contact aggregation library for KDE
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KTp/libkpeople'
+license=('LGPL')
+depends=('kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('67610bbd4232918fb9168849d58f051e9600560a')
+
+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: libkpeople/repos/staging-x86_64/PKGBUILD (from rev 223705, 
libkpeople/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-09-30 11:51:20 UTC (rev 223706)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=libkpeople
+pkgver=0.2.2
+pkgrel=2
+pkgdesc=A contact aggregation library for KDE
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KTp/libkpeople'
+license=('LGPL')
+depends=('kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('67610bbd4232918fb9168849d58f051e9600560a')
+
+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 cantata/trunk (PKGBUILD)

2014-09-30 Thread Andrea Scarpino
Date: Tuesday, September 30, 2014 @ 13:51:36
  Author: andrea
Revision: 119874

upgpkg: cantata 1.4.2-1

Upstream release

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 11:40:30 UTC (rev 119873)
+++ PKGBUILD2014-09-30 11:51:36 UTC (rev 119874)
@@ -5,7 +5,7 @@
 # Contributor: MisterFred mister.fred[at]free[dot]fr
 
 pkgname=cantata
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='Qt5 client for the music player daemon (MPD)'
 arch=('i686' 'x86_64')


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

2014-09-30 Thread Andrea Scarpino
Date: Tuesday, September 30, 2014 @ 13:51:13
  Author: andrea
Revision: 223705

upgpkg: libkpeople 0.2.2-2

kdelibs rebuild

Modified:
  libkpeople/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 09:23:35 UTC (rev 223704)
+++ PKGBUILD2014-09-30 11:51:13 UTC (rev 223705)
@@ -4,7 +4,7 @@
 
 pkgname=libkpeople
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A contact aggregation library for KDE
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KTp/libkpeople'


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

2014-09-30 Thread Andrea Scarpino
Date: Tuesday, September 30, 2014 @ 13:51:43
  Author: andrea
Revision: 119875

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

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

--+
 /PKGBUILD|   78 +
 /cantata.install |   24 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/cantata.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/cantata.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-30 11:51:36 UTC (rev 119874)
+++ community-i686/PKGBUILD 2014-09-30 11:51:43 UTC (rev 119875)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Qt5 client for the music player daemon (MPD)'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/cantata/'
-license=('GPL')
-depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 
'mpg123'
- 'taglib-extras' 'hicolor-icon-theme' 'cdparanoia')
-optdepends=('perl-uri: dynamic playlist'
-'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
-install=$pkgname.install
-source=($pkgname-$pkgver::svn+http://cantata.googlecode.com/svn/release/$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_HTTP_STREAM_PLAYBACK=ON \
--DENABLE_KDE=OFF -DENABLE_QT5=ON
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 119874, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-30 11:51:43 UTC (rev 119875)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Qt5 client for the music player daemon (MPD)'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/cantata/'
+license=('GPL')
+depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 
'mpg123'
+ 'taglib-extras' 'hicolor-icon-theme' 'cdparanoia')
+optdepends=('perl-uri: dynamic playlist'
+'mpd: playback')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
+install=$pkgname.install
+source=($pkgname-$pkgver::svn+http://cantata.googlecode.com/svn/release/$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_HTTP_STREAM_PLAYBACK=ON \
+-DENABLE_KDE=OFF -DENABLE_QT5=ON
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2014-09-30 11:51:36 UTC (rev 119874)
+++ community-i686/cantata.install  2014-09-30 11:51:43 UTC (rev 119875)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: cantata/repos/community-i686/cantata.install (from rev 119874, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2014-09-30 11:51:43 UTC (rev 119875)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD

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

2014-09-30 Thread Andrea Scarpino
Date: Tuesday, September 30, 2014 @ 13:57:29
  Author: andrea
Revision: 119877

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

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

+
 community-staging-i686/PKGBUILD|   30 ++
 community-staging-i686/ktikz.install   |   14 ++
 community-staging-x86_64/PKGBUILD  |   30 ++
 community-staging-x86_64/ktikz.install |   14 ++
 4 files changed, 88 insertions(+)

Copied: ktikz/repos/community-staging-i686/PKGBUILD (from rev 119876, 
ktikz/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-30 11:57:29 UTC (rev 119877)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Peter Lewis ple...@aur.archlinux.org
+# Contributor: linuxSEAT --put_my_name_her...@gmail.com
+# Contributor: Le_J clej37 at gmail dot com
+
+pkgname=ktikz
+pkgver=0.10
+pkgrel=6
+pkgdesc=A small application helping you to create TikZ diagrams (from the 
LaTeX pgf package)
+arch=('i686' 'x86_64')
+url=http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/;
+license=(GPL)
+depends=('poppler-qt' 'kdelibs')
+makedepends=('automoc4' 'cmake' 'docbook-xml')
+install=$pkgname.install
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/ktikz_$pkgver.orig.tar.gz;)
+md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
+
+build() {
+  cd $srcdir/$pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+}

Copied: ktikz/repos/community-staging-i686/ktikz.install (from rev 119876, 
ktikz/trunk/ktikz.install)
===
--- community-staging-i686/ktikz.install(rev 0)
+++ community-staging-i686/ktikz.install2014-09-30 11:57:29 UTC (rev 
119877)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ktikz/repos/community-staging-x86_64/PKGBUILD (from rev 119876, 
ktikz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-30 11:57:29 UTC (rev 119877)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Peter Lewis ple...@aur.archlinux.org
+# Contributor: linuxSEAT --put_my_name_her...@gmail.com
+# Contributor: Le_J clej37 at gmail dot com
+
+pkgname=ktikz
+pkgver=0.10
+pkgrel=6
+pkgdesc=A small application helping you to create TikZ diagrams (from the 
LaTeX pgf package)
+arch=('i686' 'x86_64')
+url=http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/;
+license=(GPL)
+depends=('poppler-qt' 'kdelibs')
+makedepends=('automoc4' 'cmake' 'docbook-xml')
+install=$pkgname.install
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/ktikz_$pkgver.orig.tar.gz;)
+md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
+
+build() {
+  cd $srcdir/$pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+}

Copied: ktikz/repos/community-staging-x86_64/ktikz.install (from rev 119876, 
ktikz/trunk/ktikz.install)
===
--- community-staging-x86_64/ktikz.install  (rev 0)
+++ community-staging-x86_64/ktikz.install  2014-09-30 11:57:29 UTC (rev 
119877)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-09-30 Thread Andrea Scarpino
Date: Tuesday, September 30, 2014 @ 13:57:23
  Author: andrea
Revision: 119876

upgpkg: ktikz 0.10-6

kdelibs rebuild

Modified:
  ktikz/trunk/PKGBUILD
  ktikz/trunk/ktikz.install

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 11:51:43 UTC (rev 119875)
+++ PKGBUILD2014-09-30 11:57:23 UTC (rev 119876)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
+# Maintainer:
+# Contributor: Peter Lewis ple...@aur.archlinux.org
 # Contributor: linuxSEAT --put_my_name_her...@gmail.com
 # Contributor: Le_J clej37 at gmail dot com
 
 pkgname=ktikz
 pkgver=0.10
-pkgrel=5
+pkgrel=6
 pkgdesc=A small application helping you to create TikZ diagrams (from the 
LaTeX pgf package)
 arch=('i686' 'x86_64')
 url=http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/;
@@ -12,6 +13,7 @@
 license=(GPL)
 depends=('poppler-qt' 'kdelibs')
 makedepends=('automoc4' 'cmake' 'docbook-xml')
+install=$pkgname.install
 
source=(https://launchpad.net/ubuntu/+archive/primary/+files/ktikz_$pkgver.orig.tar.gz;)
 md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
 

Modified: ktikz.install
===
--- ktikz.install   2014-09-30 11:51:43 UTC (rev 119875)
+++ ktikz.install   2014-09-30 11:57:23 UTC (rev 119876)
@@ -1,6 +1,6 @@
 post_install() {
   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-mime-database /usr/share/mime  /dev/null
+  update-mime-database usr/share/mime  /dev/null
 }
 
 post_upgrade() {


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

2014-09-30 Thread Andrea Scarpino
Date: Tuesday, September 30, 2014 @ 14:04:42
  Author: andrea
Revision: 223708

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

Added:
  bluedevil/repos/staging-i686/
  bluedevil/repos/staging-i686/PKGBUILD
(from rev 223707, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/staging-i686/bluedevil.install
(from rev 223707, bluedevil/trunk/bluedevil.install)
  bluedevil/repos/staging-x86_64/
  bluedevil/repos/staging-x86_64/PKGBUILD
(from rev 223707, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/staging-x86_64/bluedevil.install
(from rev 223707, bluedevil/trunk/bluedevil.install)

--+
 staging-i686/PKGBUILD|   34 ++
 staging-i686/bluedevil.install   |   12 
 staging-x86_64/PKGBUILD  |   34 ++
 staging-x86_64/bluedevil.install |   12 
 4 files changed, 92 insertions(+)

Copied: bluedevil/repos/staging-i686/PKGBUILD (from rev 223707, 
bluedevil/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-09-30 12:04:42 UTC (rev 223708)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=bluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=2
+epoch=1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/extragear/base/bluedevil;
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
+md5sums=('d49a3037d29cf4ba9e0a0968a0139333')
+
+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: bluedevil/repos/staging-i686/bluedevil.install (from rev 223707, 
bluedevil/trunk/bluedevil.install)
===
--- staging-i686/bluedevil.install  (rev 0)
+++ staging-i686/bluedevil.install  2014-09-30 12:04:42 UTC (rev 223708)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: bluedevil/repos/staging-x86_64/PKGBUILD (from rev 223707, 
bluedevil/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-09-30 12:04:42 UTC (rev 223708)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=bluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=2
+epoch=1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/extragear/base/bluedevil;
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
+md5sums=('d49a3037d29cf4ba9e0a0968a0139333')
+
+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: bluedevil/repos/staging-x86_64/bluedevil.install (from rev 223707, 
bluedevil/trunk/bluedevil.install)
===
--- staging-x86_64/bluedevil.install(rev 0)
+++ staging-x86_64/bluedevil.install2014-09-30 12:04:42 UTC (rev 223708)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-09-30 Thread Andrea Scarpino
Date: Tuesday, September 30, 2014 @ 14:04:36
  Author: andrea
Revision: 223707

upgpkg: bluedevil 1:2.0rc1-2

kdelibs rebuild

Modified:
  bluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 11:51:20 UTC (rev 223706)
+++ PKGBUILD2014-09-30 12:04:36 UTC (rev 223707)
@@ -4,7 +4,7 @@
 pkgname=bluedevil
 pkgver=2.0rc1
 _pkgver=2.0-rc1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')


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

2014-09-30 Thread Balló György
Date: Tuesday, September 30, 2014 @ 14:15:30
  Author: bgyorgy
Revision: 119879

archrelease: copy trunk to community-any

Added:
  python2-futures/repos/community-any/LICENSE
(from rev 119878, python2-futures/trunk/LICENSE)
  python2-futures/repos/community-any/PKGBUILD
(from rev 119878, python2-futures/trunk/PKGBUILD)
Deleted:
  python2-futures/repos/community-any/LICENSE
  python2-futures/repos/community-any/PKGBUILD

--+
 LICENSE  |   42 +-
 PKGBUILD |   60 ++--
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-09-30 12:15:25 UTC (rev 119878)
+++ LICENSE 2014-09-30 12:15:30 UTC (rev 119879)
@@ -1,21 +0,0 @@
-Copyright 2009 Brian Quinlan. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
-
-   1. Redistributions of source code must retain the above copyright notice,
-  this list of conditions and the following disclaimer.
-   2. Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY BRIAN QUINLAN AS IS AND ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT
-HALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

Copied: python2-futures/repos/community-any/LICENSE (from rev 119878, 
python2-futures/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-09-30 12:15:30 UTC (rev 119879)
@@ -0,0 +1,21 @@
+Copyright 2009 Brian Quinlan. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+   1. Redistributions of source code must retain the above copyright notice,
+  this list of conditions and the following disclaimer.
+   2. Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY BRIAN QUINLAN AS IS AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT
+HALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-30 12:15:25 UTC (rev 119878)
+++ PKGBUILD2014-09-30 12:15:30 UTC (rev 119879)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-
-pkgname=python2-futures
-_pkgname=futures
-pkgver=2.1.6
-pkgrel=2
-pkgdesc=Backport of the concurrent.futures package from Python 3.2
-arch=('any')
-url=http://code.google.com/p/pythonfutures/;
-license=('BSD')
-depends=('python2')
-source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
- LICENSE)
-md5sums=('cfab9ac3cd55d6c7ddd0546a9f22f453'
- 'dd6708d05936d3f6c4e20ed14c87b5e3')
-
-build() {
-  cd $_pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python2 setup.py install --root $pkgdir --optimize=1
-
-  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-futures/repos/community-any/PKGBUILD (from rev 119878, 
python2-futures/trunk/PKGBUILD)

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

2014-09-30 Thread Balló György
Date: Tuesday, September 30, 2014 @ 14:15:25
  Author: bgyorgy
Revision: 119878

upgpkg: python2-futures 2.2.0-1

Update to version 2.2.0

Modified:
  python2-futures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 11:57:29 UTC (rev 119877)
+++ PKGBUILD2014-09-30 12:15:25 UTC (rev 119878)
@@ -5,8 +5,8 @@
 
 pkgname=python2-futures
 _pkgname=futures
-pkgver=2.1.6
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc=Backport of the concurrent.futures package from Python 3.2
 arch=('any')
 url=http://code.google.com/p/pythonfutures/;
@@ -14,7 +14,7 @@
 depends=('python2')
 
source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
  LICENSE)
-md5sums=('cfab9ac3cd55d6c7ddd0546a9f22f453'
+md5sums=('310e446de8609ddb59d0886e35edb534'
  'dd6708d05936d3f6c4e20ed14c87b5e3')
 
 build() {


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

2014-09-30 Thread Balló György
Date: Tuesday, September 30, 2014 @ 14:19:19
  Author: bgyorgy
Revision: 119881

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

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

--+
 /PKGBUILD|   54 +
 /almanah.install |   24 
 community-i686/PKGBUILD  |   27 --
 community-i686/almanah.install   |   12 
 community-x86_64/PKGBUILD|   27 --
 community-x86_64/almanah.install |   12 
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-30 12:18:56 UTC (rev 119880)
+++ community-i686/PKGBUILD 2014-09-30 12:19:19 UTC (rev 119881)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=almanah
-pkgver=0.11.0
-pkgrel=2
-pkgdesc=Small GTK+ application to allow you to keep a diary of your life
-arch=('i686' 'x86_64')
-url=https://wiki.gnome.org/Apps/Almanah_Diary;
-license=('GPL')
-depends=('evolution' 'libcryptui')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('82085a3884d6820e843fe388040a124cf7c23b4cc6dade54fa484ae75a8b712d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: almanah/repos/community-i686/PKGBUILD (from rev 119880, 
almanah/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-30 12:19:19 UTC (rev 119881)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=almanah
+pkgver=0.11.1
+pkgrel=1
+pkgdesc=Small GTK+ application to allow you to keep a diary of your life
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/Almanah_Diary;
+license=('GPL')
+depends=('evolution' 'libcryptui')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/almanah.install
===
--- community-i686/almanah.install  2014-09-30 12:18:56 UTC (rev 119880)
+++ community-i686/almanah.install  2014-09-30 12:19:19 UTC (rev 119881)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: almanah/repos/community-i686/almanah.install (from rev 119880, 
almanah/trunk/almanah.install)
===
--- community-i686/almanah.install  (rev 0)
+++ community-i686/almanah.install  2014-09-30 12:19:19 UTC (rev 119881)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  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-09-30 12:18:56 UTC (rev 119880)
+++ community-x86_64/PKGBUILD   2014-09-30 12:19:19 UTC (rev 119881)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=almanah
-pkgver=0.11.0
-pkgrel=2
-pkgdesc=Small GTK+ application to allow you to keep a diary of your life
-arch=('i686' 'x86_64')
-url=https://wiki.gnome.org/Apps/Almanah_Diary;
-license=('GPL')
-depends=('evolution' 'libcryptui')
-makedepends=('intltool')

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

2014-09-30 Thread Balló György
Date: Tuesday, September 30, 2014 @ 14:18:56
  Author: bgyorgy
Revision: 119880

upgpkg: almanah 0.11.1-1

Update to version 0.11.1

Modified:
  almanah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 12:15:30 UTC (rev 119879)
+++ PKGBUILD2014-09-30 12:18:56 UTC (rev 119880)
@@ -2,8 +2,8 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=almanah
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.11.1
+pkgrel=1
 pkgdesc=Small GTK+ application to allow you to keep a diary of your life
 arch=('i686' 'x86_64')
 url=https://wiki.gnome.org/Apps/Almanah_Diary;
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('82085a3884d6820e843fe388040a124cf7c23b4cc6dade54fa484ae75a8b712d')
+sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in libva-intel-driver/repos (4 files)

2014-09-30 Thread Bartłomiej Piotrowski
Date: Tuesday, September 30, 2014 @ 14:55:21
  Author: bpiotrowski
Revision: 223710

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

Added:
  libva-intel-driver/repos/extra-i686/PKGBUILD
(from rev 223709, libva-intel-driver/trunk/PKGBUILD)
  libva-intel-driver/repos/extra-x86_64/PKGBUILD
(from rev 223709, libva-intel-driver/trunk/PKGBUILD)
Deleted:
  libva-intel-driver/repos/extra-i686/PKGBUILD
  libva-intel-driver/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   27 --
 extra-x86_64/PKGBUILD |   27 --
 3 files changed, 70 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-30 12:55:09 UTC (rev 223709)
+++ extra-i686/PKGBUILD 2014-09-30 12:55:21 UTC (rev 223710)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libva-intel-driver
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libva')
-replaces=('libva-driver-intel')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('3f4f08f1d42ee451b2fb9c239ee0b8d7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva-intel-driver/repos/extra-i686/PKGBUILD (from rev 223709, 
libva-intel-driver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-30 12:55:21 UTC (rev 223710)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libva-intel-driver
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libva')
+replaces=('libva-driver-intel')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('c8b4012ba793bf2c7d922fee3a5e28bd')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Only relevant if intel-gpu-tools is installed,
+  # since then the shaders will be recompiled
+  sed -i '1s/python$/2/' src/shaders/gpp.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-30 12:55:09 UTC (rev 223709)
+++ extra-x86_64/PKGBUILD   2014-09-30 12:55:21 UTC (rev 223710)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libva-intel-driver
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libva')
-replaces=('libva-driver-intel')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('3f4f08f1d42ee451b2fb9c239ee0b8d7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva-intel-driver/repos/extra-x86_64/PKGBUILD (from rev 223709, 
libva-intel-driver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-30 12:55:21 UTC (rev 223710)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libva-intel-driver
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libva')
+replaces=('libva-driver-intel')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('c8b4012ba793bf2c7d922fee3a5e28bd')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Only relevant if intel-gpu-tools is installed,
+  # since then the shaders will be recompiled
+  sed -i '1s/python$/2/' src/shaders/gpp.py
+}
+
+build() {
+  cd 

[arch-commits] Commit in libva-intel-driver/trunk (PKGBUILD)

2014-09-30 Thread Bartłomiej Piotrowski
Date: Tuesday, September 30, 2014 @ 14:55:09
  Author: bpiotrowski
Revision: 223709

upgpkg: libva-intel-driver 1.4.0-1

new upstream release

Modified:
  libva-intel-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 12:04:42 UTC (rev 223708)
+++ PKGBUILD2014-09-30 12:55:09 UTC (rev 223709)
@@ -3,7 +3,7 @@
 # Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=libva-intel-driver
-pkgver=1.3.2
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libva')
 replaces=('libva-driver-intel')
 
source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('3f4f08f1d42ee451b2fb9c239ee0b8d7')
+md5sums=('c8b4012ba793bf2c7d922fee3a5e28bd')
 
 prepare() {
   cd $pkgname-$pkgver


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

2014-09-30 Thread Sergej Pupykin
Date: Tuesday, September 30, 2014 @ 16:13:54
  Author: spupykin
Revision: 119882

use numeric uid/gid

Modified:
  ziproxy/trunk/ziproxy.install

-+
 ziproxy.install |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: ziproxy.install
===
--- ziproxy.install 2014-09-30 12:19:19 UTC (rev 119881)
+++ ziproxy.install 2014-09-30 14:13:54 UTC (rev 119882)
@@ -1,11 +1,14 @@
+# https://wiki.archlinux.org/index.php/UID_and_GID_List
+# 0:15 = root:proxy
+
 post_install() {
   mkdir -p /var/log/ziproxy  \
-  chown -R root:proxy /var/log/ziproxy  \
+  chown -R 0:15 /var/log/ziproxy  \
   chmod -R ug+w /var/log/ziproxy
 }
 
 post_upgrade() {
   mkdir -p /var/log/ziproxy  \
-  chown -R root:proxy /var/log/ziproxy  \
+  chown -R 0:15 /var/log/ziproxy  \
   chmod -R ug+w /var/log/ziproxy
 }


[arch-commits] Commit in xarchiver/trunk (9 files)

2014-09-30 Thread Balló György
Date: Tuesday, September 30, 2014 @ 16:21:21
  Author: bgyorgy
Revision: 119883

upgpkg: xarchiver 0.5.4-1

Update to version 0.5.4

Added:
  xarchiver/trunk/add-mime-types.patch
  xarchiver/trunk/fix-password-protected.patch
  xarchiver/trunk/fix-rpm-support.patch
Modified:
  xarchiver/trunk/PKGBUILD
Deleted:
  xarchiver/trunk/rar5-withespace.patch
  xarchiver/trunk/xarchiver-0.5.3-add-mime-types.patch
  xarchiver/trunk/xarchiver-0.5.3-fix-double-escaping.patch
  xarchiver/trunk/xarchiver-0.5.3-fix-password-protected.patch
  xarchiver/trunk/xarchiver-0.5.3-fix-rpm-support.patch

--+
 PKGBUILD |   32 +++--
 add-mime-types.patch |   17 
 fix-password-protected.patch |   42 
 fix-rpm-support.patch|   86 +
 rar5-withespace.patch|   44 
 xarchiver-0.5.3-add-mime-types.patch |   17 
 xarchiver-0.5.3-fix-double-escaping.patch|   32 -
 xarchiver-0.5.3-fix-password-protected.patch |   42 
 xarchiver-0.5.3-fix-rpm-support.patch|   86 -
 9 files changed, 156 insertions(+), 242 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 14:13:54 UTC (rev 119882)
+++ PKGBUILD2014-09-30 14:21:21 UTC (rev 119883)
@@ -4,8 +4,8 @@
 # Contributor: Andrew Simmons andrew.simm...@gmail.com
 
 pkgname=xarchiver
-pkgver=0.5.3
-pkgrel=4
+pkgver=0.5.4
+pkgrel=1
 pkgdesc=GTK+ frontend to various command line archivers
 arch=('i686' 'x86_64')
 url=http://xarchiver.sourceforge.net/;
@@ -21,35 +21,25 @@
 'unrar: RAR support')
 install=xarchiver.install
 source=(http://downloads.sourceforge.net/xarchiver/xarchiver-$pkgver.tar.bz2
-xarchiver-0.5.3-fix-rpm-support.patch
-xarchiver-0.5.3-fix-double-escaping.patch
-xarchiver-0.5.3-fix-password-protected.patch
-xarchiver-0.5.3-add-mime-types.patch
-rar5-withespace.patch)
-md5sums=('fd390bbd2df76a5f8a007bdeae82d4aa'
+fix-rpm-support.patch
+fix-password-protected.patch
+add-mime-types.patch)
+md5sums=('1b4cd37a6af03afc957a8e307417e8d0'
  '812b93339f5e3332621f3c5abebfe277'
- '6178d7ab679b761469c880a8db991907'
  '35ab96d98521a0a36f3e9e9ec0969107'
- '0cee887b3c989ba2cdce9154813843fb'
- '77a4aead93f0b2c9cf44647101a85742')
+ '0cee887b3c989ba2cdce9154813843fb')
 
 prepare() {
   cd $pkgname-$pkgver
 
   # Fix RPM support
-  patch -Np1 -i ../xarchiver-0.5.3-fix-rpm-support.patch
+  patch -Np1 -i ../fix-rpm-support.patch
 
-  # Fix error when trying to create archives with spaces
-  patch -Np1 -i ../xarchiver-0.5.3-fix-double-escaping.patch
-
   # Fix segfault when handling password protected files
-  patch -Np1 -i ../xarchiver-0.5.3-fix-password-protected.patch
+  patch -Np1 -i ../fix-password-protected.patch
 
-  # Add more MIME types in the desktop file
-  patch -Np1 -i ../xarchiver-0.5.3-add-mime-types.patch
-
-  # Fix RAR5 files containing white space
-  patch -Np1 -i ../rar5-withespace.patch
+  # Add more MIME types to the desktop file, fix exec line
+  patch -Np1 -i ../add-mime-types.patch
 }
 
 build() {

Added: add-mime-types.patch
===
--- add-mime-types.patch(rev 0)
+++ add-mime-types.patch2014-09-30 14:21:21 UTC (rev 119883)
@@ -0,0 +1,17 @@
+diff -Naur xarchiver-0.5.3.orig/xarchiver.desktop.in 
xarchiver-0.5.3/xarchiver.desktop.in
+--- xarchiver-0.5.3.orig/xarchiver.desktop.in  2014-05-12 01:08:12.159131913 
+
 xarchiver-0.5.3/xarchiver.desktop.in   2014-05-12 01:09:02.585526393 
+
+@@ -4,11 +4,11 @@
+ _Name=Xarchiver
+ _Comment=A GTK+2 only archive manager
+ _GenericName=Archive manager
+-Exec=xarchiver
++Exec=xarchiver %f
+ Icon=xarchiver
+ Terminal=false
+ Type=Application
+ X-MultipleArgs=false
+ Categories=GTK;Archiving;Utility;
+ StartupNotify=true
+-MimeType=application/x-arj;application/arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-gzip;application/x-rar;application/x-rar-compressed;application/x-tar;application/x-zip;application/x-zip-compressed;application/zip;multipart/x-zip;application/x-7z-compressed;application/x-compressed-tar;application/x-bzip2;application/x-bzip2-compressed-tar;

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

2014-09-30 Thread Balló György
Date: Tuesday, September 30, 2014 @ 16:21:34
  Author: bgyorgy
Revision: 119884

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

Added:
  xarchiver/repos/community-i686/PKGBUILD
(from rev 119883, xarchiver/trunk/PKGBUILD)
  xarchiver/repos/community-i686/add-mime-types.patch
(from rev 119883, xarchiver/trunk/add-mime-types.patch)
  xarchiver/repos/community-i686/fix-password-protected.patch
(from rev 119883, xarchiver/trunk/fix-password-protected.patch)
  xarchiver/repos/community-i686/fix-rpm-support.patch
(from rev 119883, xarchiver/trunk/fix-rpm-support.patch)
  xarchiver/repos/community-i686/xarchiver.install
(from rev 119883, xarchiver/trunk/xarchiver.install)
  xarchiver/repos/community-x86_64/PKGBUILD
(from rev 119883, xarchiver/trunk/PKGBUILD)
  xarchiver/repos/community-x86_64/add-mime-types.patch
(from rev 119883, xarchiver/trunk/add-mime-types.patch)
  xarchiver/repos/community-x86_64/fix-password-protected.patch
(from rev 119883, xarchiver/trunk/fix-password-protected.patch)
  xarchiver/repos/community-x86_64/fix-rpm-support.patch
(from rev 119883, xarchiver/trunk/fix-rpm-support.patch)
  xarchiver/repos/community-x86_64/xarchiver.install
(from rev 119883, xarchiver/trunk/xarchiver.install)
Deleted:
  xarchiver/repos/community-i686/PKGBUILD
  xarchiver/repos/community-i686/rar5-withespace.patch
  xarchiver/repos/community-i686/xarchiver-0.5.3-add-mime-types.patch
  xarchiver/repos/community-i686/xarchiver-0.5.3-fix-double-escaping.patch
  xarchiver/repos/community-i686/xarchiver-0.5.3-fix-password-protected.patch
  xarchiver/repos/community-i686/xarchiver-0.5.3-fix-rpm-support.patch
  xarchiver/repos/community-i686/xarchiver.install
  xarchiver/repos/community-x86_64/PKGBUILD
  xarchiver/repos/community-x86_64/rar5-withespace.patch
  xarchiver/repos/community-x86_64/xarchiver-0.5.3-add-mime-types.patch
  xarchiver/repos/community-x86_64/xarchiver-0.5.3-fix-double-escaping.patch
  xarchiver/repos/community-x86_64/xarchiver-0.5.3-fix-password-protected.patch
  xarchiver/repos/community-x86_64/xarchiver-0.5.3-fix-rpm-support.patch
  xarchiver/repos/community-x86_64/xarchiver.install

---+
 /PKGBUILD |  108 ++
 /xarchiver.install|   24 ++
 community-i686/PKGBUILD   |   64 -
 community-i686/add-mime-types.patch   |   17 +
 community-i686/fix-password-protected.patch   |   42 +++
 community-i686/fix-rpm-support.patch  |   86 +++
 community-i686/rar5-withespace.patch  |   44 
 community-i686/xarchiver-0.5.3-add-mime-types.patch   |   17 -
 community-i686/xarchiver-0.5.3-fix-double-escaping.patch  |   32 --
 community-i686/xarchiver-0.5.3-fix-password-protected.patch   |   42 ---
 community-i686/xarchiver-0.5.3-fix-rpm-support.patch  |   86 ---
 community-i686/xarchiver.install  |   12 -
 community-x86_64/PKGBUILD |   64 -
 community-x86_64/add-mime-types.patch |   17 +
 community-x86_64/fix-password-protected.patch |   42 +++
 community-x86_64/fix-rpm-support.patch|   86 +++
 community-x86_64/rar5-withespace.patch|   44 
 community-x86_64/xarchiver-0.5.3-add-mime-types.patch |   17 -
 community-x86_64/xarchiver-0.5.3-fix-double-escaping.patch|   32 --
 community-x86_64/xarchiver-0.5.3-fix-password-protected.patch |   42 ---
 community-x86_64/xarchiver-0.5.3-fix-rpm-support.patch|   86 ---
 community-x86_64/xarchiver.install|   12 -
 22 files changed, 422 insertions(+), 594 deletions(-)

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


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

2014-09-30 Thread Sergej Pupykin
Date: Tuesday, September 30, 2014 @ 16:30:55
  Author: spupykin
Revision: 119885

upgpkg: parrot 6.8.0-1

upd

Modified:
  parrot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 14:21:34 UTC (rev 119884)
+++ PKGBUILD2014-09-30 14:30:55 UTC (rev 119885)
@@ -3,7 +3,7 @@
 # Contributor: mpie michael.kyne-philli...@ntlworld.com
 
 pkgname=parrot
-pkgver=6.7.0
+pkgver=6.8.0
 #_rel=stable
 _rel=devel
 pkgrel=1
@@ -16,7 +16,7 @@
 optdepends=('freeglut')
 options=('!makeflags')
 
source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('6ad1759b203239b1a0f6be0534ef777f')
+md5sums=('b97860b802998f9be26071910444d1e6')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in ziproxy/trunk (PKGBUILD build-fix.patch ziproxy.install)

2014-09-30 Thread Sergej Pupykin
Date: Tuesday, September 30, 2014 @ 16:31:14
  Author: spupykin
Revision: 119887

upgpkg: ziproxy 3.3.0-6

upd

Modified:
  ziproxy/trunk/PKGBUILD
  ziproxy/trunk/build-fix.patch
  ziproxy/trunk/ziproxy.install

-+
 PKGBUILD|5 +++--
 build-fix.patch |   14 +-
 ziproxy.install |2 ++
 3 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 14:31:10 UTC (rev 119886)
+++ PKGBUILD2014-09-30 14:31:14 UTC (rev 119887)
@@ -4,7 +4,7 @@
 
 pkgname=ziproxy
 pkgver=3.3.0
-pkgrel=5
+pkgrel=6
 pkgdesc=forwarding, non-caching, compressing HTTP proxy server
 arch=('i686' 'x86_64')
 url=http://ziproxy.sourceforge.net/;
@@ -31,10 +31,11 @@
 md5sums=('a8fda01591d455bb23c64c9c5ed3980d'
  'feb35264391c790cedd5e995182b5ff5'
  '3d2f9208b5ab6738c136049e1fd2e433'
- '0cc338d537e09c2d643283389b6cac06')
+ '353850d5a45f2382c11e673e0de38b72')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
+  sed -i '1,1i#include string.h' src/qparser.c
   patch -p1 $srcdir/build-fix.patch
 }
 

Modified: build-fix.patch
===
--- build-fix.patch 2014-09-30 14:31:10 UTC (rev 119886)
+++ build-fix.patch 2014-09-30 14:31:14 UTC (rev 119887)
@@ -1,6 +1,6 @@
 diff -wbBur ziproxy-3.3.0/src/image.c ziproxy-3.3.0.my/src/image.c
 --- ziproxy-3.3.0/src/image.c  2013-01-04 20:48:50.0 +0400
-+++ ziproxy-3.3.0.my/src/image.c   2014-05-29 18:52:52.980657105 +0400
 ziproxy-3.3.0.my/src/image.c   2014-09-30 18:26:38.277455333 +0400
 @@ -93,6 +93,10 @@
  #define MIN_INSIZE_TO_JPEG 600
  #define MIN_INSIZE_TO_JP2K 800
@@ -30,3 +30,15 @@
return IMG_RET_OK;
  }
  
+diff -wbBur ziproxy-3.3.0/src/qparser.c ziproxy-3.3.0.my/src/qparser.c
+--- ziproxy-3.3.0/src/qparser.c2013-01-04 20:48:50.0 +0400
 ziproxy-3.3.0.my/src/qparser.c 2014-09-30 18:28:34.772237049 +0400
+@@ -32,7 +33,7 @@
+ // #ifdef __GLIBC__
+ // #define _GNU_SOURCE
+ // #else
+-#define QP_BUILD_STRNDUP
++//#define QP_BUILD_STRNDUP
+ // #endif
+ 
+ #include string.h

Modified: ziproxy.install
===
--- ziproxy.install 2014-09-30 14:31:10 UTC (rev 119886)
+++ ziproxy.install 2014-09-30 14:31:14 UTC (rev 119887)
@@ -2,6 +2,8 @@
 # 0:15 = root:proxy
 
 post_install() {
+  getent group proxy /dev/null || groupadd -r -g 15 proxy
+  getent passwd proxy /dev/null || useradd -r -d /var/empty -g 15 -u 15 proxy
   mkdir -p /var/log/ziproxy  \
   chown -R 0:15 /var/log/ziproxy  \
   chmod -R ug+w /var/log/ziproxy


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

2014-09-30 Thread Sergej Pupykin
Date: Tuesday, September 30, 2014 @ 16:31:10
  Author: spupykin
Revision: 119886

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

Added:
  parrot/repos/community-i686/PKGBUILD
(from rev 119885, parrot/trunk/PKGBUILD)
  parrot/repos/community-x86_64/PKGBUILD
(from rev 119885, parrot/trunk/PKGBUILD)
Deleted:
  parrot/repos/community-i686/PKGBUILD
  parrot/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-09-30 14:30:55 UTC (rev 119885)
+++ community-i686/PKGBUILD 2014-09-30 14:31:10 UTC (rev 119886)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: mpie michael.kyne-philli...@ntlworld.com
-
-pkgname=parrot
-pkgver=6.7.0
-#_rel=stable
-_rel=devel
-pkgrel=1
-pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
-arch=('x86_64' 'i686')
-url=http://www.parrotcode.org/;
-license=('GPL')
-depends=('icu' 'openssl' 'libffi')
-makedepends=('perl-json')
-optdepends=('freeglut')
-options=('!makeflags')
-source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('6ad1759b203239b1a0f6be0534ef777f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  perl Configure.pl --prefix=/usr \
---parrot_is_shared \
---disable-rpath \
-   --mandir=/usr/share/man \
---optimize
-  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
-  make all parrot_utils docs html
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install-dev
-  sed -i s#$srcdir#/usr/src# \
-$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
-}

Copied: parrot/repos/community-i686/PKGBUILD (from rev 119885, 
parrot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-30 14:31:10 UTC (rev 119886)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: mpie michael.kyne-philli...@ntlworld.com
+
+pkgname=parrot
+pkgver=6.8.0
+#_rel=stable
+_rel=devel
+pkgrel=1
+pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
+arch=('x86_64' 'i686')
+url=http://www.parrotcode.org/;
+license=('GPL')
+depends=('icu' 'openssl' 'libffi')
+makedepends=('perl-json')
+optdepends=('freeglut')
+options=('!makeflags')
+source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('b97860b802998f9be26071910444d1e6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  perl Configure.pl --prefix=/usr \
+--parrot_is_shared \
+--disable-rpath \
+   --mandir=/usr/share/man \
+--optimize
+  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
+  make all parrot_utils docs html
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install-dev
+  sed -i s#$srcdir#/usr/src# \
+$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-30 14:30:55 UTC (rev 119885)
+++ community-x86_64/PKGBUILD   2014-09-30 14:31:10 UTC (rev 119886)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: mpie michael.kyne-philli...@ntlworld.com
-
-pkgname=parrot
-pkgver=6.7.0
-#_rel=stable
-_rel=devel
-pkgrel=1
-pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
-arch=('x86_64' 'i686')
-url=http://www.parrotcode.org/;
-license=('GPL')
-depends=('icu' 'openssl' 'libffi')
-makedepends=('perl-json')
-optdepends=('freeglut')
-options=('!makeflags')
-source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('6ad1759b203239b1a0f6be0534ef777f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  perl Configure.pl --prefix=/usr \
---parrot_is_shared \
---disable-rpath \
-   --mandir=/usr/share/man \
---optimize
-  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
-  make all parrot_utils docs html
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install-dev
-  sed -i s#$srcdir#/usr/src# \
-$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
-}

Copied: parrot/repos/community-x86_64/PKGBUILD (from rev 119885, 
parrot/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-30 14:31:10 UTC (rev 119886)
@@ -0,0 +1,37 @@
+# $Id$
+# 

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

2014-09-30 Thread Felix Yan
Date: Tuesday, September 30, 2014 @ 16:38:33
  Author: fyan
Revision: 119890

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
(from rev 119889, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-any/sgml_fix.patch
(from rev 119889, ibus-table/trunk/sgml_fix.patch)
Deleted:
  ibus-table/repos/community-any/PKGBUILD
  ibus-table/repos/community-any/sgml_fix.patch

+
 PKGBUILD   |   84 +++
 sgml_fix.patch |   48 +++
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-30 14:38:08 UTC (rev 119889)
+++ PKGBUILD2014-09-30 14:38:33 UTC (rev 119890)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: coderoar coder...@gmail.com
-# Contributor: leemars leem...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=ibus-table
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
-arch=('any')
-url=http://code.google.com/p/ibus/;
-license=('LGPL')
-makedepends=('git' 'docbook2x' 'docbook-sgml')
-depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=(git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
-sgml_fix.patch)
-sha512sums=('SKIP'
-
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -p1 -i ../sgml_fix.patch
-}
-
-build() {
-  cd $pkgname
-
-  PYTHON=/usr/bin/python3 ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR=${pkgdir} install
-}
-

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 119889, 
ibus-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-30 14:38:33 UTC (rev 119890)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: coderoar coder...@gmail.com
+# Contributor: leemars leem...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=ibus-table
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url=http://code.google.com/p/ibus/;
+license=('LGPL')
+makedepends=('git' 'docbook2x' 'docbook-sgml')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=(git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
+sgml_fix.patch)
+sha512sums=('SKIP'
+
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
+
+prepare() {
+  cd ${pkgname}
+
+  patch -p1 -i ../sgml_fix.patch
+}
+
+build() {
+  cd $pkgname
+
+  PYTHON=/usr/bin/python3 ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: sgml_fix.patch
===
--- sgml_fix.patch  2014-09-30 14:38:08 UTC (rev 119889)
+++ sgml_fix.patch  2014-09-30 14:38:33 UTC (rev 119890)
@@ -1,24 +0,0 @@
-diff --git a/engine/Makefile.am b/engine/Makefile.am
-index 1334876..1836439 100644
 a/engine/Makefile.am
-+++ b/engine/Makefile.am
-@@ -21,6 +21,7 @@
- 
- DOC2MAN = docbook2man
- SGML = ibus-table-createdb.sgml
-+XML = ibus-table-createdb.xml
- BUILT_MANS = ibus-table-createdb.1
- man_MANS = $(BUILT_MANS)
- 
-@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
- 
- ${man_MANS}: ${SGML}
-   $(AM_V_GEN) $(RM) $@; \
--  $(DOC2MAN) ${SGML}; \
--  $(RM) manpage.*
-+  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML}  
${XML}; \
-+  $(DOC2MAN) ${XML}; \
-+  $(RM) manpage.* ${XML}
- 
- table.xml: table.xml.in
-   ( \

Copied: ibus-table/repos/community-any/sgml_fix.patch (from rev 119889, 
ibus-table/trunk/sgml_fix.patch)
===
--- sgml_fix.patch  (rev 0)
+++ sgml_fix.patch  2014-09-30 14:38:33 UTC (rev 119890)
@@ -0,0 +1,24 @@
+diff --git a/engine/Makefile.am b/engine/Makefile.am
+index 1334876..1836439 100644
+--- a/engine/Makefile.am
 b/engine/Makefile.am
+@@ -21,6 +21,7 @@
+ 
+ DOC2MAN = docbook2man
+ SGML = ibus-table-createdb.sgml
++XML = ibus-table-createdb.xml
+ BUILT_MANS = ibus-table-createdb.1
+ man_MANS = $(BUILT_MANS)
+ 
+@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
+ 
+ ${man_MANS}: ${SGML}
+   $(AM_V_GEN) $(RM) $@; \
+-  $(DOC2MAN) ${SGML}; \
+-  $(RM) manpage.*
++  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML}  
${XML}; \

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

2014-09-30 Thread Felix Yan
Date: Tuesday, September 30, 2014 @ 16:38:08
  Author: fyan
Revision: 119889

upgpkg: ibus-table 1.9.1-1

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 14:31:33 UTC (rev 119888)
+++ PKGBUILD2014-09-30 14:38:08 UTC (rev 119889)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=ibus-table
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')


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

2014-09-30 Thread Sergej Pupykin
Date: Tuesday, September 30, 2014 @ 16:31:33
  Author: spupykin
Revision: 119888

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

Added:
  ziproxy/repos/community-i686/PKGBUILD
(from rev 119887, ziproxy/trunk/PKGBUILD)
  ziproxy/repos/community-i686/build-fix.patch
(from rev 119887, ziproxy/trunk/build-fix.patch)
  ziproxy/repos/community-i686/ziproxy.install
(from rev 119887, ziproxy/trunk/ziproxy.install)
  ziproxy/repos/community-i686/ziproxy.logrotate
(from rev 119887, ziproxy/trunk/ziproxy.logrotate)
  ziproxy/repos/community-i686/ziproxy.xinetd
(from rev 119887, ziproxy/trunk/ziproxy.xinetd)
  ziproxy/repos/community-x86_64/PKGBUILD
(from rev 119887, ziproxy/trunk/PKGBUILD)
  ziproxy/repos/community-x86_64/build-fix.patch
(from rev 119887, ziproxy/trunk/build-fix.patch)
  ziproxy/repos/community-x86_64/ziproxy.install
(from rev 119887, ziproxy/trunk/ziproxy.install)
  ziproxy/repos/community-x86_64/ziproxy.logrotate
(from rev 119887, ziproxy/trunk/ziproxy.logrotate)
  ziproxy/repos/community-x86_64/ziproxy.xinetd
(from rev 119887, ziproxy/trunk/ziproxy.xinetd)
Deleted:
  ziproxy/repos/community-i686/PKGBUILD
  ziproxy/repos/community-i686/build-fix.patch
  ziproxy/repos/community-i686/ziproxy.install
  ziproxy/repos/community-i686/ziproxy.logrotate
  ziproxy/repos/community-i686/ziproxy.xinetd
  ziproxy/repos/community-x86_64/PKGBUILD
  ziproxy/repos/community-x86_64/build-fix.patch
  ziproxy/repos/community-x86_64/ziproxy.install
  ziproxy/repos/community-x86_64/ziproxy.logrotate
  ziproxy/repos/community-x86_64/ziproxy.xinetd

+
 /PKGBUILD  |  122 +++
 /build-fix.patch   |   88 +
 /ziproxy.install   |   32 +
 /ziproxy.logrotate |   26 +++
 /ziproxy.xinetd|   28 
 community-i686/PKGBUILD|   60 -
 community-i686/build-fix.patch |   32 -
 community-i686/ziproxy.install |   11 ---
 community-i686/ziproxy.logrotate   |   13 ---
 community-i686/ziproxy.xinetd  |   14 
 community-x86_64/PKGBUILD  |   60 -
 community-x86_64/build-fix.patch   |   32 -
 community-x86_64/ziproxy.install   |   11 ---
 community-x86_64/ziproxy.logrotate |   13 ---
 community-x86_64/ziproxy.xinetd|   14 
 15 files changed, 296 insertions(+), 260 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-30 14:31:14 UTC (rev 119887)
+++ community-i686/PKGBUILD 2014-09-30 14:31:33 UTC (rev 119888)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Yejun Yang yejunx AT gmail DOT com
-
-pkgname=ziproxy
-pkgver=3.3.0
-pkgrel=5
-pkgdesc=forwarding, non-caching, compressing HTTP proxy server
-arch=('i686' 'x86_64')
-url=http://ziproxy.sourceforge.net/;
-license=('GPL2')
-depends=('giflib' 'libpng' 'libjpeg' 'zlib' 'jasper' 'libsasl')
-backup=(etc/ziproxy/ziproxy.conf
-   etc/ziproxy/bo_exception.list
-   etc/ziproxy/http.passwd
-   etc/ziproxy/noprocess.list
-   etc/ziproxy/replace.list
-   etc/xinetd.d/ziproxy
-   var/lib/ziproxy/error/400.html
-   var/lib/ziproxy/error/404.html
-   var/lib/ziproxy/error/407.html
-   var/lib/ziproxy/error/408.html
-   var/lib/ziproxy/error/409.html
-   var/lib/ziproxy/error/500.html
-   var/lib/ziproxy/error/503.html)
-install=ziproxy.install
-source=(http://downloads.sourceforge.net/project/ziproxy/ziproxy/ziproxy-$pkgver/ziproxy-$pkgver.tar.bz2
-   ziproxy.logrotate
-   ziproxy.xinetd
-   build-fix.patch)
-md5sums=('a8fda01591d455bb23c64c9c5ed3980d'
- 'feb35264391c790cedd5e995182b5ff5'
- '3d2f9208b5ab6738c136049e1fd2e433'
- '0cc338d537e09c2d643283389b6cac06')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/build-fix.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -f Makefile ] || ./configure --prefix=/usr --with-jasper
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/var/lib/ziproxy/error
-  install -d $pkgdir/etc/conf.d
-
-  sed -i 's#var/ziproxy#var/lib/ziproxy#' etc/ziproxy/ziproxy.conf
-  cp -a etc/ziproxy $pkgdir/etc/ziproxy
-  install -m644 var/ziproxy/error/* $pkgdir/var/lib/ziproxy/error
-  echo ZIPROXY_ARGS=\-c /etc/ziproxy/ziproxy.conf\ 
$pkgdir/etc/conf.d/ziproxy
-  install -Dm0644 $srcdir/ziproxy.logrotate $pkgdir/etc/logrotate.d/ziproxy
-  install -Dm0644 $srcdir/ziproxy.xinetd $pkgdir/etc/xinetd.d/ziproxy
-}

Copied: ziproxy/repos/community-i686/PKGBUILD (from rev 119887, 
ziproxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 

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

2014-09-30 Thread Jaroslav Lichtblau
Date: Tuesday, September 30, 2014 @ 17:19:01
  Author: jlichtblau
Revision: 119891

kde4 translation rebuild: skrooge 1.9.0-2

Modified:
  skrooge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 14:38:33 UTC (rev 119890)
+++ PKGBUILD2014-09-30 15:19:01 UTC (rev 119891)
@@ -6,7 +6,7 @@
 
 pkgname=skrooge
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A personal finances manager for KDE
 arch=('i686' 'x86_64')
 url=http://skrooge.org/;
@@ -20,7 +20,7 @@
 sha256sums=('1127c404be1213b88e11ecb5c85ce27d7af87c231a8e281224545fae87644ff8')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
   cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
 
@@ -28,7 +28,7 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install
 }


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

2014-09-30 Thread Jaroslav Lichtblau
Date: Tuesday, September 30, 2014 @ 17:19:12
  Author: jlichtblau
Revision: 119892

archrelease: copy trunk to community-staging-x86_64

Added:
  skrooge/repos/community-staging-x86_64/
  skrooge/repos/community-staging-x86_64/PKGBUILD
(from rev 119891, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-staging-x86_64/skrooge.changelog
(from rev 119891, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-staging-x86_64/skrooge.install
(from rev 119891, skrooge/trunk/skrooge.install)

---+
 PKGBUILD  |   34 ++
 skrooge.changelog |   38 ++
 skrooge.install   |   14 ++
 3 files changed, 86 insertions(+)

Copied: skrooge/repos/community-staging-x86_64/PKGBUILD (from rev 119891, 
skrooge/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-30 15:19:12 UTC (rev 119892)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
+
+pkgname=skrooge
+pkgver=1.9.0
+pkgrel=2
+pkgdesc=A personal finances manager for KDE
+arch=('i686' 'x86_64')
+url=http://skrooge.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson')
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
+optdepends=('kdepim-libkdepim: for KDE PIM integration')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('1127c404be1213b88e11ecb5c85ce27d7af87c231a8e281224545fae87644ff8')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: skrooge/repos/community-staging-x86_64/skrooge.changelog (from rev 
119891, skrooge/trunk/skrooge.changelog)
===
--- community-staging-x86_64/skrooge.changelog  (rev 0)
+++ community-staging-x86_64/skrooge.changelog  2014-09-30 15:19:12 UTC (rev 
119892)
@@ -0,0 +1,38 @@
+2014-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.9.0-1
+
+2013-12-23 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.8.0-3 FS#37406 fix
+
+2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.8.0-1
+
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.7.1-1
+
+2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.6.0-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.5.1-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.4.0-1
+
+2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.3.3-1
+
+2012-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.3.2-1
+
+2012-08-09  Eric Belanger  e...@archlinux.org
+   * skrooge 1.3.0-2 Rebuild against libofx 0.9.5
+
+2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.3.0-1
+
+2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.2.0-1
+
+2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.1.1-1

Copied: skrooge/repos/community-staging-x86_64/skrooge.install (from rev 
119891, skrooge/trunk/skrooge.install)
===
--- community-staging-x86_64/skrooge.install(rev 0)
+++ community-staging-x86_64/skrooge.install2014-09-30 15:19:12 UTC (rev 
119892)
@@ -0,0 +1,14 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+  kbuildsycoca4  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-09-30 Thread Jaroslav Lichtblau
Date: Tuesday, September 30, 2014 @ 17:33:31
  Author: jlichtblau
Revision: 119894

archrelease: copy trunk to community-staging-x86_64

Added:
  tellico/repos/community-staging-x86_64/
  tellico/repos/community-staging-x86_64/PKGBUILD
(from rev 119893, tellico/trunk/PKGBUILD)
  tellico/repos/community-staging-x86_64/tellico.changelog
(from rev 119893, tellico/trunk/tellico.changelog)
  tellico/repos/community-staging-x86_64/tellico.install
(from rev 119893, tellico/trunk/tellico.install)

---+
 PKGBUILD  |   38 ++
 tellico.changelog |   14 ++
 tellico.install   |   13 +
 3 files changed, 65 insertions(+)

Copied: tellico/repos/community-staging-x86_64/PKGBUILD (from rev 119893, 
tellico/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-30 15:33:31 UTC (rev 119894)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgname=tellico
+pkgver=2.3.9
+pkgrel=2
+pkgdesc=A collection manager for KDE
+arch=('i686' 'x86_64')
+url=http://tellico-project.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 
'libksane' 'taglib' 'libkcddb' 'poppler-qt4' 'kdemultimedia-audiocd-kio')
+makedepends=('automoc4' 'cmake')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('5184c130ea7561be6e72580105f30d5f160fd2fd5c9ffc7f7e16faf227a20114')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/usr -DWITH_Nepomuk=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+# fix python 2.7 path
+  find ${pkgdir} -iname *.py | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}

Copied: tellico/repos/community-staging-x86_64/tellico.changelog (from rev 
119893, tellico/trunk/tellico.changelog)
===
--- community-staging-x86_64/tellico.changelog  (rev 0)
+++ community-staging-x86_64/tellico.changelog  2014-09-30 15:33:31 UTC (rev 
119894)
@@ -0,0 +1,14 @@
+2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.9-1
+
+2014-03-09 Andrea Scarpino and...@archlinux.org
+   * tellico 2.3.8-5 be sure Nepomuk support is disabled
+
+2014-03-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.8-4 nepomuk support dropped in KDE SC 4.13 packages
+
+2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.8-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.7-1

Copied: tellico/repos/community-staging-x86_64/tellico.install (from rev 
119893, tellico/trunk/tellico.install)
===
--- community-staging-x86_64/tellico.install(rev 0)
+++ community-staging-x86_64/tellico.install2014-09-30 15:33:31 UTC (rev 
119894)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-09-30 Thread Jaroslav Lichtblau
Date: Tuesday, September 30, 2014 @ 17:33:19
  Author: jlichtblau
Revision: 119893

kde4 translations rebuild: tellico 2.3.9-2

Modified:
  tellico/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 15:19:12 UTC (rev 119892)
+++ PKGBUILD2014-09-30 15:33:19 UTC (rev 119893)
@@ -6,7 +6,7 @@
 
 pkgname=tellico
 pkgver=2.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc=A collection manager for KDE
 arch=('i686' 'x86_64')
 url=http://tellico-project.org/;


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

2014-09-30 Thread Jaroslav Lichtblau
Date: Tuesday, September 30, 2014 @ 17:46:05
  Author: jlichtblau
Revision: 119896

archrelease: copy trunk to community-staging-i686

Added:
  tellico/repos/community-staging-i686/
  tellico/repos/community-staging-i686/PKGBUILD
(from rev 119895, tellico/trunk/PKGBUILD)
  tellico/repos/community-staging-i686/tellico.changelog
(from rev 119895, tellico/trunk/tellico.changelog)
  tellico/repos/community-staging-i686/tellico.install
(from rev 119895, tellico/trunk/tellico.install)

---+
 PKGBUILD  |   38 ++
 tellico.changelog |   14 ++
 tellico.install   |   13 +
 3 files changed, 65 insertions(+)

Copied: tellico/repos/community-staging-i686/PKGBUILD (from rev 119895, 
tellico/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-30 15:46:05 UTC (rev 119896)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgname=tellico
+pkgver=2.3.9
+pkgrel=2
+pkgdesc=A collection manager for KDE
+arch=('i686' 'x86_64')
+url=http://tellico-project.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 
'libksane' 'taglib' 'libkcddb' 'poppler-qt4' 'kdemultimedia-audiocd-kio')
+makedepends=('automoc4' 'cmake')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('5184c130ea7561be6e72580105f30d5f160fd2fd5c9ffc7f7e16faf227a20114')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/usr -DWITH_Nepomuk=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+# fix python 2.7 path
+  find ${pkgdir} -iname *.py | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}

Copied: tellico/repos/community-staging-i686/tellico.changelog (from rev 
119895, tellico/trunk/tellico.changelog)
===
--- community-staging-i686/tellico.changelog(rev 0)
+++ community-staging-i686/tellico.changelog2014-09-30 15:46:05 UTC (rev 
119896)
@@ -0,0 +1,14 @@
+2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.9-1
+
+2014-03-09 Andrea Scarpino and...@archlinux.org
+   * tellico 2.3.8-5 be sure Nepomuk support is disabled
+
+2014-03-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.8-4 nepomuk support dropped in KDE SC 4.13 packages
+
+2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.8-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.7-1

Copied: tellico/repos/community-staging-i686/tellico.install (from rev 119895, 
tellico/trunk/tellico.install)
===
--- community-staging-i686/tellico.install  (rev 0)
+++ community-staging-i686/tellico.install  2014-09-30 15:46:05 UTC (rev 
119896)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-09-30 Thread Jaroslav Lichtblau
Date: Tuesday, September 30, 2014 @ 17:33:57
  Author: jlichtblau
Revision: 119895

archrelease: copy trunk to community-staging-i686

Added:
  skrooge/repos/community-staging-i686/
  skrooge/repos/community-staging-i686/PKGBUILD
(from rev 119894, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-staging-i686/skrooge.changelog
(from rev 119894, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-staging-i686/skrooge.install
(from rev 119894, skrooge/trunk/skrooge.install)

---+
 PKGBUILD  |   34 ++
 skrooge.changelog |   38 ++
 skrooge.install   |   14 ++
 3 files changed, 86 insertions(+)

Copied: skrooge/repos/community-staging-i686/PKGBUILD (from rev 119894, 
skrooge/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-30 15:33:57 UTC (rev 119895)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
+
+pkgname=skrooge
+pkgver=1.9.0
+pkgrel=2
+pkgdesc=A personal finances manager for KDE
+arch=('i686' 'x86_64')
+url=http://skrooge.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson')
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
+optdepends=('kdepim-libkdepim: for KDE PIM integration')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('1127c404be1213b88e11ecb5c85ce27d7af87c231a8e281224545fae87644ff8')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: skrooge/repos/community-staging-i686/skrooge.changelog (from rev 
119894, skrooge/trunk/skrooge.changelog)
===
--- community-staging-i686/skrooge.changelog(rev 0)
+++ community-staging-i686/skrooge.changelog2014-09-30 15:33:57 UTC (rev 
119895)
@@ -0,0 +1,38 @@
+2014-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.9.0-1
+
+2013-12-23 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.8.0-3 FS#37406 fix
+
+2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.8.0-1
+
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.7.1-1
+
+2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.6.0-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.5.1-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.4.0-1
+
+2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.3.3-1
+
+2012-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.3.2-1
+
+2012-08-09  Eric Belanger  e...@archlinux.org
+   * skrooge 1.3.0-2 Rebuild against libofx 0.9.5
+
+2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.3.0-1
+
+2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.2.0-1
+
+2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.1.1-1

Copied: skrooge/repos/community-staging-i686/skrooge.install (from rev 119894, 
skrooge/trunk/skrooge.install)
===
--- community-staging-i686/skrooge.install  (rev 0)
+++ community-staging-i686/skrooge.install  2014-09-30 15:33:57 UTC (rev 
119895)
@@ -0,0 +1,14 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+  kbuildsycoca4  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-09-30 Thread Eric Bélanger
Date: Tuesday, September 30, 2014 @ 18:27:40
  Author: eric
Revision: 119898

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 119897, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-30 16:26:17 UTC (rev 119897)
+++ PKGBUILD2014-09-30 16:27:40 UTC (rev 119898)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.09.25
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('b5d22e23d5525a418ed5cbb1c7f151baf16975d5'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 119897, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-30 16:27:40 UTC (rev 119898)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.09.29.2
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('2d671ace1e2d4b721de886c2bcda7f04ddade0dd'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2014-09-30 Thread Eric Bélanger
Date: Tuesday, September 30, 2014 @ 18:26:17
  Author: eric
Revision: 119897

upgpkg: youtube-dl 2014.09.29.2-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 15:46:05 UTC (rev 119896)
+++ PKGBUILD2014-09-30 16:26:17 UTC (rev 119897)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.09.25
+pkgver=2014.09.29.2
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('b5d22e23d5525a418ed5cbb1c7f151baf16975d5'
+sha1sums=('2d671ace1e2d4b721de886c2bcda7f04ddade0dd'
   'SKIP')
 
 prepare() {


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

2014-09-30 Thread Anatol Pomozov
Date: Tuesday, September 30, 2014 @ 21:54:19
  Author: anatolik
Revision: 223711

upgpkg: dhcpcd 6.4.7-1

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 12:55:21 UTC (rev 223710)
+++ PKGBUILD2014-09-30 19:54:19 UTC (rev 223711)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet jvinet.zeroflux.org
 
 pkgname=dhcpcd
-pkgver=6.4.6
+pkgver=6.4.7
 pkgrel=1
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/projects/dhcpcd/;
@@ -18,7 +18,7 @@
 source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
 'dhcpcd_.service'
'dhcpcd.service')
-sha1sums=('36d2c17abaa402cb01fcbab13397c347291c1710'
+sha1sums=('00ce675f3ccf0c230dbbf697a14952c124c90b37'
   '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
   '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
 


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

2014-09-30 Thread Anatol Pomozov
Date: Tuesday, September 30, 2014 @ 21:55:06
  Author: anatolik
Revision: 223712

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

Added:
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 223711, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 223711, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 223711, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 223711, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 223711, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 223711, dhcpcd/trunk/dhcpcd_.service)
Deleted:
  dhcpcd/repos/testing-i686/PKGBUILD
  dhcpcd/repos/testing-i686/dhcpcd.service
  dhcpcd/repos/testing-i686/dhcpcd_.service
  dhcpcd/repos/testing-x86_64/PKGBUILD
  dhcpcd/repos/testing-x86_64/dhcpcd.service
  dhcpcd/repos/testing-x86_64/dhcpcd_.service

+
 /PKGBUILD  |  120 +++
 /dhcpcd.service|   26 
 /dhcpcd_.service   |   30 +
 testing-i686/PKGBUILD  |   60 ---
 testing-i686/dhcpcd.service|   13 
 testing-i686/dhcpcd_.service   |   15 
 testing-x86_64/PKGBUILD|   60 ---
 testing-x86_64/dhcpcd.service  |   13 
 testing-x86_64/dhcpcd_.service |   15 
 9 files changed, 176 insertions(+), 176 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-09-30 19:54:19 UTC (rev 223711)
+++ testing-i686/PKGBUILD   2014-09-30 19:55:06 UTC (rev 223712)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Tom Killian tom.archlinux.org
-# Contributor: Judd Vinet jvinet.zeroflux.org
-
-pkgname=dhcpcd
-pkgver=6.4.6
-pkgrel=1
-pkgdesc=RFC2131 compliant DHCP client daemon
-url=http://roy.marples.name/projects/dhcpcd/;
-arch=('i686' 'x86_64')
-license=('BSD')
-groups=('base')
-depends=('glibc' 'sh')
-provides=('dhcp-client')
-backup=('etc/dhcpcd.conf')
-options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
-source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
-'dhcpcd_.service'
-   'dhcpcd.service')
-sha1sums=('36d2c17abaa402cb01fcbab13397c347291c1710'
-  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
-  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # configure variables
-  ./configure \
-  --sbindir=/usr/bin \
-  --libexecdir=/usr/lib/dhcpcd \
-  --dbdir=/var/lib/dhcpcd \
-  --rundir=/run
-
-  # Build
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make test
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # Install License
-  install -d $pkgdir/usr/share/licenses/$pkgname
-  sed 26q $srcdir/$pkgname-$pkgver/control.h \
-  $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Set Options in /etc/dhcpcd.conf
-  echo noipv4ll  ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
-
-  # install systemd files
-  install -Dm644 ${srcdir}/dhcpcd_.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd@.service
-  install -Dm644 ${srcdir}/dhcpcd.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd.service # FS#31543
-}

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 223711, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-30 19:55:06 UTC (rev 223712)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.4.7
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
+'dhcpcd_.service'
+   'dhcpcd.service')
+sha1sums=('00ce675f3ccf0c230dbbf697a14952c124c90b37'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # configure variables
+  ./configure \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Install License
+  install -d 

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

2014-09-30 Thread Florian Pritz
Date: Tuesday, September 30, 2014 @ 22:41:13
  Author: bluewind
Revision: 119900

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   98 ++
 zim.install |   42 
 2 files changed, 66 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-30 20:41:10 UTC (rev 119899)
+++ PKGBUILD2014-09-30 20:41:13 UTC (rev 119900)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=zim
-pkgver=0.61
-pkgrel=2
-pkgdesc=A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop.
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url=http://zim-wiki.org/;
-depends=('pygtk' 'ttf-dejavu')
-optdepends=('bzr: Version Control plugin'
-'git: Version Control plugin'
-'mercurial: Version Control plugin'
-'gnuplot: Insert Gnuplot plugin'
-'ditaa: Insert Ditaa plugin'
-'graphviz: Insert Diagram  Link Map plugins'
-'python2-gtkspell: Spell Checker plugin'
-'r: Insert GNU R Plot plugin'
-'scrot: Insert Screenshot plugin'
-'libzeitgeist: Log events with Zeitgeist plugin'
-'lilypond: Insert Score plugin'
-'texlive-bin: Insert Equation plugin')
-install=zim.install
-source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz
-diff_704.patch)
-md5sums=('7318568b9e0ef69d0fb2ff77754b72ac'
- '76a5ee4536e4fcd22bedfc2633f5c726')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p0 -i $srcdir/diff_704.patch
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-# python2 fixes
-for file in zim/inc/xdot.py zim/_version.py; do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-done
-
-   sed -i 's|\t\tinstall_class.run(self)|\n\t\treturn None|' setup.py
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 119899, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-30 20:41:13 UTC (rev 119900)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=zim
+pkgver=0.62
+pkgrel=1
+pkgdesc=A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop.
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url=http://zim-wiki.org/;
+depends=('pygtk' 'ttf-dejavu')
+optdepends=('bzr: Version Control plugin'
+'git: Version Control plugin'
+'mercurial: Version Control plugin'
+'gnuplot: Insert Gnuplot plugin'
+'ditaa: Insert Ditaa plugin'
+'graphviz: Insert Diagram  Link Map plugins'
+'python2-gtkspell: Spell Checker plugin'
+'r: Insert GNU R Plot plugin'
+'scrot: Insert Screenshot plugin'
+'libzeitgeist: Log events with Zeitgeist plugin'
+'lilypond: Insert Score plugin'
+'texlive-bin: Insert Equation plugin')
+install=zim.install
+source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
+md5sums=('43419efba07f7086168442e3d698287a')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+# python2 fixes
+for file in zim/inc/xdot.py zim/_version.py; do
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+done
+
+   sed -i 's|\t\tinstall_class.run(self)|\n\t\treturn None|' setup.py
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   python2 setup.py install --root=${pkgdir} --optimize=1
+}

Deleted: zim.install
===
--- zim.install 2014-09-30 20:41:10 UTC (rev 119899)
+++ zim.install 2014-09-30 20:41:13 UTC (rev 119900)
@@ -1,21 +0,0 @@
-updatedesktopdtb() {
-  [ -x /usr/bin/update-desktop-database ] \
- update-desktop-database -q
-  [ -x /usr/bin/update-mime-database ] \
- update-mime-database usr/share/mime  /dev/null 21
-}
-
-post_install() {
-  updatedesktopdtb
-   echo
-  echo   zim package need a browser to work properly
-  echo   you can choose a browser like firefox, chromium, konqueror, ...
-}
-
-post_upgrade() {
-  updatedesktopdtb
-}
-
-post_remove() {
-  updatedesktopdtb
-}

Copied: 

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

2014-09-30 Thread Maxime Gauduin
Date: Tuesday, September 30, 2014 @ 22:45:55
  Author: alucryd
Revision: 119902

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

Added:
  pantheon-terminal/repos/community-testing-i686/
  pantheon-terminal/repos/community-testing-i686/PKGBUILD
(from rev 119901, pantheon-terminal/trunk/PKGBUILD)
  pantheon-terminal/repos/community-testing-i686/pantheon-terminal-vte2.91.patch
(from rev 119901, pantheon-terminal/trunk/pantheon-terminal-vte2.91.patch)
  pantheon-terminal/repos/community-testing-i686/pantheon-terminal.install
(from rev 119901, pantheon-terminal/trunk/pantheon-terminal.install)
  pantheon-terminal/repos/community-testing-x86_64/
  pantheon-terminal/repos/community-testing-x86_64/PKGBUILD
(from rev 119901, pantheon-terminal/trunk/PKGBUILD)
  
pantheon-terminal/repos/community-testing-x86_64/pantheon-terminal-vte2.91.patch
(from rev 119901, pantheon-terminal/trunk/pantheon-terminal-vte2.91.patch)
  pantheon-terminal/repos/community-testing-x86_64/pantheon-terminal.install
(from rev 119901, pantheon-terminal/trunk/pantheon-terminal.install)

--+
 community-testing-i686/PKGBUILD  |   43 +++
 community-testing-i686/pantheon-terminal-vte2.91.patch   |  145 +
 community-testing-i686/pantheon-terminal.install |   14 +
 community-testing-x86_64/PKGBUILD|   43 +++
 community-testing-x86_64/pantheon-terminal-vte2.91.patch |  145 +
 community-testing-x86_64/pantheon-terminal.install   |   14 +
 6 files changed, 404 insertions(+)

Copied: pantheon-terminal/repos/community-testing-i686/PKGBUILD (from rev 
119901, pantheon-terminal/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-30 20:45:55 UTC (rev 119902)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+
+pkgname=pantheon-terminal
+pkgver=0.3.0.1
+pkgrel=2
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-terminal'
+license=('GPL3')
+depends=('desktop-file-utils' 'granite' 'libnotify' 'vte3')
+makedepends=('cmake' 'vala')
+install='pantheon-terminal.install'
+source=(https://launchpad.net/pantheon-terminal/0.3.x/${pkgver}/+download/pantheon-terminal-${pkgver}.tgz;
+'pantheon-terminal-vte2.91.patch')
+sha256sums=('ea9718b409baa3ebdc175b5d51ed7825f0199e3c3de467a5f7bea6733bbe9a93'
+'a1f78afe58c47827c292e768d09578edd2f96124d26a19295e2954d5994a9513')
+
+prepare() {
+  cd pantheon-terminal-${pkgver}
+
+  patch -Np1 -i ../pantheon-terminal-vte2.91.patch
+}
+
+build() {
+  cd pantheon-terminal-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd pantheon-terminal-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
pantheon-terminal/repos/community-testing-i686/pantheon-terminal-vte2.91.patch 
(from rev 119901, pantheon-terminal/trunk/pantheon-terminal-vte2.91.patch)
===
--- community-testing-i686/pantheon-terminal-vte2.91.patch  
(rev 0)
+++ community-testing-i686/pantheon-terminal-vte2.91.patch  2014-09-30 
20:45:55 UTC (rev 119902)
@@ -0,0 +1,145 @@
+diff -rupN pantheon-terminal-0.3.0.1.orig/CMakeLists.txt 
pantheon-terminal-0.3.0.1/CMakeLists.txt
+--- pantheon-terminal-0.3.0.1.orig/CMakeLists.txt  2014-09-30 
22:39:03.398514500 +0200
 pantheon-terminal-0.3.0.1/CMakeLists.txt   2014-09-30 22:39:26.076941700 
+0200
+@@ -42,7 +42,7 @@ pkg_check_modules (DEPS REQUIRED
+   gthread-2.0
+   gtk+-3.0=3.9.10
+   granite=0.3.0
+-  vte-2.90
++  vte-2.91
+   libnotify
+   gdk-3.0)
+ 
+@@ -64,7 +64,7 @@ vala_precompile (VALA_C
+ src/ForegroundProcessDialog.vala
+ src/Constants.vala
+ PACKAGES
+-vte-2.90
++vte-2.91
+ granite
+ gtk+-3.0
+ libnotify
+diff -rupN pantheon-terminal-0.3.0.1.orig/src/Settings.vala 
pantheon-terminal-0.3.0.1/src/Settings.vala
+--- pantheon-terminal-0.3.0.1.orig/src/Settings.vala   2014-09-30 
22:39:03.426457100 +0200
 pantheon-terminal-0.3.0.1/src/Settings.vala2014-09-30 
22:39:26.077945600 +0200
+@@ -63,7 +63,7 @@ namespace PantheonTerminal {
+ public string foreground { get; set; }
+ public string background { get; set; }
+ public string cursor_color { get; set; }
+-public Vte.TerminalCursorShape cursor_shape { get; set; }
++public Vte.CursorShape cursor_shape { get; set; }
+ public string palette { get; set; }
+ 
+ public string shell { get; set; }
+@@ -77,4 +77,4 @@ namespace PantheonTerminal {
+ base 

[arch-commits] Commit in zim/trunk (PKGBUILD diff_704.patch)

2014-09-30 Thread Florian Pritz
Date: Tuesday, September 30, 2014 @ 22:41:10
  Author: bluewind
Revision: 119899

upgpkg: zim 0.62-1

upstream update

Modified:
  zim/trunk/PKGBUILD
Deleted:
  zim/trunk/diff_704.patch

+
 PKGBUILD   |   16 
 diff_704.patch |   15 ---
 2 files changed, 4 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 16:27:40 UTC (rev 119898)
+++ PKGBUILD2014-09-30 20:41:10 UTC (rev 119899)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=zim
-pkgver=0.61
-pkgrel=2
+pkgver=0.62
+pkgrel=1
 pkgdesc=A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop.
 arch=(any)
 license=('GPL' 'PerlArtistic')
@@ -24,17 +24,9 @@
 'lilypond: Insert Score plugin'
 'texlive-bin: Insert Equation plugin')
 install=zim.install
-source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz
-diff_704.patch)
-md5sums=('7318568b9e0ef69d0fb2ff77754b72ac'
- '76a5ee4536e4fcd22bedfc2633f5c726')
+source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
+md5sums=('43419efba07f7086168442e3d698287a')
 
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p0 -i $srcdir/diff_704.patch
-}
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 

Deleted: diff_704.patch
===
--- diff_704.patch  2014-09-30 16:27:40 UTC (rev 119898)
+++ diff_704.patch  2014-09-30 20:41:10 UTC (rev 119899)
@@ -1,15 +0,0 @@
-=== modified file 'zim/www.py'
 zim/www.py 2014-07-21 20:03:15 +
-+++ zim/www.py 2014-08-21 09:06:34 +
-@@ -119,6 +119,10 @@
-   self.config = config or ConfigManager(profile=notebook.profile)
- 
-   self.output = None
-+
-+  if template is None:
-+  template = 'Default'
-+
-   if isinstance(template, basestring):
-   from zim.templates import get_template
-   self.template = get_template('html', template)
-


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

2014-09-30 Thread Maxime Gauduin
Date: Tuesday, September 30, 2014 @ 22:45:02
  Author: alucryd
Revision: 119901

vte rebuild: pantheon-terminal 0.3.0.1-2

Added:
  pantheon-terminal/trunk/pantheon-terminal-vte2.91.patch
Modified:
  pantheon-terminal/trunk/PKGBUILD

-+
 PKGBUILD|   24 --
 pantheon-terminal-vte2.91.patch |  145 ++
 2 files changed, 161 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 20:41:13 UTC (rev 119900)
+++ PKGBUILD2014-09-30 20:45:02 UTC (rev 119901)
@@ -1,21 +1,29 @@
 # $Id$
-# Maintainer: alucryd alucryd at gmail dot com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 
 pkgname=pantheon-terminal
 pkgver=0.3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='The Pantheon Terminal Emulator'
 arch=('i686' 'x86_64')
-url=https://launchpad.net/${pkgname};
+url='https://launchpad.net/pantheon-terminal'
 license=('GPL3')
 depends=('desktop-file-utils' 'granite' 'libnotify' 'vte3')
 makedepends=('cmake' 'vala')
-install=${pkgname}.install
-source=(${url}/0.3.x/${pkgver}/+download/${pkgname}-${pkgver}.tgz)
-sha256sums=('ea9718b409baa3ebdc175b5d51ed7825f0199e3c3de467a5f7bea6733bbe9a93')
+install='pantheon-terminal.install'
+source=(https://launchpad.net/pantheon-terminal/0.3.x/${pkgver}/+download/pantheon-terminal-${pkgver}.tgz;
+'pantheon-terminal-vte2.91.patch')
+sha256sums=('ea9718b409baa3ebdc175b5d51ed7825f0199e3c3de467a5f7bea6733bbe9a93'
+'a1f78afe58c47827c292e768d09578edd2f96124d26a19295e2954d5994a9513')
 
+prepare() {
+  cd pantheon-terminal-${pkgver}
+
+  patch -Np1 -i ../pantheon-terminal-vte2.91.patch
+}
+
 build() {
-  cd ${pkgname}-${pkgver}
+  cd pantheon-terminal-${pkgver}
 
   if [[ -d build ]]; then
 rm -rf build
@@ -27,7 +35,7 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}/build
+  cd pantheon-terminal-${pkgver}/build
 
   make DESTDIR=${pkgdir} install
 }

Added: pantheon-terminal-vte2.91.patch
===
--- pantheon-terminal-vte2.91.patch (rev 0)
+++ pantheon-terminal-vte2.91.patch 2014-09-30 20:45:02 UTC (rev 119901)
@@ -0,0 +1,145 @@
+diff -rupN pantheon-terminal-0.3.0.1.orig/CMakeLists.txt 
pantheon-terminal-0.3.0.1/CMakeLists.txt
+--- pantheon-terminal-0.3.0.1.orig/CMakeLists.txt  2014-09-30 
22:39:03.398514500 +0200
 pantheon-terminal-0.3.0.1/CMakeLists.txt   2014-09-30 22:39:26.076941700 
+0200
+@@ -42,7 +42,7 @@ pkg_check_modules (DEPS REQUIRED
+   gthread-2.0
+   gtk+-3.0=3.9.10
+   granite=0.3.0
+-  vte-2.90
++  vte-2.91
+   libnotify
+   gdk-3.0)
+ 
+@@ -64,7 +64,7 @@ vala_precompile (VALA_C
+ src/ForegroundProcessDialog.vala
+ src/Constants.vala
+ PACKAGES
+-vte-2.90
++vte-2.91
+ granite
+ gtk+-3.0
+ libnotify
+diff -rupN pantheon-terminal-0.3.0.1.orig/src/Settings.vala 
pantheon-terminal-0.3.0.1/src/Settings.vala
+--- pantheon-terminal-0.3.0.1.orig/src/Settings.vala   2014-09-30 
22:39:03.426457100 +0200
 pantheon-terminal-0.3.0.1/src/Settings.vala2014-09-30 
22:39:26.077945600 +0200
+@@ -63,7 +63,7 @@ namespace PantheonTerminal {
+ public string foreground { get; set; }
+ public string background { get; set; }
+ public string cursor_color { get; set; }
+-public Vte.TerminalCursorShape cursor_shape { get; set; }
++public Vte.CursorShape cursor_shape { get; set; }
+ public string palette { get; set; }
+ 
+ public string shell { get; set; }
+@@ -77,4 +77,4 @@ namespace PantheonTerminal {
+ base (org.pantheon.terminal.settings);
+ }
+ }
+-}
+\ No newline at end of file
++}
+diff -rupN pantheon-terminal-0.3.0.1.orig/src/TerminalWidget.vala 
pantheon-terminal-0.3.0.1/src/TerminalWidget.vala
+--- pantheon-terminal-0.3.0.1.orig/src/TerminalWidget.vala 2014-09-30 
22:39:03.427111000 +0200
 pantheon-terminal-0.3.0.1/src/TerminalWidget.vala  2014-09-30 
22:40:09.512353200 +0200
+@@ -89,9 +89,6 @@ namespace PantheonTerminal {
+ 
+ public TerminalWidget (PantheonTerminalWindow parent_window) {
+ 
+-/* Sets characters that define word for double click selection */
+-set_word_chars (-A-Za-z0-9/.,_~#%?:=+@);
+-
+ restore_settings ();
+ settings.changed.connect (restore_settings);
+ 
+@@ -162,14 +159,13 @@ namespace PantheonTerminal {
+ public void restore_settings () {
+ /* Load configuration */
+ int opacity = settings.opacity * 65535;
+-set_background_image (null);
+ set_opacity ((uint16) (opacity / 100));
+ 
+-Gdk.Color background_color;
+-Gdk.Color.parse (settings.background, out background_color);
++Gdk.RGBA background_color = Gdk.RGBA ();
++background_color.parse (settings.background);
+ 
+-Gdk.Color 

[arch-commits] Commit in openldap/trunk (PKGBUILD openldap-memberof.patch)

2014-09-30 Thread Eric Bélanger
Date: Wednesday, October 1, 2014 @ 01:54:24
  Author: eric
Revision: 223713

upgpkg: openldap 2.4.40-1

Upstream update, Remove old patch

Modified:
  openldap/trunk/PKGBUILD
Deleted:
  openldap/trunk/openldap-memberof.patch

-+
 PKGBUILD|   12 +++--
 openldap-memberof.patch |   60 --
 2 files changed, 5 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 19:55:06 UTC (rev 223712)
+++ PKGBUILD2014-09-30 23:54:24 UTC (rev 223713)
@@ -3,8 +3,8 @@
 
 pkgbase=openldap
 pkgname=('libldap' 'openldap')
-pkgver=2.4.39
-pkgrel=2
+pkgver=2.4.40
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.openldap.org/;
 license=('custom')
@@ -11,12 +11,11 @@
 makedepends=('libltdl' 'libsasl' 'e2fsprogs' 'util-linux' 'chrpath' 'unixodbc')
 options=('!makeflags' 'emptydirs')
 
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
-slapd.service slapd.tmpfiles openldap-ntlm.patch 
openldap-memberof.patch)
-sha1sums=('2b8e8401214867c361f7212e7058f95118b5bd6c'
+slapd.service slapd.tmpfiles openldap-ntlm.patch)
+sha1sums=('0cfac3b024b99de2e2456cc7254481b6644e0b96'
   '2441815efbfa01ad7a1d39068e5503b53d1d04b0'
   '59241a813d7508294e4ef1cec3bfe1f5495e109d'
-  'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef'
-  '86503e839d4db4657d2f4de5e82bc29b37850bb9')
+  'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef')
 
 # see http://www.openldap.org/faq/data/cache/756.html
 # there's no proper backend support for anything apart from
@@ -26,7 +25,6 @@
 prepare() {
   cd ${pkgbase}-${pkgver}
   patch -p1 -i ${srcdir}/openldap-ntlm.patch
-  patch -p1 -i ${srcdir}/openldap-memberof.patch
   sed -i 's|-m 644 $(LIBRARY)|-m 755 $(LIBRARY)|' 
libraries/{liblber,libldap,libldap_r}/Makefile.in
   sed -i 's|#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP run LDAP_DIRSEP 
ldapi|#define LDAPI_SOCK LDAP_DIRSEP run LDAP_DIRSEP openldap LDAP_DIRSEP 
ldapi|' include/ldap_defaults.h
   sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.{conf,ldif}

Deleted: openldap-memberof.patch
===
--- openldap-memberof.patch 2014-09-30 19:55:06 UTC (rev 223712)
+++ openldap-memberof.patch 2014-09-30 23:54:24 UTC (rev 223713)
@@ -1,60 +0,0 @@
-X-Git-Url: 
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blobdiff_plain;f=servers%2Fslapd%2Foverlays%2Fmemberof.c;h=9370152204ff95d03e30d1ed4de5cfbfc09dab92;hp=187e4104174cba320530953a87d739f9d7e82d7e;hb=03d927485ef034169238004f5257c4a5f3694978;hpb=316afb1190c4fa8d96dc56b38b41f4a6ffb163e9
-
-diff --git a/servers/slapd/overlays/memberof.c 
b/servers/slapd/overlays/memberof.c
-index 187e410..9370152 100644
 a/servers/slapd/overlays/memberof.c
-+++ b/servers/slapd/overlays/memberof.c
-@@ -190,7 +190,16 @@ typedef struct memberof_cbinfo_t {
-   BerVarray memberof;
-   memberof_is_t what;
- } memberof_cbinfo_t;
--  
-+
-+static void
-+memberof_set_backend( Operation *op_target, Operation *op, slap_overinst *on )
-+{
-+BackendInfo *bi = op-o_bd-bd_info;
-+
-+if ( bi-bi_type == memberof.on_bi.bi_type )
-+op_target-o_bd-bd_info = (BackendInfo *)on-on_info;
-+}
-+
- static int
- memberof_isGroupOrMember_cb( Operation *op, SlapReply *rs )
- {
-@@ -285,7 +294,7 @@ memberof_isGroupOrMember( Operation *op, memberof_cbinfo_t 
*mci )
-   op2.ors_filterstr = mo-mo_groupFilterstr;
-   op2.ors_filter = mo-mo_groupFilter;
- 
--  op2.o_bd-bd_info = (BackendInfo *)on-on_info;
-+  memberof_set_backend( op2, op, on );
-   (void)op-o_bd-be_search( op2, rs2 );
-   op2.o_bd-bd_info = bi;
- 
-@@ -307,7 +316,7 @@ memberof_isGroupOrMember( Operation *op, memberof_cbinfo_t 
*mci )
-   op2.ors_filterstr = mo-mo_memberFilterstr;
-   op2.ors_filter = mo-mo_memberFilter;
- 
--  op2.o_bd-bd_info = (BackendInfo *)on-on_info;
-+  memberof_set_backend( op2, op, on );
-   (void)op-o_bd-be_search( op2, rs2 );
-   op2.o_bd-bd_info = bi;
- 
-@@ -409,7 +418,7 @@ memberof_value_modify(
- 
-   oex.oe_key = (void *)memberof;
-   LDAP_SLIST_INSERT_HEAD(op2.o_extra, oex, oe_next);
--  op2.o_bd-bd_info = (BackendInfo *)on-on_info;
-+  memberof_set_backend( op2, op, on );
-   (void)op-o_bd-be_modify( op2, rs2 );
-   op2.o_bd-bd_info = bi;
-   LDAP_SLIST_REMOVE(op2.o_extra, oex, OpExtra, oe_next);
-@@ -451,7 +460,7 @@ memberof_value_modify(
- 
-   oex.oe_key = (void *)memberof;
-   LDAP_SLIST_INSERT_HEAD(op2.o_extra, oex, oe_next);
--  op2.o_bd-bd_info = (BackendInfo *)on-on_info;
-+  memberof_set_backend( op2, op, on );
-  

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

2014-09-30 Thread Eric Bélanger
Date: Wednesday, October 1, 2014 @ 01:58:41
  Author: eric
Revision: 223714

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

Added:
  openldap/repos/testing-i686/PKGBUILD
(from rev 223713, openldap/trunk/PKGBUILD)
  openldap/repos/testing-i686/openldap-ntlm.patch
(from rev 223713, openldap/trunk/openldap-ntlm.patch)
  openldap/repos/testing-i686/openldap.install
(from rev 223713, openldap/trunk/openldap.install)
  openldap/repos/testing-i686/slapd.service
(from rev 223713, openldap/trunk/slapd.service)
  openldap/repos/testing-i686/slapd.tmpfiles
(from rev 223713, openldap/trunk/slapd.tmpfiles)
  openldap/repos/testing-x86_64/PKGBUILD
(from rev 223713, openldap/trunk/PKGBUILD)
  openldap/repos/testing-x86_64/openldap-ntlm.patch
(from rev 223713, openldap/trunk/openldap-ntlm.patch)
  openldap/repos/testing-x86_64/openldap.install
(from rev 223713, openldap/trunk/openldap.install)
  openldap/repos/testing-x86_64/slapd.service
(from rev 223713, openldap/trunk/slapd.service)
  openldap/repos/testing-x86_64/slapd.tmpfiles
(from rev 223713, openldap/trunk/slapd.tmpfiles)
Deleted:
  openldap/repos/testing-i686/PKGBUILD
  openldap/repos/testing-i686/openldap-memberof.patch
  openldap/repos/testing-i686/openldap-ntlm.patch
  openldap/repos/testing-i686/openldap.install
  openldap/repos/testing-i686/slapd.service
  openldap/repos/testing-i686/slapd.tmpfiles
  openldap/repos/testing-x86_64/PKGBUILD
  openldap/repos/testing-x86_64/openldap-memberof.patch
  openldap/repos/testing-x86_64/openldap-ntlm.patch
  openldap/repos/testing-x86_64/openldap.install
  openldap/repos/testing-x86_64/slapd.service
  openldap/repos/testing-x86_64/slapd.tmpfiles

+
 /PKGBUILD  |  226 +++
 /openldap-ntlm.patch   |  460 +++
 /openldap.install  |   42 ++
 /slapd.service |   18 +
 /slapd.tmpfiles|2 
 testing-i686/PKGBUILD  |  115 ---
 testing-i686/openldap-memberof.patch   |   60 
 testing-i686/openldap-ntlm.patch   |  230 ---
 testing-i686/openldap.install  |   21 -
 testing-i686/slapd.service |9 
 testing-i686/slapd.tmpfiles|1 
 testing-x86_64/PKGBUILD|  115 ---
 testing-x86_64/openldap-memberof.patch |   60 
 testing-x86_64/openldap-ntlm.patch |  230 ---
 testing-x86_64/openldap.install|   21 -
 testing-x86_64/slapd.service   |9 
 testing-x86_64/slapd.tmpfiles  |1 
 17 files changed, 748 insertions(+), 872 deletions(-)

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


[arch-commits] Commit in cinnamon-control-center/repos (10 files)

2014-09-30 Thread Alexandre Filgueira
Date: Wednesday, October 1, 2014 @ 03:54:33
  Author: faidoc
Revision: 119904

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 119903, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 119903, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 119903, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 119903, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-i686/upowerd-0.99-support.patch
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/upowerd-0.99-support.patch

--+
 /PKGBUILD|  112 +
 /cinnamon-control-center.install |   22 
 community-i686/PKGBUILD  |   60 ---
 community-i686/cinnamon-control-center.install   |   11 --
 community-i686/upowerd-0.99-support.patch|   21 ---
 community-x86_64/PKGBUILD|   60 ---
 community-x86_64/cinnamon-control-center.install |   11 --
 community-x86_64/upowerd-0.99-support.patch  |   21 ---
 8 files changed, 134 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-01 01:50:58 UTC (rev 119903)
+++ community-i686/PKGBUILD 2014-10-01 01:54:33 UTC (rev 119904)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-control-center
-pkgver=2.2.10
-pkgrel=3
-pkgdesc=The Control Center for Cinnamon
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet')
-optdepends=('gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'docbook-xsl')
-url=https://github.com/linuxmint/cinnamon-control-center;
-install=cinnamon-control-center.install
-license=('GPL')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
-upowerd-0.99-support.patch)
-sha256sums=('5bdd6570e5a2ac2bc4760f3cec5fe7240015f7de9e8756b949e301cf3a474cef'
-'a1979c57addbdfc1832974f113c837507ab7ca4fec82ec5c9cf00f1db80d79ff')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Compatibility fix for upower-0.99 (from Debian)
-  patch -Np1 -i ../upowerd-0.99-support.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd \
-  --disable-update-mimedb
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Remove unused stuff
-  make -C panels/sound DESTDIR=$pkgdir uninstall
-  make -C panels/sound/data DESTDIR=$pkgdir install
-  make -C shell DESTDIR=$pkgdir uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
-  rm 
$pkgdir/usr/share/applications/cinnamon-{control-center,datetime-panel,region-panel,sound-panel}.desktop
-  rm -R $pkgdir/etc
-
-  # Fix a warning
-  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
-  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
-}

Copied: cinnamon-control-center/repos/community-i686/PKGBUILD (from rev 119903, 
cinnamon-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-01 01:54:33 UTC (rev 119904)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-control-center
+pkgver=2.2.11
+pkgrel=1
+pkgdesc=The Control Center for Cinnamon
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 

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

2014-09-30 Thread Alexandre Filgueira
Date: Wednesday, October 1, 2014 @ 03:50:58
  Author: faidoc
Revision: 119903

upgpkg: cinnamon-control-center 2.2.11-1

Modified:
  cinnamon-control-center/trunk/PKGBUILD
Deleted:
  cinnamon-control-center/trunk/upowerd-0.99-support.patch

+
 PKGBUILD   |   12 
 upowerd-0.99-support.patch |   21 -
 2 files changed, 4 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 20:45:55 UTC (rev 119902)
+++ PKGBUILD2014-10-01 01:50:58 UTC (rev 119903)
@@ -5,8 +5,8 @@
 # Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-control-center
-pkgver=2.2.10
-pkgrel=3
+pkgver=2.2.11
+pkgrel=1
 pkgdesc=The Control Center for Cinnamon
 arch=('i686' 'x86_64')
 depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
@@ -17,16 +17,12 @@
 install=cinnamon-control-center.install
 license=('GPL')
 options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
-upowerd-0.99-support.patch)
-sha256sums=('5bdd6570e5a2ac2bc4760f3cec5fe7240015f7de9e8756b949e301cf3a474cef'
-'a1979c57addbdfc1832974f113c837507ab7ca4fec82ec5c9cf00f1db80d79ff')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
+sha256sums=('9cd9d9dcad3a6f9a1957f3c92a2be5316dd74a91e9efa62a6e5f9fada110929f')
 
 prepare() {
   cd $pkgname-$pkgver
 
-  # Compatibility fix for upower-0.99 (from Debian)
-  patch -Np1 -i ../upowerd-0.99-support.patch
 }
 
 build() {

Deleted: upowerd-0.99-support.patch
===
--- upowerd-0.99-support.patch  2014-09-30 20:45:55 UTC (rev 119902)
+++ upowerd-0.99-support.patch  2014-10-01 01:50:58 UTC (rev 119903)
@@ -1,21 +0,0 @@
 a/panels/power/cc-power-panel.c
-+++ b/panels/power/cc-power-panel.c
-@@ -934,10 +934,18 @@
-   -1);
-   switch (value_tmp) {
-   case CSD_POWER_ACTION_SUSPEND:
-+#if UP_CHECK_VERSION(0,99,0)
-+enabled = cc_login1(CanSuspend);
-+#else
- enabled = cc_login1(CanSuspend) || up_client_get_can_suspend 
(self-priv-up_client);
-+#endif
- break;
-   case CSD_POWER_ACTION_HIBERNATE:
-+#if UP_CHECK_VERSION(0,99,0)
-+enabled = cc_login1(CanHibernate);
-+#else
- enabled = cc_login1(CanHibernate) || up_client_get_can_hibernate 
(self-priv-up_client);
-+#endif
- break;
-   default:
- enabled = TRUE;


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

2014-09-30 Thread Dan McGee
Date: Wednesday, October 1, 2014 @ 04:43:51
  Author: dan
Revision: 223716

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 223715, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 223715, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 223715, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 223715, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 223715, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 223715, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 223715, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 223715, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  218 +
 /git-daemon.socket   |   18 +++
 /git-daemon@.service |   20 +++
 /git.install |   42 +++
 extra-i686/PKGBUILD  |  109 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  109 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 298 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-01 02:43:37 UTC (rev 223715)
+++ extra-i686/PKGBUILD 2014-10-01 02:43:51 UTC (rev 223716)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.1.1
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C contrib/credential/gnome-keyring clean
-  # subtree 

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

2014-09-30 Thread Dan McGee
Date: Wednesday, October 1, 2014 @ 04:43:37
  Author: dan
Revision: 223715

upgpkg: git 2.1.2-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 23:58:41 UTC (rev 223714)
+++ PKGBUILD2014-10-01 02:43:37 UTC (rev 223715)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -104,6 +104,6 @@
   install -D -m 644 $srcdir/git-daemon.socket 
$pkgdir/usr/lib/systemd/system/git-daemon.socket
 }
 
-md5sums=('78e5a965a930c85806ad8c9a4730c6ae'
+md5sums=('35dc1585dc522fd715f117744b1f5992'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')


[arch-commits] Commit in greenbone-security-assistant/trunk (PKGBUILD)

2014-09-30 Thread Daniel Micay
Date: Wednesday, October 1, 2014 @ 05:16:41
  Author: thestinger
Revision: 119905

upgpkg: greenbone-security-assistant 5.0.3-2

Modified:
  greenbone-security-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-01 01:54:33 UTC (rev 119904)
+++ PKGBUILD2014-10-01 03:16:41 UTC (rev 119905)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=greenbone-security-assistant
 pkgver=5.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
 url='http://www.openvas.org/'
 license=(GPL)
@@ -24,7 +24,7 @@
 build() {
   cd $pkgname-$pkgver
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var . -DSBINDIR=/usr/bin
   make
 }
 


[arch-commits] Commit in greenbone-security-assistant/repos (4 files)

2014-09-30 Thread Daniel Micay
Date: Wednesday, October 1, 2014 @ 05:17:18
  Author: thestinger
Revision: 119906

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 119905, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 119905, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-01 03:16:41 UTC (rev 119905)
+++ community-i686/PKGBUILD 2014-10-01 03:17:18 UTC (rev 119906)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.3
-pkgrel=1
-pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
-url='http://www.openvas.org/'
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('libmicrohttpd' 'openvas-libraries')
-makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
-groups=(openvas)
-backup=(etc/openvas/gsad_log.conf)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1734/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('d1148f21265346ee6257895918d8dedb'
- 'SKIP')
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: greenbone-security-assistant/repos/community-i686/PKGBUILD (from rev 
119905, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-01 03:17:18 UTC (rev 119906)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.3
+pkgrel=2
+pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
+url='http://www.openvas.org/'
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('libmicrohttpd' 'openvas-libraries')
+makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
+groups=(openvas)
+backup=(etc/openvas/gsad_log.conf)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1734/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('d1148f21265346ee6257895918d8dedb'
+ 'SKIP')
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var . -DSBINDIR=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-01 03:16:41 UTC (rev 119905)
+++ community-x86_64/PKGBUILD   2014-10-01 03:17:18 UTC (rev 119906)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.3
-pkgrel=1
-pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
-url='http://www.openvas.org/'
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('libmicrohttpd' 'openvas-libraries')
-makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
-groups=(openvas)
-backup=(etc/openvas/gsad_log.conf)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1734/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('d1148f21265346ee6257895918d8dedb'
- 'SKIP')
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: greenbone-security-assistant/repos/community-x86_64/PKGBUILD (from rev 
119905, greenbone-security-assistant/trunk/PKGBUILD)

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

2014-09-30 Thread Daniel Micay
Date: Wednesday, October 1, 2014 @ 05:39:43
  Author: thestinger
Revision: 119907

upgpkg: openvas-libraries 7.0.4-2

Modified:
  openvas-libraries/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-01 03:17:18 UTC (rev 119906)
+++ PKGBUILD2014-10-01 03:39:43 UTC (rev 119907)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-libraries
 pkgver=7.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
 url=http://www.openvas.org/;
@@ -21,10 +21,11 @@
   cd $pkgname-$pkgver
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make CFLAGS=-Wno-error CC=--disable-werror
+  make
 }
 
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
+  rmdir $pkgdir/var/run
 }


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

2014-09-30 Thread Daniel Micay
Date: Wednesday, October 1, 2014 @ 05:40:12
  Author: thestinger
Revision: 119908

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

Added:
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 119907, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 119907, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-i686/PKGBUILD
  openvas-libraries/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   30 -
 community-x86_64/PKGBUILD |   30 -
 3 files changed, 62 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-01 03:39:43 UTC (rev 119907)
+++ community-i686/PKGBUILD 2014-10-01 03:40:12 UTC (rev 119908)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.4
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# This URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1722/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1723/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('b78c2b3b1e187c40805c1a849b1b530e'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make CFLAGS=-Wno-error CC=--disable-werror
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 119907, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-01 03:40:12 UTC (rev 119908)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.4
+pkgrel=2
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1722/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1723/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('b78c2b3b1e187c40805c1a849b1b530e'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  rmdir $pkgdir/var/run
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-01 03:39:43 UTC (rev 119907)
+++ community-x86_64/PKGBUILD   2014-10-01 03:40:12 UTC (rev 119908)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.4
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# This URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1722/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1723/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('b78c2b3b1e187c40805c1a849b1b530e'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make CFLAGS=-Wno-error CC=--disable-werror
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-libraries/repos/community-x86_64/PKGBUILD (from rev 119907, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-01 03:40:12 UTC (rev 119908)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.4
+pkgrel=2
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;

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

2014-09-30 Thread Jaroslav Lichtblau
Date: Wednesday, October 1, 2014 @ 07:35:01
  Author: jlichtblau
Revision: 119909

kde4 translation rebuild: kchmviewer 6.1-2

Modified:
  kchmviewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-01 03:40:12 UTC (rev 119908)
+++ PKGBUILD2014-10-01 05:35:01 UTC (rev 119909)
@@ -4,7 +4,7 @@
 
 pkgname=kchmviewer
 pkgver=6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A .chm files (MS HTML help file format) viewer
 arch=('i686' 'x86_64')
 url=http://kchmviewer.sourceforge.net/;
@@ -31,14 +31,14 @@
 package() {
   cd $pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install
 
 #icon file
   install -D -m644 ${srcdir}/$pkgname-$pkgver/packages/$pkgname.png \
-${pkgdir}/usr/share/pixmaps/$pkgname.png
+${pkgdir}/usr/share/pixmaps/$pkgname.png
 
 #msits.protocol file provided by kdegraphics-okular package
-  rm -rf ${pkgdir}/usr/share/kde4
+  rm -rf ${pkgdir}/usr/share/kde4
 #kio_msits.so file provided by kdegraphics-okular package - FS#14376
-  rm -rf ${pkgdir}/usr/lib
+  rm -rf ${pkgdir}/usr/lib
 }


[arch-commits] Commit in kchmviewer/repos (5 files)

2014-09-30 Thread Jaroslav Lichtblau
Date: Wednesday, October 1, 2014 @ 07:35:15
  Author: jlichtblau
Revision: 119910

archrelease: copy trunk to community-staging-x86_64

Added:
  kchmviewer/repos/community-staging-x86_64/
  kchmviewer/repos/community-staging-x86_64/PKGBUILD
(from rev 119909, kchmviewer/trunk/PKGBUILD)
  kchmviewer/repos/community-staging-x86_64/kchmviewer-build.patch
(from rev 119909, kchmviewer/trunk/kchmviewer-build.patch)
  kchmviewer/repos/community-staging-x86_64/kchmviewer.changelog
(from rev 119909, kchmviewer/trunk/kchmviewer.changelog)
  kchmviewer/repos/community-staging-x86_64/kchmviewer.install
(from rev 119909, kchmviewer/trunk/kchmviewer.install)

+
 PKGBUILD   |   44 
 kchmviewer-build.patch |   23 +++
 kchmviewer.changelog   |   32 
 kchmviewer.install |   12 
 4 files changed, 111 insertions(+)

Copied: kchmviewer/repos/community-staging-x86_64/PKGBUILD (from rev 119909, 
kchmviewer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-01 05:35:15 UTC (rev 119910)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Bogdanov and...@gmail.com
+
+pkgname=kchmviewer
+pkgver=6.1
+pkgrel=2
+pkgdesc=A .chm files (MS HTML help file format) viewer
+arch=('i686' 'x86_64')
+url=http://kchmviewer.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils')
+makedepends=('automoc4' 'cmake' 'patch')
+options=('libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+$pkgname-build.patch)
+sha256sums=('f673c3aaca735d799d14b9f6f1b302e9bb77d5c0a0b601b4b5e0beed1c99fe78'
+'567bdcaa1809618fe3a441345586a491247b76e4dd46db8ff8497bd53d74adbc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  patch -Np1 -i ${srcdir}/$pkgname-build.patch
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#icon file
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/packages/$pkgname.png \
+${pkgdir}/usr/share/pixmaps/$pkgname.png
+
+#msits.protocol file provided by kdegraphics-okular package
+  rm -rf ${pkgdir}/usr/share/kde4
+#kio_msits.so file provided by kdegraphics-okular package - FS#14376
+  rm -rf ${pkgdir}/usr/lib
+}

Copied: kchmviewer/repos/community-staging-x86_64/kchmviewer-build.patch (from 
rev 119909, kchmviewer/trunk/kchmviewer-build.patch)
===
--- community-staging-x86_64/kchmviewer-build.patch 
(rev 0)
+++ community-staging-x86_64/kchmviewer-build.patch 2014-10-01 05:35:15 UTC 
(rev 119910)
@@ -0,0 +1,23 @@
+diff -ruN kchmviewer-6.1-orig/packages/kchmviewer.desktop 
kchmviewer-6.1/packages/kchmviewer.desktop
+--- kchmviewer-6.1-orig/packages/kchmviewer.desktop2009-12-15 
07:02:57.0 +0100
 kchmviewer-6.1/packages/kchmviewer.desktop 2014-05-12 20:37:00.983182220 
+0200
+@@ -3,7 +3,6 @@
+ Categories=Qt;KDE;Office;Viewer;
+ Terminal=false
+ Type=Application
+-Encoding=UTF-8
+ Exec=kchmviewer %f
+ Icon=kchmviewer
+ GenericName=CHM file viewer
+diff -ruN kchmviewer-6.1-orig/src/CMakeLists.txt 
kchmviewer-6.1/src/CMakeLists.txt
+--- kchmviewer-6.1-orig/src/CMakeLists.txt 2011-12-19 08:16:43.0 
+0100
 kchmviewer-6.1/src/CMakeLists.txt  2014-05-12 20:35:51.195078972 +0200
+@@ -8,7 +8,7 @@
+   dialog_chooseurlfromlist.cpp
+   dialog_setup.cpp
+   kde-qt.cpp
+-  keyeventfilter.cpp
++# keyeventfilter.cpp
+   main.cpp
+   mainwindow.cpp
+   navigationpanel.cpp

Copied: kchmviewer/repos/community-staging-x86_64/kchmviewer.changelog (from 
rev 119909, kchmviewer/trunk/kchmviewer.changelog)
===
--- community-staging-x86_64/kchmviewer.changelog   
(rev 0)
+++ community-staging-x86_64/kchmviewer.changelog   2014-10-01 05:35:15 UTC 
(rev 119910)
@@ -0,0 +1,32 @@
+2014-05-12  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kchmviewer 6.1-1
+
+2011-12-21  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kchmviewer 6.0-1
+
+2011-01-15  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kchmviewer-5.3
+
+2010-06-14  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 5.2
+
+2009-12-19  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 5.1
+
+2009-07-26  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 4.1
+
+2009-04-30  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * FS#14376 fixed
+

[arch-commits] Commit in kchmviewer/repos (5 files)

2014-09-30 Thread Jaroslav Lichtblau
Date: Wednesday, October 1, 2014 @ 07:40:50
  Author: jlichtblau
Revision: 119911

archrelease: copy trunk to community-staging-i686

Added:
  kchmviewer/repos/community-staging-i686/
  kchmviewer/repos/community-staging-i686/PKGBUILD
(from rev 119910, kchmviewer/trunk/PKGBUILD)
  kchmviewer/repos/community-staging-i686/kchmviewer-build.patch
(from rev 119910, kchmviewer/trunk/kchmviewer-build.patch)
  kchmviewer/repos/community-staging-i686/kchmviewer.changelog
(from rev 119910, kchmviewer/trunk/kchmviewer.changelog)
  kchmviewer/repos/community-staging-i686/kchmviewer.install
(from rev 119910, kchmviewer/trunk/kchmviewer.install)

+
 PKGBUILD   |   44 
 kchmviewer-build.patch |   23 +++
 kchmviewer.changelog   |   32 
 kchmviewer.install |   12 
 4 files changed, 111 insertions(+)

Copied: kchmviewer/repos/community-staging-i686/PKGBUILD (from rev 119910, 
kchmviewer/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-01 05:40:50 UTC (rev 119911)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Bogdanov and...@gmail.com
+
+pkgname=kchmviewer
+pkgver=6.1
+pkgrel=2
+pkgdesc=A .chm files (MS HTML help file format) viewer
+arch=('i686' 'x86_64')
+url=http://kchmviewer.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils')
+makedepends=('automoc4' 'cmake' 'patch')
+options=('libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+$pkgname-build.patch)
+sha256sums=('f673c3aaca735d799d14b9f6f1b302e9bb77d5c0a0b601b4b5e0beed1c99fe78'
+'567bdcaa1809618fe3a441345586a491247b76e4dd46db8ff8497bd53d74adbc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  patch -Np1 -i ${srcdir}/$pkgname-build.patch
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#icon file
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/packages/$pkgname.png \
+${pkgdir}/usr/share/pixmaps/$pkgname.png
+
+#msits.protocol file provided by kdegraphics-okular package
+  rm -rf ${pkgdir}/usr/share/kde4
+#kio_msits.so file provided by kdegraphics-okular package - FS#14376
+  rm -rf ${pkgdir}/usr/lib
+}

Copied: kchmviewer/repos/community-staging-i686/kchmviewer-build.patch (from 
rev 119910, kchmviewer/trunk/kchmviewer-build.patch)
===
--- community-staging-i686/kchmviewer-build.patch   
(rev 0)
+++ community-staging-i686/kchmviewer-build.patch   2014-10-01 05:40:50 UTC 
(rev 119911)
@@ -0,0 +1,23 @@
+diff -ruN kchmviewer-6.1-orig/packages/kchmviewer.desktop 
kchmviewer-6.1/packages/kchmviewer.desktop
+--- kchmviewer-6.1-orig/packages/kchmviewer.desktop2009-12-15 
07:02:57.0 +0100
 kchmviewer-6.1/packages/kchmviewer.desktop 2014-05-12 20:37:00.983182220 
+0200
+@@ -3,7 +3,6 @@
+ Categories=Qt;KDE;Office;Viewer;
+ Terminal=false
+ Type=Application
+-Encoding=UTF-8
+ Exec=kchmviewer %f
+ Icon=kchmviewer
+ GenericName=CHM file viewer
+diff -ruN kchmviewer-6.1-orig/src/CMakeLists.txt 
kchmviewer-6.1/src/CMakeLists.txt
+--- kchmviewer-6.1-orig/src/CMakeLists.txt 2011-12-19 08:16:43.0 
+0100
 kchmviewer-6.1/src/CMakeLists.txt  2014-05-12 20:35:51.195078972 +0200
+@@ -8,7 +8,7 @@
+   dialog_chooseurlfromlist.cpp
+   dialog_setup.cpp
+   kde-qt.cpp
+-  keyeventfilter.cpp
++# keyeventfilter.cpp
+   main.cpp
+   mainwindow.cpp
+   navigationpanel.cpp

Copied: kchmviewer/repos/community-staging-i686/kchmviewer.changelog (from rev 
119910, kchmviewer/trunk/kchmviewer.changelog)
===
--- community-staging-i686/kchmviewer.changelog (rev 0)
+++ community-staging-i686/kchmviewer.changelog 2014-10-01 05:40:50 UTC (rev 
119911)
@@ -0,0 +1,32 @@
+2014-05-12  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kchmviewer 6.1-1
+
+2011-12-21  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kchmviewer 6.0-1
+
+2011-01-15  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kchmviewer-5.3
+
+2010-06-14  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 5.2
+
+2009-12-19  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 5.1
+
+2009-07-26  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 4.1
+
+2009-04-30  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * FS#14376 fixed
+
+2009-03-26  Jaroslav Lichtblau