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

2013-11-23 Thread Jan Steffens
Date: Saturday, November 23, 2013 @ 09:01:45
  Author: heftig
Revision: 200224

0.16.4

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 07:13:05 UTC (rev 200223)
+++ PKGBUILD2013-11-23 08:01:45 UTC (rev 200224)
@@ -5,7 +5,7 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=0.16.3
+pkgver=0.16.4
 _tver=${pkgver%.*}
 pkgrel=1
 pkgdesc=All-in-one indexer, search tool and metadata database
@@ -19,7 +19,7 @@
 url=http://www.gnome.org;
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
-sha256sums=('c5299cbfb2b33f62f06afeb2ebca5b7095b77438fc6c8db6a24dc2ef649537ba')
+sha256sums=('9c2f50839c2b8b352ab9a022597ef985c1900e6286c0c3bcb7a64da39dbb3580')
 
 build() {
   cd $pkgbase-$pkgver



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

2013-11-23 Thread Jan Steffens
Date: Saturday, November 23, 2013 @ 09:02:48
  Author: heftig
Revision: 200225

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

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

--+
 /PKGBUILD|  168 +
 /tracker.install |   26 ++
 extra-i686/PKGBUILD  |   84 
 extra-i686/tracker.install   |   13 ---
 extra-x86_64/PKGBUILD|   84 
 extra-x86_64/tracker.install |   13 ---
 6 files changed, 194 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-23 08:01:45 UTC (rev 200224)
+++ extra-i686/PKGBUILD 2013-11-23 08:02:48 UTC (rev 200225)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=tracker
-pkgname=(tracker libtracker-sparql)
-pkgver=0.16.3
-_tver=${pkgver%.*}
-pkgrel=1
-pkgdesc=All-in-one indexer, search tool and metadata database
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(libgee libsecret upower libexif exempi
- poppler-glib libgsf icu enca networkmanager gtk3
- desktop-file-utils hicolor-icon-theme gobject-introspection
- intltool giflib gst-plugins-base-libs totem-plparser
- taglib libvorbis flac vala libgxps libnautilus-extension)
-url=http://www.gnome.org;
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
-sha256sums=('c5299cbfb2b33f62f06afeb2ebca5b7095b77438fc6c8db6a24dc2ef649537ba')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/tracker \
---disable-unit-tests \
---enable-libflac \
---enable-libvorbis
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package_tracker() {
-  depends=(libtracker-sparql=$pkgver-$pkgrel libgee libsecret
-   upower libexif exempi poppler-glib libgsf enca
-   networkmanager gtk3 desktop-file-utils hicolor-icon-theme)
-  optdepends=('giflib: extractor for GIF data'
-  'gst-plugins-base-libs: video extractor'
-  'totem-plparser: playlist support'
-  'libvorbis: Vorbis metadata extractor'
-  'flac: FLAC metadata extractor'
-  'taglib: writeback for audio files'
-  nautilus: edit files' tracker tags
-  'libgxps: XPS extractor')
-  groups=('gnome')
-  install=tracker.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-### Split libtracker-sparql
-
-  mkdir -p $srcdir/sparql/usr/{include,lib}/tracker-$_tver
-  mkdir -p $srcdir/sparql/usr/lib/{girepository-1.0,pkgconfig}
-  mkdir -p $srcdir/sparql/usr/share/{gir-1.0,vala/vapi}
-
-  mv $pkgdir/usr/lib/libtracker-sparql-* $srcdir/sparql/usr/lib
-
-  mv $pkgdir/usr/lib/tracker-$_tver/*.so* \
-$srcdir/sparql/usr/lib/tracker-$_tver
-
-  mv $pkgdir/usr/share/vala/vapi/tracker-sparql-* \
-$srcdir/sparql/usr/share/vala/vapi
-
-  mv {$pkgdir,$srcdir/sparql}/usr/include/tracker-$_tver/libtracker-sparql
-  mv 
{$pkgdir,$srcdir/sparql}/usr/lib/girepository-1.0/Tracker-$_tver.typelib
-  mv {$pkgdir,$srcdir/sparql}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc
-  mv {$pkgdir,$srcdir/sparql}/usr/share/gir-1.0/Tracker-$_tver.gir
-}
-
-package_libtracker-sparql() {
-  pkgdesc=$pkgdesc (SPARQL library)
-  depends=(sqlite icu glib2 libffi pcre util-linux)
-
-  mv $srcdir/sparql/* $pkgdir
-}

Copied: tracker/repos/extra-i686/PKGBUILD (from rev 200224, 
tracker/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-23 08:02:48 UTC (rev 200225)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=0.16.4
+_tver=${pkgver%.*}
+pkgrel=1

[arch-commits] Commit in lightdm/repos (36 files)

2013-11-23 Thread Maxime Gauduin
Date: Saturday, November 23, 2013 @ 13:07:27
  Author: alucryd
Revision: 101357

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

Added:
  lightdm/repos/community-i686/PKGBUILD
(from rev 101356, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-i686/Xsession
(from rev 101356, lightdm/trunk/Xsession)
  lightdm/repos/community-i686/lightdm-autologin.pam
(from rev 101356, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-i686/lightdm-default-config.patch
(from rev 101356, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-i686/lightdm.install
(from rev 101356, lightdm/trunk/lightdm.install)
  lightdm/repos/community-i686/lightdm.pam
(from rev 101356, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-i686/lightdm.rules
(from rev 101356, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-i686/lightdm.service
(from rev 101356, lightdm/trunk/lightdm.service)
  lightdm/repos/community-i686/lightdm.tmpfiles
(from rev 101356, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-x86_64/PKGBUILD
(from rev 101356, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-x86_64/Xsession
(from rev 101356, lightdm/trunk/Xsession)
  lightdm/repos/community-x86_64/lightdm-autologin.pam
(from rev 101356, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-x86_64/lightdm-default-config.patch
(from rev 101356, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-x86_64/lightdm.install
(from rev 101356, lightdm/trunk/lightdm.install)
  lightdm/repos/community-x86_64/lightdm.pam
(from rev 101356, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-x86_64/lightdm.rules
(from rev 101356, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-x86_64/lightdm.service
(from rev 101356, lightdm/trunk/lightdm.service)
  lightdm/repos/community-x86_64/lightdm.tmpfiles
(from rev 101356, lightdm/trunk/lightdm.tmpfiles)
Deleted:
  lightdm/repos/community-i686/PKGBUILD
  lightdm/repos/community-i686/Xsession
  lightdm/repos/community-i686/lightdm-autologin.pam
  lightdm/repos/community-i686/lightdm-default-config.patch
  lightdm/repos/community-i686/lightdm.install
  lightdm/repos/community-i686/lightdm.pam
  lightdm/repos/community-i686/lightdm.rules
  lightdm/repos/community-i686/lightdm.service
  lightdm/repos/community-i686/lightdm.tmpfiles
  lightdm/repos/community-x86_64/PKGBUILD
  lightdm/repos/community-x86_64/Xsession
  lightdm/repos/community-x86_64/lightdm-autologin.pam
  lightdm/repos/community-x86_64/lightdm-default-config.patch
  lightdm/repos/community-x86_64/lightdm.install
  lightdm/repos/community-x86_64/lightdm.pam
  lightdm/repos/community-x86_64/lightdm.rules
  lightdm/repos/community-x86_64/lightdm.service
  lightdm/repos/community-x86_64/lightdm.tmpfiles

---+
 /PKGBUILD |  240 
 /Xsession |  114 +++
 /lightdm-autologin.pam|   26 ++
 /lightdm-default-config.patch |  116 +++
 /lightdm.install  |   46 
 /lightdm.pam  |   14 +
 /lightdm.rules|   30 +++
 /lightdm.service  |   28 ++
 /lightdm.tmpfiles |2 
 community-i686/PKGBUILD   |  120 
 community-i686/Xsession   |   73 ---
 community-i686/lightdm-autologin.pam  |   13 -
 community-i686/lightdm-default-config.patch   |   58 -
 community-i686/lightdm.install|   23 --
 community-i686/lightdm.pam|7 
 community-i686/lightdm.rules  |   15 -
 community-i686/lightdm.service|   14 -
 community-i686/lightdm.tmpfiles   |1 
 community-x86_64/PKGBUILD |  120 
 community-x86_64/Xsession |   73 ---
 community-x86_64/lightdm-autologin.pam|   13 -
 community-x86_64/lightdm-default-config.patch |   58 -
 community-x86_64/lightdm.install  |   23 --
 community-x86_64/lightdm.pam  |7 
 community-x86_64/lightdm.rules|   15 -
 community-x86_64/lightdm.service  |   14 -
 community-x86_64/lightdm.tmpfiles |1 
 27 files changed, 616 insertions(+), 648 deletions(-)

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


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

2013-11-23 Thread Maxime Gauduin
Date: Saturday, November 23, 2013 @ 13:06:57
  Author: alucryd
Revision: 101356

FS#37885: lightdm 1:1.8.5-2

Modified:
  lightdm/trunk/PKGBUILD
  lightdm/trunk/Xsession

--+
 PKGBUILD |4 ++--
 Xsession |   16 
 2 files changed, 2 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 07:16:05 UTC (rev 101355)
+++ PKGBUILD2013-11-23 12:06:57 UTC (rev 101356)
@@ -5,7 +5,7 @@
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
 pkgver=1.8.5
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=A lightweight display manager
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
 '33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
 'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
 '0b2f740616110887d5c8662e40f1a8350fc0dfa6c7e99f6e3a5636c6b0ca714f'
-'7fb85a1b54406032a922e8fd6f45d869fcfe5681df630e74e8e50c040b786ee4')
+'4d5674906742200b3c171f978457e943560f2c10a2b9156fcd44da3796d185a2')
 
 prepare() {
   cd ${pkgbase}-${pkgver}

Modified: Xsession
===
--- Xsession2013-11-23 07:16:05 UTC (rev 101355)
+++ Xsession2013-11-23 12:06:57 UTC (rev 101356)
@@ -52,22 +52,6 @@
 done
 fi
 
-# Load xsession scripts
-xsessionddir=/etc/X11/xsession.d
-if [ -d $xsessionddir ]; then
-for i in `ls $xsessionddir`; do
-script=$xsessionddir/$i
-echo Loading X session script $script
-if [ -r $script  -a -f $script ]  expr $i : 
'^[[:alnum:]_-]\+$'  /dev/null; then
-. $script
-fi
-done
-fi
-if [ -x $HOME/.xsession -a -f $HOME/.xsession ]; then
-echo Loading user X session script
-. $HOME/.xsession
-fi
-
 echo X session wrapper complete, running session $@
 
 exec $@



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

2013-11-23 Thread Alexander Rødseth
Date: Saturday, November 23, 2013 @ 13:36:30
  Author: arodseth
Revision: 101358

Package brushup

Modified:
  vor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 12:07:27 UTC (rev 101357)
+++ PKGBUILD2013-11-23 12:36:30 UTC (rev 101358)
@@ -5,10 +5,10 @@
 
 pkgname=vor
 pkgver=0.5.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Classic spaceship versus asteroid field arcade game'
-arch=('i686' 'x86_64')
-url=http://jasonwoof.org/vor?;
+arch=('x86_64' 'i686')
+url='http://jasonwoof.org/vor'
 license=('GPL')
 depends=('sdl_image' 'sdl_mixer')
 makedepends=('gendesk')
@@ -16,15 +16,12 @@
 'povray: for customizing game graphics')
 options=('!emptydirs')
 source=(http://qualdan.com/$pkgname/$pkgname-$pkgver.tar.bz2;
-   $pkgname.png)
+$pkgname.png)
 sha256sums=('ead1b9786741e26d37ff7c5185b7fe1e91f90f76ebed3785225312e323b7c7da'
 '07a805928f5cf2b3351e2b9ff820ea69352ad80faad43311889ffbd5f62da872')
-_exec=('vor -f')
 
 build() {
-  cd $srcdir
-  gendesk
-  
+  gendesk -f --pkgname $pkgname --pkgdesc $pkgdesc
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make LDFLAGS=-lm
@@ -31,12 +28,10 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/bin
-  make prefix=/usr DESTDIR=$pkgdir install
-  install -Dm644 ../$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 ../$pkgname.desktop \
+  install -d $pkgdir/usr/bin
+  make -C $pkgname-$pkgver prefix=/usr DESTDIR=$pkgdir install
+  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+  install -Dm644 $pkgname.desktop \
 $pkgdir/usr/share/applications/$pkgname.desktop
 }
 



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

2013-11-23 Thread Alexander Rødseth
Date: Saturday, November 23, 2013 @ 13:39:11
  Author: arodseth
Revision: 101359

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

Added:
  vor/repos/community-i686/PKGBUILD
(from rev 101358, vor/trunk/PKGBUILD)
  vor/repos/community-i686/vor.png
(from rev 101358, vor/trunk/vor.png)
  vor/repos/community-x86_64/PKGBUILD
(from rev 101358, vor/trunk/PKGBUILD)
  vor/repos/community-x86_64/vor.png
(from rev 101358, vor/trunk/vor.png)
Deleted:
  vor/repos/community-i686/PKGBUILD
  vor/repos/community-i686/vor.png
  vor/repos/community-x86_64/PKGBUILD
  vor/repos/community-x86_64/vor.png

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   43 
 community-x86_64/PKGBUILD |   43 
 3 files changed, 76 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-23 12:36:30 UTC (rev 101358)
+++ community-i686/PKGBUILD 2013-11-23 12:39:11 UTC (rev 101359)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: tdy t...@gmx.com
-# Contributor: nut543 k...@online.no
-
-pkgname=vor
-pkgver=0.5.5
-pkgrel=1
-pkgdesc='Classic spaceship versus asteroid field arcade game'
-arch=('i686' 'x86_64')
-url=http://jasonwoof.org/vor?;
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer')
-makedepends=('gendesk')
-optdepends=('netpbm: for customizing game graphics'
-'povray: for customizing game graphics')
-options=('!emptydirs')
-source=(http://qualdan.com/$pkgname/$pkgname-$pkgver.tar.bz2;
-   $pkgname.png)
-sha256sums=('ead1b9786741e26d37ff7c5185b7fe1e91f90f76ebed3785225312e323b7c7da'
-'07a805928f5cf2b3351e2b9ff820ea69352ad80faad43311889ffbd5f62da872')
-_exec=('vor -f')
-
-build() {
-  cd $srcdir
-  gendesk
-  
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make LDFLAGS=-lm
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/bin
-  make prefix=/usr DESTDIR=$pkgdir install
-  install -Dm644 ../$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 ../$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vor/repos/community-i686/PKGBUILD (from rev 101358, vor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-23 12:39:11 UTC (rev 101359)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: tdy t...@gmx.com
+# Contributor: nut543 k...@online.no
+
+pkgname=vor
+pkgver=0.5.5
+pkgrel=2
+pkgdesc='Classic spaceship versus asteroid field arcade game'
+arch=('x86_64' 'i686')
+url='http://jasonwoof.org/vor'
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer')
+makedepends=('gendesk')
+optdepends=('netpbm: for customizing game graphics'
+'povray: for customizing game graphics')
+options=('!emptydirs')
+source=(http://qualdan.com/$pkgname/$pkgname-$pkgver.tar.bz2;
+$pkgname.png)
+sha256sums=('ead1b9786741e26d37ff7c5185b7fe1e91f90f76ebed3785225312e323b7c7da'
+'07a805928f5cf2b3351e2b9ff820ea69352ad80faad43311889ffbd5f62da872')
+
+build() {
+  gendesk -f --pkgname $pkgname --pkgdesc $pkgdesc
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make LDFLAGS=-lm
+}
+
+package() {
+  install -d $pkgdir/usr/bin
+  make -C $pkgname-$pkgver prefix=/usr DESTDIR=$pkgdir install
+  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+  install -Dm644 $pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/vor.png
===
(Binary files differ)

Copied: vor/repos/community-i686/vor.png (from rev 101358, vor/trunk/vor.png)
===
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-23 12:36:30 UTC (rev 101358)
+++ community-x86_64/PKGBUILD   2013-11-23 12:39:11 UTC (rev 101359)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: tdy t...@gmx.com
-# Contributor: nut543 k...@online.no
-
-pkgname=vor
-pkgver=0.5.5
-pkgrel=1
-pkgdesc='Classic spaceship versus asteroid field arcade game'
-arch=('i686' 'x86_64')
-url=http://jasonwoof.org/vor?;
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer')
-makedepends=('gendesk')
-optdepends=('netpbm: for customizing game graphics'
-'povray: for customizing game graphics')
-options=('!emptydirs')
-source=(http://qualdan.com/$pkgname/$pkgname-$pkgver.tar.bz2;
-   $pkgname.png)

[arch-commits] Commit in (6 files)

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 15:57:59
  Author: bpiotrowski
Revision: 101360

newpkg: umurmur 0.2.13-1

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

-+
 PKGBUILD|   34 ++
 umurmur.install |   13 +
 umurmur.service |   15 +++
 3 files changed, 62 insertions(+)

Added: umurmur/trunk/PKGBUILD
===
--- umurmur/trunk/PKGBUILD  (rev 0)
+++ umurmur/trunk/PKGBUILD  2013-11-23 14:57:59 UTC (rev 101360)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Robert Knauer rob...@privatdemail.net
+# Contributor: xav xav at ethertricks dot net
+
+pkgname=umurmur
+pkgver=0.2.13
+pkgrel=1
+pkgdesc='Minimalistic Mumble server'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/umurmur/'
+license=('custom')
+depends=('openssl' 'libconfig' 'protobuf-c')
+install=$pkgname.install
+backup=('etc/umurmur/umurmur.conf')
+source=(http://umurmur.googlecode.com/files/umurmur-$pkgver.tar.gz
+umurmur.service)
+md5sums=('04d0ea7a90b7858c16df26317b318bf4'
+ 'd9d556e4ffa77e193fb40ce508804720')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-ssl=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 umurmur.conf.example $pkgdir/etc/umurmur/umurmur.conf
+  install -Dm644 ../umurmur.service 
$pkgdir/usr/lib/systemd/system/umurmur.service
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


Property changes on: umurmur/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: umurmur/trunk/umurmur.install
===
--- umurmur/trunk/umurmur.install   (rev 0)
+++ umurmur/trunk/umurmur.install   2013-11-23 14:57:59 UTC (rev 101360)
@@ -0,0 +1,13 @@
+post_install() {
+  getent group umurmur  /dev/null || groupadd -r umurmur 1/dev/null
+  getent passwd umurmur  /dev/null || useradd -r -M -g umurmur -s /bin/false 
umurmur 1/dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  getent passwd umurmur  /dev/null  userdel umurmur 1/dev/null
+  getent group umurmur  /dev/null  groupdel umurmur 1/dev/null
+}

Added: umurmur/trunk/umurmur.service
===
--- umurmur/trunk/umurmur.service   (rev 0)
+++ umurmur/trunk/umurmur.service   2013-11-23 14:57:59 UTC (rev 101360)
@@ -0,0 +1,15 @@
+[Unit]
+Description=A minimalistic Mumble server
+After=network.target
+
+[Service]
+Type=simple
+User=umurmur
+Group=umurmur
+PIDFile=/run/umurmurd.pid
+ExecStartPre=/usr/bin/umurmurd -t -c /etc/umurmur/umurmur.conf
+ExecStart=/usr/bin/umurmurd -d -r -p /run/umurmurd.pid -c 
/etc/umurmur/umurmur.conf
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target



[arch-commits] Commit in (4 files)

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 16:05:39
  Author: bpiotrowski
Revision: 101361

newpkg: protobuf-c 0.15-3

Added:
  protobuf-c/
  protobuf-c/repos/
  protobuf-c/trunk/
  protobuf-c/trunk/PKGBUILD

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

Added: protobuf-c/trunk/PKGBUILD
===
--- protobuf-c/trunk/PKGBUILD   (rev 0)
+++ protobuf-c/trunk/PKGBUILD   2013-11-23 15:05:39 UTC (rev 101361)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=protobuf-c
+pkgver=0.15
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('73ff0c8df50d2eee75269ad8f8c07dc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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


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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 16:09:26
  Author: bpiotrowski
Revision: 101362

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

Added:
  protobuf-c/repos/community-i686/
  protobuf-c/repos/community-i686/PKGBUILD
(from rev 101361, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/community-x86_64/
  protobuf-c/repos/community-x86_64/PKGBUILD
(from rev 101361, protobuf-c/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   29 +
 community-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: protobuf-c/repos/community-i686/PKGBUILD (from rev 101361, 
protobuf-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-23 15:09:26 UTC (rev 101362)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=protobuf-c
+pkgver=0.15
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('73ff0c8df50d2eee75269ad8f8c07dc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: protobuf-c/repos/community-x86_64/PKGBUILD (from rev 101361, 
protobuf-c/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-23 15:09:26 UTC (rev 101362)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=protobuf-c
+pkgver=0.15
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('73ff0c8df50d2eee75269ad8f8c07dc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 16:13:00
  Author: bpiotrowski
Revision: 101363

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

Added:
  umurmur/repos/community-i686/
  umurmur/repos/community-i686/PKGBUILD
(from rev 101362, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-i686/umurmur.install
(from rev 101362, umurmur/trunk/umurmur.install)
  umurmur/repos/community-i686/umurmur.service
(from rev 101362, umurmur/trunk/umurmur.service)
  umurmur/repos/community-x86_64/
  umurmur/repos/community-x86_64/PKGBUILD
(from rev 101362, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-x86_64/umurmur.install
(from rev 101362, umurmur/trunk/umurmur.install)
  umurmur/repos/community-x86_64/umurmur.service
(from rev 101362, umurmur/trunk/umurmur.service)

--+
 community-i686/PKGBUILD  |   34 ++
 community-i686/umurmur.install   |   13 +
 community-i686/umurmur.service   |   15 +++
 community-x86_64/PKGBUILD|   34 ++
 community-x86_64/umurmur.install |   13 +
 community-x86_64/umurmur.service |   15 +++
 6 files changed, 124 insertions(+)

Copied: umurmur/repos/community-i686/PKGBUILD (from rev 101362, 
umurmur/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-23 15:13:00 UTC (rev 101363)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Robert Knauer rob...@privatdemail.net
+# Contributor: xav xav at ethertricks dot net
+
+pkgname=umurmur
+pkgver=0.2.13
+pkgrel=1
+pkgdesc='Minimalistic Mumble server'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/umurmur/'
+license=('custom')
+depends=('openssl' 'libconfig' 'protobuf-c')
+install=$pkgname.install
+backup=('etc/umurmur/umurmur.conf')
+source=(http://umurmur.googlecode.com/files/umurmur-$pkgver.tar.gz
+umurmur.service)
+md5sums=('04d0ea7a90b7858c16df26317b318bf4'
+ 'd9d556e4ffa77e193fb40ce508804720')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-ssl=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 umurmur.conf.example $pkgdir/etc/umurmur/umurmur.conf
+  install -Dm644 ../umurmur.service 
$pkgdir/usr/lib/systemd/system/umurmur.service
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: umurmur/repos/community-i686/umurmur.install (from rev 101362, 
umurmur/trunk/umurmur.install)
===
--- community-i686/umurmur.install  (rev 0)
+++ community-i686/umurmur.install  2013-11-23 15:13:00 UTC (rev 101363)
@@ -0,0 +1,13 @@
+post_install() {
+  getent group umurmur  /dev/null || groupadd -r umurmur 1/dev/null
+  getent passwd umurmur  /dev/null || useradd -r -M -g umurmur -s /bin/false 
umurmur 1/dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  getent passwd umurmur  /dev/null  userdel umurmur 1/dev/null
+  getent group umurmur  /dev/null  groupdel umurmur 1/dev/null
+}

Copied: umurmur/repos/community-i686/umurmur.service (from rev 101362, 
umurmur/trunk/umurmur.service)
===
--- community-i686/umurmur.service  (rev 0)
+++ community-i686/umurmur.service  2013-11-23 15:13:00 UTC (rev 101363)
@@ -0,0 +1,15 @@
+[Unit]
+Description=A minimalistic Mumble server
+After=network.target
+
+[Service]
+Type=simple
+User=umurmur
+Group=umurmur
+PIDFile=/run/umurmurd.pid
+ExecStartPre=/usr/bin/umurmurd -t -c /etc/umurmur/umurmur.conf
+ExecStart=/usr/bin/umurmurd -d -r -p /run/umurmurd.pid -c 
/etc/umurmur/umurmur.conf
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Copied: umurmur/repos/community-x86_64/PKGBUILD (from rev 101362, 
umurmur/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-23 15:13:00 UTC (rev 101363)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Robert Knauer rob...@privatdemail.net
+# Contributor: xav xav at ethertricks dot net
+
+pkgname=umurmur
+pkgver=0.2.13
+pkgrel=1
+pkgdesc='Minimalistic Mumble server'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/umurmur/'
+license=('custom')
+depends=('openssl' 'libconfig' 'protobuf-c')
+install=$pkgname.install
+backup=('etc/umurmur/umurmur.conf')
+source=(http://umurmur.googlecode.com/files/umurmur-$pkgver.tar.gz
+umurmur.service)
+md5sums=('04d0ea7a90b7858c16df26317b318bf4'
+ 'd9d556e4ffa77e193fb40ce508804720')
+
+build() {
+  

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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 17:12:25
  Author: bpiotrowski
Revision: 200226

upgpkg: boost 1.55.0-2

- provide static libraries in boost package (FS#34491)
- change bjam name to b2 and provide compatibility symlink (FS#37874)

Modified:
  boost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 08:02:48 UTC (rev 200225)
+++ PKGBUILD2013-11-23 16:12:25 UTC (rev 200226)
@@ -10,7 +10,7 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.55.0
 _boostver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
 url=http://www.boost.org/;
 arch=('i686' 'x86_64')
 license=('custom')
@@ -44,13 +44,13 @@
[[ ${CARCH} = x86_64 ]]  _bindir=bin.linuxx86_64
 
install -dm755 ${_stagedir}/bin
-   install tools/build/v2/engine/${_bindir}/bjam ${_stagedir}/bin/bjam
+   install tools/build/v2/engine/${_bindir}/b2 ${_stagedir}/bin/b2
 
pushd tools
for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do
-  ${_stagedir}/bin/bjam --toolset=clang $_tool
+  ${_stagedir}/bin/b2 --toolset=clang $_tool
done
-   ${_stagedir}/bin/bjam --toolset=clang cflags=-std=gnu++11  
-D__STRICT_ANSI__ library_status
+   ${_stagedir}/bin/b2 --toolset=clang cflags=-std=gnu++11  
-D__STRICT_ANSI__ library_status
popd
cp -a dist/bin/* ${_stagedir}/bin
 
@@ -64,12 +64,12 @@
# and installs includes in /usr/include/boost.
# --layout=system no longer adds the -mt suffix for multi-threaded libs.
# install to ${_stagedir} in preparation for split packaging
-   ${_stagedir}/bin/bjam \
+   ${_stagedir}/bin/b2 \
   variant=release \
   debug-symbols=off \
   threading=multi \
   runtime-link=shared \
-  link=shared \
+  link=shared,static \
   toolset=clang \
   python=2.7 \
   --layout=system \
@@ -84,12 +84,18 @@
optdepends=('python: for python bindings'
'python2: for python2 bindings'
'boost-build: to use boost jam for building your project.')
+   options=('staticlibs')
 
install -dm755 ${pkgdir}/usr
cp -a ${_stagedir}/{bin,include,share} ${pkgdir}/usr
 
+   install -d ${pkgdir}/usr/lib
+   find ${_stagedir}/lib -name \*.a -exec mv {} ${pkgdir}/usr/lib \;
+
install -Dm644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
   ${pkgdir}/usr/share/licenses/boost/LICENSE_1_0.txt
+
+   ln -s /usr/bin/b2 $pkgdir/usr/bin/bjam
 }
 
 package_boost-libs() {



[arch-commits] Commit in boost/repos/staging-x86_64 (4 files)

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 17:12:31
  Author: bpiotrowski
Revision: 200227

archrelease: copy trunk to staging-x86_64

Added:
  boost/repos/staging-x86_64/001-log_fix_dump_avx2.patch
(from rev 200226, boost/trunk/001-log_fix_dump_avx2.patch)
  boost/repos/staging-x86_64/PKGBUILD
(from rev 200226, boost/trunk/PKGBUILD)
Deleted:
  boost/repos/staging-x86_64/001-log_fix_dump_avx2.patch
  boost/repos/staging-x86_64/PKGBUILD

-+
 001-log_fix_dump_avx2.patch |   26 ++---
 PKGBUILD|  216 +-
 2 files changed, 124 insertions(+), 118 deletions(-)

Deleted: 001-log_fix_dump_avx2.patch
===
--- 001-log_fix_dump_avx2.patch 2013-11-23 16:12:25 UTC (rev 200226)
+++ 001-log_fix_dump_avx2.patch 2013-11-23 16:12:31 UTC (rev 200227)
@@ -1,13 +0,0 @@
-Index: libs/log/src/dump_avx2.cpp
-===
 libs/log/src/dump_avx2.cpp (revision 86614)
-+++ libs/log/src/dump_avx2.cpp (working copy)
-@@ -205,7 +205,7 @@
- __m256i mm_input = _mm256_load_si256(reinterpret_cast const 
__m256i* (p));
- __m256i mm_output1, mm_output2, mm_output3;
- dump_pack(mm_char_10_to_a, mm_input, mm_output1, mm_output2, 
mm_output3);
--store_characters_x3(mm_output1, mm_output2, mm_output3, buf);
-+store_characters_x3(mm_output1, mm_output2, mm_output3, b);
- }
- 
- _mm256_zeroall(); // need to zero all ymm registers to avoid register 
spills/restores the compler generates around the function call

Copied: boost/repos/staging-x86_64/001-log_fix_dump_avx2.patch (from rev 
200226, boost/trunk/001-log_fix_dump_avx2.patch)
===
--- 001-log_fix_dump_avx2.patch (rev 0)
+++ 001-log_fix_dump_avx2.patch 2013-11-23 16:12:31 UTC (rev 200227)
@@ -0,0 +1,13 @@
+Index: libs/log/src/dump_avx2.cpp
+===
+--- libs/log/src/dump_avx2.cpp (revision 86614)
 libs/log/src/dump_avx2.cpp (working copy)
+@@ -205,7 +205,7 @@
+ __m256i mm_input = _mm256_load_si256(reinterpret_cast const 
__m256i* (p));
+ __m256i mm_output1, mm_output2, mm_output3;
+ dump_pack(mm_char_10_to_a, mm_input, mm_output1, mm_output2, 
mm_output3);
+-store_characters_x3(mm_output1, mm_output2, mm_output3, buf);
++store_characters_x3(mm_output1, mm_output2, mm_output3, b);
+ }
+ 
+ _mm256_zeroall(); // need to zero all ymm registers to avoid register 
spills/restores the compler generates around the function call

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-23 16:12:25 UTC (rev 200226)
+++ PKGBUILD2013-11-23 16:12:31 UTC (rev 200227)
@@ -1,105 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Kritoke krit...@gamebox.net
-# Contributor: Luca Roccia little_r...@users.sourceforge.net
-
-pkgbase=boost
-pkgname=('boost-libs' 'boost')
-pkgver=1.55.0
-_boostver=${pkgver//./_}
-pkgrel=1
-url=http://www.boost.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-makedepends=('icu=52.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi' 'clang')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
-001-log_fix_dump_avx2.patch)
-sha1sums=('61ed0e57d3c7c8985805bb0682de3f4c65f4b6e5'
-  'a4a47cc5716df87d544ae7684aaf402287132d50')
-
-prepare() {
-   export _stagedir=${srcdir}/stagedir
-   cd ${pkgbase}_${_boostver}
-
-   patch -p0 -i ../001-log_fix_dump_avx2.patch
-
-   # Add an extra python version. This does not replace anything and python 
2.x need to be the default.
-   echo using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : 
/usr/lib ;  ./tools/build/v2/user-config.jam
-
-   # Support for OpenMPI   
 
-   echo using mpi ;  ./tools/build/v2/user-config.jam
-}
-
-build() {
-   local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})
-
-   cd ${pkgbase}_${_boostver}
-
-   ./bootstrap.sh --with-toolset=clang --with-icu 
--with-python=/usr/bin/python2
-
-   _bindir=bin.linuxx86
-   [[ ${CARCH} = x86_64 ]]  _bindir=bin.linuxx86_64
-
-   install -dm755 ${_stagedir}/bin
-   install tools/build/v2/engine/${_bindir}/bjam ${_stagedir}/bin/bjam
-
-   pushd tools
-   for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do
-  ${_stagedir}/bin/bjam --toolset=clang $_tool
-   done
-   ${_stagedir}/bin/bjam --toolset=clang cflags=-std=gnu++11  
-D__STRICT_ANSI__ library_status
-   popd
-   cp -a dist/bin/* ${_stagedir}/bin
-

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

2013-11-23 Thread Lukas Jirkovsky
Date: Saturday, November 23, 2013 @ 17:36:11
  Author: stativ
Revision: 101364

upgpkg: cdrtools 3.01a19-1

update to 3.01a19

Modified:
  cdrtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 15:13:00 UTC (rev 101363)
+++ PKGBUILD2013-11-23 16:36:11 UTC (rev 101364)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=cdrtools
-pkgver=3.01a18
+pkgver=3.01a19
 pkgrel=1
 pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!makeflags)
 backup=('etc/default/cdrecord' 'etc/default/rscsi')
 source=(http://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-$pkgver.tar.bz2)
-md5sums=('cf3e5dc49c654a87c20b9fa55eb84ed4')
+md5sums=('a7775768c139240c7ae07044a7ecfa27')
 
 build() {
   cd $srcdir/cdrtools-${pkgver%%a*}



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

2013-11-23 Thread Lukas Jirkovsky
Date: Saturday, November 23, 2013 @ 17:36:18
  Author: stativ
Revision: 101365

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-23 16:36:11 UTC (rev 101364)
+++ community-i686/PKGBUILD 2013-11-23 16:36:18 UTC (rev 101365)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=cdrtools
-pkgver=3.01a18
-pkgrel=1
-pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
-arch=('i686' 'x86_64')
-url=http://cdrecord.berlios.de/private/cdrecord.html;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-$pkgver.tar.bz2)
-md5sums=('cf3e5dc49c654a87c20b9fa55eb84ed4')
-
-build() {
-  cd $srcdir/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
-  # install rscsi to /usr/bin instead of /usr/sbin
-  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-  
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
-}
-
-package() {
-  cd $srcdir/cdrtools-${pkgver%%a*}
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/ DESTDIR=$pkgdir install
-  rm -rf $pkgdir/usr/include
-  rm -rf $pkgdir/usr/lib/{*.a,profiled}
-
-  # autoload 'sg' module needed by cdrecord
-  install -d -m755 $pkgdir/usr/lib/modules-load.d/
-  echo sg  $pkgdir/usr/lib/modules-load.d/cdrecord.conf
-
-  # create symlinks for cdrkit compatibility
-  cd $pkgdir/usr/bin
-  ln -s cdrecord wodim
-  ln -s readcd readom
-  ln -s mkisofs genisoimage
-  ln -s cdda2wav icedax
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-i686/PKGBUILD (from rev 101364, 
cdrtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-23 16:36:18 UTC (rev 101365)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=cdrtools
+pkgver=3.01a19
+pkgrel=1
+pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
+arch=('i686' 'x86_64')
+url=http://cdrecord.berlios.de/private/cdrecord.html;
+license=('CDDL')
+depends=('acl' 'libcap')
+conflicts=('cdrkit')
+provides=('cdrkit')
+options=(!makeflags)
+backup=('etc/default/cdrecord' 'etc/default/rscsi')
+source=(http://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-$pkgver.tar.bz2)
+md5sums=('a7775768c139240c7ae07044a7ecfa27')
+
+build() {
+  cd $srcdir/cdrtools-${pkgver%%a*}
+  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
+  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
+  # install rscsi to /usr/bin instead of /usr/sbin
+  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
+  
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/
+}
+
+package() {
+  cd $srcdir/cdrtools-${pkgver%%a*}
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/include
+  rm -rf $pkgdir/usr/lib/{*.a,profiled}
+
+  # autoload 'sg' module needed by cdrecord
+  install -d -m755 $pkgdir/usr/lib/modules-load.d/
+  echo sg  $pkgdir/usr/lib/modules-load.d/cdrecord.conf
+
+  # create symlinks for cdrkit compatibility
+  cd $pkgdir/usr/bin
+  ln -s cdrecord wodim
+  ln -s readcd readom
+  ln -s mkisofs genisoimage
+  ln -s cdda2wav icedax
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-23 16:36:11 UTC (rev 101364)
+++ community-x86_64/PKGBUILD   2013-11-23 16:36:18 UTC (rev 101365)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=cdrtools
-pkgver=3.01a18
-pkgrel=1
-pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
-arch=('i686' 'x86_64')
-url=http://cdrecord.berlios.de/private/cdrecord.html;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-$pkgver.tar.bz2)
-md5sums=('cf3e5dc49c654a87c20b9fa55eb84ed4')
-
-build() {
-  cd 

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

2013-11-23 Thread Tobias Powalowski
Date: Saturday, November 23, 2013 @ 17:51:49
  Author: tpowa
Revision: 200228

upgpkg: samba 4.1.2-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 16:12:31 UTC (rev 200227)
+++ PKGBUILD2013-11-23 16:51:49 UTC (rev 200228)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.1.1
+pkgver=4.1.2
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.1.1
+_realver=4.1.2
 pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
@@ -240,7 +240,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('f63feeae652afc3a0fefdd38176957fb'
+md5sums=('4162815430d4f75b7ed902705f82ee56'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'
  'ee4763a656cf00d92bfda31b6bb2c5cb'



[arch-commits] Commit in samba/repos (52 files)

2013-11-23 Thread Tobias Powalowski
Date: Saturday, November 23, 2013 @ 17:52:13
  Author: tpowa
Revision: 200229

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 200228, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 200228, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 200228, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 200228, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 200228, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 200228, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 200228, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 200228, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 200228, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 200228, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 200228, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 200228, samba/trunk/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 200228, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 200228, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 200228, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 200228, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 200228, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 200228, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 200228, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 200228, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 200228, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 200228, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 200228, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 200228, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 200228, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 200228, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

+
 /PKGBUILD  |  506 +++
 /nmbd.service  |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch |  120 
 /samba.conf|4 
 /samba.conf.d  |   36 +
 /samba.install |   28 +
 /samba.logrotate   |   18 
 /samba.pam |6 
 /samba.service |   28 +
 /smbd.service  |   24 
 /smbd.socket   |   18 
 /smbd@.service |   14 
 /winbindd.service  |   24 
 extra-i686/PKGBUILD|  253 -
 extra-i686/nmbd.service|   12 
 extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch   |   60 --
 extra-i686/samba.conf  |2 
 extra-i686/samba.conf.d|   18 
 extra-i686/samba.install   |   14 
 extra-i686/samba.logrotate |9 
 extra-i686/samba.pam   |3 
 extra-i686/samba.service   |   14 
 

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

2013-11-23 Thread Tobias Powalowski
Date: Saturday, November 23, 2013 @ 17:54:41
  Author: tpowa
Revision: 200230

upgpkg: dosfstools 3.0.24-1

bump to latest version

Modified:
  dosfstools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 16:52:13 UTC (rev 200229)
+++ PKGBUILD2013-11-23 16:54:41 UTC (rev 200230)
@@ -2,7 +2,7 @@
 # Maintainer: dorphell dorph...@archlinux.org
 # Committer: Judd Vinet jvi...@zeroflux.org
 pkgname=dosfstools
-pkgver=3.0.23
+pkgver=3.0.24
 pkgrel=1
 pkgdesc=DOS filesystem utilities
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 
source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 url=http://www.daniel-baumann.ch/software/dosfstools/;
 license=('GPL2')
-md5sums=('bfdca786880a7f1cc9ce8ac68cb1fd51'
+md5sums=('41931f36ebee6e79e9dafe85cc916f2b'
  'SKIP')
 
 build() {



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

2013-11-23 Thread Tobias Powalowski
Date: Saturday, November 23, 2013 @ 17:54:59
  Author: tpowa
Revision: 200231

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

Added:
  dosfstools/repos/testing-i686/
  dosfstools/repos/testing-i686/PKGBUILD
(from rev 200230, dosfstools/trunk/PKGBUILD)
  dosfstools/repos/testing-x86_64/
  dosfstools/repos/testing-x86_64/PKGBUILD
(from rev 200230, dosfstools/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   24 
 testing-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: dosfstools/repos/testing-i686/PKGBUILD (from rev 200230, 
dosfstools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-23 16:54:59 UTC (rev 200231)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=dosfstools
+pkgver=3.0.24
+pkgrel=1
+pkgdesc=DOS filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc')
+source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+url=http://www.daniel-baumann.ch/software/dosfstools/;
+license=('GPL2')
+md5sums=('41931f36ebee6e79e9dafe85cc916f2b'
+ 'SKIP')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
+}

Copied: dosfstools/repos/testing-x86_64/PKGBUILD (from rev 200230, 
dosfstools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-23 16:54:59 UTC (rev 200231)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=dosfstools
+pkgver=3.0.24
+pkgrel=1
+pkgdesc=DOS filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc')
+source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+url=http://www.daniel-baumann.ch/software/dosfstools/;
+license=('GPL2')
+md5sums=('41931f36ebee6e79e9dafe85cc916f2b'
+ 'SKIP')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
+}



[arch-commits] Commit in boost/repos/staging-i686 (4 files)

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 17:59:39
  Author: bpiotrowski
Revision: 200232

archrelease: copy trunk to staging-i686

Added:
  boost/repos/staging-i686/001-log_fix_dump_avx2.patch
(from rev 200231, boost/trunk/001-log_fix_dump_avx2.patch)
  boost/repos/staging-i686/PKGBUILD
(from rev 200231, boost/trunk/PKGBUILD)
Deleted:
  boost/repos/staging-i686/001-log_fix_dump_avx2.patch
  boost/repos/staging-i686/PKGBUILD

-+
 001-log_fix_dump_avx2.patch |   26 ++---
 PKGBUILD|  216 +-
 2 files changed, 124 insertions(+), 118 deletions(-)

Deleted: 001-log_fix_dump_avx2.patch
===
--- 001-log_fix_dump_avx2.patch 2013-11-23 16:54:59 UTC (rev 200231)
+++ 001-log_fix_dump_avx2.patch 2013-11-23 16:59:39 UTC (rev 200232)
@@ -1,13 +0,0 @@
-Index: libs/log/src/dump_avx2.cpp
-===
 libs/log/src/dump_avx2.cpp (revision 86614)
-+++ libs/log/src/dump_avx2.cpp (working copy)
-@@ -205,7 +205,7 @@
- __m256i mm_input = _mm256_load_si256(reinterpret_cast const 
__m256i* (p));
- __m256i mm_output1, mm_output2, mm_output3;
- dump_pack(mm_char_10_to_a, mm_input, mm_output1, mm_output2, 
mm_output3);
--store_characters_x3(mm_output1, mm_output2, mm_output3, buf);
-+store_characters_x3(mm_output1, mm_output2, mm_output3, b);
- }
- 
- _mm256_zeroall(); // need to zero all ymm registers to avoid register 
spills/restores the compler generates around the function call

Copied: boost/repos/staging-i686/001-log_fix_dump_avx2.patch (from rev 200231, 
boost/trunk/001-log_fix_dump_avx2.patch)
===
--- 001-log_fix_dump_avx2.patch (rev 0)
+++ 001-log_fix_dump_avx2.patch 2013-11-23 16:59:39 UTC (rev 200232)
@@ -0,0 +1,13 @@
+Index: libs/log/src/dump_avx2.cpp
+===
+--- libs/log/src/dump_avx2.cpp (revision 86614)
 libs/log/src/dump_avx2.cpp (working copy)
+@@ -205,7 +205,7 @@
+ __m256i mm_input = _mm256_load_si256(reinterpret_cast const 
__m256i* (p));
+ __m256i mm_output1, mm_output2, mm_output3;
+ dump_pack(mm_char_10_to_a, mm_input, mm_output1, mm_output2, 
mm_output3);
+-store_characters_x3(mm_output1, mm_output2, mm_output3, buf);
++store_characters_x3(mm_output1, mm_output2, mm_output3, b);
+ }
+ 
+ _mm256_zeroall(); // need to zero all ymm registers to avoid register 
spills/restores the compler generates around the function call

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-23 16:54:59 UTC (rev 200231)
+++ PKGBUILD2013-11-23 16:59:39 UTC (rev 200232)
@@ -1,105 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Kritoke krit...@gamebox.net
-# Contributor: Luca Roccia little_r...@users.sourceforge.net
-
-pkgbase=boost
-pkgname=('boost-libs' 'boost')
-pkgver=1.55.0
-_boostver=${pkgver//./_}
-pkgrel=1
-url=http://www.boost.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-makedepends=('icu=52.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi' 'clang')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
-001-log_fix_dump_avx2.patch)
-sha1sums=('61ed0e57d3c7c8985805bb0682de3f4c65f4b6e5'
-  'a4a47cc5716df87d544ae7684aaf402287132d50')
-
-prepare() {
-   export _stagedir=${srcdir}/stagedir
-   cd ${pkgbase}_${_boostver}
-
-   patch -p0 -i ../001-log_fix_dump_avx2.patch
-
-   # Add an extra python version. This does not replace anything and python 
2.x need to be the default.
-   echo using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : 
/usr/lib ;  ./tools/build/v2/user-config.jam
-
-   # Support for OpenMPI   
 
-   echo using mpi ;  ./tools/build/v2/user-config.jam
-}
-
-build() {
-   local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})
-
-   cd ${pkgbase}_${_boostver}
-
-   ./bootstrap.sh --with-toolset=clang --with-icu 
--with-python=/usr/bin/python2
-
-   _bindir=bin.linuxx86
-   [[ ${CARCH} = x86_64 ]]  _bindir=bin.linuxx86_64
-
-   install -dm755 ${_stagedir}/bin
-   install tools/build/v2/engine/${_bindir}/bjam ${_stagedir}/bin/bjam
-
-   pushd tools
-   for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do
-  ${_stagedir}/bin/bjam --toolset=clang $_tool
-   done
-   ${_stagedir}/bin/bjam --toolset=clang cflags=-std=gnu++11  
-D__STRICT_ANSI__ library_status
-   popd
-   cp -a dist/bin/* ${_stagedir}/bin
-
-   # 

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

2013-11-23 Thread Jelle van der Waa
Date: Saturday, November 23, 2013 @ 18:15:57
  Author: jelle
Revision: 101366

upgpkg: mupen64plus 2.0-2

Modified:
  mupen64plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 16:36:18 UTC (rev 101365)
+++ PKGBUILD2013-11-23 17:15:57 UTC (rev 101366)
@@ -7,7 +7,7 @@
 
 pkgname=mupen64plus
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Nintendo64 Emulator'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/mupen64plus/'



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

2013-11-23 Thread Jelle van der Waa
Date: Saturday, November 23, 2013 @ 18:17:17
  Author: jelle
Revision: 101367

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

Added:
  mupen64plus/repos/community-i686/PKGBUILD
(from rev 101366, mupen64plus/trunk/PKGBUILD)
  mupen64plus/repos/community-x86_64/PKGBUILD
(from rev 101366, mupen64plus/trunk/PKGBUILD)
Deleted:
  mupen64plus/repos/community-i686/PKGBUILD
  mupen64plus/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 2013-11-23 17:15:57 UTC (rev 101366)
+++ community-i686/PKGBUILD 2013-11-23 17:17:17 UTC (rev 101367)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Zephyr
-
-pkgname=mupen64plus
-pkgver=2.0
-pkgrel=1
-pkgdesc='Nintendo64 Emulator'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/mupen64plus/'
-license=('GPL')
-depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
-makedepends=('mesa' 'boost')
-source=(http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz;)
-md5sums=('f855b4233faa9616b780c364fc4a9a9a')
-
-build() {
-  cd mupen64plus-bundle-src-${pkgver}
-
-  sh m64p_build.sh
-}
-
-package() {
-  cd mupen64plus-bundle-src-$pkgver
-  
-  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
-  ./m64p_install.sh DESTDIR=$pkgdir PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
-}
-
-# vim: ts=2:sw=2:et

Copied: mupen64plus/repos/community-i686/PKGBUILD (from rev 101366, 
mupen64plus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-23 17:17:17 UTC (rev 101367)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Zephyr
+
+pkgname=mupen64plus
+pkgver=2.0
+pkgrel=2
+pkgdesc='Nintendo64 Emulator'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/mupen64plus/'
+license=('GPL')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
+source=(http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz;)
+md5sums=('f855b4233faa9616b780c364fc4a9a9a')
+
+build() {
+  cd mupen64plus-bundle-src-${pkgver}
+
+  sh m64p_build.sh
+}
+
+package() {
+  cd mupen64plus-bundle-src-$pkgver
+  
+  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
+  ./m64p_install.sh DESTDIR=$pkgdir PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
+}
+
+# vim: ts=2:sw=2:et

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-23 17:15:57 UTC (rev 101366)
+++ community-x86_64/PKGBUILD   2013-11-23 17:17:17 UTC (rev 101367)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Zephyr
-
-pkgname=mupen64plus
-pkgver=2.0
-pkgrel=1
-pkgdesc='Nintendo64 Emulator'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/mupen64plus/'
-license=('GPL')
-depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
-makedepends=('mesa' 'boost')
-source=(http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz;)
-md5sums=('f855b4233faa9616b780c364fc4a9a9a')
-
-build() {
-  cd mupen64plus-bundle-src-${pkgver}
-
-  sh m64p_build.sh
-}
-
-package() {
-  cd mupen64plus-bundle-src-$pkgver
-  
-  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
-  ./m64p_install.sh DESTDIR=$pkgdir PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
-}
-
-# vim: ts=2:sw=2:et

Copied: mupen64plus/repos/community-x86_64/PKGBUILD (from rev 101366, 
mupen64plus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-23 17:17:17 UTC (rev 101367)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# 

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

2013-11-23 Thread Jan Steffens
Date: Saturday, November 23, 2013 @ 18:26:10
  Author: heftig
Revision: 101368

boost rebuild

Modified:
  gnash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 17:17:17 UTC (rev 101367)
+++ PKGBUILD2013-11-23 17:26:10 UTC (rev 101368)
@@ -4,7 +4,7 @@
 pkgbase=gnash
 pkgname=(gnash-common gnash-gtk)
 pkgver=0.8.10
-pkgrel=10
+pkgrel=11
 arch=(i686 x86_64)
 url=http://www.gnu.org/software/gnash/;
 license=(GPL3)



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

2013-11-23 Thread Jan Steffens
Date: Saturday, November 23, 2013 @ 18:27:50
  Author: heftig
Revision: 101369

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

Added:
  gnash/repos/community-staging-i686/
  gnash/repos/community-staging-i686/PKGBUILD
(from rev 101368, gnash/trunk/PKGBUILD)
  gnash/repos/community-staging-i686/gnash-0.8.10-boost-1.50.patch
(from rev 101368, gnash/trunk/gnash-0.8.10-boost-1.50.patch)
  gnash/repos/community-staging-i686/gnash-gtk.install
(from rev 101368, gnash/trunk/gnash-gtk.install)
  gnash/repos/community-staging-i686/gnucash-0.8.10-giflib-5.0.patch
(from rev 101368, gnash/trunk/gnucash-0.8.10-giflib-5.0.patch)
  gnash/repos/community-staging-i686/nodebug.patch
(from rev 101368, gnash/trunk/nodebug.patch)
  gnash/repos/community-staging-x86_64/
  gnash/repos/community-staging-x86_64/PKGBUILD
(from rev 101368, gnash/trunk/PKGBUILD)
  gnash/repos/community-staging-x86_64/gnash-0.8.10-boost-1.50.patch
(from rev 101368, gnash/trunk/gnash-0.8.10-boost-1.50.patch)
  gnash/repos/community-staging-x86_64/gnash-gtk.install
(from rev 101368, gnash/trunk/gnash-gtk.install)
  gnash/repos/community-staging-x86_64/gnucash-0.8.10-giflib-5.0.patch
(from rev 101368, gnash/trunk/gnucash-0.8.10-giflib-5.0.patch)
  gnash/repos/community-staging-x86_64/nodebug.patch
(from rev 101368, gnash/trunk/nodebug.patch)

--+
 community-staging-i686/PKGBUILD  |   89 +
 community-staging-i686/gnash-0.8.10-boost-1.50.patch |   12 +
 community-staging-i686/gnash-gtk.install |   22 +++
 community-staging-i686/gnucash-0.8.10-giflib-5.0.patch   |   12 +
 community-staging-i686/nodebug.patch |   48 +++
 community-staging-x86_64/PKGBUILD|   89 +
 community-staging-x86_64/gnash-0.8.10-boost-1.50.patch   |   12 +
 community-staging-x86_64/gnash-gtk.install   |   22 +++
 community-staging-x86_64/gnucash-0.8.10-giflib-5.0.patch |   12 +
 community-staging-x86_64/nodebug.patch   |   48 +++
 10 files changed, 366 insertions(+)

Copied: gnash/repos/community-staging-i686/PKGBUILD (from rev 101368, 
gnash/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-23 17:27:50 UTC (rev 101369)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=gnash
+pkgname=(gnash-common gnash-gtk)
+pkgver=0.8.10
+pkgrel=11
+arch=(i686 x86_64)
+url=http://www.gnu.org/software/gnash/;
+license=(GPL3)
+makedepends=(curl giflib libldap sdl agg libjpeg libpng libtool mesa glu
+ speex fontconfig
+ gstreamer0.10-base
+ gtk2 libldap xulrunner hicolor-icon-theme desktop-file-utils 
gconf gtkglext
+ pkgconfig boost)
+options=(!emptydirs)
+source=(http://ftp.gnu.org/gnu/gnash/${pkgver}/gnash-${pkgver}.tar.bz2
+nodebug.patch gnash-0.8.10-boost-1.50.patch 
gnucash-0.8.10-giflib-5.0.patch)
+sha256sums=('9625072e45df92baa2c28fcd4e2deb66bc827530baedfad2e4e2292d1224'
+'0ebb104a7632af997c7e6b268755949fa0c1eea5e32015b95a22d63d0e431551'
+'ac3e7dbcb2ea30b8a263168462e739aa07706e0e3cdc672410a42a4357dbf54c'
+'d1597ce496d95913a7d5873a0a3c58e4f40fa4ec6e3fc7ae939a66f1362b3e57')
+
+build() {
+  cd gnash-$pkgver
+
+  # Disable very, very verbose debugging (gigabytes of logs)
+  patch -Np1 -i ../nodebug.patch
+
+  # Link to libboost_system.so
+  patch -Np1 -i ../gnash-0.8.10-boost-1.50.patch
+
+  patch -Np1 -i ../gnucash-0.8.10-giflib-5.0.patch
+
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-plugins-install=system \
+--with-npapi-plugindir=/usr/lib/mozilla/plugins \
+--enable-gui=sdl,gtk,dump \
+--enable-media=gst \
+--enable-renderer=all \
+--enable-device=x11
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package_gnash-common() {
+  pkgdesc=A GNU Flash movie player
+  depends=(curl giflib sdl agg libjpeg libpng libltdl libgl glu
+   speex fontconfig cairo
+   gstreamer0.10-base
+   boost-libs)
+  backup=(etc/gnashrc etc/gnashthumbnailrc)
+
+  cd gnash-$pkgver
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+
+  # Split gnash-gtk
+  mkdir -p $srcdir/gtk/{etc,usr/{bin,share/man/man1}}
+  mv $pkgdir/usr/bin/{gtk-gnash,gnash-gtk-launcher} \
+$srcdir/gtk/usr/bin/
+  mv $pkgdir/usr/share/man/man1/{gtk-gnash,gnash-gtk-launcher}.1 \
+$srcdir/gtk/usr/share/man/man1/
+  mv 

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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 18:34:48
  Author: bpiotrowski
Revision: 200233

upgpkg: akonadi 1.10.3-2

- rebuild against boost 1.55.0

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 16:59:39 UTC (rev 200232)
+++ PKGBUILD2013-11-23 17:34:48 UTC (rev 200233)
@@ -4,7 +4,7 @@
 
 pkgname=akonadi
 pkgver=1.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'



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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 18:34:55
  Author: bpiotrowski
Revision: 200234

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

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

+
 staging-i686/PKGBUILD  |   37 +
 staging-i686/akonadi.install   |   11 +++
 staging-x86_64/PKGBUILD|   37 +
 staging-x86_64/akonadi.install |   11 +++
 4 files changed, 96 insertions(+)

Copied: akonadi/repos/staging-i686/PKGBUILD (from rev 200233, 
akonadi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-23 17:34:55 UTC (rev 200234)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.10.3
+pkgrel=2
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}-1.tar.bz2;)
+md5sums=('3929b765baa3dc0d548a26893c64abcf')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/staging-i686/akonadi.install (from rev 200233, 
akonadi/trunk/akonadi.install)
===
--- staging-i686/akonadi.install(rev 0)
+++ staging-i686/akonadi.install2013-11-23 17:34:55 UTC (rev 200234)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: akonadi/repos/staging-x86_64/PKGBUILD (from rev 200233, 
akonadi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-23 17:34:55 UTC (rev 200234)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.10.3
+pkgrel=2
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}-1.tar.bz2;)
+md5sums=('3929b765baa3dc0d548a26893c64abcf')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/staging-x86_64/akonadi.install (from rev 200233, 
akonadi/trunk/akonadi.install)
===
--- staging-x86_64/akonadi.install  (rev 0)
+++ staging-x86_64/akonadi.install  2013-11-23 17:34:55 UTC (rev 200234)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-11-23 Thread Giovanni Scafora
Date: Saturday, November 23, 2013 @ 18:36:34
  Author: giovanni
Revision: 200235

upgpkg: fping 3.8-2

Fixed FS37856

Modified:
  fping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 17:34:55 UTC (rev 200234)
+++ PKGBUILD2013-11-23 17:36:34 UTC (rev 200235)
@@ -4,7 +4,7 @@
 
 pkgname=fping
 pkgver=3.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A utility to ping multiple hosts at once
 arch=('i686' 'x86_64')
 url=http://www.fping.org/;
@@ -32,4 +32,5 @@
   # install license
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
   chmod 4555 ${pkgdir}/usr/bin/fping
+  chmod 4555 ${pkgdir}/usr/bin/fping6
 }



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

2013-11-23 Thread Giovanni Scafora
Date: Saturday, November 23, 2013 @ 18:36:41
  Author: giovanni
Revision: 200236

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-23 17:36:34 UTC (rev 200235)
+++ extra-i686/PKGBUILD 2013-11-23 17:36:41 UTC (rev 200236)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=fping
-pkgver=3.8
-pkgrel=1
-pkgdesc=A utility to ping multiple hosts at once
-arch=('i686' 'x86_64')
-url=http://www.fping.org/;
-license=('custom') 
-depends=('glibc')
-source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1e36467cc96a4ca959925ac167ea19af')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --mandir=/usr/share/man \
-  --enable-ipv4 \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # install license
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  chmod 4555 ${pkgdir}/usr/bin/fping
-}

Copied: fping/repos/extra-i686/PKGBUILD (from rev 200235, fping/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-23 17:36:41 UTC (rev 200236)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=fping
+pkgver=3.8
+pkgrel=2
+pkgdesc=A utility to ping multiple hosts at once
+arch=('i686' 'x86_64')
+url=http://www.fping.org/;
+license=('custom') 
+depends=('glibc')
+source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1e36467cc96a4ca959925ac167ea19af')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --enable-ipv4 \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # install license
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  chmod 4555 ${pkgdir}/usr/bin/fping
+  chmod 4555 ${pkgdir}/usr/bin/fping6
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-23 17:36:34 UTC (rev 200235)
+++ extra-x86_64/PKGBUILD   2013-11-23 17:36:41 UTC (rev 200236)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=fping
-pkgver=3.8
-pkgrel=1
-pkgdesc=A utility to ping multiple hosts at once
-arch=('i686' 'x86_64')
-url=http://www.fping.org/;
-license=('custom') 
-depends=('glibc')
-source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1e36467cc96a4ca959925ac167ea19af')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --mandir=/usr/share/man \
-  --enable-ipv4 \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # install license
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  chmod 4555 ${pkgdir}/usr/bin/fping
-}

Copied: fping/repos/extra-x86_64/PKGBUILD (from rev 200235, 
fping/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-23 17:36:41 UTC (rev 200236)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=fping
+pkgver=3.8
+pkgrel=2
+pkgdesc=A utility to ping multiple hosts at once
+arch=('i686' 'x86_64')
+url=http://www.fping.org/;
+license=('custom') 
+depends=('glibc')
+source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1e36467cc96a4ca959925ac167ea19af')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --enable-ipv4 \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make 

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

2013-11-23 Thread Gaetan Bisson
Date: Saturday, November 23, 2013 @ 18:38:57
  Author: bisson
Revision: 200237

rebuild for boost-1.55.0

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 17:36:41 UTC (rev 200236)
+++ PKGBUILD2013-11-23 17:38:57 UTC (rev 200237)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2013.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')



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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 19:09:56
  Author: bpiotrowski
Revision: 200239

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

Added:
  enblend-enfuse/repos/staging-i686/
  enblend-enfuse/repos/staging-i686/PKGBUILD
(from rev 200238, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/staging-i686/enblend-enfuse.install
(from rev 200238, enblend-enfuse/trunk/enblend-enfuse.install)
  enblend-enfuse/repos/staging-x86_64/
  enblend-enfuse/repos/staging-x86_64/PKGBUILD
(from rev 200238, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install
(from rev 200238, enblend-enfuse/trunk/enblend-enfuse.install)

---+
 staging-i686/PKGBUILD |   32 
 staging-i686/enblend-enfuse.install   |   22 ++
 staging-x86_64/PKGBUILD   |   32 
 staging-x86_64/enblend-enfuse.install |   22 ++
 4 files changed, 108 insertions(+)

Copied: enblend-enfuse/repos/staging-i686/PKGBUILD (from rev 200238, 
enblend-enfuse/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-23 18:09:56 UTC (rev 200239)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=enblend-enfuse
+pkgver=4.1.1
+pkgrel=4
+pkgdesc=Intelligent blend tool for overlapping picture
+arch=(i686 x86_64)
+license=('GPL')
+url=http://enblend.sourceforge.net;
+depends=('openexr' 'glew' 'freeglut' 'lcms2' 'boost-libs' 'vigra' 'gsl')
+makedepends=('boost' 'mesa')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bc18fca3033b031d603b22678b2e680a0ffae1b6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 doc/enblend.info ${pkgdir}/usr/share/info/enblend.info
+  install -D -m644 doc/enfuse.info ${pkgdir}/usr/share/info/enfuse.info
+}

Copied: enblend-enfuse/repos/staging-i686/enblend-enfuse.install (from rev 
200238, enblend-enfuse/trunk/enblend-enfuse.install)
===
--- staging-i686/enblend-enfuse.install (rev 0)
+++ staging-i686/enblend-enfuse.install 2013-11-23 18:09:56 UTC (rev 200239)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(enblend.info enfuse.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: enblend-enfuse/repos/staging-x86_64/PKGBUILD (from rev 200238, 
enblend-enfuse/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-23 18:09:56 UTC (rev 200239)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=enblend-enfuse
+pkgver=4.1.1
+pkgrel=4
+pkgdesc=Intelligent blend tool for overlapping picture
+arch=(i686 x86_64)
+license=('GPL')
+url=http://enblend.sourceforge.net;
+depends=('openexr' 'glew' 'freeglut' 'lcms2' 'boost-libs' 'vigra' 'gsl')
+makedepends=('boost' 'mesa')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bc18fca3033b031d603b22678b2e680a0ffae1b6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 doc/enblend.info ${pkgdir}/usr/share/info/enblend.info
+  install -D -m644 doc/enfuse.info ${pkgdir}/usr/share/info/enfuse.info
+}

Copied: enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install (from rev 
200238, enblend-enfuse/trunk/enblend-enfuse.install)
===
--- staging-x86_64/enblend-enfuse.install   (rev 0)
+++ staging-x86_64/enblend-enfuse.install   2013-11-23 18:09:56 UTC (rev 
200239)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(enblend.info enfuse.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info 

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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 19:09:34
  Author: bpiotrowski
Revision: 200238

upgpkg: enblend-enfuse 4.1.1-4

rebuild against boost 1.55.0

Modified:
  enblend-enfuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 17:38:57 UTC (rev 200237)
+++ PKGBUILD2013-11-23 18:09:34 UTC (rev 200238)
@@ -4,7 +4,7 @@
 
 pkgname=enblend-enfuse
 pkgver=4.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Intelligent blend tool for overlapping picture
 arch=(i686 x86_64)
 license=('GPL')



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

2013-11-23 Thread Giovanni Scafora
Date: Saturday, November 23, 2013 @ 19:13:40
  Author: giovanni
Revision: 200240

upgpkg: weechat 0.4.2-2

Fixed FS37853

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 18:09:56 UTC (rev 200239)
+++ PKGBUILD2013-11-23 18:13:40 UTC (rev 200240)
@@ -4,13 +4,13 @@
 
 pkgname=weechat
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Fast, light and extensible IRC client (curses UI)
 arch=('i686' 'x86_64')
 url=http://www.weechat.org/;
 license=('GPL')
 depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('cmake' 'pkg-config' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 
'guile')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
 optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
 source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('fbbb4c319474d4a3b123fea7e8402fa2')
@@ -23,7 +23,9 @@
   cd build
   cmake ../${pkgname}-${pkgver} -DPREFIX=/usr \
 -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON
 }
 
 package() {



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

2013-11-23 Thread Giovanni Scafora
Date: Saturday, November 23, 2013 @ 19:13:47
  Author: giovanni
Revision: 200241

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-23 18:13:40 UTC (rev 200240)
+++ extra-i686/PKGBUILD 2013-11-23 18:13:47 UTC (rev 200241)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: lucke lucke at o2 dot pl
-
-pkgname=weechat
-pkgver=0.4.2
-pkgrel=1
-pkgdesc=Fast, light and extensible IRC client (curses UI)
-arch=('i686' 'x86_64')
-url=http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('cmake' 'pkg-config' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 
'guile')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fbbb4c319474d4a3b123fea7e8402fa2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} -DPREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: weechat/repos/extra-i686/PKGBUILD (from rev 200240, 
weechat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-23 18:13:47 UTC (rev 200241)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: lucke lucke at o2 dot pl
+
+pkgname=weechat
+pkgver=0.4.2
+pkgrel=2
+pkgdesc=Fast, light and extensible IRC client (curses UI)
+arch=('i686' 'x86_64')
+url=http://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fbbb4c319474d4a3b123fea7e8402fa2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} -DPREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON
+}
+
+package() {
+  cd build
+
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-23 18:13:40 UTC (rev 200240)
+++ extra-x86_64/PKGBUILD   2013-11-23 18:13:47 UTC (rev 200241)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: lucke lucke at o2 dot pl
-
-pkgname=weechat
-pkgver=0.4.2
-pkgrel=1
-pkgdesc=Fast, light and extensible IRC client (curses UI)
-arch=('i686' 'x86_64')
-url=http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('cmake' 'pkg-config' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 
'guile')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fbbb4c319474d4a3b123fea7e8402fa2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} -DPREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: weechat/repos/extra-x86_64/PKGBUILD (from rev 200240, 
weechat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-23 18:13:47 UTC (rev 200241)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: lucke lucke at o2 dot pl
+
+pkgname=weechat
+pkgver=0.4.2
+pkgrel=2
+pkgdesc=Fast, light and extensible IRC client (curses UI)
+arch=('i686' 'x86_64')
+url=http://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')

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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 19:25:17
  Author: bpiotrowski
Revision: 200243

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

Added:
  xsd/repos/staging-i686/
  xsd/repos/staging-i686/PKGBUILD
(from rev 200242, xsd/trunk/PKGBUILD)
  xsd/repos/staging-i686/xsdcxx.patch
(from rev 200242, xsd/trunk/xsdcxx.patch)
  xsd/repos/staging-x86_64/
  xsd/repos/staging-x86_64/PKGBUILD
(from rev 200242, xsd/trunk/PKGBUILD)
  xsd/repos/staging-x86_64/xsdcxx.patch
(from rev 200242, xsd/trunk/xsdcxx.patch)

-+
 staging-i686/PKGBUILD   |   37 
 staging-i686/xsdcxx.patch   |  128 ++
 staging-x86_64/PKGBUILD |   37 
 staging-x86_64/xsdcxx.patch |  128 ++
 4 files changed, 330 insertions(+)

Copied: xsd/repos/staging-i686/PKGBUILD (from rev 200242, xsd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-23 18:25:17 UTC (rev 200243)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku ke...@gmx.com
+
+pkgname=xsd
+pkgver=3.3.0
+_pkgver=3.3.0-2+dep
+pkgrel=10
+pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
+arch=('i686' 'x86_64')
+url=http://www.codesynthesis.com/products/xsd;
+license=('GPL2')
+depends=('boost-libs' 'xerces-c')
+makedepends=('boost')
+source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
+xsdcxx.patch)
+sha1sums=('9a064bcc8ff45e3028cb8629ace2d132c7a38999'
+  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
+
+prepare() {
+  cd ${pkgname}-${_pkgver}
+  patch -p0 -i ${srcdir}/xsdcxx.patch
+}
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  make CXXFLAGS=${CXXFLAGS}
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix=$pkgdir/usr install
+
+  # Fix conflicts with mono
+  mv ${pkgdir}/usr/bin/xsd{,cxx}
+  mv ${pkgdir}/usr/share/man/man1/xsd{,cxx}.1
+}

Copied: xsd/repos/staging-i686/xsdcxx.patch (from rev 200242, 
xsd/trunk/xsdcxx.patch)
===
--- staging-i686/xsdcxx.patch   (rev 0)
+++ staging-i686/xsdcxx.patch   2013-11-23 18:25:17 UTC (rev 200243)
@@ -0,0 +1,128 @@
+diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
+--- xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.0 +0300
 xsd/documentation/xsd.12010-06-20 15:46:24.0 +0300
+@@ -1,16 +1,16 @@
+ .\ Process this file with
+-.\ groff -man -Tascii xsd.1
++.\ groff -man -Tascii xsdcxx.1
+ .\
+ .TH XSD 1 April 2010 XSD 3.3.0
+ .SH NAME
+-xsd \- W3C XML Schema to C++ Compiler
++xsdcxx \- W3C XML Schema to C++ Compiler
+ .\
+ .\
+ .\
+ .\
+ .SH SYNOPSIS
+ .\
+-.B xsd
++.B xsdcxx
+ .I command
+ .B [
+ .I options
+@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
+ .I file
+ .B ...]
+ .in
+-.B xsd help
++.B xsdcxx help
+ .B [
+ .I command
+ .B ]
+ .in
+-.B xsd version
++.B xsdcxx version
+ .\
+ .\
+ .\
+ .\
+ .SH DESCRIPTION
+ .\
+-.B xsd
++.B xsdcxx
+ generates vocabulary-specific, statically-typed C++ mapping from W3C XML
+ Schema definitions. Particular mapping to produce is selected by a
+ .IR command .
+@@ -96,7 +96,7 @@ Print usage information and exit. Use
+ .PP
+ .RS
+ .RS 3
+-.B xsd help
++.B xsdcxx help
+ .I command
+ .RE
+ .PP
+@@ -203,7 +203,7 @@ For example, if you have file
+ with namespace
+ .B http://example.com/hello
+ and you run
+-.B xsd
++.B xsdcxx
+ on this file, then the string in question will be:
+ 
+ .B hello.xsd. http://example.com/hello
+@@ -1877,7 +1877,7 @@ option. With this approach you don't nee
+ .\
+ .SH DIAGNOSTICS
+ If the input file is not a valid W3C XML Schema definition,
+-.B xsd
++.B xsdcxx
+ will issue diagnostic messages to
+ .B STDERR
+ and exit with non-zero exit code.
+diff -up xsd/documentation/xsd.xhtml.rename xsd/documentation/xsd.xhtml
+--- xsd/documentation/xsd.xhtml.rename 2010-06-20 15:47:29.0 +0300
 xsd/documentation/xsd.xhtml2010-06-20 15:47:30.0 +0300
+@@ -50,19 +50,19 @@
+ 
+   h1NAME/h1
+ 
+-  pxsd - W3C XML Schema to C++ Compiler/p
++  pxsdcxx - W3C XML Schema to C++ Compiler/p
+ 
+   h1SYNOPSIS/h1
+ 
+   dl id=synopsis
+-dtcodebxsd/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
+-dtcodebxsd help/b [icommand/i]/code/dt
+-dtcodebxsd version/b/code/dt
++dtcodebxsdcxx/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
++dtcodebxsdcxx help/b [icommand/i]/code/dt
++dtcodebxsdcxx version/b/code/dt
+   /dl
+ 
+   h1DESCRIPTION/h1
+ 
+-  

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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 19:25:07
  Author: bpiotrowski
Revision: 200242

upgpkg: xsd 3.3.0-10

rebuild against boost 1.55.0

Modified:
  xsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 18:13:47 UTC (rev 200241)
+++ PKGBUILD2013-11-23 18:25:07 UTC (rev 200242)
@@ -5,7 +5,7 @@
 pkgname=xsd
 pkgver=3.3.0
 _pkgver=3.3.0-2+dep
-pkgrel=9
+pkgrel=10
 pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
 arch=('i686' 'x86_64')
 url=http://www.codesynthesis.com/products/xsd;
@@ -14,7 +14,7 @@
 makedepends=('boost')
 
source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
 xsdcxx.patch)
-sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
+sha1sums=('9a064bcc8ff45e3028cb8629ace2d132c7a38999'
   '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
 
 prepare() {



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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 19:25:42
  Author: bpiotrowski
Revision: 200244

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

Added:
  xsd/repos/staging-i686/PKGBUILD
(from rev 200243, xsd/trunk/PKGBUILD)
  xsd/repos/staging-i686/xsdcxx.patch
(from rev 200243, xsd/trunk/xsdcxx.patch)
  xsd/repos/staging-x86_64/PKGBUILD
(from rev 200243, xsd/trunk/PKGBUILD)
  xsd/repos/staging-x86_64/xsdcxx.patch
(from rev 200243, xsd/trunk/xsdcxx.patch)
Deleted:
  xsd/repos/staging-i686/PKGBUILD
  xsd/repos/staging-i686/xsdcxx.patch
  xsd/repos/staging-x86_64/PKGBUILD
  xsd/repos/staging-x86_64/xsdcxx.patch

-+
 /PKGBUILD   |   74 
 /xsdcxx.patch   |  256 ++
 staging-i686/PKGBUILD   |   37 --
 staging-i686/xsdcxx.patch   |  128 -
 staging-x86_64/PKGBUILD |   37 --
 staging-x86_64/xsdcxx.patch |  128 -
 6 files changed, 330 insertions(+), 330 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-11-23 18:25:17 UTC (rev 200243)
+++ staging-i686/PKGBUILD   2013-11-23 18:25:42 UTC (rev 200244)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: kevku ke...@gmx.com
-
-pkgname=xsd
-pkgver=3.3.0
-_pkgver=3.3.0-2+dep
-pkgrel=10
-pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
-arch=('i686' 'x86_64')
-url=http://www.codesynthesis.com/products/xsd;
-license=('GPL2')
-depends=('boost-libs' 'xerces-c')
-makedepends=('boost')
-source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
-xsdcxx.patch)
-sha1sums=('9a064bcc8ff45e3028cb8629ace2d132c7a38999'
-  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
-
-prepare() {
-  cd ${pkgname}-${_pkgver}
-  patch -p0 -i ${srcdir}/xsdcxx.patch
-}
-
-build() {
-  cd ${pkgname}-${_pkgver}
-  make CXXFLAGS=${CXXFLAGS}
-}
-
-package() {
-  cd ${pkgname}-${_pkgver}
-  make install_prefix=$pkgdir/usr install
-
-  # Fix conflicts with mono
-  mv ${pkgdir}/usr/bin/xsd{,cxx}
-  mv ${pkgdir}/usr/share/man/man1/xsd{,cxx}.1
-}

Copied: xsd/repos/staging-i686/PKGBUILD (from rev 200243, xsd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-23 18:25:42 UTC (rev 200244)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku ke...@gmx.com
+
+pkgname=xsd
+pkgver=3.3.0
+_pkgver=3.3.0-2+dep
+pkgrel=10
+pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
+arch=('i686' 'x86_64')
+url=http://www.codesynthesis.com/products/xsd;
+license=('GPL2')
+depends=('boost-libs' 'xerces-c')
+makedepends=('boost')
+source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
+xsdcxx.patch)
+sha1sums=('9a064bcc8ff45e3028cb8629ace2d132c7a38999'
+  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
+
+prepare() {
+  cd ${pkgname}-${_pkgver}
+  patch -p0 -i ${srcdir}/xsdcxx.patch
+}
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  make CXXFLAGS=${CXXFLAGS}
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix=$pkgdir/usr install
+
+  # Fix conflicts with mono
+  mv ${pkgdir}/usr/bin/xsd{,cxx}
+  mv ${pkgdir}/usr/share/man/man1/xsd{,cxx}.1
+}

Deleted: staging-i686/xsdcxx.patch
===
--- staging-i686/xsdcxx.patch   2013-11-23 18:25:17 UTC (rev 200243)
+++ staging-i686/xsdcxx.patch   2013-11-23 18:25:42 UTC (rev 200244)
@@ -1,128 +0,0 @@
-diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
 xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.0 +0300
-+++ xsd/documentation/xsd.12010-06-20 15:46:24.0 +0300
-@@ -1,16 +1,16 @@
- .\ Process this file with
--.\ groff -man -Tascii xsd.1
-+.\ groff -man -Tascii xsdcxx.1
- .\
- .TH XSD 1 April 2010 XSD 3.3.0
- .SH NAME
--xsd \- W3C XML Schema to C++ Compiler
-+xsdcxx \- W3C XML Schema to C++ Compiler
- .\
- .\
- .\
- .\
- .SH SYNOPSIS
- .\
--.B xsd
-+.B xsdcxx
- .I command
- .B [
- .I options
-@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
- .I file
- .B ...]
- .in
--.B xsd help
-+.B xsdcxx help
- .B [
- .I command
- .B ]
- .in
--.B xsd version
-+.B xsdcxx version
- .\
- .\
- .\
- .\
- .SH DESCRIPTION
- .\
--.B xsd
-+.B xsdcxx
- generates vocabulary-specific, statically-typed C++ mapping from W3C XML
- Schema definitions. Particular mapping to produce is selected by a
- .IR command .
-@@ -96,7 +96,7 @@ Print usage 

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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 19:33:17
  Author: bpiotrowski
Revision: 200245

upgpkg: libkolabxml 0.8.4-3

rebuild against boost 1.55.0

Modified:
  libkolabxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 18:25:42 UTC (rev 200244)
+++ PKGBUILD2013-11-23 18:33:17 UTC (rev 200245)
@@ -3,13 +3,13 @@
 
 pkgname=libkolabxml
 pkgver=0.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc=Kolab XML Format Schema Definitions Library
 url='http://git.kolab.org/libkolabxml/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd' 'qt4')
+makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig')
 
source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
 md5sums=('64887f52c6629bbd8e2390d591ef5892'
  '55fcdaff82818c4a0eac50570db31e53')



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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 19:33:26
  Author: bpiotrowski
Revision: 200246

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

Added:
  libkolabxml/repos/staging-i686/
  libkolabxml/repos/staging-i686/PKGBUILD
(from rev 200245, libkolabxml/trunk/PKGBUILD)
  libkolabxml/repos/staging-x86_64/
  libkolabxml/repos/staging-x86_64/PKGBUILD
(from rev 200245, libkolabxml/trunk/PKGBUILD)

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

Copied: libkolabxml/repos/staging-i686/PKGBUILD (from rev 200245, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-23 18:33:26 UTC (rev 200246)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=0.8.4
+pkgrel=3
+pkgdesc=Kolab XML Format Schema Definitions Library
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('64887f52c6629bbd8e2390d591ef5892'
+ '55fcdaff82818c4a0eac50570db31e53')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkolabxml/repos/staging-x86_64/PKGBUILD (from rev 200245, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-23 18:33:26 UTC (rev 200246)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=0.8.4
+pkgrel=3
+pkgdesc=Kolab XML Format Schema Definitions Library
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('64887f52c6629bbd8e2390d591ef5892'
+ '55fcdaff82818c4a0eac50570db31e53')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 19:41:38
  Author: bpiotrowski
Revision: 200248

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

Added:
  licq/repos/staging-i686/
  licq/repos/staging-i686/PKGBUILD
(from rev 200247, licq/trunk/PKGBUILD)
  licq/repos/staging-x86_64/
  licq/repos/staging-x86_64/PKGBUILD
(from rev 200247, licq/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   46 ++
 staging-x86_64/PKGBUILD |   46 ++
 2 files changed, 92 insertions(+)

Copied: licq/repos/staging-i686/PKGBUILD (from rev 200247, licq/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-23 18:41:38 UTC (rev 200248)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.7.1
+pkgrel=6
+pkgdesc=Advanced graphical ICQ clone and more for Unix
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost' 'optipng')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('701e57efedc2b7ece64c3d2d2e9f9e16')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  mkdir {,plugins/qt4-gui/}build
+
+  # Fix invalid PNG images to work with libpng 1.6
+  # https://github.com/licq-im/licq/pull/32
+  optipng -quiet -force -fix plugins/qt4-gui/share/skins/Mirabilis/*.png
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # licq
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui/build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR=${pkgdir} install
+}

Copied: licq/repos/staging-x86_64/PKGBUILD (from rev 200247, 
licq/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-23 18:41:38 UTC (rev 200248)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.7.1
+pkgrel=6
+pkgdesc=Advanced graphical ICQ clone and more for Unix
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost' 'optipng')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('701e57efedc2b7ece64c3d2d2e9f9e16')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  mkdir {,plugins/qt4-gui/}build
+
+  # Fix invalid PNG images to work with libpng 1.6
+  # https://github.com/licq-im/licq/pull/32
+  optipng -quiet -force -fix plugins/qt4-gui/share/skins/Mirabilis/*.png
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # licq
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui/build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR=${pkgdir} install
+}



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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 19:41:31
  Author: bpiotrowski
Revision: 200247

upgpkg: licq 1.7.1-6

rebuild against boost 1.55.0

Modified:
  licq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 18:33:26 UTC (rev 200246)
+++ PKGBUILD2013-11-23 18:41:31 UTC (rev 200247)
@@ -3,7 +3,7 @@
 
 pkgname=licq
 pkgver=1.7.1
-pkgrel=5
+pkgrel=6
 pkgdesc=Advanced graphical ICQ clone and more for Unix
 arch=('i686' 'x86_64')
 url=http://www.licq.org;



[arch-commits] Commit in abuse/trunk (PKGBUILD default.abuserc)

2013-11-23 Thread Alexander Rødseth
Date: Saturday, November 23, 2013 @ 20:00:48
  Author: arodseth
Revision: 101370

Fixed default settings so they also work if running the game in a virtual 
installation of Arch

Modified:
  abuse/trunk/PKGBUILD
  abuse/trunk/default.abuserc

-+
 PKGBUILD|4 ++--
 default.abuserc |8 
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 17:27:50 UTC (rev 101369)
+++ PKGBUILD2013-11-23 19:00:48 UTC (rev 101370)
@@ -6,7 +6,7 @@
 
 pkgname=abuse
 pkgver=0.8
-pkgrel=3
+pkgrel=4
 pkgdesc='Side-scroller action game that pits you against ruthless alien 
killers'
 arch=('x86_64' 'i686')
 url='http://abuse.zoy.org/'
@@ -20,7 +20,7 @@
 'default.gamma.lsp')
 sha256sums=('0104db5fd2695c9518583783f7aaa7e5c0355e27c5a803840a05aef97f9d3488'
 'a5ddac71ca9b8c4bb42bdf91393a5fbe3d839ab9a9e9a6362a75dafc2aab122e'
-'960a19cf1354ac073f459953369dbcf718f0c2d93343fe90ceda4058a01f6074'
+'6ea2fa9e65c10bbcab4432f40d0c7284cb3970835c40c5c00ced14b39ce1b00f'
 '13df83fea60918d29d5141cdfbd8d56147c053e88d3701209ae676f46447c2f6')
 
 prepare() {

Modified: default.abuserc
===
--- default.abuserc 2013-11-23 17:27:50 UTC (rev 101369)
+++ default.abuserc 2013-11-23 19:00:48 UTC (rev 101370)
@@ -1,7 +1,7 @@
 ; Abuse-SDL Configuration file
 
 ; Startup fullscreen
-fullscreen=1
+fullscreen=0
 
 ; Use DoubleBuffering
 doublebuf=1
@@ -16,7 +16,7 @@
 mono=0
 
 ; Grab the mouse to the window
-grabmouse=1
+grabmouse=0
 
 ; Set the scale factor
 scale=2
@@ -30,8 +30,8 @@
 ; Key mappings
 left=a
 right=d
-up=Space
+up=w
 down=s
-fire=w
+fire=Space
 weapprev=q
 weapnext=e



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

2013-11-23 Thread Alexander Rødseth
Date: Saturday, November 23, 2013 @ 20:01:00
  Author: arodseth
Revision: 101371

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

Added:
  abuse/repos/community-i686/PKGBUILD
(from rev 101370, abuse/trunk/PKGBUILD)
  abuse/repos/community-i686/abuse.install
(from rev 101370, abuse/trunk/abuse.install)
  abuse/repos/community-i686/abuse.sh
(from rev 101370, abuse/trunk/abuse.sh)
  abuse/repos/community-i686/default.abuserc
(from rev 101370, abuse/trunk/default.abuserc)
  abuse/repos/community-i686/default.gamma.lsp
(from rev 101370, abuse/trunk/default.gamma.lsp)
  abuse/repos/community-x86_64/PKGBUILD
(from rev 101370, abuse/trunk/PKGBUILD)
  abuse/repos/community-x86_64/abuse.install
(from rev 101370, abuse/trunk/abuse.install)
  abuse/repos/community-x86_64/abuse.sh
(from rev 101370, abuse/trunk/abuse.sh)
  abuse/repos/community-x86_64/default.abuserc
(from rev 101370, abuse/trunk/default.abuserc)
  abuse/repos/community-x86_64/default.gamma.lsp
(from rev 101370, abuse/trunk/default.gamma.lsp)
Deleted:
  abuse/repos/community-i686/PKGBUILD
  abuse/repos/community-i686/abuse.install
  abuse/repos/community-i686/abuse.sh
  abuse/repos/community-i686/default.abuserc
  abuse/repos/community-i686/default.gamma.lsp
  abuse/repos/community-x86_64/PKGBUILD
  abuse/repos/community-x86_64/abuse.install
  abuse/repos/community-x86_64/abuse.sh
  abuse/repos/community-x86_64/default.abuserc
  abuse/repos/community-x86_64/default.gamma.lsp

+
 /PKGBUILD  |  124 +++
 /abuse.install |   26 +++
 /abuse.sh  |   30 
 /default.abuserc   |   74 
 /default.gamma.lsp |2 
 community-i686/PKGBUILD|   62 -
 community-i686/abuse.install   |   13 ---
 community-i686/abuse.sh|   15 
 community-i686/default.abuserc |   37 --
 community-i686/default.gamma.lsp   |1 
 community-x86_64/PKGBUILD  |   62 -
 community-x86_64/abuse.install |   13 ---
 community-x86_64/abuse.sh  |   15 
 community-x86_64/default.abuserc   |   37 --
 community-x86_64/default.gamma.lsp |1 
 15 files changed, 256 insertions(+), 256 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-23 19:00:48 UTC (rev 101370)
+++ community-i686/PKGBUILD 2013-11-23 19:01:00 UTC (rev 101371)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: jlvsimoes jlvsim...@oninet.pt
-# Contributor: kevin ke...@archlinux.org
-
-pkgname=abuse
-pkgver=0.8
-pkgrel=3
-pkgdesc='Side-scroller action game that pits you against ruthless alien 
killers'
-arch=('x86_64' 'i686')
-url='http://abuse.zoy.org/'
-license=('GPL' 'custom')
-depends=('gcc-libs' 'libgl' 'sdl_mixer' 'glu' 'desktop-file-utils')
-makedepends=('gendesk' 'mesa-libgl' 'glu')
-install=$pkgname.install
-source=(http://abuse.zoy.org/raw-attachment/wiki/download/$pkgname-$pkgver.tar.gz;
-'abuse.sh'
-'default.abuserc'
-'default.gamma.lsp')
-sha256sums=('0104db5fd2695c9518583783f7aaa7e5c0355e27c5a803840a05aef97f9d3488'
-'a5ddac71ca9b8c4bb42bdf91393a5fbe3d839ab9a9e9a6362a75dafc2aab122e'
-'960a19cf1354ac073f459953369dbcf718f0c2d93343fe90ceda4058a01f6074'
-'13df83fea60918d29d5141cdfbd8d56147c053e88d3701209ae676f46447c2f6')
-
-prepare() {
-  cd abuse-$pkgver
-
-  gendesk -n -f --pkgname $pkgname --pkgdesc $pkgdesc
-}
-
-build() {
-  cd abuse-$pkgver
-
-  ./configure --prefix=/usr --with-assetdir=/usr/share/$pkgname/orig --with-x
-  make
-}
-
-package() {
-  cd abuse-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Desktop shortcut and icon
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 doc/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-
-  # Sane defaults
-  mv $pkgdir/usr/bin/$pkgname $pkgdir/usr/bin/$pkgname.elf
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
-  install -Dm644 $srcdir/default.${pkgname}rc \
-$pkgdir/usr/share/$pkgname/default.${pkgname}rc
-  install -Dm644 $srcdir/default.gamma.lsp \
-$pkgdir/usr/share/$pkgname/default.gamma.lsp
-
-  # License (for the original source code)
-  install -d $pkgdir/usr/share/licenses/abuse
-  sed -n '1,/^$/p' src/view.cpp  $pkgdir/usr/share/licenses/abuse/original
-}
-
-# vim:set ts=2 sw=2 et:

Copied: abuse/repos/community-i686/PKGBUILD (from rev 101370, 
abuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-23 19:01:00 UTC (rev 

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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 20:22:35
  Author: bpiotrowski
Revision: 200249

upgpkg: mkvtoolnix 6.5.0-2

rebuild against boost 1.55.0

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 18:41:38 UTC (rev 200248)
+++ PKGBUILD2013-11-23 19:22:35 UTC (rev 200249)
@@ -5,7 +5,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
 pkgver=6.5.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;



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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 20:22:41
  Author: bpiotrowski
Revision: 200250

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

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

---+
 staging-i686/PKGBUILD |   86 
 staging-i686/mkvtoolnix.install   |   14 +
 staging-x86_64/PKGBUILD   |   86 
 staging-x86_64/mkvtoolnix.install |   14 +
 4 files changed, 200 insertions(+)

Copied: mkvtoolnix/repos/staging-i686/PKGBUILD (from rev 200249, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-23 19:22:41 UTC (rev 200250)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=6.5.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
+md5sums=('e2d8d539b8cb9249b6c398690bc61c78')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS= CURL_LIBS=
+
+  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
+  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
+
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib \
+  --disable-gui
+  rake
+
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib
+  rake
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
+  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
+  provides=('mkvtoolnix')
+  conflicts=('mkvtoolnix')
+  replaces=('mkvtoolnix')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mkvinfo
+  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
+
+  rm -rf ${pkgdir}/usr/bin/mmg
+  rm -rf ${pkgdir}/usr/share/man/de/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/share/icons
+  rm -rf ${pkgdir}/usr/share/mime
+}
+
+package_mkvtoolnix-gtk() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
+  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
+  install=mkvtoolnix.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mkv*
+  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
+  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
+
+  rm -rf ${pkgdir}/usr/share/doc
+  rm -rf ${pkgdir}/usr/share/locale
+  rm -rf ${pkgdir}/usr/share/man/de/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
+}

Copied: mkvtoolnix/repos/staging-i686/mkvtoolnix.install (from rev 200249, 
mkvtoolnix/trunk/mkvtoolnix.install)
===
--- staging-i686/mkvtoolnix.install (rev 0)
+++ staging-i686/mkvtoolnix.install 2013-11-23 19:22:41 UTC (rev 200250)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   if [ -f usr/bin/update-mime-database ]; then
+  update-mime-database usr/share/mime  /dev/null
+   fi
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   post_install
+}

Copied: mkvtoolnix/repos/staging-x86_64/PKGBUILD (from rev 200249, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-23 19:22:41 UTC (rev 200250)
@@ -0,0 +1,86 

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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 20:52:28
  Author: bpiotrowski
Revision: 200251

upgpkg: source-highlight 3.1.7-9

rebuild against boost 1.55.0

Modified:
  source-highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 19:22:41 UTC (rev 200250)
+++ PKGBUILD2013-11-23 19:52:28 UTC (rev 200251)
@@ -4,7 +4,7 @@
 
 pkgname=source-highlight
 pkgver=3.1.7
-pkgrel=8
+pkgrel=9
 pkgdesc=Convert source code to syntax highlighted document
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/src-highlite/;



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

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 20:52:34
  Author: bpiotrowski
Revision: 200252

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

Added:
  source-highlight/repos/staging-i686/
  source-highlight/repos/staging-i686/PKGBUILD
(from rev 200251, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-i686/source-highlight.install
(from rev 200251, source-highlight/trunk/source-highlight.install)
  source-highlight/repos/staging-x86_64/
  source-highlight/repos/staging-x86_64/PKGBUILD
(from rev 200251, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-x86_64/source-highlight.install
(from rev 200251, source-highlight/trunk/source-highlight.install)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-i686/source-highlight.install   |   18 +++
 staging-x86_64/PKGBUILD |   34 ++
 staging-x86_64/source-highlight.install |   18 +++
 4 files changed, 104 insertions(+)

Copied: source-highlight/repos/staging-i686/PKGBUILD (from rev 200251, 
source-highlight/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-23 19:52:34 UTC (rev 200252)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=source-highlight
+pkgver=3.1.7
+pkgrel=9
+pkgdesc=Convert source code to syntax highlighted document
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
+
+  # PKGBUILD syntax highlighting
+  echo -e \npkgbuild = sh.lang  ${pkgdir}/usr/share/${pkgname}/lang.map
+}

Copied: source-highlight/repos/staging-i686/source-highlight.install (from rev 
200251, source-highlight/trunk/source-highlight.install)
===
--- staging-i686/source-highlight.install   (rev 0)
+++ staging-i686/source-highlight.install   2013-11-23 19:52:34 UTC (rev 
200252)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: source-highlight/repos/staging-x86_64/PKGBUILD (from rev 200251, 
source-highlight/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-23 19:52:34 UTC (rev 200252)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=source-highlight
+pkgver=3.1.7
+pkgrel=9
+pkgdesc=Convert source code to syntax highlighted document
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
+
+  # PKGBUILD syntax highlighting
+  echo -e \npkgbuild = sh.lang  ${pkgdir}/usr/share/${pkgname}/lang.map
+}

Copied: source-highlight/repos/staging-x86_64/source-highlight.install (from 
rev 200251, source-highlight/trunk/source-highlight.install)
===
--- staging-x86_64/source-highlight.install (rev 0)
+++ staging-x86_64/source-highlight.install 2013-11-23 19:52:34 UTC (rev 
200252)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for 

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

2013-11-23 Thread Evangelos Foutras
Date: Saturday, November 23, 2013 @ 21:24:02
  Author: foutrelis
Revision: 101372

upgpkg: shorewall 4.5.21.4-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 19:01:00 UTC (rev 101371)
+++ PKGBUILD2013-11-23 20:24:02 UTC (rev 101372)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR mrfu...@gmail.com
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.5.21.3
+pkgver=4.5.21.4
 pkgrel=1
 arch=('any')
 url=http://www.shorewall.net/;
@@ -13,9 +13,9 @@
 
source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('dd1160c077112264094478ee81d83c2757d6d72d0d8e7fe6bf000427282a8356'
-'2eccf072ffb83733e73697f425cfd832de91ec70cb19231bb9f88a461790c0da'
-'220725caf825ff0df7c7cf8e78866ec80c847e8b9160cdb8fbc19613248bdc2a')
+sha256sums=('297aa07e793e40b8c2a7ce45789e865b54bd53166303aa0baddd937894d50cc9'
+'32c76e983c3f5c559a9de29cecfa9e918ed3f242d7bd4c1d49c4dfe5fff49a5f'
+'f4a0c6b4789be28ac20ea3a0b8136f9aab72ad1399afa84714097fc6ad66dd1c')
 
 build() {
   for product in shorewall{,6,-core}; do



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

2013-11-23 Thread Evangelos Foutras
Date: Saturday, November 23, 2013 @ 21:24:09
  Author: foutrelis
Revision: 101373

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 101372, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-23 20:24:02 UTC (rev 101372)
+++ PKGBUILD2013-11-23 20:24:09 UTC (rev 101373)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Malte Rabenseifner ma...@zearan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: FUBAR mrfu...@gmail.com
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.5.21.3
-pkgrel=1
-arch=('any')
-url=http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('dd1160c077112264094478ee81d83c2757d6d72d0d8e7fe6bf000427282a8356'
-'2eccf072ffb83733e73697f425cfd832de91ec70cb19231bb9f88a461790c0da'
-'220725caf825ff0df7c7cf8e78866ec80c847e8b9160cdb8fbc19613248bdc2a')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd $srcdir/$product-$pkgver
-./configure HOST=archlinux SBINDIR=/usr/bin
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc=An iptables-based firewall for Linux systems
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc=An iptables-based firewall for Linux systems (with IPv6 support)
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc=Core Shorewall libraries
-  depends=('iptables' 'iproute2')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  DESTDIR=$pkgdir ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|.gz|' \
- -e 's|/subsys||' \
-  configfiles/shorewall$_name_suffix.conf
-
-  DESTDIR=$pkgdir ./install.sh
-
-  install -d $pkgdir/usr/share/doc/shorewall$_name_suffix/
-  cp -r Samples$_name_suffix $pkgdir/usr/share/doc/shorewall$_name_suffix/
-
-  chmod -R 644 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 755 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/modules
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/helpers
-
-  # Fix systemd service file permissions
-  chmod 644 $pkgdir/usr/lib/systemd/system/shorewall$_name_suffix.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 101372, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-23 20:24:09 UTC (rev 101373)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Malte Rabenseifner ma...@zearan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: FUBAR mrfu...@gmail.com
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.5.21.4
+pkgrel=1
+arch=('any')
+url=http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('297aa07e793e40b8c2a7ce45789e865b54bd53166303aa0baddd937894d50cc9'
+'32c76e983c3f5c559a9de29cecfa9e918ed3f242d7bd4c1d49c4dfe5fff49a5f'
+'f4a0c6b4789be28ac20ea3a0b8136f9aab72ad1399afa84714097fc6ad66dd1c')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd $srcdir/$product-$pkgver
+./configure HOST=archlinux SBINDIR=/usr/bin
+popd
+  done
+}
+
+package_shorewall() {
+  

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

2013-11-23 Thread Jakob Gruber
Date: Saturday, November 23, 2013 @ 22:12:56
  Author: schuay
Revision: 101376

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-23 21:12:50 UTC (rev 101375)
+++ PKGBUILD2013-11-23 21:12:56 UTC (rev 101376)
@@ -1,39 +0,0 @@
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=puzzles
-pkgver=9893
-pkgrel=1
-pkgdesc=Simon Tatham's Portable Puzzle Collection
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion')
-depends=('gtk2')
-source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
-md5sums=(SKIP)
-
-build() {
-cd ${srcdir}/${pkgname}
-
-./mkfiles.pl
-
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-
-make -f Makefile.gtk prefix=/usr
-}
-
-package() {
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-#fix FS#14600
-mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
-mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
-mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
-}

Copied: puzzles/repos/community-x86_64/PKGBUILD (from rev 101375, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-23 21:12:56 UTC (rev 101376)
@@ -0,0 +1,39 @@
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=puzzles
+pkgver=10051
+pkgrel=1
+pkgdesc=Simon Tatham's Portable Puzzle Collection
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion')
+depends=('gtk2')
+source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
+md5sums=(SKIP)
+
+build() {
+cd ${srcdir}/${pkgname}
+
+./mkfiles.pl
+
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+
+make -f Makefile.gtk prefix=/usr
+}
+
+package() {
+cd ${srcdir}/${pkgname}
+
+install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
+install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
+
+make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
+
+#fix FS#14600
+mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
+mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
+mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
+}



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

2013-11-23 Thread Jakob Gruber
Date: Saturday, November 23, 2013 @ 22:12:38
  Author: schuay
Revision: 101374

puzzles-10051-1

Modified:
  puzzles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 20:24:09 UTC (rev 101373)
+++ PKGBUILD2013-11-23 21:12:38 UTC (rev 101374)
@@ -3,7 +3,7 @@
 # Maintainer: schuay jakob.gru...@gmail.com
 
 pkgname=puzzles
-pkgver=9893
+pkgver=10051
 pkgrel=1
 pkgdesc=Simon Tatham's Portable Puzzle Collection
 arch=('i686' 'x86_64')



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

2013-11-23 Thread Jakob Gruber
Date: Saturday, November 23, 2013 @ 22:12:50
  Author: schuay
Revision: 101375

archrelease: copy trunk to community-i686

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-23 21:12:38 UTC (rev 101374)
+++ PKGBUILD2013-11-23 21:12:50 UTC (rev 101375)
@@ -1,39 +0,0 @@
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=puzzles
-pkgver=9893
-pkgrel=1
-pkgdesc=Simon Tatham's Portable Puzzle Collection
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion')
-depends=('gtk2')
-source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
-md5sums=(SKIP)
-
-build() {
-cd ${srcdir}/${pkgname}
-
-./mkfiles.pl
-
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-
-make -f Makefile.gtk prefix=/usr
-}
-
-package() {
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-#fix FS#14600
-mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
-mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
-mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
-}

Copied: puzzles/repos/community-i686/PKGBUILD (from rev 101374, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-23 21:12:50 UTC (rev 101375)
@@ -0,0 +1,39 @@
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=puzzles
+pkgver=10051
+pkgrel=1
+pkgdesc=Simon Tatham's Portable Puzzle Collection
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion')
+depends=('gtk2')
+source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
+md5sums=(SKIP)
+
+build() {
+cd ${srcdir}/${pkgname}
+
+./mkfiles.pl
+
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+
+make -f Makefile.gtk prefix=/usr
+}
+
+package() {
+cd ${srcdir}/${pkgname}
+
+install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
+install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
+
+make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
+
+#fix FS#14600
+mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
+mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
+mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
+}



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

2013-11-23 Thread Andreas Radke
Date: Saturday, November 23, 2013 @ 22:41:03
  Author: andyrtr
Revision: 200255

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

Added:
  gnutls/repos/extra-i686/PKGBUILD
(from rev 200254, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-i686/gnutls.install
(from rev 200254, gnutls/trunk/gnutls.install)
  gnutls/repos/extra-x86_64/PKGBUILD
(from rev 200254, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-x86_64/gnutls.install
(from rev 200254, gnutls/trunk/gnutls.install)
Deleted:
  gnutls/repos/extra-i686/PKGBUILD
  gnutls/repos/extra-i686/gnutls.install
  gnutls/repos/extra-i686/tls_fix.diff
  gnutls/repos/extra-x86_64/PKGBUILD
  gnutls/repos/extra-x86_64/gnutls.install
  gnutls/repos/extra-x86_64/tls_fix.diff

-+
 /PKGBUILD   |   86 ++
 /gnutls.install |   40 +++
 extra-i686/PKGBUILD |   43 -
 extra-i686/gnutls.install   |   20 -
 extra-i686/tls_fix.diff |   32 ---
 extra-x86_64/PKGBUILD   |   43 -
 extra-x86_64/gnutls.install |   20 -
 extra-x86_64/tls_fix.diff   |   32 ---
 8 files changed, 126 insertions(+), 190 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-23 21:40:41 UTC (rev 200254)
+++ extra-i686/PKGBUILD 2013-11-23 21:41:03 UTC (rev 200255)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=gnutls
-pkgver=3.2.6
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://www.gnutls.org/;
-install=gnutls.install
-options=('!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
-makedepends=('valgrind' 'strace' 'datefudge')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('1dfe5188df1641754056d853725ef785'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile \
-   --disable-valgrind-tests
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
-  find $pkgdir/usr/share/man -exec gzip -9 {} \;
-}

Copied: gnutls/repos/extra-i686/PKGBUILD (from rev 200254, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-23 21:41:03 UTC (rev 200255)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.2.7
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+makedepends=('valgrind' 'strace' 'datefudge')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('c27d14fe6ad9dc10deddc7e561e0eb63'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile \
+   --disable-valgrind-tests
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check || /bin/true
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Deleted: extra-i686/gnutls.install
===
--- extra-i686/gnutls.install   2013-11-23 21:40:41 UTC (rev 200254)
+++ extra-i686/gnutls.install   2013-11-23 21:41:03 UTC (rev 200255)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info-4.gz 
gnutls.info-5.gz gnutls.info.gz gnutls-guile.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in 

[arch-commits] Commit in gnutls/trunk (PKGBUILD tls_fix.diff)

2013-11-23 Thread Andreas Radke
Date: Saturday, November 23, 2013 @ 22:40:41
  Author: andyrtr
Revision: 200254

upgpkg: gnutls 3.2.7-1

upstream update 3.2.7

Modified:
  gnutls/trunk/PKGBUILD
Deleted:
  gnutls/trunk/tls_fix.diff

--+
 PKGBUILD |6 +++---
 tls_fix.diff |   32 
 2 files changed, 3 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 20:09:30 UTC (rev 200253)
+++ PKGBUILD2013-11-23 21:40:41 UTC (rev 200254)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=gnutls
-pkgver=3.2.6
+pkgver=3.2.7
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 makedepends=('valgrind' 'strace' 'datefudge')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('1dfe5188df1641754056d853725ef785'
+md5sums=('c27d14fe6ad9dc10deddc7e561e0eb63'
  'SKIP')
 
 build() {
@@ -29,7 +29,7 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  make -k check
+  make -k check || /bin/true
 }
 
 package() {

Deleted: tls_fix.diff
===
--- tls_fix.diff2013-11-23 20:09:30 UTC (rev 200253)
+++ tls_fix.diff2013-11-23 21:40:41 UTC (rev 200254)
@@ -1,32 +0,0 @@
-diff --git a/lib/gnutls_cipher.c b/lib/gnutls_cipher.c
-index 198cb34..3caa5ac 100644
 a/lib/gnutls_cipher.c
-+++ b/lib/gnutls_cipher.c
-@@ -710,7 +710,11 @@ ciphertext_to_compressed (gnutls_session_t session,
- return gnutls_assert_val(ret);
- 
-   if (unlikely((unsigned)length_to_decrypt  compressed-size))
--return gnutls_assert_val(GNUTLS_E_DECRYPTION_FAILED);
-+{
-+  _gnutls_audit_log(session, Received %u bytes, while expecting less 
than %u\n,
-+(unsigned int)length_to_decrypt, (unsigned 
int)compressed-size);
-+  return gnutls_assert_val(GNUTLS_E_DECRYPTION_FAILED);
-+}
- 
-   ret =
-_gnutls_auth_cipher_decrypt2 (params-read.cipher_state,
-diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c
-index 993ddb9..4795711 100644
 a/lib/gnutls_record.c
-+++ b/lib/gnutls_record.c
-@@ -1193,8 +1193,8 @@ begin:
-   /* We allocate the maximum possible to allow few compressed bytes to expand 
to a
-* full record.
-*/
--  decrypted = _mbuffer_alloc(MAX_RECORD_RECV_SIZE(session), 
-- MAX_RECORD_RECV_SIZE(session));
-+  t.size = _gnutls_get_max_decrypted_data(session);
-+  decrypted = _mbuffer_alloc(t.size, t.size);
-   if (decrypted == NULL)
- return gnutls_assert_val(GNUTLS_E_MEMORY_ERROR);
- 



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

2013-11-23 Thread Gaetan Bisson
Date: Saturday, November 23, 2013 @ 22:48:38
  Author: bisson
Revision: 200256

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

Added:
  hugin/repos/staging-i686/
  hugin/repos/staging-i686/PKGBUILD
(from rev 200255, hugin/trunk/PKGBUILD)
  hugin/repos/staging-i686/install
(from rev 200255, hugin/trunk/install)
  hugin/repos/staging-x86_64/
  hugin/repos/staging-x86_64/PKGBUILD
(from rev 200255, hugin/trunk/PKGBUILD)
  hugin/repos/staging-x86_64/install
(from rev 200255, hugin/trunk/install)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-i686/install|   13 +
 staging-x86_64/PKGBUILD |   35 +++
 staging-x86_64/install  |   13 +
 4 files changed, 96 insertions(+)

Copied: hugin/repos/staging-i686/PKGBUILD (from rev 200255, 
hugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-23 21:48:38 UTC (rev 200256)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2013.0.0
+pkgrel=3
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes \
+   -DBUILD_HSI=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/staging-i686/install (from rev 200255, hugin/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-11-23 21:48:38 UTC (rev 200256)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 200255, 
hugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-23 21:48:38 UTC (rev 200256)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2013.0.0
+pkgrel=3
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes \
+   -DBUILD_HSI=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/staging-x86_64/install (from rev 200255, 
hugin/trunk/install)
===
--- staging-x86_64/install  (rev 0)
+++ staging-x86_64/install  2013-11-23 21:48:38 UTC (rev 200256)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}



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

2013-11-23 Thread Eric Bélanger
Date: Saturday, November 23, 2013 @ 22:52:47
  Author: eric
Revision: 101377

upgpkg: electricsheep 2.7b33-12

Rebuild against boost 1.55.0

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 21:12:56 UTC (rev 101376)
+++ PKGBUILD2013-11-23 21:52:47 UTC (rev 101377)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=11
+pkgrel=12
 pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
 arch=('i686' 'x86_64')
 url=http://community.electricsheep.org/;



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

2013-11-23 Thread Eric Bélanger
Date: Saturday, November 23, 2013 @ 22:53:19
  Author: eric
Revision: 101378

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

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

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

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 101377, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-23 21:53:19 UTC (rev 101378)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=12
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/wx-config/wx-config-2.9/g' configure.ac
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include cstdio' Common/Singleton.h
+  mkdir m4
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  CPPFLAGS+=-I/usr/include/lua5.1 ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
+  make CXXFLAGS+=-DUSE_NEW_FFMPEG_API=1 GLEE_LIBS=-lGLee 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop
+  install -D -m644 Runtime/logo.png 
${pkgdir}/usr/share/icons/electricsheep.png
+}

Copied: electricsheep/repos/community-staging-x86_64/PKGBUILD (from rev 101377, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-23 21:53:19 UTC (rev 101378)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=12
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf 

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

2013-11-23 Thread Andreas Radke
Date: Saturday, November 23, 2013 @ 22:58:11
  Author: andyrtr
Revision: 200257

upgpkg: x2goserver 4.0.1.8-1

upstream update 4.0.1.8

Modified:
  x2goserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 21:48:38 UTC (rev 200256)
+++ PKGBUILD2013-11-23 21:58:11 UTC (rev 200257)
@@ -7,7 +7,7 @@
 # Contributor: Milan Knížek kni...@volny.cz
 
 pkgname=x2goserver
-pkgver=4.0.1.6
+pkgver=4.0.1.8
 pkgrel=1
 pkgdesc=Open source terminal server
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz
 x2goserver.service)
-md5sums=('61f2248fb16bc035f92b9588ab19c35e'
+md5sums=('754ee94f2b4b57fc08973027a174cf81'
  'f76081c01e40b6206895d194dc949707')
 
 build() {
@@ -60,4 +60,7 @@
   install -dm 755 ${pkgdir}/usr/share/doc/${pkgname}
   install -m 644 debian/changelog 
${pkgdir}/usr/share/doc/${pkgname}/changelog.DEBIAN
   install -m 644 debian/copyright 
${pkgdir}/usr/share/doc/${pkgname}/copyright.DEBIAN
+
+  # fix permission
+  chmod 750 ${pkgdir}/etc/sudoers.d
 }



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

2013-11-23 Thread Andreas Radke
Date: Saturday, November 23, 2013 @ 22:59:15
  Author: andyrtr
Revision: 200258

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

Added:
  x2goserver/repos/extra-i686/PKGBUILD
(from rev 200257, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-i686/x2goserver.install
(from rev 200257, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/extra-i686/x2goserver.service
(from rev 200257, x2goserver/trunk/x2goserver.service)
  x2goserver/repos/extra-x86_64/PKGBUILD
(from rev 200257, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-x86_64/x2goserver.install
(from rev 200257, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/extra-x86_64/x2goserver.service
(from rev 200257, x2goserver/trunk/x2goserver.service)
Deleted:
  x2goserver/repos/extra-i686/PKGBUILD
  x2goserver/repos/extra-i686/x2goserver.install
  x2goserver/repos/extra-i686/x2goserver.service
  x2goserver/repos/extra-x86_64/PKGBUILD
  x2goserver/repos/extra-x86_64/x2goserver.install
  x2goserver/repos/extra-x86_64/x2goserver.service

-+
 /PKGBUILD   |  132 ++
 /x2goserver.install |  122 +++
 /x2goserver.service |   20 +
 extra-i686/PKGBUILD |   63 --
 extra-i686/x2goserver.install   |   61 -
 extra-i686/x2goserver.service   |   10 --
 extra-x86_64/PKGBUILD   |   63 --
 extra-x86_64/x2goserver.install |   61 -
 extra-x86_64/x2goserver.service |   10 --
 9 files changed, 274 insertions(+), 268 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-23 21:58:11 UTC (rev 200257)
+++ extra-i686/PKGBUILD 2013-11-23 21:59:15 UTC (rev 200258)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-# Contributor: Gerhard Brauer ger...@archlinux.de
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Markus Opitz mastero23 at gmail dot com
-# Contributor: Milan Knížek kni...@volny.cz
-
-pkgname=x2goserver
-pkgver=4.0.1.6
-pkgrel=1
-pkgdesc=Open source terminal server
-arch=('i686' 'x86_64')
-url=http://www.x2go.org/;
-license=('GPL')
-depends=('openssh' 'perl-config-simple' 'perl-dbd-sqlite' 'perl-file-basedir' 
'python' 'x2go-agent' 'xorg-xauth')
-makedepends=('man2html')
-#optdepends=('cups-x2go: printing support')
-options=('emptydirs')
-install=x2goserver.install
-backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz
-x2goserver.service)
-md5sums=('61f2248fb16bc035f92b9588ab19c35e'
- 'f76081c01e40b6206895d194dc949707')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # -r option does not exist in Arch linux
-  # (However, html man pages do not get installed anyway...)
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN)  @g' $Makefile
-sed -i 's@ \$(MAN2HTML_SRC)/@  \$(MAN2HTML_SRC)/@g' $Makefile
-  done
-
-  # fix some Makefile permission options
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i s:-o root -g root ::g $Makefile
-  done
-
-  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=$pkgdir
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 PREFIX=/usr SBINDIR=/usr/bin DESTDIR=$pkgdir install
-
-  # systemd service file - only runs x2gocleansessions
-  install -Dm 644 $srcdir/x2goserver.service 
$pkgdir/usr/lib/systemd/system/x2goserver.service
-  
-  # X2go homedir + printing spool dir
-  install -dm 770 $pkgdir/var/lib/x2go
-  install -dm 770 $pkgdir/var/spool/x2go
-  
-  # load fuse module at system start
-  install -dm755 $pkgdir/usr/lib/modules-load.d
-  echo fuse  $pkgdir/usr/lib/modules-load.d/x2goserver.conf
-
-  install -dm 755 ${pkgdir}/usr/share/doc/${pkgname}
-  install -m 644 debian/changelog 
${pkgdir}/usr/share/doc/${pkgname}/changelog.DEBIAN
-  install -m 644 debian/copyright 
${pkgdir}/usr/share/doc/${pkgname}/copyright.DEBIAN
-}

Copied: x2goserver/repos/extra-i686/PKGBUILD (from rev 200257, 
x2goserver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-23 21:59:15 UTC (rev 200258)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+# Contributor: Gerhard Brauer ger...@archlinux.de
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Markus Opitz mastero23 at gmail dot com
+# Contributor: Milan Knížek kni...@volny.cz
+
+pkgname=x2goserver
+pkgver=4.0.1.8
+pkgrel=1
+pkgdesc=Open source terminal server
+arch=('i686' 'x86_64')
+url=http://www.x2go.org/;
+license=('GPL')
+depends=('openssh' 'perl-config-simple' 'perl-dbd-sqlite' 'perl-file-basedir' 
'python' 'x2go-agent' 'xorg-xauth')

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

2013-11-23 Thread Gaetan Bisson
Date: Sunday, November 24, 2013 @ 01:07:17
  Author: bisson
Revision: 200259

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 21:59:15 UTC (rev 200258)
+++ PKGBUILD2013-11-24 00:07:17 UTC (rev 200259)
@@ -6,8 +6,8 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=mpd
-pkgver=0.18.4
-pkgrel=2
+pkgver=0.18.5
+pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -18,7 +18,7 @@
 
source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('3a2c6b713f7e058b45d73295d0a45b1046037d77' 'SKIP'
+sha1sums=('4078755d77b7de4135458ae7db2518d2e057e745' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '67c145c046cddd885630d72ce8ebe71f8321ff3b')
 



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

2013-11-23 Thread Gaetan Bisson
Date: Sunday, November 24, 2013 @ 01:08:07
  Author: bisson
Revision: 200260

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 200259, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 200259, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 200259, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 200259, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 200259, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 200259, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 200259, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 200259, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  114 ++
 /conf   |   14 +
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   57 ---
 extra-i686/conf |7 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   57 ---
 extra-x86_64/conf   |7 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-24 00:07:17 UTC (rev 200259)
+++ extra-i686/PKGBUILD 2013-11-24 00:08:07 UTC (rev 200260)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.4
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('3a2c6b713f7e058b45d73295d0a45b1046037d77' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/CdioParanoiaInputPlugin.cxx
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 200259, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-24 00:08:07 UTC (rev 200260)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.5
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')

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

2013-11-23 Thread Sébastien Luttringer
Date: Sunday, November 24, 2013 @ 01:43:41
  Author: seblu
Revision: 101379

upgpkg: mailman 2.1.17-1

Modified:
  mailman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-23 21:53:19 UTC (rev 101378)
+++ PKGBUILD2013-11-24 00:43:41 UTC (rev 101379)
@@ -3,7 +3,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=mailman
-pkgver=2.1.16
+pkgver=2.1.17
 pkgrel=1
 pkgdesc='The GNU Mailing List Manager'
 arch=(i686 x86_64)
@@ -20,7 +20,7 @@
 $pkgname.profile.sh
 $pkgname.profile.csh
 $pkgname.service)
-md5sums=('ab8969dc68661f7a7af3beb797a46b3e'
+md5sums=('39043257f91eb876082fa90470aa8d28'
  'ed04d062379eb21e39ce1e70e6b1ade2'
  'a9c71ec940c56173415fbd49087d10b0'
  '85a8c30ffc444e677b286f54df530482'



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

2013-11-23 Thread Sébastien Luttringer
Date: Sunday, November 24, 2013 @ 01:43:57
  Author: seblu
Revision: 101380

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

Added:
  mailman/repos/community-i686/PKGBUILD
(from rev 101379, mailman/trunk/PKGBUILD)
  mailman/repos/community-i686/mailman-2.1-build.patch
(from rev 101379, mailman/trunk/mailman-2.1-build.patch)
  mailman/repos/community-i686/mailman.install
(from rev 101379, mailman/trunk/mailman.install)
  mailman/repos/community-i686/mailman.profile.csh
(from rev 101379, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-i686/mailman.profile.sh
(from rev 101379, mailman/trunk/mailman.profile.sh)
  mailman/repos/community-i686/mailman.service
(from rev 101379, mailman/trunk/mailman.service)
  mailman/repos/community-x86_64/PKGBUILD
(from rev 101379, mailman/trunk/PKGBUILD)
  mailman/repos/community-x86_64/mailman-2.1-build.patch
(from rev 101379, mailman/trunk/mailman-2.1-build.patch)
  mailman/repos/community-x86_64/mailman.install
(from rev 101379, mailman/trunk/mailman.install)
  mailman/repos/community-x86_64/mailman.profile.csh
(from rev 101379, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-x86_64/mailman.profile.sh
(from rev 101379, mailman/trunk/mailman.profile.sh)
  mailman/repos/community-x86_64/mailman.service
(from rev 101379, mailman/trunk/mailman.service)
Deleted:
  mailman/repos/community-i686/PKGBUILD
  mailman/repos/community-i686/mailman-2.1-build.patch
  mailman/repos/community-i686/mailman.install
  mailman/repos/community-i686/mailman.profile.csh
  mailman/repos/community-i686/mailman.profile.sh
  mailman/repos/community-i686/mailman.service
  mailman/repos/community-x86_64/PKGBUILD
  mailman/repos/community-x86_64/mailman-2.1-build.patch
  mailman/repos/community-x86_64/mailman.install
  mailman/repos/community-x86_64/mailman.profile.csh
  mailman/repos/community-x86_64/mailman.profile.sh
  mailman/repos/community-x86_64/mailman.service

--+
 /PKGBUILD|  164 +++
 /mailman-2.1-build.patch | 1388 +
 /mailman.install |   60 +
 /mailman.profile.csh |2 
 /mailman.profile.sh  |6 
 /mailman.service |   26 
 community-i686/PKGBUILD  |   82 -
 community-i686/mailman-2.1-build.patch   |  694 --
 community-i686/mailman.install   |   30 
 community-i686/mailman.profile.csh   |1 
 community-i686/mailman.profile.sh|3 
 community-i686/mailman.service   |   13 
 community-x86_64/PKGBUILD|   82 -
 community-x86_64/mailman-2.1-build.patch |  694 --
 community-x86_64/mailman.install |   30 
 community-x86_64/mailman.profile.csh |1 
 community-x86_64/mailman.profile.sh  |3 
 community-x86_64/mailman.service |   13 
 18 files changed, 1646 insertions(+), 1646 deletions(-)

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


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

2013-11-23 Thread speps
Date: Sunday, November 24, 2013 @ 03:38:59
  Author: speps
Revision: 101381

upgpkg: guitarix2 0.28.3-2

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-24 00:43:57 UTC (rev 101380)
+++ PKGBUILD2013-11-24 02:38:59 UTC (rev 101381)
@@ -3,7 +3,7 @@
 
 pkgname=guitarix2
 pkgver=0.28.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
 arch=('i686' 'x86_64')
 url=http://guitarix.sourceforge.net/;



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

2013-11-23 Thread speps
Date: Sunday, November 24, 2013 @ 03:39:27
  Author: speps
Revision: 101382

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

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

--+
 staging-i686/PKGBUILD|   36 
 staging-i686/guitarix2.install   |   11 +++
 staging-x86_64/PKGBUILD  |   36 
 staging-x86_64/guitarix2.install |   11 +++
 4 files changed, 94 insertions(+)

Copied: guitarix2/repos/staging-i686/PKGBUILD (from rev 101381, 
guitarix2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-24 02:39:27 UTC (rev 101382)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=guitarix2
+pkgver=0.28.3
+pkgrel=2
+pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
+arch=('i686' 'x86_64')
+url=http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'jack' 'librsvg' 'liblrdf' 'bluez-libs' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python2' 'boost' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install=$pkgname.install
+source=(http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
+md5sums=('9b535512a07d5a48e67a5cec01ee6944')
+
+build() {
+  cd $srcdir/guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd $srcdir/guitarix-$pkgver
+  python2 waf install --destdir=$pkgdir
+}

Copied: guitarix2/repos/staging-i686/guitarix2.install (from rev 101381, 
guitarix2/trunk/guitarix2.install)
===
--- staging-i686/guitarix2.install  (rev 0)
+++ staging-i686/guitarix2.install  2013-11-24 02:39:27 UTC (rev 101382)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: guitarix2/repos/staging-x86_64/PKGBUILD (from rev 101381, 
guitarix2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-24 02:39:27 UTC (rev 101382)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=guitarix2
+pkgver=0.28.3
+pkgrel=2
+pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
+arch=('i686' 'x86_64')
+url=http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'jack' 'librsvg' 'liblrdf' 'bluez-libs' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python2' 'boost' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install=$pkgname.install
+source=(http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
+md5sums=('9b535512a07d5a48e67a5cec01ee6944')
+
+build() {
+  cd $srcdir/guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd $srcdir/guitarix-$pkgver
+  python2 waf install --destdir=$pkgdir
+}

Copied: guitarix2/repos/staging-x86_64/guitarix2.install (from rev 101381, 
guitarix2/trunk/guitarix2.install)
===
--- staging-x86_64/guitarix2.install(rev 0)
+++ staging-x86_64/guitarix2.install2013-11-24 02:39:27 UTC (rev 101382)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-11-23 Thread speps
Date: Sunday, November 24, 2013 @ 03:57:33
  Author: speps
Revision: 101383

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

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

+
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/guitarix2.install   |   11 
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/guitarix2.install |   11 
 4 files changed, 94 insertions(+)

Copied: guitarix2/repos/community-staging-i686/PKGBUILD (from rev 101382, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-24 02:57:33 UTC (rev 101383)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=guitarix2
+pkgver=0.28.3
+pkgrel=2
+pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
+arch=('i686' 'x86_64')
+url=http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'jack' 'librsvg' 'liblrdf' 'bluez-libs' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python2' 'boost' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install=$pkgname.install
+source=(http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
+md5sums=('9b535512a07d5a48e67a5cec01ee6944')
+
+build() {
+  cd $srcdir/guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd $srcdir/guitarix-$pkgver
+  python2 waf install --destdir=$pkgdir
+}

Copied: guitarix2/repos/community-staging-i686/guitarix2.install (from rev 
101382, guitarix2/trunk/guitarix2.install)
===
--- community-staging-i686/guitarix2.install(rev 0)
+++ community-staging-i686/guitarix2.install2013-11-24 02:57:33 UTC (rev 
101383)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: guitarix2/repos/community-staging-x86_64/PKGBUILD (from rev 101382, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-24 02:57:33 UTC (rev 101383)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=guitarix2
+pkgver=0.28.3
+pkgrel=2
+pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
+arch=('i686' 'x86_64')
+url=http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'jack' 'librsvg' 'liblrdf' 'bluez-libs' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python2' 'boost' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install=$pkgname.install
+source=(http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
+md5sums=('9b535512a07d5a48e67a5cec01ee6944')
+
+build() {
+  cd $srcdir/guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd $srcdir/guitarix-$pkgver
+  python2 waf install --destdir=$pkgdir
+}

Copied: guitarix2/repos/community-staging-x86_64/guitarix2.install (from rev 
101382, guitarix2/trunk/guitarix2.install)
===
--- community-staging-x86_64/guitarix2.install  (rev 0)
+++ community-staging-x86_64/guitarix2.install  2013-11-24 02:57:33 UTC (rev 
101383)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+

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

2013-11-23 Thread Gaetan Bisson
Date: Sunday, November 24, 2013 @ 05:14:17
  Author: bisson
Revision: 200261

free rebuild

Modified:
  gsfonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-24 00:08:07 UTC (rev 200260)
+++ PKGBUILD2013-11-24 04:14:17 UTC (rev 200261)
@@ -1,14 +1,14 @@
 # $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: Firmicus francois.archlinux.org
 # Contributor: dorphell dorph...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=gsfonts
 _realname=urw-fonts
 pkgver=1.0.7pre44
 _fedoraver=2.4
-_fedorarel=11.fc17
-pkgrel=3
+_fedorarel=18.fc21
+pkgrel=4
 pkgdesc='Standard Ghostscript Type1 fonts from URW'
 url='http://sourceforge.net/projects/gs-fonts/'
 arch=('any')
@@ -16,12 +16,12 @@
 makedepends=('rpmextract')
 depends=('xorg-font-utils' 'fontconfig')
 
source=(http://kojipkgs.fedoraproject.org/packages/${_realname}/${_fedoraver}/${_fedorarel}/src/${_realname}-${_fedoraver}-${_fedorarel}.src.rpm;)
-sha1sums=('c4b31e581c25bc497c915d6d81e60cfdbb9f529e')
+sha1sums=('fafb435a5bce2c6b9746c05959bd8d137e00f9c3')
 
 provides=(${_realname})
 install=install
 
-build() {
+prepare() {
cd ${srcdir}
rpmextract.sh ${_realname}-${_fedoraver}-${_fedorarel}.src.rpm
bsdtar xf *.tar.bz2



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

2013-11-23 Thread Gaetan Bisson
Date: Sunday, November 24, 2013 @ 05:14:46
  Author: bisson
Revision: 200262

archrelease: copy trunk to extra-any

Added:
  gsfonts/repos/extra-any/PKGBUILD
(from rev 200261, gsfonts/trunk/PKGBUILD)
  gsfonts/repos/extra-any/install
(from rev 200261, gsfonts/trunk/install)
Deleted:
  gsfonts/repos/extra-any/PKGBUILD
  gsfonts/repos/extra-any/install

--+
 PKGBUILD |   68 ++---
 install  |   30 +-
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-24 04:14:17 UTC (rev 200261)
+++ PKGBUILD2013-11-24 04:14:46 UTC (rev 200262)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Firmicus francois.archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=gsfonts
-_realname=urw-fonts
-pkgver=1.0.7pre44
-_fedoraver=2.4
-_fedorarel=11.fc17
-pkgrel=3
-pkgdesc='Standard Ghostscript Type1 fonts from URW'
-url='http://sourceforge.net/projects/gs-fonts/'
-arch=('any')
-license=('GPL2')
-makedepends=('rpmextract')
-depends=('xorg-font-utils' 'fontconfig')
-source=(http://kojipkgs.fedoraproject.org/packages/${_realname}/${_fedoraver}/${_fedorarel}/src/${_realname}-${_fedoraver}-${_fedorarel}.src.rpm;)
-sha1sums=('c4b31e581c25bc497c915d6d81e60cfdbb9f529e')
-
-provides=(${_realname})
-install=install
-
-build() {
-   cd ${srcdir}
-   rpmextract.sh ${_realname}-${_fedoraver}-${_fedorarel}.src.rpm
-   bsdtar xf *.tar.bz2
-}
-
-package() {
-   cd ${srcdir}
-   install -d ${pkgdir}/usr/share/fonts/Type1
-   install -m644 *.{pfb,pfm,afm} ${pkgdir}/usr/share/fonts/Type1
-}

Copied: gsfonts/repos/extra-any/PKGBUILD (from rev 200261, 
gsfonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-24 04:14:46 UTC (rev 200262)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=gsfonts
+_realname=urw-fonts
+pkgver=1.0.7pre44
+_fedoraver=2.4
+_fedorarel=18.fc21
+pkgrel=4
+pkgdesc='Standard Ghostscript Type1 fonts from URW'
+url='http://sourceforge.net/projects/gs-fonts/'
+arch=('any')
+license=('GPL2')
+makedepends=('rpmextract')
+depends=('xorg-font-utils' 'fontconfig')
+source=(http://kojipkgs.fedoraproject.org/packages/${_realname}/${_fedoraver}/${_fedorarel}/src/${_realname}-${_fedoraver}-${_fedorarel}.src.rpm;)
+sha1sums=('fafb435a5bce2c6b9746c05959bd8d137e00f9c3')
+
+provides=(${_realname})
+install=install
+
+prepare() {
+   cd ${srcdir}
+   rpmextract.sh ${_realname}-${_fedoraver}-${_fedorarel}.src.rpm
+   bsdtar xf *.tar.bz2
+}
+
+package() {
+   cd ${srcdir}
+   install -d ${pkgdir}/usr/share/fonts/Type1
+   install -m644 *.{pfb,pfm,afm} ${pkgdir}/usr/share/fonts/Type1
+}

Deleted: install
===
--- install 2013-11-24 04:14:17 UTC (rev 200261)
+++ install 2013-11-24 04:14:46 UTC (rev 200262)
@@ -1,15 +0,0 @@
-post_install() {
-   echo -n Updating font cache... 
-   fc-cache -sf  /dev/null
-   mkfontscale /usr/share/fonts/Type1
-   mkfontdir /usr/share/fonts/Type1
-   echo done.
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-post_remove() {
-   post_install $1
-}

Copied: gsfonts/repos/extra-any/install (from rev 200261, gsfonts/trunk/install)
===
--- install (rev 0)
+++ install 2013-11-24 04:14:46 UTC (rev 200262)
@@ -0,0 +1,15 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -sf  /dev/null
+   mkfontscale /usr/share/fonts/Type1
+   mkfontdir /usr/share/fonts/Type1
+   echo done.
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}



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

2013-11-23 Thread Eric Bélanger
Date: Sunday, November 24, 2013 @ 07:25:00
  Author: eric
Revision: 200264

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

Added:
  libftdi/repos/staging-i686/
  libftdi/repos/staging-i686/PKGBUILD
(from rev 200263, libftdi/trunk/PKGBUILD)
  libftdi/repos/staging-x86_64/
  libftdi/repos/staging-x86_64/PKGBUILD
(from rev 200263, libftdi/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: libftdi/repos/staging-i686/PKGBUILD (from rev 200263, 
libftdi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-24 06:25:00 UTC (rev 200264)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libftdi
+pkgver=1.0
+pkgrel=1
+pkgdesc=A library to talk to FTDI chips
+arch=('i686' 'x86_64')
+url=http://www.intra2net.com/en/developer/libftdi/download.php;
+license=('GPL2' 'LGPL2.1')
+depends=('libusbx')
+makedepends=('boost' 'cmake')
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
+sha1sums=('5be76cfd7cd36c5291054638f7caf4137303386f'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}1-$pkgver
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
+}
+
+build() {
+  cd ${pkgname}1-$pkgver
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON 
-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${pkgname}1-$pkgver/build
+  make DESTDIR=$pkgdir install
+  find examples -type f -perm -755 -exec install {} $pkgdir/usr/bin \;
+}

Copied: libftdi/repos/staging-x86_64/PKGBUILD (from rev 200263, 
libftdi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-24 06:25:00 UTC (rev 200264)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libftdi
+pkgver=1.0
+pkgrel=1
+pkgdesc=A library to talk to FTDI chips
+arch=('i686' 'x86_64')
+url=http://www.intra2net.com/en/developer/libftdi/download.php;
+license=('GPL2' 'LGPL2.1')
+depends=('libusbx')
+makedepends=('boost' 'cmake')
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
+sha1sums=('5be76cfd7cd36c5291054638f7caf4137303386f'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}1-$pkgver
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
+}
+
+build() {
+  cd ${pkgname}1-$pkgver
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON 
-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${pkgname}1-$pkgver/build
+  make DESTDIR=$pkgdir install
+  find examples -type f -perm -755 -exec install {} $pkgdir/usr/bin \;
+}



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

2013-11-23 Thread Eric Bélanger
Date: Sunday, November 24, 2013 @ 07:24:28
  Author: eric
Revision: 200263

upgpkg: libftdi 1.0-1

Upstream update, Change libusb-compat depends to libusbx, Add cmake makedepends

Modified:
  libftdi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-24 04:14:46 UTC (rev 200262)
+++ PKGBUILD2013-11-24 06:24:28 UTC (rev 200263)
@@ -1,27 +1,35 @@
 # $Id$
+# Maintainer:
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=libftdi
-pkgver=0.20
-pkgrel=2
+pkgver=1.0
+pkgrel=1
 pkgdesc=A library to talk to FTDI chips
 arch=('i686' 'x86_64')
 url=http://www.intra2net.com/en/developer/libftdi/download.php;
 license=('GPL2' 'LGPL2.1')
-depends=('libusb-compat' 'gcc-libs')
-makedepends=('boost')
-source=(http://www.intra2net.com/en/developer/libftdi/download/$pkgname-$pkgver.tar.gz{,.sig})
-sha1sums=('4bc6ce70c98a170ada303fbd00b8428d8a2c1aa2'
-  '807d145147c9bee08b4cea4d7ca82ccaf1330f02')
+depends=('libusbx')
+makedepends=('boost' 'cmake')
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
+sha1sums=('5be76cfd7cd36c5291054638f7caf4137303386f'
+  'SKIP')
 
+prepare() {
+  cd ${pkgname}1-$pkgver
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i '/no-install/d' examples/Makefile.in
-  ./configure --prefix=/usr
+  cd ${pkgname}1-$pkgver
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON 
-DCMAKE_BUILD_TYPE=Release
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${pkgname}1-$pkgver/build
   make DESTDIR=$pkgdir install
+  find examples -type f -perm -755 -exec install {} $pkgdir/usr/bin \;
 }