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

2015-02-27 Thread Anatol Pomozov
Date: Saturday, February 28, 2015 @ 07:47:27
  Author: anatolik
Revision: 232096

Remove uneeded bash quotes

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 17:34:41 UTC (rev 232095)
+++ PKGBUILD2015-02-28 06:47:27 UTC (rev 232096)
@@ -3,17 +3,17 @@
 # Contributor: John Proctor jproc...@prium.net
 # Contributor: Jeramy Rutley jrut...@gmail.com
 
-pkgname=('ruby' 'ruby-docs')
+pkgname=(ruby ruby-docs)
 pkgver=2.2.0
 pkgrel=1
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='http://www.ruby-lang.org/en/'
-license=('BSD' 'custom')
-makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml' 
'ttf-dejavu' 'tk')
-options=('!emptydirs' 'staticlibs')
-source=(http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz;
-'gemrc')
-sha1sums=('e54ae7ca6dc2da7d1edf0cc4f147beacfcbc7464'
+license=(BSD custom)
+makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz
+gemrc)
+sha1sums=('31bbdb17237863bd26b3aa32c613fe42c95ccd60'
   'de4b760b7e2cd9af88ca67536ce37b950f1ee514')
 
 build() {
@@ -40,15 +40,15 @@
 
 package_ruby() {
   pkgdesc='An object-oriented language for quick and easy programming'
-  depends=('gdbm' 'openssl' 'libffi' 'libyaml' 'gmp' 'zlib')
+  depends=(gdbm openssl libffi libyaml gmp zlib)
   optdepends=(
   'ruby-docs: Ruby documentation'
   'tk: for Ruby/TK'
   )
-  provides=('rubygems' 'rake')
-  conflicts=('rake')
-  backup=('etc/gemrc')
-  install='ruby.install'
+  provides=(rubygems rake)
+  conflicts=(rake)
+  backup=(etc/gemrc)
+  install=ruby.install
 
   cd ruby-${pkgver}
 


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

2015-02-27 Thread Anatol Pomozov
Date: Saturday, February 28, 2015 @ 07:39:47
  Author: anatolik
Revision: 128402

upgpkg: fio 2.2.6-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 21:27:55 UTC (rev 128401)
+++ PKGBUILD2015-02-28 06:39:47 UTC (rev 128402)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.2.5
+pkgver=2.2.6
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('c2e57448907e8b809cfda6a38b9bd6139638d3117142eb2593c419ded77d21dc')
+sha256sums=('5d9a12c9fe2de95d15053ed56de8b06cc4cec5bfa38758a796d3a2eb9ce688db')
 
 prepare() {
   cd fio-$pkgver
@@ -38,7 +38,7 @@
   # documentation
   install -dm755 $pkgdir/usr/share/doc/$pkgname
   install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
$pkgdir/usr/share/doc/$pkgname
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 
   # examples
   install -dm755 $pkgdir/usr/share/doc/$pkgname/examples


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

2015-02-27 Thread Anatol Pomozov
Date: Saturday, February 28, 2015 @ 07:41:41
  Author: anatolik
Revision: 128403

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

Added:
  fio/repos/community-i686/PKGBUILD
(from rev 128402, fio/trunk/PKGBUILD)
  fio/repos/community-x86_64/PKGBUILD
(from rev 128402, fio/trunk/PKGBUILD)
Deleted:
  fio/repos/community-i686/PKGBUILD
  fio/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-02-28 06:39:47 UTC (rev 128402)
+++ community-i686/PKGBUILD 2015-02-28 06:41:41 UTC (rev 128403)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
-# Contributor: Mariusz Libera mariusz.lib...@gmail.com
-# Contributor: John Williams jwilliams4200 liamg reverseremove moc
-
-pkgname=fio
-pkgver=2.2.5
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-depends=(bash libaio python2 numactl)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('c2e57448907e8b809cfda6a38b9bd6139638d3117142eb2593c419ded77d21dc')
-
-prepare() {
-  cd fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
-}
-
-# TODO: enable rdma, need to move the libraries from AUR
-build() {
-  cd fio-$pkgver
-  ./configure --enable-gfio --extra-cflags=$CFLAGS
-}
-
-package() {
-  cd fio-$pkgver
-  make DESTDIR=$pkgdir prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 $pkgdir/usr/share/doc/$pkgname
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
$pkgdir/usr/share/doc/$pkgname
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # examples
-  install -dm755 $pkgdir/usr/share/doc/$pkgname/examples
-  install -m644 examples/* $pkgdir/usr/share/doc/$pkgname/examples
-}

Copied: fio/repos/community-i686/PKGBUILD (from rev 128402, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-28 06:41:41 UTC (rev 128403)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Mariusz Libera mariusz.lib...@gmail.com
+# Contributor: John Williams jwilliams4200 liamg reverseremove moc
+
+pkgname=fio
+pkgver=2.2.6
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+depends=(bash libaio python2 numactl)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
+sha256sums=('5d9a12c9fe2de95d15053ed56de8b06cc4cec5bfa38758a796d3a2eb9ce688db')
+
+prepare() {
+  cd fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+}
+
+# TODO: enable rdma, need to move the libraries from AUR
+build() {
+  cd fio-$pkgver
+  ./configure --enable-gfio --extra-cflags=$CFLAGS
+}
+
+package() {
+  cd fio-$pkgver
+  make DESTDIR=$pkgdir prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 $pkgdir/usr/share/doc/$pkgname
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
$pkgdir/usr/share/doc/$pkgname
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+  # examples
+  install -dm755 $pkgdir/usr/share/doc/$pkgname/examples
+  install -m644 examples/* $pkgdir/usr/share/doc/$pkgname/examples
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-28 06:39:47 UTC (rev 128402)
+++ community-x86_64/PKGBUILD   2015-02-28 06:41:41 UTC (rev 128403)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
-# Contributor: Mariusz Libera mariusz.lib...@gmail.com
-# Contributor: John Williams jwilliams4200 liamg reverseremove moc
-
-pkgname=fio
-pkgver=2.2.5
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-depends=(bash libaio python2 numactl)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)

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

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 13:28:31
  Author: heftig
Revision: 232065

0.6.0

Modified:
  fprintd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 12:27:11 UTC (rev 232064)
+++ PKGBUILD2015-02-27 12:28:31 UTC (rev 232065)
@@ -3,7 +3,7 @@
 # Contributor: Nikolay Rysev mad.f...@gmail.com
 
 pkgname=fprintd
-pkgver=0.5.1
+pkgver=0.6.0
 pkgrel=1
 pkgdesc=D-Bus service to access fingerprint readers
 arch=(i686 x86_64)
@@ -13,14 +13,11 @@
 makedepends=(intltool gtk-doc)
 groups=(fprint)
 _snap=V_${pkgver//./_}
-source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz
-pod.patch)
-md5sums=('e9b40ab0298a50d28b6af728e2a40a1b'
- '67736669f52d146b67607f35f7b9e36b')
+source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz)
+md5sums=('ca61f22513a25020bea7bb96d4322c9d')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../pod.patch
 }
 
 build() {


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

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 13:49:05
  Author: heftig
Revision: 232070

don't remove user

Modified:
  rtkit/trunk/PKGBUILD
  rtkit/trunk/rtkit.install

---+
 PKGBUILD  |2 +-
 rtkit.install |   25 +++--
 2 files changed, 8 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 12:41:35 UTC (rev 232069)
+++ PKGBUILD2015-02-27 12:49:05 UTC (rev 232070)
@@ -4,7 +4,7 @@
 
 pkgname=rtkit
 pkgver=0.11
-pkgrel=4
+pkgrel=5
 pkgdesc=Realtime Policy and Watchdog Daemon
 arch=(i686 x86_64)
 url=http://git.0pointer.de/?p=rtkit.git;

Modified: rtkit.install
===
--- rtkit.install   2015-02-27 12:41:35 UTC (rev 232069)
+++ rtkit.install   2015-02-27 12:49:05 UTC (rev 232070)
@@ -1,26 +1,15 @@
 post_install() {
-  getent group rtkit /dev/null || /usr/sbin/groupadd -g 133 rtkit || return 1
-  getent passwd rtkit /dev/null || /usr/sbin/useradd -u 133 -g rtkit -c 
'RealtimeKit' -s /sbin/nologin -d /proc rtkit || return 1
+  if ! getent passwd rtkit /dev/null; then
+groupadd -g 133 rtkit
+useradd -u 133 -g rtkit -c 'RealtimeKit' -s /bin/false -d /proc rtkit
+  fi
 
-  dbus-send --system --type=method_call --dest=org.freedesktop.DBus / 
org.freedesktop.DBus.ReloadConfig /dev/null 21
-
-  true
+  post_upgrade
 }
 
 post_upgrade() {
-  if (( $(vercmp $2 0.10)  0 )); then
-# Get rid of old user and group
-post_remove
-  fi
-
-  post_install
+  dbus-send --system --type=method_call --dest=org.freedesktop.DBus / 
org.freedesktop.DBus.ReloadConfig /dev/null
+  return 0
 }
 
-post_remove() {
-  getent passwd rtkit /dev/null  /usr/sbin/userdel -f rtkit
-  getent group rtkit /dev/null  /usr/sbin/groupdel rtkit
-
-  true
-}
-
 # vim:set ts=2 sw=2 et:


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

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 13:48:31
  Author: heftig
Revision: 128352

don't remove group

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 11:18:31 UTC (rev 128351)
+++ PKGBUILD2015-02-27 12:48:31 UTC (rev 128352)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-3.19-ARCH
-pkgrel=6
+pkgrel=7
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;

Modified: vhba-module.install
===
--- vhba-module.install 2015-02-27 11:18:31 UTC (rev 128351)
+++ vhba-module.install 2015-02-27 12:48:31 UTC (rev 128352)
@@ -6,17 +6,16 @@
 }
 
 post_install() {
-  post_upgrade
+  getent group cdemu /dev/null || groupadd -r cdemu
+  _updatemod
 }
 
 post_upgrade() {
-  getent group cdemu /dev/null || groupadd -r cdemu
   _updatemod
 }
 
 post_remove() {
   _updatemod
-  groupdel cdemu
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 14:49:53
  Author: andyrtr
Revision: 232076

upgpkg: linux-lts 3.14.34-1

upstream update 3.14.34

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 13:39:01 UTC (rev 232075)
+++ PKGBUILD2015-02-27 13:49:53 UTC (rev 232076)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.33
+pkgver=3.14.34
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -26,7 +26,7 @@
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
 'SKIP'
-'442afcc7e4ba4e58d21c12b5136be671c0bf7ae24347b5c5374644022ac37d14'
+'efa49c5fcce135b5bf098f628f9b83c2a03ce62c95dfbea047977aa7a9ebd0ca'
 'SKIP'
 '999486d20e07e489bb42356b529b739c65ad65de9191282f0ddbbc0eb9b1718e'
 '140098de1ba714c5916ea76578b8bf549ce801c4aa0c786b7c90289b85ecdb77'


[arch-commits] Commit in nvidia-340xx-lts/trunk (PKGBUILD)

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 16:00:11
  Author: andyrtr
Revision: 232081

upgpkg: nvidia-340xx-lts 340.76-3

linux-lts kernel update 3.14.34 rebuild

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 14:58:16 UTC (rev 232080)
+++ PKGBUILD2015-02-27 15:00:11 UTC (rev 232081)
@@ -4,12 +4,12 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.76
 _extramodules=extramodules-3.14-lts
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux-lts=3.14.25' nvidia-340xx-utils=$pkgver 
'nvidia-340xx-libgl')
-makedepends=('linux-lts-headers=3.14.25')
+depends=('linux-lts=3.14.34' nvidia-340xx-utils=$pkgver 
'nvidia-340xx-libgl')
+makedepends=('linux-lts-headers=3.14.34')
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')


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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 17:47:00
  Author: spupykin
Revision: 128391

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

Added:
  remmina/repos/community-i686/PKGBUILD
(from rev 128390, remmina/trunk/PKGBUILD)
  remmina/repos/community-i686/remmina.install
(from rev 128390, remmina/trunk/remmina.install)
  remmina/repos/community-x86_64/PKGBUILD
(from rev 128390, remmina/trunk/PKGBUILD)
  remmina/repos/community-x86_64/remmina.install
(from rev 128390, remmina/trunk/remmina.install)
Deleted:
  remmina/repos/community-i686/PKGBUILD
  remmina/repos/community-i686/freerdp-1.2.patch
  remmina/repos/community-i686/remmina.install
  remmina/repos/community-x86_64/PKGBUILD
  remmina/repos/community-x86_64/freerdp-1.2.patch
  remmina/repos/community-x86_64/remmina.install

+
 /PKGBUILD  |   82 +++
 /remmina.install   |   22 +
 community-i686/PKGBUILD|   52 --
 community-i686/freerdp-1.2.patch   |   53 --
 community-i686/remmina.install |   11 
 community-x86_64/PKGBUILD  |   52 --
 community-x86_64/freerdp-1.2.patch |   53 --
 community-x86_64/remmina.install   |   11 
 8 files changed, 104 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-27 16:46:32 UTC (rev 128390)
+++ community-i686/PKGBUILD 2015-02-27 16:47:00 UTC (rev 128391)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=remmina
-pkgver=1.1.2
-pkgrel=1
-pkgdesc=remote desktop client written in GTK+
-arch=(i686 x86_64)
-url=http://freerdp.github.io/Remmina/;
-license=('GPL')
-depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3' 
'libgcrypt' 'libxdmcp')
-makedepends=('intltool' 'pkgconfig' 'cmake' 'libgnome-keyring'
- 'avahi' 'libxkbfile' 'freerdp' 'telepathy-glib'
- 'libvncserver')
-optdepends=('libxkbfile'
-'freerdp'
-'telepathy-glib'
-'gnome-keyring'
-'nxproxy'
-'xorg-server-xephyr: XDMCP support'
-'libvncserver: VNC client/server support')
-replaces=('remmina-plugins')
-provides=('remmina-plugins')
-install=remmina.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/Remmina/archive/v$pkgver.tar.gz;
-   freerdp-1.2.patch)
-md5sums=('825b4dbee7053a059ac314ca11714219'
- '509ded89b6a2858b3091698d380da831')
-
-prepare() {
-  cd ${srcdir}/Remmina-$pkgver/
-  for i in ${source[@]}; do
-if [[ $i == *.patch ]]; then
-  patch -F100 -p1 -i ${srcdir}/${i}
-fi
-  done
-}
-
-build() {
-  cd ${srcdir}/Remmina-$pkgver/
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_APPINDICATOR=OFF .
-  make
-}
-
-package() {
-  cd ${srcdir}/Remmina-$pkgver/
-  make DESTDIR=${pkgdir} install
-  rm -rf $pkgdir/build
-}

Copied: remmina/repos/community-i686/PKGBUILD (from rev 128390, 
remmina/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-27 16:47:00 UTC (rev 128391)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=remmina
+pkgver=1.2.0rcgit.2
+pkgrel=1
+pkgdesc=remote desktop client written in GTK+
+arch=(i686 x86_64)
+url=http://freerdp.github.io/Remmina/;
+license=('GPL')
+depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3' 
'libgcrypt' 'libxdmcp')
+makedepends=('intltool' 'pkgconfig' 'cmake' 'libgnome-keyring'
+ 'avahi' 'libxkbfile' 'freerdp' 'telepathy-glib'
+ 'libvncserver')
+optdepends=('libxkbfile'
+'freerdp'
+'telepathy-glib'
+'gnome-keyring'
+'nxproxy'
+'xorg-server-xephyr: XDMCP support'
+'libvncserver: VNC client/server support')
+replaces=('remmina-plugins')
+provides=('remmina-plugins')
+install=remmina.install
+source=($pkgname-${pkgver/rc/-rc}.tar.gz::https://github.com/FreeRDP/Remmina/archive/v${pkgver/rc/-rc}.tar.gz;)
+md5sums=('049fc8d428e84bcbe7cac653e4447cd7')
+
+build() {
+  cd ${srcdir}/Remmina-${pkgver/rc/-rc}/
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_APPINDICATOR=OFF .
+  make
+}
+
+package() {
+  cd ${srcdir}/Remmina-${pkgver/rc/-rc}/
+  make DESTDIR=${pkgdir} install
+  rm -rf $pkgdir/build
+}

Deleted: community-i686/freerdp-1.2.patch
===
--- community-i686/freerdp-1.2.patch2015-02-27 16:46:32 UTC (rev 128390)
+++ community-i686/freerdp-1.2.patch2015-02-27 16:47:00 UTC (rev 128391)
@@ -1,53 +0,0 @@
-diff -wbBur 

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

2015-02-27 Thread Giovanni Scafora
Date: Friday, February 27, 2015 @ 18:11:32
  Author: giovanni
Revision: 232092

upgpkg: smb4k 1.2.0-1

upstream release

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 16:10:15 UTC (rev 232091)
+++ PKGBUILD2015-02-27 17:11:32 UTC (rev 232092)
@@ -3,7 +3,7 @@
 # Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
 
 pkgname=smb4k
-pkgver=1.1.4
+pkgver=1.2.0
 pkgrel=1
 pkgdesc=A KDE program that browses samba shares
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=smb4k.install
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('1f3f043ba95a4efecd005e862c32c719')
+md5sums=('c6272a6e539d000ba7deaffe47daebae')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-02-27 Thread Felix Yan
Date: Friday, February 27, 2015 @ 17:22:33
  Author: fyan
Revision: 128388

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

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

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

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

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 128386, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-27 16:22:33 UTC (rev 128388)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.12.0
+_npmver=2.6.1
+pkgrel=3
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib') # 'libuv' 'v8' 'c-ares')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('9700e23af4e9b3643af48cef5f2ad20a1331ff531a12154eef2bfb0bb1682e32'
+'SKIP')
+
+prepare() {

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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 17:45:56
  Author: spupykin
Revision: 128389

upgpkg: freerdp 1.2.0_beta1+20150227-4

upd

Modified:
  freerdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 16:22:33 UTC (rev 128388)
+++ PKGBUILD2015-02-27 16:45:56 UTC (rev 128389)
@@ -15,7 +15,7 @@
 'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
 'libxrender' 'libxfixes' 'gst-plugins-base-libs')
 makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
-'xmlto' 'docbook-xsl')
+'xmlto' 'docbook-xsl' 'git')
 conflicts=('freerdp-git')
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
 
source=(FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=ff6dbb049ce066f6fca5708f81fd33f97086bc0e)


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

2015-02-27 Thread Giovanni Scafora
Date: Friday, February 27, 2015 @ 18:11:40
  Author: giovanni
Revision: 232093

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

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

+
 /PKGBUILD  |   60 +++
 /smb4k.install |   22 +++
 extra-i686/PKGBUILD|   30 -
 extra-i686/smb4k.install   |   11 ---
 extra-x86_64/PKGBUILD  |   30 -
 extra-x86_64/smb4k.install |   11 ---
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-27 17:11:32 UTC (rev 232092)
+++ extra-i686/PKGBUILD 2015-02-27 17:11:40 UTC (rev 232093)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
-
-pkgname=smb4k
-pkgver=1.1.4
-pkgrel=1
-pkgdesc=A KDE program that browses samba shares
-arch=('i686' 'x86_64')
-url=http://smb4k.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=smb4k.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('1f3f043ba95a4efecd005e862c32c719')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: smb4k/repos/extra-i686/PKGBUILD (from rev 232092, smb4k/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-27 17:11:40 UTC (rev 232093)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
+
+pkgname=smb4k
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=A KDE program that browses samba shares
+arch=('i686' 'x86_64')
+url=http://smb4k.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=smb4k.install
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c6272a6e539d000ba7deaffe47daebae')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE
+  make VERBOSE=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/smb4k.install
===
--- extra-i686/smb4k.install2015-02-27 17:11:32 UTC (rev 232092)
+++ extra-i686/smb4k.install2015-02-27 17:11:40 UTC (rev 232093)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smb4k/repos/extra-i686/smb4k.install (from rev 232092, 
smb4k/trunk/smb4k.install)
===
--- extra-i686/smb4k.install(rev 0)
+++ extra-i686/smb4k.install2015-02-27 17:11:40 UTC (rev 232093)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-27 17:11:32 UTC (rev 232092)
+++ extra-x86_64/PKGBUILD   2015-02-27 17:11:40 UTC (rev 232093)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
-
-pkgname=smb4k
-pkgver=1.1.4
-pkgrel=1
-pkgdesc=A KDE program that browses samba shares
-arch=('i686' 'x86_64')
-url=http://smb4k.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=smb4k.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('1f3f043ba95a4efecd005e862c32c719')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make 

[arch-commits] Commit in (5 files)

2015-02-27 Thread Sven-Hendrik Haase
Date: Friday, February 27, 2015 @ 18:18:17
  Author: svenstaro
Revision: 128392

Adding cimg as a dep of wxcam

Added:
  cimg/
  cimg/repos/
  cimg/trunk/
  cimg/trunk/PKGBUILD
Modified:
  wxcam/trunk/PKGBUILD

--+
 cimg/trunk/PKGBUILD  |   22 ++
 wxcam/trunk/PKGBUILD |   13 ++---
 2 files changed, 28 insertions(+), 7 deletions(-)

Added: cimg/trunk/PKGBUILD
===
--- cimg/trunk/PKGBUILD (rev 0)
+++ cimg/trunk/PKGBUILD 2015-02-27 17:18:17 UTC (rev 128392)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Diego Galizzi dgalizzi at gmail dot com
+# Contributor: zoulnix http://goo.gl/HQaP
+pkgname=cimg
+pkgver=1.5.7
+pkgrel=1
+pkgdesc=Open-source C++ toolkit for image processing
+arch=('any')
+url=http://cimg.sourceforge.net/;
+license=('CeCiLL-C' 'CeCiLL')
+depends=('fftw' 'graphicsmagick')
+makedepends=('')
+source=(http://downloads.sourceforge.net/${pkgname}/CImg-${pkgver}.zip)
+md5sums=('277ebb43968ea13ae588361e917c84b2')
+
+package() {
+  cd ${srcdir}/CImg-${pkgver}
+  install -d ${pkgdir}/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 CImg.h ${pkgdir}/usr/include/
+  install -m644 plugins/*.h ${pkgdir}/usr/include/CImg/plugins/
+  install -m644 Licence_CeCILL*_V*-en.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
+}

Modified: wxcam/trunk/PKGBUILD
===
--- wxcam/trunk/PKGBUILD2015-02-27 16:47:00 UTC (rev 128391)
+++ wxcam/trunk/PKGBUILD2015-02-27 17:18:17 UTC (rev 128392)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=wxcam
 pkgver=1.1
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 license=(GPL)
 pkgdesc=Webcam application for linux
@@ -12,9 +12,9 @@
 url=http://wxcam.sourceforge.net;
 makedepends=('intltool=0.35.0' 'libsm')
 depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib')
-source=(http://downloads.sourceforge.net/wxcam/${pkgname}-${pkgver}.tar.bz2
+source=(wxcam.tar.gz::http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar;
http://downloads.sourceforge.net/cimg/CImg-${_CImg_ver}.zip)
-md5sums=('c9ea8991b6375c1709a7ce4e61fcc263'
+md5sums=('5f7058b199b93e9e3d94bca6166c1f46'
  '4941a3959f790ee68326403da1ed6dc7')
 
 prepare() {
@@ -22,12 +22,11 @@
 }
 
 build() {
-cd $srcdir/$pkgname-$pkgver
-./configure --prefix=/usr
+cd $srcdir/$pkgname
+#sed -i s/DEFAULTCONF.*/DEFAULTCONF=Release/g nbproject/Makefile-impl.mk
 make
 }
 
 package() {
-cd $srcdir/$pkgname-$pkgver
-make DESTDIR=$pkgdir wxcamdocdir=/usr/share/doc/wxcam install
+cd $srcdir/$pkgname
 }


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

2015-02-27 Thread Sven-Hendrik Haase
Date: Friday, February 27, 2015 @ 18:52:54
  Author: svenstaro
Revision: 128393

archrelease: copy trunk to community-any

Added:
  cimg/repos/community-any/
  cimg/repos/community-any/PKGBUILD
(from rev 128392, cimg/trunk/PKGBUILD)

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

Copied: cimg/repos/community-any/PKGBUILD (from rev 128392, cimg/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-02-27 17:52:54 UTC (rev 128393)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Diego Galizzi dgalizzi at gmail dot com
+# Contributor: zoulnix http://goo.gl/HQaP
+pkgname=cimg
+pkgver=1.5.7
+pkgrel=1
+pkgdesc=Open-source C++ toolkit for image processing
+arch=('any')
+url=http://cimg.sourceforge.net/;
+license=('CeCiLL-C' 'CeCiLL')
+depends=('fftw' 'graphicsmagick')
+makedepends=('')
+source=(http://downloads.sourceforge.net/${pkgname}/CImg-${pkgver}.zip)
+md5sums=('277ebb43968ea13ae588361e917c84b2')
+
+package() {
+  cd ${srcdir}/CImg-${pkgver}
+  install -d ${pkgdir}/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 CImg.h ${pkgdir}/usr/include/
+  install -m644 plugins/*.h ${pkgdir}/usr/include/CImg/plugins/
+  install -m644 Licence_CeCILL*_V*-en.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
+}


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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 17:46:32
  Author: spupykin
Revision: 128390

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

Added:
  freerdp/repos/community-i686/PKGBUILD
(from rev 128389, freerdp/trunk/PKGBUILD)
  freerdp/repos/community-x86_64/PKGBUILD
(from rev 128389, freerdp/trunk/PKGBUILD)
Deleted:
  freerdp/repos/community-i686/PKGBUILD
  freerdp/repos/community-i686/build-fix.patch
  freerdp/repos/community-x86_64/PKGBUILD
  freerdp/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|   92 +
 community-i686/PKGBUILD  |   46 --
 community-i686/build-fix.patch   |   13 -
 community-x86_64/PKGBUILD|   46 --
 community-x86_64/build-fix.patch |   13 -
 5 files changed, 92 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-27 16:45:56 UTC (rev 128389)
+++ community-i686/PKGBUILD 2015-02-27 16:46:32 UTC (rev 128390)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stijn Segers francesco dot borromini at gmail dot com
-
-pkgname=freerdp
-pkgver=1.2.0_beta1+android9
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/+/-}
-pkgrel=3
-pkgdesc=Free RDP client
-arch=('i686' 'x86_64')
-url=http://freerdp.sourceforge.net;
-license=('GPL')
-depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
-'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
-'libxrender' 'libxfixes' 'gst-plugins-base-libs')
-makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
-'xmlto' 'docbook-xsl')
-conflicts=('freerdp-git')
-source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
-   build-fix.patch)
-md5sums=('a4a0a4f6e69c871aeab0600091ca6118'
- '9e9488538fe5ab74c25e2fb69e3edf62')
-
-prepare() {
-  cd $srcdir/FreeRDP-${_pkgver}
-  patch -p1 $srcdir/build-fix.patch
-}
-
-build() {
-  cd $srcdir/FreeRDP-${_pkgver}
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_PULSE=ON \
-   -DWITH_CUPS=ON \
-   -DWITH_CHANNELS=ON \
-   -DWITH_CLIENT_CHANNELS=ON \
-   .
-  make
-}
-
-package() {
-  cd $srcdir/FreeRDP-${_pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: freerdp/repos/community-i686/PKGBUILD (from rev 128389, 
freerdp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-27 16:46:32 UTC (rev 128390)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stijn Segers francesco dot borromini at gmail dot com
+
+pkgname=freerdp
+pkgver=1.2.0_beta1+20150227
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/+/-}
+pkgrel=4
+pkgdesc=Free RDP client
+arch=('i686' 'x86_64')
+url=http://freerdp.sourceforge.net;
+license=('GPL')
+depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
+'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
+'libxrender' 'libxfixes' 'gst-plugins-base-libs')
+makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
+'xmlto' 'docbook-xsl' 'git')
+conflicts=('freerdp-git')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
+source=(FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=ff6dbb049ce066f6fca5708f81fd33f97086bc0e)
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/FreeRDP-${_pkgver}
+#  patch -p1 $srcdir/build-fix.patch
+}
+
+build() {
+  cd $srcdir/FreeRDP-${_pkgver}
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_PULSE=ON \
+   -DWITH_CUPS=ON \
+   -DWITH_CHANNELS=ON \
+   -DWITH_CLIENT_CHANNELS=ON \
+   -DWITH_SERVER_CHANNELS=ON \
+   .
+  make
+}
+
+package() {
+  cd $srcdir/FreeRDP-${_pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2015-02-27 16:45:56 UTC (rev 128389)
+++ community-i686/build-fix.patch  2015-02-27 16:46:32 UTC (rev 128390)
@@ -1,13 +0,0 @@
-diff -wbBur FreeRDP-1.2.0-beta1-android9/channels/client/CMakeLists.txt 
FreeRDP-1.2.0-beta1-android9.my/channels/client/CMakeLists.txt
 FreeRDP-1.2.0-beta1-android9/channels/client/CMakeLists.txt
2014-09-12 02:46:32.0 +0400
-+++ FreeRDP-1.2.0-beta1-android9.my/channels/client/CMakeLists.txt 
2015-02-25 14:05:27.840874974 +0300
-@@ -24,7 +24,9 @@
-   ${CMAKE_CURRENT_SOURCE_DIR}/addin.c
-   ${CMAKE_CURRENT_SOURCE_DIR}/addin.h)
- 
-+if(CHANNEL_STATIC_CLIENT_ENTRIES)
- list

[arch-commits] Commit in vlc/repos (14 files)

2015-02-27 Thread Giovanni Scafora
Date: Friday, February 27, 2015 @ 18:34:41
  Author: giovanni
Revision: 232095

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

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 232094, vlc/trunk/PKGBUILD)
  vlc/repos/extra-i686/vlc.install
(from rev 232094, vlc/trunk/vlc.install)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 232094, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/vlc.install
(from rev 232094, vlc/trunk/vlc.install)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/vlc-2.0.7-vaapi-compat.patch
  
vlc/repos/extra-i686/vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch
  vlc/repos/extra-i686/vlc-2.1.5-ffmpeg-2.4.patch
  vlc/repos/extra-i686/vlc.install
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/vlc-2.0.7-vaapi-compat.patch
  
vlc/repos/extra-x86_64/vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch
  vlc/repos/extra-x86_64/vlc-2.1.5-ffmpeg-2.4.patch
  vlc/repos/extra-x86_64/vlc.install

-+
 /PKGBUILD   |  202 
++
 /vlc.install|   36 
+
 extra-i686/PKGBUILD |  112 
-
 extra-i686/vlc-2.0.7-vaapi-compat.patch |   11 
 extra-i686/vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch   |   26 
-
 extra-i686/vlc-2.1.5-ffmpeg-2.4.patch   |   15 
 extra-i686/vlc.install  |   18 
 extra-x86_64/PKGBUILD   |  112 
-
 extra-x86_64/vlc-2.0.7-vaapi-compat.patch   |   11 
 extra-x86_64/vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch |   26 
-
 extra-x86_64/vlc-2.1.5-ffmpeg-2.4.patch |   15 
 extra-x86_64/vlc.install|   18 
 12 files changed, 238 insertions(+), 364 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-27 17:34:33 UTC (rev 232094)
+++ extra-i686/PKGBUILD 2015-02-27 17:34:41 UTC (rev 232095)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Martin Sandsmark martin.sandsm...@kde.org
-
-pkgname=vlc
-pkgver=2.1.5
-pkgrel=5
-pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
-arch=('i686' 'x86_64')
-url=http://www.videolan.org/vlc/;
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
- 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
- 'libxinerama')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca'
- 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
- 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
- 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc-utils: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support'
-'libssh2: for sftp support'
-'lua-socket: for http interface')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')

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

2015-02-27 Thread Giovanni Scafora
Date: Friday, February 27, 2015 @ 18:34:33
  Author: giovanni
Revision: 232094

upgpkg: vlc 2.2.0-1

upstream release

Modified:
  vlc/trunk/PKGBUILD
Deleted:
  vlc/trunk/vlc-2.0.7-vaapi-compat.patch
  vlc/trunk/vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch
  vlc/trunk/vlc-2.1.5-ffmpeg-2.4.patch

+
 PKGBUILD   |   19 +---
 vlc-2.0.7-vaapi-compat.patch   |   11 
 vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch |   26 ---
 vlc-2.1.5-ffmpeg-2.4.patch |   15 --
 4 files changed, 4 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 17:11:40 UTC (rev 232093)
+++ PKGBUILD2015-02-27 17:34:33 UTC (rev 232094)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sandsmark martin.sandsm...@kde.org
 
 pkgname=vlc
-pkgver=2.1.5
-pkgrel=5
+pkgver=2.2.0
+pkgrel=1
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;
@@ -56,23 +56,12 @@
 'usr/share/vlc/lua/http/dialogs/.hosts')
 options=('!emptydirs')
 install=vlc.install
-source=(http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-'vlc-2.0.7-vaapi-compat.patch'
-'vlc-2.1.5-ffmpeg-2.4.patch'
-'vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch')
-md5sums=('3941b561f590cc95ca5e795213cba2f2'
- '6df10774bb7acf20e09d6139e5c7839e'
- '068a1b792064bb1aff0765a3ffa8a27a'
- '787a854f3acde37cd6e76a8fa8e6f1d0')
+source=(http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('faeceb614bf3946e5f90ef0d1f51db45')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  patch -p1 -i ${srcdir}/vlc-2.0.7-vaapi-compat.patch
-  patch -p1 -i ${srcdir}/vlc-2.1.5-ffmpeg-2.4.patch
-  patch -p1 -i 
${srcdir}/vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch
-  autoreconf -fi
-
   sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
   sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
 }

Deleted: vlc-2.0.7-vaapi-compat.patch
===
--- vlc-2.0.7-vaapi-compat.patch2015-02-27 17:11:40 UTC (rev 232093)
+++ vlc-2.0.7-vaapi-compat.patch2015-02-27 17:34:33 UTC (rev 232094)
@@ -1,11 +0,0 @@
-diff -rupN a/modules/codec/avcodec/vaapi.c b/modules/codec/avcodec/vaapi.c
 a/modules/codec/avcodec/vaapi.c2013-01-22 09:51:40.0 +
-+++ b/modules/codec/avcodec/vaapi.c2013-07-27 17:23:37.965202118 +
-@@ -47,6 +47,7 @@
- 
- #include X11/Xlib.h
- #include va/va_x11.h
-+#include va/va_compat.h
- 
- typedef struct
- {

Deleted: vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch
===
--- vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch  2015-02-27 
17:11:40 UTC (rev 232093)
+++ vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch  2015-02-27 
17:34:33 UTC (rev 232094)
@@ -1,26 +0,0 @@
-From 1e31a5a18bb0087f9e625919a805d64a2af40bbe Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= r...@remlab.net
-Date: Wed, 30 Jul 2014 19:05:43 +0300
-Subject: [PATCH] avformat: initialize probe data (fixes #11851)
-
-(cherry picked from commit 49bd1c657d960ba107d9db8752f716139a938eee)

- modules/demux/avformat/demux.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
-index bdd77fd..7349db2 100644
 a/modules/demux/avformat/demux.c
-+++ b/modules/demux/avformat/demux.c
-@@ -157,7 +157,7 @@ int OpenDemux( vlc_object_t *p_this )
- {
- demux_t   *p_demux = (demux_t*)p_this;
- demux_sys_t   *p_sys;
--AVProbeData   pd;
-+AVProbeData   pd = { };
- AVInputFormat *fmt = NULL;
- unsigned int  i;
- int64_t   i_start_time = -1;
--- 
-2.1.0
-

Deleted: vlc-2.1.5-ffmpeg-2.4.patch
===
--- vlc-2.1.5-ffmpeg-2.4.patch  2015-02-27 17:11:40 UTC (rev 232093)
+++ vlc-2.1.5-ffmpeg-2.4.patch  2015-02-27 17:34:33 UTC (rev 232094)
@@ -1,15 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index a684338..053713a 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -2242,8 +2242,8 @@ AC_ARG_ENABLE(avcodec,
- [  --enable-avcodeclibavcodec codec (default enabled)])
- AS_IF([test ${enable_avcodec} != no], [
-   PKG_CHECK_MODULES(AVCODEC,[libavcodec = 53.34.0 libavutil = 51.22.0], [
--PKG_CHECK_EXISTS([libavcodec  56],, [
--  AC_MSG_ERROR([libavcodec versions 56 and later are not supported yet.])
-+PKG_CHECK_EXISTS([libavcodec  57],, [
-+  AC_MSG_ERROR([libavcodec versions 57 and later are not supported yet.])
- 

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

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 13:50:55
  Author: heftig
Revision: 232071

don't remove user

Modified:
  deluge/trunk/PKGBUILD
  deluge/trunk/deluge.install

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 12:49:05 UTC (rev 232070)
+++ PKGBUILD2015-02-27 12:50:55 UTC (rev 232071)
@@ -5,7 +5,7 @@
 
 pkgname=deluge
 pkgver=1.3.11
-pkgrel=1
+pkgrel=2
 pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
 arch=('any')
 url=http://deluge-torrent.org/;

Modified: deluge.install
===
--- deluge.install  2015-02-27 12:49:05 UTC (rev 232070)
+++ deluge.install  2015-02-27 12:50:55 UTC (rev 232071)
@@ -1,6 +1,6 @@
 post_install() {
-  getent group deluge /dev/null || groupadd -g 125 deluge
   if ! getent passwd deluge /dev/null; then
+groupadd -g 125 deluge
 useradd -c 'Deluge user' -u 125 -g deluge -d /srv/deluge -s /bin/false 
deluge
 passwd -l deluge /dev/null
   fi
@@ -11,12 +11,9 @@
 post_upgrade() {
   [[ -x /usr/bin/xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor
   [[ -x /usr/bin/update-desktop-database ]]  update-desktop-database -q
-  true
+  return 0
 }
 
 post_remove() {
-  getent passwd deluge /dev/null  userdel deluge
-  getent group deluge /dev/null  groupdel deluge
-
   post_upgrade
 }


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

2015-02-27 Thread Massimiliano Torromeo
Date: Friday, February 27, 2015 @ 14:21:48
  Author: mtorromeo
Revision: 128357

Properly pass the correct lib path to cmake

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 12:53:19 UTC (rev 128356)
+++ PKGBUILD2015-02-27 13:21:48 UTC (rev 128357)
@@ -57,6 +57,7 @@
 cmake -Wno-dev \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_PREFIX_PATH=$srcdir \
 -DENABLE_MONGO:BOOL=ON \
 .
@@ -78,7 +79,6 @@
 package() {
 cd $srcdir/$pkgname-HHVM-$pkgver
 make DESTDIR=$pkgdir/ install
-mv $pkgdir/usr/lib{64,}
 
 cd hphp/hack/bin
 for bin in hh_* tools/*; do


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

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 13:27:11
  Author: heftig
Revision: 232064

0.6.0

Modified:
  libfprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 12:02:28 UTC (rev 232063)
+++ PKGBUILD2015-02-27 12:27:11 UTC (rev 232064)
@@ -4,17 +4,17 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgname=libfprint
-pkgver=0.5.1
+pkgver=0.6.0
 pkgrel=1
 pkgdesc=Library for fingerprint readers
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/fprint/libfprint;
 license=(LGPL)
-depends=(libusb nss gdk-pixbuf2)
+depends=(libusb nss pixman)
 groups=(fprint)
 options=(!emptydirs)
 source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz)
-md5sums=('f52ac662d89fb82a441dacb0bac36c13')
+md5sums=('1e66f6e786348b46075368cc682450a8')
 
 build() {
   cd $pkgname-$pkgver


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

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 13:49:53
  Author: heftig
Revision: 128353

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

Added:
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 128352, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 128352, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 128352, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 128352, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 128352, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 128352, vhba-module/trunk/vhba-module.install)
Deleted:
  vhba-module/repos/community-testing-i686/60-vhba.rules
  vhba-module/repos/community-testing-i686/PKGBUILD
  vhba-module/repos/community-testing-i686/vhba-module.install
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
  vhba-module/repos/community-testing-x86_64/PKGBUILD
  vhba-module/repos/community-testing-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   42 +++
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 
 community-testing-i686/vhba-module.install   |   22 --
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 
 community-testing-x86_64/vhba-module.install |   22 --
 9 files changed, 132 insertions(+), 134 deletions(-)

Deleted: community-testing-i686/60-vhba.rules
===
--- community-testing-i686/60-vhba.rules2015-02-27 12:48:31 UTC (rev 
128352)
+++ community-testing-i686/60-vhba.rules2015-02-27 12:49:53 UTC (rev 
128353)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
128352, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2015-02-27 12:49:53 UTC (rev 
128353)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-02-27 12:48:31 UTC (rev 128352)
+++ community-testing-i686/PKGBUILD 2015-02-27 12:49:53 UTC (rev 128353)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-3.19-ARCH
-pkgrel=6
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.19' 'linux3.20')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('967007230bb028424216d9b35da422c0'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
-  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true  install=${install}.pkg
-  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 128352, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-27 12:49:53 UTC (rev 128353)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-3.19-ARCH
+pkgrel=7
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')

[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2015-02-27 Thread Florian Pritz
Date: Friday, February 27, 2015 @ 14:51:35
  Author: bluewind
Revision: 128360

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 128359, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 128359, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 128359, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  362 
 wine.install  |   24 +--
 3 files changed, 213 insertions(+), 213 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-02-27 13:50:46 UTC (rev 128359)
+++ 30-win32-aliases.conf   2015-02-27 13:51:35 UTC (rev 128360)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 128359, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-02-27 13:51:35 UTC (rev 128360)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-27 13:50:46 UTC (rev 128359)
+++ PKGBUILD2015-02-27 13:51:35 UTC (rev 128360)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.36
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('69c8bf7116572a4c1e5b1113612f461d88489663'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  

[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 15:58:04
  Author: andyrtr
Revision: 232079

upgpkg: nvidia-304xx-lts 304.125-4

linux-lts kernel update 3.14.34 rebuild

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 14:43:51 UTC (rev 232078)
+++ PKGBUILD2015-02-27 14:58:04 UTC (rev 232079)
@@ -5,12 +5,12 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.125
 _extramodules=extramodules-3.14-lts
-pkgrel=3
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux-lts=3.14.21' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-lts-headers=3.14.21')
+depends=('linux-lts=3.14.34' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.14.34')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')


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

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 13:41:35
  Author: heftig
Revision: 232069

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

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

-+
 /PKGBUILD   |   82 ++
 /colord.install |   30 +++
 extra-i686/PKGBUILD |   41 -
 extra-i686/colord.install   |   17 
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/colord.install |   17 
 6 files changed, 112 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-27 12:40:15 UTC (rev 232068)
+++ extra-i686/PKGBUILD 2015-02-27 12:41:35 UTC (rev 232069)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=colord
-pkgver=1.2.8
-pkgrel=1
-pkgdesc=System daemon for managing color devices
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/software/colord;
-license=(GPL2)
-depends=(lcms2 libgusb polkit sqlite systemd dconf dbus)
-makedepends=(intltool gobject-introspection vala docbook2x sane bash-completion
- argyllcms)
-optdepends=('sane: scanner support'
-'argyllcms: color profiling')
-replaces=('shared-color-profiles')
-install=colord.install
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
-sha1sums=('e5c2a3432896cac180b089291c0e38bd809328cf'
-  'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-vala --enable-sane --with-daemon-user=colord
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # the build system has no colord user, so the chown fails
-  chown -R 124:124 $pkgdir/var/lib/colord
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 232068, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-27 12:41:35 UTC (rev 232069)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=colord
+pkgver=1.2.9
+pkgrel=1
+pkgdesc=System daemon for managing color devices
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/software/colord;
+license=(GPL2)
+depends=(lcms2 libgusb polkit sqlite systemd dconf dbus)
+makedepends=(intltool gobject-introspection vala docbook2x sane bash-completion
+ argyllcms)
+optdepends=('sane: scanner support'
+'argyllcms: color profiling')
+replaces=('shared-color-profiles')
+install=colord.install
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
+sha1sums=('1b6319812b12ab7f906983959bbaaf2e5b78bdb7'
+  'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-vala --enable-sane --with-daemon-user=colord
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # the build system has no colord user, so the chown fails
+  chown -R 124:124 $pkgdir/var/lib/colord
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/colord.install
===
--- extra-i686/colord.install   2015-02-27 12:40:15 UTC (rev 232068)
+++ extra-i686/colord.install   2015-02-27 12:41:35 UTC (rev 232069)
@@ -1,17 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-getent group colord /dev/null || groupadd -g 124 colord
-getent passwd colord /dev/null || useradd -d /var/lib/colord -u 124 -g 
colord -s /bin/false colord
-chown colord:colord /var/lib/colord
-chown colord:colord /var/lib/colord/*.db 2/dev/null || return 0
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-getent passwd colord /dev/null  userdel colord
-getent group colord /dev/null  

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

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 13:30:20
  Author: heftig
Revision: 232067

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

Added:
  fprintd/repos/extra-i686/PKGBUILD
(from rev 232066, fprintd/trunk/PKGBUILD)
  fprintd/repos/extra-i686/pod.patch
(from rev 232066, fprintd/trunk/pod.patch)
  fprintd/repos/extra-x86_64/PKGBUILD
(from rev 232066, fprintd/trunk/PKGBUILD)
  fprintd/repos/extra-x86_64/pod.patch
(from rev 232066, fprintd/trunk/pod.patch)
Deleted:
  fprintd/repos/extra-i686/PKGBUILD
  fprintd/repos/extra-i686/pod.patch
  fprintd/repos/extra-x86_64/PKGBUILD
  fprintd/repos/extra-x86_64/pod.patch

+
 /PKGBUILD  |   66 +++
 /pod.patch |   18 
 extra-i686/PKGBUILD|   36 -
 extra-i686/pod.patch   |9 --
 extra-x86_64/PKGBUILD  |   36 -
 extra-x86_64/pod.patch |9 --
 6 files changed, 84 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-27 12:29:32 UTC (rev 232066)
+++ extra-i686/PKGBUILD 2015-02-27 12:30:20 UTC (rev 232067)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Nikolay Rysev mad.f...@gmail.com
-
-pkgname=fprintd
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=D-Bus service to access fingerprint readers
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/fprint/fprintd;
-license=(GPL)
-depends=(libfprint dbus-glib polkit)
-makedepends=(intltool gtk-doc)
-groups=(fprint)
-_snap=V_${pkgver//./_}
-source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz
-pod.patch)
-md5sums=('e9b40ab0298a50d28b6af728e2a40a1b'
- '67736669f52d146b67607f35f7b9e36b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../pod.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir pammoddir=/usr/lib/security install
-}

Copied: fprintd/repos/extra-i686/PKGBUILD (from rev 232066, 
fprintd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-27 12:30:20 UTC (rev 232067)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Nikolay Rysev mad.f...@gmail.com
+
+pkgname=fprintd
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=D-Bus service to access fingerprint readers
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/fprint/fprintd;
+license=(GPL)
+depends=(libfprint dbus-glib polkit)
+makedepends=(intltool gtk-doc)
+groups=(fprint)
+_snap=V_${pkgver//./_}
+source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz)
+md5sums=('ca61f22513a25020bea7bb96d4322c9d')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir pammoddir=/usr/lib/security install
+}

Deleted: extra-i686/pod.patch
===
--- extra-i686/pod.patch2015-02-27 12:29:32 UTC (rev 232066)
+++ extra-i686/pod.patch2015-02-27 12:30:20 UTC (rev 232067)
@@ -1,9 +0,0 @@
-diff -u -r fprintd-0.5.1/data/fprintd.pod fprintd-0.5.1-pod/data/fprintd.pod
 fprintd-0.5.1/data/fprintd.pod 2013-06-26 13:10:17.0 +0200
-+++ fprintd-0.5.1-pod/data/fprintd.pod 2013-08-17 12:17:36.330332635 +0200
-@@ -100,3 +100,5 @@
- =over 8
- 
- =item Bdbus-daemon, Bgnome-about-me
-+
-+=back

Copied: fprintd/repos/extra-i686/pod.patch (from rev 232066, 
fprintd/trunk/pod.patch)
===
--- extra-i686/pod.patch(rev 0)
+++ extra-i686/pod.patch2015-02-27 12:30:20 UTC (rev 232067)
@@ -0,0 +1,9 @@
+diff -u -r fprintd-0.5.1/data/fprintd.pod fprintd-0.5.1-pod/data/fprintd.pod
+--- fprintd-0.5.1/data/fprintd.pod 2013-06-26 13:10:17.0 +0200
 fprintd-0.5.1-pod/data/fprintd.pod 2013-08-17 12:17:36.330332635 +0200
+@@ -100,3 +100,5 @@
+ =over 8
+ 
+ =item Bdbus-daemon, Bgnome-about-me
++
++=back

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-27 12:29:32 UTC (rev 232066)
+++ extra-x86_64/PKGBUILD   2015-02-27 12:30:20 UTC (rev 232067)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Nikolay Rysev mad.f...@gmail.com
-
-pkgname=fprintd
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=D-Bus service to access fingerprint readers
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/fprint/fprintd;
-license=(GPL)
-depends=(libfprint dbus-glib polkit)
-makedepends=(intltool gtk-doc)
-groups=(fprint)

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

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 13:29:32
  Author: heftig
Revision: 232066

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

Added:
  libfprint/repos/extra-i686/PKGBUILD
(from rev 232065, libfprint/trunk/PKGBUILD)
  libfprint/repos/extra-x86_64/PKGBUILD
(from rev 232065, libfprint/trunk/PKGBUILD)
Deleted:
  libfprint/repos/extra-i686/PKGBUILD
  libfprint/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-02-27 12:28:31 UTC (rev 232065)
+++ extra-i686/PKGBUILD 2015-02-27 12:29:32 UTC (rev 232066)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=libfprint
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=Library for fingerprint readers
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/fprint/libfprint;
-license=(LGPL)
-depends=(libusb nss gdk-pixbuf2)
-groups=(fprint)
-options=(!emptydirs)
-source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz)
-md5sums=('f52ac662d89fb82a441dacb0bac36c13')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libfprint/repos/extra-i686/PKGBUILD (from rev 232065, 
libfprint/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-27 12:29:32 UTC (rev 232066)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=libfprint
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Library for fingerprint readers
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/fprint/libfprint;
+license=(LGPL)
+depends=(libusb nss pixman)
+groups=(fprint)
+options=(!emptydirs)
+source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz)
+md5sums=('1e66f6e786348b46075368cc682450a8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-27 12:28:31 UTC (rev 232065)
+++ extra-x86_64/PKGBUILD   2015-02-27 12:29:32 UTC (rev 232066)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=libfprint
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=Library for fingerprint readers
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/fprint/libfprint;
-license=(LGPL)
-depends=(libusb nss gdk-pixbuf2)
-groups=(fprint)
-options=(!emptydirs)
-source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz)
-md5sums=('f52ac662d89fb82a441dacb0bac36c13')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libfprint/repos/extra-x86_64/PKGBUILD (from rev 232065, 
libfprint/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-02-27 12:29:32 UTC (rev 232066)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=libfprint
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Library for fingerprint readers
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/fprint/libfprint;
+license=(LGPL)
+depends=(libusb nss pixman)
+groups=(fprint)
+options=(!emptydirs)
+source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz)
+md5sums=('1e66f6e786348b46075368cc682450a8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 13:54:06
  Author: heftig
Revision: 232073

archrelease: copy trunk to extra-any

Added:
  deluge/repos/extra-any/PKGBUILD
(from rev 232072, deluge/trunk/PKGBUILD)
  deluge/repos/extra-any/deluge-web.service
(from rev 232072, deluge/trunk/deluge-web.service)
  deluge/repos/extra-any/deluge.install
(from rev 232072, deluge/trunk/deluge.install)
  deluge/repos/extra-any/deluged.service
(from rev 232072, deluge/trunk/deluged.service)
Deleted:
  deluge/repos/extra-any/PKGBUILD
  deluge/repos/extra-any/deluge-web.service
  deluge/repos/extra-any/deluge.install
  deluge/repos/extra-any/deluged.service

+
 PKGBUILD   |   92 +--
 deluge-web.service |   20 +--
 deluge.install |   41 ++
 deluged.service|   22 ++--
 4 files changed, 86 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-27 12:52:25 UTC (rev 232072)
+++ PKGBUILD2015-02-27 12:54:06 UTC (rev 232073)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=deluge
-pkgver=1.3.11
-pkgrel=1
-pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
-arch=('any')
-url=http://deluge-torrent.org/;
-license=('GPL3')
-depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
- python2-chardet python2-setuptools)
-makedepends=(intltool pygtk librsvg python2-mako)
-optdepends=('python2-notify: libnotify notifications'
-'pygtk: needed for gtk ui'
-'librsvg: needed for gtk ui'
-'python2-mako: needed for web ui')
-install=deluge.install
-source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
-deluged.service deluge-web.service)
-md5sums=('49f9f5fc751d49ddd415f02123de77a8'
- '17f51ac9a90f0dc41a20291444a7489b'
- '2a73f62c04e8b147c731fbb50666e846')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1s/python$/2/' deluge/ui/Win32IconImagePlugin.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-
-  install -Dm644 ../deluged.service 
$pkgdir/usr/lib/systemd/system/deluged.service
-  install -Dm644 ../deluge-web.service 
$pkgdir/usr/lib/systemd/system/deluge-web.service
-
-  install -d $pkgdir/srv
-  install -d -m 775 -o 125 -g 125 $pkgdir/srv/deluge
-}

Copied: deluge/repos/extra-any/PKGBUILD (from rev 232072, deluge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-27 12:54:06 UTC (rev 232073)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=deluge
+pkgver=1.3.11
+pkgrel=2
+pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
+arch=('any')
+url=http://deluge-torrent.org/;
+license=('GPL3')
+depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
+ python2-chardet python2-setuptools)
+makedepends=(intltool pygtk librsvg python2-mako)
+optdepends=('python2-notify: libnotify notifications'
+'pygtk: needed for gtk ui'
+'librsvg: needed for gtk ui'
+'python2-mako: needed for web ui')
+install=deluge.install
+source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
+deluged.service deluge-web.service)
+md5sums=('49f9f5fc751d49ddd415f02123de77a8'
+ '17f51ac9a90f0dc41a20291444a7489b'
+ '2a73f62c04e8b147c731fbb50666e846')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1s/python$/2/' deluge/ui/Win32IconImagePlugin.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 ../deluged.service 
$pkgdir/usr/lib/systemd/system/deluged.service
+  install -Dm644 ../deluge-web.service 
$pkgdir/usr/lib/systemd/system/deluge-web.service
+
+  install -d $pkgdir/srv
+  install -d -m 775 -o 125 -g 125 $pkgdir/srv/deluge
+}

Deleted: deluge-web.service
===
--- deluge-web.service  2015-02-27 12:52:25 UTC (rev 232072)
+++ deluge-web.service  2015-02-27 12:54:06 UTC (rev 232073)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Deluge WebUI
-After=deluged.service
-
-[Service]
-User=deluge
-ExecStart=/usr/bin/deluge-web
-
-[Install]
-WantedBy=multi-user.target

Copied: deluge/repos/extra-any/deluge-web.service (from rev 232072, 
deluge/trunk/deluge-web.service)

[arch-commits] Commit in xf86-input-libinput/trunk (PKGBUILD git-fixes.patch)

2015-02-27 Thread Laurent Carlier
Date: Friday, February 27, 2015 @ 14:38:54
  Author: lcarlier
Revision: 232074

upgpkg: xf86-input-libinput 0.7.0-2

fix FS#43926 + another one

Added:
  xf86-input-libinput/trunk/git-fixes.patch
Modified:
  xf86-input-libinput/trunk/PKGBUILD

-+
 PKGBUILD|   15 +++-
 git-fixes.patch |  187 ++
 2 files changed, 199 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 12:54:06 UTC (rev 232073)
+++ PKGBUILD2015-02-27 13:38:54 UTC (rev 232074)
@@ -3,7 +3,7 @@
 
 pkgname=xf86-input-libinput
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Generic input driver for the X.Org server based on libinput
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,12 +13,21 @@
 conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
 groups=('xorg-drivers' 'xorg')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
-90-libinput.conf)
+90-libinput.conf
+git-fixes.patch)
 sha256sums=('9392129d9598ddc108faa74e8eb311dc59b81c083da0c4804210ed2a7b4abb84'
 'SKIP'
-'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75')
+'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75'
+'5e3789c3b60706c22cab2a6963465343b4ae351d387067e6b19ad067a69125d5')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # FS#43926 + another upstream fix
+  patch -Np1 -i ../git-fixes.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
 

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2015-02-27 13:38:54 UTC (rev 232074)
@@ -0,0 +1,187 @@
+From 2600a4a352185f7d4d828f7d223628e4bb0f2aa3 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer peter.hutte...@who-t.net
+Date: Wed, 25 Feb 2015 07:48:18 +1000
+Subject: Fix off-by-one error in buttonmap initialization (#89300)
+
+X.Org Bug 89300 http://bugs.freedesktop.org/show_bug.cgi?id=89300
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+diff --git a/src/libinput.c b/src/libinput.c
+index 9613fbd..eee3bfb 100644
+--- a/src/libinput.c
 b/src/libinput.c
+@@ -372,7 +372,7 @@ init_button_map(unsigned char *btnmap, size_t size)
+   int i;
+ 
+   memset(btnmap, 0, size);
+-  for (i = 0; i = size; i++)
++  for (i = 0; i  size; i++)
+   btnmap[i] = i;
+ }
+ 
+-- 
+cgit v0.10.2
+From 98ae01b9ae8616d3c2047f5510205aa4e3bc52b5 Mon Sep 17 00:00:00 2001
+From: Olivier Fourdan ofour...@redhat.com
+Date: Wed, 25 Feb 2015 11:49:19 +0100
+Subject: Ignore property changes if the device is disabled
+
+If the device is present but disabled, the server will still call into
+SetProperty. We don't have a libinput device to back it up in this case,
+causing a null-pointer dereference.
+
+This is a bug specific to this driver that cannot easily be fixed. All
+other drivers can handle property changes even if no device is present,
+here we rely on libinput to make the final call. But without a device
+path/fd we don't have a libinput reference.
+
+The protocol doesn't mention this case, so let's pick BadMatch as the
+least wrong error code. And put a warning in the log, this needs a
+workaround in the client.
+
+Also, if we get here and the device is on, then that's definitely a bug,
+warn about that.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=89296
+
+Signed-off-by: Olivier Fourdan ofour...@redhat.com
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+diff --git a/src/libinput.c b/src/libinput.c
+index eee3bfb..0ab240c 100644
+--- a/src/libinput.c
 b/src/libinput.c
+@@ -1293,6 +1293,26 @@ static Atom prop_float;
+ static Atom prop_device;
+ static Atom prop_product_id;
+ 
++static inline BOOL
++xf86libinput_check_device (DeviceIntPtr dev,
++ Atom atom)
++{
++  InputInfoPtr pInfo = dev-public.devicePrivate;
++  struct xf86libinput *driver_data = pInfo-private;
++  struct libinput_device *device = driver_data-device;
++
++  if (device == NULL) {
++  BUG_WARN(dev-public.on);
++  xf86IDrvMsg(pInfo, X_INFO,
++  SetProperty on %d called but device is disabled.\n
++  This driver cannot change properties on a disabled 
device\n,
++  atom);
++  return FALSE;
++  }
++
++  return TRUE;
++}
++
+ static inline int
+ LibinputSetPropertyTap(DeviceIntPtr dev,
+Atom atom,
+@@ -1312,6 +1332,9 @@ LibinputSetPropertyTap(DeviceIntPtr dev,
+   if (*data != 0  *data != 1)
+   return BadValue;
+ 
++  if (!xf86libinput_check_device (dev, atom))
++ 

[arch-commits] Commit in xf86-input-libinput/repos (8 files)

2015-02-27 Thread Laurent Carlier
Date: Friday, February 27, 2015 @ 14:39:01
  Author: lcarlier
Revision: 232075

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

Added:
  xf86-input-libinput/repos/testing-i686/
  xf86-input-libinput/repos/testing-i686/90-libinput.conf
(from rev 232074, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/testing-i686/PKGBUILD
(from rev 232074, xf86-input-libinput/trunk/PKGBUILD)
  xf86-input-libinput/repos/testing-i686/git-fixes.patch
(from rev 232074, xf86-input-libinput/trunk/git-fixes.patch)
  xf86-input-libinput/repos/testing-x86_64/
  xf86-input-libinput/repos/testing-x86_64/90-libinput.conf
(from rev 232074, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/testing-x86_64/PKGBUILD
(from rev 232074, xf86-input-libinput/trunk/PKGBUILD)
  xf86-input-libinput/repos/testing-x86_64/git-fixes.patch
(from rev 232074, xf86-input-libinput/trunk/git-fixes.patch)

-+
 testing-i686/90-libinput.conf   |   30 ++
 testing-i686/PKGBUILD   |   48 +
 testing-i686/git-fixes.patch|  187 ++
 testing-x86_64/90-libinput.conf |   30 ++
 testing-x86_64/PKGBUILD |   48 +
 testing-x86_64/git-fixes.patch  |  187 ++
 6 files changed, 530 insertions(+)

Copied: xf86-input-libinput/repos/testing-i686/90-libinput.conf (from rev 
232074, xf86-input-libinput/trunk/90-libinput.conf)
===
--- testing-i686/90-libinput.conf   (rev 0)
+++ testing-i686/90-libinput.conf   2015-02-27 13:39:01 UTC (rev 232075)
@@ -0,0 +1,30 @@
+# Match on all types of devices but tablet devices and joysticks
+
+Section InputClass
+Identifier libinput pointer catchall
+MatchIsPointer on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput keyboard catchall
+MatchIsKeyboard on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput touchpad catchall
+MatchIsTouchpad on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput touchscreen catchall
+MatchIsTouchscreen on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+

Copied: xf86-input-libinput/repos/testing-i686/PKGBUILD (from rev 232074, 
xf86-input-libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-27 13:39:01 UTC (rev 232075)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+
+pkgname=xf86-input-libinput
+pkgver=0.7.0
+pkgrel=2
+pkgdesc=Generic input driver for the X.Org server based on libinput
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libinput')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+groups=('xorg-drivers' 'xorg')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+90-libinput.conf
+git-fixes.patch)
+sha256sums=('9392129d9598ddc108faa74e8eb311dc59b81c083da0c4804210ed2a7b4abb84'
+'SKIP'
+'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75'
+'5e3789c3b60706c22cab2a6963465343b4ae351d387067e6b19ad067a69125d5')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # FS#43926 + another upstream fix
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/X11/xorg.conf.d
+  install -m644 ../90-libinput.conf ${pkgdir}/usr/share/X11/xorg.conf.d/
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+

Copied: xf86-input-libinput/repos/testing-i686/git-fixes.patch (from rev 
232074, xf86-input-libinput/trunk/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2015-02-27 13:39:01 UTC (rev 232075)
@@ -0,0 +1,187 @@
+From 2600a4a352185f7d4d828f7d223628e4bb0f2aa3 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer peter.hutte...@who-t.net
+Date: Wed, 25 Feb 2015 07:48:18 +1000
+Subject: Fix off-by-one error in buttonmap 

[arch-commits] Commit in mingw-w64-crt/trunk (PKGBUILD)

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 14:59:58
  Author: spupykin
Revision: 128361

upgpkg: mingw-w64-crt 4.0rc2-1

upd

Modified:
  mingw-w64-crt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 13:51:35 UTC (rev 128360)
+++ PKGBUILD2015-02-27 13:59:58 UTC (rev 128361)
@@ -5,7 +5,8 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname=mingw-w64-crt
-pkgver=3.3.0
+pkgver=4.0rc2
+_pkgver=4.0-rc2
 pkgrel=1
 pkgdesc='MinGW-w64 CRT for Windows'
 arch=('any')
@@ -14,11 +15,11 @@
 groups=('mingw-w64-toolchain' 'mingw-w64')
 makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-headers')
 options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('3c56901ca7be60beba6d58caff168240')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('e08c4c0265c0e97f514695a1fa57af9e')
 
 prepare() {
-  cd ${srcdir}/mingw-w64-v${pkgver}/mingw-w64-crt
+  cd ${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt
   aclocal
   automake
 }
@@ -33,7 +34,7 @@
 _crt_configure_args=--disable-lib32 --enable-lib64
 fi
 mkdir -p ${srcdir}/crt-${_target}  cd ${srcdir}/crt-${_target}
-${srcdir}/mingw-w64-v${pkgver}/mingw-w64-crt/configure 
--prefix=/usr/${_target} \
+${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt/configure 
--prefix=/usr/${_target} \
 --host=${_target} --enable-wildcard \
 ${_crt_configure_args}
 make


[arch-commits] Commit in mingw-w64-winpthreads/repos/community-any (PKGBUILD PKGBUILD)

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 15:00:58
  Author: spupykin
Revision: 128364

archrelease: copy trunk to community-any

Added:
  mingw-w64-winpthreads/repos/community-any/PKGBUILD
(from rev 128363, mingw-w64-winpthreads/trunk/PKGBUILD)
Deleted:
  mingw-w64-winpthreads/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-27 14:00:50 UTC (rev 128363)
+++ PKGBUILD2015-02-27 14:00:58 UTC (rev 128364)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-winpthreads
-pkgver=3.3.0
-pkgrel=2
-pkgdesc='MinGW-w64 winpthreads library'
-arch=('any')
-url='http://mingw-w64.sourceforge.net'
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-crt')
-provides=('mingw-w64-headers-bootstrap')
-conflicts=('mingw-w64-headers-bootstrap')
-replaces=('mingw-w64-headers-bootstrap')
-options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('3c56901ca7be60beba6d58caff168240')
-
-build() {
-  for _target in ${_targets}; do
-msg Building ${_target} winpthreads...
-mkdir -p ${srcdir}/winpthreads-build-${_target}  cd 
${srcdir}/winpthreads-build-${_target}
-${srcdir}/mingw-w64-v${pkgver}/mingw-w64-libraries/winpthreads/configure 
--prefix=/usr/${_target} \
---host=${_target} --enable-static --enable-shared
-make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-cd ${srcdir}/winpthreads-build-${_target}
-make DESTDIR=${pkgdir} install
-${_target}-strip --strip-unneeded $pkgdir/usr/${_target}/bin/*.dll
-  done
-}
\ No newline at end of file

Copied: mingw-w64-winpthreads/repos/community-any/PKGBUILD (from rev 128363, 
mingw-w64-winpthreads/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-27 14:00:58 UTC (rev 128364)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-winpthreads
+pkgver=4.0rc2
+_pkgver=4.0-rc2
+pkgrel=1
+pkgdesc='MinGW-w64 winpthreads library'
+arch=('any')
+url='http://mingw-w64.sourceforge.net'
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-crt')
+provides=('mingw-w64-headers-bootstrap')
+conflicts=('mingw-w64-headers-bootstrap')
+replaces=('mingw-w64-headers-bootstrap')
+options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('e08c4c0265c0e97f514695a1fa57af9e')
+
+build() {
+  for _target in ${_targets}; do
+msg Building ${_target} winpthreads...
+mkdir -p ${srcdir}/winpthreads-build-${_target}  cd 
${srcdir}/winpthreads-build-${_target}
+${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-libraries/winpthreads/configure 
--prefix=/usr/${_target} \
+--host=${_target} --enable-static --enable-shared
+make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+cd ${srcdir}/winpthreads-build-${_target}
+make DESTDIR=${pkgdir} install
+${_target}-strip --strip-unneeded $pkgdir/usr/${_target}/bin/*.dll
+  done
+}
\ No newline at end of file


[arch-commits] Commit in mingw-w64-crt/repos/community-any (PKGBUILD PKGBUILD)

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 15:00:45
  Author: spupykin
Revision: 128362

archrelease: copy trunk to community-any

Added:
  mingw-w64-crt/repos/community-any/PKGBUILD
(from rev 128361, mingw-w64-crt/trunk/PKGBUILD)
Deleted:
  mingw-w64-crt/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-27 13:59:58 UTC (rev 128361)
+++ PKGBUILD2015-02-27 14:00:45 UTC (rev 128362)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-crt
-pkgver=3.3.0
-pkgrel=1
-pkgdesc='MinGW-w64 CRT for Windows'
-arch=('any')
-url='http://mingw-w64.sourceforge.net'
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-makedepends=('mingw-w64-gcc-base' 'mingw-w64-binutils' 'mingw-w64-headers')
-options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('3c56901ca7be60beba6d58caff168240')
-
-prepare() {
-  cd ${srcdir}/mingw-w64-v${pkgver}/mingw-w64-crt
-  aclocal
-  automake
-}
-
-build() {
-  cd ${srcdir}
-  for _target in ${_targets}; do
-msg Building ${_target} CRT
-if [ ${_target} == i686-w64-mingw32 ]; then
-_crt_configure_args=--disable-lib64 --enable-lib32
-elif [ ${_target} == x86_64-w64-mingw32 ]; then
-_crt_configure_args=--disable-lib32 --enable-lib64
-fi
-mkdir -p ${srcdir}/crt-${_target}  cd ${srcdir}/crt-${_target}
-${srcdir}/mingw-w64-v${pkgver}/mingw-w64-crt/configure 
--prefix=/usr/${_target} \
---host=${_target} --enable-wildcard \
-${_crt_configure_args}
-make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-msg Installing ${_target} crt
-cd ${srcdir}/crt-${_target}
-make DESTDIR=${pkgdir} install
-  done
-}

Copied: mingw-w64-crt/repos/community-any/PKGBUILD (from rev 128361, 
mingw-w64-crt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-27 14:00:45 UTC (rev 128362)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-crt
+pkgver=4.0rc2
+_pkgver=4.0-rc2
+pkgrel=1
+pkgdesc='MinGW-w64 CRT for Windows'
+arch=('any')
+url='http://mingw-w64.sourceforge.net'
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-headers')
+options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('e08c4c0265c0e97f514695a1fa57af9e')
+
+prepare() {
+  cd ${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt
+  aclocal
+  automake
+}
+
+build() {
+  cd ${srcdir}
+  for _target in ${_targets}; do
+msg Building ${_target} CRT
+if [ ${_target} == i686-w64-mingw32 ]; then
+_crt_configure_args=--disable-lib64 --enable-lib32
+elif [ ${_target} == x86_64-w64-mingw32 ]; then
+_crt_configure_args=--disable-lib32 --enable-lib64
+fi
+mkdir -p ${srcdir}/crt-${_target}  cd ${srcdir}/crt-${_target}
+${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt/configure 
--prefix=/usr/${_target} \
+--host=${_target} --enable-wildcard \
+${_crt_configure_args}
+make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+msg Installing ${_target} crt
+cd ${srcdir}/crt-${_target}
+make DESTDIR=${pkgdir} install
+  done
+}


[arch-commits] Commit in mingw-w64-winpthreads/trunk (PKGBUILD)

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 15:00:50
  Author: spupykin
Revision: 128363

upgpkg: mingw-w64-winpthreads 4.0rc2-1

upd

Modified:
  mingw-w64-winpthreads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 14:00:45 UTC (rev 128362)
+++ PKGBUILD2015-02-27 14:00:50 UTC (rev 128363)
@@ -5,8 +5,9 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname=mingw-w64-winpthreads
-pkgver=3.3.0
-pkgrel=2
+pkgver=4.0rc2
+_pkgver=4.0-rc2
+pkgrel=1
 pkgdesc='MinGW-w64 winpthreads library'
 arch=('any')
 url='http://mingw-w64.sourceforge.net'
@@ -17,14 +18,14 @@
 conflicts=('mingw-w64-headers-bootstrap')
 replaces=('mingw-w64-headers-bootstrap')
 options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('3c56901ca7be60beba6d58caff168240')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('e08c4c0265c0e97f514695a1fa57af9e')
 
 build() {
   for _target in ${_targets}; do
 msg Building ${_target} winpthreads...
 mkdir -p ${srcdir}/winpthreads-build-${_target}  cd 
${srcdir}/winpthreads-build-${_target}
-${srcdir}/mingw-w64-v${pkgver}/mingw-w64-libraries/winpthreads/configure 
--prefix=/usr/${_target} \
+${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-libraries/winpthreads/configure 
--prefix=/usr/${_target} \
 --host=${_target} --enable-static --enable-shared
 make
   done


[arch-commits] Commit in nvidia-304xx-lts/repos (6 files)

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 15:58:16
  Author: andyrtr
Revision: 232080

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 232079, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 232079, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 232079, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 232079, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-i686/nvidia-304xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   47 ++
 testing-x86_64/nvidia-304xx-lts.install |   15 +
 4 files changed, 124 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 232079, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-27 14:58:16 UTC (rev 232080)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.125
+_extramodules=extramodules-3.14-lts
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.34' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.14.34')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
232079, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2015-02-27 14:58:16 UTC (rev 
232080)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 232079, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-27 14:58:16 UTC (rev 232080)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.125
+_extramodules=extramodules-3.14-lts
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.34' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.14.34')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+

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

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 13:40:15
  Author: heftig
Revision: 232068

1.2.9

Modified:
  colord/trunk/PKGBUILD
  colord/trunk/colord.install

+
 PKGBUILD   |4 ++--
 colord.install |   16 +++-
 2 files changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 12:30:20 UTC (rev 232067)
+++ PKGBUILD2015-02-27 12:40:15 UTC (rev 232068)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=colord
-pkgver=1.2.8
+pkgver=1.2.9
 pkgrel=1
 pkgdesc=System daemon for managing color devices
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 replaces=('shared-color-profiles')
 install=colord.install
 source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
-sha1sums=('e5c2a3432896cac180b089291c0e38bd809328cf'
+sha1sums=('1b6319812b12ab7f906983959bbaaf2e5b78bdb7'
   'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
 

Modified: colord.install
===
--- colord.install  2015-02-27 12:30:20 UTC (rev 232067)
+++ colord.install  2015-02-27 12:40:15 UTC (rev 232068)
@@ -1,17 +1,15 @@
 post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-getent group colord /dev/null || groupadd -g 124 colord
-getent passwd colord /dev/null || useradd -d /var/lib/colord -u 124 -g 
colord -s /bin/false colord
-chown colord:colord /var/lib/colord
-chown colord:colord /var/lib/colord/*.db 2/dev/null || return 0
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  if ! getent passwd colord /dev/null; then
+groupadd -g 124 colord
+useradd -d /var/lib/colord -u 124 -g colord -s /bin/false colord
+  fi
 }
 
 post_upgrade() {
-post_install
+  glib-compile-schemas /usr/share/glib-2.0/schemas
 }
 
 post_remove() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-getent passwd colord /dev/null  userdel colord
-getent group colord /dev/null  groupdel colord
+  glib-compile-schemas /usr/share/glib-2.0/schemas
 }


[arch-commits] Commit in wine/repos/community-i686 (6 files)

2015-02-27 Thread Florian Pritz
Date: Friday, February 27, 2015 @ 14:50:46
  Author: bluewind
Revision: 128359

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 128358, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 128358, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 128358, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  362 
 wine.install  |   24 +--
 3 files changed, 213 insertions(+), 213 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-02-27 13:50:28 UTC (rev 128358)
+++ 30-win32-aliases.conf   2015-02-27 13:50:46 UTC (rev 128359)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 128358, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-02-27 13:50:46 UTC (rev 128359)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-27 13:50:28 UTC (rev 128358)
+++ PKGBUILD2015-02-27 13:50:46 UTC (rev 128359)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.36
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('69c8bf7116572a4c1e5b1113612f461d88489663'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-plugins

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

2015-02-27 Thread Florian Pritz
Date: Friday, February 27, 2015 @ 14:50:28
  Author: bluewind
Revision: 128358

upgpkg: wine 1.7.37-1

upstream update

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 13:21:48 UTC (rev 128357)
+++ PKGBUILD2015-02-27 13:50:28 UTC (rev 128358)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.36
+pkgver=1.7.37
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('69c8bf7116572a4c1e5b1113612f461d88489663'
+sha1sums=('351118b5969dca91d3fd019f703fa2754bde4f50'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)


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

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 14:50:33
  Author: andyrtr
Revision: 232077

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 232076, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 232076, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 232076, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 232076, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 232076, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 232076, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 232076, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 232076, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 232076, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 232076, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 232076, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 232076, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 232076, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 232076, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 232076, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 232076, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 232076, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 232076, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 232076, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 232076, linux-lts/trunk/linux-lts.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/PKGBUILD  
|  327 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6696 ++
 testing-i686/config.x86_64 
| 6487 +
 testing-i686/linux-lts.install 
|   37 
 testing-i686/linux-lts.preset  
|   14 
 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
|   74 
 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
|   93 
 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch   
|   75 
 testing-x86_64/0006-genksyms-fix-typeof-handling.patch 
| 1360 ++
 testing-x86_64/PKGBUILD
|  327 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6696 ++
 testing-x86_64/config.x86_64   
| 6487 +
 testing-x86_64/linux-lts.install   
|   37 
 testing-x86_64/linux-lts.preset
|   14 
 20 files changed, 30350 insertions(+)

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


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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 13:53:19
  Author: spupykin
Revision: 128356

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

Added:
  tmux/repos/community-i686/LICENSE
(from rev 128355, tmux/trunk/LICENSE)
  tmux/repos/community-i686/PKGBUILD
(from rev 128355, tmux/trunk/PKGBUILD)
  tmux/repos/community-i686/crash-fix.patch
(from rev 128355, tmux/trunk/crash-fix.patch)
  tmux/repos/community-x86_64/LICENSE
(from rev 128355, tmux/trunk/LICENSE)
  tmux/repos/community-x86_64/PKGBUILD
(from rev 128355, tmux/trunk/PKGBUILD)
  tmux/repos/community-x86_64/crash-fix.patch
(from rev 128355, tmux/trunk/crash-fix.patch)
Deleted:
  tmux/repos/community-i686/LICENSE
  tmux/repos/community-i686/PKGBUILD
  tmux/repos/community-x86_64/LICENSE
  tmux/repos/community-x86_64/PKGBUILD

--+
 /LICENSE |   26 +++
 /PKGBUILD|   86 +
 community-i686/LICENSE   |   13 -
 community-i686/PKGBUILD  |   36 ---
 community-i686/crash-fix.patch   |   38 
 community-x86_64/LICENSE |   13 -
 community-x86_64/PKGBUILD|   36 ---
 community-x86_64/crash-fix.patch |   38 
 8 files changed, 188 insertions(+), 98 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-02-27 12:52:47 UTC (rev 128355)
+++ community-i686/LICENSE  2015-02-27 12:53:19 UTC (rev 128356)
@@ -1,13 +0,0 @@
-Copyright (c) 2007 Nicholas Marriott n...@users.sourceforge.net
-
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
-IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
-OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: tmux/repos/community-i686/LICENSE (from rev 128355, tmux/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-02-27 12:53:19 UTC (rev 128356)
@@ -0,0 +1,13 @@
+Copyright (c) 2007 Nicholas Marriott n...@users.sourceforge.net
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
+IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-27 12:52:47 UTC (rev 128355)
+++ community-i686/PKGBUILD 2015-02-27 12:53:19 UTC (rev 128356)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  TDY t...@gmx.com
-# Contributor: Grigorios Bouzakis grbzks[at]gmail[dot]com
-
-pkgname=tmux
-pkgver=1.9_a
-pkgrel=1
-pkgdesc='A terminal multiplexer'
-url='http://tmux.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ncurses' 'libevent')
-source=(http://downloads.sourceforge.net/tmux/tmux-${pkgver/_/}.tar.gz
-   LICENSE)
-md5sums=('b07601711f96f1d260b390513b509a2d'
- '71601bc37fa44e4395580b321963018e')
-
-build() {
-   cd $srcdir/$pkgname-${pkgver/_/}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-${pkgver/_/}
-   make install DESTDIR=$pkgdir
-   install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/tmux/LICENSE
-
-   install -dm755 $pkgdir/usr/share/tmux/
-   install -m644 examples/* $pkgdir/usr/share/tmux/
-   install -Dm644 examples/tmux.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/tmux.vim
-
-   install -d $pkgdir/usr/share/bash-completion/completions/
-   mv $pkgdir/usr/share/tmux/bash_completion_tmux.sh 
$pkgdir/usr/share/bash-completion/completions/tmux
-}

Copied: tmux/repos/community-i686/PKGBUILD (from rev 128355, 
tmux/trunk/PKGBUILD)

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

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 13:52:25
  Author: heftig
Revision: 232072

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

Added:
  rtkit/repos/extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
(from rev 232071, 
rtkit/trunk/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch)
  rtkit/repos/extra-i686/PKGBUILD
(from rev 232071, rtkit/trunk/PKGBUILD)
  rtkit/repos/extra-i686/libsystemd.patch
(from rev 232071, rtkit/trunk/libsystemd.patch)
  rtkit/repos/extra-i686/rtkit.install
(from rev 232071, rtkit/trunk/rtkit.install)
  rtkit/repos/extra-i686/systemd205.patch
(from rev 232071, rtkit/trunk/systemd205.patch)
  rtkit/repos/extra-x86_64/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
(from rev 232071, 
rtkit/trunk/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch)
  rtkit/repos/extra-x86_64/PKGBUILD
(from rev 232071, rtkit/trunk/PKGBUILD)
  rtkit/repos/extra-x86_64/libsystemd.patch
(from rev 232071, rtkit/trunk/libsystemd.patch)
  rtkit/repos/extra-x86_64/rtkit.install
(from rev 232071, rtkit/trunk/rtkit.install)
  rtkit/repos/extra-x86_64/systemd205.patch
(from rev 232071, rtkit/trunk/systemd205.patch)
Deleted:
  rtkit/repos/extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
  rtkit/repos/extra-i686/PKGBUILD
  rtkit/repos/extra-i686/libsystemd.patch
  rtkit/repos/extra-i686/rtkit.install
  rtkit/repos/extra-i686/systemd205.patch
  rtkit/repos/extra-x86_64/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
  rtkit/repos/extra-x86_64/PKGBUILD
  rtkit/repos/extra-x86_64/libsystemd.patch
  rtkit/repos/extra-x86_64/rtkit.install
  rtkit/repos/extra-x86_64/systemd205.patch

---+
 /0001-SECURITY-Pass-uid-of-caller-to-polkit.patch |   96 
 /PKGBUILD |  104 +
 /libsystemd.patch |  114 ++
 /rtkit.install|   30 ++
 /systemd205.patch |   32 ++
 extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch   |   48 
 extra-i686/PKGBUILD   |   52 
 extra-i686/libsystemd.patch   |   57 -
 extra-i686/rtkit.install  |   26 --
 extra-i686/systemd205.patch   |   16 -
 extra-x86_64/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch |   48 
 extra-x86_64/PKGBUILD |   52 
 extra-x86_64/libsystemd.patch |   57 -
 extra-x86_64/rtkit.install|   26 --
 extra-x86_64/systemd205.patch |   16 -
 15 files changed, 376 insertions(+), 398 deletions(-)

Deleted: extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
===
--- extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch 2015-02-27 
12:50:55 UTC (rev 232071)
+++ extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch 2015-02-27 
12:52:25 UTC (rev 232072)
@@ -1,48 +0,0 @@
-From f44c5776b25ca2abd7569fb8532c6aede9b0c6b0 Mon Sep 17 00:00:00 2001
-From: Colin Walters walt...@verbum.org
-Date: Thu, 22 Aug 2013 16:05:22 -0400
-Subject: [PATCH] [SECURITY] Pass uid of caller to polkit
-
-Otherwise, we force polkit to look up the uid itself in /proc, which
-is racy if they execve() a setuid binary.

- rtkit-daemon.c |   11 ++-
- 1 files changed, 10 insertions(+), 1 deletions(-)
-
-diff --git a/rtkit-daemon.c b/rtkit-daemon.c
-index 2ebe673..3ecc1f7 100644
 a/rtkit-daemon.c
-+++ b/rtkit-daemon.c
-@@ -1170,12 +1170,14 @@ static int verify_polkit(DBusConnection *c, struct 
rtkit_user *u, struct process
- DBusMessage *m = NULL, *r = NULL;
- const char *unix_process = unix-process;
- const char *pid = pid;
-+const char *uid = uid;
- const char *start_time = start-time;
- const char *cancel_id = ;
- uint32_t flags = 0;
- uint32_t pid_u32 = p-pid;
--uint64_t start_time_u64 = p-starttime;
-+uint32_t uid_u32 = (uint32_t)u-uid;
- DBusMessageIter iter_msg, iter_struct, iter_array, iter_dict, 
iter_variant;
-+uint64_t start_time_u64 = p-starttime;
- int ret;
- dbus_bool_t authorized = FALSE;
- 
-@@ -1206,6 +1208,13 @@ static int verify_polkit(DBusConnection *c, struct 
rtkit_user *u, struct process
- assert_se(dbus_message_iter_close_container(iter_dict, 
iter_variant));
- assert_se(dbus_message_iter_close_container(iter_array, iter_dict));
- 
-+assert_se(dbus_message_iter_open_container(iter_array, 
DBUS_TYPE_DICT_ENTRY, NULL, iter_dict));
-+assert_se(dbus_message_iter_append_basic(iter_dict, 
DBUS_TYPE_STRING, uid));
-+

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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 13:52:17
  Author: spupykin
Revision: 128354

upgpkg: linphone 3.7.0-2

upd

Modified:
  linphone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 12:49:53 UTC (rev 128353)
+++ PKGBUILD2015-02-27 12:52:17 UTC (rev 128354)
@@ -4,7 +4,7 @@
 
 pkgname=linphone
 pkgver=3.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A Voice-over-IP phone
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/index.php/eng;


[arch-commits] Commit in tmux/trunk (PKGBUILD crash-fix.patch)

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 13:52:47
  Author: spupykin
Revision: 128355

upgpkg: tmux 1.9_a-2

upd

Added:
  tmux/trunk/crash-fix.patch
Modified:
  tmux/trunk/PKGBUILD

-+
 PKGBUILD|   15 +++
 crash-fix.patch |   38 ++
 2 files changed, 49 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 12:52:17 UTC (rev 128354)
+++ PKGBUILD2015-02-27 12:52:47 UTC (rev 128355)
@@ -5,17 +5,24 @@
 
 pkgname=tmux
 pkgver=1.9_a
-pkgrel=1
+pkgrel=2
 pkgdesc='A terminal multiplexer'
 url='http://tmux.sourceforge.net/'
 arch=('i686' 'x86_64')
 license=('BSD')
-depends=('ncurses' 'libevent')
+depends=('ncurses' 'libevent' 'libutempter')
 source=(http://downloads.sourceforge.net/tmux/tmux-${pkgver/_/}.tar.gz
-   LICENSE)
+   LICENSE
+   crash-fix.patch)
 md5sums=('b07601711f96f1d260b390513b509a2d'
- '71601bc37fa44e4395580b321963018e')
+ '71601bc37fa44e4395580b321963018e'
+ 'd2e0ccb68edaccaf5ffd0e0c21d1776b')
 
+prepare() {
+   cd $srcdir/$pkgname-${pkgver/_/}
+   patch -p1 $srcdir/crash-fix.patch
+}
+
 build() {
cd $srcdir/$pkgname-${pkgver/_/}
./configure --prefix=/usr

Added: crash-fix.patch
===
--- crash-fix.patch (rev 0)
+++ crash-fix.patch 2015-02-27 12:52:47 UTC (rev 128355)
@@ -0,0 +1,38 @@
+commit 78e783e7863eb33981da4a5ad48dd9e2aa2b08dd
+Author: Nicholas Marriott nicholas.marri...@gmail.com
+Date:   Thu Mar 6 13:01:51 2014 +
+
+Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam.
+
+diff --git a/window.c b/window.c
+index 1dd70c4..9a26b90 100644
+--- a/window.c
 b/window.c
+@@ -420,10 +420,15 @@ window_pane_active_set(struct window_pane *wp, struct 
window_pane *nextwp)
+ void
+ window_pane_active_lost(struct window_pane *wp, struct window_pane *nextwp)
+ {
+-  struct layout_cell  *lc, *lc2;
++  struct layout_cell  *lc, *lc2, *lcparent;
++
++  /* Get the parent cell. */
++  lcparent = nextwp-layout_cell-parent;
++  if (lcparent == NULL)
++  return;
+ 
+   /* Save the target pane in its parent. */
+-  nextwp-layout_cell-parent-lastwp = nextwp;
++  lcparent-lastwp = nextwp;
+ 
+   /*
+* Save the source pane in all of its parents up to, but not including,
+@@ -432,8 +437,7 @@ window_pane_active_lost(struct window_pane *wp, struct 
window_pane *nextwp)
+   if (wp == NULL)
+   return;
+   for (lc = wp-layout_cell-parent; lc != NULL; lc = lc-parent) {
+-  lc2 = nextwp-layout_cell-parent;
+-  for (; lc2 != NULL; lc2 = lc2-parent) {
++  for (lc2 = lcparent; lc2 != NULL; lc2 = lc2-parent) {
+   if (lc == lc2)
+   return;
+   }


[arch-commits] Commit in vtk/repos (14 files)

2015-02-27 Thread Jan de Groot
Date: Friday, February 27, 2015 @ 15:40:52
  Author: jgc
Revision: 128366

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

Added:
  vtk/repos/community-i686/PKGBUILD
(from rev 128365, vtk/trunk/PKGBUILD)
  vtk/repos/community-i686/hdf5.diff
(from rev 128365, vtk/trunk/hdf5.diff)
  vtk/repos/community-i686/mesa.diff
(from rev 128365, vtk/trunk/mesa.diff)
  vtk/repos/community-i686/vtk-type.patch
(from rev 128365, vtk/trunk/vtk-type.patch)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 128365, vtk/trunk/PKGBUILD)
  vtk/repos/community-x86_64/hdf5.diff
(from rev 128365, vtk/trunk/hdf5.diff)
  vtk/repos/community-x86_64/mesa.diff
(from rev 128365, vtk/trunk/mesa.diff)
  vtk/repos/community-x86_64/vtk-type.patch
(from rev 128365, vtk/trunk/vtk-type.patch)
Deleted:
  vtk/repos/community-i686/PKGBUILD
  vtk/repos/community-i686/hdf5.diff
  vtk/repos/community-i686/mesa.diff
  vtk/repos/community-x86_64/PKGBUILD
  vtk/repos/community-x86_64/hdf5.diff
  vtk/repos/community-x86_64/mesa.diff

-+
 /PKGBUILD   |  234 ++
 /hdf5.diff  |   22 +++
 /mesa.diff  |   22 +++
 community-i686/PKGBUILD |  115 --
 community-i686/hdf5.diff|   11 -
 community-i686/mesa.diff|   11 -
 community-i686/vtk-type.patch   |   23 +++
 community-x86_64/PKGBUILD   |  115 --
 community-x86_64/hdf5.diff  |   11 -
 community-x86_64/mesa.diff  |   11 -
 community-x86_64/vtk-type.patch |   23 +++
 11 files changed, 324 insertions(+), 274 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-27 14:40:42 UTC (rev 128365)
+++ community-i686/PKGBUILD 2015-02-27 14:40:52 UTC (rev 128366)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Christofer Bertonha christoferbertonha at gmail dot com
-# Contributor: leepesjee lpeschier at xs4all dot nl
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl
-
-# TODO: for Qt5 see FS#43007
-
-pkgname=vtk
-pkgver=6.1.0
-_majorver=6.1
-pkgrel=7
-pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
-arch=('i686' 'x86_64')
-url='http://www.vtk.org/'
-license=('BSD')
-depends=('boost' 'ffmpeg' 'qtwebkit' 'lesstif' 'mariadb' 'gdal' 'unixodbc' 
'openmpi' 'jsoncpp')
-makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'tk' 'wget' 
'python2-matplotlib' 'python2-twisted')
-optdepends=('python2: python bindings'
-'java-runtime: java bindings'
-'tk: tcl bindings'
-'gnuplot: plotting tools'
-'graphviz: drawing tools'
-'python2-matplotlib: for Matplotlib rendering'
-'python2-twisted: for vtkWeb')
-provides=('python2-autobahn')
-source=(http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz;
-
http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
-
http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;
-mesa.diff hdf5.diff)
-options=(staticlibs)
-md5sums=('25e4dfb3bad778722dcaec80cd5dab7d'
- 'f82c8fe151279c0422ab8a6cfe991c94'
- '5bc47885923ef30e3ac77fcdf6d4e599'
- '381921f3169facf5d6ef22de3cb3fbe5'
- '1cf6b69312ed424a3595c3c11c82750d')
-
-prepare() {
-  cd ${srcdir}/VTK-$pkgver
-
-  # fix compilation errors:
-  patch -Np1 -i ${srcdir}/mesa.diff
-  patch -Np1 -i ${srcdir}/hdf5.diff
-
-  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
-  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  cd ${srcdir}
-  rm -rf build
-  mkdir build
-  cd build
-
-  # to help cmake find java
-  export JAVA_HOME=/usr/lib/jvm/default
-
-  # flags to enable using system libs
-  local cmake_system_flags=
-  # TODO: try to use system provided AUTOBAHN, GL2PS, XDMF2, LIBPROJ4 and 
NETCDF
-  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA TWISTED 
ZOPE JSONCPP; do
-cmake_system_flags+=-DVTK_USE_SYSTEM_${lib}:BOOL=ON 
-  done
-
-  # flags to use python2 instead of python which is 3.x.x on archlinux
-  local cmake_system_python_flags=-DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 
-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 
-DPYTHON_LIBRARY:PATH=/usr/lib/libpython2.7.so
-
-  cmake \
--Wno-dev \
--DBUILD_SHARED_LIBS:BOOL=ON \
--DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
--DBUILD_DOCUMENTATION:BOOL=ON \
--DDOCUMENTATION_HTML_HELP:BOOL=ON \
--DDOCUMENTATION_HTML_TARZ:BOOL=ON \
--DBUILD_EXAMPLES:BOOL=ON \
--DVTK_USE_FFMPEG_ENCODER:BOOL=ON \
-

[arch-commits] Commit in vtk/trunk (PKGBUILD vtk-type.patch)

2015-02-27 Thread Jan de Groot
Date: Friday, February 27, 2015 @ 15:40:42
  Author: jgc
Revision: 128365

upgpkg: vtk 6.1.0-8

jsoncpp rebuild

Added:
  vtk/trunk/vtk-type.patch
Modified:
  vtk/trunk/PKGBUILD

+
 PKGBUILD   |8 +---
 vtk-type.patch |   23 +++
 2 files changed, 28 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 14:00:58 UTC (rev 128364)
+++ PKGBUILD2015-02-27 14:40:42 UTC (rev 128365)
@@ -13,7 +13,7 @@
 pkgname=vtk
 pkgver=6.1.0
 _majorver=6.1
-pkgrel=7
+pkgrel=8
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'
@@ -31,13 +31,14 @@
 source=(http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz;
 
http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
 
http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;
-mesa.diff hdf5.diff)
+mesa.diff hdf5.diff vtk-type.patch)
 options=(staticlibs)
 md5sums=('25e4dfb3bad778722dcaec80cd5dab7d'
  'f82c8fe151279c0422ab8a6cfe991c94'
  '5bc47885923ef30e3ac77fcdf6d4e599'
  '381921f3169facf5d6ef22de3cb3fbe5'
- '1cf6b69312ed424a3595c3c11c82750d')
+ '1cf6b69312ed424a3595c3c11c82750d'
+ 'ec131e2c51b826d75bd996a410745279')
 
 prepare() {
   cd ${srcdir}/VTK-$pkgver
@@ -45,6 +46,7 @@
   # fix compilation errors:
   patch -Np1 -i ${srcdir}/mesa.diff
   patch -Np1 -i ${srcdir}/hdf5.diff
+  patch -Np1 -i ${srcdir}/vtk-type.patch
 
   sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
   -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \

Added: vtk-type.patch
===
--- vtk-type.patch  (rev 0)
+++ vtk-type.patch  2015-02-27 14:40:42 UTC (rev 128365)
@@ -0,0 +1,23 @@
+diff -up VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx.type 
VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx
+--- VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx.type 2014-01-22 
08:55:41.0 -0700
 VTK-6.1.0/Rendering/FreeType/vtkFreeTypeTools.cxx  2015-01-08 
15:00:40.492667074 -0700
+@@ -1186,7 +1186,7 @@ bool vtkFreeTypeTools::CalculateBounding
+ if (bitmap)
+   {
+   metaData.ascent = std::max(bitmapGlyph-top - 1, metaData.ascent);
+-  metaData.descent = std::min(-(bitmap-rows - (bitmapGlyph-top - 1)),
++  metaData.descent = std::min(-(static_castint(bitmap-rows) - 
(bitmapGlyph-top - 1)),
+   metaData.descent);
+   }
+ ++heightString;
+@@ -1951,8 +1951,8 @@ void vtkFreeTypeTools::GetLineMetrics(T
+ if (bitmap)
+   {
+   bbox[0] = std::min(bbox[0], pen[0] + bitmapGlyph-left);
+-  bbox[1] = std::max(bbox[1], pen[0] + bitmapGlyph-left + bitmap-width);
+-  bbox[2] = std::min(bbox[2], pen[1] + bitmapGlyph-top - 1 - 
bitmap-rows);
++  bbox[1] = std::max(bbox[1], pen[0] + bitmapGlyph-left + 
static_castint(bitmap-width));
++  bbox[2] = std::min(bbox[2], pen[1] + bitmapGlyph-top - 1 - 
static_castint(bitmap-rows));
+   bbox[3] = std::max(bbox[3], pen[1] + bitmapGlyph-top - 1);
+   }
+ else


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

2015-02-27 Thread Sven-Hendrik Haase
Date: Friday, February 27, 2015 @ 19:34:05
  Author: svenstaro
Revision: 128394

upgpkg: wxcam 1.1-8

update to cvs version

Modified:
  wxcam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 17:52:54 UTC (rev 128393)
+++ PKGBUILD2015-02-27 18:34:05 UTC (rev 128394)
@@ -6,27 +6,19 @@
 arch=('i686' 'x86_64')
 license=(GPL)
 pkgdesc=Webcam application for linux
-# version of CImg library needed to compile wxcam -
-# http://cimg.sourceforge.net/
-_CImg_ver=1.5.8
 url=http://wxcam.sourceforge.net;
 makedepends=('intltool=0.35.0' 'libsm')
-depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib')
-source=(wxcam.tar.gz::http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar;
-   http://downloads.sourceforge.net/cimg/CImg-${_CImg_ver}.zip)
-md5sums=('5f7058b199b93e9e3d94bca6166c1f46'
- '4941a3959f790ee68326403da1ed6dc7')
+depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib' 'cimg')
+source=(wxcam.tar.gz::http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar;)
+md5sums=('5f7058b199b93e9e3d94bca6166c1f46')
 
-prepare() {
-cp $srcdir/CImg-${_CImg_ver}/CImg.h $srcdir/$pkgname-$pkgver
-}
-
 build() {
 cd $srcdir/$pkgname
-#sed -i s/DEFAULTCONF.*/DEFAULTCONF=Release/g nbproject/Makefile-impl.mk
+sed -i s/^DEFAULTCONF.*$/DEFAULTCONF=Release/g nbproject/Makefile-impl.mk
 make
 }
 
 package() {
 cd $srcdir/$pkgname
+install -Dm755 bin/wxcam $pkgdir/usr/bin/wxcam
 }


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

2015-02-27 Thread Sven-Hendrik Haase
Date: Friday, February 27, 2015 @ 19:34:15
  Author: svenstaro
Revision: 128395

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-27 18:34:05 UTC (rev 128394)
+++ community-i686/PKGBUILD 2015-02-27 18:34:15 UTC (rev 128395)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=wxcam
-pkgver=1.1
-pkgrel=7
-arch=('i686' 'x86_64')
-license=(GPL)
-pkgdesc=Webcam application for linux
-# version of CImg library needed to compile wxcam -
-# http://cimg.sourceforge.net/
-_CImg_ver=1.5.8
-url=http://wxcam.sourceforge.net;
-makedepends=('intltool=0.35.0' 'libsm')
-depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib')
-source=(http://downloads.sourceforge.net/wxcam/${pkgname}-${pkgver}.tar.bz2
-   http://downloads.sourceforge.net/cimg/CImg-${_CImg_ver}.zip)
-md5sums=('c9ea8991b6375c1709a7ce4e61fcc263'
- '4941a3959f790ee68326403da1ed6dc7')
-
-prepare() {
-cp $srcdir/CImg-${_CImg_ver}/CImg.h $srcdir/$pkgname-$pkgver
-}
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-make DESTDIR=$pkgdir wxcamdocdir=/usr/share/doc/wxcam install
-}

Copied: wxcam/repos/community-i686/PKGBUILD (from rev 128394, 
wxcam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-27 18:34:15 UTC (rev 128395)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=wxcam
+pkgver=1.1
+pkgrel=8
+arch=('i686' 'x86_64')
+license=(GPL)
+pkgdesc=Webcam application for linux
+url=http://wxcam.sourceforge.net;
+makedepends=('intltool=0.35.0' 'libsm')
+depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib' 'cimg')
+source=(wxcam.tar.gz::http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar;)
+md5sums=('5f7058b199b93e9e3d94bca6166c1f46')
+
+build() {
+cd $srcdir/$pkgname
+sed -i s/^DEFAULTCONF.*$/DEFAULTCONF=Release/g nbproject/Makefile-impl.mk
+make
+}
+
+package() {
+cd $srcdir/$pkgname
+install -Dm755 bin/wxcam $pkgdir/usr/bin/wxcam
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-27 18:34:05 UTC (rev 128394)
+++ community-x86_64/PKGBUILD   2015-02-27 18:34:15 UTC (rev 128395)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=wxcam
-pkgver=1.1
-pkgrel=7
-arch=('i686' 'x86_64')
-license=(GPL)
-pkgdesc=Webcam application for linux
-# version of CImg library needed to compile wxcam -
-# http://cimg.sourceforge.net/
-_CImg_ver=1.5.8
-url=http://wxcam.sourceforge.net;
-makedepends=('intltool=0.35.0' 'libsm')
-depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib')
-source=(http://downloads.sourceforge.net/wxcam/${pkgname}-${pkgver}.tar.bz2
-   http://downloads.sourceforge.net/cimg/CImg-${_CImg_ver}.zip)
-md5sums=('c9ea8991b6375c1709a7ce4e61fcc263'
- '4941a3959f790ee68326403da1ed6dc7')
-
-prepare() {
-cp $srcdir/CImg-${_CImg_ver}/CImg.h $srcdir/$pkgname-$pkgver
-}
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-make DESTDIR=$pkgdir wxcamdocdir=/usr/share/doc/wxcam install
-}

Copied: wxcam/repos/community-x86_64/PKGBUILD (from rev 128394, 
wxcam/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-27 18:34:15 UTC (rev 128395)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=wxcam
+pkgver=1.1
+pkgrel=8
+arch=('i686' 'x86_64')
+license=(GPL)
+pkgdesc=Webcam application for linux
+url=http://wxcam.sourceforge.net;
+makedepends=('intltool=0.35.0' 'libsm')
+depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib' 'cimg')
+source=(wxcam.tar.gz::http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar;)
+md5sums=('5f7058b199b93e9e3d94bca6166c1f46')
+
+build() {

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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 19:51:37
  Author: spupykin
Revision: 128397

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|  132 +-
 apache.example.conf |   16 +++---
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-27 18:51:16 UTC (rev 128396)
+++ PKGBUILD2015-02-27 18:51:37 UTC (rev 128397)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sébastien Luttringer
-
-pkgname=dokuwiki
-pkgver=20140929_b
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
-_pkgver=${_pkgver/_/}
-pkgrel=1
-pkgdesc='Simple to use and highly versatile Open Source wiki software'
-arch=('any')
-url='https://www.dokuwiki.org/'
-license=('GPL')
-depends=('php')
-backup=('etc/webapps/dokuwiki/.htaccess'
-'etc/httpd/conf/extra/dokuwiki.conf')
-options=('!strip')
-source=(http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz;
-'apache.example.conf')
-md5sums=('605b14aad2f85f2f6a66ccb7c0a494e9'
- 'c5bed40abf5bb737bad8df29bb7020dc')
-
-package() {
-  cd $pkgdir
-  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
-  cp -a $srcdir/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
-
-  # move data in var
-  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
-  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
-
-  # move plugins in var
-  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
-  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
-
-  # move templates in var
-  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
-  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
-
-  # move config in /etc
-  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
-  chmod g=rwx etc/webapps/dokuwiki
-  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
-
-  # inform update on changes.log
-  touch var/lib/dokuwiki/data/changes.log
-  chmod 0644 var/lib/dokuwiki/data/changes.log
-
-  # use default htaccess
-  cp usr/share/webapps/dokuwiki/.htaccess.dist etc/webapps/dokuwiki/.htaccess
-  ln -s /etc/webapps/dokuwiki/.htaccess usr/share/webapps/dokuwiki/.htaccess
-
-  # fix rights and ownership
-  chown http:http var/lib/dokuwiki/plugins
-  chown -R http:http var/lib/dokuwiki/data
-  chown -R http:http etc/webapps/dokuwiki
-
-  # apache config
-  install -Dm0644 $srcdir/apache.example.conf 
etc/httpd/conf/extra/dokuwiki.conf
-
-  # php.ini
-  install -dm0755 $pkgdir/etc/php/conf.d/
-  echo 'open_basedir = 
${open_basedir}:/etc/webapps/dokuwiki/:/var/lib/dokuwiki/' 
$pkgdir/etc/php/conf.d/dokuwiki.ini
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dokuwiki/repos/community-any/PKGBUILD (from rev 128396, 
dokuwiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-27 18:51:37 UTC (rev 128397)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sébastien Luttringer
+
+pkgname=dokuwiki
+pkgver=20140929_c
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
+_pkgver=${_pkgver/_/}
+pkgrel=1
+pkgdesc='Simple to use and highly versatile Open Source wiki software'
+arch=('any')
+url='https://www.dokuwiki.org/'
+license=('GPL')
+depends=('php')
+backup=('etc/webapps/dokuwiki/.htaccess'
+'etc/httpd/conf/extra/dokuwiki.conf')
+options=('!strip')
+source=(http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz;
+'apache.example.conf')
+md5sums=('f83a6d5b219d451106ef441176702b37'
+ 'c5bed40abf5bb737bad8df29bb7020dc')
+
+package() {
+  cd $pkgdir
+  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
+  cp -a $srcdir/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
+
+  # move data in var
+  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
+  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
+
+  # move plugins in var
+  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
+  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
+
+  # move templates in var
+  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
+  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
+
+  # move config in /etc
+  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
+  chmod g=rwx etc/webapps/dokuwiki
+  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
+
+  # inform update on 

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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 19:51:16
  Author: spupykin
Revision: 128396

upgpkg: dokuwiki 20140929_c-1

upd

Modified:
  dokuwiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 18:34:15 UTC (rev 128395)
+++ PKGBUILD2015-02-27 18:51:16 UTC (rev 128396)
@@ -3,7 +3,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=dokuwiki
-pkgver=20140929_b
+pkgver=20140929_c
 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
 _pkgver=${_pkgver/_/}
 pkgrel=1
@@ -17,7 +17,7 @@
 options=('!strip')
 source=(http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz;
 'apache.example.conf')
-md5sums=('605b14aad2f85f2f6a66ccb7c0a494e9'
+md5sums=('f83a6d5b219d451106ef441176702b37'
  'c5bed40abf5bb737bad8df29bb7020dc')
 
 package() {


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

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 16:02:33
  Author: andyrtr
Revision: 232084

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

Added:
  nvidia-lts/repos/testing-i686/
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 232083, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 232083, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 232083, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 232083, nvidia-lts/trunk/nvidia-lts.install)

---+
 testing-i686/PKGBUILD |   54 
 testing-i686/nvidia-lts.install   |   15 ++
 testing-x86_64/PKGBUILD   |   54 
 testing-x86_64/nvidia-lts.install |   15 ++
 4 files changed, 138 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 232083, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-27 15:02:33 UTC (rev 232084)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=346.47
+_extramodules=extramodules-3.14-lts
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.34' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.14.34')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('ae61b6c3c081383f991bcc64ee0844b1'
+ '115b5b2d136c4b44c658ef823b8a4bab')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+if [[ $CARCH = x86_64 ]]; then
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+fi
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+  
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  
+if [[ $CARCH = x86_64 ]]; then
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
+fi
+  
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/*.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 232083, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2015-02-27 15:02:33 UTC (rev 232084)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 232083, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-27 15:02:33 UTC (rev 232084)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=346.47
+_extramodules=extramodules-3.14-lts
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.34' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.14.34')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('ae61b6c3c081383f991bcc64ee0844b1'
+ 

[arch-commits] Commit in nvidia-340xx-lts/repos (6 files)

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 16:00:19
  Author: andyrtr
Revision: 232082

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

Added:
  nvidia-340xx-lts/repos/testing-i686/
  nvidia-340xx-lts/repos/testing-i686/PKGBUILD
(from rev 232081, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install
(from rev 232081, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/testing-x86_64/
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 232081, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install
(from rev 232081, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)

-+
 testing-i686/PKGBUILD   |   49 ++
 testing-i686/nvidia-340xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   49 ++
 testing-x86_64/nvidia-340xx-lts.install |   15 +
 4 files changed, 128 insertions(+)

Copied: nvidia-340xx-lts/repos/testing-i686/PKGBUILD (from rev 232081, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-27 15:00:19 UTC (rev 232082)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 223837 2014-10-04 03:09:12Z svenstaro $
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-340xx-lts
+pkgver=340.76
+_extramodules=extramodules-3.14-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.34' nvidia-340xx-utils=$pkgver 
'nvidia-340xx-libgl')
+makedepends=('linux-lts-headers=3.14.34')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
+ '440df290e213280d6e20d4d4be6f8b4c')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/*.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install (from rev 
232081, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
===
--- testing-i686/nvidia-340xx-lts.install   (rev 0)
+++ testing-i686/nvidia-340xx-lts.install   2015-02-27 15:00:19 UTC (rev 
232082)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD (from rev 232081, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-27 15:00:19 UTC (rev 232082)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 223837 2014-10-04 03:09:12Z svenstaro $
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-340xx-lts
+pkgver=340.76
+_extramodules=extramodules-3.14-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.34' nvidia-340xx-utils=$pkgver 
'nvidia-340xx-libgl')
+makedepends=('linux-lts-headers=3.14.34')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)

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

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 16:10:38
  Author: andyrtr
Revision: 128373

upgpkg: tp_smapi-lts 0.41-37

linux-lts kernel update 3.14.34 rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 15:08:21 UTC (rev 128372)
+++ PKGBUILD2015-02-27 15:10:38 UTC (rev 128373)
@@ -12,13 +12,13 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-3.14-lts
 pkgver=0.41
-pkgrel=36
+pkgrel=37
 pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux-lts=3.14.21' 'linux-lts3.15')
-makedepends=('linux-lts-headers=3.14' 'linux-lts-headers3.15')
+depends=('linux-lts=3.14.34' 'linux-lts3.15')
+makedepends=('linux-lts-headers=3.14.34' 'linux-lts-headers3.15')
 install=${pkgname}.install
 
source=(https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
 md5sums=('63c683415c764568f6bf17c7eabe4752')


[arch-commits] Commit in (5 files)

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 16:19:18
  Author: spupykin
Revision: 128377

Added:
  opendbx/
  opendbx/repos/
  opendbx/trunk/
  opendbx/trunk/PKGBUILD
  opendbx/trunk/opendbx.patch

---+
 PKGBUILD  |   41 +
 opendbx.patch |   11 +++
 2 files changed, 52 insertions(+)

Added: opendbx/trunk/PKGBUILD
===
--- opendbx/trunk/PKGBUILD  (rev 0)
+++ opendbx/trunk/PKGBUILD  2015-02-27 15:19:18 UTC (rev 128377)
@@ -0,0 +1,41 @@
+# Maintainer: Leonard de Ruijter leon...@aur.archlinux.org
+# Contributor: Hubert Kario hub...@kario.pl
+# Contributor: Artyom Smirnov smirnof...@gmail.com
+
+pkgname=opendbx
+pkgver=1.4.6
+pkgrel=1
+pkgdesc=Extremely lightweight but extensible database access library written 
in C.
+arch=('i686' 'x86_64')
+url=http://www.linuxnetworks.de/doc/index.php/OpenDBX;
+license=('LGPL')
+options=(!libtool)
+depends=('libfbclient' 'libmariadbclient' 'postgresql-libs' 'sqlite' 'freetds')
+source=(http://linuxnetworks.de/opendbx/download/${pkgname}-${pkgver}.tar.gz
+'opendbx.patch')
+sha256sums=('2246a03812c7d90f10194ad01c2213a7646e383000a800277c6fb8d2bf81497c'
+'786f9622791de113bfe1ee9fc2fdc42ea4a58d31a006db1dc91ffd7fb8b6deeb')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -up1 $srcdir/opendbx.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  CPPFLAGS=${CPPFLAGS} -I/usr/include/mysql\
+  ./configure --with-backends=firebird mysql mssql odbc pgsql sqlite3 sqlite3 
sybase \
+  --prefix=/usr
+  make all -j1
+}
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}
+
+# vim:set ts=2 sw=2 et:

Added: opendbx/trunk/opendbx.patch
===
--- opendbx/trunk/opendbx.patch (rev 0)
+++ opendbx/trunk/opendbx.patch 2015-02-27 15:19:18 UTC (rev 128377)
@@ -0,0 +1,11 @@
+--- opendbx-1.4.5/backends/mssql/mssql_basic.c 2010-04-19 10:55:58.0 
+0200
 opendbx-1.4.5-2/backends/mssql/mssql_basic.c   2012-01-24 
16:03:09.560260177 +0100
+@@ -454,7 +454,7 @@
+ 
+   DBINT i, dlen;
+   BYTE* data;
+-  DBDATEREC di;
++  struct tds_sybase_dbdaterec di;
+   struct tdsgres* gres = (struct tdsgres*) result-generic;
+   struct tdsares* ares = (struct tdsares*) result-aux;
+ 


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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 16:35:09
  Author: spupykin
Revision: 128383

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 128382, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 128382, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 128382, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |  110 
 apache.conf   |   12 ++---
 roundcubemail.install |   14 +++---
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-27 15:34:32 UTC (rev 128382)
+++ PKGBUILD2015-02-27 15:35:09 UTC (rev 128383)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=roundcubemail
-pkgver=1.1.0
-pkgrel=5
-pkgdesc=A PHP web-based mail client
-arch=('any')
-url=http://www.roundcube.net;
-license=('GPL')
-depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp'
-'pear-auth-sasl' 'pear-mail-mime-decode' 'pear-net-sieve')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip' 'emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-   apache.conf)
-md5sums=('784b001753cebb9d0db59142f22e1764'
- 'afa5113b40709550573f32d032b388b8')
-
-prepare() {
-  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
--e s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';| \
--e s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';| \
-config/defaults.inc.php \
-program/lib/Roundcube/rcube_config.php
-}
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-
-  install -dm0755 $pkgdir/etc/php/conf.d/
-  cat EOF $pkgdir/etc/php/conf.d/$pkgname.ini
-open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-EOF
-
-  rm -rf temp logs
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 128382, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-27 15:35:09 UTC (rev 128383)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=roundcubemail
+pkgver=1.1.0
+pkgrel=6
+pkgdesc=A PHP web-based mail client
+arch=('any')
+url=http://www.roundcube.net;
+license=('GPL')
+depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp'
+'pear-auth-sasl' 'pear-mail-mime-decode' 'pear-net-sieve')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip' 'emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+   apache.conf)
+md5sums=('784b001753cebb9d0db59142f22e1764'
+ 'afa5113b40709550573f32d032b388b8')
+
+prepare() {
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';| \
+-e s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';| \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+}
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+
+  install -dm0755 $pkgdir/etc/php/conf.d/
+  cat 'EOF' 

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

2015-02-27 Thread Felix Yan
Date: Friday, February 27, 2015 @ 17:01:10
  Author: fyan
Revision: 232087

upgpkg: plasma-workspace 5.2.1-2

fix dependency on milou (FS#43668)

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 15:50:59 UTC (rev 232086)
+++ PKGBUILD2015-02-27 16:01:10 UTC (rev 232087)
@@ -7,7 +7,7 @@
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi')
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
@@ -18,7 +18,7 @@
 depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
  'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
  'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop')
+ 'xorg-xmessage' 'xorg-xprop' 'milou')
 makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-frameworks'
  'krunner')
 groups=('plasma')


[arch-commits] Commit in plasma-workspace/repos/testing-x86_64 (4 files)

2015-02-27 Thread Felix Yan
Date: Friday, February 27, 2015 @ 17:01:25
  Author: fyan
Revision: 232088

archrelease: copy trunk to testing-x86_64

Added:
  plasma-workspace/repos/testing-x86_64/PKGBUILD
(from rev 232087, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/testing-x86_64/kde.pam
(from rev 232087, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/testing-x86_64/PKGBUILD
  plasma-workspace/repos/testing-x86_64/kde.pam

--+
 PKGBUILD |  146 ++---
 kde.pam  |   12 ++---
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-27 16:01:10 UTC (rev 232087)
+++ PKGBUILD2015-02-27 16:01:25 UTC (rev 232088)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. lq07829icatm at rambler.ru
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi')
-pkgver=5.2.1
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
- 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-frameworks'
- 'krunner')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
-'kde.pam')
-md5sums=('29694a2c8b43cf269ab89a50fb0e917e'
- '929b182dec8a096206ad493477c09d2c')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgbase}-${pkgver}
-  # be sure to use the Qt5 version of qtpaths
-  sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS support for geolocation')
-  conflicts=('kdebase-workspace')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -D ${srcdir}/kde.pam \
-${pkgdir}/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm ${pkgdir}/usr/lib/drkonqi
-  rm -r ${pkgdir}/usr/share/drkonqi
-  rm ${pkgdir}/usr/lib/libKF5XmlRpcClientPrivate.*
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kdewebkit')
-
-  cd build/drkonqi
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-workspace/repos/testing-x86_64/PKGBUILD (from rev 232087, 
plasma-workspace/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-27 16:01:25 UTC (rev 232088)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. lq07829icatm at rambler.ru
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
+pkgver=5.2.1
+pkgrel=2
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
+ 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
+ 'xorg-xmessage' 'xorg-xprop' 'milou')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-frameworks'
+ 'krunner')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
+'kde.pam')
+md5sums=('29694a2c8b43cf269ab89a50fb0e917e'
+ '929b182dec8a096206ad493477c09d2c')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgbase}-${pkgver}
+  # be sure to use the Qt5 version of qtpaths
+  sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-workspace() {
+  optdepends=('plasma-workspace-wallpapers: additional 

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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 16:34:00
  Author: spupykin
Revision: 128380

upgpkg: opendkim 2.10.1-2

upd

Modified:
  opendkim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 15:33:57 UTC (rev 128379)
+++ PKGBUILD2015-02-27 15:34:00 UTC (rev 128380)
@@ -4,12 +4,12 @@
 
 pkgname=opendkim
 pkgver=2.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
 arch=(i686 x86_64)
 url=http://www.opendkim.org/;
 license=('BSD' 'custom:Sendmail')
-depends=(db openssl libbsd)
+depends=(db openssl libbsd opendbx)
 makedepends=(libmilter)
 options=(!emptydirs)
 backup=(etc/conf.d/opendkim)
@@ -23,7 +23,8 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-db
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-db \
+--with-odbx --with-sql-backend
   make
 }
 


[arch-commits] Commit in (4 files)

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 17:22:08
  Author: spupykin
Revision: 128387

Modified:
  freerdp/trunk/PKGBUILD
  remmina/trunk/PKGBUILD
Deleted:
  freerdp/trunk/build-fix.patch
  remmina/trunk/freerdp-1.2.patch

-+
 freerdp/trunk/PKGBUILD  |   14 +-
 freerdp/trunk/build-fix.patch   |   13 -
 remmina/trunk/PKGBUILD  |   21 +++
 remmina/trunk/freerdp-1.2.patch |   53 --
 4 files changed, 12 insertions(+), 89 deletions(-)

Modified: freerdp/trunk/PKGBUILD
===
--- freerdp/trunk/PKGBUILD  2015-02-27 16:21:40 UTC (rev 128386)
+++ freerdp/trunk/PKGBUILD  2015-02-27 16:22:08 UTC (rev 128387)
@@ -3,10 +3,10 @@
 # Contributor: Stijn Segers francesco dot borromini at gmail dot com
 
 pkgname=freerdp
-pkgver=1.2.0_beta1+android9
+pkgver=1.2.0_beta1+20150227
 _pkgver=${pkgver/_/-}
 _pkgver=${_pkgver/+/-}
-pkgrel=3
+pkgrel=4
 pkgdesc=Free RDP client
 arch=('i686' 'x86_64')
 url=http://freerdp.sourceforge.net;
@@ -17,14 +17,13 @@
 makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
 'xmlto' 'docbook-xsl')
 conflicts=('freerdp-git')
-source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
-   build-fix.patch)
-md5sums=('a4a0a4f6e69c871aeab0600091ca6118'
- '9e9488538fe5ab74c25e2fb69e3edf62')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
+source=(FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=ff6dbb049ce066f6fca5708f81fd33f97086bc0e)
+md5sums=('SKIP')
 
 prepare() {
   cd $srcdir/FreeRDP-${_pkgver}
-  patch -p1 $srcdir/build-fix.patch
+#  patch -p1 $srcdir/build-fix.patch
 }
 
 build() {
@@ -36,6 +35,7 @@
-DWITH_CUPS=ON \
-DWITH_CHANNELS=ON \
-DWITH_CLIENT_CHANNELS=ON \
+   -DWITH_SERVER_CHANNELS=ON \
.
   make
 }

Deleted: freerdp/trunk/build-fix.patch
===
--- freerdp/trunk/build-fix.patch   2015-02-27 16:21:40 UTC (rev 128386)
+++ freerdp/trunk/build-fix.patch   2015-02-27 16:22:08 UTC (rev 128387)
@@ -1,13 +0,0 @@
-diff -wbBur FreeRDP-1.2.0-beta1-android9/channels/client/CMakeLists.txt 
FreeRDP-1.2.0-beta1-android9.my/channels/client/CMakeLists.txt
 FreeRDP-1.2.0-beta1-android9/channels/client/CMakeLists.txt
2014-09-12 02:46:32.0 +0400
-+++ FreeRDP-1.2.0-beta1-android9.my/channels/client/CMakeLists.txt 
2015-02-25 14:05:27.840874974 +0300
-@@ -24,7 +24,9 @@
-   ${CMAKE_CURRENT_SOURCE_DIR}/addin.c
-   ${CMAKE_CURRENT_SOURCE_DIR}/addin.h)
- 
-+if(CHANNEL_STATIC_CLIENT_ENTRIES)
- list(REMOVE_DUPLICATES CHANNEL_STATIC_CLIENT_ENTRIES)
-+endif()
- 
- foreach(STATIC_ENTRY ${CHANNEL_STATIC_CLIENT_ENTRIES})
-   foreach(STATIC_MODULE ${CHANNEL_STATIC_CLIENT_MODULES})

Modified: remmina/trunk/PKGBUILD
===
--- remmina/trunk/PKGBUILD  2015-02-27 16:21:40 UTC (rev 128386)
+++ remmina/trunk/PKGBUILD  2015-02-27 16:22:08 UTC (rev 128387)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=remmina
-pkgver=1.1.2
+pkgver=1.2.0rcgit.2
 pkgrel=1
 pkgdesc=remote desktop client written in GTK+
 arch=(i686 x86_64)
@@ -22,22 +22,11 @@
 replaces=('remmina-plugins')
 provides=('remmina-plugins')
 install=remmina.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/Remmina/archive/v$pkgver.tar.gz;
-   freerdp-1.2.patch)
-md5sums=('825b4dbee7053a059ac314ca11714219'
- '509ded89b6a2858b3091698d380da831')
+source=($pkgname-${pkgver/rc/-rc}.tar.gz::https://github.com/FreeRDP/Remmina/archive/v${pkgver/rc/-rc}.tar.gz;)
+md5sums=('049fc8d428e84bcbe7cac653e4447cd7')
 
-prepare() {
-  cd ${srcdir}/Remmina-$pkgver/
-  for i in ${source[@]}; do
-if [[ $i == *.patch ]]; then
-  patch -F100 -p1 -i ${srcdir}/${i}
-fi
-  done
-}
-
 build() {
-  cd ${srcdir}/Remmina-$pkgver/
+  cd ${srcdir}/Remmina-${pkgver/rc/-rc}/
   cmake \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=/usr/lib \
@@ -46,7 +35,7 @@
 }
 
 package() {
-  cd ${srcdir}/Remmina-$pkgver/
+  cd ${srcdir}/Remmina-${pkgver/rc/-rc}/
   make DESTDIR=${pkgdir} install
   rm -rf $pkgdir/build
 }

Deleted: remmina/trunk/freerdp-1.2.patch
===
--- remmina/trunk/freerdp-1.2.patch 2015-02-27 16:21:40 UTC (rev 128386)
+++ remmina/trunk/freerdp-1.2.patch 2015-02-27 16:22:08 UTC (rev 128387)
@@ -1,53 +0,0 @@
-diff -wbBur Remmina-1.1.1/cmake/FindFREERDP.cmake 
Remmina-1.1.1.my/cmake/FindFREERDP.cmake
 Remmina-1.1.1/cmake/FindFREERDP.cmake  2014-10-10 16:25:23.0 
+0400
-+++ Remmina-1.1.1.my/cmake/FindFREERDP.cmake   2014-11-19 19:32:40.112459977 
+0300
-@@ -24,19 +24,7 @@
- find_path

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

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 16:05:39
  Author: andyrtr
Revision: 128369

upgpkg: bbswitch-lts 0.8-6

linux-lts kernel update 3.14.34 rebuild

Modified:
  bbswitch-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 15:03:33 UTC (rev 128368)
+++ PKGBUILD2015-02-27 15:05:39 UTC (rev 128369)
@@ -7,13 +7,13 @@
 _basename=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.14-lts # Don't forget to update 
bbswitch-lts.install
-pkgrel=5
+pkgrel=6
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
 url=(http://github.com/Bumblebee-Project/bbswitch;)
 license=('GPL')
-depends=('linux-lts=3.14' 'linux-lts3.15')
-makedepends=('linux-lts-headers=3.14' 'linux-lts-headers3.15')
+depends=('linux-lts=3.14.34' 'linux-lts3.15')
+makedepends=('linux-lts-headers=3.14.34' 'linux-lts-headers3.15')
 install=${pkgname}.install
 
source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')


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

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 16:03:33
  Author: andyrtr
Revision: 128368

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

Added:
  acpi_call-lts/repos/community-testing-i686/
  acpi_call-lts/repos/community-testing-i686/PKGBUILD
(from rev 128367, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-i686/acpi_call.install
(from rev 128367, acpi_call-lts/trunk/acpi_call.install)
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 128367, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-x86_64/acpi_call.install
(from rev 128367, acpi_call-lts/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   41 +++
 community-testing-i686/acpi_call.install   |   14 +
 community-testing-x86_64/PKGBUILD  |   41 +++
 community-testing-x86_64/acpi_call.install |   14 +
 4 files changed, 110 insertions(+)

Copied: acpi_call-lts/repos/community-testing-i686/PKGBUILD (from rev 128367, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-27 15:03:33 UTC (rev 128368)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=15
+_extramodules=extramodules-3.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname%-*};
+license=('GPL')
+depends=('linux-lts=3.14.34')
+makedepends=('linux-lts-headers=3.14.34')
+provides=(${pkgname%-*})
+install=${pkgname%-*}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko ${pkgdir}/usr/lib/modules/${_extramodules}/
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-i686/acpi_call.install (from rev 
128367, acpi_call-lts/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2015-02-27 15:03:33 UTC (rev 
128368)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-3.14-lts
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 128367, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-27 15:03:33 UTC (rev 128368)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=15
+_extramodules=extramodules-3.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname%-*};
+license=('GPL')
+depends=('linux-lts=3.14.34')
+makedepends=('linux-lts-headers=3.14.34')
+provides=(${pkgname%-*})
+install=${pkgname%-*}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko ${pkgdir}/usr/lib/modules/${_extramodules}/
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 16:08:12
  Author: andyrtr
Revision: 128371

upgpkg: r8168-lts 8.039.00-7

linux-lts kernel update 3.14.34 rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 15:05:49 UTC (rev 128370)
+++ PKGBUILD2015-02-27 15:08:12 UTC (rev 128371)
@@ -4,14 +4,14 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.039.00
-pkgrel=6
+pkgrel=7
 pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
 #url=http://www.realtek.com.tw;
 url=https://code.google.com/p/r8168/;
 license=(GPL)
 arch=('i686' 'x86_64')
-depends=('glibc' linux-lts=3.14.21 linux-lts3.15)
-makedepends=(linux-lts-headers=3.14 linux-lts-headers3.15)
+depends=('glibc' linux-lts=3.14.34 linux-lts3.15)
+makedepends=(linux-lts-headers=3.14.34 linux-lts-headers3.15)
 install=$pkgname.install
 source=(#ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2;
http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2)


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

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 16:08:21
  Author: andyrtr
Revision: 128372

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

Added:
  r8168-lts/repos/community-testing-i686/
  r8168-lts/repos/community-testing-i686/PKGBUILD
(from rev 128371, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-i686/r8168-lts.install
(from rev 128371, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 128371, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install
(from rev 128371, r8168-lts/trunk/r8168-lts.install)

+
 community-testing-i686/PKGBUILD|   35 +++
 community-testing-i686/r8168-lts.install   |   17 +
 community-testing-x86_64/PKGBUILD  |   35 +++
 community-testing-x86_64/r8168-lts.install |   17 +
 4 files changed, 104 insertions(+)

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 128371, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-27 15:08:21 UTC (rev 128372)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.039.00
+pkgrel=7
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+#url=http://www.realtek.com.tw;
+url=https://code.google.com/p/r8168/;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.14.34 linux-lts3.15)
+makedepends=(linux-lts-headers=3.14.34 linux-lts-headers3.15)
+install=$pkgname.install
+source=(#ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2;
+   http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+_extramodules=extramodules-3.14-lts
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}

Copied: r8168-lts/repos/community-testing-i686/r8168-lts.install (from rev 
128371, r8168-lts/trunk/r8168-lts.install)
===
--- community-testing-i686/r8168-lts.install(rev 0)
+++ community-testing-i686/r8168-lts.install2015-02-27 15:08:21 UTC (rev 
128372)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.14-lts'
+   depmod $(cat /lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo ' The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '  `echo blacklist r8169  
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 128371, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-27 15:08:21 UTC (rev 128372)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.039.00
+pkgrel=7
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+#url=http://www.realtek.com.tw;
+url=https://code.google.com/p/r8168/;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.14.34 linux-lts3.15)
+makedepends=(linux-lts-headers=3.14.34 linux-lts-headers3.15)
+install=$pkgname.install
+source=(#ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2;
+   http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+_extramodules=extramodules-3.14-lts
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 

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

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 16:13:57
  Author: andyrtr
Revision: 128375

upgpkg: virtualbox-modules-lts 4.3.22-3

linux-lts kernel update 3.14.34 rebuild

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 15:10:47 UTC (rev 128374)
+++ PKGBUILD2015-02-27 15:13:57 UTC (rev 128375)
@@ -6,12 +6,12 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.3.22
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux-lts=3.14' 'linux-lts3.15'
- 'linux-lts-headers=3.14' 'linux-lts-headers3.15'
+makedepends=('linux-lts=3.14.34' 'linux-lts3.15'
+ 'linux-lts-headers=3.14.34' 'linux-lts-headers3.15'
  virtualbox-host-dkms=$pkgver
  virtualbox-guest-dkms=$pkgver)
 
@@ -34,7 +34,7 @@
 package_virtualbox-host-modules-lts(){
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts=3.14' 'linux-lts3.15')
+  depends=('linux-lts=3.14.34' 'linux-lts3.15')
   replaces=('virtualbox-modules-lts')
   conflicts=('virtualbox-modules-lts')
   provides=(virtualbox-host-modules=$pkgver)
@@ -50,7 +50,7 @@
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux-lts=3.14' 'linux-lts3.15')
+  depends=('linux-lts=3.14.34' 'linux-lts3.15')
   replaces=('virtualbox-archlinux-modules-lts')
   conflicts=('virtualbox-archlinux-modules-lts')
   provides=(virtualbox-guest-modules=$pkgver)


[arch-commits] Commit in deluge/repos/extra-any (9 files)

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 16:50:59
  Author: heftig
Revision: 232086

archrelease: copy trunk to extra-any

Added:
  deluge/repos/extra-any/PKGBUILD
(from rev 232085, deluge/trunk/PKGBUILD)
  deluge/repos/extra-any/deluge-web.service
(from rev 232085, deluge/trunk/deluge-web.service)
  deluge/repos/extra-any/deluge.install
(from rev 232085, deluge/trunk/deluge.install)
  deluge/repos/extra-any/deluged.service
(from rev 232085, deluge/trunk/deluged.service)
  deluge/repos/extra-any/twisted15.patch
(from rev 232085, deluge/trunk/twisted15.patch)
Deleted:
  deluge/repos/extra-any/PKGBUILD
  deluge/repos/extra-any/deluge-web.service
  deluge/repos/extra-any/deluge.install
  deluge/repos/extra-any/deluged.service

+
 PKGBUILD   |   94 ++-
 deluge-web.service |   20 +-
 deluge.install |   38 ++--
 deluged.service|   22 +--
 twisted15.patch|   49 ++
 5 files changed, 137 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-27 15:49:16 UTC (rev 232085)
+++ PKGBUILD2015-02-27 15:50:59 UTC (rev 232086)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=deluge
-pkgver=1.3.11
-pkgrel=2
-pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
-arch=('any')
-url=http://deluge-torrent.org/;
-license=('GPL3')
-depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
- python2-chardet python2-setuptools)
-makedepends=(intltool pygtk librsvg python2-mako)
-optdepends=('python2-notify: libnotify notifications'
-'pygtk: needed for gtk ui'
-'librsvg: needed for gtk ui'
-'python2-mako: needed for web ui')
-install=deluge.install
-source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
-deluged.service deluge-web.service)
-md5sums=('49f9f5fc751d49ddd415f02123de77a8'
- '17f51ac9a90f0dc41a20291444a7489b'
- '2a73f62c04e8b147c731fbb50666e846')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1s/python$/2/' deluge/ui/Win32IconImagePlugin.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-
-  install -Dm644 ../deluged.service 
$pkgdir/usr/lib/systemd/system/deluged.service
-  install -Dm644 ../deluge-web.service 
$pkgdir/usr/lib/systemd/system/deluge-web.service
-
-  install -d $pkgdir/srv
-  install -d -m 775 -o 125 -g 125 $pkgdir/srv/deluge
-}

Copied: deluge/repos/extra-any/PKGBUILD (from rev 232085, deluge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-27 15:50:59 UTC (rev 232086)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=deluge
+pkgver=1.3.11
+pkgrel=3
+pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
+arch=('any')
+url=http://deluge-torrent.org/;
+license=('GPL3')
+depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
+ python2-chardet python2-setuptools)
+makedepends=(intltool pygtk librsvg python2-mako)
+optdepends=('python2-notify: libnotify notifications'
+'pygtk: needed for gtk ui'
+'librsvg: needed for gtk ui'
+'python2-mako: needed for web ui')
+install=deluge.install
+source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
+deluged.service deluge-web.service twisted15.patch)
+md5sums=('49f9f5fc751d49ddd415f02123de77a8'
+ '17f51ac9a90f0dc41a20291444a7489b'
+ '2a73f62c04e8b147c731fbb50666e846'
+ '6ff539de47871258bb484fc5b0590fe2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../twisted15.patch
+  sed -i '1s/python$/2/' deluge/ui/Win32IconImagePlugin.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 ../deluged.service 
$pkgdir/usr/lib/systemd/system/deluged.service
+  install -Dm644 ../deluge-web.service 
$pkgdir/usr/lib/systemd/system/deluge-web.service
+
+  install -d $pkgdir/srv
+  install -d -m 775 -o 125 -g 125 $pkgdir/srv/deluge
+}

Deleted: deluge-web.service
===
--- deluge-web.service  2015-02-27 15:49:16 UTC (rev 232085)
+++ deluge-web.service  2015-02-27 15:50:59 UTC (rev 232086)
@@ -1,10 +0,0 @@
-[Unit]

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

2015-02-27 Thread Felix Yan
Date: Friday, February 27, 2015 @ 17:05:06
  Author: fyan
Revision: 232090

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

Added:
  kimageformats/repos/testing-i686/
  kimageformats/repos/testing-i686/PKGBUILD
(from rev 232089, kimageformats/trunk/PKGBUILD)
  kimageformats/repos/testing-x86_64/
  kimageformats/repos/testing-x86_64/PKGBUILD
(from rev 232089, kimageformats/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kimageformats/repos/testing-i686/PKGBUILD (from rev 232089, 
kimageformats/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-27 16:05:06 UTC (rev 232090)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kimageformats
+pkgver=5.7.0
+pkgrel=2
+pkgdesc='Image format plugins for Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kimageformats'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d45ee89eabdb1d12a5a76cad60943084')
+
+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: kimageformats/repos/testing-x86_64/PKGBUILD (from rev 232089, 
kimageformats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-27 16:05:06 UTC (rev 232090)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kimageformats
+pkgver=5.7.0
+pkgrel=2
+pkgdesc='Image format plugins for Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kimageformats'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d45ee89eabdb1d12a5a76cad60943084')
+
+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
+}


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

2015-02-27 Thread Felix Yan
Date: Friday, February 27, 2015 @ 17:10:15
  Author: fyan
Revision: 232091

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

Added:
  plasma-workspace/repos/testing-i686/PKGBUILD
(from rev 232090, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/testing-i686/kde.pam
(from rev 232090, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/testing-x86_64/PKGBUILD
(from rev 232090, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/testing-x86_64/kde.pam
(from rev 232090, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/testing-i686/PKGBUILD
  plasma-workspace/repos/testing-i686/kde.pam
  plasma-workspace/repos/testing-x86_64/PKGBUILD
  plasma-workspace/repos/testing-x86_64/kde.pam

-+
 /PKGBUILD   |  146 ++
 /kde.pam|   12 +++
 testing-i686/PKGBUILD   |   73 ---
 testing-i686/kde.pam|6 -
 testing-x86_64/PKGBUILD |   73 ---
 testing-x86_64/kde.pam  |6 -
 6 files changed, 158 insertions(+), 158 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-02-27 16:05:06 UTC (rev 232090)
+++ testing-i686/PKGBUILD   2015-02-27 16:10:15 UTC (rev 232091)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. lq07829icatm at rambler.ru
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi')
-pkgver=5.2.1
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
- 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-frameworks'
- 'krunner')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
-'kde.pam')
-md5sums=('29694a2c8b43cf269ab89a50fb0e917e'
- '929b182dec8a096206ad493477c09d2c')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgbase}-${pkgver}
-  # be sure to use the Qt5 version of qtpaths
-  sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS support for geolocation')
-  conflicts=('kdebase-workspace')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -D ${srcdir}/kde.pam \
-${pkgdir}/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm ${pkgdir}/usr/lib/drkonqi
-  rm -r ${pkgdir}/usr/share/drkonqi
-  rm ${pkgdir}/usr/lib/libKF5XmlRpcClientPrivate.*
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kdewebkit')
-
-  cd build/drkonqi
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-workspace/repos/testing-i686/PKGBUILD (from rev 232090, 
plasma-workspace/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-27 16:10:15 UTC (rev 232091)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. lq07829icatm at rambler.ru
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
+pkgver=5.2.1
+pkgrel=2
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
+ 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
+ 'xorg-xmessage' 'xorg-xprop' 'milou')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-frameworks'
+ 'krunner')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
+'kde.pam')

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

2015-02-27 Thread Felix Yan
Date: Friday, February 27, 2015 @ 17:21:40
  Author: fyan
Revision: 128386

upgpkg: nodejs 0.12.0-3

- bump npm to 2.6.1
- disable shared libuv (FS#43966)

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 15:49:10 UTC (rev 128385)
+++ PKGBUILD2015-02-27 16:21:40 UTC (rev 128386)
@@ -10,13 +10,13 @@
 
 pkgname=nodejs
 pkgver=0.12.0
-_npmver=2.6.0
-pkgrel=2
+_npmver=2.6.1
+pkgrel=3
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
 license=('MIT')
-depends=('openssl' 'zlib' 'libuv') # 'v8' 'c-ares')
+depends=('openssl' 'zlib') # 'libuv' 'v8' 'c-ares')
 provides=('nodejs-node-gyp')
 makedepends=('python2' 'git' 'procps-ng')
 optdepends=('python2: for node-gyp')
@@ -51,8 +51,8 @@
   ./configure \
 --prefix=/usr \
 --shared-openssl \
---shared-zlib \
---shared-libuv
+--shared-zlib
+# --shared-libuv
 # --shared-v8
 # --shared-cares
 


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

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 16:05:49
  Author: andyrtr
Revision: 128370

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

Added:
  bbswitch-lts/repos/community-testing-i686/
  bbswitch-lts/repos/community-testing-i686/PKGBUILD
(from rev 128369, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install
(from rev 128369, bbswitch-lts/trunk/bbswitch-lts.install)
  bbswitch-lts/repos/community-testing-x86_64/
  bbswitch-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 128369, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install
(from rev 128369, bbswitch-lts/trunk/bbswitch-lts.install)

---+
 community-testing-i686/PKGBUILD   |   34 
 community-testing-i686/bbswitch-lts.install   |   12 
 community-testing-x86_64/PKGBUILD |   34 
 community-testing-x86_64/bbswitch-lts.install |   12 
 4 files changed, 92 insertions(+)

Copied: bbswitch-lts/repos/community-testing-i686/PKGBUILD (from rev 128369, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-27 15:05:49 UTC (rev 128370)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.14-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=6
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux-lts=3.14.34' 'linux-lts3.15')
+makedepends=('linux-lts-headers=3.14.34' 'linux-lts-headers3.15')
+install=${pkgname}.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install (from 
rev 128369, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-testing-i686/bbswitch-lts.install (rev 0)
+++ community-testing-i686/bbswitch-lts.install 2015-02-27 15:05:49 UTC (rev 
128370)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/PKGBUILD (from rev 128369, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-27 15:05:49 UTC (rev 128370)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.14-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=6
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux-lts=3.14.34' 'linux-lts3.15')
+makedepends=('linux-lts-headers=3.14.34' 'linux-lts-headers3.15')
+install=${pkgname}.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install (from 
rev 128369, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-testing-x86_64/bbswitch-lts.install   
(rev 

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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 16:33:57
  Author: spupykin
Revision: 128379

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

Added:
  opendbx/repos/community-i686/
  opendbx/repos/community-i686/PKGBUILD
(from rev 128378, opendbx/trunk/PKGBUILD)
  opendbx/repos/community-i686/opendbx.patch
(from rev 128378, opendbx/trunk/opendbx.patch)
  opendbx/repos/community-x86_64/
  opendbx/repos/community-x86_64/PKGBUILD
(from rev 128378, opendbx/trunk/PKGBUILD)
  opendbx/repos/community-x86_64/opendbx.patch
(from rev 128378, opendbx/trunk/opendbx.patch)

+
 community-i686/PKGBUILD|   43 +++
 community-i686/opendbx.patch   |   11 +
 community-x86_64/PKGBUILD  |   43 +++
 community-x86_64/opendbx.patch |   11 +
 4 files changed, 108 insertions(+)

Copied: opendbx/repos/community-i686/PKGBUILD (from rev 128378, 
opendbx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-27 15:33:57 UTC (rev 128379)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin arch+...@sergej.pp.ru
+# Maintainer: Leonard de Ruijter leon...@aur.archlinux.org
+# Contributor: Hubert Kario hub...@kario.pl
+# Contributor: Artyom Smirnov smirnof...@gmail.com
+
+pkgname=opendbx
+pkgver=1.4.6
+pkgrel=1
+pkgdesc=Extremely lightweight but extensible database access library written 
in C.
+arch=('i686' 'x86_64')
+url=http://www.linuxnetworks.de/doc/index.php/OpenDBX;
+license=('LGPL')
+options=(!libtool)
+depends=('libfbclient' 'libmariadbclient' 'postgresql-libs' 'sqlite' 'freetds')
+source=(http://linuxnetworks.de/opendbx/download/${pkgname}-${pkgver}.tar.gz
+'opendbx.patch')
+sha256sums=('2246a03812c7d90f10194ad01c2213a7646e383000a800277c6fb8d2bf81497c'
+'786f9622791de113bfe1ee9fc2fdc42ea4a58d31a006db1dc91ffd7fb8b6deeb')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -up1 $srcdir/opendbx.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  CPPFLAGS=${CPPFLAGS} -I/usr/include/mysql\
+  ./configure --with-backends=firebird mysql mssql odbc pgsql sqlite3 sqlite3 
sybase \
+  --prefix=/usr
+  make all -j1
+}
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opendbx/repos/community-i686/opendbx.patch (from rev 128378, 
opendbx/trunk/opendbx.patch)
===
--- community-i686/opendbx.patch(rev 0)
+++ community-i686/opendbx.patch2015-02-27 15:33:57 UTC (rev 128379)
@@ -0,0 +1,11 @@
+--- opendbx-1.4.5/backends/mssql/mssql_basic.c 2010-04-19 10:55:58.0 
+0200
 opendbx-1.4.5-2/backends/mssql/mssql_basic.c   2012-01-24 
16:03:09.560260177 +0100
+@@ -454,7 +454,7 @@
+ 
+   DBINT i, dlen;
+   BYTE* data;
+-  DBDATEREC di;
++  struct tds_sybase_dbdaterec di;
+   struct tdsgres* gres = (struct tdsgres*) result-generic;
+   struct tdsares* ares = (struct tdsares*) result-aux;
+ 

Copied: opendbx/repos/community-x86_64/PKGBUILD (from rev 128378, 
opendbx/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-27 15:33:57 UTC (rev 128379)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin arch+...@sergej.pp.ru
+# Maintainer: Leonard de Ruijter leon...@aur.archlinux.org
+# Contributor: Hubert Kario hub...@kario.pl
+# Contributor: Artyom Smirnov smirnof...@gmail.com
+
+pkgname=opendbx
+pkgver=1.4.6
+pkgrel=1
+pkgdesc=Extremely lightweight but extensible database access library written 
in C.
+arch=('i686' 'x86_64')
+url=http://www.linuxnetworks.de/doc/index.php/OpenDBX;
+license=('LGPL')
+options=(!libtool)
+depends=('libfbclient' 'libmariadbclient' 'postgresql-libs' 'sqlite' 'freetds')
+source=(http://linuxnetworks.de/opendbx/download/${pkgname}-${pkgver}.tar.gz
+'opendbx.patch')
+sha256sums=('2246a03812c7d90f10194ad01c2213a7646e383000a800277c6fb8d2bf81497c'
+'786f9622791de113bfe1ee9fc2fdc42ea4a58d31a006db1dc91ffd7fb8b6deeb')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -up1 $srcdir/opendbx.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  CPPFLAGS=${CPPFLAGS} -I/usr/include/mysql\
+  ./configure --with-backends=firebird mysql mssql odbc pgsql sqlite3 sqlite3 
sybase \
+  --prefix=/usr
+  make all -j1
+}
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opendbx/repos/community-x86_64/opendbx.patch (from rev 128378, 

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

2015-02-27 Thread Felix Yan
Date: Friday, February 27, 2015 @ 16:49:10
  Author: fyan
Revision: 128385

archrelease: copy trunk to community-any

Added:
  sshuttle/repos/community-any/PKGBUILD
(from rev 128384, sshuttle/trunk/PKGBUILD)
  sshuttle/repos/community-any/arch-install.patch
(from rev 128384, sshuttle/trunk/arch-install.patch)
Deleted:
  sshuttle/repos/community-any/PKGBUILD
  sshuttle/repos/community-any/arch-install.patch

+
 PKGBUILD   |   81 ++-
 arch-install.patch |   38 +++
 2 files changed, 61 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-27 15:48:56 UTC (rev 128384)
+++ PKGBUILD2015-02-27 15:49:10 UTC (rev 128385)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: alphazo alph...@gmail.com
-
-pkgname=sshuttle
-pkgver=0.61
-pkgrel=5
-pkgdesc=Transparent proxy server that works as a poor man's VPN. Forwards all 
TCP packets over ssh (and even DNS requests when using --dns option). Doesn't 
require admin privileges on the server side
-arch=('any')
-url=https://github.com/apenwarr/sshuttle;
-license=('GPL2')
-depends=('python2' 'iptables' 'openssh')
-makedepends=('python2-markdown' 'python2-beautifulsoup3' 'git')
-source=(git+https://github.com/apenwarr/$pkgname.git#tag=$pkgname-$pkgver;
-arch-install.patch)
-
-build() {
-  cd $pkgname
-  patch -p1 -i $srcdir/arch-install.patch
-
-  sed -i 's#/usr/bin/env python#/usr/bin/env python2#' stresstest.py 
Documentation/md2man.py
-  make
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 sshuttle $pkgdir/usr/bin/sshuttle
-
-  install -d $pkgdir/usr/share/sshuttle
-  cp -r *.py compat $pkgdir/usr/share/sshuttle/
-
-  install -d $pkgdir/usr/share/sshuttle/version
-  cp -r version/*.py $pkgdir/usr/share/sshuttle/version
-
-  install -Dm644 Documentation/sshuttle.8 
$pkgdir/usr/share/man/man8/sshuttle.8
-}
-
-md5sums=('SKIP'
- '15ed72e2b68dd07ef97abfdcb828d188')

Copied: sshuttle/repos/community-any/PKGBUILD (from rev 128384, 
sshuttle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-27 15:49:10 UTC (rev 128385)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: alphazo alph...@gmail.com
+
+pkgname=sshuttle
+pkgver=0.61
+pkgrel=6
+pkgdesc=Transparent proxy server that works as a poor man's VPN. Forwards all 
TCP packets over ssh (and even DNS requests when using --dns option). Doesn't 
require admin privileges on the server side
+arch=('any')
+url=https://github.com/apenwarr/sshuttle;
+license=('GPL2')
+depends=('python2' 'iptables' 'openssh' 'net-tools')
+makedepends=('python2-markdown' 'python2-beautifulsoup3' 'git')
+source=(git+https://github.com/apenwarr/$pkgname.git#tag=$pkgname-$pkgver;
+arch-install.patch)
+md5sums=('SKIP'
+ '15ed72e2b68dd07ef97abfdcb828d188')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i $srcdir/arch-install.patch
+
+  sed -i 's#/usr/bin/env python#/usr/bin/env python2#' stresstest.py 
Documentation/md2man.py
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 sshuttle $pkgdir/usr/bin/sshuttle
+
+  install -d $pkgdir/usr/share/sshuttle
+  cp -r *.py compat $pkgdir/usr/share/sshuttle/
+
+  install -d $pkgdir/usr/share/sshuttle/version
+  cp -r version/*.py $pkgdir/usr/share/sshuttle/version
+
+  install -Dm644 Documentation/sshuttle.8 
$pkgdir/usr/share/man/man8/sshuttle.8
+}

Deleted: arch-install.patch
===
--- arch-install.patch  2015-02-27 15:48:56 UTC (rev 128384)
+++ arch-install.patch  2015-02-27 15:49:10 UTC (rev 128385)
@@ -1,19 +0,0 @@
-*** sshuttleORIGIN/sshuttle2011-05-21 22:58:24.156725075 +0200
 sshuttle   2011-05-21 22:59:16.354698468 +0200
-***
-*** 4,10 
-   [ -L $EXE ] || break
-   EXE=$(readlink $EXE)
-  done
-! DIR=$(dirname $EXE)
-  if python2 -V 2/dev/null; then
-   exec python2 $DIR/main.py python2 $@
-  else
 4,10 
-   [ -L $EXE ] || break
-   EXE=$(readlink $EXE)
-  done
-! DIR=/usr/share/sshuttle
-  if python2 -V 2/dev/null; then
-   exec python2 $DIR/main.py python2 $@
-  else

Copied: sshuttle/repos/community-any/arch-install.patch (from rev 128384, 
sshuttle/trunk/arch-install.patch)
===
--- arch-install.patch  (rev 0)
+++ arch-install.patch  2015-02-27 15:49:10 UTC (rev 128385)
@@ -0,0 +1,19 @@
+*** sshuttleORIGIN/sshuttle2011-05-21 22:58:24.156725075 +0200
+--- sshuttle   2011-05-21 22:59:16.354698468 +0200
+***
+*** 4,10 
+   [ -L $EXE ] || break
+   EXE=$(readlink $EXE)
+  done
+! DIR=$(dirname $EXE)
+  if python2 -V 2/dev/null; then
+

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

2015-02-27 Thread Felix Yan
Date: Friday, February 27, 2015 @ 17:04:48
  Author: fyan
Revision: 232089

upgpkg: kimageformats 5.7.0-2

drop jasper dependency (FS#43763)

Modified:
  kimageformats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 16:01:25 UTC (rev 232088)
+++ PKGBUILD2015-02-27 16:04:48 UTC (rev 232089)
@@ -4,12 +4,12 @@
 
 pkgname=kimageformats
 pkgver=5.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Image format plugins for Qt5'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kimageformats'
 license=('LGPL')
-depends=('qt5-base' 'jasper' 'openexr')
+depends=('qt5-base' 'openexr')
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)


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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 16:34:32
  Author: spupykin
Revision: 128382

upgpkg: roundcubemail 1.1.0-6

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 15:34:29 UTC (rev 128381)
+++ PKGBUILD2015-02-27 15:34:32 UTC (rev 128382)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc=A PHP web-based mail client
 arch=('any')
 url=http://www.roundcube.net;
@@ -47,7 +47,7 @@
   install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
 
   install -dm0755 $pkgdir/etc/php/conf.d/
-  cat EOF $pkgdir/etc/php/conf.d/$pkgname.ini
+  cat 'EOF' $pkgdir/etc/php/conf.d/$pkgname.ini
 open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
 EOF
 


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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 16:33:33
  Author: spupykin
Revision: 128378

upgpkg: opendbx 1.4.6-1

upd

Modified:
  opendbx/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 15:19:18 UTC (rev 128377)
+++ PKGBUILD2015-02-27 15:33:33 UTC (rev 128378)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Sergej Pupykin arch+...@sergej.pp.ru
 # Maintainer: Leonard de Ruijter leon...@aur.archlinux.org
 # Contributor: Hubert Kario hub...@kario.pl
 # Contributor: Artyom Smirnov smirnof...@gmail.com


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


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

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 16:14:13
  Author: andyrtr
Revision: 128376

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

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

---+
 /PKGBUILD |  132 ++
 /build.sh |  116 
 /virtualbox-guest-modules-lts.install |   42 +++
 /virtualbox-host-modules-lts.install  |   46 +++
 community-testing-i686/PKGBUILD   |   66 -
 community-testing-i686/build.sh   |   58 
 community-testing-i686/virtualbox-guest-modules-lts.install   |   21 -
 community-testing-i686/virtualbox-host-modules-lts.install|   23 -
 community-testing-x86_64/PKGBUILD |   66 -
 community-testing-x86_64/build.sh |   58 
 community-testing-x86_64/virtualbox-guest-modules-lts.install |   21 -
 community-testing-x86_64/virtualbox-host-modules-lts.install  |   23 -
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-02-27 15:13:57 UTC (rev 128375)
+++ community-testing-i686/PKGBUILD 2015-02-27 15:14:13 UTC (rev 128376)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.22
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts=3.14' 'linux-lts3.15'
- 'linux-lts-headers=3.14' 'linux-lts-headers3.15'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.14-lts
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts=3.14' 'linux-lts3.15')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=(virtualbox-host-modules=$pkgver)
-  install=virtualbox-host-modules-lts.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec 

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

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 16:02:24
  Author: andyrtr
Revision: 232083

upgpkg: nvidia-lts 346.47-2

linux-lts kernel update 3.14.34 rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 15:00:19 UTC (rev 232082)
+++ PKGBUILD2015-02-27 15:02:24 UTC (rev 232083)
@@ -4,12 +4,12 @@
 pkgname=nvidia-lts
 pkgver=346.47
 _extramodules=extramodules-3.14-lts
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux-lts=3.14.25' nvidia-utils=$pkgver 'nvidia-libgl')
-makedepends=('linux-lts-headers=3.14.25')
+depends=('linux-lts=3.14.34' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.14.34')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install


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

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 16:03:24
  Author: andyrtr
Revision: 128367

upgpkg: acpi_call-lts 1.1.0-15

linux-lts kernel update 3.14.34 rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 14:40:52 UTC (rev 128366)
+++ PKGBUILD2015-02-27 15:03:24 UTC (rev 128367)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=14
+pkgrel=15
 _extramodules=extramodules-3.14-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url=http://github.com/mkottman/${pkgname%-*};
 license=('GPL')
-depends=('linux-lts=3.14.21')
-makedepends=('linux-lts-headers=3.14.21')
+depends=('linux-lts=3.14.34')
+makedepends=('linux-lts-headers=3.14.34')
 provides=(${pkgname%-*})
 install=${pkgname%-*}.install
 source=(${url}/archive/v${pkgver}.tar.gz)


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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 16:34:29
  Author: spupykin
Revision: 128381

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

Added:
  opendkim/repos/community-i686/PKGBUILD
(from rev 128380, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-i686/opendkim.conf
(from rev 128380, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-i686/opendkim.install
(from rev 128380, opendkim/trunk/opendkim.install)
  opendkim/repos/community-i686/opendkim.service
(from rev 128380, opendkim/trunk/opendkim.service)
  opendkim/repos/community-x86_64/PKGBUILD
(from rev 128380, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-x86_64/opendkim.conf
(from rev 128380, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-x86_64/opendkim.install
(from rev 128380, opendkim/trunk/opendkim.install)
  opendkim/repos/community-x86_64/opendkim.service
(from rev 128380, opendkim/trunk/opendkim.service)
Deleted:
  opendkim/repos/community-i686/PKGBUILD
  opendkim/repos/community-i686/opendkim.conf
  opendkim/repos/community-i686/opendkim.install
  opendkim/repos/community-i686/opendkim.service
  opendkim/repos/community-x86_64/PKGBUILD
  opendkim/repos/community-x86_64/opendkim.conf
  opendkim/repos/community-x86_64/opendkim.install
  opendkim/repos/community-x86_64/opendkim.service

---+
 /PKGBUILD |  110 
 /opendkim.conf|2 
 /opendkim.install |   14 
 /opendkim.service |   22 +++
 community-i686/PKGBUILD   |   54 -
 community-i686/opendkim.conf  |1 
 community-i686/opendkim.install   |7 --
 community-i686/opendkim.service   |   11 ---
 community-x86_64/PKGBUILD |   54 -
 community-x86_64/opendkim.conf|1 
 community-x86_64/opendkim.install |7 --
 community-x86_64/opendkim.service |   11 ---
 12 files changed, 148 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-27 15:34:00 UTC (rev 128380)
+++ community-i686/PKGBUILD 2015-02-27 15:34:29 UTC (rev 128381)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Thomas Jost schno...@schnouki.net
-
-pkgname=opendkim
-pkgver=2.10.1
-pkgrel=1
-pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
-arch=(i686 x86_64)
-url=http://www.opendkim.org/;
-license=('BSD' 'custom:Sendmail')
-depends=(db openssl libbsd)
-makedepends=(libmilter)
-options=(!emptydirs)
-backup=(etc/conf.d/opendkim)
-install=opendkim.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
-   opendkim.conf
-   opendkim.service)
-md5sums=('e75c2944634f875a301d85ab30c2d094'
- '3e2bb1058ac0662f01e675aa6ac7ee8f'
- '85010750a21954e2d3cf5d57fe210d3f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-db
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  # Sample configuration
-  mkdir -p $pkgdir/etc/opendkim
-  mv $pkgdir/usr/share/doc/opendkim/opendkim.conf.sample 
$pkgdir/etc/opendkim/opendkim.conf.sample
-  chmod 0700 $pkgdir/etc/opendkim
-  chmod 0600 $pkgdir/etc/opendkim/opendkim.conf.sample
-  install -Dm644 $srcdir/opendkim.conf $pkgdir/etc/conf.d/opendkim
-
-  # License
-  mkdir -p $pkgdir/usr/share/licenses/opendkim
-  for f in LICENSE LICENSE.Sendmail; do
-ln -s ../../doc/opendkim/$f $pkgdir/usr/share/licenses/opendkim/$f
-  done
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: opendkim/repos/community-i686/PKGBUILD (from rev 128380, 
opendkim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-27 15:34:29 UTC (rev 128381)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Thomas Jost schno...@schnouki.net
+
+pkgname=opendkim
+pkgver=2.10.1
+pkgrel=2
+pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
+arch=(i686 x86_64)
+url=http://www.opendkim.org/;
+license=('BSD' 'custom:Sendmail')
+depends=(db openssl libbsd opendbx)
+makedepends=(libmilter)
+options=(!emptydirs)
+backup=(etc/conf.d/opendkim)
+install=opendkim.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
+   opendkim.conf
+   opendkim.service)
+md5sums=('e75c2944634f875a301d85ab30c2d094'
+ '3e2bb1058ac0662f01e675aa6ac7ee8f'
+ '85010750a21954e2d3cf5d57fe210d3f')
+
+build() {
+  cd 

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

2015-02-27 Thread Felix Yan
Date: Friday, February 27, 2015 @ 16:48:56
  Author: fyan
Revision: 128384

upgpkg: sshuttle 0.61-6

fix dependency on net-tools (FS#43919)

Modified:
  sshuttle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 15:35:09 UTC (rev 128383)
+++ PKGBUILD2015-02-27 15:48:56 UTC (rev 128384)
@@ -1,24 +1,30 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: alphazo alph...@gmail.com
 
 pkgname=sshuttle
 pkgver=0.61
-pkgrel=5
+pkgrel=6
 pkgdesc=Transparent proxy server that works as a poor man's VPN. Forwards all 
TCP packets over ssh (and even DNS requests when using --dns option). Doesn't 
require admin privileges on the server side
 arch=('any')
 url=https://github.com/apenwarr/sshuttle;
 license=('GPL2')
-depends=('python2' 'iptables' 'openssh')
+depends=('python2' 'iptables' 'openssh' 'net-tools')
 makedepends=('python2-markdown' 'python2-beautifulsoup3' 'git')
 source=(git+https://github.com/apenwarr/$pkgname.git#tag=$pkgname-$pkgver;
 arch-install.patch)
+md5sums=('SKIP'
+ '15ed72e2b68dd07ef97abfdcb828d188')
 
-build() {
+prepare() {
   cd $pkgname
   patch -p1 -i $srcdir/arch-install.patch
 
   sed -i 's#/usr/bin/env python#/usr/bin/env python2#' stresstest.py 
Documentation/md2man.py
+}
+
+build() {
+  cd $pkgname
   make
 }
 
@@ -34,6 +40,3 @@
 
   install -Dm644 Documentation/sshuttle.8 
$pkgdir/usr/share/man/man8/sshuttle.8
 }
-
-md5sums=('SKIP'
- '15ed72e2b68dd07ef97abfdcb828d188')


[arch-commits] Commit in deluge/trunk (PKGBUILD twisted15.patch)

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 16:49:16
  Author: heftig
Revision: 232085

FS#43974 twisted 15 compat

Added:
  deluge/trunk/twisted15.patch
Modified:
  deluge/trunk/PKGBUILD

-+
 PKGBUILD|8 +---
 twisted15.patch |   49 +
 2 files changed, 54 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 15:02:33 UTC (rev 232084)
+++ PKGBUILD2015-02-27 15:49:16 UTC (rev 232085)
@@ -5,7 +5,7 @@
 
 pkgname=deluge
 pkgver=1.3.11
-pkgrel=2
+pkgrel=3
 pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
 arch=('any')
 url=http://deluge-torrent.org/;
@@ -19,13 +19,15 @@
 'python2-mako: needed for web ui')
 install=deluge.install
 source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
-deluged.service deluge-web.service)
+deluged.service deluge-web.service twisted15.patch)
 md5sums=('49f9f5fc751d49ddd415f02123de77a8'
  '17f51ac9a90f0dc41a20291444a7489b'
- '2a73f62c04e8b147c731fbb50666e846')
+ '2a73f62c04e8b147c731fbb50666e846'
+ '6ff539de47871258bb484fc5b0590fe2')
 
 prepare() {
   cd $pkgname-$pkgver
+  patch -Np1 -i ../twisted15.patch
   sed -i '1s/python$/2/' deluge/ui/Win32IconImagePlugin.py
 }
 

Added: twisted15.patch
===
--- twisted15.patch (rev 0)
+++ twisted15.patch 2015-02-27 15:49:16 UTC (rev 232085)
@@ -0,0 +1,49 @@
+From d40dfcd53c2439de121ddaff476e66194dc2c738 Mon Sep 17 00:00:00 2001
+From: Andrew Resch andrewre...@gmail.com
+Date: Mon, 23 Feb 2015 08:31:00 +
+Subject: Fix for Twisted 15.0 URI class rename
+
+---
+diff --git a/deluge/httpdownloader.py b/deluge/httpdownloader.py
+index b146477..14dcdc3 100644
+--- a/deluge/httpdownloader.py
 b/deluge/httpdownloader.py
+@@ -146,7 +146,7 @@ def sanitise_filename(filename):
+ log.warning(Potentially malicious server: trying to write to file 
'%s' % filename)
+ # Only use the basename
+ filename = os.path.basename(filename)
+-
++
+ filename = filename.strip()
+ if filename.startswith(.) or ; in filename or | in filename:
+ # Dodgy server, log it
+@@ -192,17 +192,22 @@ def download_file(url, filename, callback=None, 
headers=None, force_filename=Fal
+ headers = {}
+ headers[accept-encoding] = deflate, gzip, x-gzip
+ 
+-# In twisted 13.1.0 the _parse() function was replaced by the _URI class 
+-if hasattr(client, '_parse'):
++# In Twisted 13.1.0 _parse() function replaced by _URI class.
++# In Twisted 15.0.0 _URI class renamed to URI.
++if hasattr(client, _parse):
+ scheme, host, port, path = client._parse(url)
+ else:
+-from twisted.web.client import _URI
+-uri = _URI.fromBytes(url)
++try:
++from twisted.web.client import _URI as URI
++except ImportError:
++from twisted.web.client import URI
++
++uri = URI.fromBytes(url)
+ scheme = uri.scheme
+ host = uri.host
+ port = uri.port
+ path = uri.path
+-
++
+ factory = HTTPDownloader(url, filename, callback, headers, 
force_filename, allow_compression)
+ if scheme == https:
+ from twisted.internet import ssl
+--
+cgit v0.9.2


[arch-commits] Commit in libreoffice-extension-writer2latex/repos/community-any (4 files)

2015-02-27 Thread Antonio Rojas
Date: Friday, February 27, 2015 @ 22:24:37
  Author: arojas
Revision: 128400

archrelease: copy trunk to community-any

Added:
  libreoffice-extension-writer2latex/repos/community-any/PKGBUILD
(from rev 128399, libreoffice-extension-writer2latex/trunk/PKGBUILD)
  libreoffice-extension-writer2latex/repos/community-any/writer2latex.sh
(from rev 128399, libreoffice-extension-writer2latex/trunk/writer2latex.sh)
Deleted:
  libreoffice-extension-writer2latex/repos/community-any/PKGBUILD
  libreoffice-extension-writer2latex/repos/community-any/writer2latex.sh

-+
 PKGBUILD|  100 ++
 writer2latex.sh |4 +-
 2 files changed, 51 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-27 21:24:25 UTC (rev 128399)
+++ PKGBUILD2015-02-27 21:24:37 UTC (rev 128400)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Uwe Koloska kol...@koloro.de
-# Contributor: EpocSquadron crimsonmage a gmail
-
-pkgname=libreoffice-extension-writer2latex
-_javaname=writer2latex
-_exts=( writer2latex writer2xhtml writer4latex )
-pkgver=1.2.1
-pkgrel=9
-pkgdesc=A java program and collection of LibreOffice extensions for 
converting to and working with LaTeX in LibreOffice
-arch=('any')
-url=http://writer2latex.sourceforge.net;
-license=('LGPL')
-groups=('libreoffice-extensions')
-depends=('libreoffice' 'java-runtime-headless')
-
-_srcname=${_javaname}${pkgver//.}
-_dlpath=http://downloads.sourceforge.net/project/writer2latex/writer2latex/Writer2LaTeX%20${pkgver%.*};
-source=(${_dlpath}/${_srcname}.zip
-'writer2latex.sh')
-md5sums=('643906496a5ec519cd4ee044305675bc'
- 'f2d20081ef6d5c905d54385697856642')
-
-build() {
-cd $_srcname/doc
-libreoffice --headless --convert-to pdf user-manual.odt
-}
-
-package() {
-cd $_srcname
-
-#Install the extensions
-for _ext in ${_exts[@]}; do
-   install -dm755  $pkgdir/usr/lib/libreoffice/share/extensions/$_ext
-   bsdtar -xf $_ext.oxt -C 
$pkgdir/usr/lib/libreoffice/share/extensions/$_ext
-done
-
-#Install the java converter
-install -D -m644 $_javaname.jar 
$pkgdir/usr/share/java/$_javaname/$_javaname.jar
-
-#Install shell script to execute java program
-install -D -m755 $srcdir/$_javaname.sh $pkgdir/usr/bin/$_javaname
-
-#Install documentation
-_docpath=$pkgdir/usr/share/doc/$pkgname
-install -D -m644 Readme.txt ${_docpath}/Readme.txt
-install -D -m644 changelog.txt ${_docpath}/changelog.txt
-install -D -m644 History.txt ${_docpath}/History.txt
-install -D -m644 doc/* ${_docpath}/
-}

Copied: libreoffice-extension-writer2latex/repos/community-any/PKGBUILD (from 
rev 128399, libreoffice-extension-writer2latex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-27 21:24:37 UTC (rev 128400)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Uwe Koloska kol...@koloro.de
+# Contributor: EpocSquadron crimsonmage a gmail
+
+pkgname=libreoffice-extension-writer2latex
+_javaname=writer2latex
+_exts=( writer2latex writer2xhtml writer4latex )
+pkgver=1.4
+pkgrel=1
+pkgdesc=A java program and collection of LibreOffice extensions for 
converting to and working with LaTeX in LibreOffice
+arch=(any)
+url=http://writer2latex.sourceforge.net;
+license=(LGPL)
+groups=(libreoffice-extensions)
+depends=(libreoffice java-runtime-headless)
+_srcname=${_javaname}${pkgver//\./}
+source=(http://sourceforge.net/projects/writer2latex/files/writer2latex/Writer2LaTeX%20${pkgver}/${_srcname}.zip;
+'writer2latex.sh')
+md5sums=('aaa368920f1d9ae1f7fd32fe48fa234d'
+ 'f2d20081ef6d5c905d54385697856642')
+
+build() {
+cd $_srcname/doc
+libreoffice --headless --convert-to pdf user-manual.odt
+}
+
+package() {
+cd $_srcname
+
+#Install the extensions
+for _ext in ${_exts[@]}; do
+   install -dm755  $pkgdir/usr/lib/libreoffice/share/extensions/$_ext
+   bsdtar -xf $_ext.oxt -C 
$pkgdir/usr/lib/libreoffice/share/extensions/$_ext
+done
+
+#Install the java converter
+install -D -m644 $_javaname.jar 
$pkgdir/usr/share/java/$_javaname/$_javaname.jar
+
+#Install shell script to execute java program
+install -D -m755 $srcdir/$_javaname.sh $pkgdir/usr/bin/$_javaname
+
+#Install documentation
+_docpath=$pkgdir/usr/share/doc/$pkgname
+install -D -m644 Readme.txt ${_docpath}/Readme.txt
+install -D -m644 changelog.txt ${_docpath}/changelog.txt
+install -D -m644 History.txt ${_docpath}/History.txt
+install -D -m644 doc/* ${_docpath}/
+}

Deleted: writer2latex.sh
===
--- writer2latex.sh 2015-02-27 21:24:25 UTC (rev 128399)
+++ 

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

2015-02-27 Thread Antonio Rojas
Date: Friday, February 27, 2015 @ 22:24:25
  Author: arojas
Revision: 128399

Update to 1.4

Modified:
  libreoffice-extension-writer2latex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 20:02:24 UTC (rev 128398)
+++ PKGBUILD2015-02-27 21:24:25 UTC (rev 128399)
@@ -6,20 +6,18 @@
 pkgname=libreoffice-extension-writer2latex
 _javaname=writer2latex
 _exts=( writer2latex writer2xhtml writer4latex )
-pkgver=1.2.1
-pkgrel=9
+pkgver=1.4
+pkgrel=1
 pkgdesc=A java program and collection of LibreOffice extensions for 
converting to and working with LaTeX in LibreOffice
-arch=('any')
+arch=(any)
 url=http://writer2latex.sourceforge.net;
-license=('LGPL')
-groups=('libreoffice-extensions')
-depends=('libreoffice' 'java-runtime-headless')
-
-_srcname=${_javaname}${pkgver//.}
-_dlpath=http://downloads.sourceforge.net/project/writer2latex/writer2latex/Writer2LaTeX%20${pkgver%.*};
-source=(${_dlpath}/${_srcname}.zip
+license=(LGPL)
+groups=(libreoffice-extensions)
+depends=(libreoffice java-runtime-headless)
+_srcname=${_javaname}${pkgver//\./}
+source=(http://sourceforge.net/projects/writer2latex/files/writer2latex/Writer2LaTeX%20${pkgver}/${_srcname}.zip;
 'writer2latex.sh')
-md5sums=('643906496a5ec519cd4ee044305675bc'
+md5sums=('aaa368920f1d9ae1f7fd32fe48fa234d'
  'f2d20081ef6d5c905d54385697856642')
 
 build() {


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

2015-02-27 Thread Antonio Rojas
Date: Friday, February 27, 2015 @ 22:27:55
  Author: arojas
Revision: 128401

Remove group

Modified:
  libreoffice-extension-writer2latex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 21:24:37 UTC (rev 128400)
+++ PKGBUILD2015-02-27 21:27:55 UTC (rev 128401)
@@ -12,7 +12,6 @@
 arch=(any)
 url=http://writer2latex.sourceforge.net;
 license=(LGPL)
-groups=(libreoffice-extensions)
 depends=(libreoffice java-runtime-headless)
 _srcname=${_javaname}${pkgver//\./}
 
source=(http://sourceforge.net/projects/writer2latex/files/writer2latex/Writer2LaTeX%20${pkgver}/${_srcname}.zip;


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

2015-02-27 Thread Jan de Groot
Date: Friday, February 27, 2015 @ 10:41:42
  Author: jgc
Revision: 232050

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 232049, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk3.install
(from rev 232049, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 232049, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 232049, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 232049, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 232049, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

---+
 /PKGBUILD |   90 
 /gtk3.install |   36 +
 /settings.ini |8 +++
 extra-i686/PKGBUILD   |   45 --
 extra-i686/gtk3.install   |   18 
 extra-i686/settings.ini   |4 -
 extra-x86_64/PKGBUILD |   45 --
 extra-x86_64/gtk3.install |   18 
 extra-x86_64/settings.ini |4 -
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-27 09:41:33 UTC (rev 232049)
+++ extra-i686/PKGBUILD 2015-02-27 09:41:42 UTC (rev 232050)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gtk3
-pkgver=3.14.8
-pkgrel=1
-pkgdesc=GObject-based multi-platform GUI toolkit (v3)
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest)
-makedepends=(gobject-introspection python2)
-license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('7a543ea8a85f2c8a7b7374f24fd57df454067858689d8b02ec6c90f24be2b344')
-
-prepare() {
-cd gtk+-$pkgver
-}
-
-build() {
-cd gtk+-$pkgver
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-gtk2-dependency \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd gtk+-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: gtk3/repos/extra-i686/PKGBUILD (from rev 232049, gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-27 09:41:42 UTC (rev 232050)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gtk3
+pkgver=3.14.9
+pkgrel=1
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
+ adwaita-icon-theme json-glib rest)
+makedepends=(gobject-introspection python2)
+license=(LGPL)
+source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
+sha256sums=('3be9560e6e99388d7706a168e3353ecd63fc30ec4f7f8bea23889e71ab7b6c64')
+
+prepare() {
+cd gtk+-$pkgver
+}
+
+build() {
+cd gtk+-$pkgver
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd gtk+-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gtk3.install
===
--- extra-i686/gtk3.install 2015-02-27 09:41:33 UTC (rev 232049)
+++ extra-i686/gtk3.install 2015-02-27 09:41:42 UTC (rev 232050)
@@ -1,18 +0,0 @@
-post_install() {
-/usr/bin/gtk-query-immodules-3.0 --update-cache
-/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
-/usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

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

2015-02-27 Thread Felix Yan
Date: Friday, February 27, 2015 @ 10:41:22
  Author: fyan
Revision: 232048

upgpkg: calligra 2.9.0-1

Modified:
  calligra/trunk/PKGBUILD
Deleted:
  calligra/trunk/0001-switch-to-librevenge-based-import-libs.patch

---+
 0001-switch-to-librevenge-based-import-libs.patch |  882 
 PKGBUILD  |   21 
 2 files changed, 8 insertions(+), 895 deletions(-)

Deleted: 0001-switch-to-librevenge-based-import-libs.patch
===
--- 0001-switch-to-librevenge-based-import-libs.patch   2015-02-27 09:15:26 UTC 
(rev 232047)
+++ 0001-switch-to-librevenge-based-import-libs.patch   2015-02-27 09:41:22 UTC 
(rev 232048)
@@ -1,882 +0,0 @@
-From 8e8f99cc314435f100d367f41c110becd19d3885 Mon Sep 17 00:00:00 2001
-From: David Tardon dtar...@redhat.com
-Date: Tue, 27 May 2014 16:15:52 +0200
-Subject: [PATCH] switch to librevenge-based import libs
-

- CMakeLists.txt  | 10 ++
- cmake/modules/FindLibEtonyek.cmake  |  6 ++--
- cmake/modules/FindLibOdfGen.cmake   |  6 ++--
- cmake/modules/FindLibRevenge.cmake  | 37 +
- cmake/modules/FindLibVisio.cmake|  6 ++--
- cmake/modules/FindLibWpd.cmake  | 22 +++--
- cmake/modules/FindLibWpg.cmake  |  6 ++--
- cmake/modules/FindLibWps.cmake  |  6 ++--
- filters/flow/visio/import/CMakeLists.txt|  3 +-
- filters/flow/visio/import/VSDXImport.cpp|  9 ++---
- filters/flow/wpg/import/CMakeLists.txt  |  3 +-
- filters/flow/wpg/import/WPGImport.cpp   |  9 ++---
- filters/karbon/wpg/CMakeLists.txt   |  4 +--
- filters/karbon/wpg/WPGImport.cpp| 39 --
- filters/libodfhandler/DiskDocumentHandler.cxx   | 13 
- filters/libodfhandler/DiskDocumentHandler.hxx   |  8 ++---
- filters/libodfhandler/OutputFileHelper.cxx  |  6 ++--
- filters/libodfhandler/OutputFileHelper.hxx  |  9 ++---
- filters/libodfhandler/StdOutHandler.cxx | 13 
- filters/libodfhandler/StdOutHandler.hxx |  8 ++---
- filters/stage/keynote/import/CMakeLists.txt |  5 +--
- filters/stage/keynote/import/KeyImport.cpp  | 15 +
- filters/words/wordperfect/import/CMakeLists.txt |  3 +-
- filters/words/wordperfect/import/WPDImport.cpp  | 44 ++---
- filters/words/works/import/CMakeLists.txt   |  3 +-
- filters/words/works/import/WPSImport.cpp| 18 +-
- 26 files changed, 177 insertions(+), 134 deletions(-)
- create mode 100644 cmake/modules/FindLibRevenge.cmake
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5b6b764..c337864 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -697,6 +697,16 @@ macro_optional_find_package(Okular)
- macro_log_feature(OKULAR_FOUND Okular Okular ODP Plugin 
http://okular.kde.org/; FALSE  Required to build the Okular OpenDocument 
Presenter plugin)
- 
- ##
-+## Test for librevenge
-+##
-+macro_optional_find_package(LibRevenge)
-+macro_log_feature(LIBREVENGE_FOUND LibRevenge
-+  A base library for writing document import filters
-+  http://sf.net/p/libwpd/librevenge/; FALSE 
-+  Required by various import filters
-+)
-+
-+##
- ## Test for libodfgen
- ##
- macro_optional_find_package(LibOdfGen)
-diff --git a/cmake/modules/FindLibEtonyek.cmake 
b/cmake/modules/FindLibEtonyek.cmake
-index 5b78964..ad10d79 100644
 a/cmake/modules/FindLibEtonyek.cmake
-+++ b/cmake/modules/FindLibEtonyek.cmake
-@@ -10,16 +10,16 @@
- 
- include(LibFindMacros)
- libfind_package(LIBETONYEK LibWpd)
--libfind_pkg_check_modules(LIBETONYEK_PKGCONF libetonyek-0.0)
-+libfind_pkg_check_modules(LIBETONYEK_PKGCONF libetonyek-0.1)
- 
- find_path(LIBETONYEK_INCLUDE_DIR
- NAMES libetonyek/libetonyek.h
- HINTS ${LIBETONYEK_PKGCONF_INCLUDE_DIRS} ${LIBETONYEK_PKGCONF_INCLUDEDIR}
--PATH_SUFFIXES libetonyek-0.0
-+PATH_SUFFIXES libetonyek-0.1
- )
- 
- find_library(LIBETONYEK_LIBRARY
--NAMES etonyek etonyek-0.0
-+NAMES etonyek etonyek-0.1
- HINTS ${LIBETONYEK_PKGCONF_LIBRARY_DIRS} ${LIBETONYEK_PKGCONF_LIBDIR}
- )
- 
-diff --git a/cmake/modules/FindLibOdfGen.cmake 
b/cmake/modules/FindLibOdfGen.cmake
-index 9ab80d1..355c345 100644
 a/cmake/modules/FindLibOdfGen.cmake
-+++ b/cmake/modules/FindLibOdfGen.cmake
-@@ -9,16 +9,16 @@
- # Redistribution and use is allowed according to the terms of the BSD license.
- 
- include(LibFindMacros)
--libfind_pkg_check_modules(LIBODFGEN_PKGCONF libodfgen-0.0)
-+libfind_pkg_check_modules(LIBODFGEN_PKGCONF libodfgen-0.1)
- 
- find_path(LIBODFGEN_INCLUDE_DIR
- NAMES libodfgen/libodfgen.hxx
- HINTS ${LIBODFGEN_PKGCONF_INCLUDE_DIRS} ${LIBODFGEN_PKGCONF_INCLUDEDIR}
--PATH_SUFFIXES libodfgen-0.0
-+PATH_SUFFIXES libodfgen-0.1
- )
- 
- 

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

2015-02-27 Thread Jan de Groot
Date: Friday, February 27, 2015 @ 10:41:33
  Author: jgc
Revision: 232049

upgpkg: gtk3 3.14.9-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 09:41:22 UTC (rev 232048)
+++ PKGBUILD2015-02-27 09:41:33 UTC (rev 232049)
@@ -3,7 +3,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gtk3
-pkgver=3.14.8
+pkgver=3.14.9
 pkgrel=1
 pkgdesc=GObject-based multi-platform GUI toolkit (v3)
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 makedepends=(gobject-introspection python2)
 license=(LGPL)
 
source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('7a543ea8a85f2c8a7b7374f24fd57df454067858689d8b02ec6c90f24be2b344')
+sha256sums=('3be9560e6e99388d7706a168e3353ecd63fc30ec4f7f8bea23889e71ab7b6c64')
 
 prepare() {
 cd gtk+-$pkgver


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

2015-02-27 Thread Andreas Radke
Date: Friday, February 27, 2015 @ 09:49:33
  Author: andyrtr
Revision: 232042

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

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

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

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


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

2015-02-27 Thread Jan de Groot
Date: Friday, February 27, 2015 @ 09:56:14
  Author: jgc
Revision: 232044

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

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 232043, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 232043, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 232043, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 232043, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/PKGBUILD |   67 
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 +++
 testing-x86_64/PKGBUILD   |   67 
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 +++
 4 files changed, 200 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 232043, 
glib2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-27 08:56:14 UTC (rev 232044)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.42.2
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('a3cc1ebd2bd310a9fdf42ae4293ee713cdf1764bd29f552febf3bf44cadae7db'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+prepare() {
+  cd glib-$pkgver
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+}
+  
+build() {
+  cd glib-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+check() {
+  cd glib-$pkgver
+  #make -k check || :
+}
+
+package_glib2() {
+  depends=('pcre' 'libffi')
+  optdepends=('python2: for gdbus-codegen and gtester-report'
+  'elfutils: gresource inspection tool')
+  options=('!docs' '!emptydirs')
+  license=('LGPL')
+
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+
+  # Our gdb does not ship the required python modules, so remove it
+  rm -rf $pkgdir/usr/share/gdb/
+}
+
+package_glib2-docs() {
+  pkgdesc=Documentation for glib2
+  conflicts=('gobject2-docs')
+  replaces=('gobject2-docs')
+  license=('custom')
+  options=('docs' '!emptydirs')
+  
+  cd glib-$pkgver/docs
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/glib2-docs
+  install -m644 reference/COPYING ${pkgdir}/usr/share/licenses/glib2-docs/
+
+  rm -rf ${pkgdir}/usr/share/man
+}

Copied: glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch (from 
rev 232043, glib2/trunk/revert-warn-glib-compile-schemas.patch)
===
--- testing-i686/revert-warn-glib-compile-schemas.patch 
(rev 0)
+++ testing-i686/revert-warn-glib-compile-schemas.patch 2015-02-27 08:56:14 UTC 
(rev 232044)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie de...@desrt.ca
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of
+applications as they port.
+
+glib-compile-schemas will now warn about these types of paths being
+used.  This generates a lot of noise, but hopefully it will reduce the
+number of ported applications making this mistake.
+---
+diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
+index cf02389..27d0181 100644
+--- a/gio/glib-compile-schemas.c
 b/gio/glib-compile-schemas.c
+@@ -1204,6 +1204,12 @@ parse_state_start_schema (ParseState  *state,
+   return;
+ }
+ 
++  if (path  (g_str_has_prefix (path, /apps/) ||
++   g_str_has_prefix (path, /desktop/) ||
++   g_str_has_prefix (path, /system/)))
++g_printerr (warning: Schema '%s' has path '%s'.  Paths starting with 
++'/apps/', '/desktop/' or '/system/' are deprecated.\n, id, 
path);
++
+   state-schema_state = schema_state_new (path, gettext_domain,
+   

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

2015-02-27 Thread Jan de Groot
Date: Friday, February 27, 2015 @ 09:56:08
  Author: jgc
Revision: 232043

upgpkg: glib2 2.42.2-1

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 08:49:33 UTC (rev 232042)
+++ PKGBUILD2015-02-27 08:56:08 UTC (rev 232043)
@@ -3,7 +3,7 @@
 
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
-pkgver=2.42.1
+pkgver=2.42.2
 pkgrel=1
 pkgdesc=Common C routines used by GTK+ and other libs
 url=http://www.gtk.org/;
@@ -11,7 +11,7 @@
 makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
 revert-warn-glib-compile-schemas.patch)
-sha256sums=('8f3f0865280e45b8ce840e176ef83bcfd511148918cc8d39df2ee89b67dcf89a'
+sha256sums=('a3cc1ebd2bd310a9fdf42ae4293ee713cdf1764bd29f552febf3bf44cadae7db'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
 prepare() {


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

2015-02-27 Thread Jan de Groot
Date: Friday, February 27, 2015 @ 10:15:26
  Author: jgc
Revision: 232047

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

Added:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
(from rev 232046, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
(from rev 232046, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
(from rev 232046, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
(from rev 232046, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install

--+
 /PKGBUILD|   66 +
 /gdk-pixbuf2.install |   22 
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gdk-pixbuf2.install   |   11 --
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gdk-pixbuf2.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-27 09:15:19 UTC (rev 232046)
+++ extra-i686/PKGBUILD 2015-02-27 09:15:26 UTC (rev 232047)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gdk-pixbuf2
-pkgver=2.31.1
-pkgrel=1
-pkgdesc=An image loading library
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('25a75e3c61dac11e6ff6416ad846951ccafac6486b1c6a1bfb0b213b99db52cd')
-
-build() {
-  cd gdk-pixbuf-$pkgver
-
-  ./configure --prefix=/usr \
---with-x11 \
---with-libjasper \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd gdk-pixbuf-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/extra-i686/PKGBUILD (from rev 232046, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-27 09:15:26 UTC (rev 232047)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gdk-pixbuf2
+pkgver=2.31.2
+pkgrel=1
+pkgdesc=An image loading library
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection' 'python2')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('9e467ed09894c802499fb2399cd9a89ed21c81700ce8f27f970a833efb1e47aa')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gdk-pixbuf2.install
===
--- extra-i686/gdk-pixbuf2.install  2015-02-27 09:15:19 UTC (rev 232046)
+++ extra-i686/gdk-pixbuf2.install  2015-02-27 09:15:26 UTC (rev 232047)
@@ -1,11 +0,0 @@
-post_install() {
-   gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install (from rev 232046, 
gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- extra-i686/gdk-pixbuf2.install  (rev 0)
+++ extra-i686/gdk-pixbuf2.install  2015-02-27 09:15:26 UTC (rev 232047)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-27 09:15:19 UTC (rev 232046)
+++ extra-x86_64/PKGBUILD   2015-02-27 09:15:26 UTC (rev 232047)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gdk-pixbuf2
-pkgver=2.31.1
-pkgrel=1
-pkgdesc=An image loading library
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection')
-install=gdk-pixbuf2.install

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

2015-02-27 Thread Jakob Gruber
Date: Friday, February 27, 2015 @ 10:29:19
  Author: schuay
Revision: 128344

archrelease: copy trunk to community-x86_64

Added:
  puzzles/repos/community-x86_64/PKGBUILD
(from rev 128343, puzzles/trunk/PKGBUILD)
  puzzles/repos/community-x86_64/puzzles.install
(from rev 128343, puzzles/trunk/puzzles.install)
Deleted:
  puzzles/repos/community-x86_64/PKGBUILD
  puzzles/repos/community-x86_64/puzzles.install

-+
 PKGBUILD|  145 +++---
 puzzles.install |   38 +++---
 2 files changed, 93 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-27 09:29:14 UTC (rev 128343)
+++ PKGBUILD2015-02-27 09:29:19 UTC (rev 128344)
@@ -1,71 +0,0 @@
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=puzzles
-pkgver=20150117
-pkgrel=2
-pkgdesc=Simon Tatham's Portable Puzzle Collection
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
-depends=('gtk2' 'desktop-file-utils')
-install=puzzles.install
-source=(git://git.tartarus.org/simon/puzzles.git#commit=cca302c01)
-md5sums=(SKIP)
-
-prepare() {
-cd ${srcdir}/${pkgname}
-
-# Generate the makefiles.
-./mkfiles.pl
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-
-# Tweak desktop file generation to use proper icon paths.
-sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
-}
-
-build() {
-cd ${srcdir}/${pkgname}
-make -f Makefile.gtk prefix=/usr
-
-# Generate icons.
-cd ${srcdir}/${pkgname}/icons
-xvfb-run make pngicons
-}
-
-package() {
-# Install the icons.
-cd ${srcdir}/${pkgname}/icons
-
-install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
-for oldname in *-48d24.png; do
-newname=$(sed 's/\(\w*\)-48d24.png/\1.png/'  ${oldname})
-install -Dm644 ${oldname} 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/${newname}
-done
-
-# Generate .desktop files.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/share/applications
-./desktop.pl ${pkgdir}/usr/share/applications \
- /usr/bin \
- /unused/argument
-
-# And finally, install the games.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-# Fix FS#14600 (name conflicts with other packages).
-for oldname in net cube blackbox; do
-newname=puzzles-${oldname}
-mv ${pkgdir}/usr/bin/${oldname} ${pkgdir}/usr/bin/${newname}
-sed -i s_Exec=/usr/bin/${oldname}_Exec=/usr/bin/${newname}_ \
-${pkgdir}/usr/share/applications/${oldname}.desktop
-done
-}

Copied: puzzles/repos/community-x86_64/PKGBUILD (from rev 128343, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-27 09:29:19 UTC (rev 128344)
@@ -0,0 +1,74 @@
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=puzzles
+pkgver=20150209
+pkgrel=1
+pkgdesc=Simon Tatham's Portable Puzzle Collection
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
+depends=('gtk2' 'desktop-file-utils')
+install=puzzles.install
+source=(git://git.tartarus.org/simon/puzzles.git#commit=f1e68fb)
+md5sums=(SKIP)
+
+prepare() {
+cd ${srcdir}/${pkgname}
+
+# Generate the makefiles.
+./mkfiles.pl
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+
+# Tweak desktop file generation to use proper icon paths.
+sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
+
+# And add to LogicGame category (FS#43512).
+sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
+}
+
+build() {
+cd ${srcdir}/${pkgname}
+make -f Makefile.gtk prefix=/usr
+
+# Generate icons.
+cd ${srcdir}/${pkgname}/icons
+xvfb-run make pngicons
+}
+
+package() {
+# Install the icons.
+cd ${srcdir}/${pkgname}/icons
+
+install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
+for oldname in *-48d24.png; do
+newname=$(sed 's/\(\w*\)-48d24.png/\1.png/'  ${oldname})
+install -Dm644 ${oldname} 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/${newname}
+done
+
+# Generate .desktop files.
+cd ${srcdir}/${pkgname}
+
+install -d ${pkgdir}/usr/share/applications
+./desktop.pl ${pkgdir}/usr/share/applications \
+   

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

2015-02-27 Thread Jakob Gruber
Date: Friday, February 27, 2015 @ 10:29:14
  Author: schuay
Revision: 128343

archrelease: copy trunk to community-i686

Added:
  puzzles/repos/community-i686/PKGBUILD
(from rev 128342, puzzles/trunk/PKGBUILD)
  puzzles/repos/community-i686/puzzles.install
(from rev 128342, puzzles/trunk/puzzles.install)
Deleted:
  puzzles/repos/community-i686/PKGBUILD
  puzzles/repos/community-i686/puzzles.install

-+
 PKGBUILD|  145 +++---
 puzzles.install |   38 +++---
 2 files changed, 93 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-27 09:29:03 UTC (rev 128342)
+++ PKGBUILD2015-02-27 09:29:14 UTC (rev 128343)
@@ -1,71 +0,0 @@
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=puzzles
-pkgver=20150117
-pkgrel=2
-pkgdesc=Simon Tatham's Portable Puzzle Collection
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
-depends=('gtk2' 'desktop-file-utils')
-install=puzzles.install
-source=(git://git.tartarus.org/simon/puzzles.git#commit=cca302c01)
-md5sums=(SKIP)
-
-prepare() {
-cd ${srcdir}/${pkgname}
-
-# Generate the makefiles.
-./mkfiles.pl
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-
-# Tweak desktop file generation to use proper icon paths.
-sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
-}
-
-build() {
-cd ${srcdir}/${pkgname}
-make -f Makefile.gtk prefix=/usr
-
-# Generate icons.
-cd ${srcdir}/${pkgname}/icons
-xvfb-run make pngicons
-}
-
-package() {
-# Install the icons.
-cd ${srcdir}/${pkgname}/icons
-
-install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
-for oldname in *-48d24.png; do
-newname=$(sed 's/\(\w*\)-48d24.png/\1.png/'  ${oldname})
-install -Dm644 ${oldname} 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/${newname}
-done
-
-# Generate .desktop files.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/share/applications
-./desktop.pl ${pkgdir}/usr/share/applications \
- /usr/bin \
- /unused/argument
-
-# And finally, install the games.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-# Fix FS#14600 (name conflicts with other packages).
-for oldname in net cube blackbox; do
-newname=puzzles-${oldname}
-mv ${pkgdir}/usr/bin/${oldname} ${pkgdir}/usr/bin/${newname}
-sed -i s_Exec=/usr/bin/${oldname}_Exec=/usr/bin/${newname}_ \
-${pkgdir}/usr/share/applications/${oldname}.desktop
-done
-}

Copied: puzzles/repos/community-i686/PKGBUILD (from rev 128342, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-27 09:29:14 UTC (rev 128343)
@@ -0,0 +1,74 @@
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=puzzles
+pkgver=20150209
+pkgrel=1
+pkgdesc=Simon Tatham's Portable Puzzle Collection
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
+depends=('gtk2' 'desktop-file-utils')
+install=puzzles.install
+source=(git://git.tartarus.org/simon/puzzles.git#commit=f1e68fb)
+md5sums=(SKIP)
+
+prepare() {
+cd ${srcdir}/${pkgname}
+
+# Generate the makefiles.
+./mkfiles.pl
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+
+# Tweak desktop file generation to use proper icon paths.
+sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
+
+# And add to LogicGame category (FS#43512).
+sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
+}
+
+build() {
+cd ${srcdir}/${pkgname}
+make -f Makefile.gtk prefix=/usr
+
+# Generate icons.
+cd ${srcdir}/${pkgname}/icons
+xvfb-run make pngicons
+}
+
+package() {
+# Install the icons.
+cd ${srcdir}/${pkgname}/icons
+
+install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
+for oldname in *-48d24.png; do
+newname=$(sed 's/\(\w*\)-48d24.png/\1.png/'  ${oldname})
+install -Dm644 ${oldname} 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/${newname}
+done
+
+# Generate .desktop files.
+cd ${srcdir}/${pkgname}
+
+install -d ${pkgdir}/usr/share/applications
+./desktop.pl ${pkgdir}/usr/share/applications \
+ 

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

2015-02-27 Thread Jan de Groot
Date: Friday, February 27, 2015 @ 10:15:19
  Author: jgc
Revision: 232046

upgpkg: gdk-pixbuf2 2.31.2-1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 09:11:22 UTC (rev 232045)
+++ PKGBUILD2015-02-27 09:15:19 UTC (rev 232046)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gdk-pixbuf2
-pkgver=2.31.1
+pkgver=2.31.2
 pkgrel=1
 pkgdesc=An image loading library
 arch=('i686' 'x86_64')
@@ -9,10 +9,10 @@
 url=http://www.gtk.org/;
 license=('LGPL2.1')
 depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection')
+makedepends=('gtk-doc' 'gobject-introspection' 'python2')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('25a75e3c61dac11e6ff6416ad846951ccafac6486b1c6a1bfb0b213b99db52cd')
+sha256sums=('9e467ed09894c802499fb2399cd9a89ed21c81700ce8f27f970a833efb1e47aa')
 
 build() {
   cd gdk-pixbuf-$pkgver


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

2015-02-27 Thread Jakob Gruber
Date: Friday, February 27, 2015 @ 10:29:03
  Author: schuay
Revision: 128342

puzzles-20150209

Modified:
  puzzles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 06:23:20 UTC (rev 128341)
+++ PKGBUILD2015-02-27 09:29:03 UTC (rev 128342)
@@ -3,8 +3,8 @@
 # Maintainer: schuay jakob.gru...@gmail.com
 
 pkgname=puzzles
-pkgver=20150117
-pkgrel=2
+pkgver=20150209
+pkgrel=1
 pkgdesc=Simon Tatham's Portable Puzzle Collection
 arch=('i686' 'x86_64')
 url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
 depends=('gtk2' 'desktop-file-utils')
 install=puzzles.install
-source=(git://git.tartarus.org/simon/puzzles.git#commit=cca302c01)
+source=(git://git.tartarus.org/simon/puzzles.git#commit=f1e68fb)
 md5sums=(SKIP)
 
 prepare() {


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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 10:43:21
  Author: spupykin
Revision: 128345

Modified:
  kdenlive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 09:29:19 UTC (rev 128344)
+++ PKGBUILD2015-02-27 09:43:21 UTC (rev 128345)
@@ -19,7 +19,8 @@
'dvgrab: for firewire capture'
'ffmpeg: for webcam capture'
'recordmydesktop: for screen capture'
-   'xine-lib: for DVD preview')
+   'xine-lib: for DVD preview'
+   'oxygen-icons: if some icons does not appear')
 install=kdenlive.install
 options=('docs')
 
source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)


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

2015-02-27 Thread Felix Yan
Date: Friday, February 27, 2015 @ 10:44:29
  Author: fyan
Revision: 232051

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

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

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

Copied: 

[arch-commits] Commit in gnome-online-accounts/repos (8 files)

2015-02-27 Thread Jan de Groot
Date: Friday, February 27, 2015 @ 10:49:03
  Author: jgc
Revision: 232053

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

Added:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
(from rev 232052, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
(from rev 232052, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
(from rev 232052, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install
(from rev 232052, gnome-online-accounts/trunk/gnome-online-accounts.install)
Deleted:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install

+
 /PKGBUILD  |   64 +++
 /gnome-online-accounts.install |   24 ++
 extra-i686/PKGBUILD|   32 -
 extra-i686/gnome-online-accounts.install   |   12 -
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/gnome-online-accounts.install |   12 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-27 09:48:56 UTC (rev 232052)
+++ extra-i686/PKGBUILD 2015-02-27 09:49:03 UTC (rev 232053)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-online-accounts
-pkgver=3.14.2
-pkgrel=1
-pkgdesc=GNOME service to access online accounts
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL')
-depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl' 
'python2')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('341a2c79cd26770ccbf4476f7ce7222cfe026f442cfbd05dc7f7612f7b30dae9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
---enable-exchange --enable-facebook --enable-flickr \
---enable-google --enable-imap-smtp --enable-kerberos \
---enable-owncloud --enable-telepathy --enable-windows-live \
---enable-media-server
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-i686/PKGBUILD (from rev 232052, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-27 09:49:03 UTC (rev 232053)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-online-accounts
+pkgver=3.14.3
+pkgrel=1
+pkgdesc=GNOME service to access online accounts
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL')
+depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl' 
'python2')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6fe2dc67ab2c50a1c127767f43f31513dac72453bd41d4b4265217a19667c2c6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-exchange --enable-facebook --enable-flickr \
+--enable-google --enable-imap-smtp --enable-kerberos \
+--enable-owncloud --enable-telepathy --enable-windows-live \
+--enable-media-server
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-online-accounts.install
===
--- extra-i686/gnome-online-accounts.install2015-02-27 09:48:56 UTC (rev 
232052)
+++ extra-i686/gnome-online-accounts.install2015-02-27 09:49:03 UTC (rev 
232053)
@@ -1,12 +0,0 @@
-post_install () {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install 
(from rev 232052, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- extra-i686/gnome-online-accounts.install(rev 0)
+++ extra-i686/gnome-online-accounts.install2015-02-27 09:49:03 UTC (rev 
232053)
@@ -0,0 +1,12 @@

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

2015-02-27 Thread Jan de Groot
Date: Friday, February 27, 2015 @ 12:10:06
  Author: jgc
Revision: 232059

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

Added:
  glib-networking/repos/extra-i686/PKGBUILD
(from rev 232058, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/extra-i686/glib-networking.install
(from rev 232058, glib-networking/trunk/glib-networking.install)
  glib-networking/repos/extra-i686/skip-test-needs-glib-243.patch
(from rev 232058, glib-networking/trunk/skip-test-needs-glib-243.patch)
  glib-networking/repos/extra-x86_64/PKGBUILD
(from rev 232058, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/extra-x86_64/glib-networking.install
(from rev 232058, glib-networking/trunk/glib-networking.install)
  glib-networking/repos/extra-x86_64/skip-test-needs-glib-243.patch
(from rev 232058, glib-networking/trunk/skip-test-needs-glib-243.patch)
Deleted:
  glib-networking/repos/extra-i686/PKGBUILD
  glib-networking/repos/extra-i686/glib-networking.install
  glib-networking/repos/extra-x86_64/PKGBUILD
  glib-networking/repos/extra-x86_64/glib-networking.install

-+
 /PKGBUILD   |   84 ++
 /glib-networking.install|   22 ++
 extra-i686/PKGBUILD |   35 --
 extra-i686/glib-networking.install  |   11 ---
 extra-i686/skip-test-needs-glib-243.patch   |   28 
 extra-x86_64/PKGBUILD   |   35 --
 extra-x86_64/glib-networking.install|   11 ---
 extra-x86_64/skip-test-needs-glib-243.patch |   28 
 8 files changed, 162 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-27 11:09:56 UTC (rev 232058)
+++ extra-i686/PKGBUILD 2015-02-27 11:10:06 UTC (rev 232059)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=glib-networking
-pkgver=2.42.0
-pkgrel=1
-pkgdesc=Network-related giomodules for glib
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-license=(GPL2)
-depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
-makedepends=(intltool)
-install=glib-networking.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('304dd9e4c0ced69094300e0b9e66cd2eaae7161b9fc3186536d11458677d820d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname --disable-static \
---disable-installed-tests
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install testfiles_DATA=
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/extra-i686/PKGBUILD (from rev 232058, 
glib-networking/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-27 11:10:06 UTC (rev 232059)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=glib-networking
+pkgver=2.42.1
+pkgrel=1
+pkgdesc=Network-related giomodules for glib
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
+makedepends=(intltool)
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+skip-test-needs-glib-243.patch)
+sha256sums=('c06bf76da3353695fcc791b7b02e5d60c01c379e554f7841dc6cbca32f65f3a0'
+'afa882168bcb1f8abed27c63455c3ac177787e305ddb76744d7936a121866410')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../skip-test-needs-glib-243.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--disable-installed-tests
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install testfiles_DATA=
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/glib-networking.install
===
--- extra-i686/glib-networking.install  2015-02-27 11:09:56 UTC (rev 232058)
+++ extra-i686/glib-networking.install  2015-02-27 11:10:06 UTC (rev 232059)
@@ -1,11 +0,0 @@
-post_install() {
-  gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: glib-networking/repos/extra-i686/glib-networking.install (from rev 
232058, glib-networking/trunk/glib-networking.install)
===
--- extra-i686/glib-networking.install  (rev 0)
+++ extra-i686/glib-networking.install  2015-02-27 

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

2015-02-27 Thread Jan de Groot
Date: Friday, February 27, 2015 @ 12:09:56
  Author: jgc
Revision: 232058

upgpkg: glib-networking 2.42.1-1

Added:
  glib-networking/trunk/skip-test-needs-glib-243.patch
Modified:
  glib-networking/trunk/PKGBUILD

+
 PKGBUILD   |   15 +++
 skip-test-needs-glib-243.patch |   28 
 2 files changed, 39 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 10:04:53 UTC (rev 232057)
+++ PKGBUILD2015-02-27 11:09:56 UTC (rev 232058)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=glib-networking
-pkgver=2.42.0
+pkgver=2.42.1
 pkgrel=1
 pkgdesc=Network-related giomodules for glib
 arch=(i686 x86_64)
@@ -11,9 +11,16 @@
 depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
 makedepends=(intltool)
 install=glib-networking.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('304dd9e4c0ced69094300e0b9e66cd2eaae7161b9fc3186536d11458677d820d')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+skip-test-needs-glib-243.patch)
+sha256sums=('c06bf76da3353695fcc791b7b02e5d60c01c379e554f7841dc6cbca32f65f3a0'
+'afa882168bcb1f8abed27c63455c3ac177787e305ddb76744d7936a121866410')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../skip-test-needs-glib-243.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
@@ -24,7 +31,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  make -k check
+  make -j1 -k check
 }
 
 package() {

Added: skip-test-needs-glib-243.patch
===
--- skip-test-needs-glib-243.patch  (rev 0)
+++ skip-test-needs-glib-243.patch  2015-02-27 11:09:56 UTC (rev 232058)
@@ -0,0 +1,28 @@
+From 17613e50901c50fedcfe3542f0dc93630c9b2884 Mon Sep 17 00:00:00 2001
+From: Iain Lane iain.l...@canonical.com
+Date: Wed, 10 Dec 2014 12:05:19 +
+Subject: tls/tests: skip test_create_certificate_chain if not running against
+ glib 2.43
+
+https://bugzilla.gnome.org/show_bug.cgi?id=741331
+
+diff --git a/tls/tests/certificate.c b/tls/tests/certificate.c
+index 97c1793..7d3f031 100644
+--- a/tls/tests/certificate.c
 b/tls/tests/certificate.c
+@@ -226,6 +226,12 @@ test_create_certificate_chain (void)
+   GTlsCertificate *cert, *intermediate, *root;
+   GError *error = NULL;
+ 
++  if (glib_check_version (2, 43, 0))
++{
++  g_test_skip (This test requires glib 2.43);
++  return;
++}
++
+   cert = g_tls_certificate_new_from_file (tls_test_file_path (chain.pem), 
error);
+   g_assert_no_error (error);
+   g_assert (G_IS_TLS_CERTIFICATE (cert));
+-- 
+cgit v0.10.2
+


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

2015-02-27 Thread Massimiliano Torromeo
Date: Friday, February 27, 2015 @ 12:18:13
  Author: mtorromeo
Revision: 128350

upgpkg: libuv 1.4.2-1

Updated to 1.4.2

Modified:
  libuv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 10:30:20 UTC (rev 128349)
+++ PKGBUILD2015-02-27 11:18:13 UTC (rev 128350)
@@ -2,8 +2,8 @@
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=libuv
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
 pkgdesc=Multi-platform support library with a focus on asynchronous I/O
 arch=('i686' 'x86_64')
 url=https://github.com/libuv/libuv;
@@ -10,11 +10,12 @@
 license=('custom')
 depends=('glibc')
 makedepends=('python-sphinx')
-source=(https://github.com/libuv/libuv/archive/v$pkgver.tar.gz;)
+source=(https://github.com/libuv/libuv/archive/v$pkgver.tar.gz;
+
glibc-2.20.patch::https://github.com/libuv/libuv/commit/fd3cf20a37b95fe8a3cb4be045b5a1bad9e53cde.patch;)
 
 prepare() {
cd $srcdir/$pkgname-$pkgver
-   sed -i 's/_SVID_SOURCE/_DEFAULT_SOURCE/g' test/test-fs.c
+   patch -p1 -i $srcdir/glibc-2.20.patch
 }
 
 build() {
@@ -47,4 +48,5 @@
$pkgdir/usr/share/man/man1/libuv.1
 }
 
-sha256sums=('7d764a579f8a519e5ece775f9292cd5014a58bc17b1bd16aec4dd08dbc187d1f')
+sha256sums=('b9e424f69db0d1c3035c5f871cd9d7a3f4bace0a4db3e974bdbfa0cf95f6b741'
+'86247621352c906ea0252990ff0fa035dcd05a490e9f553bdac59a81b11f786d')


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

2015-02-27 Thread Massimiliano Torromeo
Date: Friday, February 27, 2015 @ 12:18:31
  Author: mtorromeo
Revision: 128351

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-27 11:18:13 UTC (rev 128350)
+++ community-i686/PKGBUILD 2015-02-27 11:18:31 UTC (rev 128351)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=libuv
-pkgver=1.4.1
-pkgrel=2
-pkgdesc=Multi-platform support library with a focus on asynchronous I/O
-arch=('i686' 'x86_64')
-url=https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc')
-makedepends=('python-sphinx')
-source=(https://github.com/libuv/libuv/archive/v$pkgver.tar.gz;)
-
-prepare() {
-   cd $srcdir/$pkgname-$pkgver
-   sed -i 's/_SVID_SOURCE/_DEFAULT_SOURCE/g' test/test-fs.c
-}
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-   make man -C docs
-}
-
-check() {
-   cd $srcdir/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-
-   install -Dm644 LICENSE \
-   $pkgdir/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   $pkgdir/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   $pkgdir/usr/share/doc/$pkgname/README.md
-   install -Dm644 ChangeLog \
-   $pkgdir/usr/share/doc/$pkgname/ChangeLog
-   install -Dm644 docs/build/man/libuv.1 \
-   $pkgdir/usr/share/man/man1/libuv.1
-}
-
-sha256sums=('7d764a579f8a519e5ece775f9292cd5014a58bc17b1bd16aec4dd08dbc187d1f')

Copied: libuv/repos/community-i686/PKGBUILD (from rev 128350, 
libuv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-27 11:18:31 UTC (rev 128351)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=libuv
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=Multi-platform support library with a focus on asynchronous I/O
+arch=('i686' 'x86_64')
+url=https://github.com/libuv/libuv;
+license=('custom')
+depends=('glibc')
+makedepends=('python-sphinx')
+source=(https://github.com/libuv/libuv/archive/v$pkgver.tar.gz;
+
glibc-2.20.patch::https://github.com/libuv/libuv/commit/fd3cf20a37b95fe8a3cb4be045b5a1bad9e53cde.patch;)
+
+prepare() {
+   cd $srcdir/$pkgname-$pkgver
+   patch -p1 -i $srcdir/glibc-2.20.patch
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+   make man -C docs
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+
+   install -Dm644 LICENSE \
+   $pkgdir/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   $pkgdir/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   $pkgdir/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   $pkgdir/usr/share/doc/$pkgname/ChangeLog
+   install -Dm644 docs/build/man/libuv.1 \
+   $pkgdir/usr/share/man/man1/libuv.1
+}
+
+sha256sums=('b9e424f69db0d1c3035c5f871cd9d7a3f4bace0a4db3e974bdbfa0cf95f6b741'
+'86247621352c906ea0252990ff0fa035dcd05a490e9f553bdac59a81b11f786d')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-27 11:18:13 UTC (rev 128350)
+++ community-x86_64/PKGBUILD   2015-02-27 11:18:31 UTC (rev 128351)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=libuv
-pkgver=1.4.1
-pkgrel=2
-pkgdesc=Multi-platform support library with a focus on asynchronous I/O
-arch=('i686' 'x86_64')
-url=https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc')
-makedepends=('python-sphinx')
-source=(https://github.com/libuv/libuv/archive/v$pkgver.tar.gz;)
-
-prepare() {
-   cd $srcdir/$pkgname-$pkgver
-   sed -i 's/_SVID_SOURCE/_DEFAULT_SOURCE/g' test/test-fs.c
-}
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh
-   

  1   2   >