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

2015-03-17 Thread Christian Hesse
Date: Tuesday, March 17, 2015 @ 08:37:04
  Author: eworm
Revision: 129397

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

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

--+
 /PKGBUILD|  104 +
 /mpv.install |   24 +
 community-i686/PKGBUILD  |   52 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   52 
 community-x86_64/mpv.install |   12 
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-17 07:31:21 UTC (rev 129396)
+++ community-i686/PKGBUILD 2015-03-17 07:37:04 UTC (rev 129397)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.8.2
-pkgrel=3
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
-  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc' 'wayland'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-  'libguess' 'libxrandr' 'jack' 'smbclient'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
-optdepends=('youtube-dl: for video-sharing websites playback')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('6437a04dbcfe42efc13cdd37c979b954')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-joystick \
---enable-zsh-comp \
---enable-libmpv-shared \
---enable-cdda
-
-  ./waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./waf install --destdir=$pkgdir
-
-  install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-$pkgdir/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-$pkgdir/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 129396, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 07:37:04 UTC (rev 129397)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.8.3
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
+  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+  'libguess' 'libxrandr' 'jack' 'smbclient'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('a34ff41da1d5393ac8d6f9fbb743d3bd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir=$pkgdir
+
+  install -d $pkgdir/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+$pkgdir/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+$pkgdir/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2015-03-17 07:31:21 UTC (rev 129396)
+++ community-i686/mpv.install  2015-03-17 07:37:04 UTC (rev 129397)
@@ -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
-}


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

2015-03-17 Thread Christian Hesse
Date: Tuesday, March 17, 2015 @ 08:31:21
  Author: eworm
Revision: 129396

upgpkg: mpv 0.8.3-1

new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 05:27:53 UTC (rev 129395)
+++ PKGBUILD2015-03-17 07:31:21 UTC (rev 129396)
@@ -3,8 +3,8 @@
 # Contributor: Eivind Uggedal eiv...@uggedal.com
 
 pkgname=mpv
-pkgver=0.8.2
-pkgrel=3
+pkgver=0.8.3
+pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -20,7 +20,7 @@
 options=('!emptydirs' '!buildflags')
 install=mpv.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('6437a04dbcfe42efc13cdd37c979b954')
+md5sums=('a34ff41da1d5393ac8d6f9fbb743d3bd')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in (ccrtp libzrtpcpp ucommon)

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 08:58:20
  Author: arojas
Revision: 233968

Cleanup old mediastreamer dependencies

Deleted:
  ccrtp/
  libzrtpcpp/
  ucommon/


[arch-commits] Commit in kdenetwork-kopete/kde-unstable (PKGBUILD)

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 09:13:19
  Author: arojas
Revision: 233969

make libgadu optional

Modified:
  kdenetwork-kopete/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 07:58:20 UTC (rev 233968)
