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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 09:25:21
  Author: jgc
Revision: 209668

upgpkg: glibmm 2.39.92-1

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-31 23:22:46 UTC (rev 209667)
+++ PKGBUILD2014-04-01 07:25:21 UTC (rev 209668)
@@ -4,14 +4,14 @@
 
 pkgbase=glibmm
 pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.38.1
+pkgver=2.39.92
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 url=http://www.gtkmm.org/;
-sha256sums=('49c925ee1d3c4d0d6cd7492d7173bd6826db51d0b55f458a6496406ae267c4a2')
+sha256sums=('34c16517ad4e00eddf27ebac86df27b4d38473593ab2ecdf7f5500a6993e3710')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 09:25:27
  Author: jgc
Revision: 209669

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

Added:
  glibmm/repos/gnome-unstable-i686/
  glibmm/repos/gnome-unstable-i686/PKGBUILD
(from rev 209668, glibmm/trunk/PKGBUILD)
  glibmm/repos/gnome-unstable-x86_64/
  glibmm/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 209668, glibmm/trunk/PKGBUILD)

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

Copied: glibmm/repos/gnome-unstable-i686/PKGBUILD (from rev 209668, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-04-01 07:25:27 UTC (rev 209669)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.39.92
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url=http://www.gtkmm.org/;
+sha256sums=('34c16517ad4e00eddf27ebac86df27b4d38473593ab2ecdf7f5500a6993e3710')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++2.0')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}

Copied: glibmm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 209668, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-04-01 07:25:27 UTC (rev 209669)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.39.92
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url=http://www.gtkmm.org/;
+sha256sums=('34c16517ad4e00eddf27ebac86df27b4d38473593ab2ecdf7f5500a6993e3710')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++2.0')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}



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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 10:05:07
  Author: jgc
Revision: 209670

upgpkg: gtk2 2.24.23-1

Modified:
  gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 07:25:27 UTC (rev 209669)
+++ PKGBUILD2014-04-01 08:05:07 UTC (rev 209670)
@@ -3,7 +3,7 @@
 
 pkgbase=gtk2
 pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.22
+pkgver=2.24.23
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.gtk.org/;
@@ -12,7 +12,7 @@
 license=('LGPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
 gtkrc xid-collision-debug.patch)
-sha256sums=('b114b6e9fb389bf3aa8a6d09576538f58dce740779653084046852fb4140ae7f'
+sha256sums=('a0a406e27e9b5e7d6b2c4334212706ed5cdcd41e713e66c9ae950655dd61517c'
 'b77a427df55a14182c10ad7e683b4d662df2846fcd38df2aa8918159d6be3ae2'
 'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
 



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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 10:05:16
  Author: jgc
Revision: 209671

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

Added:
  gtk2/repos/gnome-unstable-i686/
  gtk2/repos/gnome-unstable-i686/PKGBUILD
(from rev 209670, gtk2/trunk/PKGBUILD)
  gtk2/repos/gnome-unstable-i686/gtk-update-icon-cache.install
(from rev 209670, gtk2/trunk/gtk-update-icon-cache.install)
  gtk2/repos/gnome-unstable-i686/gtk2.install
(from rev 209670, gtk2/trunk/gtk2.install)
  gtk2/repos/gnome-unstable-i686/gtkrc
(from rev 209670, gtk2/trunk/gtkrc)
  gtk2/repos/gnome-unstable-i686/xid-collision-debug.patch
(from rev 209670, gtk2/trunk/xid-collision-debug.patch)
  gtk2/repos/gnome-unstable-x86_64/
  gtk2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 209670, gtk2/trunk/PKGBUILD)
  gtk2/repos/gnome-unstable-x86_64/gtk-update-icon-cache.install
(from rev 209670, gtk2/trunk/gtk-update-icon-cache.install)
  gtk2/repos/gnome-unstable-x86_64/gtk2.install
(from rev 209670, gtk2/trunk/gtk2.install)
  gtk2/repos/gnome-unstable-x86_64/gtkrc
(from rev 209670, gtk2/trunk/gtkrc)
  gtk2/repos/gnome-unstable-x86_64/xid-collision-debug.patch
(from rev 209670, gtk2/trunk/xid-collision-debug.patch)

-+
 gnome-unstable-i686/PKGBUILD|   64 ++
 gnome-unstable-i686/gtk-update-icon-cache.install   |3 
 gnome-unstable-i686/gtk2.install|   17 
 gnome-unstable-i686/gtkrc   |3 
 gnome-unstable-i686/xid-collision-debug.patch   |   15 
 gnome-unstable-x86_64/PKGBUILD  |   64 ++
 gnome-unstable-x86_64/gtk-update-icon-cache.install |3 
 gnome-unstable-x86_64/gtk2.install  |   17 
 gnome-unstable-x86_64/gtkrc |3 
 gnome-unstable-x86_64/xid-collision-debug.patch |   15 
 10 files changed, 204 insertions(+)

Copied: gtk2/repos/gnome-unstable-i686/PKGBUILD (from rev 209670, 
gtk2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-04-01 08:05:16 UTC (rev 209671)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gtk2
+pkgname=('gtk2' 'gtk-update-icon-cache')
+pkgver=2.24.23
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
+ 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection')
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
+gtkrc xid-collision-debug.patch)
+sha256sums=('a0a406e27e9b5e7d6b2c4334212706ed5cdcd41e713e66c9ae950655dd61517c'
+'b77a427df55a14182c10ad7e683b4d662df2846fcd38df2aa8918159d6be3ae2'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
+
+prepare() {
+cd gtk+-$pkgver
+patch -Np1 -i ../xid-collision-debug.patch
+}
+
+build() {
+cd gtk+-$pkgver
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-xinput=yes
+
+# https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package_gtk2() {
+pkgdesc=GTK+ is a multi-platform toolkit (v2)
+install=gtk2.install
+depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage' 
+ 'shared-mime-info' 'cairo' 'libcups' 'gtk-update-icon-cache')
+optdepends=('gnome-themes-standard: Default widget theme'
+'gnome-icon-theme: Default icon theme')
+replaces=('gtk2-docs')
+
+cd gtk+-$pkgver
+make DESTDIR=$pkgdir install
+
+sed -i s#env python#env python2# $pkgdir/usr/bin/gtk-builder-convert
+
+install -Dm644 $srcdir/gtkrc $pkgdir/usr/share/gtk-2.0/gtkrc
+
+#split this out to use with gtk3 too
+rm $pkgdir/usr/bin/gtk-update-icon-cache
+}
+package_gtk-update-icon-cache() {
+pkgdesc=The GTK+ update icon cache tool
+depends=('gdk-pixbuf2=2.24.1-3' 'hicolor-icon-theme')
+install=gtk-update-icon-cache.install
+
+cd gtk+-$pkgver/gtk
+install -D -m755 gtk-update-icon-cache 
$pkgdir/usr/bin/gtk-update-icon-cache
+}

Copied: gtk2/repos/gnome-unstable-i686/gtk-update-icon-cache.install (from rev 
209670, gtk2/trunk/gtk-update-icon-cache.install)
===
--- gnome-unstable-i686/gtk-update-icon-cache.install   
(rev 0)
+++ gnome-unstable-i686/gtk-update-icon-cache.install   2014-04-01 08:05:16 UTC 
(rev 209671)
@@ -0,0 +1,3 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: 

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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 10:16:09
  Author: jgc
Revision: 209673

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

Added:
  gtkmm3/repos/gnome-unstable-i686/
  gtkmm3/repos/gnome-unstable-i686/PKGBUILD
(from rev 209672, gtkmm3/trunk/PKGBUILD)
  gtkmm3/repos/gnome-unstable-x86_64/
  gtkmm3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 209672, gtkmm3/trunk/PKGBUILD)

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

Copied: gtkmm3/repos/gnome-unstable-i686/PKGBUILD (from rev 209672, 
gtkmm3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-04-01 08:16:09 UTC (rev 209673)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.11.9
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!emptydirs')
+url=http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('402441b05b4b36ee1b12a6c903e3f1c7cb194355a0d335dae554c67c058ad213')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc=C++ bindings for gtk3
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd $_pkgbasename-$pkgver
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR=$pkgdir install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc=Developer documentation for gtkmm v3
+
+  cd $_pkgbasename-$pkgver
+  make -C docs DESTDIR=$pkgdir install
+}

Copied: gtkmm3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 209672, 
gtkmm3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-04-01 08:16:09 UTC (rev 209673)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.11.9
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!emptydirs')
+url=http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('402441b05b4b36ee1b12a6c903e3f1c7cb194355a0d335dae554c67c058ad213')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc=C++ bindings for gtk3
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd $_pkgbasename-$pkgver
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR=$pkgdir install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc=Developer documentation for gtkmm v3
+
+  cd $_pkgbasename-$pkgver
+  make -C docs DESTDIR=$pkgdir install
+}



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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 10:16:01
  Author: jgc
Revision: 209672

upgpkg: gtkmm3 3.11.9-1

Modified:
  gtkmm3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 08:05:16 UTC (rev 209671)
+++ PKGBUILD2014-04-01 08:16:01 UTC (rev 209672)
@@ -4,7 +4,7 @@
 pkgbase=gtkmm3
 _pkgbasename=gtkmm
 pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.10.1
+pkgver=3.11.9
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
@@ -12,7 +12,7 @@
 options=('!emptydirs')
 url=http://www.gtkmm.org/;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('6fa5cdaa5cf386ea7c77fafed47e913afadd48fe45e28d8cb01075c3ee412538')
+sha256sums=('402441b05b4b36ee1b12a6c903e3f1c7cb194355a0d335dae554c67c058ad213')
 
 build() {
   cd $_pkgbasename-$pkgver



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

2014-04-01 Thread Andrzej Giniewicz
Date: Tuesday, April 1, 2014 @ 10:30:04
  Author: aginiewicz
Revision: 108680

upgpkg: languagetool 2.5-1

languagetool: new upstream release

Modified:
  languagetool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 03:36:38 UTC (rev 108679)
+++ PKGBUILD2014-04-01 08:30:04 UTC (rev 108680)
@@ -4,8 +4,8 @@
 # Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
 
 pkgname=languagetool
-pkgver=2.4.1
-pkgrel=2
+pkgver=2.5
+pkgrel=1
 pkgdesc=An open source language checker
 arch=('any')
 url=http://www.languagetool.org; 
@@ -17,7 +17,7 @@
 'gtk2: needed for the GUI version')
 
source=($pkgname-$pkgver.zip::http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver;
 $pkgname.sh)
 noextract=($pkgname-$pkgver.zip)
-md5sums=('53265e24496707225a2f5997e65634a3'
+md5sums=('34b23e7bea0064b6e347aa169537d3d6'
  '81c8355c6b3820e9788199daa647089e')
 
 package() {
@@ -25,7 +25,7 @@
   install -d $pkgdir/usr/{bin,share/java/$pkgname}
   unzip -q $pkgname-$pkgver.zip -d $pkgdir/usr/share
   cd $pkgdir/usr/share/
-  mv LanguageTool-2.4 $pkgname
+  mv LanguageTool-$pkgver $pkgname
   cd $pkgname
   mv *.jar $pkgdir/usr/share/java/$pkgname
   mv libs/*.jar $pkgdir/usr/share/java/$pkgname



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

2014-04-01 Thread Andrzej Giniewicz
Date: Tuesday, April 1, 2014 @ 10:30:13
  Author: aginiewicz
Revision: 108681

archrelease: copy trunk to community-any

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

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

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

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

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

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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 10:39:19
  Author: jgc
Revision: 209674

upgpkg: gupnp-igd 0.2.3-1

Modified:
  gupnp-igd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 08:16:09 UTC (rev 209673)
+++ PKGBUILD2014-04-01 08:39:19 UTC (rev 209674)
@@ -2,21 +2,22 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=gupnp-igd
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.2.3
+pkgrel=1
 pkgdesc=A library to handle UPnP IGD port mapping
 arch=('i686' 'x86_64')
 url=http://www.gupnp.org;
 license=('LGPL')
-depends=('gupnp' 'python2-gobject2')
+depends=('gupnp')
 makedepends=('gobject-introspection')
+checkdepends=('python2-gobject')
 options=('!makeflags')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('bd24e98b224b3a233b0ab6714638ed4c6bf64b47')
+sha256sums=('ccaf49f9d4f38ac646f1b00341d4db767291e56592286da0e0eb0835811f462d')
 
 build() {
   cd ${pkgname}-${pkgver}
-  PYTHON=python2 ./configure --prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 



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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 10:39:24
  Author: jgc
Revision: 209675

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

Added:
  gupnp-igd/repos/gnome-unstable-i686/
  gupnp-igd/repos/gnome-unstable-i686/PKGBUILD
(from rev 209674, gupnp-igd/trunk/PKGBUILD)
  gupnp-igd/repos/gnome-unstable-x86_64/
  gupnp-igd/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 209674, gupnp-igd/trunk/PKGBUILD)

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

Copied: gupnp-igd/repos/gnome-unstable-i686/PKGBUILD (from rev 209674, 
gupnp-igd/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-04-01 08:39:24 UTC (rev 209675)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gupnp-igd
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=A library to handle UPnP IGD port mapping
+arch=('i686' 'x86_64')
+url=http://www.gupnp.org;
+license=('LGPL')
+depends=('gupnp')
+makedepends=('gobject-introspection')
+checkdepends=('python2-gobject')
+options=('!makeflags')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ccaf49f9d4f38ac646f1b00341d4db767291e56592286da0e0eb0835811f462d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: gupnp-igd/repos/gnome-unstable-x86_64/PKGBUILD (from rev 209674, 
gupnp-igd/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-04-01 08:39:24 UTC (rev 209675)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gupnp-igd
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=A library to handle UPnP IGD port mapping
+arch=('i686' 'x86_64')
+url=http://www.gupnp.org;
+license=('LGPL')
+depends=('gupnp')
+makedepends=('gobject-introspection')
+checkdepends=('python2-gobject')
+options=('!makeflags')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ccaf49f9d4f38ac646f1b00341d4db767291e56592286da0e0eb0835811f462d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2014-04-01 Thread Bartłomiej Piotrowski
Date: Tuesday, April 1, 2014 @ 10:51:46
  Author: bpiotrowski
Revision: 108683

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

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

--+
 /PKGBUILD|   74 +
 /spacefm.install |   28 ++
 community-i686/PKGBUILD  |   37 --
 community-i686/spacefm.install   |   14 ---
 community-x86_64/PKGBUILD|   37 --
 community-x86_64/spacefm.install |   14 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-01 08:51:32 UTC (rev 108682)
+++ community-i686/PKGBUILD 2014-04-01 08:51:46 UTC (rev 108683)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
-# Contributor: ridikulus_rat the.ridikulus@gmail.com
-
-pkgname=spacefm
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='Multi-panel tabbed file manager'
-arch=('i686' 'x86_64')
-url='http://ignorantguru.github.com/spacefm/'
-license=('GPL3')
-install=$pkgname.install
-depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
- 'udev' 'bash')
-makedepends=('intltool' 'gettext')
-optdepends=('lsof: device processes'
-'wget: plugin download'
-'gksu: perform as root functionality'
-'udevil: mount as non-root user and mount networks'
-'udisks: mount as non-root user'
-'udisks2: mount as non-root user')
-source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
-md5sums=('6bbf41bc97a46a797500dbf0ae359971')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-pixmaps \
---with-gtk3
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: spacefm/repos/community-i686/PKGBUILD (from rev 108682, 
spacefm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-01 08:51:46 UTC (rev 108683)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
+# Contributor: ridikulus_rat the.ridikulus@gmail.com
+
+pkgname=spacefm
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Multi-panel tabbed file manager'
+arch=('i686' 'x86_64')
+url='http://ignorantguru.github.com/spacefm/'
+license=('GPL3')
+install=$pkgname.install
+depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
+ 'systemd' 'bash')
+makedepends=('intltool' 'gettext')
+optdepends=('lsof: device processes'
+'wget: plugin download'
+'gksu: perform as root functionality'
+'udevil: mount as non-root user and mount networks'
+'udisks: mount as non-root user'
+'udisks2: mount as non-root user')
+source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
+md5sums=('daeee7dcccea33d6258a0a9d783470c4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-pixmaps \
+--with-gtk3
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/spacefm.install
===
--- community-i686/spacefm.install  2014-04-01 08:51:32 UTC (rev 108682)
+++ community-i686/spacefm.install  2014-04-01 08:51:46 UTC (rev 108683)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime  /dev/null
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  [[ -d /usr/share/icons/Faenza ]]  gtk-update-icon-cache -q -t -f 
/usr/share/icons/Faenza
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: spacefm/repos/community-i686/spacefm.install (from rev 108682, 
spacefm/trunk/spacefm.install)
===
--- community-i686/spacefm.install  (rev 0)
+++ community-i686/spacefm.install  2014-04-01 08:51:46 UTC (rev 108683)
@@ -0,0 +1,14 @@
+post_install() {
+  

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

2014-04-01 Thread Bartłomiej Piotrowski
Date: Tuesday, April 1, 2014 @ 10:51:32
  Author: bpiotrowski
Revision: 108682

upgpkg: spacefm 0.9.4-1

new upstream release

Modified:
  spacefm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 08:30:13 UTC (rev 108681)
+++ PKGBUILD2014-04-01 08:51:32 UTC (rev 108682)
@@ -4,7 +4,7 @@
 # Contributor: ridikulus_rat the.ridikulus@gmail.com
 
 pkgname=spacefm
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc='Multi-panel tabbed file manager'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL3')
 install=$pkgname.install
 depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
- 'udev' 'bash')
+ 'systemd' 'bash')
 makedepends=('intltool' 'gettext')
 optdepends=('lsof: device processes'
 'wget: plugin download'
@@ -21,7 +21,7 @@
 'udisks: mount as non-root user'
 'udisks2: mount as non-root user')
 source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
-md5sums=('6bbf41bc97a46a797500dbf0ae359971')
+md5sums=('daeee7dcccea33d6258a0a9d783470c4')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 10:54:08
  Author: jgc
Revision: 209676

upgpkg: libgweather 3.12.0-1

Modified:
  libgweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 08:39:24 UTC (rev 209675)
+++ PKGBUILD2014-04-01 08:54:08 UTC (rev 209676)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot  j...@archlinux.org
 
 pkgname=libgweather
-pkgver=3.11.92
+pkgver=3.12.0
 pkgrel=1
 pkgdesc=Provides access to weather information from the net
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://www.gnome.org/;
 install=libgweather.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('601c7ec366018bac9fe296daf91105344043e59f31631e2196924373302d33ee')
+sha256sums=('601502ffb7639c7d0cc9dfa5fc7fb3e006084be080b51f49786ad78401682154')
 
 build() {
 cd $pkgname-$pkgver



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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 10:54:16
  Author: jgc
Revision: 209677

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

Added:
  libgweather/repos/gnome-unstable-i686/PKGBUILD
(from rev 209676, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-i686/libgweather.install
(from rev 209676, libgweather/trunk/libgweather.install)
  libgweather/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 209676, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-x86_64/libgweather.install
(from rev 209676, libgweather/trunk/libgweather.install)
Deleted:
  libgweather/repos/gnome-unstable-i686/PKGBUILD
  libgweather/repos/gnome-unstable-i686/libgweather.install
  libgweather/repos/gnome-unstable-x86_64/PKGBUILD
  libgweather/repos/gnome-unstable-x86_64/libgweather.install

---+
 /PKGBUILD |   56 
 /libgweather.install  |   36 ++
 gnome-unstable-i686/PKGBUILD  |   28 --
 gnome-unstable-i686/libgweather.install   |   18 -
 gnome-unstable-x86_64/PKGBUILD|   28 --
 gnome-unstable-x86_64/libgweather.install |   18 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-04-01 08:54:08 UTC (rev 209676)
+++ gnome-unstable-i686/PKGBUILD2014-04-01 08:54:16 UTC (rev 209677)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  j...@archlinux.org
-
-pkgname=libgweather
-pkgver=3.11.92
-pkgrel=1
-pkgdesc=Provides access to weather information from the net
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libsoup' 'gnome-icon-theme' 'gtk3')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-options=('!emptydirs')
-url=http://www.gnome.org/;
-install=libgweather.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('601c7ec366018bac9fe296daf91105344043e59f31631e2196924373302d33ee')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-}

Copied: libgweather/repos/gnome-unstable-i686/PKGBUILD (from rev 209676, 
libgweather/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-04-01 08:54:16 UTC (rev 209677)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot  j...@archlinux.org
+
+pkgname=libgweather
+pkgver=3.12.0
+pkgrel=1
+pkgdesc=Provides access to weather information from the net
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libsoup' 'gnome-icon-theme' 'gtk3')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!emptydirs')
+url=http://www.gnome.org/;
+install=libgweather.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('601502ffb7639c7d0cc9dfa5fc7fb3e006084be080b51f49786ad78401682154')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/libgweather.install
===
--- gnome-unstable-i686/libgweather.install 2014-04-01 08:54:08 UTC (rev 
209676)
+++ gnome-unstable-i686/libgweather.install 2014-04-01 08:54:16 UTC (rev 
209677)
@@ -1,18 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f /usr/share/gconf/schemas/libgweather.schemas ]; then
-gconfpkg --uninstall libgweather
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libgweather/repos/gnome-unstable-i686/libgweather.install (from rev 
209676, libgweather/trunk/libgweather.install)
===
--- gnome-unstable-i686/libgweather.install (rev 0)
+++ gnome-unstable-i686/libgweather.install 2014-04-01 08:54:16 UTC (rev 
209677)
@@ -0,0 +1,18 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/libgweather.schemas ]; then
+gconfpkg --uninstall libgweather
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: 

[arch-commits] Commit in libpeas/trunk (PKGBUILD js17.patch)

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 11:02:24
  Author: jgc
Revision: 209678

upgpkg: libpeas 1.10.0-1

Modified:
  libpeas/trunk/PKGBUILD
Deleted:
  libpeas/trunk/js17.patch

+
 PKGBUILD   |   13 ++---
 js17.patch |   46 --
 2 files changed, 6 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 08:54:16 UTC (rev 209677)
+++ PKGBUILD2014-04-01 09:02:24 UTC (rev 209678)
@@ -2,19 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libpeas
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc=A GObject-based plugins engine
 arch=(i686 x86_64)
 url=http://www.gtk.org/;
 license=(GPL2)
 depends=(gtk3 hicolor-icon-theme gobject-introspection)
-makedepends=(gtk-doc intltool python-gobject python2-gobject gjs seed glade)
-optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
-'seed: gobject-based plugin engine - seed runtime loader')
+makedepends=(gtk-doc intltool python-gobject python2-gobject seed glade)
+optdepends=('seed: gobject-based plugin engine - seed runtime loader')
 install=libpeas.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('008747ccdf954dc7b8e3207fffede527a589363541873f906c8e0166f6f7df8d')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('4695bc40e4885a903dbc5ce6a3704392feae63af51fd4da7a3888bb88ca78c47')
 
 
 build() {

Deleted: js17.patch
===
--- js17.patch  2014-04-01 08:54:16 UTC (rev 209677)
+++ js17.patch  2014-04-01 09:02:24 UTC (rev 209678)
@@ -1,46 +0,0 @@
-From 8c54d0ee9c929d9141f74a0c047fed2e28347aa3 Mon Sep 17 00:00:00 2001
-From: Garrett Regier garrettreg...@gmail.com
-Date: Sat, 27 Apr 2013 11:36:13 +
-Subject: Fix Gjs plugin loader
-
-The garbage collection now takes a runtime instead of a contex
-so just use Gjs's gc method to do the right thing and jsvals
-cannot be compared anymore.

-diff --git a/loaders/gjs/peas-extension-gjs.c 
b/loaders/gjs/peas-extension-gjs.c
-index 2a71ff8..0ec418c 100644
 a/loaders/gjs/peas-extension-gjs.c
-+++ b/loaders/gjs/peas-extension-gjs.c
-@@ -362,7 +362,7 @@ peas_extension_gjs_call (PeasExtensionWrapper *exten,
- 
-   if (!JS_GetElement (gexten-js_context, JSVAL_TO_OBJECT (js_retval),
-   nth_out_arg++, js_value) ||
--  js_value == JSVAL_VOID)
-+  JSVAL_IS_VOID (js_value))
- {
-   g_warning (Error failed to get out argument %i, nth_out_arg);
-   return FALSE;
-diff --git a/loaders/gjs/peas-plugin-loader-gjs.c 
b/loaders/gjs/peas-plugin-loader-gjs.c
-index d9acfdf..8cea724 100644
 a/loaders/gjs/peas-plugin-loader-gjs.c
-+++ b/loaders/gjs/peas-plugin-loader-gjs.c
-@@ -279,7 +279,7 @@ peas_plugin_loader_gjs_create_extension (PeasPluginLoader 
*loader,
- 
-   if (!JS_GetPropertyById (js_context, ginfo-extensions,
-prop_name_id, prop_extension_ctor) ||
--  prop_extension_ctor != extension_ctor)
-+  JSVAL_TO_OBJECT (prop_extension_ctor) != JSVAL_TO_OBJECT 
(extension_ctor))
- continue;
- 
-   if (!JS_IdToValue (js_context, prop_name_id, prop_name_val) ||
-@@ -327,7 +327,7 @@ static void
- garbage_collect (PeasPluginInfo *info,
-  GjsInfo*ginfo)
- {
--  JS_GC (gjs_context_get_native_context (ginfo-context));
-+  gjs_context_gc (ginfo-context);
- }
- 
- static void
---
-cgit v0.9.2



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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 11:02:29
  Author: jgc
Revision: 209679

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   39 
 gnome-unstable-i686/libpeas.install   |   11 +
 gnome-unstable-x86_64/PKGBUILD|   39 
 gnome-unstable-x86_64/libpeas.install |   11 +
 4 files changed, 100 insertions(+)

Copied: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 209678, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-04-01 09:02:29 UTC (rev 209679)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.10.0
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject seed glade)
+optdepends=('seed: gobject-based plugin engine - seed runtime loader')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('4695bc40e4885a903dbc5ce6a3704392feae63af51fd4da7a3888bb88ca78c47')
+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-i686/libpeas.install (from rev 209678, 
libpeas/trunk/libpeas.install)
===
--- gnome-unstable-i686/libpeas.install (rev 0)
+++ gnome-unstable-i686/libpeas.install 2014-04-01 09:02:29 UTC (rev 209679)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: libpeas/repos/gnome-unstable-x86_64/PKGBUILD (from rev 209678, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-04-01 09:02:29 UTC (rev 209679)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.10.0
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject seed glade)
+optdepends=('seed: gobject-based plugin engine - seed runtime loader')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('4695bc40e4885a903dbc5ce6a3704392feae63af51fd4da7a3888bb88ca78c47')
+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-x86_64/libpeas.install (from rev 209678, 
libpeas/trunk/libpeas.install)
===
--- gnome-unstable-x86_64/libpeas.install   (rev 0)
+++ gnome-unstable-x86_64/libpeas.install   2014-04-01 09:02:29 UTC (rev 
209679)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-04-01 Thread Ike Devolder
Date: Tuesday, April 1, 2014 @ 11:15:06
  Author: idevolder
Revision: 108684

xbmc :: 12.3-13 rebuild for FS#39702

libnfs 1.9.2 - 1.9.3 did serious soname bump 1 - 4

Modified:
  xbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 08:51:46 UTC (rev 108683)
+++ PKGBUILD2014-04-01 09:15:06 UTC (rev 108684)
@@ -10,7 +10,7 @@
 pkgname=xbmc
 pkgver=12.3
 _codename=Frodo
-pkgrel=12
+pkgrel=13
 pkgdesc=A software media player and entertainment hub for digital media
 arch=('i686' 'x86_64')
 url=http://xbmc.org;



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

2014-04-01 Thread Ike Devolder
Date: Tuesday, April 1, 2014 @ 11:15:51
  Author: idevolder
Revision: 108685

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

Added:
  xbmc/repos/community-i686/PKGBUILD
(from rev 108684, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-i686/polkit.rules
(from rev 108684, xbmc/trunk/polkit.rules)
  xbmc/repos/community-i686/xbmc.install
(from rev 108684, xbmc/trunk/xbmc.install)
  xbmc/repos/community-i686/xbmc.service
(from rev 108684, xbmc/trunk/xbmc.service)
  xbmc/repos/community-x86_64/PKGBUILD
(from rev 108684, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-x86_64/polkit.rules
(from rev 108684, xbmc/trunk/polkit.rules)
  xbmc/repos/community-x86_64/xbmc.install
(from rev 108684, xbmc/trunk/xbmc.install)
  xbmc/repos/community-x86_64/xbmc.service
(from rev 108684, xbmc/trunk/xbmc.service)
Deleted:
  xbmc/repos/community-i686/PKGBUILD
  xbmc/repos/community-i686/polkit.rules
  xbmc/repos/community-i686/xbmc.install
  xbmc/repos/community-i686/xbmc.service
  xbmc/repos/community-x86_64/PKGBUILD
  xbmc/repos/community-x86_64/polkit.rules
  xbmc/repos/community-x86_64/xbmc.install
  xbmc/repos/community-x86_64/xbmc.service

---+
 /PKGBUILD |  246 
 /polkit.rules |   24 +++
 /xbmc.install |   38 ++
 /xbmc.service |   32 +
 community-i686/PKGBUILD   |  123 
 community-i686/polkit.rules   |   12 -
 community-i686/xbmc.install   |   19 ---
 community-i686/xbmc.service   |   16 --
 community-x86_64/PKGBUILD |  123 
 community-x86_64/polkit.rules |   12 -
 community-x86_64/xbmc.install |   19 ---
 community-x86_64/xbmc.service |   16 --
 12 files changed, 340 insertions(+), 340 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-01 09:15:06 UTC (rev 108684)
+++ community-i686/PKGBUILD 2014-04-01 09:15:51 UTC (rev 108685)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
-# Contributor: Zeqadious zeqadious.at.gmail.dot.com
-# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
-
-_prefix=/usr
-
-pkgname=xbmc
-pkgver=12.3
-_codename=Frodo
-pkgrel=12
-pkgdesc=A software media player and entertainment hub for digital media
-arch=('i686' 'x86_64')
-url=http://xbmc.org;
-license=('GPL' 'custom')
-depends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva'
-'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libjpeg-turbo' 
'libsamplerate'
-'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 
'python2'
-'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 
'mesa-demos'
-'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 
'bluez-libs' 'glu'
-'tinyxml' 'taglib' 'ffmpeg-compat')
-makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libxinerama' 'zip' 'libvdpau' 
'libcec'
-'udisks' 'upower' 'mesa' 'doxygen' 'swig' 'java-environment')
-optdepends=('libcec: support for Pulse-Eight USB-CEC adapter'
-   'lirc: remote controller support'
-   'udisks: automount external drives'
-   'upower: used to trigger power management functionality'
-   'unrar: access compressed files without unpacking them'
-   'xorg-xinit: autostart xbmc')
-install=${pkgname}.install
-source=(http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz;
-   xbmc.service
-   polkit.rules
-   libass.patch::https://bugs.archlinux.org/index.php?getfile=11285;)
-md5sums=('7ae385ebf8e5cfcb917393235e6efbdb'
- '03e9a33e15714d1fd1f2a516abea5393'
- '02f7951824ee13103344f36009c0ef2a'
- '7fd6399d2ffbdf06b724f0cc2efa0784')
-
-prepare() {
-  cd ${srcdir}/xbmc-$pkgver-$_codename
-
-  patch -p0 $srcdir/libass.patch
-
-  # fix lsb_release dependency
-  sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' 
xbmc/utils/SystemInfo.cpp
-  sed -i -e 's:#include libsmbclient.h:#include samba-4.0/libsmbclient.h:' 
xbmc/filesystem/{SmbFile,SMBDirectory}.cpp
-}
-
-build() {
-  cd ${srcdir}/xbmc-$pkgver-$_codename
-
-  # Bootstrapping XBMC
-  ./bootstrap
-
-  # Configuring XBMC
-  export PYTHON_VERSION=2  # external python v2
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  ./configure --prefix=$_prefix --exec-prefix=$_prefix \
---disable-debug \
---enable-optimizations \
---enable-gl \
---enable-sdl \
---enable-vaapi \
---enable-vdpau \
---enable-xvba \
---enable-joystick \
---enable-xrandr \
---enable-rsxs \
---enable-projectm \
---enable-x11 \
---enable-rtmp \
---enable-samba \
---enable-nfs \
---enable-afpclient \

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

2014-04-01 Thread Felix Yan
Date: Tuesday, April 1, 2014 @ 11:40:24
  Author: fyan
Revision: 108686

upgpkg: ibus-kkc 1.5.20-1

Modified:
  ibus-kkc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 09:15:51 UTC (rev 108685)
+++ PKGBUILD2014-04-01 09:40:24 UTC (rev 108686)
@@ -2,7 +2,7 @@
 # Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
 
 pkgname=ibus-kkc
-pkgver=1.5.19
+pkgver=1.5.20
 pkgrel=1
 pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
 arch=('i686' 'x86_64')
@@ -23,4 +23,4 @@
   make DESTDIR=$pkgdir install
 }
 
-sha512sums=('4f74557974404e8bf945d964b681516fb42eff204920f582474a7ec9c229bddd8fb38a000ec6a1976bd1d6e3fcbd87a877e04dc35550af1a90fd294ed208b756')
+sha512sums=('ebbc77ce7a454c75b4edfa885e240c6ec45f701b19e56bf6e785f0dbb17dac9d64175e7972ae3c428ff2f880ebe236af8b11829c023aae1079d8302f5494509d')



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

2014-04-01 Thread Felix Yan
Date: Tuesday, April 1, 2014 @ 11:45:59
  Author: fyan
Revision: 108687

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

Added:
  ibus-kkc/repos/community-i686/PKGBUILD
(from rev 108686, ibus-kkc/trunk/PKGBUILD)
  ibus-kkc/repos/community-x86_64/PKGBUILD
(from rev 108686, ibus-kkc/trunk/PKGBUILD)
Deleted:
  ibus-kkc/repos/community-i686/PKGBUILD
  ibus-kkc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-01 09:40:24 UTC (rev 108686)
+++ community-i686/PKGBUILD 2014-04-01 09:45:59 UTC (rev 108687)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-
-pkgname=ibus-kkc
-pkgver=1.5.19
-pkgrel=1
-pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
-arch=('i686' 'x86_64')
-url=https://bitbucket.org/libkkc;
-license=('GPL')
-depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
-makedepends=('vala' 'intltool')
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-sha512sums=('4f74557974404e8bf945d964b681516fb42eff204920f582474a7ec9c229bddd8fb38a000ec6a1976bd1d6e3fcbd87a877e04dc35550af1a90fd294ed208b756')

Copied: ibus-kkc/repos/community-i686/PKGBUILD (from rev 108686, 
ibus-kkc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-01 09:45:59 UTC (rev 108687)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=ibus-kkc
+pkgver=1.5.20
+pkgrel=1
+pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/libkkc;
+license=('GPL')
+depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
+makedepends=('vala' 'intltool')
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('ebbc77ce7a454c75b4edfa885e240c6ec45f701b19e56bf6e785f0dbb17dac9d64175e7972ae3c428ff2f880ebe236af8b11829c023aae1079d8302f5494509d')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-01 09:40:24 UTC (rev 108686)
+++ community-x86_64/PKGBUILD   2014-04-01 09:45:59 UTC (rev 108687)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-
-pkgname=ibus-kkc
-pkgver=1.5.19
-pkgrel=1
-pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
-arch=('i686' 'x86_64')
-url=https://bitbucket.org/libkkc;
-license=('GPL')
-depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
-makedepends=('vala' 'intltool')
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-sha512sums=('4f74557974404e8bf945d964b681516fb42eff204920f582474a7ec9c229bddd8fb38a000ec6a1976bd1d6e3fcbd87a877e04dc35550af1a90fd294ed208b756')

Copied: ibus-kkc/repos/community-x86_64/PKGBUILD (from rev 108686, 
ibus-kkc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-01 09:45:59 UTC (rev 108687)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=ibus-kkc
+pkgver=1.5.20
+pkgrel=1
+pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/libkkc;
+license=('GPL')
+depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
+makedepends=('vala' 'intltool')
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+

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

2014-04-01 Thread Felix Yan
Date: Tuesday, April 1, 2014 @ 11:55:00
  Author: fyan
Revision: 108688

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

Added:
  ibus-kkc/repos/community-i686/PKGBUILD
(from rev 108687, ibus-kkc/trunk/PKGBUILD)
  ibus-kkc/repos/community-x86_64/PKGBUILD
(from rev 108687, ibus-kkc/trunk/PKGBUILD)
Deleted:
  ibus-kkc/repos/community-i686/PKGBUILD
  ibus-kkc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-01 09:45:59 UTC (rev 108687)
+++ community-i686/PKGBUILD 2014-04-01 09:55:00 UTC (rev 108688)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-
-pkgname=ibus-kkc
-pkgver=1.5.20
-pkgrel=1
-pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
-arch=('i686' 'x86_64')
-url=https://bitbucket.org/libkkc;
-license=('GPL')
-depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
-makedepends=('vala' 'intltool')
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-sha512sums=('ebbc77ce7a454c75b4edfa885e240c6ec45f701b19e56bf6e785f0dbb17dac9d64175e7972ae3c428ff2f880ebe236af8b11829c023aae1079d8302f5494509d')

Copied: ibus-kkc/repos/community-i686/PKGBUILD (from rev 108687, 
ibus-kkc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-01 09:55:00 UTC (rev 108688)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=ibus-kkc
+pkgver=1.5.20
+pkgrel=1
+pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/libkkc;
+license=('GPL')
+depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
+makedepends=('vala' 'intltool')
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('ebbc77ce7a454c75b4edfa885e240c6ec45f701b19e56bf6e785f0dbb17dac9d64175e7972ae3c428ff2f880ebe236af8b11829c023aae1079d8302f5494509d')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-01 09:45:59 UTC (rev 108687)
+++ community-x86_64/PKGBUILD   2014-04-01 09:55:00 UTC (rev 108688)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-
-pkgname=ibus-kkc
-pkgver=1.5.20
-pkgrel=1
-pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
-arch=('i686' 'x86_64')
-url=https://bitbucket.org/libkkc;
-license=('GPL')
-depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
-makedepends=('vala' 'intltool')
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-sha512sums=('ebbc77ce7a454c75b4edfa885e240c6ec45f701b19e56bf6e785f0dbb17dac9d64175e7972ae3c428ff2f880ebe236af8b11829c023aae1079d8302f5494509d')

Copied: ibus-kkc/repos/community-x86_64/PKGBUILD (from rev 108687, 
ibus-kkc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-01 09:55:00 UTC (rev 108688)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=ibus-kkc
+pkgver=1.5.20
+pkgrel=1
+pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/libkkc;
+license=('GPL')
+depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
+makedepends=('vala' 'intltool')
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+

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

2014-04-01 Thread Andrea Scarpino
Date: Tuesday, April 1, 2014 @ 11:58:22
  Author: andrea
Revision: 209680

upgpkg: kde-meta 4.12-4

kdnssd has been renamed

Modified:
  kde-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 09:02:29 UTC (rev 209679)
+++ PKGBUILD2014-04-01 09:58:22 UTC (rev 209680)
@@ -19,7 +19,7 @@
  'kde-meta-kdeutils'
  'kde-meta-kdewebdev')
 pkgver=4.12
-pkgrel=3
+pkgrel=4
 arch=('any')
 url='http://www.archlinux.org/'
 license=('GPL')
@@ -184,13 +184,13 @@
 package_kde-meta-kdenetwork() {
pkgdesc=('Meta package for kdenetwork')
depends=('kdenetwork-filesharing'
-'kdenetwork-kdnssd'
 'kdenetwork-kget'
 'kdenetwork-kopete'
 'kdenetwork-kppp'
 'kdenetwork-krdc'
 'kdenetwork-krfb'
- 'kdenetwork-strigi-analyzers')
+   'kdenetwork-strigi-analyzers'
+   'kdenetwork-zeroconf-ioslave')
replaces=('kdenetwork')
conflicts=('kdenetwork')
 }



[arch-commits] Commit in kde-meta/repos/extra-any (PKGBUILD PKGBUILD)

2014-04-01 Thread Andrea Scarpino
Date: Tuesday, April 1, 2014 @ 11:58:28
  Author: andrea
Revision: 209681

archrelease: copy trunk to extra-any

Added:
  kde-meta/repos/extra-any/PKGBUILD
(from rev 209680, kde-meta/trunk/PKGBUILD)
Deleted:
  kde-meta/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  712 ++---
 1 file changed, 356 insertions(+), 356 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-01 09:58:22 UTC (rev 209680)
+++ PKGBUILD2014-04-01 09:58:28 UTC (rev 209681)
@@ -1,356 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kde-meta
-pkgname=('kde-meta-kdeaccessibility'
- 'kde-meta-kdeadmin'
- 'kde-meta-kdeartwork'
- 'kde-meta-kdebase'
- 'kde-meta-kdeedu'
- 'kde-meta-kdegames'
- 'kde-meta-kdegraphics'
- 'kde-meta-kdemultimedia'
- 'kde-meta-kdenetwork'
- 'kde-meta-kdepim'
- 'kde-meta-kdeplasma-addons'
- 'kde-meta-kdesdk'
- 'kde-meta-kdetoys'
- 'kde-meta-kdeutils'
- 'kde-meta-kdewebdev')
-pkgver=4.12
-pkgrel=3
-arch=('any')
-url='http://www.archlinux.org/'
-license=('GPL')
-groups=('kde-meta')
-
-package_kde-meta-kdeaccessibility() {
-   pkgdesc=('Meta package for kdeaccessibility')
-   depends=('kdeaccessibility-jovie'
- 'kdeaccessibility-kaccessible'
-'kdeaccessibility-kmag'
-'kdeaccessibility-kmousetool'
-'kdeaccessibility-kmouth')
-   replaces=('kdeaccessibility')
-   conflicts=('kdeaccessibility')
-}
-
-package_kde-meta-kdeadmin() {
-   pkgdesc=('Meta package for kdeadmin')
-   depends=('kdeadmin-kcron'
-'kdeadmin-ksystemlog'
- 'kdeadmin-kuser')
-   replaces=('kdeadmin')
-   conflicts=('kdeadmin')
-}
-
-package_kde-meta-kdeartwork() {
-   pkgdesc=('Meta package for kdeartwork')
-   depends=('kdeartwork-colorschemes'
-'kdeartwork-desktopthemes'
-'kdeartwork-emoticons'
-'kdeartwork-iconthemes'
-'kdeartwork-kscreensaver'
-'kdeartwork-styles'
-'kdeartwork-wallpapers'
-'kdeartwork-weatherwallpapers')
-   replaces=('kdeartwork')
-   conflicts=('kdeartwork')
-}
-
-package_kde-meta-kdebase() {
-   pkgdesc=('Meta package for kdebase')
-   depends=('kdebase-dolphin'
-'kdebase-kdepasswd'
-'kdebase-kdialog'
-'kdebase-kfind'
- 'kdebase-keditbookmarks'
-'kdebase-konqueror'
- 'kdebase-konq-plugins'
-'kdebase-konsole'
-'kdebase-kwrite'
-'kdebase-plasma'
-   'kde-wallpapers'
-   'kdebase-workspace')
-   replaces=('kdebase')
-   conflicts=('kdebase')
-}
-
-package_kde-meta-kdeedu() {
-   pkgdesc=('Meta package for kdeedu')
-   depends=('kdeedu-blinken'
-'kdeedu-cantor'
-'kdeedu-kalgebra'
-'kdeedu-kalzium'
-'kdeedu-kanagram'
-'kdeedu-kbruch'
-'kdeedu-kgeography'
-'kdeedu-khangman'
-'kdeedu-kig'
-'kdeedu-kiten'
-'kdeedu-klettres'
-'kdeedu-kmplot'
-'kdeedu-kstars'
-'kdeedu-ktouch'
-'kdeedu-kturtle'
-'kdeedu-kwordquiz'
-'kdeedu-marble'
- 'kdeedu-pairs'
-'kdeedu-parley'
-'kdeedu-rocs'
-'kdeedu-step')
-   replaces=('kdeedu')
-   conflicts=('kdeedu')
-}
-
-package_kde-meta-kdegames() {
-   pkgdesc=('Meta package for kdegames')
-   depends=('kdegames-bomber'
-'kdegames-bovo'
-'kdegames-granatier'
-'kdegames-kajongg'
-'kdegames-kapman'
-'kdegames-katomic'
-'kdegames-kblackbox'
-'kdegames-kblocks'
-'kdegames-kbounce'
-'kdegames-kbreakout'
-'kdegames-kdiamond'
-'kdegames-kfourinline'
-'kdegames-kgoldrunner'
-'kdegames-kigo'
-'kdegames-killbots'
-'kdegames-kiriki'
-'kdegames-kjumpingcube'
-'kdegames-klines'
-'kdegames-klickety'
-'kdegames-kmahjongg'
-'kdegames-kmines'
-'kdegames-knavalbattle' 
- 'kdegames-knetwalk'
-'kdegames-kolf'
-'kdegames-kollision'
-'kdegames-konquest'
-'kdegames-kpatience'
-'kdegames-kreversi'
-'kdegames-kshisen'
- 

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

2014-04-01 Thread Felix Yan
Date: Tuesday, April 1, 2014 @ 12:11:47
  Author: fyan
Revision: 108689

upgpkg: libkkc 0.3.3-1

Modified:
  libkkc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 09:55:00 UTC (rev 108688)
+++ PKGBUILD2014-04-01 10:11:47 UTC (rev 108689)
@@ -3,7 +3,7 @@
 # Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
 
 pkgname=libkkc
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc=Japanese Kana Kanji conversion library
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
 ${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/  
 }
 
-sha512sums=('ae3aa5278aabece7e883a1c336211249b4123cd66d23bf0f8db146de1df7c17d12f091b02f0eb0471646c513aba1732777cf80b5f6aab2f2e091df13ef441067')
+sha512sums=('6e3463f9a14739b2bfa87de1339a00d9a617fdbc17f412765feadc5a4bd4b9b70cacc03b5f7b656868059656ed517c8ce8786c2051117541b8a8653234e29cba')



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

2014-04-01 Thread Felix Yan
Date: Tuesday, April 1, 2014 @ 12:14:24
  Author: fyan
Revision: 108690

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-01 10:11:47 UTC (rev 108689)
+++ community-i686/PKGBUILD 2014-04-01 10:14:24 UTC (rev 108690)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-
-pkgname=libkkc
-pkgver=0.3.2
-pkgrel=1
-pkgdesc=Japanese Kana Kanji conversion library
-arch=('i686' 'x86_64')
-url=https://bitbucket.org/libkkc;
-license=('GPL')
-depends=('marisa' 'json-glib' 'libgee06')
-makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
-optdepends=('sh: to use kkc-package-data')
-source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=/usr/bin/python2 \
-  ./configure --prefix=/usr --disable-static --disable-silent-rules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -d ${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
-  install -m 644 README data/rules/README.rules COPYING \
-${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/  
-}
-
-sha512sums=('ae3aa5278aabece7e883a1c336211249b4123cd66d23bf0f8db146de1df7c17d12f091b02f0eb0471646c513aba1732777cf80b5f6aab2f2e091df13ef441067')

Copied: libkkc/repos/community-i686/PKGBUILD (from rev 108689, 
libkkc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-01 10:14:24 UTC (rev 108690)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=libkkc
+pkgver=0.3.3
+pkgrel=1
+pkgdesc=Japanese Kana Kanji conversion library
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/libkkc;
+license=('GPL')
+depends=('marisa' 'json-glib' 'libgee06')
+makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
+optdepends=('sh: to use kkc-package-data')
+source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=/usr/bin/python2 \
+  ./configure --prefix=/usr --disable-static --disable-silent-rules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -d ${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+  install -m 644 README data/rules/README.rules COPYING \
+${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/  
+}
+
+sha512sums=('6e3463f9a14739b2bfa87de1339a00d9a617fdbc17f412765feadc5a4bd4b9b70cacc03b5f7b656868059656ed517c8ce8786c2051117541b8a8653234e29cba')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-01 10:11:47 UTC (rev 108689)
+++ community-x86_64/PKGBUILD   2014-04-01 10:14:24 UTC (rev 108690)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-
-pkgname=libkkc
-pkgver=0.3.2
-pkgrel=1
-pkgdesc=Japanese Kana Kanji conversion library
-arch=('i686' 'x86_64')
-url=https://bitbucket.org/libkkc;
-license=('GPL')
-depends=('marisa' 'json-glib' 'libgee06')
-makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
-optdepends=('sh: to use kkc-package-data')
-source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=/usr/bin/python2 \
-  ./configure --prefix=/usr --disable-static --disable-silent-rules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -d ${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
-  install -m 644 README data/rules/README.rules COPYING \
-${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/  
-}
-
-sha512sums=('ae3aa5278aabece7e883a1c336211249b4123cd66d23bf0f8db146de1df7c17d12f091b02f0eb0471646c513aba1732777cf80b5f6aab2f2e091df13ef441067')

Copied: libkkc/repos/community-x86_64/PKGBUILD (from rev 108689, 
libkkc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-01 

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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 12:19:47
  Author: jgc
Revision: 209683

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

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

-+
 gnome-unstable-i686/PKGBUILD|   29 +
 gnome-unstable-i686/sushi.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD  |   29 +
 gnome-unstable-x86_64/sushi.install |   11 +++
 4 files changed, 80 insertions(+)

Copied: sushi/repos/gnome-unstable-i686/PKGBUILD (from rev 209682, 
sushi/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-04-01 10:19:47 UTC (rev 209683)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=sushi
+pkgver=3.11.90
+pkgrel=1
+pkgdesc=A quick previewer for Nautilus
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkitgtk' 
'gtksourceview3' 'evince')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b461720e51c79a60db04f8f7f56d3fd1cbb69b03f8df122a9fc9f29717a269fd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sushi/repos/gnome-unstable-i686/sushi.install (from rev 209682, 
sushi/trunk/sushi.install)
===
--- gnome-unstable-i686/sushi.install   (rev 0)
+++ gnome-unstable-i686/sushi.install   2014-04-01 10:19:47 UTC (rev 209683)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: sushi/repos/gnome-unstable-x86_64/PKGBUILD (from rev 209682, 
sushi/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-04-01 10:19:47 UTC (rev 209683)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=sushi
+pkgver=3.11.90
+pkgrel=1
+pkgdesc=A quick previewer for Nautilus
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkitgtk' 
'gtksourceview3' 'evince')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b461720e51c79a60db04f8f7f56d3fd1cbb69b03f8df122a9fc9f29717a269fd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sushi/repos/gnome-unstable-x86_64/sushi.install (from rev 209682, 
sushi/trunk/sushi.install)
===
--- gnome-unstable-x86_64/sushi.install (rev 0)
+++ gnome-unstable-x86_64/sushi.install 2014-04-01 10:19:47 UTC (rev 209683)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 12:19:42
  Author: jgc
Revision: 209682

upgpkg: sushi 3.11.90-1

Modified:
  sushi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 09:58:28 UTC (rev 209681)
+++ PKGBUILD2014-04-01 10:19:42 UTC (rev 209682)
@@ -2,18 +2,18 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=sushi
-pkgver=3.10.0
-pkgrel=2
+pkgver=3.11.90
+pkgrel=1
 pkgdesc=A quick previewer for Nautilus
 arch=(i686 x86_64)
 url=http://www.gnome.org;
 license=('GPL2')
 groups=(gnome)
-depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkitgtk3' 
'gtksourceview3' 'evince')
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkitgtk' 
'gtksourceview3' 'evince')
 install=sushi.install
 makedepends=('intltool' 'gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cffcf28b170f5825e84983a979972d4d901a453b61cbe3e560d362e8dd4b4bc8')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b461720e51c79a60db04f8f7f56d3fd1cbb69b03f8df122a9fc9f29717a269fd')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in accerciser/repos (3 files)

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 12:39:02
  Author: jgc
Revision: 209684

archrelease: copy trunk to gnome-unstable-any

Added:
  accerciser/repos/gnome-unstable-any/
  accerciser/repos/gnome-unstable-any/PKGBUILD
(from rev 209683, accerciser/trunk/PKGBUILD)
  accerciser/repos/gnome-unstable-any/accerciser.install
(from rev 209683, accerciser/trunk/accerciser.install)

+
 PKGBUILD   |   32 
 accerciser.install |   12 
 2 files changed, 44 insertions(+)

Copied: accerciser/repos/gnome-unstable-any/PKGBUILD (from rev 209683, 
accerciser/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2014-04-01 10:39:02 UTC (rev 209684)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Steve Holmes steve.holme...@gmail.com
+# Contributor: Giulio Bai giu...@hewle.com
+
+pkgname=accerciser
+pkgver=3.12.0
+pkgrel=1
+pkgdesc=Interactive Python accessibility explorer for the GNOME desktop
+arch=('any')
+url=http://live.gnome.org/Accerciser;
+license=('BSD')
+depends=('python' 'gtk3' 'python-atspi' 'ipython' 'hicolor-icon-theme')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+install=accerciser.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/accerciser/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0d421a59cd294966441fb6591d34f28e4b60340815bdf91c9e8f39c2d826e96b')
+
+build () {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+ --disable-schemas-compile
+  make
+}
+
+package () {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m 755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}

Copied: accerciser/repos/gnome-unstable-any/accerciser.install (from rev 
209683, accerciser/trunk/accerciser.install)
===
--- gnome-unstable-any/accerciser.install   (rev 0)
+++ gnome-unstable-any/accerciser.install   2014-04-01 10:39:02 UTC (rev 
209684)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in brasero/trunk (PKGBUILD tracker1.patch)

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 12:56:03
  Author: jgc
Revision: 209685

upgpkg: brasero 3.11.3-1

Added:
  brasero/trunk/tracker1.patch
Modified:
  brasero/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 tracker1.patch |   28 
 2 files changed, 38 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 10:39:02 UTC (rev 209684)
+++ PKGBUILD2014-04-01 10:56:03 UTC (rev 209685)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=brasero
-pkgver=3.10.0
+pkgver=3.11.3
 pkgrel=1
 pkgdesc=A disc burning application for Gnome
 arch=('i686' 'x86_64')
@@ -20,11 +20,18 @@
 replaces=('nautilus-cd-burner')
 install=brasero.install
 groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('88fd9135e796f58caeb484d00f5d95916c67f97505e68d2027ab84d3f9245f37')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+tracker1.patch)
+sha256sums=('0b6fa557d67845b7a4f9978b565a6769e1a023c397a73f2891a8f1c7c55e2d4c'
+'3af6715e9d913dcf9e0650e7af0af0fc2cb68dbf548168d95ba91971efd2b5d7')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../tracker1.patch
+}
 build() {
   cd $pkgname-$pkgver
+  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-caches \
   --disable-schemas-compile

Added: tracker1.patch
===
--- tracker1.patch  (rev 0)
+++ tracker1.patch  2014-04-01 10:56:03 UTC (rev 209685)
@@ -0,0 +1,28 @@
+From 87709dbcef059dcc25e2c4622a158d88a607b759 Mon Sep 17 00:00:00 2001
+From: Joshua Lock joshua.l...@intel.com
+Date: Mon, 17 Feb 2014 09:53:27 +
+Subject: build: support tracker 1.0
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Thanks to Bjørn Lie bjorn@gmail.com for the patch.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=724486
+
+diff --git a/configure.ac b/configure.ac
+index 3e28b4a..2b7906b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -388,7 +388,7 @@ AC_ARG_ENABLE(search,
+ if test x$enable_search != xno; then
+ # Try to figure out the tracker API version to use
+ tracker_api=0.10
+-m4_foreach([VERSION], [[0.10], [0.12], [0.14], [0.16], [0.18]],
++m4_foreach([VERSION], [[0.10], [0.12], [0.14], [0.16], [0.18], [1.0]],
+   [PKG_CHECK_EXISTS([tracker-sparql-VERSION = 
$TRACKER_REQUIRED],
+ [tracker_api=VERSION])
+   ])
+-- 
+cgit v0.10.1
+



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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 12:56:09
  Author: jgc
Revision: 209686

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

Added:
  brasero/repos/gnome-unstable-i686/
  brasero/repos/gnome-unstable-i686/PKGBUILD
(from rev 209685, brasero/trunk/PKGBUILD)
  brasero/repos/gnome-unstable-i686/brasero.install
(from rev 209685, brasero/trunk/brasero.install)
  brasero/repos/gnome-unstable-i686/tracker1.patch
(from rev 209685, brasero/trunk/tracker1.patch)
  brasero/repos/gnome-unstable-x86_64/
  brasero/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 209685, brasero/trunk/PKGBUILD)
  brasero/repos/gnome-unstable-x86_64/brasero.install
(from rev 209685, brasero/trunk/brasero.install)
  brasero/repos/gnome-unstable-x86_64/tracker1.patch
(from rev 209685, brasero/trunk/tracker1.patch)

---+
 gnome-unstable-i686/PKGBUILD  |   45 
 gnome-unstable-i686/brasero.install   |   14 +
 gnome-unstable-i686/tracker1.patch|   28 +++
 gnome-unstable-x86_64/PKGBUILD|   45 
 gnome-unstable-x86_64/brasero.install |   14 +
 gnome-unstable-x86_64/tracker1.patch  |   28 +++
 6 files changed, 174 insertions(+)

Copied: brasero/repos/gnome-unstable-i686/PKGBUILD (from rev 209685, 
brasero/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-04-01 10:56:09 UTC (rev 209686)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=brasero
+pkgver=3.11.3
+pkgrel=1
+pkgdesc=A disc burning application for Gnome
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/brasero;
+license=('GPL')
+options=('!emptydirs')
+depends=('gtk3' 'gst-plugins-good' 'totem-plparser' 'cdrkit' 'cdrdao' 
'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  'libcanberra' 
'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql' 'libnotify' 'gvfs')
+makedepends=('gtk-doc' 'yelp-tools' 'gnome-common' 'intltool' 'libburn' 
'libisofs' 'libnautilus-extension' 'gobject-introspection' 'gconf' 'itstool' 
'docbook-xsl')
+optdepends=('libburn: alternative back-end'
+'libisofs: libburn back-end'
+'dvdauthor: video project'
+'vcdimager: video project')
+replaces=('nautilus-cd-burner')
+install=brasero.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+tracker1.patch)
+sha256sums=('0b6fa557d67845b7a4f9978b565a6769e1a023c397a73f2891a8f1c7c55e2d4c'
+'3af6715e9d913dcf9e0650e7af0af0fc2cb68dbf548168d95ba91971efd2b5d7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../tracker1.patch
+}
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-caches \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+

Copied: brasero/repos/gnome-unstable-i686/brasero.install (from rev 209685, 
brasero/trunk/brasero.install)
===
--- gnome-unstable-i686/brasero.install (rev 0)
+++ gnome-unstable-i686/brasero.install 2014-04-01 10:56:09 UTC (rev 209686)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database /usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: brasero/repos/gnome-unstable-i686/tracker1.patch (from rev 209685, 
brasero/trunk/tracker1.patch)
===
--- gnome-unstable-i686/tracker1.patch  (rev 0)
+++ gnome-unstable-i686/tracker1.patch  2014-04-01 10:56:09 UTC (rev 209686)
@@ -0,0 +1,28 @@
+From 87709dbcef059dcc25e2c4622a158d88a607b759 Mon Sep 17 00:00:00 2001
+From: Joshua Lock joshua.l...@intel.com
+Date: Mon, 17 Feb 2014 09:53:27 +
+Subject: build: support tracker 1.0
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Thanks to Bjørn Lie bjorn@gmail.com for the patch.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=724486
+
+diff --git a/configure.ac b/configure.ac
+index 3e28b4a..2b7906b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -388,7 +388,7 @@ AC_ARG_ENABLE(search,
+ if test x$enable_search != xno; then
+ # Try to figure out the tracker API version to use
+ tracker_api=0.10
+-m4_foreach([VERSION], [[0.10], [0.12], [0.14], [0.16], [0.18]],
++

[arch-commits] Commit in gnome-getting-started-docs/trunk (PKGBUILD)

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 13:07:54
  Author: jgc
Revision: 209687

upgpkg: gnome-getting-started-docs 3.12.0-1

Modified:
  gnome-getting-started-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 10:56:09 UTC (rev 209686)
+++ PKGBUILD2014-04-01 11:07:54 UTC (rev 209687)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-getting-started-docs
-pkgver=3.10.1
+pkgver=3.12.0
 pkgrel=1
 pkgdesc=Help a new user get started in GNOME
 arch=(any)
@@ -13,7 +13,7 @@
 url=http://www.gnome.org;
 groups=(gnome-extra)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('09a744cbf85c871d2fa032d0cddd38a70ac6f57f3eae180f3c55dc1d58ad4117')
+sha256sums=('dfbd6e49e1ee7d51f16e4fe069a5c6f1076230ca5a177ef80838b92892ae060f')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-getting-started-docs/repos (2 files)

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 13:07:59
  Author: jgc
Revision: 209688

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-getting-started-docs/repos/gnome-unstable-any/
  gnome-getting-started-docs/repos/gnome-unstable-any/PKGBUILD
(from rev 209687, gnome-getting-started-docs/trunk/PKGBUILD)

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

Copied: gnome-getting-started-docs/repos/gnome-unstable-any/PKGBUILD (from rev 
209687, gnome-getting-started-docs/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2014-04-01 11:07:59 UTC (rev 209688)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-getting-started-docs
+pkgver=3.12.0
+pkgrel=1
+pkgdesc=Help a new user get started in GNOME
+arch=(any)
+license=('CCPL:cc-by-sa-3.0')
+# gst plugins required to decode help videos
+depends=(yelp gst-plugins-base gst-plugins-good)
+makedepends=(yelp-tools)
+url=http://www.gnome.org;
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dfbd6e49e1ee7d51f16e4fe069a5c6f1076230ca5a177ef80838b92892ae060f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 13:24:16
  Author: jgc
Revision: 209689

upgpkg: claws-mail 3.9.3-3

Rebuild for libgdata

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 11:07:59 UTC (rev 209688)
+++ PKGBUILD2014-04-01 11:24:16 UTC (rev 209689)
@@ -3,7 +3,7 @@
 
 pkgname=claws-mail
 pkgver=3.9.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A GTK+ based e-mail client.
 arch=('i686' 'x86_64')
 license=('GPL3')



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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 13:24:23
  Author: jgc
Revision: 209690

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

Added:
  claws-mail/repos/gnome-unstable-i686/
  claws-mail/repos/gnome-unstable-i686/PKGBUILD
(from rev 209689, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/gnome-unstable-i686/claws-mail.install
(from rev 209689, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/gnome-unstable-x86_64/
  claws-mail/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 209689, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/gnome-unstable-x86_64/claws-mail.install
(from rev 209689, claws-mail/trunk/claws-mail.install)

--+
 gnome-unstable-i686/PKGBUILD |   73 +
 gnome-unstable-i686/claws-mail.install   |   16 ++
 gnome-unstable-x86_64/PKGBUILD   |   73 +
 gnome-unstable-x86_64/claws-mail.install |   16 ++
 4 files changed, 178 insertions(+)

Copied: claws-mail/repos/gnome-unstable-i686/PKGBUILD (from rev 209689, 
claws-mail/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-04-01 11:24:23 UTC (rev 209690)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.9.3
+pkgrel=3
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind' 
+ # dependencies for plugins
+ 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
+ #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
+optdepends=('python2:   needed for some tools and python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'webkitgtk2:for the fancy webkit html plugin'
+'libsoup:   for the fancy webkit html plugin'
+   'libgdata:  for gdata plugin'
+   'poppler-glib:  for pdf viewer plugin'
+   'ghostscript:   for pdf viewer plugin')
+replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
+conflicts=('claws-mail-extra-plugins')
+provides=('claws')
+install=claws-mail.install
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('0158b5e6b6d6866f9a75fd288a4edf04'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fixes for python2
+  export PYTHON=/usr/bin/python2
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+  sed -i 's:python -c:python2 -c:g' configure
+  
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin \
+#--help
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/gnome-unstable-i686/claws-mail.install (from rev 
209689, claws-mail/trunk/claws-mail.install)
===
--- gnome-unstable-i686/claws-mail.install  (rev 0)
+++ gnome-unstable-i686/claws-mail.install  2014-04-01 11:24:23 UTC (rev 
209690)
@@ -0,0 +1,16 @@
+post_install() {
+  echo install \html2ps\ from AUR to add support for printing html mails 
with fancy plugin
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_remove() {
+  

[arch-commits] Commit in (5 files)

2014-04-01 Thread Martin Wimpress
Date: Tuesday, April 1, 2014 @ 13:46:15
  Author: flexiondotorg
Revision: 108691

Added gpick

Added:
  gpick/
  gpick/repos/
  gpick/trunk/
  gpick/trunk/PKGBUILD
  gpick/trunk/gpick.install

---+
 PKGBUILD  |   26 ++
 gpick.install |   12 
 2 files changed, 38 insertions(+)

Added: gpick/trunk/PKGBUILD
===
--- gpick/trunk/PKGBUILD(rev 0)
+++ gpick/trunk/PKGBUILD2014-04-01 11:46:15 UTC (rev 108691)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=gpick
+pkgver=0.2.5
+pkgrel=3
+pkgdesc=Advanced color picker written in C++ using GTK+ toolkit
+arch=('i686' 'x86_64')
+url=http://gpick.googlecode.com/;
+license=('BSD')
+depends=('desktop-file-utils' 'gtk2' 'lua')
+makedepends=('boost' 'scons')
+source=(http://${pkgname}.googlecode.com/files/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('4f34bed6a39ee39bac95ff1b10f679ed')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}_${pkgver}
+scons
+}
+
+package() {
+cd ${srcdir}/${pkgname}_${pkgver}
+scons DESTDIR=${pkgdir}/usr install
+install -Dm644 installer/License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: gpick/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gpick/trunk/gpick.install
===
--- gpick/trunk/gpick.install   (rev 0)
+++ gpick/trunk/gpick.install   2014-04-01 11:46:15 UTC (rev 108691)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-04-01 Thread Martin Wimpress
Date: Tuesday, April 1, 2014 @ 13:51:44
  Author: flexiondotorg
Revision: 108692

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

Added:
  gpick/repos/community-i686/
  gpick/repos/community-i686/PKGBUILD
(from rev 108691, gpick/trunk/PKGBUILD)
  gpick/repos/community-i686/gpick.install
(from rev 108691, gpick/trunk/gpick.install)
  gpick/repos/community-x86_64/
  gpick/repos/community-x86_64/PKGBUILD
(from rev 108691, gpick/trunk/PKGBUILD)
  gpick/repos/community-x86_64/gpick.install
(from rev 108691, gpick/trunk/gpick.install)

+
 community-i686/PKGBUILD|   26 ++
 community-i686/gpick.install   |   12 
 community-x86_64/PKGBUILD  |   26 ++
 community-x86_64/gpick.install |   12 
 4 files changed, 76 insertions(+)

Copied: gpick/repos/community-i686/PKGBUILD (from rev 108691, 
gpick/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-01 11:51:44 UTC (rev 108692)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=gpick
+pkgver=0.2.5
+pkgrel=3
+pkgdesc=Advanced color picker written in C++ using GTK+ toolkit
+arch=('i686' 'x86_64')
+url=http://gpick.googlecode.com/;
+license=('BSD')
+depends=('desktop-file-utils' 'gtk2' 'lua')
+makedepends=('boost' 'scons')
+source=(http://${pkgname}.googlecode.com/files/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('4f34bed6a39ee39bac95ff1b10f679ed')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}_${pkgver}
+scons
+}
+
+package() {
+cd ${srcdir}/${pkgname}_${pkgver}
+scons DESTDIR=${pkgdir}/usr install
+install -Dm644 installer/License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: gpick/repos/community-i686/gpick.install (from rev 108691, 
gpick/trunk/gpick.install)
===
--- community-i686/gpick.install(rev 0)
+++ community-i686/gpick.install2014-04-01 11:51:44 UTC (rev 108692)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gpick/repos/community-x86_64/PKGBUILD (from rev 108691, 
gpick/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-01 11:51:44 UTC (rev 108692)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=gpick
+pkgver=0.2.5
+pkgrel=3
+pkgdesc=Advanced color picker written in C++ using GTK+ toolkit
+arch=('i686' 'x86_64')
+url=http://gpick.googlecode.com/;
+license=('BSD')
+depends=('desktop-file-utils' 'gtk2' 'lua')
+makedepends=('boost' 'scons')
+source=(http://${pkgname}.googlecode.com/files/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('4f34bed6a39ee39bac95ff1b10f679ed')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}_${pkgver}
+scons
+}
+
+package() {
+cd ${srcdir}/${pkgname}_${pkgver}
+scons DESTDIR=${pkgdir}/usr install
+install -Dm644 installer/License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: gpick/repos/community-x86_64/gpick.install (from rev 108691, 
gpick/trunk/gpick.install)
===
--- community-x86_64/gpick.install  (rev 0)
+++ community-x86_64/gpick.install  2014-04-01 11:51:44 UTC (rev 108692)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-04-01 Thread Andrea Scarpino
Date: Tuesday, April 1, 2014 @ 13:59:51
  Author: andrea
Revision: 209691

upgpkg: kdebase-workspace 4.11.8-1

Upstream release

Modified:
  kdebase-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 11:24:23 UTC (rev 209690)
+++ PKGBUILD2014-04-01 11:59:51 UTC (rev 209691)
@@ -4,9 +4,9 @@
 
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
-pkgver=4.11.7
-_pkgver=4.12.3
-pkgrel=2
+pkgver=4.11.8
+_pkgver=4.12.4
+pkgrel=1
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -30,7 +30,7 @@
 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 'kdm.logrotate'
 'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch'
 'khotkeys-qt4.patch')
-sha1sums=('515c687a5a967e14e0470012e99ca2ae4cd86700'
+sha1sums=('e44b73ea1e2446258882d10694ca2896e1cc6b17'
   '660eae40a707d2711d8d7f32a93214865506b795'
   '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'



[arch-commits] Commit in kdebase-workspace/repos (44 files)

2014-04-01 Thread Andrea Scarpino
Date: Tuesday, April 1, 2014 @ 14:00:16
  Author: andrea
Revision: 209692

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

Added:
  kdebase-workspace/repos/extra-i686/PKGBUILD
(from rev 209691, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
(from rev 209691, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/extra-i686/kde-np.pam
(from rev 209691, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-i686/kde.pam
(from rev 209691, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
(from rev 209691, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
(from rev 209691, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-i686/kdm.logrotate
(from rev 209691, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/extra-i686/kdm.service
(from rev 209691, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-i686/khotkeys-qt4.patch
(from rev 209691, kdebase-workspace/trunk/khotkeys-qt4.patch)
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
(from rev 209691, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-i686/terminate-server.patch
(from rev 209691, kdebase-workspace/trunk/terminate-server.patch)
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
(from rev 209691, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
(from rev 209691, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
(from rev 209691, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-x86_64/kde.pam
(from rev 209691, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
(from rev 209691, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
(from rev 209691, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
(from rev 209691, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/extra-x86_64/kdm.service
(from rev 209691, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-x86_64/khotkeys-qt4.patch
(from rev 209691, kdebase-workspace/trunk/khotkeys-qt4.patch)
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
(from rev 209691, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch
(from rev 209691, kdebase-workspace/trunk/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/extra-i686/PKGBUILD
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
  kdebase-workspace/repos/extra-i686/kde-np.pam
  kdebase-workspace/repos/extra-i686/kde.pam
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-i686/kdm.logrotate
  kdebase-workspace/repos/extra-i686/kdm.service
  kdebase-workspace/repos/extra-i686/khotkeys-qt4.patch
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
  kdebase-workspace/repos/extra-i686/terminate-server.patch
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
  kdebase-workspace/repos/extra-x86_64/kde.pam
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
  kdebase-workspace/repos/extra-x86_64/kdm.service
  kdebase-workspace/repos/extra-x86_64/khotkeys-qt4.patch
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch

+
 /PKGBUILD  |  182 +++
 /etc-scripts.patch |   22 +++
 /kde-np.pam|   24 
 /kde.pam   |   16 ++
 /kdebase-workspace.install |   62 ++
 /kdm-xinitrd.patch |   36 ++
 /kdm.logrotate |   12 ++
 /kdm.service   |   18 +++
 /khotkeys-qt4.patch|   44 +++
 /kscreensaver.pam  |2 
 /terminate-server.patch|   22 +++
 extra-i686/PKGBUILD|   91 ---
 extra-i686/etc-scripts.patch   |   11 -
 extra-i686/kde-np.pam  |   12 --
 extra-i686/kde.pam |8 -
 extra-i686/kdebase-workspace.install   |   31 -
 extra-i686/kdm-xinitrd.patch   |   18 ---
 extra-i686/kdm.logrotate   |6 -
 extra-i686/kdm.service |9 -
 extra-i686/khotkeys-qt4.patch  

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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 14:03:03
  Author: jgc
Revision: 209693

upgpkg: gthumb 3.2.7-2

cogl rebuild

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 12:00:16 UTC (rev 209692)
+++ PKGBUILD2014-04-01 12:03:03 UTC (rev 209693)
@@ -5,7 +5,7 @@
 
 pkgname=gthumb
 pkgver=3.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Image browser and viewer for the GNOME Desktop
 arch=(i686 x86_64)
 license=(GPL)



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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 14:03:08
  Author: jgc
Revision: 209694

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

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

--+
 gnome-unstable-i686/PKGBUILD |   51 +
 gnome-unstable-i686/gthumb.install   |   19 
 gnome-unstable-x86_64/PKGBUILD   |   51 +
 gnome-unstable-x86_64/gthumb.install |   19 
 4 files changed, 140 insertions(+)

Copied: gthumb/repos/gnome-unstable-i686/PKGBUILD (from rev 209693, 
gthumb/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-04-01 12:03:08 UTC (rev 209694)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gthumb
+pkgver=3.2.7
+pkgrel=2
+pkgdesc=Image browser and viewer for the GNOME Desktop
+arch=(i686 x86_64)
+license=(GPL)
+url=http://live.gnome.org/gthumb;
+depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
+ gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
+ libsoup webkitgtk json-glib)
+makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg 
libopenraw liboauth docbook-xsl)
+optdepends=('libopenraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+options=('!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('36b179873d7219e5ce34584a9c3a9486d519aa9866f558a050ca85ebd122c44e')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-libchamplain --enable-libopenraw
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gthumb/repos/gnome-unstable-i686/gthumb.install (from rev 209693, 
gthumb/trunk/gthumb.install)
===
--- gnome-unstable-i686/gthumb.install  (rev 0)
+++ gnome-unstable-i686/gthumb.install  2014-04-01 12:03:08 UTC (rev 209694)
@@ -0,0 +1,19 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.1)  0 )); then
+gconfpkg --uninstall gthumb
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gthumb/repos/gnome-unstable-x86_64/PKGBUILD (from rev 209693, 
gthumb/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-04-01 12:03:08 UTC (rev 209694)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gthumb
+pkgver=3.2.7
+pkgrel=2
+pkgdesc=Image browser and viewer for the GNOME Desktop
+arch=(i686 x86_64)
+license=(GPL)
+url=http://live.gnome.org/gthumb;
+depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
+ gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
+ libsoup webkitgtk json-glib)
+makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg 
libopenraw liboauth docbook-xsl)
+optdepends=('libopenraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+options=('!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)

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

2014-04-01 Thread Jakob Gruber
Date: Tuesday, April 1, 2014 @ 14:31:56
  Author: schuay
Revision: 108693

mc-4.8.12-1

Modified:
  mc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 11:51:44 UTC (rev 108692)
+++ PKGBUILD2014-04-01 12:31:56 UTC (rev 108693)
@@ -3,7 +3,7 @@
 # Maintainer: schuay jakob.gru...@gmail.com
 
 pkgname=mc
-pkgver=4.8.11
+pkgver=4.8.12
 pkgrel=1
 pkgdesc=Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander
 arch=('i686' 'x86_64')
@@ -65,4 +65,4 @@
 -i ${pkgdir}/usr/lib/mc/extfs.d/s3+
 }
 
-md5sums=('7262788c0e799393cd37318b43a14adc')
+md5sums=('a64c426364bfaee56b628f6c0738aade')



[arch-commits] Commit in mc/repos/community-i686 (PKGBUILD PKGBUILD)

2014-04-01 Thread Jakob Gruber
Date: Tuesday, April 1, 2014 @ 14:32:09
  Author: schuay
Revision: 108694

archrelease: copy trunk to community-i686

Added:
  mc/repos/community-i686/PKGBUILD
(from rev 108693, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  136 ++---
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-01 12:31:56 UTC (rev 108693)
+++ PKGBUILD2014-04-01 12:32:09 UTC (rev 108694)
@@ -1,68 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=mc
-pkgver=4.8.11
-pkgrel=1
-pkgdesc=Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander
-arch=('i686' 'x86_64')
-url=http://www.ibiblio.org/mc/;
-license=('GPL')
-depends=(
-'e2fsprogs'
-'glib2'
-'gpm'
-'libssh2'
-'slang')
-makedepends=('libxt' 'libx11')
-optdepends=(
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'gawk: hp48+ extfs'
-'aspell: spelling corrections'
-'cvs: CVS support'
-'mtools: a+ extfs'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'smb: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs'
-'p7zip: support for 7zip archives')
-options=('!emptydirs' '!makeflags')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mcedit.menu'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/sfs.ini')
-source=(http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2;)
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
---with-x --libexecdir=/usr/lib
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make DESTDIR=${pkgdir} install
-
-# Fix FS#15177
-sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
--i ${pkgdir}/usr/lib/mc/extfs.d/uzip
-
-sed 's#/usr/bin/env python#/usr/bin/python2#' \
--i ${pkgdir}/usr/lib/mc/extfs.d/s3+
-}
-
-md5sums=('7262788c0e799393cd37318b43a14adc')

Copied: mc/repos/community-i686/PKGBUILD (from rev 108693, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-01 12:32:09 UTC (rev 108694)
@@ -0,0 +1,68 @@
+# $Id$
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=mc
+pkgver=4.8.12
+pkgrel=1
+pkgdesc=Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander
+arch=('i686' 'x86_64')
+url=http://www.ibiblio.org/mc/;
+license=('GPL')
+depends=(
+'e2fsprogs'
+'glib2'
+'gpm'
+'libssh2'
+'slang')
+makedepends=('libxt' 'libx11')
+optdepends=(
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'gawk: hp48+ extfs'
+'aspell: spelling corrections'
+'cvs: CVS support'
+'mtools: a+ extfs'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'smb: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs'
+'p7zip: support for 7zip archives')
+options=('!emptydirs' '!makeflags')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mcedit.menu'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/sfs.ini')
+source=(http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2;)
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
+--with-x --libexecdir=/usr/lib
+
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make DESTDIR=${pkgdir} install
+
+# Fix FS#15177
+sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
+-i ${pkgdir}/usr/lib/mc/extfs.d/uzip
+
+sed 's#/usr/bin/env python#/usr/bin/python2#' \
+-i ${pkgdir}/usr/lib/mc/extfs.d/s3+
+}
+
+md5sums=('a64c426364bfaee56b628f6c0738aade')



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

2014-04-01 Thread Jakob Gruber
Date: Tuesday, April 1, 2014 @ 14:32:14
  Author: schuay
Revision: 108695

archrelease: copy trunk to community-x86_64

Added:
  mc/repos/community-x86_64/PKGBUILD
(from rev 108694, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  136 ++---
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-01 12:32:09 UTC (rev 108694)
+++ PKGBUILD2014-04-01 12:32:14 UTC (rev 108695)
@@ -1,68 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=mc
-pkgver=4.8.11
-pkgrel=1
-pkgdesc=Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander
-arch=('i686' 'x86_64')
-url=http://www.ibiblio.org/mc/;
-license=('GPL')
-depends=(
-'e2fsprogs'
-'glib2'
-'gpm'
-'libssh2'
-'slang')
-makedepends=('libxt' 'libx11')
-optdepends=(
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'gawk: hp48+ extfs'
-'aspell: spelling corrections'
-'cvs: CVS support'
-'mtools: a+ extfs'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'smb: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs'
-'p7zip: support for 7zip archives')
-options=('!emptydirs' '!makeflags')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mcedit.menu'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/sfs.ini')
-source=(http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2;)
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
---with-x --libexecdir=/usr/lib
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make DESTDIR=${pkgdir} install
-
-# Fix FS#15177
-sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
--i ${pkgdir}/usr/lib/mc/extfs.d/uzip
-
-sed 's#/usr/bin/env python#/usr/bin/python2#' \
--i ${pkgdir}/usr/lib/mc/extfs.d/s3+
-}
-
-md5sums=('7262788c0e799393cd37318b43a14adc')

Copied: mc/repos/community-x86_64/PKGBUILD (from rev 108694, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-01 12:32:14 UTC (rev 108695)
@@ -0,0 +1,68 @@
+# $Id$
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=mc
+pkgver=4.8.12
+pkgrel=1
+pkgdesc=Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander
+arch=('i686' 'x86_64')
+url=http://www.ibiblio.org/mc/;
+license=('GPL')
+depends=(
+'e2fsprogs'
+'glib2'
+'gpm'
+'libssh2'
+'slang')
+makedepends=('libxt' 'libx11')
+optdepends=(
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'gawk: hp48+ extfs'
+'aspell: spelling corrections'
+'cvs: CVS support'
+'mtools: a+ extfs'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'smb: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs'
+'p7zip: support for 7zip archives')
+options=('!emptydirs' '!makeflags')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mcedit.menu'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/sfs.ini')
+source=(http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2;)
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
+--with-x --libexecdir=/usr/lib
+
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make DESTDIR=${pkgdir} install
+
+# Fix FS#15177
+sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
+-i ${pkgdir}/usr/lib/mc/extfs.d/uzip
+
+sed 's#/usr/bin/env python#/usr/bin/python2#' \
+-i ${pkgdir}/usr/lib/mc/extfs.d/s3+
+}
+
+md5sums=('a64c426364bfaee56b628f6c0738aade')



[arch-commits] Commit in kdebase-workspace/kde-unstable (PKGBUILD)

2014-04-01 Thread Andrea Scarpino
Date: Tuesday, April 1, 2014 @ 14:37:47
  Author: andrea
Revision: 209695

upgpkg: kdebase-workspace 4.11.8-2

Upstream release

Modified:
  kdebase-workspace/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 12:03:08 UTC (rev 209694)
+++ PKGBUILD2014-04-01 12:37:47 UTC (rev 209695)
@@ -4,9 +4,9 @@
 
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
-pkgver=4.11.7
-_pkgver=4.12.3
-pkgrel=3
+pkgver=4.11.8
+_pkgver=4.12.4
+pkgrel=2
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -30,7 +30,7 @@
 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 'kdm.logrotate'
 'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch'
 'khotkeys-qt4.patch')
-sha1sums=('515c687a5a967e14e0470012e99ca2ae4cd86700'
+sha1sums=('e44b73ea1e2446258882d10694ca2896e1cc6b17'
   '660eae40a707d2711d8d7f32a93214865506b795'
   '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'



[arch-commits] Commit in kdebase-workspace/repos (44 files)

2014-04-01 Thread Andrea Scarpino
Date: Tuesday, April 1, 2014 @ 14:38:07
  Author: andrea
Revision: 209696

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

Added:
  kdebase-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 209695, kdebase-workspace/kde-unstable/PKGBUILD)
  kdebase-workspace/repos/kde-unstable-i686/etc-scripts.patch
(from rev 209695, kdebase-workspace/kde-unstable/etc-scripts.patch)
  kdebase-workspace/repos/kde-unstable-i686/kde-np.pam
(from rev 209695, kdebase-workspace/kde-unstable/kde-np.pam)
  kdebase-workspace/repos/kde-unstable-i686/kde.pam
(from rev 209695, kdebase-workspace/kde-unstable/kde.pam)
  kdebase-workspace/repos/kde-unstable-i686/kdebase-workspace.install
(from rev 209695, kdebase-workspace/kde-unstable/kdebase-workspace.install)
  kdebase-workspace/repos/kde-unstable-i686/kdm-xinitrd.patch
(from rev 209695, kdebase-workspace/kde-unstable/kdm-xinitrd.patch)
  kdebase-workspace/repos/kde-unstable-i686/kdm.logrotate
(from rev 209695, kdebase-workspace/kde-unstable/kdm.logrotate)
  kdebase-workspace/repos/kde-unstable-i686/kdm.service
(from rev 209695, kdebase-workspace/kde-unstable/kdm.service)
  kdebase-workspace/repos/kde-unstable-i686/khotkeys-qt4.patch
(from rev 209695, kdebase-workspace/kde-unstable/khotkeys-qt4.patch)
  kdebase-workspace/repos/kde-unstable-i686/kscreensaver.pam
(from rev 209695, kdebase-workspace/kde-unstable/kscreensaver.pam)
  kdebase-workspace/repos/kde-unstable-i686/terminate-server.patch
(from rev 209695, kdebase-workspace/kde-unstable/terminate-server.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 209695, kdebase-workspace/kde-unstable/PKGBUILD)
  kdebase-workspace/repos/kde-unstable-x86_64/etc-scripts.patch
(from rev 209695, kdebase-workspace/kde-unstable/etc-scripts.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/kde-np.pam
(from rev 209695, kdebase-workspace/kde-unstable/kde-np.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 209695, kdebase-workspace/kde-unstable/kde.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/kdebase-workspace.install
(from rev 209695, kdebase-workspace/kde-unstable/kdebase-workspace.install)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm-xinitrd.patch
(from rev 209695, kdebase-workspace/kde-unstable/kdm-xinitrd.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm.logrotate
(from rev 209695, kdebase-workspace/kde-unstable/kdm.logrotate)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm.service
(from rev 209695, kdebase-workspace/kde-unstable/kdm.service)
  kdebase-workspace/repos/kde-unstable-x86_64/khotkeys-qt4.patch
(from rev 209695, kdebase-workspace/kde-unstable/khotkeys-qt4.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/kscreensaver.pam
(from rev 209695, kdebase-workspace/kde-unstable/kscreensaver.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/terminate-server.patch
(from rev 209695, kdebase-workspace/kde-unstable/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/kde-unstable-i686/PKGBUILD
  kdebase-workspace/repos/kde-unstable-i686/etc-scripts.patch
  kdebase-workspace/repos/kde-unstable-i686/kde-np.pam
  kdebase-workspace/repos/kde-unstable-i686/kde.pam
  kdebase-workspace/repos/kde-unstable-i686/kdebase-workspace.install
  kdebase-workspace/repos/kde-unstable-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/kde-unstable-i686/kdm.logrotate
  kdebase-workspace/repos/kde-unstable-i686/kdm.service
  kdebase-workspace/repos/kde-unstable-i686/khotkeys-qt4.patch
  kdebase-workspace/repos/kde-unstable-i686/kscreensaver.pam
  kdebase-workspace/repos/kde-unstable-i686/terminate-server.patch
  kdebase-workspace/repos/kde-unstable-x86_64/PKGBUILD
  kdebase-workspace/repos/kde-unstable-x86_64/etc-scripts.patch
  kdebase-workspace/repos/kde-unstable-x86_64/kde-np.pam
  kdebase-workspace/repos/kde-unstable-x86_64/kde.pam
  kdebase-workspace/repos/kde-unstable-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/kde-unstable-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/kde-unstable-x86_64/kdm.logrotate
  kdebase-workspace/repos/kde-unstable-x86_64/kdm.service
  kdebase-workspace/repos/kde-unstable-x86_64/khotkeys-qt4.patch
  kdebase-workspace/repos/kde-unstable-x86_64/kscreensaver.pam
  kdebase-workspace/repos/kde-unstable-x86_64/terminate-server.patch

---+
 /PKGBUILD |  186 
 /etc-scripts.patch|   22 ++
 /kde-np.pam   |   24 +++
 /kde.pam  |   16 ++
 /kdebase-workspace.install|   62 
 /kdm-xinitrd.patch|   36 
 /kdm.logrotate|   12 +
 /kdm.service  |   18 ++
 /khotkeys-qt4.patch   |   44 +
 

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

2014-04-01 Thread Alexander Rødseth
Date: Tuesday, April 1, 2014 @ 15:43:56
  Author: arodseth
Revision: 108696

upgpkg: nimrod 0.9.2-4

Modified:
  nimrod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 12:32:14 UTC (rev 108695)
+++ PKGBUILD2014-04-01 13:43:56 UTC (rev 108696)
@@ -5,8 +5,8 @@
 
 pkgname=nimrod
 pkgver=0.9.2
-pkgrel=3
-pkgdesc='Imparative, multi-paradigm, compiled programming language'
+pkgrel=4
+pkgdesc='Imperative, multi-paradigm, compiled programming language'
 arch=('x86_64' 'i686')
 url='http://nimrod-code.org/'
 license=('MIT')
@@ -36,11 +36,7 @@
 package() {
   cd $pkgname
 
-  install -d $pkgdir/usr/bin
-  install -d $pkgdir/etc
-  install -d $pkgdir/usr/lib/$pkgname
-  install -d $pkgdir/usr/share/doc/$pkgname
-  install -d $pkgdir/usr/share/$pkgname
+  install -d 
$pkgdir/{etc,usr/{bin,lib/$pkgname,share/{doc/$pkgname,$pkgname}}}
   sh install.sh /usr/bin
   install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-04-01 Thread Alexander Rødseth
Date: Tuesday, April 1, 2014 @ 15:44:04
  Author: arodseth
Revision: 108697

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-01 13:43:56 UTC (rev 108696)
+++ community-i686/PKGBUILD 2014-04-01 13:44:04 UTC (rev 108697)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Dominik Picheta morfeu...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=nimrod
-pkgver=0.9.2
-pkgrel=3
-pkgdesc='Imparative, multi-paradigm, compiled programming language'
-arch=('x86_64' 'i686')
-url='http://nimrod-code.org/'
-license=('MIT')
-makedepends=('setconf')
-source=(http://nimrod-code.org/download/${pkgname}_$pkgver.zip;)
-options=('!emptydirs')
-sha256sums=('4903ff46b90caa61194551f66fdff291b1ecba8bb4eec1611373cd34ecaf7090')
-
-prepare() {
-  cd $pkgname
-
-  setconf install.sh bindir $pkgdir/usr/bin
-  setconf install.sh configdir $pkgdir/etc
-  setconf install.sh libdir $pkgdir/usr/lib/$pkgname
-  setconf install.sh docdir $pkgdir/usr/share/doc/$pkgname
-  setconf install.sh datadir $pkgdir/usr/share/$pkgname
-}
-
-build() {
-  cd $pkgname
-
-  sh build.sh
-  ./bin/nimrod c -d:release koch
-  PATH=$PATH:./bin/nimrod ./koch boot -d:release -d:useGnuReadline
-}
-
-package() {
-  cd $pkgname
-
-  install -d $pkgdir/usr/bin
-  install -d $pkgdir/etc
-  install -d $pkgdir/usr/lib/$pkgname
-  install -d $pkgdir/usr/share/doc/$pkgname
-  install -d $pkgdir/usr/share/$pkgname
-  sh install.sh /usr/bin
-  install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nimrod/repos/community-i686/PKGBUILD (from rev 108696, 
nimrod/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-01 13:44:04 UTC (rev 108697)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Dominik Picheta morfeu...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=nimrod
+pkgver=0.9.2
+pkgrel=4
+pkgdesc='Imperative, multi-paradigm, compiled programming language'
+arch=('x86_64' 'i686')
+url='http://nimrod-code.org/'
+license=('MIT')
+makedepends=('setconf')
+source=(http://nimrod-code.org/download/${pkgname}_$pkgver.zip;)
+options=('!emptydirs')
+sha256sums=('4903ff46b90caa61194551f66fdff291b1ecba8bb4eec1611373cd34ecaf7090')
+
+prepare() {
+  cd $pkgname
+
+  setconf install.sh bindir $pkgdir/usr/bin
+  setconf install.sh configdir $pkgdir/etc
+  setconf install.sh libdir $pkgdir/usr/lib/$pkgname
+  setconf install.sh docdir $pkgdir/usr/share/doc/$pkgname
+  setconf install.sh datadir $pkgdir/usr/share/$pkgname
+}
+
+build() {
+  cd $pkgname
+
+  sh build.sh
+  ./bin/nimrod c -d:release koch
+  PATH=$PATH:./bin/nimrod ./koch boot -d:release -d:useGnuReadline
+}
+
+package() {
+  cd $pkgname
+
+  install -d 
$pkgdir/{etc,usr/{bin,lib/$pkgname,share/{doc/$pkgname,$pkgname}}}
+  sh install.sh /usr/bin
+  install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-01 13:43:56 UTC (rev 108696)
+++ community-x86_64/PKGBUILD   2014-04-01 13:44:04 UTC (rev 108697)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Dominik Picheta morfeu...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=nimrod
-pkgver=0.9.2
-pkgrel=3
-pkgdesc='Imparative, multi-paradigm, compiled programming language'
-arch=('x86_64' 'i686')
-url='http://nimrod-code.org/'
-license=('MIT')
-makedepends=('setconf')
-source=(http://nimrod-code.org/download/${pkgname}_$pkgver.zip;)
-options=('!emptydirs')
-sha256sums=('4903ff46b90caa61194551f66fdff291b1ecba8bb4eec1611373cd34ecaf7090')
-
-prepare() {
-  cd $pkgname
-
-  setconf install.sh bindir $pkgdir/usr/bin
-  setconf install.sh configdir $pkgdir/etc
-  setconf install.sh libdir $pkgdir/usr/lib/$pkgname
-  setconf install.sh docdir $pkgdir/usr/share/doc/$pkgname
-  setconf install.sh datadir $pkgdir/usr/share/$pkgname
-}
-
-build() {
-  cd $pkgname
-
-  sh build.sh
-  ./bin/nimrod c -d:release koch
-  

[arch-commits] Commit in gnome-desktop-sharp/repos (8 files)

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 16:02:33
  Author: jgc
Revision: 209698

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

Added:
  gnome-desktop-sharp/repos/extra-i686/PKGBUILD
(from rev 209697, gnome-desktop-sharp/trunk/PKGBUILD)
  gnome-desktop-sharp/repos/extra-i686/gnome-desktop-sharp-lib-target.patch
(from rev 209697, 
gnome-desktop-sharp/trunk/gnome-desktop-sharp-lib-target.patch)
  gnome-desktop-sharp/repos/extra-x86_64/PKGBUILD
(from rev 209697, gnome-desktop-sharp/trunk/PKGBUILD)
  gnome-desktop-sharp/repos/extra-x86_64/gnome-desktop-sharp-lib-target.patch
(from rev 209697, 
gnome-desktop-sharp/trunk/gnome-desktop-sharp-lib-target.patch)
Deleted:
  gnome-desktop-sharp/repos/extra-i686/PKGBUILD
  gnome-desktop-sharp/repos/extra-i686/gnome-desktop-sharp-lib-target.patch
  gnome-desktop-sharp/repos/extra-x86_64/PKGBUILD
  gnome-desktop-sharp/repos/extra-x86_64/gnome-desktop-sharp-lib-target.patch

---+
 /PKGBUILD |  142 
 /gnome-desktop-sharp-lib-target.patch |   18 ++
 extra-i686/PKGBUILD   |   78 --
 extra-i686/gnome-desktop-sharp-lib-target.patch   |9 -
 extra-x86_64/PKGBUILD |   78 --
 extra-x86_64/gnome-desktop-sharp-lib-target.patch |9 -
 6 files changed, 160 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-01 14:02:25 UTC (rev 209697)
+++ extra-i686/PKGBUILD 2014-04-01 14:02:33 UTC (rev 209698)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gnome-desktop-sharp
-pkgname=('gnome-desktop-sharp' 'libgnome-desktop-sharp' 'gtkhtml-sharp' 
'gtksourceview2-sharp' 'rsvg2-sharp' 'vte-sharp' 'wnck-sharp')
-pkgver=2.26.0
-pkgrel=9
-arch=('i686' 'x86_64')
-license=(LGPL)
-url=http://gtk-sharp.sourceforge.net;
-makedepends=('gnome-sharp' 'gnome-desktop2' 'vte' 'librsvg' 'libwnck' 
'gtkhtml' 'gtksourceview2' 'monodoc')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.bz2
-   gnome-desktop-sharp-lib-target.patch)
-md5sums=('4bc990900bb318b2ba0b0e7998bb47d1'
- '980cd3adf5e745f4caee0a172a51dcc3')
-
-build() {
-export MONO_SHARED_DIR=$srcdir/wapi
-mkdir -p $MONO_SHARED_DIR
-
-cd $pkgname-$pkgver
-patch -Np1 -i $srcdir/gnome-desktop-sharp-lib-target.patch
-./configure --prefix=/usr --sysconfdir=/etc --disable-static
-make
-}
-
-package_gnome-desktop-sharp() {
-pkgdesc=GNOME desktop bindings for C#
-depends=('libgnome-desktop-sharp' 'gtkhtml-sharp' 'gtksourceview2-sharp' 
'rsvg2-sharp' 'vte-sharp' 'wnck-sharp')
-}
-
-package_libgnome-desktop-sharp() {
-pkgdesc=Mono bindings for libgnome-desktop
-depends=('gtk-sharp-2' 'gnome-desktop2')
-
-cd $pkgbase-$pkgver
-make -C gnomedesktop install DESTDIR=$pkgdir
-}
-
-package_gtkhtml-sharp() {
-pkgdesc=Mono bindings for gtkhtml
-depends=('gtk-sharp-2' 'gtkhtml')
-
-cd $pkgbase-$pkgver
-make -C gtkhtml install DESTDIR=$pkgdir
-}
-
-package_gtksourceview2-sharp() {
-pkgdesc=Mono bindings for gtksourceview2
-depends=('gtk-sharp-2' 'gtksourceview2')
-
-cd $pkgbase-$pkgver
-make -C gtksourceview install DESTDIR=$pkgdir
-}
-
-package_rsvg2-sharp() {
-pkgdesc=Mono bindings for librsvg
-depends=('gtk-sharp-2' 'librsvg')
-
-cd $pkgbase-$pkgver
-make -C rsvg install DESTDIR=$pkgdir
-}
-
-package_vte-sharp() {
-pkgdesc=Mono bindings for libvte
-depends=('gtk-sharp-2' 'vte')
-
-cd $pkgbase-$pkgver
-make -C vte install DESTDIR=$pkgdir
-}
-
-package_wnck-sharp() {
-pkgdesc=Mono bindings for libwnck
-depends=('gtk-sharp-2' 'libwnck')
-
-cd $pkgbase-$pkgver
-make -C wnck install DESTDIR=$pkgdir
-}

Copied: gnome-desktop-sharp/repos/extra-i686/PKGBUILD (from rev 209697, 
gnome-desktop-sharp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-01 14:02:33 UTC (rev 209698)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gnome-desktop-sharp
+pkgname=('gnome-desktop-sharp' 'libgnome-desktop-sharp' 'gtksourceview2-sharp' 
'rsvg2-sharp' 'vte-sharp' 'wnck-sharp')
+pkgver=2.26.0
+pkgrel=10
+arch=('i686' 'x86_64')
+license=(LGPL)
+url=http://gtk-sharp.sourceforge.net;
+makedepends=('gnome-sharp' 'gnome-desktop2' 'vte' 'librsvg' 'libwnck' 
'gtksourceview2' 'monodoc')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.bz2
+   gnome-desktop-sharp-lib-target.patch)
+md5sums=('4bc990900bb318b2ba0b0e7998bb47d1'
+ '980cd3adf5e745f4caee0a172a51dcc3')
+
+build() {
+export MONO_SHARED_DIR=$srcdir/wapi
+mkdir -p $MONO_SHARED_DIR
+
+cd 

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

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 16:02:25
  Author: jgc
Revision: 209697

upgpkg: gnome-desktop-sharp 2.26.0-10

Remove gtkhtml-sharp

Modified:
  gnome-desktop-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 12:38:07 UTC (rev 209696)
+++ PKGBUILD2014-04-01 14:02:25 UTC (rev 209697)
@@ -2,13 +2,13 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgbase=gnome-desktop-sharp
-pkgname=('gnome-desktop-sharp' 'libgnome-desktop-sharp' 'gtkhtml-sharp' 
'gtksourceview2-sharp' 'rsvg2-sharp' 'vte-sharp' 'wnck-sharp')
+pkgname=('gnome-desktop-sharp' 'libgnome-desktop-sharp' 'gtksourceview2-sharp' 
'rsvg2-sharp' 'vte-sharp' 'wnck-sharp')
 pkgver=2.26.0
-pkgrel=9
+pkgrel=10
 arch=('i686' 'x86_64')
 license=(LGPL)
 url=http://gtk-sharp.sourceforge.net;
-makedepends=('gnome-sharp' 'gnome-desktop2' 'vte' 'librsvg' 'libwnck' 
'gtkhtml' 'gtksourceview2' 'monodoc')
+makedepends=('gnome-sharp' 'gnome-desktop2' 'vte' 'librsvg' 'libwnck' 
'gtksourceview2' 'monodoc')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.bz2
gnome-desktop-sharp-lib-target.patch)
 md5sums=('4bc990900bb318b2ba0b0e7998bb47d1'
@@ -26,7 +26,8 @@
 
 package_gnome-desktop-sharp() {
 pkgdesc=GNOME desktop bindings for C#
-depends=('libgnome-desktop-sharp' 'gtkhtml-sharp' 'gtksourceview2-sharp' 
'rsvg2-sharp' 'vte-sharp' 'wnck-sharp')
+depends=('libgnome-desktop-sharp' 'gtksourceview2-sharp' 'rsvg2-sharp' 
'vte-sharp' 'wnck-sharp')
+replaces=('gtkhtml-sharp')
 }
 
 package_libgnome-desktop-sharp() {
@@ -37,14 +38,6 @@
 make -C gnomedesktop install DESTDIR=$pkgdir
 }
 
-package_gtkhtml-sharp() {
-pkgdesc=Mono bindings for gtkhtml
-depends=('gtk-sharp-2' 'gtkhtml')
-
-cd $pkgbase-$pkgver
-make -C gtkhtml install DESTDIR=$pkgdir
-}
-
 package_gtksourceview2-sharp() {
 pkgdesc=Mono bindings for gtksourceview2
 depends=('gtk-sharp-2' 'gtksourceview2')



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

2014-04-01 Thread Tobias Powalowski
Date: Tuesday, April 1, 2014 @ 16:07:03
  Author: tpowa
Revision: 209699

add 3.13.8 to testing

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux/repos/testing-i686/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
  
linux/repos/testing-i686/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
  
linux/repos/testing-i686/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch
  
linux/repos/testing-i686/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch
  
linux/repos/testing-i686/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch
  
linux/repos/testing-i686/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
  
linux/repos/testing-i686/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.last
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/criu-no-expert.patch
  linux/repos/testing-i686/i8042-fix-aliases.patch
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.install.pkg
  linux/repos/testing-i686/linux.preset

-+
 0001-Bluetooth-allocate-static-minor-for-vhci.patch |   76 
 0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch |  241 
 0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch |   68 
 0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch |  143 
 0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch |   50 
 0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch |   32 
 0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch  |  100 
 0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch |   50 
 PKGBUILD|  357 
 change-default-console-loglevel.patch   |   12 
 config  | 6561 
++
 config.last | 6475 
+
 config.x86_64   | 6361 
+
 criu-no-expert.patch|   13 
 i8042-fix-aliases.patch |  113 
 linux.install   |   37 
 linux.install.pkg   |   37 
 linux.preset|   14 
 18 files changed, 20740 insertions(+)

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


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

2014-04-01 Thread Tobias Powalowski
Date: Tuesday, April 1, 2014 @ 16:10:31
  Author: tpowa
Revision: 209700

add 3.13.8 to testing

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux/repos/testing-x86_64/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
  
linux/repos/testing-x86_64/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
  
linux/repos/testing-x86_64/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch
  
linux/repos/testing-x86_64/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch
  
linux/repos/testing-x86_64/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch
  
linux/repos/testing-x86_64/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
  
linux/repos/testing-x86_64/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/config.x86_64.last
  linux/repos/testing-x86_64/criu-no-expert.patch
  linux/repos/testing-x86_64/i8042-fix-aliases.patch
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.install.pkg
  linux/repos/testing-x86_64/linux.preset

-+
 0001-Bluetooth-allocate-static-minor-for-vhci.patch |   76 
 0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch |  241 
 0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch |   68 
 0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch |  143 
 0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch |   50 
 0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch |   32 
 0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch  |  100 
 0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch |   50 
 PKGBUILD|  357 
 change-default-console-loglevel.patch   |   12 
 config  | 6561 
++
 config.x86_64   | 6361 
+
 config.x86_64.last  | 6275 
+
 criu-no-expert.patch|   13 
 i8042-fix-aliases.patch |  113 
 linux.install   |   37 
 linux.install.pkg   |   37 
 linux.preset|   14 
 18 files changed, 20540 insertions(+)

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


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

2014-04-01 Thread Andrea Scarpino
Date: Tuesday, April 1, 2014 @ 16:39:00
  Author: andrea
Revision: 108700

upgpkg: youtube-dl 2014.04.01.3-1

Upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 14:35:41 UTC (rev 108699)
+++ PKGBUILD2014-04-01 14:39:00 UTC (rev 108700)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.03.27.1
+pkgver=2014.04.01.3
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('f0cad9419ed15ff86bad7cea31dea1e6f90ed08a'
+sha1sums=('7b44d554e80799f5872f768cb58f9a5b08307d1b'
   'SKIP')
 
 prepare() {



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

2014-04-01 Thread Andrea Scarpino
Date: Tuesday, April 1, 2014 @ 16:39:07
  Author: andrea
Revision: 108701

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-01 14:39:00 UTC (rev 108700)
+++ PKGBUILD2014-04-01 14:39:07 UTC (rev 108701)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.03.27.1
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('f0cad9419ed15ff86bad7cea31dea1e6f90ed08a'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

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



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

2014-04-01 Thread Tobias Powalowski
Date: Tuesday, April 1, 2014 @ 16:40:15
  Author: tpowa
Revision: 209702

upgpkg: qemu 1.7.1-1

bump to latest version

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 14:35:11 UTC (rev 209701)
+++ PKGBUILD2014-04-01 14:40:15 UTC (rev 209702)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=('qemu' 'libcacard')
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url=http://wiki.qemu.org/Index.html;
@@ -16,8 +16,6 @@
 install=qemu.install
 source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
 65-kvm.rules)
-md5sums=('32893941d40d052a5e649efcf06aca06'
- '33ab286a20242dda7743a900f369d68a')
 
 build ()
 {
@@ -83,3 +81,5 @@
  cp -a ${srcdir}/qemu-${pkgver}/libcacard.pc ${pkgdir}/usr/lib/pkgconfig/
  cp -a ${srcdir}/qemu-${pkgver}/.libs/vscclient ${pkgdir}/usr/bin/
 }
+md5sums=('9541063d999cf9659ed7fdce71314f31'
+ '33ab286a20242dda7743a900f369d68a')



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

2014-04-01 Thread Tobias Powalowski
Date: Tuesday, April 1, 2014 @ 16:40:28
  Author: tpowa
Revision: 209703

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

Added:
  qemu/repos/testing-i686/
  qemu/repos/testing-i686/65-kvm.rules
(from rev 209702, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/PKGBUILD
(from rev 209702, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/qemu.install
(from rev 209702, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 209702, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 209702, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu.install
(from rev 209702, qemu/trunk/qemu.install)

-+
 testing-i686/65-kvm.rules   |2 
 testing-i686/PKGBUILD   |   85 ++
 testing-i686/qemu.install   |   23 +++
 testing-x86_64/65-kvm.rules |2 
 testing-x86_64/PKGBUILD |   85 ++
 testing-x86_64/qemu.install |   23 +++
 6 files changed, 220 insertions(+)

Copied: qemu/repos/testing-i686/65-kvm.rules (from rev 209702, 
qemu/trunk/65-kvm.rules)
===
--- testing-i686/65-kvm.rules   (rev 0)
+++ testing-i686/65-kvm.rules   2014-04-01 14:40:28 UTC (rev 209703)
@@ -0,0 +1,2 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660
+KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess, 
OPTIONS+=static_node=vhost-net

Copied: qemu/repos/testing-i686/PKGBUILD (from rev 209702, qemu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-01 14:40:28 UTC (rev 209703)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=('qemu' 'libcacard')
+pkgver=1.7.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url=http://wiki.qemu.org/Index.html;
+makedepends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
+ 'gnutls=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
+ 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
+ 'libiscsi' 'libcacard' 'spice' 'spice-protocol' 'python2'
+ 'usbredir')
+replaces=('qemu-kvm')
+options=(!strip)
+install=qemu.install
+source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
+65-kvm.rules)
+
+build ()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # qemu vs. make 4 == bad
+  export ARFLAGS=rv
+  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
+  # gtk gui breaks keymappings at the moment
+  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list='pa alsa sdl' \
+  --python=/usr/bin/python2 --smbd=/usr/bin/smbd \
+  --enable-docs --libexecdir=/usr/lib/qemu \
+  --disable-gtk --enable-linux-aio --enable-seccomp \
+  --enable-spice --localstatedir=/var \
+  --enable-tpm
+  make V=99
+}
+
+package_qemu() {
+  pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
+  depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
+ 'gnutls=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
+ 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
+ 'libiscsi' 'libcacard' 'spice' 'usbredir')
+  backup=('etc/qemu/target-x86_64.conf')
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} libexecdir=/usr/lib/qemu install
+  # provided by seabios package
+  rm ${pkgdir}/usr/share/qemu/bios.bin
+  rm ${pkgdir}/usr/share/qemu/acpi-dsdt.aml
+  rm ${pkgdir}/usr/share/qemu/q35-acpi-dsdt.aml
+  # remove conflicting /var/run directory
+  rm -r ${pkgdir}/var
+  install -D -m644 ${srcdir}/65-kvm.rules \
+   ${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
+  # bridge_helper needs suid
+  # https://bugs.archlinux.org/task/32565
+  chmod u+s ${pkgdir}/usr/lib/qemu/qemu-bridge-helper
+  # add sample config
+  echo allow br0  ${pkgdir}/etc/qemu/bridge.conf.sample
+  # strip scripts directory
+find ${pkgdir}/usr/src/linux-${_kernver}/scripts  -type f -perm -u+w 
2/dev/null | while read binary ; do
+  case $(file -bi $binary) in
+*application/x-executable*) # Binaries
+/usr/bin/strip $STRIP_BINARIES $binary;;
+  esac
+done
+  # remove libcacard files
+  rm -rf ${pkgdir}/usr/include/cacard
+  rm -rf ${pkgdir}/usr/lib/libcacard*
+  rm -rf ${pkgdir}/usr/lib/pkgconfig/libcacard.pc
+  rm -rf ${pkgdir}/usr/bin/vscclient
+}
+
+package_libcacard() {
+ pkgdesc=Common Access Card (CAC) Emulation
+ options=('strip')
+ depends=('nss' 'libaio' 'libcap-ng' 'libiscsi' 'curl' 'vde2' 'glib2')
+ mkdir -p ${pkgdir}/usr/bin
+ mkdir -p ${pkgdir}/usr/lib/pkgconfig
+ mkdir -p ${pkgdir}/usr/include/cacard
+ cp -a 

[arch-commits] Commit in hylafax/trunk (PKGBUILD hylafax.cron.daily)

2014-04-01 Thread Tobias Powalowski
Date: Tuesday, April 1, 2014 @ 17:29:46
  Author: tpowa
Revision: 209707

upgpkg: hylafax 6.0.6-5

remove cron script and replace with systemd service

Modified:
  hylafax/trunk/PKGBUILD
Deleted:
  hylafax/trunk/hylafax.cron.daily

+
 PKGBUILD   |   13 +
 hylafax.cron.daily |4 
 2 files changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 15:16:54 UTC (rev 209706)
+++ PKGBUILD2014-04-01 15:29:46 UTC (rev 209707)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal p...@archlinux.org
 pkgname=hylafax
 pkgver=6.0.6
-pkgrel=4
+pkgrel=5
 pkgdesc=Fax Server
 arch=('i686' 'x86_64')
 install='hylafax.install'
@@ -14,7 +14,7 @@
usr/lib/fax/{faxcover.ps,hfaxd.conf,pagesizes,typerules}
var/spool/hylafax/etc/hosts.hfaxd) 
 source=(ftp://ftp.hylafax.org/source/${pkgname}-${pkgver}.tar.gz 
-hylafax.cron.daily 
+hylafax.{timer,service}
 config.local
 faxq.service
 hfaxd.service
@@ -32,7 +32,6 @@
   mkdir -p $pkgdir/usr/{bin,lib/fax,share/ghostscript/fonts}
   mkdir -p $pkgdir/var/{spool/hylafax,lock}
   make ROOT=$pkgdir install
-  install -D -m 744 $srcdir/hylafax.cron.daily 
$pkgdir/etc/cron.daily/hylafax
   # add missing awk file for notify-4.1 script
   install -D -m 755 $srcdir/${pkgname}-${pkgver}/util/notify.awk \
$pkgdir/var/spool/hylafax/bin/notify.awk
@@ -43,9 +42,15 @@
   install -D -m644 $srcdir/faxq.service 
$pkgdir/usr/lib/systemd/system/faxq.service
   install -D -m644 $srcdir/faxgetty@.service 
$pkgdir/usr/lib/systemd/system/faxgetty@.service
   install -D -m644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+  # systemd timer
+  install -D -m644 ${srcdir}/hylafax.timer 
${pkgdir}/usr/lib/systemd/system/hylafax.timer
+  install -D -m644 ${srcdir}/hylafax.service 
${pkgdir}/usr/lib/systemd/system/hylafax.service
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+  ln -s ../shadow.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/hylafax.timer
 }
 md5sums=('d063d45049c8fcbabefe09d662313067'
- 'b0b8d19a10c2145476d9fbb18c0478fe'
+ '9ef38446d2a2aeac698c4ae178fd5c2b'
+ 'e5afba881859f018ee88d35fc62a488f'
  '5f3a89fbfb10c47755d3ca19183b8a59'
  'a10aa2ef613551a88d750f6602b5f2f7'
  '38a00db6d9d765d130b2d8d3a98e5c24'

Deleted: hylafax.cron.daily
===
--- hylafax.cron.daily  2014-04-01 15:16:54 UTC (rev 209706)
+++ hylafax.cron.daily  2014-04-01 15:29:46 UTC (rev 209707)
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-/usr/bin/faxqclean
-/usr/bin/faxcron -rcv 30



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

2014-04-01 Thread Tobias Powalowski
Date: Tuesday, April 1, 2014 @ 17:30:13
  Author: tpowa
Revision: 209708

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

Added:
  hylafax/repos/testing-i686/
  hylafax/repos/testing-i686/PKGBUILD
(from rev 209707, hylafax/trunk/PKGBUILD)
  hylafax/repos/testing-i686/config.local
(from rev 209707, hylafax/trunk/config.local)
  hylafax/repos/testing-i686/faxgetty@.service
(from rev 209707, hylafax/trunk/faxgetty@.service)
  hylafax/repos/testing-i686/faxq.service
(from rev 209707, hylafax/trunk/faxq.service)
  hylafax/repos/testing-i686/hfaxd.service
(from rev 209707, hylafax/trunk/hfaxd.service)
  hylafax/repos/testing-i686/hylafax
(from rev 209707, hylafax/trunk/hylafax)
  hylafax/repos/testing-i686/hylafax.install
(from rev 209707, hylafax/trunk/hylafax.install)
  hylafax/repos/testing-x86_64/
  hylafax/repos/testing-x86_64/PKGBUILD
(from rev 209707, hylafax/trunk/PKGBUILD)
  hylafax/repos/testing-x86_64/config.local
(from rev 209707, hylafax/trunk/config.local)
  hylafax/repos/testing-x86_64/faxgetty@.service
(from rev 209707, hylafax/trunk/faxgetty@.service)
  hylafax/repos/testing-x86_64/faxq.service
(from rev 209707, hylafax/trunk/faxq.service)
  hylafax/repos/testing-x86_64/hfaxd.service
(from rev 209707, hylafax/trunk/hfaxd.service)
  hylafax/repos/testing-x86_64/hylafax
(from rev 209707, hylafax/trunk/hylafax)
  hylafax/repos/testing-x86_64/hylafax.install
(from rev 209707, hylafax/trunk/hylafax.install)

--+
 testing-i686/PKGBUILD|   57 +++
 testing-i686/config.local|  273 +
 testing-i686/faxgetty@.service   |   24 +++
 testing-i686/faxq.service|   10 +
 testing-i686/hfaxd.service   |   10 +
 testing-i686/hylafax |   71 +
 testing-i686/hylafax.install |   42 +
 testing-x86_64/PKGBUILD  |   57 +++
 testing-x86_64/config.local  |  273 +
 testing-x86_64/faxgetty@.service |   24 +++
 testing-x86_64/faxq.service  |   10 +
 testing-x86_64/hfaxd.service |   10 +
 testing-x86_64/hylafax   |   71 +
 testing-x86_64/hylafax.install   |   42 +
 14 files changed, 974 insertions(+)

Copied: hylafax/repos/testing-i686/PKGBUILD (from rev 209707, 
hylafax/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-01 15:30:13 UTC (rev 209708)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+pkgname=hylafax
+pkgver=6.0.6
+pkgrel=5
+pkgdesc=Fax Server
+arch=('i686' 'x86_64')
+install='hylafax.install'
+license=('custom')
+depends=('libtiff' 'pam' 'ghostscript')
+makedepends=('smtp-server')
+url=http://www.hylafax.org/;
+backup=(var/spool/hylafax/bin/{faxrcvd,notify}
+   usr/lib/fax/{faxcover.ps,hfaxd.conf,pagesizes,typerules}
+   var/spool/hylafax/etc/hosts.hfaxd) 
+source=(ftp://ftp.hylafax.org/source/${pkgname}-${pkgver}.tar.gz 
+hylafax.{timer,service}
+config.local
+faxq.service
+hfaxd.service
+faxgetty@.service)
+
+build () {
+  cd $srcdir/${pkgname}-${pkgver}
+  cp ../config.local .
+  ./configure --nointeractive --with-OPTIMIZER=${CFLAGS}
+  make
+}
+
+package () {
+  cd $srcdir/${pkgname}-${pkgver}
+  mkdir -p $pkgdir/usr/{bin,lib/fax,share/ghostscript/fonts}
+  mkdir -p $pkgdir/var/{spool/hylafax,lock}
+  make ROOT=$pkgdir install
+  # add missing awk file for notify-4.1 script
+  install -D -m 755 $srcdir/${pkgname}-${pkgver}/util/notify.awk \
+   $pkgdir/var/spool/hylafax/bin/notify.awk
+  # remove /var/lock
+  rm -r $pkgdir/var/lock
+  # add systemd files
+  install -D -m644 $srcdir/hfaxd.service 
$pkgdir/usr/lib/systemd/system/hfaxd.service
+  install -D -m644 $srcdir/faxq.service 
$pkgdir/usr/lib/systemd/system/faxq.service
+  install -D -m644 $srcdir/faxgetty@.service 
$pkgdir/usr/lib/systemd/system/faxgetty@.service
+  install -D -m644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+  # systemd timer
+  install -D -m644 ${srcdir}/hylafax.timer 
${pkgdir}/usr/lib/systemd/system/hylafax.timer
+  install -D -m644 ${srcdir}/hylafax.service 
${pkgdir}/usr/lib/systemd/system/hylafax.service
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+  ln -s ../shadow.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/hylafax.timer
+}
+md5sums=('d063d45049c8fcbabefe09d662313067'
+ '9ef38446d2a2aeac698c4ae178fd5c2b'
+ 'e5afba881859f018ee88d35fc62a488f'
+ '5f3a89fbfb10c47755d3ca19183b8a59'
+ 'a10aa2ef613551a88d750f6602b5f2f7'
+ '38a00db6d9d765d130b2d8d3a98e5c24'
+ 'fe10ea597e786fe8c09e4104fbdf16de')

Copied: hylafax/repos/testing-i686/config.local (from rev 209707, 
hylafax/trunk/config.local)

[arch-commits] Commit in hylafax/trunk (hylafax.service hylafax.timer)

2014-04-01 Thread Tobias Powalowski
Date: Tuesday, April 1, 2014 @ 17:30:58
  Author: tpowa
Revision: 209709

upgpkg: hylafax 6.0.6-5

remove cron script and replace with systemd service

Added:
  hylafax/trunk/hylafax.service
  hylafax/trunk/hylafax.timer

-+
 hylafax.service |   11 +++
 hylafax.timer   |7 +++
 2 files changed, 18 insertions(+)

Added: hylafax.service
===
--- hylafax.service (rev 0)
+++ hylafax.service 2014-04-01 15:30:58 UTC (rev 209709)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Daily fax queue cleanup and deletion of 30 days old faxes
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/faxqclean
+ExecStart=/usr/bin/faxcron -rcv 30
+Nice=19
+IOSchedulingClass=best-effort
+IOSchedulingPriority=7
+

Added: hylafax.timer
===
--- hylafax.timer   (rev 0)
+++ hylafax.timer   2014-04-01 15:30:58 UTC (rev 209709)
@@ -0,0 +1,7 @@
+[Unit]
+Description=Daily fax queue cleanup and deletion of 30 days old faxes
+
+[Timer]
+OnCalendar=daily
+AccuracySec=12h
+Persistent=true



[arch-commits] Commit in hylafax/repos (32 files)

2014-04-01 Thread Tobias Powalowski
Date: Tuesday, April 1, 2014 @ 17:31:21
  Author: tpowa
Revision: 209710

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

Added:
  hylafax/repos/testing-i686/PKGBUILD
(from rev 209709, hylafax/trunk/PKGBUILD)
  hylafax/repos/testing-i686/config.local
(from rev 209709, hylafax/trunk/config.local)
  hylafax/repos/testing-i686/faxgetty@.service
(from rev 209709, hylafax/trunk/faxgetty@.service)
  hylafax/repos/testing-i686/faxq.service
(from rev 209709, hylafax/trunk/faxq.service)
  hylafax/repos/testing-i686/hfaxd.service
(from rev 209709, hylafax/trunk/hfaxd.service)
  hylafax/repos/testing-i686/hylafax
(from rev 209709, hylafax/trunk/hylafax)
  hylafax/repos/testing-i686/hylafax.install
(from rev 209709, hylafax/trunk/hylafax.install)
  hylafax/repos/testing-i686/hylafax.service
(from rev 209709, hylafax/trunk/hylafax.service)
  hylafax/repos/testing-i686/hylafax.timer
(from rev 209709, hylafax/trunk/hylafax.timer)
  hylafax/repos/testing-x86_64/PKGBUILD
(from rev 209709, hylafax/trunk/PKGBUILD)
  hylafax/repos/testing-x86_64/config.local
(from rev 209709, hylafax/trunk/config.local)
  hylafax/repos/testing-x86_64/faxgetty@.service
(from rev 209709, hylafax/trunk/faxgetty@.service)
  hylafax/repos/testing-x86_64/faxq.service
(from rev 209709, hylafax/trunk/faxq.service)
  hylafax/repos/testing-x86_64/hfaxd.service
(from rev 209709, hylafax/trunk/hfaxd.service)
  hylafax/repos/testing-x86_64/hylafax
(from rev 209709, hylafax/trunk/hylafax)
  hylafax/repos/testing-x86_64/hylafax.install
(from rev 209709, hylafax/trunk/hylafax.install)
  hylafax/repos/testing-x86_64/hylafax.service
(from rev 209709, hylafax/trunk/hylafax.service)
  hylafax/repos/testing-x86_64/hylafax.timer
(from rev 209709, hylafax/trunk/hylafax.timer)
Deleted:
  hylafax/repos/testing-i686/PKGBUILD
  hylafax/repos/testing-i686/config.local
  hylafax/repos/testing-i686/faxgetty@.service
  hylafax/repos/testing-i686/faxq.service
  hylafax/repos/testing-i686/hfaxd.service
  hylafax/repos/testing-i686/hylafax
  hylafax/repos/testing-i686/hylafax.install
  hylafax/repos/testing-x86_64/PKGBUILD
  hylafax/repos/testing-x86_64/config.local
  hylafax/repos/testing-x86_64/faxgetty@.service
  hylafax/repos/testing-x86_64/faxq.service
  hylafax/repos/testing-x86_64/hfaxd.service
  hylafax/repos/testing-x86_64/hylafax
  hylafax/repos/testing-x86_64/hylafax.install

--+
 /PKGBUILD|  114 +++
 /config.local|  546 +
 /faxgetty@.service   |   48 +++
 /faxq.service|   20 +
 /hfaxd.service   |   20 +
 /hylafax |  142 +
 /hylafax.install |   84 +
 testing-i686/PKGBUILD|   57 ---
 testing-i686/config.local|  273 --
 testing-i686/faxgetty@.service   |   24 -
 testing-i686/faxq.service|   10 
 testing-i686/hfaxd.service   |   10 
 testing-i686/hylafax |   71 
 testing-i686/hylafax.install |   42 --
 testing-i686/hylafax.service |   11 
 testing-i686/hylafax.timer   |7 
 testing-x86_64/PKGBUILD  |   57 ---
 testing-x86_64/config.local  |  273 --
 testing-x86_64/faxgetty@.service |   24 -
 testing-x86_64/faxq.service  |   10 
 testing-x86_64/hfaxd.service |   10 
 testing-x86_64/hylafax   |   71 
 testing-x86_64/hylafax.install   |   42 --
 testing-x86_64/hylafax.service   |   11 
 testing-x86_64/hylafax.timer |7 
 25 files changed, 1010 insertions(+), 974 deletions(-)

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


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

2014-04-01 Thread Bartłomiej Piotrowski
Date: Tuesday, April 1, 2014 @ 18:15:46
  Author: bpiotrowski
Revision: 209711

upgpkg: readline 6.3.003-1

upstream patchlevel bump

Modified:
  readline/trunk/PKGBUILD
Deleted:
  readline/trunk/readline-6.3-dispatch-multikey.patch
  readline/trunk/readline-6.3-vi-last.patch

--+
 PKGBUILD |   48 +++--
 readline-6.3-dispatch-multikey.patch |   16 ---
 readline-6.3-vi-last.patch   |   15 --
 3 files changed, 22 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 15:31:21 UTC (rev 209710)
+++ PKGBUILD2014-04-01 16:15:46 UTC (rev 209711)
@@ -5,9 +5,9 @@
 
 pkgname=readline
 _basever=6.3
-_patchlevel=000 #prepare for some patches
-pkgver=$_basever #.$_patchlevel
-pkgrel=3
+_patchlevel=003
+pkgver=$_basever.$_patchlevel
+pkgrel=1
 pkgdesc='GNU readline library'
 arch=('i686' 'x86_64')
 url='http://tiswww.case.edu/php/chet/readline/rltop.html'
@@ -17,41 +17,27 @@
 options=('!emptydirs')
 install=readline.install
 source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
-inputrc
-readline-6.3-vi-last.patch
-readline-6.3-dispatch-multikey.patch)
+inputrc)
 
 if [[ $_patchlevel -gt 0 ]]; then
-for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
+for (( _p=1; _p = $((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf
 %03d $_p){,.sig})
 done
 fi
 
-md5sums=('33c8fb279e981274f485fd91da77e94a'
- 'SKIP'
- '58d54966c1191db45973cb3191ac621a'
- 'fcfe0a50c69f56f66ad04127a927862e'
- 'ee4e0df0dbf7e80783b7aa198c67fb45')
-
 prepare() {
-  cd $pkgname-$pkgver
-  for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-msg applying patch readline${_basever//./}-$(printf %03d $p)
-patch -p0 -i ../readline${_basever//./}-$(printf %03d $p)
+  cd $pkgname-$_basever
+  for (( _p=1; _p = $((10#${_patchlevel})); _p++ )); do
+msg applying patch readline${_basever//.}-$(printf %03d $_p)
+patch -p0 -i ../readline${_basever//.}-$(printf %03d $_p)
   done
 
-  # patch from upstream mailing list to fix vi mode
-  patch -p2 -i ../readline-6.3-vi-last.patch
-
-  # patch from upstream mailing list to fix the crash after pressing Delete 
twice
-  patch -p2 -i ../readline-6.3-dispatch-multikey.patch
-
   # remove RPATH from shared objects (FS#14366)
   sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$_basever
 
   # build with -fPIC for x86_64 (FS#15634)
   [[ $CARCH == x86_64 ]]  CFLAGS=$CFLAGS -fPIC
@@ -61,6 +47,16 @@
 }
 
 package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  make -C $pkgname-$_basever DESTDIR=$pkgdir install
   install -Dm644 inputrc $pkgdir/etc/inputrc
 }
+
+md5sums=('33c8fb279e981274f485fd91da77e94a'
+ 'SKIP'
+ '58d54966c1191db45973cb3191ac621a'
+ '4343f5ea9b0f42447f102fb61576b398'
+ 'SKIP'
+ '700295212f7e2978577feaee584afddb'
+ 'SKIP'
+ 'af4963862f5156fbf9111c2c6fa86ed7'
+ 'SKIP')

Deleted: readline-6.3-dispatch-multikey.patch
===
--- readline-6.3-dispatch-multikey.patch2014-04-01 15:31:21 UTC (rev 
209710)
+++ readline-6.3-dispatch-multikey.patch2014-04-01 16:15:46 UTC (rev 
209711)
@@ -1,16 +0,0 @@
-*** ../bash-4.3/lib/readline/readline.c2013-10-28 14:58:06.0 
-0400
 lib/readline/readline.c2014-03-10 14:15:02.0 -0400
-***
-*** 745,749 
-  
-RL_CHECK_SIGNALS ();
-!   if (r == 0)/* success! */
-  {
-_rl_keyseq_chain_dispose ();
 745,750 
-  
-RL_CHECK_SIGNALS ();
-!   /* We only treat values  0 specially to simulate recursion. */
-!   if (r = 0 || (r == -1  (cxt-flags  KSEQ_SUBSEQ) == 0))/* 
success! or failure! */
-  {
-_rl_keyseq_chain_dispose ();

Deleted: readline-6.3-vi-last.patch
===
--- readline-6.3-vi-last.patch  2014-04-01 15:31:21 UTC (rev 209710)
+++ readline-6.3-vi-last.patch  2014-04-01 16:15:46 UTC (rev 209711)
@@ -1,15 +0,0 @@
-*** ../bash-4.3/lib/readline/readline.c2013-10-28 14:58:06.0 
-0400
 lib/readline/readline.c2014-03-07 15:20:33.0 -0500
-***
-*** 965,969 
-if (rl_editing_mode == vi_mode  _rl_keymap == vi_movement_keymap 
-key != ANYOTHERKEY 
-!   rl_key_sequence_length == 1  /* XXX */
-_rl_vi_textmod_command (key))
-  _rl_vi_set_last (key, rl_numeric_arg, rl_arg_sign);
 

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

2014-04-01 Thread Bartłomiej Piotrowski
Date: Tuesday, April 1, 2014 @ 18:16:00
  Author: bpiotrowski
Revision: 209712

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

Added:
  readline/repos/testing-i686/
  readline/repos/testing-i686/PKGBUILD
(from rev 209711, readline/trunk/PKGBUILD)
  readline/repos/testing-i686/inputrc
(from rev 209711, readline/trunk/inputrc)
  readline/repos/testing-i686/readline.install
(from rev 209711, readline/trunk/readline.install)
  readline/repos/testing-x86_64/
  readline/repos/testing-x86_64/PKGBUILD
(from rev 209711, readline/trunk/PKGBUILD)
  readline/repos/testing-x86_64/inputrc
(from rev 209711, readline/trunk/inputrc)
  readline/repos/testing-x86_64/readline.install
(from rev 209711, readline/trunk/readline.install)

-+
 testing-i686/PKGBUILD   |   62 ++
 testing-i686/inputrc|   36 ++
 testing-i686/readline.install   |   17 ++
 testing-x86_64/PKGBUILD |   62 ++
 testing-x86_64/inputrc  |   36 ++
 testing-x86_64/readline.install |   17 ++
 6 files changed, 230 insertions(+)

Copied: readline/repos/testing-i686/PKGBUILD (from rev 209711, 
readline/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-01 16:16:00 UTC (rev 209712)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=readline
+_basever=6.3
+_patchlevel=003
+pkgver=$_basever.$_patchlevel
+pkgrel=1
+pkgdesc='GNU readline library'
+arch=('i686' 'x86_64')
+url='http://tiswww.case.edu/php/chet/readline/rltop.html'
+license=('GPL')
+depends=('glibc' 'ncurses')
+backup=('etc/inputrc')
+options=('!emptydirs')
+install=readline.install
+source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+inputrc)
+
+if [[ $_patchlevel -gt 0 ]]; then
+for (( _p=1; _p = $((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf
 %03d $_p){,.sig})
+done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+  for (( _p=1; _p = $((10#${_patchlevel})); _p++ )); do
+msg applying patch readline${_basever//.}-$(printf %03d $_p)
+patch -p0 -i ../readline${_basever//.}-$(printf %03d $_p)
+  done
+
+  # remove RPATH from shared objects (FS#14366)
+  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
+}
+
+build() {
+  cd $pkgname-$_basever
+
+  # build with -fPIC for x86_64 (FS#15634)
+  [[ $CARCH == x86_64 ]]  CFLAGS=$CFLAGS -fPIC
+
+  ./configure --prefix=/usr
+  make SHLIB_LIBS=-lncurses
+}
+
+package() {
+  make -C $pkgname-$_basever DESTDIR=$pkgdir install
+  install -Dm644 inputrc $pkgdir/etc/inputrc
+}
+
+md5sums=('33c8fb279e981274f485fd91da77e94a'
+ 'SKIP'
+ '58d54966c1191db45973cb3191ac621a'
+ '4343f5ea9b0f42447f102fb61576b398'
+ 'SKIP'
+ '700295212f7e2978577feaee584afddb'
+ 'SKIP'
+ 'af4963862f5156fbf9111c2c6fa86ed7'
+ 'SKIP')

Copied: readline/repos/testing-i686/inputrc (from rev 209711, 
readline/trunk/inputrc)
===
--- testing-i686/inputrc(rev 0)
+++ testing-i686/inputrc2014-04-01 16:16:00 UTC (rev 209712)
@@ -0,0 +1,36 @@
+# do not bell on tab-completion
+#set bell-style none
+
+set meta-flag on
+set input-meta on
+set convert-meta off
+set output-meta on
+
+$if mode=emacs
+
+# for linux console and RH/Debian xterm
+\e[1~: beginning-of-line
+\e[4~: end-of-line
+\e[5~: beginning-of-history
+\e[6~: end-of-history
+\e[7~: beginning-of-line
+\e[3~: delete-char
+\e[2~: quoted-insert
+\e[5C: forward-word
+\e[5D: backward-word
+\e\e[C: forward-word
+\e\e[D: backward-word
+\e[1;5C: forward-word
+\e[1;5D: backward-word
+
+# for rxvt
+\e[8~: end-of-line
+
+# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
+\eOH: beginning-of-line
+\eOF: end-of-line
+
+# for freebsd console
+\e[H: beginning-of-line
+\e[F: end-of-line
+$endif

Copied: readline/repos/testing-i686/readline.install (from rev 209711, 
readline/trunk/readline.install)
===
--- testing-i686/readline.install   (rev 0)
+++ testing-i686/readline.install   2014-04-01 16:16:00 UTC (rev 209712)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+filelist=(history.info readline.info rluserman.info)
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in 

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

2014-04-01 Thread Bartłomiej Piotrowski
Date: Tuesday, April 1, 2014 @ 18:40:28
  Author: bpiotrowski
Revision: 209713

upgpkg: bash 4.3.008-1

upstream patchlevel bump

Modified:
  bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 16:16:00 UTC (rev 209712)
+++ PKGBUILD2014-04-01 16:40:28 UTC (rev 209713)
@@ -5,9 +5,9 @@
 
 pkgname=bash
 _basever=4.3
-_patchlevel=000 #prepare for some patches
-pkgver=$_basever #.$_patchlevel
-pkgrel=3
+_patchlevel=008
+pkgver=$_basever.$_patchlevel
+pkgrel=1
 pkgdesc='The GNU Bourne Again shell'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -22,12 +22,11 @@
 dot.bash_profile
 dot.bash_logout
 system.bashrc
-system.bash_logout
-bash-4.3-debug-trap.patch
-bash-4.3-test-nameref.patch)
-if [[ $_patchlevel -gt 000 ]]; then
-for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-source=(${source[@]} 
http://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//./}-$(printf 
%03d $p){,.sig})
+system.bash_logout)
+
+if [[ $((10#${_patchlevel})) -gt 0 ]]; then
+for (( _p=1; _p=$((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//.}-$(printf 
%03d $_p){,.sig})
 done
 fi
 
@@ -34,14 +33,10 @@
 prepare() {
   cd $pkgname-$_basever
 
-  for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-msg applying patch bash${_basever//./}-$(printf %03d $p)
-patch -p0 -i ../bash${_basever//./}-$(printf %03d $p)
+  for (( _p=1; _p=$((10#${_patchlevel})); _p++ )); do
+msg applying patch bash${_basever//.}-$(printf %03d $_p)
+patch -p0 -i ../bash${_basever//.}-$(printf %03d $_p)
   done
-
-  # upstream patches I assume will be made official later...
-  patch -p0 -i ../bash-4.3-debug-trap.patch
-  patch -p0 -i ../bash-4.3-test-nameref.patch
 }
 
 build() {
@@ -84,5 +79,19 @@
  '42f4400ed2314bd7519c020d0187edc5'
  '561949793177116b7be29a07c385ba8b'
  '472f536d7c9e8250dc4568ec4cfaf294'
- '3d5b91bc498c43d7bf902b679c8168ef'
- '0615db31244215fd102ecbcd38b8b2e8')
+ '1ab682b4e36afa4cf1b426aa7ac81c0d'
+ 'SKIP'
+ '8fc22cf50ec85da00f6af3d66f7ddc1b'
+ 'SKIP'
+ 'a41728eca78858758e26b5dea64ae506'
+ 'SKIP'
+ 'bf8d53d227829d67235927689a03cc7a'
+ 'SKIP'
+ 'c0c00935c8b876e8ab77e7be7d15'
+ 'SKIP'
+ '6f01e364cd092faa28dd7119f47ddb5f'
+ 'SKIP'
+ 'dcf471d222bcd83283d3094e6ceeb6f8'
+ 'SKIP'
+ 'f7553416646dc26c266454c78a916d36'
+ 'SKIP')



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

2014-04-01 Thread Bartłomiej Piotrowski
Date: Tuesday, April 1, 2014 @ 18:40:40
  Author: bpiotrowski
Revision: 209714

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

Added:
  bash/repos/testing-i686/
  bash/repos/testing-i686/PKGBUILD
(from rev 209713, bash/trunk/PKGBUILD)
  bash/repos/testing-i686/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch
(from rev 209713, 
bash/trunk/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch)
  bash/repos/testing-i686/bash-4.3-debug-trap.patch
(from rev 209713, bash/trunk/bash-4.3-debug-trap.patch)
  bash/repos/testing-i686/bash-4.3-test-nameref.patch
(from rev 209713, bash/trunk/bash-4.3-test-nameref.patch)
  bash/repos/testing-i686/bash.install
(from rev 209713, bash/trunk/bash.install)
  bash/repos/testing-i686/dot.bash_logout
(from rev 209713, bash/trunk/dot.bash_logout)
  bash/repos/testing-i686/dot.bash_profile
(from rev 209713, bash/trunk/dot.bash_profile)
  bash/repos/testing-i686/dot.bashrc
(from rev 209713, bash/trunk/dot.bashrc)
  bash/repos/testing-i686/system.bash_logout
(from rev 209713, bash/trunk/system.bash_logout)
  bash/repos/testing-i686/system.bashrc
(from rev 209713, bash/trunk/system.bashrc)
  bash/repos/testing-x86_64/
  bash/repos/testing-x86_64/PKGBUILD
(from rev 209713, bash/trunk/PKGBUILD)
  
bash/repos/testing-x86_64/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch
(from rev 209713, 
bash/trunk/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch)
  bash/repos/testing-x86_64/bash-4.3-debug-trap.patch
(from rev 209713, bash/trunk/bash-4.3-debug-trap.patch)
  bash/repos/testing-x86_64/bash-4.3-test-nameref.patch
(from rev 209713, bash/trunk/bash-4.3-test-nameref.patch)
  bash/repos/testing-x86_64/bash.install
(from rev 209713, bash/trunk/bash.install)
  bash/repos/testing-x86_64/dot.bash_logout
(from rev 209713, bash/trunk/dot.bash_logout)
  bash/repos/testing-x86_64/dot.bash_profile
(from rev 209713, bash/trunk/dot.bash_profile)
  bash/repos/testing-x86_64/dot.bashrc
(from rev 209713, bash/trunk/dot.bashrc)
  bash/repos/testing-x86_64/system.bash_logout
(from rev 209713, bash/trunk/system.bash_logout)
  bash/repos/testing-x86_64/system.bashrc
(from rev 209713, bash/trunk/system.bashrc)

---+
 testing-i686/PKGBUILD |   97 
++
 testing-i686/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch   |   12 +
 testing-i686/bash-4.3-debug-trap.patch|   30 
+++
 testing-i686/bash-4.3-test-nameref.patch  |   25 ++
 testing-i686/bash.install |   16 +
 testing-i686/dot.bash_logout  |3 
 testing-i686/dot.bash_profile |5 
 testing-i686/dot.bashrc   |9 
 testing-i686/system.bash_logout   |3 
 testing-i686/system.bashrc|   23 ++
 testing-x86_64/PKGBUILD   |   97 
++
 testing-x86_64/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch |   12 +
 testing-x86_64/bash-4.3-debug-trap.patch  |   30 
+++
 testing-x86_64/bash-4.3-test-nameref.patch|   25 ++
 testing-x86_64/bash.install   |   16 +
 testing-x86_64/dot.bash_logout|3 
 testing-x86_64/dot.bash_profile   |5 
 testing-x86_64/dot.bashrc |9 
 testing-x86_64/system.bash_logout |3 
 testing-x86_64/system.bashrc  |   23 ++
 20 files changed, 446 insertions(+)

Copied: bash/repos/testing-i686/PKGBUILD (from rev 209713, bash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-01 16:40:40 UTC (rev 209714)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=bash
+_basever=4.3
+_patchlevel=008
+pkgver=$_basever.$_patchlevel
+pkgrel=1
+pkgdesc='The GNU Bourne Again shell'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.gnu.org/software/bash/bash.html'
+groups=('base')
+backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
+depends=('readline=6.3' 'glibc')
+provides=('sh')
+install=bash.install
+source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
+dot.bashrc
+dot.bash_profile
+dot.bash_logout
+

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

2014-04-01 Thread Thomas Bächler
Date: Tuesday, April 1, 2014 @ 19:08:35
  Author: thomas
Revision: 209715

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

Added:
  linux/repos/core-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 209714, 
linux/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/core-i686/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
(from rev 209714, 
linux/repos/testing-i686/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch)
  
linux/repos/core-i686/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
(from rev 209714, 
linux/repos/testing-i686/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch)
  
linux/repos/core-i686/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch
(from rev 209714, 
linux/repos/testing-i686/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch)
  
linux/repos/core-i686/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch
(from rev 209714, 
linux/repos/testing-i686/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch)
  
linux/repos/core-i686/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch
(from rev 209714, 
linux/repos/testing-i686/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch)
  
linux/repos/core-i686/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
(from rev 209714, 
linux/repos/testing-i686/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch)
  
linux/repos/core-i686/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch
(from rev 209714, 
linux/repos/testing-i686/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 209714, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 209714, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 209714, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.last
(from rev 209714, linux/repos/testing-i686/config.last)
  linux/repos/core-i686/config.x86_64
(from rev 209714, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/criu-no-expert.patch
(from rev 209714, linux/repos/testing-i686/criu-no-expert.patch)
  linux/repos/core-i686/i8042-fix-aliases.patch
(from rev 209714, linux/repos/testing-i686/i8042-fix-aliases.patch)
  linux/repos/core-i686/linux.install
(from rev 209714, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.install.pkg
(from rev 209714, linux/repos/testing-i686/linux.install.pkg)
  linux/repos/core-i686/linux.preset
(from rev 209714, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 209714, 
linux/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/core-x86_64/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
(from rev 209714, 
linux/repos/testing-x86_64/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch)
  
linux/repos/core-x86_64/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
(from rev 209714, 
linux/repos/testing-x86_64/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch)
  
linux/repos/core-x86_64/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch
(from rev 209714, 
linux/repos/testing-x86_64/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch)
  
linux/repos/core-x86_64/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch
(from rev 209714, 
linux/repos/testing-x86_64/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch)
  
linux/repos/core-x86_64/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch
(from rev 209714, 
linux/repos/testing-x86_64/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch)
  
linux/repos/core-x86_64/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
(from rev 209714, 
linux/repos/testing-x86_64/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch)
  
linux/repos/core-x86_64/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch
(from rev 209714, 
linux/repos/testing-x86_64/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 209714, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 209714, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 209714, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 209714, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/config.x86_64.last
(from rev 209714, linux/repos/testing-x86_64/config.x86_64.last)
  

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

2014-04-01 Thread speps
Date: Tuesday, April 1, 2014 @ 19:09:32
  Author: speps
Revision: 108702

upgpkg: sylpheed 3.4.0-1

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 14:39:07 UTC (rev 108701)
+++ PKGBUILD2014-04-01 17:09:32 UTC (rev 108702)
@@ -4,7 +4,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=sylpheed
-pkgver=3.3.1
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=Lightweight and user-friendly e-mail client
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils')
 makedepends=('openssl')
 install=$pkgname.install
-source=(http://sylpheed.sraoss.jp/$pkgname/v3.3/$pkgname-$pkgver.tar.bz2;)
-md5sums=('34551fa05722bac80bbe0688bb4a3341')
+source=(http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
+md5sums=('6cef3bb0ef2de6456dc1710f58e4db1f')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-01 Thread speps
Date: Tuesday, April 1, 2014 @ 19:09:52
  Author: speps
Revision: 108703

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-01 17:09:32 UTC (rev 108702)
+++ community-i686/PKGBUILD 2014-04-01 17:09:52 UTC (rev 108703)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=sylpheed
-pkgver=3.3.1
-pkgrel=1
-pkgdesc=Lightweight and user-friendly e-mail client
-arch=('i686' 'x86_64')
-url=http://sylpheed.sraoss.jp/en/;
-license=('GPL')
-depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils')
-makedepends=('openssl')
-install=$pkgname.install
-source=(http://sylpheed.sraoss.jp/$pkgname/v3.3/$pkgname-$pkgver.tar.bz2;)
-md5sums=('34551fa05722bac80bbe0688bb4a3341')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --enable-ldap
-  make
-
-  # Build Attachment-Tool Plug-in
-  cd plugin/attachment_tool  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-
-  # Install Attachment-Tool Plug-in
-  cd plugin/attachment_tool
-  make DESTDIR=$pkgdir/ install-plugin
-}

Copied: sylpheed/repos/community-i686/PKGBUILD (from rev 108702, 
sylpheed/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-01 17:09:52 UTC (rev 108703)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=sylpheed
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Lightweight and user-friendly e-mail client
+arch=('i686' 'x86_64')
+url=http://sylpheed.sraoss.jp/en/;
+license=('GPL')
+depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils')
+makedepends=('openssl')
+install=$pkgname.install
+source=(http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
+md5sums=('6cef3bb0ef2de6456dc1710f58e4db1f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --enable-ldap
+  make
+
+  # Build Attachment-Tool Plug-in
+  cd plugin/attachment_tool  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # Install Attachment-Tool Plug-in
+  cd plugin/attachment_tool
+  make DESTDIR=$pkgdir/ install-plugin
+}

Deleted: community-i686/sylpheed.install
===
--- community-i686/sylpheed.install 2014-04-01 17:09:32 UTC (rev 108702)
+++ community-i686/sylpheed.install 2014-04-01 17:09:52 UTC (rev 108703)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: sylpheed/repos/community-i686/sylpheed.install (from rev 108702, 
sylpheed/trunk/sylpheed.install)
===
--- community-i686/sylpheed.install (rev 0)
+++ community-i686/sylpheed.install 2014-04-01 17:09:52 UTC (rev 108703)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-01 17:09:32 UTC (rev 108702)
+++ community-x86_64/PKGBUILD   2014-04-01 17:09:52 UTC (rev 108703)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=sylpheed
-pkgver=3.3.1
-pkgrel=1
-pkgdesc=Lightweight and user-friendly 

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

2014-04-01 Thread Anatol Pomozov
Date: Tuesday, April 1, 2014 @ 19:28:41
  Author: anatolik
Revision: 108704

upgpkg: fio 2.1.7-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 17:09:52 UTC (rev 108703)
+++ PKGBUILD2014-04-01 17:28:41 UTC (rev 108704)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.1.6.1
+pkgver=2.1.7
 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=('fc64ac4f7f83bf9be0776fb66f10b8be0bd716d5979754242f016f36c9a751d8')
+sha256sums=('1e35db08337ea090cb5c6b91d882ba640bc6826fa67cd6116c6e46bb5def')
 
 prepare() {
   cd fio-$pkgver



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

2014-04-01 Thread Anatol Pomozov
Date: Tuesday, April 1, 2014 @ 19:29:25
  Author: anatolik
Revision: 108705

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

Added:
  fio/repos/community-i686/PKGBUILD
(from rev 108704, fio/trunk/PKGBUILD)
  fio/repos/community-x86_64/PKGBUILD
(from rev 108704, 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 2014-04-01 17:28:41 UTC (rev 108704)
+++ community-i686/PKGBUILD 2014-04-01 17:29:25 UTC (rev 108705)
@@ -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.1.6.1
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='http://freshmeat.net/projects/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=('fc64ac4f7f83bf9be0776fb66f10b8be0bd716d5979754242f016f36c9a751d8')
-
-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 108704, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-01 17:29:25 UTC (rev 108705)
@@ -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.1.7
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='http://freshmeat.net/projects/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=('1e35db08337ea090cb5c6b91d882ba640bc6826fa67cd6116c6e46bb5def')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-01 17:28:41 UTC (rev 108704)
+++ community-x86_64/PKGBUILD   2014-04-01 17:29:25 UTC (rev 108705)
@@ -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.1.6.1
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='http://freshmeat.net/projects/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 xtrans/trunk (PKGBUILD)

2014-04-01 Thread Andreas Radke
Date: Tuesday, April 1, 2014 @ 20:03:00
  Author: andyrtr
Revision: 209720

upgpkg: xtrans 1.3.4-1

upstream update 1.3.4

Modified:
  xtrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 17:14:31 UTC (rev 209719)
+++ PKGBUILD2014-04-01 18:03:00 UTC (rev 209720)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xtrans
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc=X transport library
 arch=('any')
@@ -11,7 +11,7 @@
 url=http://xorg.freedesktop.org/;
 options=(!emptydirs)
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('622db4adce224581a44fbe41321bbb0bdc0c78aec586ba83548f1f1c6e8a09bf')
+sha256sums=('054d4ee3efd52508c753e9f7bc655ef185a29bd2850dd9e2fc2ccc33544f583a')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-04-01 Thread Andreas Radke
Date: Tuesday, April 1, 2014 @ 20:03:12
  Author: andyrtr
Revision: 209721

archrelease: copy trunk to extra-any

Added:
  xtrans/repos/extra-any/PKGBUILD
(from rev 209720, xtrans/trunk/PKGBUILD)
Deleted:
  xtrans/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-01 18:03:00 UTC (rev 209720)
+++ PKGBUILD2014-04-01 18:03:12 UTC (rev 209721)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xtrans
-pkgver=1.3.3
-pkgrel=1
-pkgdesc=X transport library
-arch=('any')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-options=(!emptydirs)
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('622db4adce224581a44fbe41321bbb0bdc0c78aec586ba83548f1f1c6e8a09bf')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr 
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-
-  install -m755 -d ${pkgdir}/usr/lib
-  mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/pkgconfig
-}

Copied: xtrans/repos/extra-any/PKGBUILD (from rev 209720, xtrans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-01 18:03:12 UTC (rev 209721)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xtrans
+pkgver=1.3.4
+pkgrel=1
+pkgdesc=X transport library
+arch=('any')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+options=(!emptydirs)
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('054d4ee3efd52508c753e9f7bc655ef185a29bd2850dd9e2fc2ccc33544f583a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/pkgconfig
+}



[arch-commits] Commit in linux/trunk (PKGBUILD config config.x86_64)

2014-04-01 Thread Thomas Bächler
Date: Tuesday, April 1, 2014 @ 20:05:33
  Author: thomas
Revision: 209722

linux: Re-add CONFIG_UNUSED_SYMBOLS

I don't know what this will break and I don't have the time to care
about it, so keep it for now.

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64

---+
 PKGBUILD  |4 ++--
 config|2 +-
 config.x86_64 |2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 18:03:12 UTC (rev 209721)
+++ PKGBUILD2014-04-01 18:05:33 UTC (rev 209722)
@@ -25,8 +25,8 @@
 '0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch'
 )
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
-'059325a759c92a0bbc07b5618b3d59eccd72a7647d066c509c9eceb0aecc799e'
-'d2c8ddda8e56884596ce76fd53f1513a27ed4f9a092513813d0d6164f423cc28'
+'8f487d8775e4928fb280588047b915f57f8d51542fc4fc704b1684a8bffd2903'
+'1e8f4491912d37034b2a5b36cf6630cd38f0e6c94f37ab1c88aaf11fed0be9e5'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
 '29a958c37e1fb04c49b1cc3be4f38b53ffdeef61ab049865209f6b77817302d0'

Modified: config
===
--- config  2014-04-01 18:03:12 UTC (rev 209721)
+++ config  2014-04-01 18:05:33 UTC (rev 209722)
@@ -6204,7 +6204,7 @@
 CONFIG_FRAME_WARN=1024
 CONFIG_STRIP_ASM_SYMS=y
 # CONFIG_READABLE_ASM is not set
-# CONFIG_UNUSED_SYMBOLS is not set
+CONFIG_UNUSED_SYMBOLS=y
 CONFIG_DEBUG_FS=y
 # CONFIG_HEADERS_CHECK is not set
 # CONFIG_DEBUG_SECTION_MISMATCH is not set

Modified: config.x86_64
===
--- config.x86_64   2014-04-01 18:03:12 UTC (rev 209721)
+++ config.x86_64   2014-04-01 18:05:33 UTC (rev 209722)
@@ -5983,7 +5983,7 @@
 CONFIG_FRAME_WARN=2048
 CONFIG_STRIP_ASM_SYMS=y
 # CONFIG_READABLE_ASM is not set
-# CONFIG_UNUSED_SYMBOLS is not set
+CONFIG_UNUSED_SYMBOLS=y
 CONFIG_DEBUG_FS=y
 # CONFIG_HEADERS_CHECK is not set
 # CONFIG_DEBUG_SECTION_MISMATCH is not set



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

2014-04-01 Thread Jan Steffens
Date: Tuesday, April 1, 2014 @ 21:54:55
  Author: heftig
Revision: 209723

0.4.0

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 18:05:33 UTC (rev 209722)
+++ PKGBUILD2014-04-01 19:54:55 UTC (rev 209723)
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 206310 2014-02-23 18:09:20Z jgc $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libmediaart
-pkgver=0.3.0
+pkgver=0.4.0
 pkgrel=1
 pkgdesc=Library tasked with managing, extracting and handling media art 
caches
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 makedepends=('vala')
 url=https://github.com/curlybeast/libmediaart;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9c16e040d1ee7ef0b6d2387419cc74b462ffbfd1325975f1951dcbf7632f77e')
+sha256sums=('e8ec92a642f4df7f988364f6451adf89e1611d7379a636d8c7eff4ca21a0fd1c')
 
 build() {
   cd $pkgname-$pkgver


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


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

2014-04-01 Thread Jan Steffens
Date: Tuesday, April 1, 2014 @ 21:55:43
  Author: heftig
Revision: 209724

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

Added:
  libmediaart/repos/gnome-unstable-i686/PKGBUILD
(from rev 209723, libmediaart/trunk/PKGBUILD)
  libmediaart/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 209723, libmediaart/trunk/PKGBUILD)
Deleted:
  libmediaart/repos/gnome-unstable-i686/PKGBUILD
  libmediaart/repos/gnome-unstable-x86_64/PKGBUILD

+
 /PKGBUILD  |   50 +++
 gnome-unstable-i686/PKGBUILD   |   25 ---
 gnome-unstable-x86_64/PKGBUILD |   25 ---
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-04-01 19:54:55 UTC (rev 209723)
+++ gnome-unstable-i686/PKGBUILD2014-04-01 19:55:43 UTC (rev 209724)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 206310 2014-02-23 18:09:20Z jgc $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libmediaart
-pkgver=0.3.0
-pkgrel=1
-pkgdesc=Library tasked with managing, extracting and handling media art 
caches
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gdk-pixbuf2')
-makedepends=('vala')
-url=https://github.com/curlybeast/libmediaart;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9c16e040d1ee7ef0b6d2387419cc74b462ffbfd1325975f1951dcbf7632f77e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-gdkpixbuf --disable-qt
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libmediaart/repos/gnome-unstable-i686/PKGBUILD (from rev 209723, 
libmediaart/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-04-01 19:55:43 UTC (rev 209724)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libmediaart
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=Library tasked with managing, extracting and handling media art 
caches
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('vala')
+url=https://github.com/curlybeast/libmediaart;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e8ec92a642f4df7f988364f6451adf89e1611d7379a636d8c7eff4ca21a0fd1c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-gdkpixbuf --disable-qt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2014-04-01 19:54:55 UTC (rev 209723)
+++ gnome-unstable-x86_64/PKGBUILD  2014-04-01 19:55:43 UTC (rev 209724)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 206310 2014-02-23 18:09:20Z jgc $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libmediaart
-pkgver=0.3.0
-pkgrel=1
-pkgdesc=Library tasked with managing, extracting and handling media art 
caches
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gdk-pixbuf2')
-makedepends=('vala')
-url=https://github.com/curlybeast/libmediaart;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9c16e040d1ee7ef0b6d2387419cc74b462ffbfd1325975f1951dcbf7632f77e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-gdkpixbuf --disable-qt
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libmediaart/repos/gnome-unstable-x86_64/PKGBUILD (from rev 209723, 
libmediaart/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-04-01 19:55:43 UTC (rev 209724)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libmediaart
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=Library tasked with managing, extracting and handling media art 
caches
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('vala')
+url=https://github.com/curlybeast/libmediaart;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e8ec92a642f4df7f988364f6451adf89e1611d7379a636d8c7eff4ca21a0fd1c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-gdkpixbuf --disable-qt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-04-01 Thread Thomas Bächler
Date: Tuesday, April 1, 2014 @ 22:53:27
  Author: thomas
Revision: 209725

Remove test line from PKGBUILD that breaks x86_64 build

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 19:55:43 UTC (rev 209724)
+++ PKGBUILD2014-04-01 20:53:27 UTC (rev 209725)
@@ -37,7 +37,6 @@
 _kernelname=${pkgbase#linux}
 
 prepare() {
-  CARCH=i686
   cd ${srcdir}/${_srcname}
 
   # add upstream patch



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

2014-04-01 Thread Thomas Bächler
Date: Tuesday, April 1, 2014 @ 23:21:18
  Author: thomas
Revision: 209726

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 209725, 
linux/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 209725, 
linux/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 209725, linux/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  
linux/repos/testing-i686/0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch
(from rev 209725, 
linux/trunk/0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 209725, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 209725, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 209725, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 209725, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 209725, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 209725, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 209725, 
linux/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 209725, 
linux/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 209725, linux/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  
linux/repos/testing-x86_64/0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch
(from rev 209725, 
linux/trunk/0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 209725, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 209725, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 209725, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 209725, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 209725, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 209725, linux/trunk/linux.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/0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch   
|   60 
 testing-i686/PKGBUILD  
|  309 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6670 ++
 testing-i686/config.x86_64 
| 6462 +
 testing-i686/linux.install 
|   37 
 testing-i686/linux.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/0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch 
|   60 
 testing-x86_64/PKGBUILD
|  309 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6670 ++
 testing-x86_64/config.x86_64   
| 6462 +
 testing-x86_64/linux.install   
|   37 
 testing-x86_64/linux.preset
|   14 
 20 files changed, 27612 insertions(+)

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


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

2014-04-01 Thread Thomas Bächler
Date: Tuesday, April 1, 2014 @ 23:47:44
  Author: thomas
Revision: 209728

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 209727, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia-3.14.patch
(from rev 209727, nvidia/trunk/nvidia-3.14.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 209727, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 209727, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia-3.14.patch
(from rev 209727, nvidia/trunk/nvidia-3.14.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 209727, nvidia/trunk/nvidia.install)

--+
 testing-i686/PKGBUILD|   52 +
 testing-i686/nvidia-3.14.patch   |   12 
 testing-i686/nvidia.install  |   18 
 testing-x86_64/PKGBUILD  |   52 +
 testing-x86_64/nvidia-3.14.patch |   12 
 testing-x86_64/nvidia.install|   18 
 6 files changed, 164 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 209727, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-01 21:47:44 UTC (rev 209728)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=334.21
+_extramodules=extramodules-3.14-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.14' 'linux3.15' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.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;
+'nvidia-3.14.patch')
+md5sums=('3b2736dd6ed7e24f71004bad0e55e32e'
+ 'f96b6708702830fe647a7d11832c514e'
+ '08810729376eb0f829dedaf00d1c5915')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+patch -p1 -i ${srcdir}/nvidia-3.14.patch
+}
+
+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}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+}

Copied: nvidia/repos/testing-i686/nvidia-3.14.patch (from rev 209727, 
nvidia/trunk/nvidia-3.14.patch)
===
--- testing-i686/nvidia-3.14.patch  (rev 0)
+++ testing-i686/nvidia-3.14.patch  2014-04-01 21:47:44 UTC (rev 209728)
@@ -0,0 +1,12 @@
+--- a/kernel/nv-linux.h 2014-01-09 04:49:25.0 +0200
 b/kernel/nv-linux.h 2014-02-05 16:46:55.552408568 +0200
+@@ -273,8 +273,7 @@
+ #endif
+ 
+ #if !defined(NV_VMWARE)  defined(CONFIG_ACPI)
+-#include acpi/acpi.h
+-#include acpi/acpi_drivers.h
++#include linux/acpi.h
+ #if defined(NV_ACPI_DEVICE_OPS_HAS_MATCH) || defined(ACPI_VIDEO_HID)
+ #define NV_LINUX_ACPI_EVENTS_SUPPORTED 1
+ #endif

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 209727, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-04-01 21:47:44 UTC (rev 209728)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
+echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat 

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

2014-04-01 Thread Thomas Bächler
Date: Tuesday, April 1, 2014 @ 23:47:32
  Author: thomas
Revision: 209727

upgpkg: nvidia 334.21-4: update for 3.14

Added:
  nvidia/trunk/nvidia-3.14.patch
Modified:
  nvidia/trunk/PKGBUILD
Deleted:
  nvidia/trunk/nvidia_3.13_kernel.patch

--+
 PKGBUILD |   16 ---
 nvidia-3.14.patch|   12 +++
 nvidia_3.13_kernel.patch |   46 -
 3 files changed, 21 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 21:21:18 UTC (rev 209726)
+++ PKGBUILD2014-04-01 21:47:32 UTC (rev 209727)
@@ -3,21 +3,23 @@
 
 pkgname=nvidia
 pkgver=334.21
-_extramodules=extramodules-3.13-ARCH
-pkgrel=3
+_extramodules=extramodules-3.14-ARCH
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.13' 'linux3.14' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.13' 'linux-headers3.14')
+depends=('linux=3.14' 'linux3.15' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
 conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.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;)
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'nvidia-3.14.patch')
 md5sums=('3b2736dd6ed7e24f71004bad0e55e32e'
- 'f96b6708702830fe647a7d11832c514e')
+ 'f96b6708702830fe647a7d11832c514e'
+ '08810729376eb0f829dedaf00d1c5915')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
@@ -26,6 +28,7 @@
 sh ${_pkg}.run --extract-only
 cd ${_pkg}
 # patches here
+patch -p1 -i ${srcdir}/nvidia-3.14.patch
 }
 
 build() {
@@ -43,7 +46,6 @@
 install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
 ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
 gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -D -m4755 ${_pkg}/nvidia-modprobe 
${pkgdir}/usr/bin/nvidia-modprobe
 install -d -m755 ${pkgdir}/usr/lib/modprobe.d
 echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
 sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install

Added: nvidia-3.14.patch
===
--- nvidia-3.14.patch   (rev 0)
+++ nvidia-3.14.patch   2014-04-01 21:47:32 UTC (rev 209727)
@@ -0,0 +1,12 @@
+--- a/kernel/nv-linux.h 2014-01-09 04:49:25.0 +0200
 b/kernel/nv-linux.h 2014-02-05 16:46:55.552408568 +0200
+@@ -273,8 +273,7 @@
+ #endif
+ 
+ #if !defined(NV_VMWARE)  defined(CONFIG_ACPI)
+-#include acpi/acpi.h
+-#include acpi/acpi_drivers.h
++#include linux/acpi.h
+ #if defined(NV_ACPI_DEVICE_OPS_HAS_MATCH) || defined(ACPI_VIDEO_HID)
+ #define NV_LINUX_ACPI_EVENTS_SUPPORTED 1
+ #endif

Deleted: nvidia_3.13_kernel.patch
===
--- nvidia_3.13_kernel.patch2014-04-01 21:21:18 UTC (rev 209726)
+++ nvidia_3.13_kernel.patch2014-04-01 21:47:32 UTC (rev 209727)
@@ -1,46 +0,0 @@
 a/kernel/nv-acpi.c
-+++ b/kernel/nv-acpi.c
-@@ -15,6 +15,10 @@
- #include nv-linux.h
- #include nv-reg.h
- 
-+#if LINUX_VERSION_CODE = KERNEL_VERSION(3, 13, 0)  defined(ACPI_HANDLE)
-+#define DEVICE_ACPI_HANDLE(a) ACPI_HANDLE(a)
-+#endif
-+
- #if defined(NV_LINUX_ACPI_EVENTS_SUPPORTED)
- static RM_STATUS   nv_acpi_extract_integer (const union acpi_object *, void 
*, NvU32, NvU32 *);
- static RM_STATUS   nv_acpi_extract_buffer  (const union acpi_object *, void 
*, NvU32, NvU32 *);
-@@ -303,7 +307,10 @@ static int nv_acpi_remove(struct acpi_de
- 
- if (pNvAcpiObject-notify_handler_installed)
- {
-+#if LINUX_VERSION_CODE  KERNEL_VERSION(3, 13, 0)
-+ /* beginning with 3.13, acpi_remove_notify_handler() waits for events to 
finish */
- NV_ACPI_OS_WAIT_EVENTS_COMPLETE();
-+#endif
- 
- // remove event notifier
- status = acpi_remove_notify_handler(device-handle, 
ACPI_DEVICE_NOTIFY, nv_acpi_event);
 a/kernel/uvm/nvidia_uvm_linux.h
-+++ b/kernel/uvm/nvidia_uvm_linux.h
-@@ -405,11 +405,17 @@ typedef void irqreturn_t;
- // not require the RCU's read lock on current-cred.
- //
- //
-+#if LINUX_VERSION_CODE = KERNEL_VERSION(3, 5, 0)
-+#define NV_KUID_TO_UID(value) (__kuid_val(value))
-+#else
-+#define NV_KUID_TO_UID(value) (value)
-+#endif
-+
- #if defined(NV_TASK_STRUCT_HAS_CRED)
- #define NV_CURRENT_EUID() \
--(((typeof(*current-cred) __force __kernel *)current-cred)-euid)
-+NV_KUID_TO_UID(((typeof(*current-cred) 

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

2014-04-01 Thread Thomas Bächler
Date: Tuesday, April 1, 2014 @ 23:55:59
  Author: thomas
Revision: 209729

upgpkg: lirc 1:0.9.0-71: rebuild for 3.14

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 21:47:44 UTC (rev 209728)
+++ PKGBUILD2014-04-01 21:55:59 UTC (rev 209729)
@@ -4,14 +4,14 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=70
+pkgrel=71
 epoch=1
-_extramodules=extramodules-3.13-ARCH
+_extramodules=extramodules-3.14-ARCH
 arch=('i686' 'x86_64')
 url=http://www.lirc.org/;
 license=('GPL')
 ### NOTICE don't forget to bump version in depends in package_lirc
-makedepends=('help2man' 'linux=3.13' 'linux3.14' 'linux-headers=3.13' 
'linux-headers3.14' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
+makedepends=('help2man' 'linux=3.14' 'linux3.15' 'linux-headers=3.14' 
'linux-headers3.15' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
 lirc_wpc8769l.patch
@@ -82,7 +82,7 @@
 
 package_lirc() {
   pkgdesc=Linux Infrared Remote Control kernel modules for stock arch kernel
-  depends=('lirc-utils' 'linux=3.13' 'linux3.14')
+  depends=('lirc-utils' 'linux=3.14' 'linux3.15')
   replaces=('lirc+pctv')
   install=lirc.install
 



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

2014-04-01 Thread Thomas Bächler
Date: Tuesday, April 1, 2014 @ 23:56:38
  Author: thomas
Revision: 209730

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

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 209729, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 209729, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 209729, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 209729, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 209729, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 209729, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 209729, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 209729, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 209729, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 209729, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 209729, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 209729, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircm.service
(from rev 209729, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 209729, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 209729, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 209729, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 209729, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 209729, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 209729, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 209729, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 209729, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 209729, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 209729, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 209729, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 209729, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircm.service
(from rev 209729, lirc/trunk/lircm.service)

+
 testing-i686/PKGBUILD  |  121 +++
 testing-i686/irexec.service|   11 ++
 testing-i686/kernel-2.6.39.patch   |   54 ++
 testing-i686/linux-3.8.patch   |   80 +++
 testing-i686/lirc-utils.install|7 +
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 
 testing-i686/lirc.service  |   12 ++
 testing-i686/lirc.tmpfiles |1 
 testing-i686/lirc_atiusb-kfifo.patch   |   31 +
 testing-i686/lirc_wpc8769l.patch   |   88 
 testing-i686/lircd-handle-large-config.patch   |   39 +++
 testing-i686/lircm.service |   12 ++
 testing-x86_64/PKGBUILD|  121 +++
 testing-x86_64/irexec.service  |   11 ++
 testing-x86_64/kernel-2.6.39.patch |   54 ++
 testing-x86_64/linux-3.8.patch |   80 +++
 testing-x86_64/lirc-utils.install  |7 +
 testing-x86_64/lirc.install|   16 +++
 testing-x86_64/lirc.logrotate  |5 
 testing-x86_64/lirc.service|   12 ++
 testing-x86_64/lirc.tmpfiles   |1 
 testing-x86_64/lirc_atiusb-kfifo.patch |   31 +
 testing-x86_64/lirc_wpc8769l.patch |   88 
 testing-x86_64/lircd-handle-large-config.patch |   39 +++
 testing-x86_64/lircm.service   |   12 ++
 26 files changed, 954 insertions(+)

Copied: lirc/repos/testing-i686/PKGBUILD (from rev 209729, lirc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-01 21:56:38 UTC (rev 209730)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgbase=lirc
+pkgname=('lirc' 'lirc-utils')
+pkgver=0.9.0
+pkgrel=71
+epoch=1
+_extramodules=extramodules-3.14-ARCH
+arch=('i686' 'x86_64')
+url=http://www.lirc.org/;
+license=('GPL')
+### NOTICE don't forget to bump version in depends in 

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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 00:04:05
  Author: thomas
Revision: 209732

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

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

---+
 testing-i686/PKGBUILD |   53 
 testing-i686/nvidia.install   |   15 +++
 testing-x86_64/PKGBUILD   |   53 
 testing-x86_64/nvidia.install |   15 +++
 4 files changed, 136 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 209731, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-01 22:04:05 UTC (rev 209732)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.121
+_extramodules=extramodules-3.14-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.14' 'linux3.15' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.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=('b8c950f0a30a6e1f503630fbd0ca8ab9')
+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=('41e6d2b6325e5b0ae9889cfbd6bec696')
+fi
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+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.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}

Copied: nvidia-304xx/repos/testing-i686/nvidia.install (from rev 209731, 
nvidia-304xx/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-04-01 22:04:05 UTC (rev 209732)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx/repos/testing-x86_64/PKGBUILD (from rev 209731, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-01 22:04:05 UTC (rev 209732)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.121
+_extramodules=extramodules-3.14-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.14' 'linux3.15' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.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=('b8c950f0a30a6e1f503630fbd0ca8ab9')
+elif [ $CARCH = 

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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 00:03:56
  Author: thomas
Revision: 209731

upgpkg: nvidia-304xx 304.121-3: update for 3.14

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 21:56:38 UTC (rev 209730)
+++ PKGBUILD2014-04-01 22:03:56 UTC (rev 209731)
@@ -4,13 +4,13 @@
 
 pkgname=nvidia-304xx
 pkgver=304.121
-_extramodules=extramodules-3.13-ARCH
-pkgrel=2
+_extramodules=extramodules-3.14-ARCH
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.13' 'linux3.14' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.13' 'linux-headers3.14')
+depends=('linux=3.14' 'linux3.15' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
 conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install
@@ -28,10 +28,11 @@
 md5sums=('41e6d2b6325e5b0ae9889cfbd6bec696')
 fi
 
-
 prepare() {
 cd ${srcdir}
 sh ${_pkg}.run --extract-only
+cd ${pkg}
+# patches here
 }
 
 build() {



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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 00:24:20
  Author: thomas
Revision: 108707

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

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

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

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 108706, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-01 22:24:20 UTC (rev 108707)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=3
+_extramodules=extramodules-3.14-ARCH
+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=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+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/repos/community-testing-i686/acpi_call.install (from rev 
108706, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2014-04-01 22:24:20 UTC (rev 
108707)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-3.14-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 108706, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-04-01 22:24:20 UTC (rev 108707)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=3
+_extramodules=extramodules-3.14-ARCH
+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=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+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/repos/community-testing-x86_64/acpi_call.install (from rev 
108706, acpi_call/trunk/acpi_call.install)

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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 00:24:11
  Author: thomas
Revision: 108706

upgpkg: acpi_call 1.1.0-3: rebuild for 3.14

Modified:
  acpi_call/trunk/PKGBUILD
  acpi_call/trunk/acpi_call.install

---+
 PKGBUILD  |8 
 acpi_call.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 17:29:25 UTC (rev 108705)
+++ PKGBUILD2014-04-01 22:24:11 UTC (rev 108706)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=2
-_extramodules=extramodules-3.13-ARCH
+pkgrel=3
+_extramodules=extramodules-3.14-ARCH
 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=3.13' 'linux3.14')
-makedepends=('linux-headers=3.13' 'linux-headers3.14')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
 install=${pkgname}.install
 source=(${url}/archive/v${pkgver}.tar.gz)
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')

Modified: acpi_call.install
===
--- acpi_call.install   2014-04-01 17:29:25 UTC (rev 108705)
+++ acpi_call.install   2014-04-01 22:24:11 UTC (rev 108706)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-3.13-ARCH
+  _extramodules=extramodules-3.14-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 



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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 00:26:52
  Author: thomas
Revision: 108709

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

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

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

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 108708, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-01 22:26:52 UTC (rev 108709)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.14-ARCH # Don't forget to update bbswitch.install
+pkgrel=7
+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=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
108708, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2014-04-01 22:26:52 UTC (rev 
108709)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 108708, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-04-01 22:26:52 UTC (rev 108709)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.14-ARCH # Don't forget to update bbswitch.install
+pkgrel=7
+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=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
108708, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2014-04-01 22:26:52 UTC (rev 
108709)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 00:26:43
  Author: thomas
Revision: 108708

upgpkg: bbswitch 0.8-7: rebuild for 3.14

Modified:
  bbswitch/trunk/PKGBUILD
  bbswitch/trunk/bbswitch.install

--+
 PKGBUILD |8 
 bbswitch.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 22:24:20 UTC (rev 108707)
+++ PKGBUILD2014-04-01 22:26:43 UTC (rev 108708)
@@ -5,14 +5,14 @@
 
 pkgname=bbswitch
 pkgver=0.8
-_extramodules=extramodules-3.13-ARCH # Don't forget to update bbswitch.install
-pkgrel=6
+_extramodules=extramodules-3.14-ARCH # Don't forget to update bbswitch.install
+pkgrel=7
 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=3.13' 'linux3.14')
-makedepends=('linux-headers=3.13' 'linux-headers3.14')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
 install=bbswitch.install
 
source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')

Modified: bbswitch.install
===
--- bbswitch.install2014-04-01 22:24:20 UTC (rev 108707)
+++ bbswitch.install2014-04-01 22:26:43 UTC (rev 108708)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-3.13-ARCH'
+EXTRAMODULES='extramodules-3.14-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 00:29:35
  Author: thomas
Revision: 108710

upgpkg: r8168 8.038.00-2: rebuild for 3.14

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 22:26:52 UTC (rev 108709)
+++ PKGBUILD2014-04-01 22:29:35 UTC (rev 108710)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.038.00
-pkgrel=1
+pkgrel=2
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 00:29:44
  Author: thomas
Revision: 108711

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

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

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

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 108710, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-01 22:29:44 UTC (rev 108711)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.038.00
+pkgrel=2
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
+}
+
+sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 108710, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2014-04-01 22:29:44 UTC (rev 
108711)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.13-ARCH'
+   depmod $(cat /usr/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/repos/community-testing-x86_64/PKGBUILD (from rev 108710, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-04-01 22:29:44 UTC (rev 108711)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.038.00
+pkgrel=2
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # 

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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 00:34:10
  Author: thomas
Revision: 108713

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

Added:
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-i686/PKGBUILD
(from rev 108712, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 108712, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 108712, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 108712, tp_smapi/trunk/tp_smapi.install)

---+
 community-testing-i686/PKGBUILD   |   59 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   59 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 144 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 108712, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-01 22:34:10 UTC (rev 108713)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=45
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  make -C ${_extramodules%/*}/${_kernver}/build \
+INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
+M=${srcdir}/${pkgname}-${pkgver} modules_install
+
+  cd ${pkgdir}/${_extramodules%/*}
+  mv ${_kernver}/extra ${_extramodules##*/}
+  rmdir ${_kernver}
+
+  # compress kernel modules
+  find ${pkgdir} -name *.ko -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi  ${srcdir}/${pkgname}.conf
+  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  # update kernel version in install file
+  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
108712, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2014-04-01 22:34:10 UTC (rev 
108713)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.13-ARCH
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 108712, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-04-01 22:34:10 UTC (rev 108713)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=45
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+install=${pkgname}.install

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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 00:34:00
  Author: thomas
Revision: 108712

upgpkg: tp_smapi 0.41-45: rebuild for 3.14

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 22:29:44 UTC (rev 108711)
+++ PKGBUILD2014-04-01 22:34:00 UTC (rev 108712)
@@ -10,13 +10,13 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=44
+pkgrel=45
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux=3.13' 'linux3.14')
-makedepends=('linux-headers=3.13' 'linux-headers3.14')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
 install=${pkgname}.install
 
source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('63c683415c764568f6bf17c7eabe4752')



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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 00:36:58
  Author: thomas
Revision: 108714

upgpkg: vhba-module 20130607-25: rebuild for 3.14

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 22:34:10 UTC (rev 108713)
+++ PKGBUILD2014-04-01 22:36:58 UTC (rev 108714)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20130607
-_extramodules=extramodules-3.13-ARCH
-pkgrel=24
+_extramodules=extramodules-3.14-ARCH
+pkgrel=25
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux=3.13' 'linux3.14')
-makedepends=('linux-headers')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
 options=(!makeflags)
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;



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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 00:37:10
  Author: thomas
Revision: 108715

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

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

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   40 +
 community-testing-i686/vhba-module.install   |   22 +
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   40 +
 community-testing-x86_64/vhba-module.install |   22 +
 6 files changed, 126 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
108714, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2014-04-01 22:37:10 UTC (rev 
108715)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 108714, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-01 22:37:10 UTC (rev 108715)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20130607
+_extramodules=extramodules-3.14-ARCH
+pkgrel=25
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+options=(!makeflags)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+md5sums=('660df41d08b1fd86baad1f16a0264438'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+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/vhba-module.install (from rev 
108714, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2014-04-01 22:37:10 UTC (rev 
108715)
@@ -0,0 +1,22 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echoUpdating module dependencies...
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  getent group cdemu /dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+  groupdel cdemu
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
108714, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2014-04-01 22:37:10 UTC (rev 
108715)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 108714, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-04-01 22:37:10 UTC (rev 108715)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray 

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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 00:42:12
  Author: thomas
Revision: 108717

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

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

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

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
108716, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-01 22:42:12 UTC (rev 108717)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=4.3.10
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux=3.14' 'linux3.15'
+ 'linux-headers=3.14' 'linux-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-ARCH
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux=3.14' 'linux3.15')
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux=3.14' 'linux3.15')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
108716, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2014-04-01 22:42:12 UTC (rev 108717)
@@ -0,0 +1,60 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+usage() {
+  echo 

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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 00:41:58
  Author: thomas
Revision: 108716

upgpkg: virtualbox-modules 4.3.10-2: rebuild for 3.14

Modified:
  virtualbox-modules/trunk/PKGBUILD
  virtualbox-modules/trunk/virtualbox-guest-modules.install
  virtualbox-modules/trunk/virtualbox-host-modules.install

--+
 PKGBUILD |   12 ++--
 virtualbox-guest-modules.install |2 +-
 virtualbox-host-modules.install  |2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 22:37:10 UTC (rev 108715)
+++ PKGBUILD2014-04-01 22:41:58 UTC (rev 108716)
@@ -5,17 +5,17 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.10
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux=3.13' 'linux3.14'
- 'linux-headers=3.13' 'linux-headers3.14'
+makedepends=('linux=3.14' 'linux3.15'
+ 'linux-headers=3.14' 'linux-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.13-ARCH
+_extramodules=extramodules-3.14-ARCH
 
 build() {
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
@@ -33,7 +33,7 @@
 package_virtualbox-host-modules(){
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.13' 'linux3.14')
+  depends=('linux=3.14' 'linux3.15')
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
@@ -48,7 +48,7 @@
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux=3.13' 'linux3.14')
+  depends=('linux=3.14' 'linux3.15')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2014-04-01 22:37:10 UTC (rev 108715)
+++ virtualbox-guest-modules.install2014-04-01 22:41:58 UTC (rev 108716)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.13-ARCH
+  EXTRAMODULES=extramodules-3.14-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2014-04-01 22:37:10 UTC (rev 108715)
+++ virtualbox-host-modules.install 2014-04-01 22:41:58 UTC (rev 108716)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.13-ARCH
+  EXTRAMODULES=extramodules-3.14-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



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

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 01:08:31
  Author: thomas
Revision: 209733

upgpkg: linux-manpages 3.14-1

Modified:
  linux-manpages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 22:04:05 UTC (rev 209732)
+++ PKGBUILD2014-04-01 23:08:31 UTC (rev 209733)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=linux-manpages
-pkgver=3.13
+pkgver=3.14
 pkgrel=1
 pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
 arch=('any')
@@ -13,8 +13,8 @@
 replaces=('kernel26-manpages')
 conflicts=('kernel26-manpages')
 provides=('kernel26-manpages')
-source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
-sha256sums=('4d5e5eee5f276424c32e9591f1b6c971baedc7b49f28ce03d1f48b1e5d6226a2')
+source=(https://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
+sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa')
 
 build() {
   cd ${srcdir}/linux-$pkgver



[arch-commits] Commit in linux-manpages/repos/extra-any (PKGBUILD PKGBUILD)

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 01:08:39
  Author: thomas
Revision: 209734

archrelease: copy trunk to extra-any

Added:
  linux-manpages/repos/extra-any/PKGBUILD
(from rev 209733, linux-manpages/trunk/PKGBUILD)
Deleted:
  linux-manpages/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-01 23:08:31 UTC (rev 209733)
+++ PKGBUILD2014-04-01 23:08:39 UTC (rev 209734)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Maintainer: Thomas Baechler tho...@archlinux.org
-
-pkgname=linux-manpages
-pkgver=3.13
-pkgrel=1
-pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
-arch=('any')
-url=http://www.kernel.org;
-license=('GPL2')
-makedepends=('xmlto' 'docbook-xsl')
-replaces=('kernel26-manpages')
-conflicts=('kernel26-manpages')
-provides=('kernel26-manpages')
-source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
-sha256sums=('4d5e5eee5f276424c32e9591f1b6c971baedc7b49f28ce03d1f48b1e5d6226a2')
-
-build() {
-  cd ${srcdir}/linux-$pkgver
-  make mandocs
-}
-
-package() {
-  install -d ${pkgdir}/usr/share/man/man9/
-  install ${srcdir}/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
-${pkgdir}/usr/share/man/man9/
-
-  find ${pkgdir} -type f -exec chmod 644 {} \;
-}

Copied: linux-manpages/repos/extra-any/PKGBUILD (from rev 209733, 
linux-manpages/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-01 23:08:39 UTC (rev 209734)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=linux-manpages
+pkgver=3.14
+pkgrel=1
+pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
+arch=('any')
+url=http://www.kernel.org;
+license=('GPL2')
+makedepends=('xmlto' 'docbook-xsl')
+replaces=('kernel26-manpages')
+conflicts=('kernel26-manpages')
+provides=('kernel26-manpages')
+source=(https://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
+sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa')
+
+build() {
+  cd ${srcdir}/linux-$pkgver
+  make mandocs
+}
+
+package() {
+  install -d ${pkgdir}/usr/share/man/man9/
+  install ${srcdir}/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
+${pkgdir}/usr/share/man/man9/
+
+  find ${pkgdir} -type f -exec chmod 644 {} \;
+}



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

2014-04-01 Thread Felix Yan
Date: Wednesday, April 2, 2014 @ 04:20:59
  Author: fyan
Revision: 108718

upgpkg: jenkins 1.557-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 22:42:12 UTC (rev 108717)
+++ PKGBUILD2014-04-02 02:20:59 UTC (rev 108718)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.556
+pkgver=1.557
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('8b89656d1a9d8cce16f25f2f8cdf6d5efb6c96995341af76ee6544f30da0e890b9569e8b250d0bdc095716789cdd5346549d904d29ec1dd5d3d4b1fe53679f8c'
+sha512sums=('ed17743f73cd03cee45400668f5ecf5b6726361f3600dad39abd25df3e6bef466dbbb6946bab8b5878854ea9afef06582de9d750608ba64ebda152c0c6ef21b3'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



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

2014-04-01 Thread Felix Yan
Date: Wednesday, April 2, 2014 @ 04:22:54
  Author: fyan
Revision: 108719

archrelease: copy trunk to community-any

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

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

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

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

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

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

2014-04-01 Thread Pierre Schmitz
Date: Wednesday, April 2, 2014 @ 06:19:27
  Author: pierre
Revision: 209735

upgpkg: php 5.5.11-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 23:08:39 UTC (rev 209734)
+++ PKGBUILD2014-04-02 04:19:27 UTC (rev 209735)
@@ -21,7 +21,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.5.10
+pkgver=5.5.11
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
@@ -34,7 +34,7 @@
 http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz.asc;
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('e760656f7cf2f05158f73da75e8b720b'
+md5sums=('9156fcd4b254cbfa9a7535f931da29d5'
  'SKIP'
  '799cd5f91f5253f4b47ec4fd7fccf4f1'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'



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

2014-04-01 Thread Pierre Schmitz
Date: Wednesday, April 2, 2014 @ 06:20:01
  Author: pierre
Revision: 209736

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

Added:
  php/repos/testing-i686/
  php/repos/testing-i686/PKGBUILD
(from rev 209735, php/trunk/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 209735, php/trunk/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 209735, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 209735, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-i686/php-fpm.install
(from rev 209735, php/trunk/php-fpm.install)
  php/repos/testing-i686/php-fpm.service
(from rev 209735, php/trunk/php-fpm.service)
  php/repos/testing-i686/php-fpm.tmpfiles
(from rev 209735, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-i686/php.ini.patch
(from rev 209735, php/trunk/php.ini.patch)
  php/repos/testing-x86_64/
  php/repos/testing-x86_64/PKGBUILD
(from rev 209735, php/trunk/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 209735, php/trunk/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 209735, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 209735, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php-fpm.install
(from rev 209735, php/trunk/php-fpm.install)
  php/repos/testing-x86_64/php-fpm.service
(from rev 209735, php/trunk/php-fpm.service)
  php/repos/testing-x86_64/php-fpm.tmpfiles
(from rev 209735, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-x86_64/php.ini.patch
(from rev 209735, php/trunk/php.ini.patch)

--+
 testing-i686/PKGBUILD|  357 +
 testing-i686/apache.conf |   13 +
 testing-i686/logrotate.d.php-fpm |8 
 testing-i686/php-fpm.conf.in.patch   |   52 
 testing-i686/php-fpm.install |9 
 testing-i686/php-fpm.service |   13 +
 testing-i686/php-fpm.tmpfiles|1 
 testing-i686/php.ini.patch   |  122 +++
 testing-x86_64/PKGBUILD  |  357 +
 testing-x86_64/apache.conf   |   13 +
 testing-x86_64/logrotate.d.php-fpm   |8 
 testing-x86_64/php-fpm.conf.in.patch |   52 
 testing-x86_64/php-fpm.install   |9 
 testing-x86_64/php-fpm.service   |   13 +
 testing-x86_64/php-fpm.tmpfiles  |1 
 testing-x86_64/php.ini.patch |  122 +++
 16 files changed, 1150 insertions(+)

Copied: php/repos/testing-i686/PKGBUILD (from rev 209735, php/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-02 04:20:01 UTC (rev 209736)
@@ -0,0 +1,357 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.5.11
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2' 
'systemd')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz;
+http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz.asc;
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('9156fcd4b254cbfa9a7535f931da29d5'
+ 'SKIP'
+ '799cd5f91f5253f4b47ec4fd7fccf4f1'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '9f8263996836e27f5be1483e86ac2e33'
+ 'e036c721e5ad927cd1613c7475a58b3a'
+ 'cc2940f5312ba42e7aa1ddfab74b84c4'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   patch -p0 -i ${srcdir}/php.ini.patch
+   patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
+   # Just because our Apache 2.4 is configured with a threaded MPM by 
default does not mean we want to build a ZTS PHP.
+   # Let's supress this behaviour and build a SAPI that works fine with 
the prefork MPM.
+   sed '/APACHE_THREADED_MPM=/d' -i sapi/apache2handler/config.m4 -i 
configure
+}
+
+build() {
+   local _phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+