+++ PKGBUILD2015-03-17 08:13:19 UTC (rev 233969)
@@ -10,9 +10,9 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 
'libgadu' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer')
-optdepends=('mediastreamer: jingle support')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 
'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer' 
'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;
 'mediastreamer-2.11.patch')
 sha1sums=('6fb9cafbc38137a6f44354a7110fbfea07462331'


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

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 20:37:39
  Author: arojas
Revision: 129445

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

Added:
  ortp/repos/community-i686/
  ortp/repos/community-i686/PKGBUILD
(from rev 129444, ortp/trunk/PKGBUILD)
  ortp/repos/community-x86_64/
  ortp/repos/community-x86_64/PKGBUILD
(from rev 129444, ortp/trunk/PKGBUILD)

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

Copied: ortp/repos/community-i686/PKGBUILD (from rev 129444, 
ortp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 19:37:39 UTC (rev 129445)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=ortp
+pkgver=0.24.0
+pkgrel=2
+pkgdesc=A Real-time Transport Protocol (RTP) library
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng/code_review/ortp;
+license=('GPL3')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
+  'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 129444, 
ortp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-17 19:37:39 UTC (rev 129445)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=ortp
+pkgver=0.24.0
+pkgrel=2
+pkgdesc=A Real-time Transport Protocol (RTP) library
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng/code_review/ortp;
+license=('GPL3')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
+  'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 21:12:02
  Author: arojas
Revision: 234064

Add kdoctools makedepends (FS#44221)

Modified:
  kjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 20:09:14 UTC (rev 234063)
+++ PKGBUILD2015-03-17 20:12:02 UTC (rev 234064)
@@ -10,7 +10,7 @@
 url='https://projects.kde.org/projects/frameworks/kjs'
 license=('LGPL')
 depends=('qt5-base')
-makedepends=('extra-cmake-modules')
+makedepends=('extra-cmake-modules' 'kdoctools')
 groups=('kf5-aids')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
 md5sums=('a4ca427862d70bd748b1c49f50b9d43b')


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

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 21:56:19
  Author: arojas
Revision: 129449

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

Added:
  owncloud-client/repos/community-i686/PKGBUILD
(from rev 129448, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-i686/owncloud-client.install
(from rev 129448, owncloud-client/trunk/owncloud-client.install)
  owncloud-client/repos/community-x86_64/PKGBUILD
(from rev 129448, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-x86_64/owncloud-client.install
(from rev 129448, owncloud-client/trunk/owncloud-client.install)
Deleted:
  owncloud-client/repos/community-i686/PKGBUILD
  owncloud-client/repos/community-i686/owncloud-client.install
  owncloud-client/repos/community-x86_64/PKGBUILD
  owncloud-client/repos/community-x86_64/owncloud-client.install

--+
 /PKGBUILD|   86 +
 /owncloud-client.install |   22 +++
 community-i686/PKGBUILD  |   43 --
 community-i686/owncloud-client.install   |   11 ---
 community-x86_64/PKGBUILD|   43 --
 community-x86_64/owncloud-client.install |   11 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-17 20:56:00 UTC (rev 129448)
+++ community-i686/PKGBUILD 2015-03-17 20:56:19 UTC (rev 129449)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Kuba Serafinowski zizzfizzix(at)gmail(dot)com
-
-_name=mirall
-pkgname=owncloud-client
-pkgver=1.7.1
-pkgrel=4
-pkgdesc='ownCloud client based on mirall'
-arch=('i686' 'x86_64')
-url='http://owncloud.org/'
-license=('GPL2')
-depends=('qtkeychain-qt4' 'qtwebkit' 'neon')
-makedepends=('cmake' 'python-sphinx')
-optdepends=('python2-nautilus: integration with Nautilus' 'sni-qt: needed to 
run in some DEs (Plasma 5, Unity)')
-install=owncloud-client.install
-backup=('etc/ownCloud/sync-exclude.lst')
-source=(https://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2{,.asc})
-md5sums=('5355f5dee2beb2d2dc39c8ad77511c0b' 'SKIP')
-validpgpkeys=('F8A819CEB7B10C78D032F028C2B0EE195647594B')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../${_name}-${pkgver} \
--DBUILD_WITH_QT4=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
-
-  make
-  make doc-man
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: owncloud-client/repos/community-i686/PKGBUILD (from rev 129448, 
owncloud-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 20:56:19 UTC (rev 129449)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Kuba Serafinowski zizzfizzix(at)gmail(dot)com
+
+_name=owncloudclient
+pkgname=owncloud-client
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='ownCloud client based on mirall'
+arch=(i686 x86_64)
+url='http://owncloud.org/'
+license=(GPL2)
+depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme)
+makedepends=(cmake python-sphinx qt5-tools)
+optdepends=('python2-nautilus: integration with Nautilus')
+install=$pkgname.install
+backup=('etc/ownCloud/sync-exclude.lst')
+source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.bz2{,.asc})
+md5sums=('c292c94609ff7df39d7a29f8e404d9e3'
+ 'SKIP')
+validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$_name-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
+
+  make
+  make doc-man
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/owncloud-client.install
===
--- community-i686/owncloud-client.install  2015-03-17 20:56:00 UTC (rev 
129448)
+++ community-i686/owncloud-client.install  2015-03-17 20:56:19 UTC (rev 
129449)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: owncloud-client/repos/community-i686/owncloud-client.install (from rev 
129448, owncloud-client/trunk/owncloud-client.install)
===
--- community-i686/owncloud-client.install  (rev 0)
+++ community-i686/owncloud-client.install  2015-03-17 20:56:19 UTC (rev 

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

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 21:56:00
  Author: arojas
Revision: 129448

Update to 1.8.0, build against Qt5

Modified:
  owncloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 19:38:38 UTC (rev 129447)
+++ PKGBUILD2015-03-17 20:56:00 UTC (rev 129448)
@@ -2,22 +2,23 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org
 # Contributor: Kuba Serafinowski zizzfizzix(at)gmail(dot)com
 
-_name=mirall
+_name=owncloudclient
 pkgname=owncloud-client
-pkgver=1.7.1
-pkgrel=4
+pkgver=1.8.0
+pkgrel=1
 pkgdesc='ownCloud client based on mirall'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='http://owncloud.org/'
-license=('GPL2')
-depends=('qtkeychain-qt4' 'qtwebkit' 'neon')
-makedepends=('cmake' 'python-sphinx')
-optdepends=('python2-nautilus: integration with Nautilus' 'sni-qt: needed to 
run in some DEs (Plasma 5, Unity)')
-install=owncloud-client.install
+license=(GPL2)
+depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme)
+makedepends=(cmake python-sphinx qt5-tools)
+optdepends=('python2-nautilus: integration with Nautilus')
+install=$pkgname.install
 backup=('etc/ownCloud/sync-exclude.lst')
-source=(https://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2{,.asc})
-md5sums=('5355f5dee2beb2d2dc39c8ad77511c0b' 'SKIP')
-validpgpkeys=('F8A819CEB7B10C78D032F028C2B0EE195647594B')
+source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.bz2{,.asc})
+md5sums=('c292c94609ff7df39d7a29f8e404d9e3'
+ 'SKIP')
+validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 
 prepare() {
   mkdir -p build
@@ -26,8 +27,7 @@
 build() {
   cd build
 
-  cmake ../${_name}-${pkgver} \
--DBUILD_WITH_QT4=ON \
+  cmake ../$_name-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_BUILD_TYPE=Release \


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

2015-03-17 Thread Jan de Groot
Date: Tuesday, March 17, 2015 @ 10:30:29
  Author: jgc
Revision: 233972

upgpkg: clutter-gst 3.0.4-1

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 09:08:21 UTC (rev 233971)
+++ PKGBUILD2015-03-17 09:30:29 UTC (rev 233972)
@@ -2,7 +2,7 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=clutter-gst
-pkgver=2.0.14
+pkgver=3.0.4
 pkgrel=1
 pkgdesc=GStreamer bindings for clutter
 arch=(i686 x86_64)
@@ -9,9 +9,9 @@
 url=http://www.clutter-project.org/;
 license=(LGPL)
 depends=(clutter gst-plugins-base-libs libxdamage)
-makedepends=(gobject-introspection python2)
+makedepends=(gobject-introspection)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5d7d8c1a31748e9039b7ba9dae9f412ec065715008adffdfde332dd34e7d0535')
+sha256sums=('c61011732428c74923a52cc7629903bd910ecad22634d58f7b0c1dc55235162a')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-17 Thread Jan de Groot
Date: Tuesday, March 17, 2015 @ 10:30:35
  Author: jgc
Revision: 233973

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

Added:
  clutter-gst/repos/gnome-unstable-i686/
  clutter-gst/repos/gnome-unstable-i686/PKGBUILD
(from rev 233972, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/gnome-unstable-x86_64/
  clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 233972, clutter-gst/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   38 ++
 gnome-unstable-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: clutter-gst/repos/gnome-unstable-i686/PKGBUILD (from rev 233972, 
clutter-gst/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-17 09:30:35 UTC (rev 233973)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=3.0.4
+pkgrel=1
+pkgdesc=GStreamer bindings for clutter
+arch=(i686 x86_64)
+url=http://www.clutter-project.org/;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c61011732428c74923a52cc7629903bd910ecad22634d58f7b0c1dc55235162a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD (from rev 233972, 
clutter-gst/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-17 09:30:35 UTC (rev 233973)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=3.0.4
+pkgrel=1
+pkgdesc=GStreamer bindings for clutter
+arch=(i686 x86_64)
+url=http://www.clutter-project.org/;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c61011732428c74923a52cc7629903bd910ecad22634d58f7b0c1dc55235162a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-03-17 Thread Jan de Groot
Date: Tuesday, March 17, 2015 @ 10:37:28
  Author: jgc
Revision: 233979

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

Added:
  yelp/repos/gnome-unstable-i686/
  yelp/repos/gnome-unstable-i686/PKGBUILD
(from rev 233978, yelp/trunk/PKGBUILD)
  yelp/repos/gnome-unstable-i686/yelp.install
(from rev 233978, yelp/trunk/yelp.install)
  yelp/repos/gnome-unstable-x86_64/
  yelp/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 233978, yelp/trunk/PKGBUILD)
  yelp/repos/gnome-unstable-x86_64/yelp.install
(from rev 233978, yelp/trunk/yelp.install)

+
 gnome-unstable-i686/PKGBUILD   |   31 +++
 gnome-unstable-i686/yelp.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD |   31 +++
 gnome-unstable-x86_64/yelp.install |   13 +
 4 files changed, 88 insertions(+)

Copied: yelp/repos/gnome-unstable-i686/PKGBUILD (from rev 233978, 
yelp/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-17 09:37:28 UTC (rev 233979)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=yelp
+pkgver=3.15.91
+pkgrel=1
+pkgdesc=A help browser for GNOME
+arch=('i686' 'x86_64')
+depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
+ 'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc' 'itstool')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs')
+url=http://www.gnome.org;
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('51816b5f2b5d43cdf7d4e727574ec144db608b3fe2789498d32d598395121a56')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: yelp/repos/gnome-unstable-i686/yelp.install (from rev 233978, 
yelp/trunk/yelp.install)
===
--- gnome-unstable-i686/yelp.install(rev 0)
+++ gnome-unstable-i686/yelp.install2015-03-17 09:37:28 UTC (rev 233979)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: yelp/repos/gnome-unstable-x86_64/PKGBUILD (from rev 233978, 
yelp/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-17 09:37:28 UTC (rev 233979)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=yelp
+pkgver=3.15.91
+pkgrel=1
+pkgdesc=A help browser for GNOME
+arch=('i686' 'x86_64')
+depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
+ 'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc' 'itstool')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs')
+url=http://www.gnome.org;
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('51816b5f2b5d43cdf7d4e727574ec144db608b3fe2789498d32d598395121a56')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: yelp/repos/gnome-unstable-x86_64/yelp.install (from rev 233978, 
yelp/trunk/yelp.install)
===
--- gnome-unstable-x86_64/yelp.install  (rev 0)
+++ gnome-unstable-x86_64/yelp.install  2015-03-17 09:37:28 UTC (rev 233979)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-03-17 Thread Jan de Groot
Date: Tuesday, March 17, 2015 @ 10:37:23
  Author: jgc
Revision: 233978

upgpkg: yelp 3.15.91-1

Modified:
  yelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 09:35:23 UTC (rev 233977)
+++ PKGBUILD2015-03-17 09:37:23 UTC (rev 233978)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=yelp
-pkgver=3.14.1
+pkgver=3.15.91
 pkgrel=1
 pkgdesc=A help browser for GNOME
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 url=http://www.gnome.org;
 install=yelp.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1df24b0afa000fd7b003b43448be5227d72757e95e678a7be1832ebea685f072')
+sha256sums=('51816b5f2b5d43cdf7d4e727574ec144db608b3fe2789498d32d598395121a56')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-17 Thread Alexander Rødseth
Date: Tuesday, March 17, 2015 @ 10:47:35
  Author: arodseth
Revision: 129401

upgpkg: powerdns 3.4.3-1

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 07:48:01 UTC (rev 129400)
+++ PKGBUILD2015-03-17 09:47:35 UTC (rev 129401)
@@ -4,8 +4,8 @@
 # Contributor: Kevin Mihelich ke...@archlinuxarm.org
 
 pkgname=powerdns
-pkgver=3.4.2
-pkgrel=2
+pkgver=3.4.3
+pkgrel=1
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'
@@ -17,7 +17,7 @@
 backup=('etc/powerdns/pdns.conf')
 source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
 'pdns.service')
-sha256sums=('a6ab05459a0118cb921092deee06362722c45fa69ed0166ebc3696d526014b5b'
+sha256sums=('5cd9a087757066427cd0c348f546cb84b4be4bd5e06c7ce969ec2bc21dbb8ce6'
 'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
 
 prepare() {


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

2015-03-17 Thread Felix Yan
Date: Tuesday, March 17, 2015 @ 10:57:17
  Author: fyan
Revision: 129404

upgpkg: fira 1:4.003-1

Modified:
  fira/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 09:48:56 UTC (rev 129403)
+++ PKGBUILD2015-03-17 09:57:17 UTC (rev 129404)
@@ -3,8 +3,8 @@
 
 pkgbase=fira
 pkgname=(ttf-fira-sans ttf-fira-mono otf-fira-sans otf-fira-mono)
-pkgver=4.001
-_commit=c23e133779f999afc6f4c4a8bc1e178ae1c9e089
+pkgver=4.003
+_commit=98ab98d65f17767c111bba45b15d805e44e8947d
 pkgrel=1
 epoch=1
 pkgdesc=Mozilla's typeface designed for Firefox OS


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

2015-03-17 Thread Jan de Groot
Date: Tuesday, March 17, 2015 @ 10:08:16
  Author: jgc
Revision: 233970

upgpkg: gucharmap 3.15.92-1

Modified:
  gucharmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 08:13:19 UTC (rev 233969)
+++ PKGBUILD2015-03-17 09:08:16 UTC (rev 233970)
@@ -3,7 +3,7 @@
 # Contributor: Jan De Groot j...@archlinux.org
 
 pkgname=gucharmap
-pkgver=3.14.2
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=Gnome Unicode Charmap
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 groups=(gnome)
 install=gucharmap.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fdc3e1889c48c0835d349e291f62946ee9f2735d7f64d6a3ad5869c87872')
+sha256sums=('0f91545cf35c4dc3aaaf9a993dc3d2ea95ee2782a58aa68fb157d0c966230318')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-17 Thread Jan de Groot
Date: Tuesday, March 17, 2015 @ 10:08:21
  Author: jgc
Revision: 233971

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

Added:
  gucharmap/repos/gnome-unstable-i686/
  gucharmap/repos/gnome-unstable-i686/PKGBUILD
(from rev 233970, gucharmap/trunk/PKGBUILD)
  gucharmap/repos/gnome-unstable-i686/gucharmap.install
(from rev 233970, gucharmap/trunk/gucharmap.install)
  gucharmap/repos/gnome-unstable-x86_64/
  gucharmap/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 233970, gucharmap/trunk/PKGBUILD)
  gucharmap/repos/gnome-unstable-x86_64/gucharmap.install
(from rev 233970, gucharmap/trunk/gucharmap.install)

-+
 gnome-unstable-i686/PKGBUILD|   31 ++
 gnome-unstable-i686/gucharmap.install   |   17 
 gnome-unstable-x86_64/PKGBUILD  |   31 ++
 gnome-unstable-x86_64/gucharmap.install |   17 
 4 files changed, 96 insertions(+)

Copied: gucharmap/repos/gnome-unstable-i686/PKGBUILD (from rev 233970, 
gucharmap/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-17 09:08:21 UTC (rev 233971)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan De Groot j...@archlinux.org
+
+pkgname=gucharmap
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Gnome Unicode Charmap
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org;
+depends=('dconf' 'gtk3' 'hicolor-icon-theme')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'itstool' 
'docbook-xsl' 'desktop-file-utils' 'python2' 'appdata-tools')
+options=('!emptydirs')
+groups=(gnome)
+install=gucharmap.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f91545cf35c4dc3aaaf9a993dc3d2ea95ee2782a58aa68fb157d0c966230318')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gucharmap/repos/gnome-unstable-i686/gucharmap.install (from rev 233970, 
gucharmap/trunk/gucharmap.install)
===
--- gnome-unstable-i686/gucharmap.install   (rev 0)
+++ gnome-unstable-i686/gucharmap.install   2015-03-17 09:08:21 UTC (rev 
233971)
@@ -0,0 +1,17 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  (( $(vercmp $2 3.3)  0 ))  gconfpkg --uninstall gucharmap
+  return 0
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gucharmap/repos/gnome-unstable-x86_64/PKGBUILD (from rev 233970, 
gucharmap/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-17 09:08:21 UTC (rev 233971)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan De Groot j...@archlinux.org
+
+pkgname=gucharmap
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Gnome Unicode Charmap
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org;
+depends=('dconf' 'gtk3' 'hicolor-icon-theme')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'itstool' 
'docbook-xsl' 'desktop-file-utils' 'python2' 'appdata-tools')
+options=('!emptydirs')
+groups=(gnome)
+install=gucharmap.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f91545cf35c4dc3aaaf9a993dc3d2ea95ee2782a58aa68fb157d0c966230318')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gucharmap/repos/gnome-unstable-x86_64/gucharmap.install (from rev 
233970, gucharmap/trunk/gucharmap.install)
===
--- gnome-unstable-x86_64/gucharmap.install (rev 0)
+++ gnome-unstable-x86_64/gucharmap.install 2015-03-17 09:08:21 UTC (rev 
233971)
@@ -0,0 +1,17 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  (( $(vercmp $2 3.3)  0 ))  gconfpkg --uninstall gucharmap
+  return 0
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-03-17 Thread Jan de Groot
Date: Tuesday, March 17, 2015 @ 10:35:17
  Author: jgc
Revision: 233976

upgpkg: gnome-user-share 3.14.2-1

Modified:
  gnome-user-share/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 09:33:51 UTC (rev 233975)
+++ PKGBUILD2015-03-17 09:35:17 UTC (rev 233976)
@@ -2,7 +2,7 @@
 # Maintainer: Roman Kyrylych ro...@archlinux.org
 
 pkgname=gnome-user-share
-pkgver=3.14.1
+pkgver=3.14.2
 pkgrel=1
 pkgdesc=Easy to use user-level file sharing for GNOME.
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('gnome')
 install=gnome-user-share.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b32e398aa591913be6ee9d2b2801ea465356f958172d3a47b12dafab98f903b2')
+sha256sums=('6b05b3ef31af3bb39c903f94a0d163c0a9c4aa5266ae98e2281e0613f2972ee9')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in gnome-user-share/repos (8 files)

2015-03-17 Thread Jan de Groot
Date: Tuesday, March 17, 2015 @ 10:35:23
  Author: jgc
Revision: 233977

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

Added:
  gnome-user-share/repos/gnome-unstable-i686/
  gnome-user-share/repos/gnome-unstable-i686/PKGBUILD
(from rev 233976, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/gnome-unstable-i686/fix-no-password-mode.patch
(from rev 233976, gnome-user-share/trunk/fix-no-password-mode.patch)
  gnome-user-share/repos/gnome-unstable-i686/gnome-user-share.install
(from rev 233976, gnome-user-share/trunk/gnome-user-share.install)
  gnome-user-share/repos/gnome-unstable-x86_64/
  gnome-user-share/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 233976, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/gnome-unstable-x86_64/fix-no-password-mode.patch
(from rev 233976, gnome-user-share/trunk/fix-no-password-mode.patch)
  gnome-user-share/repos/gnome-unstable-x86_64/gnome-user-share.install
(from rev 233976, gnome-user-share/trunk/gnome-user-share.install)

--+
 gnome-unstable-i686/PKGBUILD |   30 ++
 gnome-unstable-i686/fix-no-password-mode.patch   |   59 +
 gnome-unstable-i686/gnome-user-share.install |   12 
 gnome-unstable-x86_64/PKGBUILD   |   30 ++
 gnome-unstable-x86_64/fix-no-password-mode.patch |   59 +
 gnome-unstable-x86_64/gnome-user-share.install   |   12 
 6 files changed, 202 insertions(+)

Copied: gnome-user-share/repos/gnome-unstable-i686/PKGBUILD (from rev 233976, 
gnome-user-share/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-17 09:35:23 UTC (rev 233977)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Roman Kyrylych ro...@archlinux.org
+
+pkgname=gnome-user-share
+pkgver=3.14.2
+pkgrel=1
+pkgdesc=Easy to use user-level file sharing for GNOME.
+arch=('i686' 'x86_64')
+url=http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
+license=('GPL')
+depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra')
+makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl')
+options=('!emptydirs')
+groups=('gnome')
+install=gnome-user-share.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('6b05b3ef31af3bb39c903f94a0d163c0a9c4aa5266ae98e2281e0613f2972ee9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-user-share \
+  --localstatedir=/var --enable-bluetooth
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-user-share/repos/gnome-unstable-i686/fix-no-password-mode.patch 
(from rev 233976, gnome-user-share/trunk/fix-no-password-mode.patch)
===
--- gnome-unstable-i686/fix-no-password-mode.patch  
(rev 0)
+++ gnome-unstable-i686/fix-no-password-mode.patch  2015-03-17 09:35:23 UTC 
(rev 233977)
@@ -0,0 +1,59 @@
+From a1afc2e9aa3b86f408739e78bd23382c53df5b5c Mon Sep 17 00:00:00 2001
+From: Josselin Mouette j...@debian.org
+Date: Tue, 24 Jun 2014 15:00:36 +0200
+Subject: data: Fix httpd configuration with require_password=never
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The AuthType, AuthName, AuthDigestDomain, AuthDigestProvider,
+AuthUserFile and AuthGroupFile directives should be in an
+IfDefine section, executed only when password authentication
+is configured, otherwise we get this error:
+AuthType configured with no corresponding authorization directives
+
+Thanks to scorpy...@yahoo.com and Arno Töll.
+
+diff --git a/data/dav_user_2.4.conf b/data/dav_user_2.4.conf
+index de2e885..9604637 100644
+--- a/data/dav_user_2.4.conf
 b/data/dav_user_2.4.conf
+@@ -30,20 +30,28 @@ DNSSDAutoRegisterUserDir Off
+   Location /
+ DAV On
+ 
+-AuthType Digest
+-AuthName ${GUS_LOGIN_LABEL}
+-AuthDigestDomain /
++IfDefine RequirePasswordAlways
++  AuthType Digest
++  AuthName ${GUS_LOGIN_LABEL}
++  AuthDigestDomain /
+ 
+-AuthDigestProvider file
+-AuthUserFile ${XDG_CONFIG_HOME}/user-share/passwd
+-AuthGroupFile /usr/share/gnome-user-share/dav_groupfile
++  AuthDigestProvider file
++  AuthUserFile ${XDG_CONFIG_HOME}/user-share/passwd
++  AuthGroupFile /usr/share/gnome-user-share/dav_groupfile
+ 
+-IfDefine RequirePasswordAlways
+   Require user guest
+   Require group guest
+ /IfDefine
+ 
+ IfDefine RequirePasswordOnWrite
++  AuthType Digest
++  AuthName ${GUS_LOGIN_LABEL}
++  AuthDigestDomain /
++
++  AuthDigestProvider file
++  AuthUserFile 

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

2015-03-17 Thread Felix Yan
Date: Tuesday, March 17, 2015 @ 10:48:56
  Author: fyan
Revision: 129403

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

Added:
  php-mongo/repos/community-i686/PKGBUILD
(from rev 129402, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-i686/mongo.ini
(from rev 129402, php-mongo/trunk/mongo.ini)
  php-mongo/repos/community-x86_64/PKGBUILD
(from rev 129402, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-x86_64/mongo.ini
(from rev 129402, php-mongo/trunk/mongo.ini)
Deleted:
  php-mongo/repos/community-i686/PKGBUILD
  php-mongo/repos/community-i686/mongo.ini
  php-mongo/repos/community-x86_64/PKGBUILD
  php-mongo/repos/community-x86_64/mongo.ini

+
 /PKGBUILD  |   60 +++
 /mongo.ini |   56 
 community-i686/PKGBUILD|   30 -
 community-i686/mongo.ini   |   28 
 community-x86_64/PKGBUILD  |   30 -
 community-x86_64/mongo.ini |   28 
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-17 09:48:35 UTC (rev 129402)
+++ community-i686/PKGBUILD 2015-03-17 09:48:56 UTC (rev 129403)
@@ -1,30 +0,0 @@
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Jarek Sedlacek jareksedla...@gmail.com
-
-pkgname=php-mongo
-pkgver=1.6.4
-pkgrel=1
-pkgdesc=Officially supported PHP driver for MongoDB
-arch=(i686 x86_64)
-url=http://www.mongodb.org/display/DOCS/PHP+Language+Center;
-license=(APACHE)
-depends=(php)
-backup=(etc/php/conf.d/mongo.ini)
-source=(
-   http://pecl.php.net/get/mongo-$pkgver.tgz;
-   mongo.ini
-)
-
-build() {
-   cd mongo-$pkgver
-   phpize
-   ./configure --prefix=/usr --enable-mongo
-}
-
-package() {
-   cd mongo-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-   install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
-}
-sha256sums=('b6ab5f4ade26ea328081c70bba43f048da3d669e536eebb9eb380f9db90dda6d'
-'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Copied: php-mongo/repos/community-i686/PKGBUILD (from rev 129402, 
php-mongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 09:48:56 UTC (rev 129403)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jarek Sedlacek jareksedla...@gmail.com
+
+pkgname=php-mongo
+pkgver=1.6.5
+pkgrel=1
+pkgdesc=Officially supported PHP driver for MongoDB
+arch=(i686 x86_64)
+url=http://www.mongodb.org/display/DOCS/PHP+Language+Center;
+license=(APACHE)
+depends=(php)
+backup=(etc/php/conf.d/mongo.ini)
+source=(http://pecl.php.net/get/mongo-$pkgver.tgz;
+mongo.ini)
+sha256sums=('f92e933636d984d37df085af7c523daa59fed45d6ccfa4b51a67fd1c4bd80cf1'
+'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')
+
+build() {
+   cd mongo-$pkgver
+   phpize
+   ./configure --prefix=/usr --enable-mongo
+}
+
+package() {
+   cd mongo-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
+}

Deleted: community-i686/mongo.ini
===
--- community-i686/mongo.ini2015-03-17 09:48:35 UTC (rev 129402)
+++ community-i686/mongo.ini2015-03-17 09:48:56 UTC (rev 129403)
@@ -1,28 +0,0 @@
-; Tell PHP to load the Mongo Extension on startup
-extension=mongo.so
-
-[mongo]
-; If the driver should reconnect to mongo
-mongo.auto_reconnect = False
-
-; Whether to allow persistent connections
-mongo.allow_persistent = On
-
-; Maximum number of persistent connections (-1 means unlimited)
-mongo.max_persistent = -1
-
-; Maximum number of links (persistent and non-persistent, -1 means unlimited)
-mongo.max_connections = -1
-
-; Default host for mongo connection
-mongo.default_host = localhost
-
-; Default port for mongo database
-mongo.default_port = 27017
-
-; When saving files to the database, size of chunks to split them into
-mongo.chunk_size = 262400
-
-; Specify an alternate character to $ to use for special db functions ($set, 
$push, $exists, etc.)
-mongo.cmd = $
-

Copied: php-mongo/repos/community-i686/mongo.ini (from rev 129402, 
php-mongo/trunk/mongo.ini)
===
--- community-i686/mongo.ini(rev 0)
+++ community-i686/mongo.ini2015-03-17 09:48:56 UTC (rev 129403)
@@ -0,0 +1,28 @@
+; Tell PHP to load the Mongo Extension on startup
+extension=mongo.so
+
+[mongo]
+; If the driver should 

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

2015-03-17 Thread Felix Yan
Date: Tuesday, March 17, 2015 @ 10:48:35
  Author: fyan
Revision: 129402

upgpkg: php-mongo 1.6.5-1

Modified:
  php-mongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 09:47:35 UTC (rev 129401)
+++ PKGBUILD2015-03-17 09:48:35 UTC (rev 129402)
@@ -1,8 +1,10 @@
+# $Id$
 # Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Jarek Sedlacek jareksedla...@gmail.com
 
 pkgname=php-mongo
-pkgver=1.6.4
+pkgver=1.6.5
 pkgrel=1
 pkgdesc=Officially supported PHP driver for MongoDB
 arch=(i686 x86_64)
@@ -10,10 +12,10 @@
 license=(APACHE)
 depends=(php)
 backup=(etc/php/conf.d/mongo.ini)
-source=(
-   http://pecl.php.net/get/mongo-$pkgver.tgz;
-   mongo.ini
-)
+source=(http://pecl.php.net/get/mongo-$pkgver.tgz;
+mongo.ini)
+sha256sums=('f92e933636d984d37df085af7c523daa59fed45d6ccfa4b51a67fd1c4bd80cf1'
+'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')
 
 build() {
cd mongo-$pkgver
@@ -26,5 +28,3 @@
make INSTALL_ROOT=$pkgdir install
install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
 }
-sha256sums=('b6ab5f4ade26ea328081c70bba43f048da3d669e536eebb9eb380f9db90dda6d'
-'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')


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

2015-03-17 Thread Jan de Groot
Date: Tuesday, March 17, 2015 @ 10:33:45
  Author: jgc
Revision: 233974

upgpkg: totem 3.15.91-1

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 09:30:35 UTC (rev 233973)
+++ PKGBUILD2015-03-17 09:33:45 UTC (rev 233974)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=totem
-pkgver=3.14.2
+pkgver=3.15.91
 pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
@@ -14,7 +14,7 @@
  python-gobject python-xdg
  gst-plugins-base gst-plugins-good gst-plugins-bad gnome-desktop)
 makedepends=(intltool libnautilus-extension lirc vala zeitgeist
- itstool docbook-xsl python-pylint)
+ itstool docbook-xsl python-pylint gobject-introspection)
 optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs'
 'lirc-utils: Infrared Remote Control plugin'
@@ -26,18 +26,9 @@
 install=totem.install
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-bugreport.patch)
-sha256sums=('967dcf3070365a82873e5bc678299d5fb058f87f151d1e22d60313fab2ac09cc'
-'30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c58c55a9272a14f7fa022b54877636d72c97c707c389b161b7d8c7ce96427910')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Make compatible with Python 3 and Gstreamer 1.0
-  patch -Np1 -i ../bugreport.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr \


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

2015-03-17 Thread Jan de Groot
Date: Tuesday, March 17, 2015 @ 10:33:51
  Author: jgc
Revision: 233975

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

Added:
  totem/repos/gnome-unstable-i686/
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 233974, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-i686/bugreport.patch
(from rev 233974, totem/trunk/bugreport.patch)
  totem/repos/gnome-unstable-i686/totem.install
(from rev 233974, totem/trunk/totem.install)
  totem/repos/gnome-unstable-x86_64/
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 233974, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/bugreport.patch
(from rev 233974, totem/trunk/bugreport.patch)
  totem/repos/gnome-unstable-x86_64/totem.install
(from rev 233974, totem/trunk/totem.install)

---+
 gnome-unstable-i686/PKGBUILD  |   53 
 gnome-unstable-i686/bugreport.patch   |   22 +
 gnome-unstable-i686/totem.install |   13 +++
 gnome-unstable-x86_64/PKGBUILD|   53 
 gnome-unstable-x86_64/bugreport.patch |   22 +
 gnome-unstable-x86_64/totem.install   |   13 +++
 6 files changed, 176 insertions(+)

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 233974, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-17 09:33:51 UTC (rev 233975)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem
+pkgver=3.15.91
+pkgrel=1
+pkgdesc=GNOME3 movie player based on GStreamer
+url=http://www.gnome.org;
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk 
clutter-gst grilo
+ hicolor-icon-theme gsettings-desktop-schemas dconf
+ python-gobject python-xdg
+ gst-plugins-base gst-plugins-good gst-plugins-bad gnome-desktop)
+makedepends=(intltool libnautilus-extension lirc vala zeitgeist
+ itstool docbook-xsl python-pylint gobject-introspection)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'lirc-utils: Infrared Remote Control plugin'
+'grilo-plugins: Media discovery'
+'zeitgeist: Zeitgeist plugin'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+options=('!emptydirs')
+install=totem.install
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c58c55a9272a14f7fa022b54877636d72c97c707c389b161b7d8c7ce96427910')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/totem \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-nautilus
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
+}

Copied: totem/repos/gnome-unstable-i686/bugreport.patch (from rev 233974, 
totem/trunk/bugreport.patch)
===
--- gnome-unstable-i686/bugreport.patch (rev 0)
+++ gnome-unstable-i686/bugreport.patch 2015-03-17 09:33:51 UTC (rev 233975)
@@ -0,0 +1,22 @@
+diff -u -r totem-3.8.2/data/totem-bugreport.py 
totem-3.8.2-bugreport/data/totem-bugreport.py
+--- totem-3.8.2/data/totem-bugreport.py2013-03-13 16:34:44.0 
+0100
 totem-3.8.2-bugreport/data/totem-bugreport.py  2013-05-14 
13:54:04.243699665 +0200
+@@ -4,7 +4,7 @@
+ from gi.repository import Gtk
+ 
+ # Get the GStreamer version
+-if os.system ('gst-typefind-0.10 --version') == 0:
++if os.system ('gst-typefind-1.0 --version') == 0:
+   # List the formats of the last files played
+   last_visited = 0
+   recent_manager = Gtk.RecentManager.get_default ()
+@@ -15,7 +15,7 @@
+   last = recent.get_uri_display ()
+ 
+   if last != None:
+-  file_handle = os.popen ('gst-typefind-0.10 %s' % (last))
++  file_handle = os.popen ('gst-typefind-1.0 %s' % (last))
+   parts = file_handle.read ().split (' ')
+   date = datetime.fromtimestamp (last_visited)
+-  print 'Listened to a %s file on %s' % (parts.pop ().strip (), 
date.isoformat ())
++  print('Listened to a %s file on %s' % (parts.pop ().strip (), 
date.isoformat ()))

Copied: totem/repos/gnome-unstable-i686/totem.install (from rev 233974, 
totem/trunk/totem.install)

[arch-commits] Commit in fira/repos/community-any (6 files)

2015-03-17 Thread Felix Yan
Date: Tuesday, March 17, 2015 @ 10:57:53
  Author: fyan
Revision: 129405

archrelease: copy trunk to community-any

Added:
  fira/repos/community-any/PKGBUILD
(from rev 129404, fira/trunk/PKGBUILD)
  fira/repos/community-any/otf.install
(from rev 129404, fira/trunk/otf.install)
  fira/repos/community-any/ttf.install
(from rev 129404, fira/trunk/ttf.install)
Deleted:
  fira/repos/community-any/PKGBUILD
  fira/repos/community-any/otf.install
  fira/repos/community-any/ttf.install

-+
 PKGBUILD|  130 +-
 otf.install |   30 ++---
 ttf.install |   30 ++---
 3 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-17 09:57:17 UTC (rev 129404)
+++ PKGBUILD2015-03-17 09:57:53 UTC (rev 129405)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=fira
-pkgname=(ttf-fira-sans ttf-fira-mono otf-fira-sans otf-fira-mono)
-pkgver=4.001
-_commit=c23e133779f999afc6f4c4a8bc1e178ae1c9e089
-pkgrel=1
-epoch=1
-pkgdesc=Mozilla's typeface designed for Firefox OS
-arch=('any')
-license=('custom:OFL')
-url='https://github.com/mozilla/Fira'
-makedepends=('git')
-depends=('fontconfig' 'xorg-font-utils')
-source=(git+https://github.com/mozilla/Fira.git#commit=$_commit;
-ttf.install otf.install)
-md5sums=('SKIP'
- '9d795e681b14231a6f234c8d2a6d9957'
- '56bf7b135ff34a40513d5a832d882bff')
-
-function _package {
-cd $srcdir/Fira
-
-case $1 in
-ttf-fira-sans)
-pkgdesc=Mozilla's sans-serif typeface designed for Firefox OS
-install=ttf.install
-cd ttf
-fonts=(FiraSans-*.ttf)
-installdir=TTF;;
-ttf-fira-mono)
-pkgdesc=Mozilla's monospace typeface designed for Firefox OS
-install=ttf.install
-cd ttf
-fonts=(FiraMono-*.ttf)
-installdir=TTF;;
-otf-fira-sans)
-pkgdesc=Mozilla's sans-serif typeface designed for Firefox OS
-install=otf.install
-cd otf
-fonts=(FiraSans-*.otf)
-installdir=OTF;;
-otf-fira-mono)
-pkgdesc=Mozilla's monospace typeface designed for Firefox OS
-install=otf.install
-cd otf
-fonts=(FiraMono-*.otf)
-installdir=OTF;;
-esac
-
-# Prepare destination directory
-install -dm755 $pkgdir/usr/share/fonts/$installdir
-
-# Install fonts
-for font in ${fonts[@]}; do
-install -m644 $font $pkgdir/usr/share/fonts/$installdir
-done
-
-install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE  
 
-}
-
-for _pkgname in ${pkgname[@]}; do
-eval function package_$_pkgname() { _package $_pkgname; }
-done

Copied: fira/repos/community-any/PKGBUILD (from rev 129404, fira/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-17 09:57:53 UTC (rev 129405)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=fira
+pkgname=(ttf-fira-sans ttf-fira-mono otf-fira-sans otf-fira-mono)
+pkgver=4.003
+_commit=98ab98d65f17767c111bba45b15d805e44e8947d
+pkgrel=1
+epoch=1
+pkgdesc=Mozilla's typeface designed for Firefox OS
+arch=('any')
+license=('custom:OFL')
+url='https://github.com/mozilla/Fira'
+makedepends=('git')
+depends=('fontconfig' 'xorg-font-utils')
+source=(git+https://github.com/mozilla/Fira.git#commit=$_commit;
+ttf.install otf.install)
+md5sums=('SKIP'
+ '9d795e681b14231a6f234c8d2a6d9957'
+ '56bf7b135ff34a40513d5a832d882bff')
+
+function _package {
+cd $srcdir/Fira
+
+case $1 in
+ttf-fira-sans)
+pkgdesc=Mozilla's sans-serif typeface designed for Firefox OS
+install=ttf.install
+cd ttf
+fonts=(FiraSans-*.ttf)
+installdir=TTF;;
+ttf-fira-mono)
+pkgdesc=Mozilla's monospace typeface designed for Firefox OS
+install=ttf.install
+cd ttf
+fonts=(FiraMono-*.ttf)
+installdir=TTF;;
+otf-fira-sans)
+pkgdesc=Mozilla's sans-serif typeface designed for Firefox OS
+install=otf.install
+cd otf
+fonts=(FiraSans-*.otf)
+installdir=OTF;;
+otf-fira-mono)
+pkgdesc=Mozilla's monospace typeface designed for Firefox OS
+install=otf.install
+cd otf
+fonts=(FiraMono-*.otf)
+installdir=OTF;;
+esac
+
+# Prepare destination directory
+install -dm755 $pkgdir/usr/share/fonts/$installdir
+
+# Install fonts
+for font in ${fonts[@]}; do
+install -m644 $font $pkgdir/usr/share/fonts/$installdir
+done
+
+install -D -m644 

[arch-commits] Commit in jenkins/repos/community-any (12 files)

2015-03-17 Thread Felix Yan
Date: Tuesday, March 17, 2015 @ 11:04:44
  Author: fyan
Revision: 129407

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 129406, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 129406, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 129406, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 129406, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 129406, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 129406, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-03-17 10:03:50 UTC (rev 129406)
+++ LICENSE 2015-03-17 10:04:44 UTC (rev 129407)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 129406, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-03-17 10:04:44 UTC (rev 129407)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-17 10:03:50 UTC (rev 129406)
+++ PKGBUILD2015-03-17 10:04:44 UTC (rev 129407)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.604
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2015-03-17 Thread Felix Yan
Date: Tuesday, March 17, 2015 @ 11:03:50
  Author: fyan
Revision: 129406

upgpkg: jenkins 1.605-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 09:57:53 UTC (rev 129405)
+++ PKGBUILD2015-03-17 10:03:50 UTC (rev 129406)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.604
+pkgver=1.605
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('13a5e73222c2b3117982ce72198c41526c23da3fcdf9348af90464ec68c0d274f18788ad2e96c89f64972b9634a5b50ff38ef8bbff2071421929cfef39a2e651'
+sha512sums=('96f7f8b761358a81226d93e0cd882438a818369783db3c48f9ad976c1e3c15af2285e35dde430e6bb1d207a57e575045196f832bb1f174a582479d0e31ac7d0a'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'


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

2015-03-17 Thread Alexander Rødseth
Date: Tuesday, March 17, 2015 @ 11:13:15
  Author: arodseth
Revision: 129408

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

Added:
  powerdns/repos/community-i686/PKGBUILD
(from rev 129406, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-i686/pdns.install
(from rev 129407, powerdns/trunk/pdns.install)
  powerdns/repos/community-i686/pdns.service
(from rev 129407, powerdns/trunk/pdns.service)
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 129403, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/pdns.install
(from rev 129403, powerdns/trunk/pdns.install)
  powerdns/repos/community-x86_64/pdns.service
(from rev 129405, powerdns/trunk/pdns.service)
Deleted:
  powerdns/repos/community-i686/PKGBUILD
  powerdns/repos/community-i686/pdns.install
  powerdns/repos/community-i686/pdns.service
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/pdns.install
  powerdns/repos/community-x86_64/pdns.service

---+
 /PKGBUILD |  156 
 /pdns.install |   22 +
 /pdns.service |   24 ++
 community-i686/PKGBUILD   |   78 
 community-i686/pdns.install   |   11 --
 community-i686/pdns.service   |   12 ---
 community-x86_64/PKGBUILD |   78 
 community-x86_64/pdns.install |   11 --
 community-x86_64/pdns.service |   12 ---
 9 files changed, 202 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-17 10:04:44 UTC (rev 129407)
+++ community-i686/PKGBUILD 2015-03-17 10:13:15 UTC (rev 129408)
@@ -1,78 +0,0 @@
-# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Kevin Mihelich ke...@archlinuxarm.org
-
-pkgname=powerdns
-pkgver=3.4.2
-pkgrel=2
-pkgdesc='Authoritative DNS server'
-arch=('x86_64' 'i686')
-url='http://www.powerdns.com/'
-license=('GPL')
-depends=('boost-libs' 'gcc-libs' 'postgresql-libs' 'libmariadbclient' 'sqlite' 
'libldap' 'lua')
-makedepends=('boost' 'setconf')
-options=('!makeflags')
-install='pdns.install'
-backup=('etc/powerdns/pdns.conf')
-source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
-'pdns.service')
-sha256sums=('a6ab05459a0118cb921092deee06362722c45fa69ed0166ebc3696d526014b5b'
-'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
-
-prepare() {
-  touch pdns-$pkgver/AUTHORS pdns-$pkgver/NEWS
-
-  # Make changes to pdns.conf, while basing it on pdns.conf-dist
-  cp pdns-$pkgver/pdns/pdns.conf-dist pdns.conf
-
-  # Setting the default configuration options.
-  # Future versions of setconf may be able to comment out options.
-  for keyvalue in \
-allow-recursion=127.0.0.1 \
-cache-ttl=6 \
-chroot=/var/empty \
-config-dir=/etc \
-daemon=yes \
-distributor-threads=3 \
-guardian=yes \
-local-port=53 \
-loglevel=3 \
-module-dir=/usr/lib/powerdns \
-negquery-cache-ttl=60 \
-setgid=nobody \
-setuid=nobody \
-socket-dir=/var/run \
-webserver=no
-  do
-setconf -a pdns.conf $keyvalue
-  done
-}
-
-build() {
-  cd pdns-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---with-modules='' \
---with-dynmodules=ldap pipe gmysql gpgsql gsqlite3 geo bind \
---docdir=/usr/share/doc/powerdns \
---sbindir=/usr/bin \
---bindir=/usr/bin
-  make
-}
-
-package() {
-  make -C pdns-$pkgver DESTDIR=$pkgdir install
-  install -m644 pdns.conf $pkgdir/etc/powerdns/
-  install -Dm644 pdns.service \
-$pkgdir/usr/lib/systemd/system/pdns.service
-  rm -f $pkgdir/etc/powerdns/pdns.conf-dist
-  mv $pkgdir/usr/lib/pdns $pkgdir/usr/lib/powerdns
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-i686/PKGBUILD (from rev 129406, 
powerdns/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 10:13:15 UTC (rev 129408)
@@ -0,0 +1,78 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Kevin Mihelich ke...@archlinuxarm.org
+
+pkgname=powerdns
+pkgver=3.4.3
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+arch=('x86_64' 'i686')
+url='http://www.powerdns.com/'
+license=('GPL')
+depends=('boost-libs' 'gcc-libs' 'postgresql-libs' 'libmariadbclient' 'sqlite' 
'libldap' 'lua')
+makedepends=('boost' 'setconf')
+options=('!makeflags')
+install='pdns.install'
+backup=('etc/powerdns/pdns.conf')

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

2015-03-17 Thread Daniel Micay
Date: Tuesday, March 17, 2015 @ 19:07:23
  Author: thestinger
Revision: 129427

upgpkg: envoy 13-1

Modified:
  envoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 14:57:06 UTC (rev 129426)
+++ PKGBUILD2015-03-17 18:07:23 UTC (rev 129427)
@@ -3,7 +3,7 @@
 # Contributor: Federico Cinelli cine...@aur.archlinux.org
 
 pkgname=envoy
-pkgver=12
+pkgver=13
 pkgrel=1
 pkgdesc='A ssh-agent/gpg-agent keychain and process monitor'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('ragel')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
 clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
-md5sums=('b8e2dfbbb64e5d44556b6c0cc1b3b3e5'
+md5sums=('ac118099ac3bfaf0c8461cea3d2713fa'
  '8c4f3fd488fc8f92196a8aa42ac9567e')
 
 prepare() {


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

2015-03-17 Thread Jaroslav Lichtblau
Date: Tuesday, March 17, 2015 @ 19:34:40
  Author: jlichtblau
Revision: 129430

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 129429, syncthing-gtk/trunk/PKGBUILD)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-17 18:34:30 UTC (rev 129429)
+++ PKGBUILD2015-03-17 18:34:40 UTC (rev 129430)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress c...@flexion.org
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: kozec kozec at kozec dot com
-
-pkgname=syncthing-gtk
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing')
-makedepends=('python2-setuptools')
-optdepends=('python2-nautilus: file manager integration for Nautilus'
-'python2-caja: file manager integration for Caja'
-'librsvg: to shown menu icons correctly if not using traditional 
window header')
-source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('b9238b454745dd5facbd03e5d78e7b4fc2a20510ebc6ae5716c4587b9add8cb0')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 129429, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-17 18:34:40 UTC (rev 129430)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: kozec kozec at kozec dot com
+
+pkgname=syncthing-gtk
+pkgver=0.6.2.1
+pkgrel=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing')
+makedepends=('python2-setuptools')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+'python2-caja: file manager integration for Caja'
+'librsvg: to shown menu icons correctly if not using traditional 
window header')
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('a084aefe0f935595ef54f20d201b77c5b194a82ab46a1542016f3004f8b93920')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}


[arch-commits] Commit in unrtf/repos/community-x86_64 (4 files)

2015-03-17 Thread Jaroslav Lichtblau
Date: Tuesday, March 17, 2015 @ 19:41:14
  Author: jlichtblau
Revision: 129432

archrelease: copy trunk to community-x86_64

Added:
  unrtf/repos/community-x86_64/PKGBUILD
(from rev 129431, unrtf/trunk/PKGBUILD)
  unrtf/repos/community-x86_64/unrtf.changelog
(from rev 129431, unrtf/trunk/unrtf.changelog)
Deleted:
  unrtf/repos/community-x86_64/PKGBUILD
  unrtf/repos/community-x86_64/unrtf.changelog

-+
 PKGBUILD|   59 +++---
 unrtf.changelog |   43 +--
 2 files changed, 53 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-17 18:41:08 UTC (rev 129431)
+++ PKGBUILD2015-03-17 18:41:14 UTC (rev 129432)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: froggie sulliva...@gmail.com
-
-pkgname=unrtf
-pkgver=0.21.7
-pkgrel=1
-pkgdesc=Command-line program which converts RTF documents to other formats
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/unrtf/unrtf.html;
-license=('GPL3')
-depends=('glibc')
-changelog=$pkgname.changelog
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('855bae8f106eb1366a56343322ddfebaf407fb450e3933aa0b3c5047074f8020')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: unrtf/repos/community-x86_64/PKGBUILD (from rev 129431, 
unrtf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-17 18:41:14 UTC (rev 129432)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: froggie sulliva...@gmail.com
+
+pkgname=unrtf
+pkgver=0.21.9
+pkgrel=1
+pkgdesc=Command-line program which converts RTF documents to other formats
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/unrtf/unrtf.html;
+license=('GPL3')
+depends=('glibc')
+changelog=$pkgname.changelog
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('22a37826f96d754e335fb69f8036c068c00dd01ee9edd9461a36df0085fb8ddd')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  autoreconf -if
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: unrtf.changelog
===
--- unrtf.changelog 2015-03-17 18:41:08 UTC (rev 129431)
+++ unrtf.changelog 2015-03-17 18:41:14 UTC (rev 129432)
@@ -1,20 +0,0 @@
-2014-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.7-1
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.5-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.3-1
-
-2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.2
-
-2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.1
-
-2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#14043 fixed
-
-2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.0

Copied: unrtf/repos/community-x86_64/unrtf.changelog (from rev 129431, 
unrtf/trunk/unrtf.changelog)
===
--- unrtf.changelog (rev 0)
+++ unrtf.changelog 2015-03-17 18:41:14 UTC (rev 129432)
@@ -0,0 +1,23 @@
+2015-03-17 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * unrtf 0.21.9-1
+
+2014-12-16 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * unrtf 0.21.7-1
+
+2013-08-08 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * unrtf 0.21.5-1
+
+2013-04-20 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * unrtf 0.21.3-1
+
+2011-12-08 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * unrtf 0.21.2
+
+2010-01-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * Update to major release 0.21.1
+
+2009-05-31 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * FS#14043 fixed
+
+2009-03-25 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * Update to major release 0.21.0


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

2015-03-17 Thread Jaroslav Lichtblau
Date: Tuesday, March 17, 2015 @ 19:41:08
  Author: jlichtblau
Revision: 129431

upgpkg: unrtf 0.21.9-1

Modified:
  unrtf/trunk/PKGBUILD
  unrtf/trunk/unrtf.changelog

-+
 PKGBUILD|5 +++--
 unrtf.changelog |   17 ++---
 2 files changed, 13 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 18:34:40 UTC (rev 129430)
+++ PKGBUILD2015-03-17 18:41:08 UTC (rev 129431)
@@ -4,7 +4,7 @@
 # Contributor: froggie sulliva...@gmail.com
 
 pkgname=unrtf
-pkgver=0.21.7
+pkgver=0.21.9
 pkgrel=1
 pkgdesc=Command-line program which converts RTF documents to other formats
 arch=('i686' 'x86_64')
@@ -13,11 +13,12 @@
 depends=('glibc')
 changelog=$pkgname.changelog
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('855bae8f106eb1366a56343322ddfebaf407fb450e3933aa0b3c5047074f8020')
+sha256sums=('22a37826f96d754e335fb69f8036c068c00dd01ee9edd9461a36df0085fb8ddd')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
+  autoreconf -if
   ./configure --prefix=/usr
   make
 }

Modified: unrtf.changelog
===
--- unrtf.changelog 2015-03-17 18:34:40 UTC (rev 129430)
+++ unrtf.changelog 2015-03-17 18:41:08 UTC (rev 129431)
@@ -1,20 +1,23 @@
-2014-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2015-03-17 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * unrtf 0.21.9-1
+
+2014-12-16 Jaroslav Lichtblau svetlemo...@archlinux.org
* unrtf 0.21.7-1
 
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-08-08 Jaroslav Lichtblau svetlemo...@archlinux.org
* unrtf 0.21.5-1
 
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-04-20 Jaroslav Lichtblau svetlemo...@archlinux.org
* unrtf 0.21.3-1
 
-2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2011-12-08 Jaroslav Lichtblau svetlemo...@archlinux.org
* unrtf 0.21.2
 
-2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-01-18 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 0.21.1
 
-2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-05-31 Jaroslav Lichtblau svetlemo...@archlinux.org
* FS#14043 fixed
 
-2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-03-25 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 0.21.0


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

2015-03-17 Thread Sergej Pupykin
Date: Tuesday, March 17, 2015 @ 19:54:13
  Author: spupykin
Revision: 129439

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-17 18:54:00 UTC (rev 129438)
+++ community-i686/PKGBUILD 2015-03-17 18:54:13 UTC (rev 129439)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=usb_modeswitch
-pkgver=2.2.0
-pkgrel=1
-_pkgdata=20140529
-pkgdesc=Activating switchable USB devices on Linux.
-arch=('i686' 'x86_64')
-url=http://www.draisberghof.de/usb_modeswitch/;
-license=('GPL')
-depends=('libusb' 'tcl')
-makedepends=('gcc' 'make')
-backup=(etc/$pkgname.conf)
-source=(http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2;
-   
http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2;
-   
usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt;)
-md5sums=('f323fe700edd6ea404c40934ddf32b22'
- 'dff94177781298aaf0b3c2a3c3dea6b2'
- '080bac4145f002466b1cbd1b973bba44')
-
-prepare() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-  sed -i 's|/usr/sbin/usb_mode|/usr/bin/usb_mode|g' 
usb_modeswitch.{conf,tcl,sh}
-}
-
-build() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-  make clean
-  make SBINDIR=/usr/bin
-}
-
-package() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-
-  mkdir -p $pkgdir/usr/lib/udev
-  mkdir -p $pkgdir/etc
-  mkdir -p $pkgdir/usr/share/man/man1
-
-  make DESTDIR=${pkgdir} UDEVDIR=${pkgdir}/usr/lib/udev 
SBINDIR=$pkgdir/usr/bin install
-
-  cp $srcdir/usb-modeswitch-${pkgver}-device_reference.txt 
$pkgdir/etc/usb_modeswitch.setup
-
-  cd $srcdir/usb-modeswitch-data-${_pkgdata}
-  make DESTDIR=$pkgdir install RULESDIR=${pkgdir}/usr/lib/udev/rules.d
-}

Copied: usb_modeswitch/repos/community-i686/PKGBUILD (from rev 129438, 
usb_modeswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 18:54:13 UTC (rev 129439)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=usb_modeswitch
+pkgver=2.2.1
+pkgrel=1
+_pkgdata=20150115
+pkgdesc=Activating switchable USB devices on Linux.
+arch=('i686' 'x86_64')
+url=http://www.draisberghof.de/usb_modeswitch/;
+license=('GPL')
+depends=('libusb' 'tcl')
+makedepends=('gcc' 'make')
+backup=(etc/$pkgname.conf)
+source=(http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2;
+   
http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2;
+   
usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt;)
+md5sums=('46cd7fa937655ab2df616c1d5dfb121e'
+ '662bcd56a97e560ea974bc710822de51'
+ '080bac4145f002466b1cbd1b973bba44')
+
+prepare() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+  sed -i 's|/usr/sbin/usb_mode|/usr/bin/usb_mode|g' 
usb_modeswitch.{conf,tcl,sh}
+}
+
+build() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+  make clean
+  make SBINDIR=/usr/bin
+}
+
+package() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+
+  mkdir -p $pkgdir/usr/lib/udev
+  mkdir -p $pkgdir/etc
+  mkdir -p $pkgdir/usr/share/man/man1
+
+  make DESTDIR=${pkgdir} UDEVDIR=${pkgdir}/usr/lib/udev 
SBINDIR=$pkgdir/usr/bin install
+
+  cp $srcdir/usb-modeswitch-${pkgver}-device_reference.txt 
$pkgdir/etc/usb_modeswitch.setup
+
+  cd $srcdir/usb-modeswitch-data-${_pkgdata}
+  make DESTDIR=$pkgdir install RULESDIR=${pkgdir}/usr/lib/udev/rules.d
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-17 18:54:00 UTC (rev 129438)
+++ community-x86_64/PKGBUILD   2015-03-17 18:54:13 UTC (rev 129439)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=usb_modeswitch
-pkgver=2.2.0
-pkgrel=1
-_pkgdata=20140529
-pkgdesc=Activating switchable USB devices on Linux.
-arch=('i686' 'x86_64')
-url=http://www.draisberghof.de/usb_modeswitch/;
-license=('GPL')
-depends=('libusb' 'tcl')
-makedepends=('gcc' 'make')
-backup=(etc/$pkgname.conf)
-source=(http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2;
-   

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

2015-03-17 Thread Sergej Pupykin
Date: Tuesday, March 17, 2015 @ 19:54:00
  Author: spupykin
Revision: 129438

upgpkg: usb_modeswitch 2.2.1-1

upd

Modified:
  usb_modeswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 18:44:15 UTC (rev 129437)
+++ PKGBUILD2015-03-17 18:54:00 UTC (rev 129438)
@@ -2,9 +2,9 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=usb_modeswitch
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
-_pkgdata=20140529
+_pkgdata=20150115
 pkgdesc=Activating switchable USB devices on Linux.
 arch=('i686' 'x86_64')
 url=http://www.draisberghof.de/usb_modeswitch/;
@@ -15,8 +15,8 @@
 
source=(http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2;

http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2;

usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt;)
-md5sums=('f323fe700edd6ea404c40934ddf32b22'
- 'dff94177781298aaf0b3c2a3c3dea6b2'
+md5sums=('46cd7fa937655ab2df616c1d5dfb121e'
+ '662bcd56a97e560ea974bc710822de51'
  '080bac4145f002466b1cbd1b973bba44')
 
 prepare() {


[arch-commits] Commit in unrtf/repos/community-i686 (4 files)

2015-03-17 Thread Jaroslav Lichtblau
Date: Tuesday, March 17, 2015 @ 19:42:50
  Author: jlichtblau
Revision: 129433

archrelease: copy trunk to community-i686

Added:
  unrtf/repos/community-i686/PKGBUILD
(from rev 129432, unrtf/trunk/PKGBUILD)
  unrtf/repos/community-i686/unrtf.changelog
(from rev 129432, unrtf/trunk/unrtf.changelog)
Deleted:
  unrtf/repos/community-i686/PKGBUILD
  unrtf/repos/community-i686/unrtf.changelog

-+
 PKGBUILD|   59 +++---
 unrtf.changelog |   43 +--
 2 files changed, 53 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-17 18:41:14 UTC (rev 129432)
+++ PKGBUILD2015-03-17 18:42:50 UTC (rev 129433)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: froggie sulliva...@gmail.com
-
-pkgname=unrtf
-pkgver=0.21.7
-pkgrel=1
-pkgdesc=Command-line program which converts RTF documents to other formats
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/unrtf/unrtf.html;
-license=('GPL3')
-depends=('glibc')
-changelog=$pkgname.changelog
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('855bae8f106eb1366a56343322ddfebaf407fb450e3933aa0b3c5047074f8020')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: unrtf/repos/community-i686/PKGBUILD (from rev 129432, 
unrtf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-17 18:42:50 UTC (rev 129433)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: froggie sulliva...@gmail.com
+
+pkgname=unrtf
+pkgver=0.21.9
+pkgrel=1
+pkgdesc=Command-line program which converts RTF documents to other formats
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/unrtf/unrtf.html;
+license=('GPL3')
+depends=('glibc')
+changelog=$pkgname.changelog
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('22a37826f96d754e335fb69f8036c068c00dd01ee9edd9461a36df0085fb8ddd')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  autoreconf -if
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: unrtf.changelog
===
--- unrtf.changelog 2015-03-17 18:41:14 UTC (rev 129432)
+++ unrtf.changelog 2015-03-17 18:42:50 UTC (rev 129433)
@@ -1,20 +0,0 @@
-2014-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.7-1
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.5-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.3-1
-
-2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.2
-
-2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.1
-
-2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#14043 fixed
-
-2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.0

Copied: unrtf/repos/community-i686/unrtf.changelog (from rev 129432, 
unrtf/trunk/unrtf.changelog)
===
--- unrtf.changelog (rev 0)
+++ unrtf.changelog 2015-03-17 18:42:50 UTC (rev 129433)
@@ -0,0 +1,23 @@
+2015-03-17 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * unrtf 0.21.9-1
+
+2014-12-16 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * unrtf 0.21.7-1
+
+2013-08-08 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * unrtf 0.21.5-1
+
+2013-04-20 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * unrtf 0.21.3-1
+
+2011-12-08 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * unrtf 0.21.2
+
+2010-01-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * Update to major release 0.21.1
+
+2009-05-31 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * FS#14043 fixed
+
+2009-03-25 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * Update to major release 0.21.0


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

2015-03-17 Thread Daniel Micay
Date: Tuesday, March 17, 2015 @ 19:08:07
  Author: thestinger
Revision: 129428

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-17 18:07:23 UTC (rev 129427)
+++ community-i686/PKGBUILD 2015-03-17 18:08:07 UTC (rev 129428)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=envoy
-pkgver=12
-pkgrel=1
-pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
-arch=('i686' 'x86_64')
-url=http://github.com/vodik/envoy;
-license=('GPL')
-depends=('openssh' 'systemd')
-optdepends=('gnupg: gpg-agent support')
-makedepends=('ragel')
-source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
-clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
-md5sums=('b8e2dfbbb64e5d44556b6c0cc1b3b3e5'
- '8c4f3fd488fc8f92196a8aa42ac9567e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  rm -fr clique
-  ln -s ../clique-0.1 clique
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim: ft=sh syn=sh et

Copied: envoy/repos/community-i686/PKGBUILD (from rev 129427, 
envoy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 18:08:07 UTC (rev 129428)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=envoy
+pkgver=13
+pkgrel=1
+pkgdesc='A ssh-agent/gpg-agent keychain and process monitor'
+arch=('i686' 'x86_64')
+url='https://github.com/vodik/envoy'
+license=('GPL')
+depends=('openssh' 'systemd')
+optdepends=('gnupg: gpg-agent support')
+makedepends=('ragel')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
+clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
+md5sums=('ac118099ac3bfaf0c8461cea3d2713fa'
+ '8c4f3fd488fc8f92196a8aa42ac9567e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  rm -fr clique
+  ln -s ../clique-0.1 clique
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-17 18:07:23 UTC (rev 129427)
+++ community-x86_64/PKGBUILD   2015-03-17 18:08:07 UTC (rev 129428)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=envoy
-pkgver=12
-pkgrel=1
-pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
-arch=('i686' 'x86_64')
-url=http://github.com/vodik/envoy;
-license=('GPL')
-depends=('openssh' 'systemd')
-optdepends=('gnupg: gpg-agent support')
-makedepends=('ragel')
-source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
-clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
-md5sums=('b8e2dfbbb64e5d44556b6c0cc1b3b3e5'
- '8c4f3fd488fc8f92196a8aa42ac9567e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  rm -fr clique
-  ln -s ../clique-0.1 clique
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim: ft=sh syn=sh et

Copied: envoy/repos/community-x86_64/PKGBUILD (from rev 129427, 
envoy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-17 18:08:07 UTC (rev 129428)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=envoy
+pkgver=13
+pkgrel=1
+pkgdesc='A ssh-agent/gpg-agent keychain and process monitor'
+arch=('i686' 'x86_64')
+url='https://github.com/vodik/envoy'
+license=('GPL')
+depends=('openssh' 'systemd')
+optdepends=('gnupg: gpg-agent support')
+makedepends=('ragel')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
+clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)

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

2015-03-17 Thread Jaroslav Lichtblau
Date: Tuesday, March 17, 2015 @ 19:34:30
  Author: jlichtblau
Revision: 129429

upgpkg: syncthing-gtk 0.6.2.1-1

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 18:08:07 UTC (rev 129428)
+++ PKGBUILD2015-03-17 18:34:30 UTC (rev 129429)
@@ -4,7 +4,7 @@
 # Contributor: kozec kozec at kozec dot com
 
 pkgname=syncthing-gtk
-pkgver=0.6.2
+pkgver=0.6.2.1
 pkgrel=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -16,7 +16,7 @@
 'python2-caja: file manager integration for Caja'
 'librsvg: to shown menu icons correctly if not using traditional 
window header')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('b9238b454745dd5facbd03e5d78e7b4fc2a20510ebc6ae5716c4587b9add8cb0')
+sha256sums=('a084aefe0f935595ef54f20d201b77c5b194a82ab46a1542016f3004f8b93920')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-17 Thread Sergej Pupykin
Date: Tuesday, March 17, 2015 @ 19:44:03
  Author: spupykin
Revision: 129436

upgpkg: mapnik 2.2.0.654.g718a8b3-3

upd

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 18:43:57 UTC (rev 129435)
+++ PKGBUILD2015-03-17 18:44:03 UTC (rev 129436)
@@ -5,7 +5,7 @@
 
 pkgname=mapnik
 pkgver=2.2.0.654.g718a8b3
-pkgrel=1
+pkgrel=3
 pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
 arch=('i686' 'x86_64')
 url=http://mapnik.org/;


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

2015-03-17 Thread Sergej Pupykin
Date: Tuesday, March 17, 2015 @ 19:43:39
  Author: spupykin
Revision: 129434

upgpkg: gpsdrive 2.11-25

upd

Modified:
  gpsdrive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 18:42:50 UTC (rev 129433)
+++ PKGBUILD2015-03-17 18:43:39 UTC (rev 129434)
@@ -6,7 +6,7 @@
 pkgname=gpsdrive
 pkgver=2.11
 _pkgver=20120928
-pkgrel=24
+pkgrel=25
 pkgdesc=A car (bike, ship, plane) navigation system
 arch=(i686 x86_64)
 url=http://www.gpsdrive.de/;


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

2015-03-17 Thread Sergej Pupykin
Date: Tuesday, March 17, 2015 @ 20:15:38
  Author: spupykin
Revision: 129441

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-17 19:15:20 UTC (rev 129440)
+++ community-i686/PKGBUILD 2015-03-17 19:15:38 UTC (rev 129441)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: farid farid at archlinuc-br.org
-# Contributor: Archie mym...@gmail.com
-
-pkgbase=gmic
-pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.6.0.4
-pkgrel=1
-arch=(i686 x86_64)
-url=http://gmic.sourceforge.net;
-license=(custom:CeCILL)
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
-source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
-md5sums=('108303925eeeabb71b9399c1b8f69c6e')
-
-prepare() {
-  cd ${srcdir}/gmic-${pkgver}
-  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
--e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
-src/Makefile
-}
-
-build() {
-  cd ${srcdir}/gmic-${pkgver}
-  (cd zart  qmake-qt4 -o Makefile zart.pro)
-  make -C src all
-  make -C zart all
-}
-
-package_gmic() {
-  pkgdesc=GREYC's Magic Image Converter: image processing framework
-  depends=(fftw libtiff libjpeg libpng openexr libx11)
-  replaces=(greycstoration)
-
-  cd ${srcdir}/gmic-${pkgver}
-  make -C src install DESTDIR=$pkgdir USR=/usr
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
-  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
-  depends=(opencv fftw qt4)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc=Gimp plugin for the G'MIC image processing framework
-  depends=(gimp fftw)
-  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 src/gmic_gimp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: gmic/repos/community-i686/PKGBUILD (from rev 129440, 
gmic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 19:15:38 UTC (rev 129441)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: farid farid at archlinuc-br.org
+# Contributor: Archie mym...@gmail.com
+
+pkgbase=gmic
+pkgname=(gmic gimp-plugin-gmic zart)
+pkgver=1.6.1.0
+pkgrel=1
+arch=(i686 x86_64)
+url=http://gmic.sourceforge.net;
+license=(custom:CeCILL)
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
+md5sums=('3e8c77680278005d8e6c5d34f0d19c57')
+
+prepare() {
+  cd ${srcdir}/gmic-${pkgver}
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+}
+
+build() {
+  cd ${srcdir}/gmic-${pkgver}
+  (cd zart  qmake-qt4 -o Makefile zart.pro)
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc=GREYC's Magic Image Converter: image processing framework
+  depends=(fftw libtiff libjpeg libpng openexr libx11)
+  replaces=(greycstoration)
+
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src install DESTDIR=$pkgdir USR=/usr
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
+  depends=(opencv fftw qt4)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc=Gimp plugin for the G'MIC image processing framework
+  depends=(gimp fftw)
+  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 src/gmic_gimp 

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

2015-03-17 Thread Evgeniy Alekseev
Date: Wednesday, March 18, 2015 @ 03:23:01
  Author: arcanis
Revision: 129450

add jq

Added:
  jq/
  jq/repos/
  jq/trunk/
  jq/trunk/ChangeLog
  jq/trunk/PKGBUILD

---+
 ChangeLog |2 ++
 PKGBUILD  |   31 +++
 2 files changed, 33 insertions(+)

Added: jq/trunk/ChangeLog
===
--- jq/trunk/ChangeLog  (rev 0)
+++ jq/trunk/ChangeLog  2015-03-18 02:23:01 UTC (rev 129450)
@@ -0,0 +1,2 @@
+1.4-1:
+move from AUR into [community]

Added: jq/trunk/PKGBUILD
===
--- jq/trunk/PKGBUILD   (rev 0)
+++ jq/trunk/PKGBUILD   2015-03-18 02:23:01 UTC (rev 129450)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Alex Chamberlain alex at alexchamberlain dot co dot uk
+# Contributor: Kars Wang jaklsy at gmail dot com
+
+pkgname=jq
+pkgver=1.4
+pkgrel=1
+pkgdesc='Command-line JSON processor'
+arch=('i686' 'x86_64')
+url='http://stedolan.github.io/jq/'
+license=('MIT')
+depends=('glibc')
+makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
+source=(http://stedolan.github.io/jq/download/source/${pkgname}-${pkgver}.tar.gz;)
+changelog=ChangeLog
+md5sums=('e3c75a4f805bb5342c9f4b3603fb248f')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR=${pkgdir} prefix=/usr install
+install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


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


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

2015-03-17 Thread Evangelos Foutras
Date: Wednesday, March 18, 2015 @ 02:01:22
  Author: foutrelis
Revision: 234070

upgpkg: gptfdisk 1.0.0-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 23:20:03 UTC (rev 234069)
+++ PKGBUILD2015-03-18 01:01:22 UTC (rev 234070)
@@ -4,18 +4,18 @@
 # Contributor: Hokum hokum_at_mail_dot_ru
 
 pkgname=gptfdisk
-pkgver=0.8.10
+pkgver=1.0.0
 pkgrel=1
 pkgdesc=A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;
 license=('GPL2')
-depends=('gcc-libs' 'util-linux' 'popt')
+depends=('gcc-libs' 'popt' 'libuuid.so' 'libncursesw.so')
 provides=(gdisk=$pkgver)
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('73e64151203ae0c347c488358e71ca582bb7fb7f0d66df86b71c42050390eb9b')
+sha256sums=('5b66956743a799fc0471cdb032665c1391e82f9c5b3f1d7d726d29fe2ba01d6c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-03-17 Thread Evangelos Foutras
Date: Wednesday, March 18, 2015 @ 02:01:36
  Author: foutrelis
Revision: 234071

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-18 01:01:22 UTC (rev 234070)
+++ extra-i686/PKGBUILD 2015-03-18 01:01:36 UTC (rev 234071)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Hokum hokum_at_mail_dot_ru
-
-pkgname=gptfdisk
-pkgver=0.8.10
-pkgrel=1
-pkgdesc=A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks
-arch=('i686' 'x86_64')
-url=http://www.rodsbooks.com/gdisk/;
-license=('GPL2')
-depends=('gcc-libs' 'util-linux' 'popt')
-provides=(gdisk=$pkgver)
-conflicts=('gdisk')
-replaces=('gdisk')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('73e64151203ae0c347c488358e71ca582bb7fb7f0d66df86b71c42050390eb9b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package () {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -d $pkgdir/usr/{bin,share/{doc/gdisk,man/man8}}
-  install -t $pkgdir/usr/bin {,c,s}gdisk fixparts
-  install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
-  install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
-}

Copied: gptfdisk/repos/extra-i686/PKGBUILD (from rev 234070, 
gptfdisk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-18 01:01:36 UTC (rev 234071)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Hokum hokum_at_mail_dot_ru
+
+pkgname=gptfdisk
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks
+arch=('i686' 'x86_64')
+url=http://www.rodsbooks.com/gdisk/;
+license=('GPL2')
+depends=('gcc-libs' 'popt' 'libuuid.so' 'libncursesw.so')
+provides=(gdisk=$pkgver)
+conflicts=('gdisk')
+replaces=('gdisk')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('5b66956743a799fc0471cdb032665c1391e82f9c5b3f1d7d726d29fe2ba01d6c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -d $pkgdir/usr/{bin,share/{doc/gdisk,man/man8}}
+  install -t $pkgdir/usr/bin {,c,s}gdisk fixparts
+  install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
+  install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-18 01:01:22 UTC (rev 234070)
+++ extra-x86_64/PKGBUILD   2015-03-18 01:01:36 UTC (rev 234071)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Hokum hokum_at_mail_dot_ru
-
-pkgname=gptfdisk
-pkgver=0.8.10
-pkgrel=1
-pkgdesc=A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks
-arch=('i686' 'x86_64')
-url=http://www.rodsbooks.com/gdisk/;
-license=('GPL2')
-depends=('gcc-libs' 'util-linux' 'popt')
-provides=(gdisk=$pkgver)
-conflicts=('gdisk')
-replaces=('gdisk')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('73e64151203ae0c347c488358e71ca582bb7fb7f0d66df86b71c42050390eb9b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package () {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -d $pkgdir/usr/{bin,share/{doc/gdisk,man/man8}}
-  install -t $pkgdir/usr/bin {,c,s}gdisk fixparts
-  install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
-  install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
-}

Copied: gptfdisk/repos/extra-x86_64/PKGBUILD (from rev 234070, 
gptfdisk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-18 01:01:36 UTC (rev 234071)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Hokum hokum_at_mail_dot_ru
+
+pkgname=gptfdisk

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

2015-03-17 Thread Evgeniy Alekseev
Date: Wednesday, March 18, 2015 @ 03:23:55
  Author: arcanis
Revision: 129451

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

Added:
  jq/repos/community-i686/
  jq/repos/community-i686/ChangeLog
(from rev 129450, jq/trunk/ChangeLog)
  jq/repos/community-i686/PKGBUILD
(from rev 129450, jq/trunk/PKGBUILD)
  jq/repos/community-x86_64/
  jq/repos/community-x86_64/ChangeLog
(from rev 129450, jq/trunk/ChangeLog)
  jq/repos/community-x86_64/PKGBUILD
(from rev 129450, jq/trunk/PKGBUILD)

+
 community-i686/ChangeLog   |2 ++
 community-i686/PKGBUILD|   31 +++
 community-x86_64/ChangeLog |2 ++
 community-x86_64/PKGBUILD  |   31 +++
 4 files changed, 66 insertions(+)

Copied: jq/repos/community-i686/ChangeLog (from rev 129450, jq/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-03-18 02:23:55 UTC (rev 129451)
@@ -0,0 +1,2 @@
+1.4-1:
+move from AUR into [community]

Copied: jq/repos/community-i686/PKGBUILD (from rev 129450, jq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 02:23:55 UTC (rev 129451)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Alex Chamberlain alex at alexchamberlain dot co dot uk
+# Contributor: Kars Wang jaklsy at gmail dot com
+
+pkgname=jq
+pkgver=1.4
+pkgrel=1
+pkgdesc='Command-line JSON processor'
+arch=('i686' 'x86_64')
+url='http://stedolan.github.io/jq/'
+license=('MIT')
+depends=('glibc')
+makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
+source=(http://stedolan.github.io/jq/download/source/${pkgname}-${pkgver}.tar.gz;)
+changelog=ChangeLog
+md5sums=('e3c75a4f805bb5342c9f4b3603fb248f')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR=${pkgdir} prefix=/usr install
+install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: jq/repos/community-x86_64/ChangeLog (from rev 129450, 
jq/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2015-03-18 02:23:55 UTC (rev 129451)
@@ -0,0 +1,2 @@
+1.4-1:
+move from AUR into [community]

Copied: jq/repos/community-x86_64/PKGBUILD (from rev 129450, jq/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-18 02:23:55 UTC (rev 129451)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Alex Chamberlain alex at alexchamberlain dot co dot uk
+# Contributor: Kars Wang jaklsy at gmail dot com
+
+pkgname=jq
+pkgver=1.4
+pkgrel=1
+pkgdesc='Command-line JSON processor'
+arch=('i686' 'x86_64')
+url='http://stedolan.github.io/jq/'
+license=('MIT')
+depends=('glibc')
+makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
+source=(http://stedolan.github.io/jq/download/source/${pkgname}-${pkgver}.tar.gz;)
+changelog=ChangeLog
+md5sums=('e3c75a4f805bb5342c9f4b3603fb248f')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR=${pkgdir} prefix=/usr install
+install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


[arch-commits] Commit in m17n-db/repos/extra-any (PKGBUILD PKGBUILD)

2015-03-17 Thread Gaetan Bisson
Date: Wednesday, March 18, 2015 @ 00:16:39
  Author: bisson
Revision: 234067

archrelease: copy trunk to extra-any

Added:
  m17n-db/repos/extra-any/PKGBUILD
(from rev 234066, m17n-db/trunk/PKGBUILD)
Deleted:
  m17n-db/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-17 23:16:23 UTC (rev 234066)
+++ PKGBUILD2015-03-17 23:16:39 UTC (rev 234067)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Camille Moncelier p...@devlife.org
-
-pkgname=m17n-db
-pkgver=1.6.5
-pkgrel=2
-pkgdesc='Multilingual text processing library (database)'
-url='http://www.nongnu.org/m17n/'
-arch=('any')
-license=('GPL')
-depends=('glibc') # not because of compiling, but because of 
/usr/share/i18n/charmaps/ files that glibc provides
-source=(http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('39948b2b93d352d6b3a6760bfde40e1482baf864')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   # See FS#41265
-   cd ${pkgdir}/usr/share/m17n
-   install -d icons
-   mv *.png icons
-}

Copied: m17n-db/repos/extra-any/PKGBUILD (from rev 234066, 
m17n-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-17 23:16:39 UTC (rev 234067)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Camille Moncelier p...@devlife.org
+
+pkgname=m17n-db
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Multilingual text processing library (database)'
+url='http://www.nongnu.org/m17n/'
+arch=('any')
+license=('GPL')
+depends=('glibc') # not because of compiling, but because of 
/usr/share/i18n/charmaps/ files that glibc provides
+source=(http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('4149c2e59ac8f45ec8cbfb7bc8d4d061f38e58bc')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}


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

2015-03-17 Thread Gaetan Bisson
Date: Wednesday, March 18, 2015 @ 00:16:23
  Author: bisson
Revision: 234066

upstream update

Modified:
  m17n-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 20:12:23 UTC (rev 234065)
+++ PKGBUILD2015-03-17 23:16:23 UTC (rev 234066)
@@ -4,8 +4,8 @@
 # Contributor: Camille Moncelier p...@devlife.org
 
 pkgname=m17n-db
-pkgver=1.6.5
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc='Multilingual text processing library (database)'
 url='http://www.nongnu.org/m17n/'
 arch=('any')
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('glibc') # not because of compiling, but because of 
/usr/share/i18n/charmaps/ files that glibc provides
 
source=(http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('39948b2b93d352d6b3a6760bfde40e1482baf864')
+sha1sums=('4149c2e59ac8f45ec8cbfb7bc8d4d061f38e58bc')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -23,9 +23,4 @@
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
-
-   # See FS#41265
-   cd ${pkgdir}/usr/share/m17n
-   install -d icons
-   mv *.png icons
 }


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

2015-03-17 Thread Gaetan Bisson
Date: Wednesday, March 18, 2015 @ 00:19:36
  Author: bisson
Revision: 234068

upstream update

Modified:
  m17n-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 23:16:39 UTC (rev 234067)
+++ PKGBUILD2015-03-17 23:19:36 UTC (rev 234068)
@@ -3,8 +3,8 @@
 # Contributor: Camille Moncelier p...@devlife.org
 
 pkgname=m17n-lib
-pkgver=1.6.4
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc='Multilingual text processing library (runtimes)'
 url='http://www.nongnu.org/m17n/'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('anthy: to use the anthy input method')
 options=('!makeflags' '!emptydirs')
 
source=(http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('83f2fc4facfd70a580bb95d9381eac7472d85171')
+sha1sums=('6ebc98680ffb575c5f58190f054d60fdb8b0f301')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}


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

2015-03-17 Thread Gaetan Bisson
Date: Wednesday, March 18, 2015 @ 00:20:03
  Author: bisson
Revision: 234069

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

Added:
  m17n-lib/repos/extra-i686/PKGBUILD
(from rev 234068, m17n-lib/trunk/PKGBUILD)
  m17n-lib/repos/extra-x86_64/PKGBUILD
(from rev 234068, m17n-lib/trunk/PKGBUILD)
Deleted:
  m17n-lib/repos/extra-i686/PKGBUILD
  m17n-lib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-17 23:19:36 UTC (rev 234068)
+++ extra-i686/PKGBUILD 2015-03-17 23:20:03 UTC (rev 234069)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Camille Moncelier p...@devlife.org
-
-pkgname=m17n-lib
-pkgver=1.6.4
-pkgrel=2
-pkgdesc='Multilingual text processing library (runtimes)'
-url='http://www.nongnu.org/m17n/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
-optdepends=('anthy: to use the anthy input method')
-options=('!makeflags' '!emptydirs')
-source=(http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('83f2fc4facfd70a580bb95d9381eac7472d85171')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --enable-static=no
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: m17n-lib/repos/extra-i686/PKGBUILD (from rev 234068, 
m17n-lib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-17 23:20:03 UTC (rev 234069)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Camille Moncelier p...@devlife.org
+
+pkgname=m17n-lib
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Multilingual text processing library (runtimes)'
+url='http://www.nongnu.org/m17n/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
+optdepends=('anthy: to use the anthy input method')
+options=('!makeflags' '!emptydirs')
+source=(http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('6ebc98680ffb575c5f58190f054d60fdb8b0f301')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-17 23:19:36 UTC (rev 234068)
+++ extra-x86_64/PKGBUILD   2015-03-17 23:20:03 UTC (rev 234069)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Camille Moncelier p...@devlife.org
-
-pkgname=m17n-lib
-pkgver=1.6.4
-pkgrel=2
-pkgdesc='Multilingual text processing library (runtimes)'
-url='http://www.nongnu.org/m17n/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
-optdepends=('anthy: to use the anthy input method')
-options=('!makeflags' '!emptydirs')
-source=(http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('83f2fc4facfd70a580bb95d9381eac7472d85171')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --enable-static=no
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: m17n-lib/repos/extra-x86_64/PKGBUILD (from rev 234068, 
m17n-lib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-17 23:20:03 UTC (rev 234069)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Camille Moncelier p...@devlife.org
+
+pkgname=m17n-lib
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Multilingual text processing library (runtimes)'
+url='http://www.nongnu.org/m17n/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
+optdepends=('anthy: to use the anthy input method')
+options=('!makeflags' '!emptydirs')
+source=(http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('6ebc98680ffb575c5f58190f054d60fdb8b0f301')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in (4 files)

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 20:36:08
  Author: arojas
Revision: 129442

extra2community: Moving mediastreamer from extra to community

Added:
  mediastreamer/
  mediastreamer/repos/
  mediastreamer/trunk/
  mediastreamer/trunk/PKGBUILD

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

Added: mediastreamer/trunk/PKGBUILD
===
--- mediastreamer/trunk/PKGBUILD(rev 0)
+++ mediastreamer/trunk/PKGBUILD2015-03-17 19:36:08 UTC (rev 129442)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+# Contributor: Mark Lee m...@markelee.com
+
+pkgname=mediastreamer
+pkgver=2.11.0
+pkgrel=2
+pkgdesc=A library written in C that allows you to create and run audio and 
video streams
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
+ 'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-glx --enable-xv --enable-zrtp --enable-external-ortp
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}


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


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

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 20:36:24
  Author: arojas
Revision: 129443

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

Added:
  mediastreamer/repos/community-i686/
  mediastreamer/repos/community-i686/PKGBUILD
(from rev 129442, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/community-x86_64/
  mediastreamer/repos/community-x86_64/PKGBUILD
(from rev 129442, mediastreamer/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   33 +
 community-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: mediastreamer/repos/community-i686/PKGBUILD (from rev 129442, 
mediastreamer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 19:36:24 UTC (rev 129443)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+# Contributor: Mark Lee m...@markelee.com
+
+pkgname=mediastreamer
+pkgver=2.11.0
+pkgrel=2
+pkgdesc=A library written in C that allows you to create and run audio and 
video streams
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
+ 'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-glx --enable-xv --enable-zrtp --enable-external-ortp
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 129442, 
mediastreamer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-17 19:36:24 UTC (rev 129443)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+# Contributor: Mark Lee m...@markelee.com
+
+pkgname=mediastreamer
+pkgver=2.11.0
+pkgrel=2
+pkgdesc=A library written in C that allows you to create and run audio and 
video streams
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
+ 'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-glx --enable-xv --enable-zrtp --enable-external-ortp
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}


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

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 21:09:14
  Author: arojas
Revision: 234063

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-17 20:08:31 UTC (rev 234062)
+++ extra-i686/PKGBUILD 2015-03-17 20:09:14 UTC (rev 234063)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdelibs4support
-pkgver=5.8.0
-pkgrel=1
-pkgdesc='Porting aid from KDELibs4'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdelibs4support'
-license=('LGPL')
-depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager')
-groups=('kf5-aids')
-replaces=('kde4support')
-conflicts=('kde4support')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('8c095f662a282799590beff3650dd79e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdelibs4support/repos/extra-i686/PKGBUILD (from rev 234062, 
kdelibs4support/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-17 20:09:14 UTC (rev 234063)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdelibs4support
+pkgver=5.8.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdelibs4support'
+license=('LGPL')
+depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager' 
'perl-uri')
+groups=('kf5-aids')
+replaces=('kde4support')
+conflicts=('kde4support')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8c095f662a282799590beff3650dd79e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-17 20:08:31 UTC (rev 234062)
+++ extra-x86_64/PKGBUILD   2015-03-17 20:09:14 UTC (rev 234063)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdelibs4support
-pkgver=5.8.0
-pkgrel=1
-pkgdesc='Porting aid from KDELibs4'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdelibs4support'
-license=('LGPL')
-depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager')
-groups=('kf5-aids')
-replaces=('kde4support')
-conflicts=('kde4support')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('8c095f662a282799590beff3650dd79e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdelibs4support/repos/extra-x86_64/PKGBUILD (from rev 234062, 
kdelibs4support/trunk/PKGBUILD)

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

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 21:08:31
  Author: arojas
Revision: 234062

Add perl-uri makedepends (FS#44222)

Modified:
  kdelibs4support/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 19:56:13 UTC (rev 234061)
+++ PKGBUILD2015-03-17 20:08:31 UTC (rev 234062)
@@ -10,7 +10,7 @@
 url='https://projects.kde.org/projects/frameworks/kdelibs4support'
 license=('LGPL')
 depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager' 
'perl-uri')
 groups=('kf5-aids')
 replaces=('kde4support')
 conflicts=('kde4support')


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

2015-03-17 Thread Sergej Pupykin
Date: Tuesday, March 17, 2015 @ 19:43:57
  Author: spupykin
Revision: 129435

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

Added:
  gpsdrive/repos/community-i686/PKGBUILD
(from rev 129434, gpsdrive/trunk/PKGBUILD)
  gpsdrive/repos/community-i686/gpsdrive-perltovendor.patch
(from rev 129434, gpsdrive/trunk/gpsdrive-perltovendor.patch)
  gpsdrive/repos/community-i686/gpsdrive.install
(from rev 129434, gpsdrive/trunk/gpsdrive.install)
  gpsdrive/repos/community-x86_64/PKGBUILD
(from rev 129434, gpsdrive/trunk/PKGBUILD)
  gpsdrive/repos/community-x86_64/gpsdrive-perltovendor.patch
(from rev 129434, gpsdrive/trunk/gpsdrive-perltovendor.patch)
  gpsdrive/repos/community-x86_64/gpsdrive.install
(from rev 129434, gpsdrive/trunk/gpsdrive.install)
Deleted:
  gpsdrive/repos/community-i686/PKGBUILD
  gpsdrive/repos/community-i686/gpsdrive-perltovendor.patch
  gpsdrive/repos/community-i686/gpsdrive.install
  gpsdrive/repos/community-x86_64/PKGBUILD
  gpsdrive/repos/community-x86_64/gpsdrive-perltovendor.patch
  gpsdrive/repos/community-x86_64/gpsdrive.install

--+
 /PKGBUILD|  144 +
 /gpsdrive-perltovendor.patch |   56 +
 /gpsdrive.install|8 +
 community-i686/PKGBUILD  |   72 
 community-i686/gpsdrive-perltovendor.patch   |   28 
 community-i686/gpsdrive.install  |4 
 community-x86_64/PKGBUILD|   72 
 community-x86_64/gpsdrive-perltovendor.patch |   28 
 community-x86_64/gpsdrive.install|4 
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-17 18:43:39 UTC (rev 129434)
+++ community-i686/PKGBUILD 2015-03-17 18:43:57 UTC (rev 129435)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: damir da...@archlinux.org
-
-pkgname=gpsdrive
-pkgver=2.11
-_pkgver=20120928
-pkgrel=24
-pkgdesc=A car (bike, ship, plane) navigation system
-arch=(i686 x86_64)
-url=http://www.gpsdrive.de/;
-license=('GPL2')
-depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 
'postgresql-libs' 'openstreetmap-map-icons-svn'
- 'perl-date-manip' 'perl-timedate' 'perl-dbi' 'perl-file-slurp' 
'perl-www-mechanize' 'perl-libwww' 'perl-uri'
- 'perl-text-query' 'perl-www-curl' 'perl-xml-parser' 'perl-xml-simple' 
'perl-xml-twig' 'perl-xml-writer')
-makedepends=('cmake=2.4.4' 'boost' 'cfitsio')
-install=gpsdrive.install
-#source=(http://www.gpsdrive.de/packages/${pkgname}-${pkgver}.tar.gz;)
-source=(http://arch.p5n.pp.ru/~sergej/dl/2012/${pkgname}-${_pkgver}.tar.gz;
-   gpsdrive-perltovendor.patch)
-md5sums=('bc53792529788b81c291a32d628a4850'
- 'c28bc2dc51a76a39161bf540aebfab6c')
-
-prepare() {
-  cd $srcdir
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-  sed -i 's|GdkGC \*kontext_map;|extern GdkGC *kontext_map;|' 
$srcdir/gpsdrive-${_pkgver}/src/gpsdrive.c
-  sed -i '22,1i#include mapnik/graphics.hpp' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
-  sed -i 's|datasource_cache::instance()-|datasource_cache::instance().|' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
-  (cd gpsdrive-${_pkgver}  patch -p1 $srcdir/gpsdrive-perltovendor.patch)
-}
-
-build() {
-  cd $srcdir
-
-  mkdir -p build
-  cd build
-
-  export CFLAGS=-I/usr/include/gdk-pixbuf-2.0/
-  export CPPFLAGS=-I/usr/include/gdk-pixbuf-2.0/
-  export CXXFLAGS=-I/usr/include/gdk-pixbuf-2.0/
-  export LDFLAGS=`pkg-config --libs gtk+-2.0 gmodule-2.0` -lboost_system 
-lboost_thread
-
-  # see DefineOptions.cmake for a list of common options and defaults
-  # cmake -L for a more in-depth listing
-  cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_SCRIPTS=ON \
--DWITH_MAPNIK=ON \
--DWITH_POSTGIS=ON \
--DWITH_GDAL=ON \
--DWITH_BASEMAPS=ON \
--DWITH_FRIENDSD=ON \
--DWITH_KISMET=ON \
--DWITH_NAVIGATION=ON \
--DWITH_SPEECH=OFF \
--DWITH_DBUS=OFF \
--DLIBGPS_OLD=OFF \
--DFREETYPE2_INCLUDE_DIRS=/usr/include/freetype2 \
--DFREETYPE2_LIBRARIES=/usr/lib \
-$srcdir/gpsdrive-${_pkgver}
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: gpsdrive/repos/community-i686/PKGBUILD (from rev 129434, 
gpsdrive/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 18:43:57 UTC (rev 129435)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin 

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

2015-03-17 Thread Sergej Pupykin
Date: Tuesday, March 17, 2015 @ 19:44:15
  Author: spupykin
Revision: 129437

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

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

-+
 /PKGBUILD   |  106 ++
 /mapnik.install |   22 +++
 community-i686/PKGBUILD |   53 ---
 community-i686/mapnik.install   |   11 ---
 community-x86_64/PKGBUILD   |   53 ---
 community-x86_64/mapnik.install |   11 ---
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-17 18:44:03 UTC (rev 129436)
+++ community-i686/PKGBUILD 2015-03-17 18:44:15 UTC (rev 129437)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: David Dent thewi...@gmail.com
-# Contributor: orbisvicis orbisvi...@gmail.com
-
-pkgname=mapnik
-pkgver=2.2.0.654.g718a8b3
-pkgrel=1
-pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
-arch=('i686' 'x86_64')
-url=http://mapnik.org/;
-license=('LGPL')
-depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
-'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
-'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
-optdepends=('libxslt: Web Map Service'
-'python2-lxml:Web Map Service'
-'python2-pillow:  Web Map Service'
-'python-nose: Web Map Service'
-'apache:  Web Map Service'
-'mod_fastcgi: Web Map Service - or:'
-'mod_fcgid:   Web Map Service - or:'
-'mod_wsgi2:   Web Map Service')
-makedepends=('scons' 'boost' 'git')
-install=mapnik.install
-#source=($pkgname-$pkgver.tar.gz::https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz;)
-source=(git://github.com/mapnik/mapnik.git#branch=2.3.x)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $srcdir/$pkgname
-
-  git describe --long | cut -c2- | sed 's/-/./g'
-}
-
-build() {
-  cd $srcdir/$pkgname
-
-  sed -i 's|lib64|lib|g' SConstruct
-  sed -i 's|python|python2|' \
-   utils/performance/mapnik-speed-check \
-   utils/upgrade_map_xml/*.py
-  scons configure \
-PREFIX=/usr \
-INPUT_PLUGINS=all \
-DESTDIR=$pkgdir
-  scons $MAKEFLAGS
-}
-
-package(){
-  cd $srcdir/$pkgname
-  scons install
-}

Copied: mapnik/repos/community-i686/PKGBUILD (from rev 129436, 
mapnik/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 18:44:15 UTC (rev 129437)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: David Dent thewi...@gmail.com
+# Contributor: orbisvicis orbisvi...@gmail.com
+
+pkgname=mapnik
+pkgver=2.2.0.654.g718a8b3
+pkgrel=3
+pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
+arch=('i686' 'x86_64')
+url=http://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python2-pillow:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost' 'git')
+install=mapnik.install
+#source=($pkgname-$pkgver.tar.gz::https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz;)
+source=(git://github.com/mapnik/mapnik.git#branch=2.3.x)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $srcdir/$pkgname
+
+  git describe --long | cut -c2- | sed 's/-/./g'
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  sed -i 's|lib64|lib|g' SConstruct
+  sed -i 's|python|python2|' \
+   utils/performance/mapnik-speed-check \
+   utils/upgrade_map_xml/*.py
+  scons configure \
+PREFIX=/usr \
+INPUT_PLUGINS=all \
+DESTDIR=$pkgdir
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd $srcdir/$pkgname
+  scons 

[arch-commits] Commit in (ortp)

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 20:38:06
  Author: arojas
Revision: 234056

extra2community: Moving ortp from extra to community

Deleted:
  ortp/


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

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 20:37:23
  Author: arojas
Revision: 129444

extra2community: Moving ortp from extra to community

Added:
  ortp/
  ortp/repos/
  ortp/trunk/
  ortp/trunk/PKGBUILD

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

Added: ortp/trunk/PKGBUILD
===
--- ortp/trunk/PKGBUILD (rev 0)
+++ ortp/trunk/PKGBUILD 2015-03-17 19:37:23 UTC (rev 129444)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=ortp
+pkgver=0.24.0
+pkgrel=2
+pkgdesc=A Real-time Transport Protocol (RTP) library
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng/code_review/ortp;
+license=('GPL3')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
+  'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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


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

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 20:38:23
  Author: arojas
Revision: 129446

extra2community: Moving bzrtp from extra to community

Added:
  bzrtp/
  bzrtp/repos/
  bzrtp/trunk/
  bzrtp/trunk/PKGBUILD

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

Added: bzrtp/trunk/PKGBUILD
===
--- bzrtp/trunk/PKGBUILD(rev 0)
+++ bzrtp/trunk/PKGBUILD2015-03-17 19:38:23 UTC (rev 129446)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=bzrtp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Opensource implementation of ZRTP keys exchange protocol
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL2')
+depends=('libxml2' 'mbedtls')
+source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('0166809a8f86e8a59516e5f1d7f6889bfd60ce2c'
+  'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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


[arch-commits] Commit in (mediastreamer)

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 20:36:50
  Author: arojas
Revision: 234053

extra2community: Moving mediastreamer from extra to community

Deleted:
  mediastreamer/


[arch-commits] Commit in system-config-printer/repos (4 files)

2015-03-17 Thread Andreas Radke
Date: Tuesday, March 17, 2015 @ 20:56:13
  Author: andyrtr
Revision: 234061

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

Added:
  system-config-printer/repos/extra-i686/PKGBUILD
(from rev 234060, system-config-printer/trunk/PKGBUILD)
  system-config-printer/repos/extra-x86_64/PKGBUILD
(from rev 234060, system-config-printer/trunk/PKGBUILD)
Deleted:
  system-config-printer/repos/extra-i686/PKGBUILD
  system-config-printer/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-17 19:56:00 UTC (rev 234060)
+++ extra-i686/PKGBUILD 2015-03-17 19:56:13 UTC (rev 234061)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=system-config-printer
-pkgver=1.5.5
-pkgrel=2
-pkgdesc=A CUPS printer configuration tool and status applet
-url=http://cyberelk.net/tim/software/system-config-printer/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('python-pycups' 'python-dbus' 'python-pycurl' 'libnotify'
- 'python-requests' 'python-gobject' 'gtk3' 'python-cairo')
-makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
-optdepends=('libgnome-keyring: password management'
-'python-pysmbc: SMB browser support'
-'python-packagekit: to install drivers with PackageKit'
-'cups-pk-helper: PolicyKit helper to configure cups with 
fine-grained privileges')
-source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('1aaee6a90449ee0c6b90da2eb5df03a9'
- 'SKIP')
-validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3') #Tim Waugh 
twa...@redhat.com t...@cyberelk.net
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-udevdir=/usr/lib/udev --with-udev-rules 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # Compile *.pyc
-  find ${pkgdir} -name '*.py' -exec python -mpy_compile {} +
-  # Compile *.pyo
-  find ${pkgdir} -name '*.py' -exec python -O -mpy_compile {} +
-  
-  # new cups 2.0.0 service naming
-  sed -i s|cups.socket|org.cups.cupsd.socket|g 
${pkgdir}/usr/lib/systemd/system/configure-printer@.service
-}

Copied: system-config-printer/repos/extra-i686/PKGBUILD (from rev 234060, 
system-config-printer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-17 19:56:13 UTC (rev 234061)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=system-config-printer
+pkgver=1.5.6
+pkgrel=1
+pkgdesc=A CUPS printer configuration tool and status applet
+url=http://cyberelk.net/tim/software/system-config-printer/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python-pycups' 'python-dbus' 'python-pycurl' 'libnotify'
+ 'python-requests' 'python-gobject' 'gtk3' 'python-cairo')
+makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
+optdepends=('libgnome-keyring: password management'
+'python-pysmbc: SMB browser support'
+'python-packagekit: to install drivers with PackageKit'
+'cups-pk-helper: PolicyKit helper to configure cups with 
fine-grained privileges')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('c3b549519e2d88f2ae12bd50831bf38a'
+ 'SKIP')
+validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3') #Tim Waugh 
twa...@redhat.com t...@cyberelk.net
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-udevdir=/usr/lib/udev --with-udev-rules 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Compile *.pyc
+  find ${pkgdir} -name '*.py' -exec python -mpy_compile {} +
+  # Compile *.pyo
+  find ${pkgdir} -name '*.py' -exec python -O -mpy_compile {} +
+  
+  # new cups 2.0.0 service naming
+  sed -i s|cups.socket|org.cups.cupsd.socket|g 
${pkgdir}/usr/lib/systemd/system/configure-printer@.service
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-17 19:56:00 UTC (rev 234060)
+++ extra-x86_64/PKGBUILD   2015-03-17 19:56:13 UTC (rev 234061)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=system-config-printer

[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

2015-03-17 Thread Andreas Radke
Date: Tuesday, March 17, 2015 @ 20:56:00
  Author: andyrtr
Revision: 234060

upgpkg: system-config-printer 1.5.6-1

upstream update 1.5.6

Modified:
  system-config-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 19:39:04 UTC (rev 234059)
+++ PKGBUILD2015-03-17 19:56:00 UTC (rev 234060)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=system-config-printer
-pkgver=1.5.5
-pkgrel=2
+pkgver=1.5.6
+pkgrel=1
 pkgdesc=A CUPS printer configuration tool and status applet
 url=http://cyberelk.net/tim/software/system-config-printer/;
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'python-packagekit: to install drivers with PackageKit'
 'cups-pk-helper: PolicyKit helper to configure cups with 
fine-grained privileges')
 
source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('1aaee6a90449ee0c6b90da2eb5df03a9'
+md5sums=('c3b549519e2d88f2ae12bd50831bf38a'
  'SKIP')
 validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3') #Tim Waugh 
twa...@redhat.com t...@cyberelk.net
 


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

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 21:12:23
  Author: arojas
Revision: 234065

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-17 20:12:02 UTC (rev 234064)
+++ extra-i686/PKGBUILD 2015-03-17 20:12:23 UTC (rev 234065)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kjs
-pkgver=5.8.0
-pkgrel=1
-pkgdesc='Support for JS scripting in applications'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kjs'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-groups=('kf5-aids')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('a4ca427862d70bd748b1c49f50b9d43b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kjs/repos/extra-i686/PKGBUILD (from rev 234064, kjs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-17 20:12:23 UTC (rev 234065)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kjs
+pkgver=5.8.0
+pkgrel=1
+pkgdesc='Support for JS scripting in applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjs'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5-aids')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a4ca427862d70bd748b1c49f50b9d43b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-17 20:12:02 UTC (rev 234064)
+++ extra-x86_64/PKGBUILD   2015-03-17 20:12:23 UTC (rev 234065)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kjs
-pkgver=5.8.0
-pkgrel=1
-pkgdesc='Support for JS scripting in applications'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kjs'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-groups=('kf5-aids')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('a4ca427862d70bd748b1c49f50b9d43b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kjs/repos/extra-x86_64/PKGBUILD (from rev 234064, kjs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-17 20:12:23 UTC (rev 234065)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kjs
+pkgver=5.8.0
+pkgrel=1
+pkgdesc='Support for JS scripting in applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjs'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5-aids')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a4ca427862d70bd748b1c49f50b9d43b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2015-03-17 Thread Andreas Radke
Date: Tuesday, March 17, 2015 @ 20:33:53
  Author: andyrtr
Revision: 234050

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-17 19:33:27 UTC (rev 234049)
+++ extra-i686/PKGBUILD 2015-03-17 19:33:53 UTC (rev 234050)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxfont
-pkgver=1.5.0
-pkgrel=1
-pkgdesc=X11 font rasterisation library
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto=2.1.3')
-makedepends=('xorg-util-macros' 'xtrans')
-source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2)
-sha256sums=('3a3c52c4adf9352b2160f07ff0596af17ab14f91d6509564e606678a1261c25f')
-
-build() {
-  cd ${srcdir}/libXfont-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXfont-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxfont/repos/extra-i686/PKGBUILD (from rev 234049, 
libxfont/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-17 19:33:53 UTC (rev 234050)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxfont
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=X11 font rasterisation library
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto=2.1.3')
+makedepends=('xorg-util-macros' 'xtrans')
+source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2{,.sig})
+sha256sums=('b70898527c73f9758f551bbab612af611b8a0962202829568d94f3edf4d86098'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
+
+build() {
+  cd ${srcdir}/libXfont-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXfont-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-17 19:33:27 UTC (rev 234049)
+++ extra-x86_64/PKGBUILD   2015-03-17 19:33:53 UTC (rev 234050)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxfont
-pkgver=1.5.0
-pkgrel=1
-pkgdesc=X11 font rasterisation library
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto=2.1.3')
-makedepends=('xorg-util-macros' 'xtrans')
-source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2)
-sha256sums=('3a3c52c4adf9352b2160f07ff0596af17ab14f91d6509564e606678a1261c25f')
-
-build() {
-  cd ${srcdir}/libXfont-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXfont-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxfont/repos/extra-x86_64/PKGBUILD (from rev 234049, 
libxfont/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-17 19:33:53 UTC (rev 234050)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxfont
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=X11 font rasterisation library
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto=2.1.3')
+makedepends=('xorg-util-macros' 'xtrans')
+source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2{,.sig})
+sha256sums=('b70898527c73f9758f551bbab612af611b8a0962202829568d94f3edf4d86098'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
+
+build() {
+  cd ${srcdir}/libXfont-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc 

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

2015-03-17 Thread Andreas Radke
Date: Tuesday, March 17, 2015 @ 20:33:27
  Author: andyrtr
Revision: 234049

upgpkg: libxfont 1.5.1-1

upstream update 1.5.1

Modified:
  libxfont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 14:47:43 UTC (rev 234048)
+++ PKGBUILD2015-03-17 19:33:27 UTC (rev 234049)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxfont
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc=X11 font rasterisation library
 arch=(i686 x86_64)
@@ -10,8 +10,10 @@
 license=('custom')
 depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto=2.1.3')
 makedepends=('xorg-util-macros' 'xtrans')
-source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2)
-sha256sums=('3a3c52c4adf9352b2160f07ff0596af17ab14f91d6509564e606678a1261c25f')
+source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2{,.sig})
+sha256sums=('b70898527c73f9758f551bbab612af611b8a0962202829568d94f3edf4d86098'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
 
 build() {
   cd ${srcdir}/libXfont-${pkgver}


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

2015-03-17 Thread Sergej Pupykin
Date: Tuesday, March 17, 2015 @ 20:15:20
  Author: spupykin
Revision: 129440

upgpkg: gmic 1.6.1.0-1

upd

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 18:54:13 UTC (rev 129439)
+++ PKGBUILD2015-03-17 19:15:20 UTC (rev 129440)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.6.0.4
+pkgver=1.6.1.0
 pkgrel=1
 arch=(i686 x86_64)
 url=http://gmic.sourceforge.net;
@@ -13,7 +13,7 @@
 license=(custom:CeCILL)
 makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
 
source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
-md5sums=('108303925eeeabb71b9399c1b8f69c6e')
+md5sums=('3e8c77680278005d8e6c5d34f0d19c57')
 
 prepare() {
   cd ${srcdir}/gmic-${pkgver}


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

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 20:38:38
  Author: arojas
Revision: 129447

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

Added:
  bzrtp/repos/community-i686/
  bzrtp/repos/community-i686/PKGBUILD
(from rev 129446, bzrtp/trunk/PKGBUILD)
  bzrtp/repos/community-x86_64/
  bzrtp/repos/community-x86_64/PKGBUILD
(from rev 129446, bzrtp/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   28 
 community-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: bzrtp/repos/community-i686/PKGBUILD (from rev 129446, 
bzrtp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 19:38:38 UTC (rev 129447)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=bzrtp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Opensource implementation of ZRTP keys exchange protocol
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL2')
+depends=('libxml2' 'mbedtls')
+source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('0166809a8f86e8a59516e5f1d7f6889bfd60ce2c'
+  'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: bzrtp/repos/community-x86_64/PKGBUILD (from rev 129446, 
bzrtp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-17 19:38:38 UTC (rev 129447)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=bzrtp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Opensource implementation of ZRTP keys exchange protocol
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL2')
+depends=('libxml2' 'mbedtls')
+source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('0166809a8f86e8a59516e5f1d7f6889bfd60ce2c'
+  'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in (bzrtp)

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 20:39:04
  Author: arojas
Revision: 234059

extra2community: Moving bzrtp from extra to community

Deleted:
  bzrtp/


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

2015-03-17 Thread Kyle Keen
Date: Tuesday, March 17, 2015 @ 12:57:21
  Author: kkeen
Revision: 129411

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

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

-+
 /PKGBUILD   |   62 ++
 /macchanger.install |   42 +++
 community-i686/PKGBUILD |   29 ---
 community-i686/macchanger.install   |   21 ---
 community-x86_64/PKGBUILD   |   29 ---
 community-x86_64/macchanger.install |   21 ---
 6 files changed, 104 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-17 11:56:49 UTC (rev 129410)
+++ community-i686/PKGBUILD 2015-03-17 11:57:21 UTC (rev 129411)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=macchanger
-pkgver=1.6.0
-pkgrel=2
-pkgdesc=A small utility to change your NIC's MAC address
-arch=('i686' 'x86_64')
-url=http://ftp.gnu.org/gnu/macchanger;
-license=('GPL')
-depends=('glibc')
-install='macchanger.install'
-source=(http://ftp.gnu.org/gnu/macchanger/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1257b18e9067a8192c9747da52aabdda')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: macchanger/repos/community-i686/PKGBUILD (from rev 129410, 
macchanger/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 11:57:21 UTC (rev 129411)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=macchanger
+pkgver=1.7.0
+pkgrel=1
+pkgdesc=A small utility to change your NIC's MAC address
+arch=('i686' 'x86_64')
+#url=http://ftp.gnu.org/gnu/macchanger;
+url=http://www.gnu.org/software/macchanger;
+license=('GPL')
+depends=('glibc')
+install='macchanger.install'
+source=(https://github.com/alobbs/macchanger/archive/$pkgver.tar.gz;)
+md5sums=('ebd3c24360454b2684c39d89dcaabac8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/macchanger.install
===
--- community-i686/macchanger.install   2015-03-17 11:56:49 UTC (rev 129410)
+++ community-i686/macchanger.install   2015-03-17 11:57:21 UTC (rev 129411)
@@ -1,21 +0,0 @@
-infodir=/usr/share/info
-filelist=(macchanger.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
-usr/bin/install-info $infodir/$file $infodir/dir 2 /dev/null
- done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-usr/bin/install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-

Copied: macchanger/repos/community-i686/macchanger.install (from rev 129410, 
macchanger/trunk/macchanger.install)
===
--- community-i686/macchanger.install   (rev 0)
+++ community-i686/macchanger.install   2015-03-17 11:57:21 UTC (rev 129411)
@@ -0,0 +1,21 @@
+infodir=/usr/share/info
+filelist=(macchanger.info)
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+usr/bin/install-info $infodir/$file $infodir/dir 2 /dev/null
+ done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+ [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+usr/bin/install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-17 

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

2015-03-17 Thread Kyle Keen
Date: Tuesday, March 17, 2015 @ 12:56:49
  Author: kkeen
Revision: 129410

upgpkg: macchanger 1.7.0-1

Modified:
  macchanger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 11:45:01 UTC (rev 129409)
+++ PKGBUILD2015-03-17 11:56:49 UTC (rev 129410)
@@ -3,19 +3,21 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=macchanger
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc=A small utility to change your NIC's MAC address
 arch=('i686' 'x86_64')
-url=http://ftp.gnu.org/gnu/macchanger;
+#url=http://ftp.gnu.org/gnu/macchanger;
+url=http://www.gnu.org/software/macchanger;
 license=('GPL')
 depends=('glibc')
 install='macchanger.install'
-source=(http://ftp.gnu.org/gnu/macchanger/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1257b18e9067a8192c9747da52aabdda')
+source=(https://github.com/alobbs/macchanger/archive/$pkgver.tar.gz;)
+md5sums=('ebd3c24360454b2684c39d89dcaabac8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  ./autogen.sh
   ./configure --prefix=/usr \
   --mandir=/usr/share/man \
   --infodir=/usr/share/info


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

2015-03-17 Thread Kyle Keen
Date: Tuesday, March 17, 2015 @ 13:34:41
  Author: kkeen
Revision: 129414

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

Added:
  stone-soup/repos/community-i686/PKGBUILD
(from rev 129413, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-i686/stone-soup.install
(from rev 129413, stone-soup/trunk/stone-soup.install)
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 129413, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 129413, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-i686/PKGBUILD
  stone-soup/repos/community-i686/stone-soup.install
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

-+
 /PKGBUILD   |  146 ++
 /stone-soup.install |   22 +
 community-i686/PKGBUILD |   69 
 community-i686/stone-soup.install   |   11 --
 community-x86_64/PKGBUILD   |   69 
 community-x86_64/stone-soup.install |   11 --
 6 files changed, 168 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-17 12:34:13 UTC (rev 129413)
+++ community-i686/PKGBUILD 2015-03-17 12:34:41 UTC (rev 129414)
@@ -1,69 +0,0 @@
-# Maintainer: Jakob Gruber jakob.gru...@gmail.com
-
-pkgname=stone-soup
-pkgver=0.15.2
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('i686' 'x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'glu' 'freetype2' 'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=(http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd $srcdir
-gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup'
-
-cd stone_soup-${pkgver}/source
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR=${pkgdir} \
- SAVEDIR=~/.crawl/ \
- DATADIR=/usr/share/${pkgname}/data \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv ${pkgdir}/usr/bin/crawl ${pkgdir}/usr/bin/crawl-tiles
-
-# then build and install console version
-
-make DESTDIR=${pkgdir} \
- SAVEDIR=~/.crawl/ \
- DATADIR=/usr/share/${pkgname}/data \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-${pkgdir}/usr/share/pixmaps/${pkgname}.png
-install -D -m644 ${srcdir}/${pkgname}.desktop \
-${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-}
-
-md5sums=('92ea1202213276427110155e9f93f9e3')

Copied: stone-soup/repos/community-i686/PKGBUILD (from rev 129413, 
stone-soup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 12:34:41 UTC (rev 129414)
@@ -0,0 +1,73 @@
+# Maintainer: Jakob Gruber jakob.gru...@gmail.com
+
+pkgname=stone-soup
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('i686' 'x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+#source=(http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz;)
+source=(https://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd $srcdir
+gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup'
+
+cd stone_soup-${pkgver}/source
+
+# 0.16.0 weirdness
+sed -i 

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

2015-03-17 Thread Kyle Keen
Date: Tuesday, March 17, 2015 @ 13:34:13
  Author: kkeen
Revision: 129413

upgpkg: stone-soup 0.16.0-1

Modified:
  stone-soup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 12:06:24 UTC (rev 129412)
+++ PKGBUILD2015-03-17 12:34:13 UTC (rev 129413)
@@ -1,17 +1,18 @@
 # Maintainer: Jakob Gruber jakob.gru...@gmail.com
 
 pkgname=stone-soup
-pkgver=0.15.2
+pkgver=0.16.0
 pkgrel=1
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
 arch=('i686' 'x86_64')
 url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'glu' 'freetype2' 'ttf-dejavu')
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
 makedepends=('bison' 'flex' 'gendesk' 'mesa')
 conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
 license=('custom')
 install=stone-soup.install
-source=(http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz;)
+#source=(http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz;)
+source=(https://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
 
 # used by gendesk to create .desktop file
 _exec=('crawl-tiles')
@@ -24,6 +25,9 @@
 
 cd stone_soup-${pkgver}/source
 
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/|' main.cc
+
 # adjust makefile to use /usr/bin, owner root:root,
 # disable setgid on executable
 
@@ -66,4 +70,4 @@
 
 }
 
-md5sums=('92ea1202213276427110155e9f93f9e3')
+md5sums=('a851dad255c821308a032dba5f8b7cb7')


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

2015-03-17 Thread Alexander Rødseth
Date: Tuesday, March 17, 2015 @ 13:06:24
  Author: arodseth
Revision: 129412

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

Added:
  powerdns-recursor/repos/community-i686/PKGBUILD
(from rev 129411, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-i686/pdns-recursor.service
(from rev 129411, powerdns-recursor/trunk/pdns-recursor.service)
  powerdns-recursor/repos/community-x86_64/PKGBUILD
(from rev 129409, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-x86_64/pdns-recursor.service
(from rev 129409, powerdns-recursor/trunk/pdns-recursor.service)
Deleted:
  powerdns-recursor/repos/community-i686/PKGBUILD
  powerdns-recursor/repos/community-i686/pdns-recursor.service
  powerdns-recursor/repos/community-x86_64/PKGBUILD
  powerdns-recursor/repos/community-x86_64/pdns-recursor.service

+
 /PKGBUILD  |   88 +++
 /pdns-recursor.service |   20 +++
 community-i686/PKGBUILD|   41 --
 community-i686/pdns-recursor.service   |   10 ---
 community-x86_64/PKGBUILD  |   41 --
 community-x86_64/pdns-recursor.service |   10 ---
 6 files changed, 108 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-17 11:57:21 UTC (rev 129411)
+++ community-i686/PKGBUILD 2015-03-17 12:06:24 UTC (rev 129412)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Jan Steffens hef...@archlinux.org
-
-pkgname=powerdns-recursor
-pkgver=3.6.2
-pkgrel=1
-pkgdesc='Resolving DNS server'
-url='https://www.powerdns.com/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('gcc-libs' 'lua')
-makedepends=('boost')
-replaces=('pdns-recursor')
-provides=('pdns-recursor')
-conflicts=('pdns-recursor')
-backup=('etc/powerdns/recursor.conf')
-source=(http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2;
-'pdns-recursor.service')
-sha256sums=('d9abf5bb5982cee1c3ba6eaa684d2777b7c0d3f038e201dd4e7362b4652750a4'
-'d4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
-
-build() {
-  make -C pdns-recursor-$pkgver -j1 LUA=1 \
-LUA_CPPFLAGS_CONFIG=$(pkg-config --cflags lua) \
-LUA_LIBS_CONFIG=$(pkg-config --libs lua)
-}
-
-package() {
-  cd pdns-recursor-$pkgver
-
-  make SBINDIR=/usr/bin DESTDIR=$pkgdir install
-  mv $pkgdir/etc/powerdns/recursor.conf-dist \
-$pkgdir/etc/powerdns/recursor.conf
-  rm -r $pkgdir/etc/init.d
-  install -Dm644 $srcdir/pdns-recursor.service \
-$pkgdir/usr/lib/systemd/system/pdns-recursor.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns-recursor/repos/community-i686/PKGBUILD (from rev 129411, 
powerdns-recursor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 12:06:24 UTC (rev 129412)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Jan Steffens hef...@archlinux.org
+
+pkgname=powerdns-recursor
+pkgver=3.7.1
+pkgrel=1
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('gcc-libs' 'lua')
+makedepends=('boost')
+replaces=('pdns-recursor')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2;
+'pdns-recursor.service')
+sha256sums=('e6b0d255a0d8cd023ebd63c50f453a305c649d04873859b4119745d64b8bd36d'
+'d4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
+
+build() {
+  cd pdns-recursor-$pkgver
+
+  ./configure --prefix=/usr
+  make -j1 LUA=1 \
+LUA_CPPFLAGS_CONFIG=$(pkg-config --cflags lua) \
+LUA_LIBS_CONFIG=$(pkg-config --libs lua)
+}
+
+package() {
+  cd pdns-recursor-$pkgver
+
+  make SBINDIR=/usr/bin DESTDIR=$pkgdir install
+  mv $pkgdir/etc/powerdns/recursor.conf-dist \
+$pkgdir/etc/powerdns/recursor.conf
+  rm -r $pkgdir/etc/init.d
+  install -Dm644 $srcdir/pdns-recursor.service \
+$pkgdir/usr/lib/systemd/system/pdns-recursor.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/pdns-recursor.service
===
--- community-i686/pdns-recursor.service2015-03-17 11:57:21 UTC (rev 
129411)
+++ community-i686/pdns-recursor.service2015-03-17 12:06:24 UTC (rev 
129412)
@@ -1,10 +0,0 @@
-[Unit]
-Description=PowerDNS resolving DNS server
-After=network.target
-
-[Service]
-Type=forking

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

2015-03-17 Thread Bartłomiej Piotrowski
Date: Tuesday, March 17, 2015 @ 13:10:02
  Author: bpiotrowski
Revision: 234046

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-17 12:09:34 UTC (rev 234045)
+++ extra-i686/PKGBUILD 2015-03-17 12:10:02 UTC (rev 234046)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libvdpau
-pkgver=1.0
-pkgrel=1
-pkgdesc=Nvidia VDPAU library
-arch=(i686 x86_64)
-url='http://cgit.freedesktop.org/~aplattner/libvdpau'
-depends=('gcc-libs' 'libxext')
-license=('custom')
-source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
-makedepends=('dri2proto')
-sha256sums=('e0644286c11d616566933f2d0cd6c674699d8c363298001b02067488c470d97b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libvdpau/repos/extra-i686/PKGBUILD (from rev 234045, 
libvdpau/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-17 12:10:02 UTC (rev 234046)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libvdpau
+pkgver=1.1
+pkgrel=1
+pkgdesc=Nvidia VDPAU library
+arch=(i686 x86_64)
+url='http://cgit.freedesktop.org/~aplattner/libvdpau'
+depends=('gcc-libs' 'libxext')
+license=('custom')
+source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
+makedepends=('dri2proto')
+sha256sums=('aea4e783f220bf26ba2139ccd866a0ee5005fa03af5e08c41fbc939118263919')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-17 12:09:34 UTC (rev 234045)
+++ extra-x86_64/PKGBUILD   2015-03-17 12:10:02 UTC (rev 234046)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libvdpau
-pkgver=1.0
-pkgrel=1
-pkgdesc=Nvidia VDPAU library
-arch=(i686 x86_64)
-url='http://cgit.freedesktop.org/~aplattner/libvdpau'
-depends=('gcc-libs' 'libxext')
-license=('custom')
-source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
-makedepends=('dri2proto')
-sha256sums=('e0644286c11d616566933f2d0cd6c674699d8c363298001b02067488c470d97b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libvdpau/repos/extra-x86_64/PKGBUILD (from rev 234045, 
libvdpau/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-17 12:10:02 UTC (rev 234046)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libvdpau
+pkgver=1.1
+pkgrel=1
+pkgdesc=Nvidia VDPAU library
+arch=(i686 x86_64)
+url='http://cgit.freedesktop.org/~aplattner/libvdpau'
+depends=('gcc-libs' 'libxext')
+license=('custom')
+source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
+makedepends=('dri2proto')
+sha256sums=('aea4e783f220bf26ba2139ccd866a0ee5005fa03af5e08c41fbc939118263919')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}


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

2015-03-17 Thread Alexander Rødseth
Date: Tuesday, March 17, 2015 @ 12:45:01
  Author: arodseth
Revision: 129409

upgpkg: powerdns-recursor 3.7.1-1

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 10:13:15 UTC (rev 129408)
+++ PKGBUILD2015-03-17 11:45:01 UTC (rev 129409)
@@ -4,7 +4,7 @@
 # Contributor: Jan Steffens hef...@archlinux.org
 
 pkgname=powerdns-recursor
-pkgver=3.6.2
+pkgver=3.7.1
 pkgrel=1
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
@@ -18,11 +18,14 @@
 backup=('etc/powerdns/recursor.conf')
 source=(http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2;
 'pdns-recursor.service')
-sha256sums=('d9abf5bb5982cee1c3ba6eaa684d2777b7c0d3f038e201dd4e7362b4652750a4'
+sha256sums=('e6b0d255a0d8cd023ebd63c50f453a305c649d04873859b4119745d64b8bd36d'
 'd4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
 
 build() {
-  make -C pdns-recursor-$pkgver -j1 LUA=1 \
+  cd pdns-recursor-$pkgver
+
+  ./configure --prefix=/usr
+  make -j1 LUA=1 \
 LUA_CPPFLAGS_CONFIG=$(pkg-config --cflags lua) \
 LUA_LIBS_CONFIG=$(pkg-config --libs lua)
 }


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

2015-03-17 Thread Bartłomiej Piotrowski
Date: Tuesday, March 17, 2015 @ 13:09:34
  Author: bpiotrowski
Revision: 234045

upgpkg: libvdpau 1.1-1

new upstream release

Modified:
  libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 11:00:12 UTC (rev 234044)
+++ PKGBUILD2015-03-17 12:09:34 UTC (rev 234045)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libvdpau
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc=Nvidia VDPAU library
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=('custom')
 
source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
 makedepends=('dri2proto')
-sha256sums=('e0644286c11d616566933f2d0cd6c674699d8c363298001b02067488c470d97b')
+sha256sums=('aea4e783f220bf26ba2139ccd866a0ee5005fa03af5e08c41fbc939118263919')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-03-17 Thread Timothy Redaelli
Date: Tuesday, March 17, 2015 @ 14:30:17
  Author: tredaelli
Revision: 129416

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

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

--+
 /PKGBUILD|   66 +
 /trojita.install |   24 +
 community-i686/PKGBUILD  |   33 --
 community-i686/trojita.install   |   12 --
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/trojita.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-17 13:30:06 UTC (rev 129415)
+++ community-i686/PKGBUILD 2015-03-17 13:30:17 UTC (rev 129416)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: birdflesh antkoul at gmail dot com
-
-pkgname=trojita
-pkgver=0.5
-pkgrel=1
-pkgdesc=A QT IMAP email client
-arch=('i686' 'x86_64')
-url=http://trojita.flaska.net;
-license=('GPL')
-makedepends=('cmake' 'automoc4')
-depends=('qtwebkit')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('c583bb4d82620cda1c49e5f1b084f550'
- 'SKIP')
-validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname-$pkgver \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: trojita/repos/community-i686/PKGBUILD (from rev 129415, 
trojita/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 13:30:17 UTC (rev 129416)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=trojita
+pkgver=0.5
+pkgrel=2
+pkgdesc=A QT IMAP email client
+arch=('i686' 'x86_64')
+url=http://trojita.flaska.net;
+license=('GPL')
+makedepends=('cmake' 'automoc4')
+depends=('qtwebkit' 'qtkeychain-qt4')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('c583bb4d82620cda1c49e5f1b084f550'
+ 'SKIP')
+validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/trojita.install
===
--- community-i686/trojita.install  2015-03-17 13:30:06 UTC (rev 129415)
+++ community-i686/trojita.install  2015-03-17 13:30:17 UTC (rev 129416)
@@ -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
-}
\ No newline at end of file

Copied: trojita/repos/community-i686/trojita.install (from rev 129415, 
trojita/trunk/trojita.install)
===
--- community-i686/trojita.install  (rev 0)
+++ community-i686/trojita.install  2015-03-17 13:30:17 UTC (rev 129416)
@@ -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
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-17 13:30:06 UTC (rev 129415)
+++ community-x86_64/PKGBUILD   2015-03-17 13:30:17 UTC (rev 129416)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: birdflesh antkoul at gmail dot com
-
-pkgname=trojita
-pkgver=0.5
-pkgrel=1
-pkgdesc=A QT IMAP email client
-arch=('i686' 'x86_64')
-url=http://trojita.flaska.net;
-license=('GPL')
-makedepends=('cmake' 'automoc4')
-depends=('qtwebkit')

[arch-commits] Commit in python2-hidapi/repos (2 files)

2015-03-17 Thread Timothy Redaelli
Date: Tuesday, March 17, 2015 @ 15:11:07
  Author: tredaelli
Revision: 129420

archrelease: copy trunk to community-x86_64

Added:
  python2-hidapi/repos/community-x86_64/
  python2-hidapi/repos/community-x86_64/PKGBUILD
(from rev 129419, python2-hidapi/trunk/PKGBUILD)

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

Copied: python2-hidapi/repos/community-x86_64/PKGBUILD (from rev 129419, 
python2-hidapi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-17 14:11:07 UTC (rev 129420)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=python2-hidapi
+pkgver=0.7.99.5
+_pkgver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc=A Cython interface to the hidapi from signal11/hidapi
+arch=('i686' 'x86_64')
+depends=('libusb' 'python2')
+makedepends=('cython2' 'python2-setuptools')
+url=https://github.com/trezor/cython-hidapi;
+license=('custom')
+source=(https://pypi.python.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
+sha256sums=('9316c34c25a441e0c3f478a5a09a9e360e03d5bf5cf34e7f425419d3d3b6c8ac')
+
+build() {
+  cd ${pkgname#python2-}-$_pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname#python2-}-$_pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  install -dm 755 $pkgdir/usr/share/licenses/$pkgname
+  echo You are free to use cython-hidapi code for any purpose.  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-03-17 Thread Timothy Redaelli
Date: Tuesday, March 17, 2015 @ 14:31:45
  Author: tredaelli
Revision: 129417

upgpkg: ecryptfs-utils 106-1

FS#44157

Modified:
  ecryptfs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 13:30:17 UTC (rev 129416)
+++ PKGBUILD2015-03-17 13:31:45 UTC (rev 129417)
@@ -4,7 +4,7 @@
 # Contributor: Michal Krenek mi...@sg1.cz
 
 pkgname=ecryptfs-utils
-pkgver=104
+pkgver=106
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=Enterprise-class stacked cryptographic filesystem for Linux
@@ -15,7 +15,7 @@
 optdepends=('python2: for python module')
 
source=(http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz;
 
${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc;)
-md5sums=('6ae93822bcf0d15470516c30a3deee32'
+md5sums=('bff8052636f6be642f15c6be45a14ea3'
  'SKIP')
 validpgpkeys=('E2D9E1C5F9F5D59291F4607D95E64373F1529469')
 


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

2015-03-17 Thread Timothy Redaelli
Date: Tuesday, March 17, 2015 @ 14:30:06
  Author: tredaelli
Revision: 129415

upgpkg: trojita 0.5-2

FS#44215

Modified:
  trojita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 12:34:41 UTC (rev 129414)
+++ PKGBUILD2015-03-17 13:30:06 UTC (rev 129415)
@@ -4,13 +4,13 @@
 
 pkgname=trojita
 pkgver=0.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A QT IMAP email client
 arch=('i686' 'x86_64')
 url=http://trojita.flaska.net;
 license=('GPL')
 makedepends=('cmake' 'automoc4')
-depends=('qtwebkit')
+depends=('qtwebkit' 'qtkeychain-qt4')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
 md5sums=('c583bb4d82620cda1c49e5f1b084f550'


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

2015-03-17 Thread Timothy Redaelli
Date: Tuesday, March 17, 2015 @ 14:31:57
  Author: tredaelli
Revision: 129418

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

Added:
  ecryptfs-utils/repos/community-i686/PKGBUILD
(from rev 129417, ecryptfs-utils/trunk/PKGBUILD)
  ecryptfs-utils/repos/community-x86_64/PKGBUILD
(from rev 129417, ecryptfs-utils/trunk/PKGBUILD)
Deleted:
  ecryptfs-utils/repos/community-i686/PKGBUILD
  ecryptfs-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-17 13:31:45 UTC (rev 129417)
+++ community-i686/PKGBUILD 2015-03-17 13:31:57 UTC (rev 129418)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Michal Krenek mi...@sg1.cz
-
-pkgname=ecryptfs-utils
-pkgver=104
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=Enterprise-class stacked cryptographic filesystem for Linux
-url=https://launchpad.net/ecryptfs;
-license=('GPL')
-makedepends=('swig' 'intltool' 'gettext' 'python2')
-depends=('nss' 'pam')
-optdepends=('python2: for python module')
-source=(http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz;
-
${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc;)
-md5sums=('6ae93822bcf0d15470516c30a3deee32'
- 'SKIP')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir/ rootsbindir='/usr/bin' install
-  chmod +s $pkgdir/usr/bin/mount.ecryptfs_private
-}

Copied: ecryptfs-utils/repos/community-i686/PKGBUILD (from rev 129417, 
ecryptfs-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 13:31:57 UTC (rev 129418)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Michal Krenek mi...@sg1.cz
+
+pkgname=ecryptfs-utils
+pkgver=106
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Enterprise-class stacked cryptographic filesystem for Linux
+url=https://launchpad.net/ecryptfs;
+license=('GPL')
+makedepends=('swig' 'intltool' 'gettext' 'python2')
+depends=('nss' 'pam')
+optdepends=('python2: for python module')
+source=(http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz;
+
${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc;)
+md5sums=('bff8052636f6be642f15c6be45a14ea3'
+ 'SKIP')
+validpgpkeys=('E2D9E1C5F9F5D59291F4607D95E64373F1529469')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir/ rootsbindir='/usr/bin' install
+  chmod +s $pkgdir/usr/bin/mount.ecryptfs_private
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-17 13:31:45 UTC (rev 129417)
+++ community-x86_64/PKGBUILD   2015-03-17 13:31:57 UTC (rev 129418)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Michal Krenek mi...@sg1.cz
-
-pkgname=ecryptfs-utils
-pkgver=104
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=Enterprise-class stacked cryptographic filesystem for Linux
-url=https://launchpad.net/ecryptfs;
-license=('GPL')
-makedepends=('swig' 'intltool' 'gettext' 'python2')
-depends=('nss' 'pam')
-optdepends=('python2: for python module')
-source=(http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz;
-
${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc;)
-md5sums=('6ae93822bcf0d15470516c30a3deee32'
- 'SKIP')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir/ rootsbindir='/usr/bin' install
-  chmod +s $pkgdir/usr/bin/mount.ecryptfs_private
-}

Copied: ecryptfs-utils/repos/community-x86_64/PKGBUILD (from rev 129417, 
ecryptfs-utils/trunk/PKGBUILD)

[arch-commits] Commit in (4 files)

2015-03-17 Thread Timothy Redaelli
Date: Tuesday, March 17, 2015 @ 15:09:33
  Author: tredaelli
Revision: 129419

New package: python2-hidapi

Added:
  python2-hidapi/
  python2-hidapi/repos/
  python2-hidapi/trunk/
  python2-hidapi/trunk/PKGBUILD

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

Added: python2-hidapi/trunk/PKGBUILD
===
--- python2-hidapi/trunk/PKGBUILD   (rev 0)
+++ python2-hidapi/trunk/PKGBUILD   2015-03-17 14:09:33 UTC (rev 129419)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=python2-hidapi
+pkgver=0.7.99.5
+_pkgver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc=A Cython interface to the hidapi from signal11/hidapi
+arch=('i686' 'x86_64')
+depends=('libusb' 'python2')
+makedepends=('cython2' 'python2-setuptools')
+url=https://github.com/trezor/cython-hidapi;
+license=('custom')
+source=(https://pypi.python.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
+sha256sums=('9316c34c25a441e0c3f478a5a09a9e360e03d5bf5cf34e7f425419d3d3b6c8ac')
+
+build() {
+  cd ${pkgname#python2-}-$_pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname#python2-}-$_pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  install -dm 755 $pkgdir/usr/share/licenses/$pkgname
+  echo You are free to use cython-hidapi code for any purpose.  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2015-03-17 Thread Timothy Redaelli
Date: Tuesday, March 17, 2015 @ 15:13:08
  Author: tredaelli
Revision: 129422

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

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

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

Copied: python2-hidapi/repos/community-i686/PKGBUILD (from rev 129421, 
python2-hidapi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 14:13:08 UTC (rev 129422)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=python2-hidapi
+pkgver=0.7.99.5
+_pkgver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc=A Cython interface to the hidapi from signal11/hidapi
+arch=('i686' 'x86_64')
+depends=('libusb' 'python2')
+makedepends=('cython2' 'python2-setuptools')
+url=https://github.com/trezor/cython-hidapi;
+license=('custom')
+source=(https://pypi.python.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
+sha256sums=('9316c34c25a441e0c3f478a5a09a9e360e03d5bf5cf34e7f425419d3d3b6c8ac')
+
+build() {
+  cd ${pkgname#python2-}-$_pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname#python2-}-$_pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  install -dm 755 $pkgdir/usr/share/licenses/$pkgname
+  echo You are free to use cython-hidapi code for any purpose.  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-17 14:12:40 UTC (rev 129421)
+++ community-x86_64/PKGBUILD   2015-03-17 14:13:08 UTC (rev 129422)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Andy Weidenbaum archb...@gmail.com
-
-pkgname=python2-hidapi
-pkgver=0.7.99.5
-_pkgver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc=A Cython interface to the hidapi from signal11/hidapi
-arch=('i686' 'x86_64')
-depends=('libusb' 'python2')
-makedepends=('cython2' 'python2-setuptools')
-url=https://github.com/trezor/cython-hidapi;
-license=('custom')
-source=(https://pypi.python.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
-sha256sums=('9316c34c25a441e0c3f478a5a09a9e360e03d5bf5cf34e7f425419d3d3b6c8ac')
-
-build() {
-  cd ${pkgname#python2-}-$_pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname#python2-}-$_pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  install -dm 755 $pkgdir/usr/share/licenses/$pkgname
-  echo You are free to use cython-hidapi code for any purpose.  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-hidapi/repos/community-x86_64/PKGBUILD (from rev 129421, 
python2-hidapi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-17 14:13:08 UTC (rev 129422)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=python2-hidapi
+pkgver=0.7.99.5
+_pkgver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc=A Cython interface to the hidapi from signal11/hidapi
+arch=('i686' 'x86_64')
+depends=('libusb' 'python2')
+makedepends=('cython2' 'python2-setuptools')
+url=https://github.com/trezor/cython-hidapi;
+license=('custom')
+source=(https://pypi.python.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
+sha256sums=('9316c34c25a441e0c3f478a5a09a9e360e03d5bf5cf34e7f425419d3d3b6c8ac')
+
+build() {
+  cd ${pkgname#python2-}-$_pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname#python2-}-$_pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  install -dm 755 $pkgdir/usr/share/licenses/$pkgname
+  echo You are free to use cython-hidapi code for any purpose.  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-03-17 Thread Timothy Redaelli
Date: Tuesday, March 17, 2015 @ 15:27:48
  Author: tredaelli
Revision: 129424

archrelease: copy trunk to community-any

Added:
  python2-btchip/repos/community-any/
  python2-btchip/repos/community-any/PKGBUILD
(from rev 129423, python2-btchip/trunk/PKGBUILD)

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

Copied: python2-btchip/repos/community-any/PKGBUILD (from rev 129423, 
python2-btchip/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-03-17 14:27:48 UTC (rev 129424)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=python2-btchip
+pkgver=0.1.14
+pkgrel=1
+pkgdesc=Python library to communicate with BTChip dongle
+arch=('any')
+depends=('python2-hidapi')
+makedepends=('python2-setuptools')
+url=https://github.com/LedgerHQ/btchip-python;
+license=('Apache')
+source=(https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz)
+sha256sums=('6adfa69f18bc3ecff07a877dd46eff62dc747bd8cac491d882ba1bcb16bd16d5')
+
+build() {
+  cd btchip-python-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd btchip-python-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+}


[arch-commits] Commit in (4 files)

2015-03-17 Thread Timothy Redaelli
Date: Tuesday, March 17, 2015 @ 15:27:34
  Author: tredaelli
Revision: 129423

New package: python2-btchip

Added:
  python2-btchip/
  python2-btchip/repos/
  python2-btchip/trunk/
  python2-btchip/trunk/PKGBUILD

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

Added: python2-btchip/trunk/PKGBUILD
===
--- python2-btchip/trunk/PKGBUILD   (rev 0)
+++ python2-btchip/trunk/PKGBUILD   2015-03-17 14:27:34 UTC (rev 129423)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=python2-btchip
+pkgver=0.1.14
+pkgrel=1
+pkgdesc=Python library to communicate with BTChip dongle
+arch=('any')
+depends=('python2-hidapi')
+makedepends=('python2-setuptools')
+url=https://github.com/LedgerHQ/btchip-python;
+license=('Apache')
+source=(https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz)
+sha256sums=('6adfa69f18bc3ecff07a877dd46eff62dc747bd8cac491d882ba1bcb16bd16d5')
+
+build() {
+  cd btchip-python-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd btchip-python-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+}


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


[arch-commits] Commit in python2-hidapi/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-03-17 Thread Timothy Redaelli
Date: Tuesday, March 17, 2015 @ 15:12:40
  Author: tredaelli
Revision: 129421

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

Added:
  python2-hidapi/repos/community-x86_64/PKGBUILD
(from rev 129420, python2-hidapi/trunk/PKGBUILD)
Deleted:
  python2-hidapi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-17 14:11:07 UTC (rev 129420)
+++ PKGBUILD2015-03-17 14:12:40 UTC (rev 129421)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Andy Weidenbaum archb...@gmail.com
-
-pkgname=python2-hidapi
-pkgver=0.7.99.5
-_pkgver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc=A Cython interface to the hidapi from signal11/hidapi
-arch=('i686' 'x86_64')
-depends=('libusb' 'python2')
-makedepends=('cython2' 'python2-setuptools')
-url=https://github.com/trezor/cython-hidapi;
-license=('custom')
-source=(https://pypi.python.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
-sha256sums=('9316c34c25a441e0c3f478a5a09a9e360e03d5bf5cf34e7f425419d3d3b6c8ac')
-
-build() {
-  cd ${pkgname#python2-}-$_pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname#python2-}-$_pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  install -dm 755 $pkgdir/usr/share/licenses/$pkgname
-  echo You are free to use cython-hidapi code for any purpose.  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-hidapi/repos/community-x86_64/PKGBUILD (from rev 129420, 
python2-hidapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-17 14:12:40 UTC (rev 129421)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=python2-hidapi
+pkgver=0.7.99.5
+_pkgver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc=A Cython interface to the hidapi from signal11/hidapi
+arch=('i686' 'x86_64')
+depends=('libusb' 'python2')
+makedepends=('cython2' 'python2-setuptools')
+url=https://github.com/trezor/cython-hidapi;
+license=('custom')
+source=(https://pypi.python.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
+sha256sums=('9316c34c25a441e0c3f478a5a09a9e360e03d5bf5cf34e7f425419d3d3b6c8ac')
+
+build() {
+  cd ${pkgname#python2-}-$_pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname#python2-}-$_pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  install -dm 755 $pkgdir/usr/share/licenses/$pkgname
+  echo You are free to use cython-hidapi code for any purpose.  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-03-17 Thread Sébastien Luttringer
Date: Tuesday, March 17, 2015 @ 15:47:41
  Author: seblu
Revision: 234047

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

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

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-03-17 12:10:02 UTC (rev 234046)
+++ core-i686/PKGBUILD  2015-03-17 14:47:41 UTC (rev 234047)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=patch
-pkgver=2.7.4
-pkgrel=1
-pkgdesc='A utility to apply patch files to original sources'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/patch/patch.html'
-license=('GPL')
-groups=('base-devel')
-depends=('glibc' 'attr')
-makedepends=('ed')
-optdepends=('ed: for patch -e functionality')
-validpgpkeys=('7768CE4B75E5236F1A374CEEC4C927CD5D1B36D7') # Andreas Gruenbacher
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('abc59498fc44e0d07764aa105fd2'
- 'SKIP')
-
-#prepare() {
-#  # Fix segfault on non-numeric strip-count
-#  # (also segfaults on nonexistent directory passed to -d)
-#  # http://savannah.gnu.org/bugs/?37500
-#  patch -Np1 -d $pkgname-$pkgver  
patch-2.7.1-initialize-data-structures-early-enough.patch
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: patch/repos/core-i686/PKGBUILD (from rev 234046, 
patch/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-03-17 14:47:41 UTC (rev 234047)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=patch
+pkgver=2.7.5
+pkgrel=1
+pkgdesc='A utility to apply patch files to original sources'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/patch/patch.html'
+license=('GPL')
+groups=('base-devel')
+depends=('glibc' 'attr')
+makedepends=('ed')
+optdepends=('ed: for patch -e functionality')
+validpgpkeys=('7768CE4B75E5236F1A374CEEC4C927CD5D1B36D7') # Andreas Gruenbacher
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('e3da7940431633fb65a01b91d3b7a27a'
+ 'SKIP')
+
+#prepare() {
+#  # Fix segfault on non-numeric strip-count
+#  # (also segfaults on nonexistent directory passed to -d)
+#  # http://savannah.gnu.org/bugs/?37500
+#  patch -Np1 -d $pkgname-$pkgver  
patch-2.7.1-initialize-data-structures-early-enough.patch
+#}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-03-17 12:10:02 UTC (rev 234046)
+++ core-x86_64/PKGBUILD2015-03-17 14:47:41 UTC (rev 234047)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=patch
-pkgver=2.7.4
-pkgrel=1
-pkgdesc='A utility to apply patch files to original sources'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/patch/patch.html'
-license=('GPL')
-groups=('base-devel')
-depends=('glibc' 'attr')
-makedepends=('ed')
-optdepends=('ed: for patch -e functionality')
-validpgpkeys=('7768CE4B75E5236F1A374CEEC4C927CD5D1B36D7') # Andreas Gruenbacher
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('abc59498fc44e0d07764aa105fd2'
- 'SKIP')
-
-#prepare() {
-#  # Fix segfault on non-numeric strip-count
-#  # (also segfaults on nonexistent directory passed to -d)
-#  # http://savannah.gnu.org/bugs/?37500
-#  patch -Np1 -d $pkgname-$pkgver  
patch-2.7.1-initialize-data-structures-early-enough.patch
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make 

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

2015-03-17 Thread Sébastien Luttringer
Date: Tuesday, March 17, 2015 @ 15:57:06
  Author: seblu
Revision: 129426

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

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

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

Copied: weston/repos/community-staging-i686/PKGBUILD (from rev 129425, 
weston/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-17 14:57:06 UTC (rev 129426)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('931a7a99a0b8ca03c28cd277525c5176dd7e02ce')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: weston/repos/community-staging-x86_64/PKGBUILD (from rev 129425, 
weston/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-17 14:57:06 UTC (rev 129426)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('931a7a99a0b8ca03c28cd277525c5176dd7e02ce')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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

2015-03-17 Thread Sébastien Luttringer
Date: Tuesday, March 17, 2015 @ 15:47:43
  Author: seblu
Revision: 234048

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

Added:
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 234046, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 234046, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 234046, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 234046, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 234046, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 234046, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 234046, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 234046, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  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/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/

+
 /PKGBUILD  |   98 +++
 /btrfs-progs.install   |   18 ++
 /initcpio-hook-btrfs   |   14 +
 /initcpio-install-btrfs|   34 
 core-i686/PKGBUILD |   50 -
 core-i686/btrfs-progs.install  |9 ---
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 --
 core-x86_64/PKGBUILD   |   50 -
 core-x86_64/btrfs-progs.install|9 ---
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 --
 12 files changed, 164 insertions(+), 166 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-03-17 14:47:41 UTC (rev 234047)
+++ core-i686/PKGBUILD  2015-03-17 14:47:43 UTC (rev 234048)
@@ -1,50 +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.18.2
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=(git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad')
-
-build() {
-  cd $pkgname
-  make CFLAGS=$CFLAGS
-  make CFLAGS=$CFLAGS btrfs-select-super
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-
-  make prefix=$pkgdir/usr install
-  install -Dm755 btrfs-select-super $pkgdir/usr/bin
-
-  # install mkinitcpio hooks
-  cd $srcdir
-  install -Dm644 initcpio-install-btrfs 
$pkgdir/usr/lib/initcpio/install/btrfs
-  install -Dm644 initcpio-hook-btrfs $pkgdir/usr/lib/initcpio/hooks/btrfs
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/core-i686/PKGBUILD (from rev 234046, 
btrfs-progs/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-03-17 14:47:43 UTC (rev 234048)
@@ -0,0 +1,49 @@
+# $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.19
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs')
+install=btrfs-progs.install
+options=(!staticlibs)

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

2015-03-17 Thread Sébastien Luttringer
Date: Tuesday, March 17, 2015 @ 15:56:46
  Author: seblu
Revision: 129425

upgpkg: weston 1.7.0-2

Modified:
  weston/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 14:27:48 UTC (rev 129424)
+++ PKGBUILD2015-03-17 14:56:46 UTC (rev 129425)
@@ -4,7 +4,7 @@
 
 pkgname=weston
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference implementation of a Wayland compositor'
 arch=('i686' 'x86_64')
 url='http://wayland.freedesktop.org'