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

2013-01-27 Thread Giovanni Scafora
Date: Sunday, January 27, 2013 @ 10:20:49
  Author: giovanni
Revision: 176064

upgpkg: help2man 1.41.1-1

upstream release

Modified:
  help2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 07:39:54 UTC (rev 176063)
+++ PKGBUILD2013-01-27 09:20:49 UTC (rev 176064)
@@ -3,7 +3,7 @@
 # Contributor: Paul Mattal p...@mattal.com
 
 pkgname=help2man
-pkgver=1.40.13
+pkgver=1.41.1
 pkgrel=1
 pkgdesc=Conversion tool to create man files
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('perl-locale-gettext')
 install=help2man.install
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ecbc98f1f146e404e85d7bef520b34d8')
+md5sums=('4485615cd699a78eb42444324546942a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-01-27 Thread Giovanni Scafora
Date: Sunday, January 27, 2013 @ 10:20:55
  Author: giovanni
Revision: 176065

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

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

---+
 extra-i686/PKGBUILD   |   62 
 extra-i686/help2man.install   |   36 +++
 extra-x86_64/PKGBUILD |   62 
 extra-x86_64/help2man.install |   36 +++
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-27 09:20:49 UTC (rev 176064)
+++ extra-i686/PKGBUILD 2013-01-27 09:20:55 UTC (rev 176065)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-
-pkgname=help2man
-pkgver=1.40.13
-pkgrel=1
-pkgdesc=Conversion tool to create man files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ecbc98f1f146e404e85d7bef520b34d8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: help2man/repos/extra-i686/PKGBUILD (from rev 176064, 
help2man/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-27 09:20:55 UTC (rev 176065)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+
+pkgname=help2man
+pkgver=1.41.1
+pkgrel=1
+pkgdesc=Conversion tool to create man files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/help2man/;
+license=('GPL')
+depends=('perl-locale-gettext')
+install=help2man.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('4485615cd699a78eb42444324546942a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/help2man.install
===
--- extra-i686/help2man.install 2013-01-27 09:20:49 UTC (rev 176064)
+++ extra-i686/help2man.install 2013-01-27 09:20:55 UTC (rev 176065)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(help2man.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: help2man/repos/extra-i686/help2man.install (from rev 176064, 
help2man/trunk/help2man.install)
===
--- extra-i686/help2man.install (rev 0)
+++ extra-i686/help2man.install 2013-01-27 09:20:55 UTC (rev 176065)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(help2man.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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-27 09:20:49 UTC (rev 176064)
+++ extra-x86_64/PKGBUILD   2013-01-27 09:20:55 UTC (rev 176065)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-
-pkgname=help2man
-pkgver=1.40.13
-pkgrel=1
-pkgdesc=Conversion tool to create man files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')

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

2013-01-27 Thread Bartłomiej Piotrowski
Date: Sunday, January 27, 2013 @ 10:25:11
  Author: bpiotrowski
Revision: 83054

upgpkg: frogatto 1.2-8

rebuild against boost 1.52.0

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-26 23:43:48 UTC (rev 83053)
+++ PKGBUILD2013-01-27 09:25:11 UTC (rev 83054)
@@ -5,21 +5,21 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.2
-pkgrel=7
+pkgrel=8
 pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
 url=http://www.frogatto.com;
 license=('GPL')
 depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data')
 makedepends=('mesa' 'boost')
-source=(frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/tarball/$pkgver;
+source=(frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz;
 frogatto
 frogatto.desktop)
-md5sums=('b60924f384e04728eb6e76cdd48ab8f9'
+md5sums=('57da96f06a28b064ff5d9c988cb4bdfe'
  '9ed2c9ea59e95fe3c0b3ad49e58f8890'
  'e31563b04748a39292a59aaad633ff58')
 
 build() {
-  cd $srcdir/$pkgname-$pkgname*
+  cd $srcdir/$pkgname-$pkgver
 
   sed -i 's/ccache //g' Makefile
   sed -i 's/-lprofiler//g' Makefile
@@ -32,7 +32,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgname*
+  cd $srcdir/$pkgname-$pkgver
 
   install -D -m755 game $pkgdir/opt/frogatto/game
   install -D -m755 server $pkgdir/opt/frogatto/server



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

2013-01-27 Thread Bartłomiej Piotrowski
Date: Sunday, January 27, 2013 @ 10:25:30
  Author: bpiotrowski
Revision: 83055

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

Added:
  frogatto/repos/community-staging-i686/
  frogatto/repos/community-staging-i686/PKGBUILD
(from rev 83054, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-i686/frogatto
(from rev 83054, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-i686/frogatto.desktop
(from rev 83054, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-staging-x86_64/
  frogatto/repos/community-staging-x86_64/PKGBUILD
(from rev 83054, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-x86_64/frogatto
(from rev 83054, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-x86_64/frogatto.desktop
(from rev 83054, frogatto/trunk/frogatto.desktop)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-i686/frogatto   |3 +
 community-staging-i686/frogatto.desktop   |   11 ++
 community-staging-x86_64/PKGBUILD |   47 
 community-staging-x86_64/frogatto |3 +
 community-staging-x86_64/frogatto.desktop |   11 ++
 6 files changed, 122 insertions(+)

Copied: frogatto/repos/community-staging-i686/PKGBUILD (from rev 83054, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-01-27 09:25:30 UTC (rev 83055)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Tom Wambold tom5...@gmail.com
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.2
+pkgrel=8
+pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
+url=http://www.frogatto.com;
+license=('GPL')
+depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data')
+makedepends=('mesa' 'boost')
+source=(frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz;
+frogatto
+frogatto.desktop)
+md5sums=('57da96f06a28b064ff5d9c988cb4bdfe'
+ '9ed2c9ea59e95fe3c0b3ad49e58f8890'
+ 'e31563b04748a39292a59aaad633ff58')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's/ccache //g' Makefile
+  sed -i 's/-lprofiler//g' Makefile
+  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
+  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
+  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
+  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
+  make game server
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -D -m755 game $pkgdir/opt/frogatto/game
+  install -D -m755 server $pkgdir/opt/frogatto/server
+
+  install -D -m644 src/LICENSE $pkgdir/usr/share/licenses/frogatto/LICENSE
+
+  cd $srcdir
+  install -DT -m755 frogatto $pkgdir/usr/bin/frogatto
+  install -D -m644 frogatto.desktop 
$pkgdir/usr/share/applications/frogatto.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-staging-i686/frogatto (from rev 83054, 
frogatto/trunk/frogatto)
===
--- community-staging-i686/frogatto (rev 0)
+++ community-staging-i686/frogatto 2013-01-27 09:25:30 UTC (rev 83055)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /opt/frogatto
+exec /opt/frogatto/game $*

Copied: frogatto/repos/community-staging-i686/frogatto.desktop (from rev 83054, 
frogatto/trunk/frogatto.desktop)
===
--- community-staging-i686/frogatto.desktop (rev 0)
+++ community-staging-i686/frogatto.desktop 2013-01-27 09:25:30 UTC (rev 
83055)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Frogatto
+GenericName=Old-school 2D platformer
+Comment=Old-school 2D platformer
+Exec=/usr/bin/frogatto
+Terminal=false
+MultipleArgs=false
+Type=Application
+Icon=/opt/frogatto/images/window-icon.png
+Categories=Game;ArcadeGame

Copied: frogatto/repos/community-staging-x86_64/PKGBUILD (from rev 83054, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-01-27 09:25:30 UTC (rev 83055)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Tom Wambold tom5...@gmail.com
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.2
+pkgrel=8
+pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
+url=http://www.frogatto.com;
+license=('GPL')
+depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data')
+makedepends=('mesa' 'boost')

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

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 10:28:58
  Author: andrea
Revision: 83056

Fix syntax

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 09:25:30 UTC (rev 83055)
+++ PKGBUILD2013-01-27 09:28:58 UTC (rev 83056)
@@ -22,7 +22,7 @@
 $pkgname.service)
 backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
 
-[ $CARCH == 'x86_64' ]  makedepends+=('yasm')
+[ $CARCH == x86_64 ]  makedepends+=('yasm')
 
 build() {
   cd $srcdir



[arch-commits] Commit in cgminer/repos/community-i686 (8 files)

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 10:29:25
  Author: andrea
Revision: 83057

archrelease: copy trunk to community-i686

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 83056, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer
(from rev 83056, cgminer/trunk/cgminer)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 83056, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 83056, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service

-+
 PKGBUILD|  114 +++---
 cgminer |  102 
 cgminer.conf.d  |   22 +-
 cgminer.service |   16 +++
 4 files changed, 127 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-27 09:28:58 UTC (rev 83056)
+++ PKGBUILD2013-01-27 09:29:25 UTC (rev 83057)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=2.10.4
-_build=
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from 
cpuminer.
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
-'opencl-catalyst: OpenCL implementation for AMD')
-source=(http://ck.kolivas.org/apps/cgminer/$pkgname-$pkgver.tar.bz2;
-$pkgname.conf.d
-$pkgname
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == 'x86_64' ]  makedepends+=('yasm')
-
-build() {
-  cd $srcdir
-  cd $pkgname-$pkgver${_build}
-
-  # Use in-tree jansson since it is not compatible with jansson 2.0
-  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, 
request_jansson=true)$/request_jansson=true/' -i configure.ac
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-
-  ./configure --prefix=/usr --enable-cpumining --disable-adl
-  
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver${_build}
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm755 $srcdir/$pkgname $pkgdir/etc/rc.d/$pkgname
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-md5sums=('f165e9060796d07b031aacc9468536f4'
- 'fe4a243fabe24608f5c05e40f0f118f6'
- 'ee39698273671fee0e98d4af16014c36'
- 'bd76fc92fedce18c59ccea2aa79cc664')

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 83056, 
cgminer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-27 09:29:25 UTC (rev 83057)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: monson holymon...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: David Manouchehri da...@davidmanouchehri.com
+
+pkgname=cgminer
+pkgver=2.10.4
+_build=
+pkgrel=1
+pkgdesc=Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from 
cpuminer.
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libcl')
+makedepends=('opencl-headers')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
+'opencl-catalyst: OpenCL implementation for AMD')
+source=(http://ck.kolivas.org/apps/cgminer/$pkgname-$pkgver.tar.bz2;
+$pkgname.conf.d
+$pkgname
+$pkgname.service)
+backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
+
+[ $CARCH == x86_64 ]  makedepends+=('yasm')
+
+build() {
+  cd $srcdir
+  cd $pkgname-$pkgver${_build}
+
+  # Use in-tree jansson since it is not compatible with jansson 2.0
+  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, 
request_jansson=true)$/request_jansson=true/' -i configure.ac
+
+  # Here you may want to use custom CFLAGS
+  #export CFLAGS=-O2 -march=native -mtune=native -msse2
+
+  ./configure --prefix=/usr --enable-cpumining --disable-adl
+  
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver${_build}
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm755 $srcdir/$pkgname $pkgdir/etc/rc.d/$pkgname
+  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 $srcdir/$pkgname.conf.d 

[arch-commits] Commit in cgminer/repos/community-x86_64 (8 files)

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 10:29:50
  Author: andrea
Revision: 83058

archrelease: copy trunk to community-x86_64

Added:
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 83057, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer
(from rev 83057, cgminer/trunk/cgminer)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 83057, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 83057, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

-+
 PKGBUILD|  114 +++---
 cgminer |  102 
 cgminer.conf.d  |   22 +-
 cgminer.service |   16 +++
 4 files changed, 127 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-27 09:29:25 UTC (rev 83057)
+++ PKGBUILD2013-01-27 09:29:50 UTC (rev 83058)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=2.10.4
-_build=
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from 
cpuminer.
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
-'opencl-catalyst: OpenCL implementation for AMD')
-source=(http://ck.kolivas.org/apps/cgminer/$pkgname-$pkgver.tar.bz2;
-$pkgname.conf.d
-$pkgname
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == 'x86_64' ]  makedepends+=('yasm')
-
-build() {
-  cd $srcdir
-  cd $pkgname-$pkgver${_build}
-
-  # Use in-tree jansson since it is not compatible with jansson 2.0
-  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, 
request_jansson=true)$/request_jansson=true/' -i configure.ac
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-
-  ./configure --prefix=/usr --enable-cpumining --disable-adl
-  
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver${_build}
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm755 $srcdir/$pkgname $pkgdir/etc/rc.d/$pkgname
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-md5sums=('f165e9060796d07b031aacc9468536f4'
- 'fe4a243fabe24608f5c05e40f0f118f6'
- 'ee39698273671fee0e98d4af16014c36'
- 'bd76fc92fedce18c59ccea2aa79cc664')

Copied: cgminer/repos/community-x86_64/PKGBUILD (from rev 83057, 
cgminer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-27 09:29:50 UTC (rev 83058)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: monson holymon...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: David Manouchehri da...@davidmanouchehri.com
+
+pkgname=cgminer
+pkgver=2.10.4
+_build=
+pkgrel=1
+pkgdesc=Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from 
cpuminer.
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libcl')
+makedepends=('opencl-headers')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
+'opencl-catalyst: OpenCL implementation for AMD')
+source=(http://ck.kolivas.org/apps/cgminer/$pkgname-$pkgver.tar.bz2;
+$pkgname.conf.d
+$pkgname
+$pkgname.service)
+backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
+
+[ $CARCH == x86_64 ]  makedepends+=('yasm')
+
+build() {
+  cd $srcdir
+  cd $pkgname-$pkgver${_build}
+
+  # Use in-tree jansson since it is not compatible with jansson 2.0
+  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, 
request_jansson=true)$/request_jansson=true/' -i configure.ac
+
+  # Here you may want to use custom CFLAGS
+  #export CFLAGS=-O2 -march=native -mtune=native -msse2
+
+  ./configure --prefix=/usr --enable-cpumining --disable-adl
+  
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver${_build}
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm755 $srcdir/$pkgname $pkgdir/etc/rc.d/$pkgname
+  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 

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

2013-01-27 Thread Tobias Powalowski
Date: Sunday, January 27, 2013 @ 10:30:45
  Author: tpowa
Revision: 176066

upgpkg: efibootmgr 0.6.0-1

bump to latest version

Modified:
  efibootmgr/trunk/PKGBUILD
Deleted:
  efibootmgr/trunk/efibootmgr_after_0.5.4_git.patch
  efibootmgr/trunk/efibootmgr_default_to_grub2.patch

---+
 PKGBUILD  |   14 ---
 efibootmgr_after_0.5.4_git.patch  |  159 
 efibootmgr_default_to_grub2.patch |   45 --
 3 files changed, 4 insertions(+), 214 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 09:20:55 UTC (rev 176065)
+++ PKGBUILD2013-01-27 09:30:45 UTC (rev 176066)
@@ -4,8 +4,8 @@
 # Contributor: Keshav P R skodabenz at rocketmail dot com
 
 pkgname=efibootmgr
-pkgver=0.5.4
-pkgrel=3
+pkgver=0.6.0
+pkgrel=1
 pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables.
 arch=('i686' 'x86_64')
 url=http://linux.dell.com/efibootmgr/;
@@ -15,9 +15,7 @@
 provides=()
 options=(strip purge docs zipman !emptydirs)
 
-source=(http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz;
-   'efibootmgr_after_0.5.4_git.patch' 
-   'efibootmgr_default_to_grub2.patch')
+source=(http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz;)
 
 build () { 
rm -rf ${srcdir}/efibootmgr-${pkgver}_build/ || true
@@ -26,8 +24,6 @@

cd ${srcdir}/efibootmgr-${pkgver}_build/

-   patch -Np1 -i ${srcdir}/efibootmgr_after_0.5.4_git.patch
-   patch -Np1 -i ${srcdir}/efibootmgr_default_to_grub2.patch
echo

CFLAGS= make
@@ -47,6 +43,4 @@
install -D -m644 
${srcdir}/efibootmgr-${pkgver}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8

 }
-md5sums=('cfcf24752d6461b73f7ba964bbf73169'
- '29730052de0d6911457a26011f8ddb6e'
- 'b99b8f79842b96c241a0b0fcfb75c778')
+md5sums=('9e9a31d79e579644de83a14139b66d10')

Deleted: efibootmgr_after_0.5.4_git.patch
===
--- efibootmgr_after_0.5.4_git.patch2013-01-27 09:20:55 UTC (rev 176065)
+++ efibootmgr_after_0.5.4_git.patch2013-01-27 09:30:45 UTC (rev 176066)
@@ -1,159 +0,0 @@
-diff --git a/src/efibootmgr/efibootmgr.c b/src/efibootmgr/efibootmgr.c
-index 5db0d9e..199af39 100644
 a/src/efibootmgr/efibootmgr.c
-+++ b/src/efibootmgr/efibootmgr.c
-@@ -328,6 +328,7 @@ add_to_boot_order(uint16_t num)
-   /* Now new_data has what we need */
-   memcpy((boot_order.Data), new_data, new_data_size);
-   boot_order.DataSize = new_data_size;
-+  free(new_data);
-   return create_or_edit_variable(boot_order);
- }
- 
-diff --git a/src/include/disk.h b/src/include/disk.h
-index eb93d10..8aa37d7 100644
 a/src/include/disk.h
-+++ b/src/include/disk.h
-@@ -65,6 +65,9 @@ enum _interface_type {interface_type_unknown,
- ata, atapi, scsi, usb,
- i1394, fibre, i2o, md};
- 
-+
-+unsigned int lcm(unsigned int x, unsigned int y);
-+
- int disk_get_pci(int fd,
-unsigned char *bus,
-unsigned char *device,
-diff --git a/src/lib/disk.c b/src/lib/disk.c
-index 883864f..8ad590b 100644
 a/src/lib/disk.c
-+++ b/src/lib/disk.c
-@@ -55,7 +55,7 @@ disk_info_from_fd(int fd,
-   return 1;
-   }
-   major = buf.st_dev  8;
--  minor = buf.st_dev  0xFF;
-+  minor = buf.st_dev  0xFF;
- 
-   /* IDE disks can have up to 64 partitions, or 6 bits worth,
-* and have one bit for the disk number.
-@@ -420,6 +420,27 @@ get_sector_size(int filedes)
-   return sector_size;
- }
- 
-+/
-+ * lcm
-+ * Requires:
-+ * - numbers of which to find the lowest common multiple
-+ * Modifies: nothing
-+ * Returns:
-+ *  lowest common multiple of x and y
-+ /
-+unsigned int
-+lcm(unsigned int x, unsigned int y)
-+{
-+  unsigned int m = x, n = y, o;
-+
-+  while ((o = m % n)) {
-+  m = n;
-+  n = o;
-+  }
-+
-+  return (x / n) * y;
-+}
-+
- /**
-  * disk_get_partition_info()
-  *  @fd - open file descriptor to disk
-@@ -442,26 +463,27 @@ disk_get_partition_info (int fd,
-uint8_t *mbr_type, uint8_t *signature_type)
- {
-   legacy_mbr *mbr;
--  void *mbr_unaligned;
-+  void *mbr_sector;
-+  size_t mbr_size;
-   off_t offset;
-   int this_bytes_read = 0;
-   int gpt_invalid=0, mbr_invalid=0;
-   int rc=0;
-   int sector_size = get_sector_size(fd);
- 
--  if (sizeof(*mbr) != sector_size)
--  return 1;
--  mbr_unaligned = malloc(sizeof(*mbr)+sector_size-1);
--  mbr = (legacy_mbr *)
--  (((unsigned long)mbr_unaligned + sector_size - 1) 
--   ~(unsigned long)(sector_size-1));

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

2013-01-27 Thread Tobias Powalowski
Date: Sunday, January 27, 2013 @ 10:30:54
  Author: tpowa
Revision: 176067

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

Added:
  efibootmgr/repos/extra-i686/PKGBUILD
(from rev 176066, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/extra-x86_64/PKGBUILD
(from rev 176066, efibootmgr/trunk/PKGBUILD)
Deleted:
  efibootmgr/repos/extra-i686/PKGBUILD
  efibootmgr/repos/extra-i686/efibootmgr_after_0.5.4_git.patch
  efibootmgr/repos/extra-i686/efibootmgr_default_to_grub2.patch
  efibootmgr/repos/extra-x86_64/PKGBUILD
  efibootmgr/repos/extra-x86_64/efibootmgr_after_0.5.4_git.patch
  efibootmgr/repos/extra-x86_64/efibootmgr_default_to_grub2.patch

+
 extra-i686/PKGBUILD|   98 ++
 extra-i686/efibootmgr_after_0.5.4_git.patch|  159 ---
 extra-i686/efibootmgr_default_to_grub2.patch   |   45 --
 extra-x86_64/PKGBUILD  |   98 ++
 extra-x86_64/efibootmgr_after_0.5.4_git.patch  |  159 ---
 extra-x86_64/efibootmgr_default_to_grub2.patch |   45 --
 6 files changed, 92 insertions(+), 512 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-27 09:30:45 UTC (rev 176066)
+++ extra-i686/PKGBUILD 2013-01-27 09:30:54 UTC (rev 176067)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor : Murtuza Akhtari inxsible at gmail dot com
-# Contributor: Keshav P R skodabenz at rocketmail dot com
-
-pkgname=efibootmgr
-pkgver=0.5.4
-pkgrel=3
-pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables.
-arch=('i686' 'x86_64')
-url=http://linux.dell.com/efibootmgr/;
-license=('GPL2')
-depends=('zlib' 'pciutils')
-makedepends=()
-provides=()
-options=(strip purge docs zipman !emptydirs)
-
-source=(http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz;
-   'efibootmgr_after_0.5.4_git.patch' 
-   'efibootmgr_default_to_grub2.patch')
-
-build () { 
-   rm -rf ${srcdir}/efibootmgr-${pkgver}_build/ || true
-   
-   cp -r ${srcdir}/efibootmgr-${pkgver} 
${srcdir}/efibootmgr-${pkgver}_build
-   
-   cd ${srcdir}/efibootmgr-${pkgver}_build/
-   
-   patch -Np1 -i ${srcdir}/efibootmgr_after_0.5.4_git.patch
-   patch -Np1 -i ${srcdir}/efibootmgr_default_to_grub2.patch
-   echo
-   
-   CFLAGS= make
-   echo
-   
-}
-
-
-package() {
-   
-   mkdir -p ${pkgdir}/usr/sbin/
-   mkdir -p ${pkgdir}/usr/share/man/man8/
-   
-   cd ${srcdir}/efibootmgr-${pkgver}_build/
-   
-   install -D -m755 
${srcdir}/efibootmgr-${pkgver}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/sbin/efibootmgr
-   install -D -m644 
${srcdir}/efibootmgr-${pkgver}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
-   
-}
-md5sums=('cfcf24752d6461b73f7ba964bbf73169'
- '29730052de0d6911457a26011f8ddb6e'
- 'b99b8f79842b96c241a0b0fcfb75c778')

Copied: efibootmgr/repos/extra-i686/PKGBUILD (from rev 176066, 
efibootmgr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-27 09:30:54 UTC (rev 176067)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor : Murtuza Akhtari inxsible at gmail dot com
+# Contributor: Keshav P R skodabenz at rocketmail dot com
+
+pkgname=efibootmgr
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables.
+arch=('i686' 'x86_64')
+url=http://linux.dell.com/efibootmgr/;
+license=('GPL2')
+depends=('zlib' 'pciutils')
+makedepends=()
+provides=()
+options=(strip purge docs zipman !emptydirs)
+
+source=(http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz;)
+
+build () { 
+   rm -rf ${srcdir}/efibootmgr-${pkgver}_build/ || true
+   
+   cp -r ${srcdir}/efibootmgr-${pkgver} 
${srcdir}/efibootmgr-${pkgver}_build
+   
+   cd ${srcdir}/efibootmgr-${pkgver}_build/
+   
+   echo
+   
+   CFLAGS= make
+   echo
+   
+}
+
+
+package() {
+   
+   mkdir -p ${pkgdir}/usr/sbin/
+   mkdir -p ${pkgdir}/usr/share/man/man8/
+   
+   cd ${srcdir}/efibootmgr-${pkgver}_build/
+   
+   install -D -m755 
${srcdir}/efibootmgr-${pkgver}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/sbin/efibootmgr
+   install -D -m644 
${srcdir}/efibootmgr-${pkgver}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
+   
+}
+md5sums=('9e9a31d79e579644de83a14139b66d10')

Deleted: extra-i686/efibootmgr_after_0.5.4_git.patch
===
--- extra-i686/efibootmgr_after_0.5.4_git.patch 2013-01-27 09:30:45 UTC (rev 
176066)
+++ extra-i686/efibootmgr_after_0.5.4_git.patch 

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

2013-01-27 Thread Bartłomiej Piotrowski
Date: Sunday, January 27, 2013 @ 10:34:44
  Author: bpiotrowski
Revision: 83059

upgpkg: dos2unix 6.0.3-1

Modified:
  dos2unix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 09:29:50 UTC (rev 83058)
+++ PKGBUILD2013-01-27 09:34:44 UTC (rev 83059)
@@ -4,7 +4,7 @@
 # Contributor: Gerson E. Ruotolo gersonruot...@globo.com
 
 pkgname=dos2unix
-pkgver=6.0.2
+pkgver=6.0.3
 pkgrel=1
 pkgdesc='Text file format converter'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('perl')
 conflicts=('hd2u')
 
source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('11ee6ae80c8acd6d750399cbf4ab6bd9')
+sha256sums=('f5268c5b28a1983537210c72b3fd43f4aad17a8dacb6727b615b56dca2ef9a04')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-27 Thread Bartłomiej Piotrowski
Date: Sunday, January 27, 2013 @ 10:35:12
  Author: bpiotrowski
Revision: 83060

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-27 09:34:44 UTC (rev 83059)
+++ community-i686/PKGBUILD 2013-01-27 09:35:12 UTC (rev 83060)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski
-# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
-# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
-
-pkgname=dos2unix
-pkgver=6.0.2
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('11ee6ae80c8acd6d750399cbf4ab6bd9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-i686/PKGBUILD (from rev 83059, 
dos2unix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 09:35:12 UTC (rev 83060)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski
+# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
+# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
+
+pkgname=dos2unix
+pkgver=6.0.3
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('f5268c5b28a1983537210c72b3fd43f4aad17a8dacb6727b615b56dca2ef9a04')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-27 09:34:44 UTC (rev 83059)
+++ community-x86_64/PKGBUILD   2013-01-27 09:35:12 UTC (rev 83060)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski
-# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
-# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
-
-pkgname=dos2unix
-pkgver=6.0.2
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('11ee6ae80c8acd6d750399cbf4ab6bd9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-x86_64/PKGBUILD (from rev 83059, 
dos2unix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 09:35:12 UTC (rev 83060)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski
+# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
+# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
+
+pkgname=dos2unix
+pkgver=6.0.3
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('f5268c5b28a1983537210c72b3fd43f4aad17a8dacb6727b615b56dca2ef9a04')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (5 files)

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 10:45:36
  Author: andrea
Revision: 83061

extra2community: Moving evilwm from extra to community

Added:
  evilwm/
  evilwm/repos/
  evilwm/trunk/
  evilwm/trunk/LICENSE
  evilwm/trunk/PKGBUILD

--+
 LICENSE  |   40 
 PKGBUILD |   26 ++
 2 files changed, 66 insertions(+)

Added: evilwm/trunk/LICENSE
===
--- evilwm/trunk/LICENSE(rev 0)
+++ evilwm/trunk/LICENSE2013-01-27 09:45:36 UTC (rev 83061)
@@ -0,0 +1,40 @@
+LICENCE
+
+evilwm 1.1
+Copyright (C) 1999-2011 Ciaran Anscomb evi...@6809.org.uk
+
+This is free software.  You can do what you want to it, but if it
+breaks something, you get to pay for the counselling.  The code was
+originally based on aewm, so this is distributed under the same terms,
+which follow.
+
+
+AEWM LICENCE
+
+Copyright (c) 1998-2000 Decklin Foster.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AS IS, WITHOUT ANY EXPRESS
+OR IMPLIED WARRANTIES OF ANY KIND. IN NO EVENT SHALL THE AUTHOR BE
+HELD LIABLE FOR ANY DAMAGES CONNECTED WITH THE USE OF THIS PROGRAM.
+
+You are granted permission to copy, publish, distribute, and/or sell
+copies of this program and any modified versions or derived works,
+provided that this copyright and notice are not removed or altered.
+
+Portions of the code were based on 9wm, which contains this license:
+
+ 9wm is free software, and is Copyright (c) 1994 by David Hogan.
+ Permission is granted to all sentient beings to use this software,
+ to make copies of it, and to distribute those copies, provided
+ that:
+
+ (1) the copyright and licence notices are left intact
+ (2) the recipients are aware that it is free software
+ (3) any unapproved changes in functionality are either
+   (i) only distributed as patches
+   or (ii) distributed as a new program which is not called 9wm
+   and whose documentation gives credit where it is due
+ (4) the author is not held responsible for any defects
+ or shortcomings in the software, or damages caused by it.
+
+ There is no warranty for this software.  Have a nice day.

Added: evilwm/trunk/PKGBUILD
===
--- evilwm/trunk/PKGBUILD   (rev 0)
+++ evilwm/trunk/PKGBUILD   2013-01-27 09:45:36 UTC (rev 83061)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Jochem Kossen j.kos...@home.nl
+
+pkgname=evilwm
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=A minimalist but usable window manager for the X Window System.
+arch=('i686' 'x86_64')
+url=http://evilwm.sourceforge.net;
+license=('custom')
+depends=('libxrandr')
+source=(http://www.6809.org.uk/evilwm/$pkgname-$pkgver.tar.gz LICENSE)
+md5sums=('5f14cc3019320860c85bb07c60a76bd7'
+ '0941ad3e96597ef75c6310f43a0342a0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir desktopfilesdir=/usr/share/xsessions install
+  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 10:45:44
  Author: andrea
Revision: 83062

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

Added:
  evilwm/repos/community-i686/
  evilwm/repos/community-i686/LICENSE
(from rev 83061, evilwm/trunk/LICENSE)
  evilwm/repos/community-i686/PKGBUILD
(from rev 83061, evilwm/trunk/PKGBUILD)
  evilwm/repos/community-x86_64/
  evilwm/repos/community-x86_64/LICENSE
(from rev 83061, evilwm/trunk/LICENSE)
  evilwm/repos/community-x86_64/PKGBUILD
(from rev 83061, evilwm/trunk/PKGBUILD)

---+
 community-i686/LICENSE|   40 
 community-i686/PKGBUILD   |   26 ++
 community-x86_64/LICENSE  |   40 
 community-x86_64/PKGBUILD |   26 ++
 4 files changed, 132 insertions(+)

Copied: evilwm/repos/community-i686/LICENSE (from rev 83061, 
evilwm/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2013-01-27 09:45:44 UTC (rev 83062)
@@ -0,0 +1,40 @@
+LICENCE
+
+evilwm 1.1
+Copyright (C) 1999-2011 Ciaran Anscomb evi...@6809.org.uk
+
+This is free software.  You can do what you want to it, but if it
+breaks something, you get to pay for the counselling.  The code was
+originally based on aewm, so this is distributed under the same terms,
+which follow.
+
+
+AEWM LICENCE
+
+Copyright (c) 1998-2000 Decklin Foster.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AS IS, WITHOUT ANY EXPRESS
+OR IMPLIED WARRANTIES OF ANY KIND. IN NO EVENT SHALL THE AUTHOR BE
+HELD LIABLE FOR ANY DAMAGES CONNECTED WITH THE USE OF THIS PROGRAM.
+
+You are granted permission to copy, publish, distribute, and/or sell
+copies of this program and any modified versions or derived works,
+provided that this copyright and notice are not removed or altered.
+
+Portions of the code were based on 9wm, which contains this license:
+
+ 9wm is free software, and is Copyright (c) 1994 by David Hogan.
+ Permission is granted to all sentient beings to use this software,
+ to make copies of it, and to distribute those copies, provided
+ that:
+
+ (1) the copyright and licence notices are left intact
+ (2) the recipients are aware that it is free software
+ (3) any unapproved changes in functionality are either
+   (i) only distributed as patches
+   or (ii) distributed as a new program which is not called 9wm
+   and whose documentation gives credit where it is due
+ (4) the author is not held responsible for any defects
+ or shortcomings in the software, or damages caused by it.
+
+ There is no warranty for this software.  Have a nice day.

Copied: evilwm/repos/community-i686/PKGBUILD (from rev 83061, 
evilwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 09:45:44 UTC (rev 83062)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Jochem Kossen j.kos...@home.nl
+
+pkgname=evilwm
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=A minimalist but usable window manager for the X Window System.
+arch=('i686' 'x86_64')
+url=http://evilwm.sourceforge.net;
+license=('custom')
+depends=('libxrandr')
+source=(http://www.6809.org.uk/evilwm/$pkgname-$pkgver.tar.gz LICENSE)
+md5sums=('5f14cc3019320860c85bb07c60a76bd7'
+ '0941ad3e96597ef75c6310f43a0342a0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir desktopfilesdir=/usr/share/xsessions install
+  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: evilwm/repos/community-x86_64/LICENSE (from rev 83061, 
evilwm/trunk/LICENSE)
===
--- community-x86_64/LICENSE(rev 0)
+++ community-x86_64/LICENSE2013-01-27 09:45:44 UTC (rev 83062)
@@ -0,0 +1,40 @@
+LICENCE
+
+evilwm 1.1
+Copyright (C) 1999-2011 Ciaran Anscomb evi...@6809.org.uk
+
+This is free software.  You can do what you want to it, but if it
+breaks something, you get to pay for the counselling.  The code was
+originally based on aewm, so this is distributed under the same terms,
+which follow.
+
+
+AEWM LICENCE
+
+Copyright (c) 1998-2000 Decklin Foster.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AS IS, WITHOUT ANY EXPRESS
+OR IMPLIED WARRANTIES OF ANY KIND. IN NO EVENT SHALL THE AUTHOR BE
+HELD LIABLE FOR ANY DAMAGES CONNECTED WITH THE USE OF THIS PROGRAM.
+
+You are granted permission to copy, publish, distribute, and/or sell
+copies of this program and any modified versions or derived works,
+provided that this copyright and notice are not removed or altered.
+
+Portions of the code were based on 9wm, which contains this 

[arch-commits] Commit in (evilwm)

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 10:45:56
  Author: andrea
Revision: 176068

extra2community: Moving evilwm from extra to community

Deleted:
  evilwm/



[arch-commits] Commit in (5 files)

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 10:58:33
  Author: andrea
Revision: 83063

extra2community: Moving xdelta from extra to community

Added:
  xdelta/
  xdelta/repos/
  xdelta/trunk/
  xdelta/trunk/PKGBUILD
  xdelta/trunk/xdelta-1.1.4-aclocal.patch

+
 PKGBUILD   |   29 +
 xdelta-1.1.4-aclocal.patch |   11 +++
 2 files changed, 40 insertions(+)

Added: xdelta/trunk/PKGBUILD
===
--- xdelta/trunk/PKGBUILD   (rev 0)
+++ xdelta/trunk/PKGBUILD   2013-01-27 09:58:33 UTC (rev 83063)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=xdelta
+pkgver=1.1.4
+pkgrel=4
+pkgdesc=binary file delta generator
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/xdelta/;
+license=('GPL')
+depends=('glib' 'zlib')
+options=('!libtool')
+source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz
+xdelta-1.1.4-aclocal.patch)
+md5sums=('1b896c01ebf0e353b7e3c3071b05f496'
+ '1d8ab5909bdf977a2783c164b66906fd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/xdelta-1.1.4-aclocal.patch
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


Property changes on: xdelta/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: xdelta/trunk/xdelta-1.1.4-aclocal.patch
===
--- xdelta/trunk/xdelta-1.1.4-aclocal.patch (rev 0)
+++ xdelta/trunk/xdelta-1.1.4-aclocal.patch 2013-01-27 09:58:33 UTC (rev 
83063)
@@ -0,0 +1,11 @@
+--- xdelta-1.1.3/xdelta.m4.aclocal 2004-10-20 00:20:47.875648144 +0200
 xdelta-1.1.3/xdelta.m4 2004-10-20 00:21:47.205628616 +0200
+@@ -4,7 +4,7 @@
+ dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND 
[, MODULES)
+ dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if gmodule or
+ dnl
+-AC_DEFUN(AM_PATH_XDELTA,
++AC_DEFUN([AM_PATH_XDELTA],
+ [dnl
+ dnl Get the cflags and libraries from the xdelta-config script
+ dnl



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

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 10:58:41
  Author: andrea
Revision: 83064

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

Added:
  xdelta/repos/community-i686/
  xdelta/repos/community-i686/PKGBUILD
(from rev 83063, xdelta/trunk/PKGBUILD)
  xdelta/repos/community-i686/xdelta-1.1.4-aclocal.patch
(from rev 83063, xdelta/trunk/xdelta-1.1.4-aclocal.patch)
  xdelta/repos/community-x86_64/
  xdelta/repos/community-x86_64/PKGBUILD
(from rev 83063, xdelta/trunk/PKGBUILD)
  xdelta/repos/community-x86_64/xdelta-1.1.4-aclocal.patch
(from rev 83063, xdelta/trunk/xdelta-1.1.4-aclocal.patch)

-+
 community-i686/PKGBUILD |   29 ++
 community-i686/xdelta-1.1.4-aclocal.patch   |   11 +
 community-x86_64/PKGBUILD   |   29 ++
 community-x86_64/xdelta-1.1.4-aclocal.patch |   11 +
 4 files changed, 80 insertions(+)

Copied: xdelta/repos/community-i686/PKGBUILD (from rev 83063, 
xdelta/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 09:58:41 UTC (rev 83064)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=xdelta
+pkgver=1.1.4
+pkgrel=4
+pkgdesc=binary file delta generator
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/xdelta/;
+license=('GPL')
+depends=('glib' 'zlib')
+options=('!libtool')
+source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz
+xdelta-1.1.4-aclocal.patch)
+md5sums=('1b896c01ebf0e353b7e3c3071b05f496'
+ '1d8ab5909bdf977a2783c164b66906fd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/xdelta-1.1.4-aclocal.patch
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: xdelta/repos/community-i686/xdelta-1.1.4-aclocal.patch (from rev 83063, 
xdelta/trunk/xdelta-1.1.4-aclocal.patch)
===
--- community-i686/xdelta-1.1.4-aclocal.patch   (rev 0)
+++ community-i686/xdelta-1.1.4-aclocal.patch   2013-01-27 09:58:41 UTC (rev 
83064)
@@ -0,0 +1,11 @@
+--- xdelta-1.1.3/xdelta.m4.aclocal 2004-10-20 00:20:47.875648144 +0200
 xdelta-1.1.3/xdelta.m4 2004-10-20 00:21:47.205628616 +0200
+@@ -4,7 +4,7 @@
+ dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND 
[, MODULES)
+ dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if gmodule or
+ dnl
+-AC_DEFUN(AM_PATH_XDELTA,
++AC_DEFUN([AM_PATH_XDELTA],
+ [dnl
+ dnl Get the cflags and libraries from the xdelta-config script
+ dnl

Copied: xdelta/repos/community-x86_64/PKGBUILD (from rev 83063, 
xdelta/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 09:58:41 UTC (rev 83064)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=xdelta
+pkgver=1.1.4
+pkgrel=4
+pkgdesc=binary file delta generator
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/xdelta/;
+license=('GPL')
+depends=('glib' 'zlib')
+options=('!libtool')
+source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz
+xdelta-1.1.4-aclocal.patch)
+md5sums=('1b896c01ebf0e353b7e3c3071b05f496'
+ '1d8ab5909bdf977a2783c164b66906fd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/xdelta-1.1.4-aclocal.patch
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: xdelta/repos/community-x86_64/xdelta-1.1.4-aclocal.patch (from rev 
83063, xdelta/trunk/xdelta-1.1.4-aclocal.patch)
===
--- community-x86_64/xdelta-1.1.4-aclocal.patch (rev 0)
+++ community-x86_64/xdelta-1.1.4-aclocal.patch 2013-01-27 09:58:41 UTC (rev 
83064)
@@ -0,0 +1,11 @@
+--- xdelta-1.1.3/xdelta.m4.aclocal 2004-10-20 00:20:47.875648144 +0200
 xdelta-1.1.3/xdelta.m4 2004-10-20 00:21:47.205628616 +0200
+@@ -4,7 +4,7 @@
+ dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND 
[, MODULES)
+ dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if gmodule or
+ dnl
+-AC_DEFUN(AM_PATH_XDELTA,
++AC_DEFUN([AM_PATH_XDELTA],
+ [dnl
+ dnl Get the cflags and libraries from the xdelta-config script
+ dnl



[arch-commits] Commit in (xdelta)

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 10:58:53
  Author: andrea
Revision: 176069

extra2community: Moving xdelta from extra to community

Deleted:
  xdelta/



[arch-commits] Commit in (5 files)

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 10:59:11
  Author: andrea
Revision: 83065

extra2community: Moving oprofile from extra to community

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

--+
 PKGBUILD |   44 
 oprofile.install |   21 +
 2 files changed, 65 insertions(+)

Added: oprofile/trunk/PKGBUILD
===
--- oprofile/trunk/PKGBUILD (rev 0)
+++ oprofile/trunk/PKGBUILD 2013-01-27 09:59:11 UTC (rev 83065)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.8
+pkgrel=1
+pkgdesc=A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt')
+optdepends=('qt: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/var/lib/oprofile
+
+# installing development libraries and headers - FS#20089
+  install -d  $pkgdir/usr/include/oprofile
+  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
+libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
+libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} 
$pkgdir/usr/include/oprofile
+  install -m644 libop/libop.a libdb/libodb.a $pkgdir/usr/lib/
+  install -m644 libabi/libabi.a $pkgdir/usr/lib/libopabi.a
+  install -m644 libutil/libutil.a $pkgdir/usr/lib/liboputil.a
+  install -m644 libutil++/libutil++.a $pkgdir/usr/lib/liboputil++.a
+}


Property changes on: oprofile/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: oprofile/trunk/oprofile.install
===
--- oprofile/trunk/oprofile.install (rev 0)
+++ oprofile/trunk/oprofile.install 2013-01-27 09:59:11 UTC (rev 83065)
@@ -0,0 +1,21 @@
+post_install(){
+  groupadd -g 492 oprofile /dev/null
+  useradd -u 492 -g oprofile -d /var/lib/oprofile -s /bin/false oprofile 
/dev/null
+}
+
+post_upgrade(){
+  getent group oprofile /dev/null 21 || groupadd -g 492 oprofile /dev/null
+  getent passwd oprofile /dev/null 21 || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile /dev/null
+  if [ $(vercmp $2 0.9.7-2) -lt 0 ] ; then
+usermod -d /var/lib/oprofile oprofile
+  fi
+}
+
+post_remove(){
+  if getent passwd oprofile /dev/null 21; then
+userdel oprofile
+  fi
+  if getent group oprofile /dev/null 21; then
+groupdel oprofile
+  fi
+}



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

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 10:59:19
  Author: andrea
Revision: 83066

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

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

---+
 community-i686/PKGBUILD   |   44 
 community-i686/oprofile.install   |   21 +
 community-x86_64/PKGBUILD |   44 
 community-x86_64/oprofile.install |   21 +
 4 files changed, 130 insertions(+)

Copied: oprofile/repos/community-i686/PKGBUILD (from rev 83065, 
oprofile/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 09:59:19 UTC (rev 83066)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.8
+pkgrel=1
+pkgdesc=A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt')
+optdepends=('qt: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/var/lib/oprofile
+
+# installing development libraries and headers - FS#20089
+  install -d  $pkgdir/usr/include/oprofile
+  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
+libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
+libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} 
$pkgdir/usr/include/oprofile
+  install -m644 libop/libop.a libdb/libodb.a $pkgdir/usr/lib/
+  install -m644 libabi/libabi.a $pkgdir/usr/lib/libopabi.a
+  install -m644 libutil/libutil.a $pkgdir/usr/lib/liboputil.a
+  install -m644 libutil++/libutil++.a $pkgdir/usr/lib/liboputil++.a
+}

Copied: oprofile/repos/community-i686/oprofile.install (from rev 83065, 
oprofile/trunk/oprofile.install)
===
--- community-i686/oprofile.install (rev 0)
+++ community-i686/oprofile.install 2013-01-27 09:59:19 UTC (rev 83066)
@@ -0,0 +1,21 @@
+post_install(){
+  groupadd -g 492 oprofile /dev/null
+  useradd -u 492 -g oprofile -d /var/lib/oprofile -s /bin/false oprofile 
/dev/null
+}
+
+post_upgrade(){
+  getent group oprofile /dev/null 21 || groupadd -g 492 oprofile /dev/null
+  getent passwd oprofile /dev/null 21 || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile /dev/null
+  if [ $(vercmp $2 0.9.7-2) -lt 0 ] ; then
+usermod -d /var/lib/oprofile oprofile
+  fi
+}
+
+post_remove(){
+  if getent passwd oprofile /dev/null 21; then
+userdel oprofile
+  fi
+  if getent group oprofile /dev/null 21; then
+groupdel oprofile
+  fi
+}

Copied: oprofile/repos/community-x86_64/PKGBUILD (from rev 83065, 
oprofile/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 09:59:19 UTC (rev 83066)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.8
+pkgrel=1
+pkgdesc=A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt')
+optdepends=('qt: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/var/lib/oprofile
+
+# installing development libraries and headers - FS#20089
+  install -d  

[arch-commits] Commit in (oprofile)

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 10:59:32
  Author: andrea
Revision: 176070

extra2community: Moving oprofile from extra to community

Deleted:
  oprofile/



[arch-commits] Commit in rekonq/trunk (PKGBUILD fix-google-sync.patch)

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 11:02:30
  Author: andrea
Revision: 83067

upgpkg: rekonq 2.1-1

Upstream release

Modified:
  rekonq/trunk/PKGBUILD
Deleted:
  rekonq/trunk/fix-google-sync.patch

---+
 PKGBUILD  |   14 +---
 fix-google-sync.patch |  155 
 2 files changed, 4 insertions(+), 165 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 09:59:19 UTC (rev 83066)
+++ PKGBUILD2013-01-27 10:02:30 UTC (rev 83067)
@@ -4,8 +4,8 @@
 # Contributor: Panagiotis Papadopoulos pano_90 AT gmx DOT net
 
 pkgname=rekonq
-pkgver=2.0
-pkgrel=2
+pkgver=2.1
+pkgrel=1
 pkgdesc='A WebKit based web browser for KDE'
 arch=('i686' 'x86_64')
 url='http://rekonq.kde.org/'
@@ -14,16 +14,10 @@
 makedepends=('cmake' 'automoc4')
 optdepends=('qca-ossl: to use the sync handler')
 install=${pkgname}.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'fix-google-sync.patch')
-sha256sums=('380aa337b561ee0c5eb1aa8401f7bd8d98a2b18e645e92f3387baae06d501d84'
-'7360746d3668c1353e0b30351d33014c41d3171d64a43fed5178207883291001')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('92640c80b19e88934d5ed618b4a61c767ee7a27e4792e43bd3ccf51a7b5ce664')
 
 build(){
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/fix-google-sync.patch
-  cd ../
-
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \

Deleted: fix-google-sync.patch
===
--- fix-google-sync.patch   2013-01-27 09:59:19 UTC (rev 83066)
+++ fix-google-sync.patch   2013-01-27 10:02:30 UTC (rev 83067)
@@ -1,155 +0,0 @@
-From: Andrea Diamantini adj...@gmail.com
-Date: Tue, 08 Jan 2013 16:09:03 +
-Subject: Workaround to fix Google Bookmarks sync + minor speed improvement
-X-Git-Url: 
http://quickgit.kde.org/?p=rekonq.gita=commitdiffh=58bd0c195b60c3cf597a8d9296e5725dc4be7c9b

-Workaround to fix Google Bookmarks sync + minor speed improvement
-
-Courtesy patch by Francesco. Thanks :)
-
-BUG: 312824

-
-
 a/src/sync/googlesynchandler.cpp
-+++ b/src/sync/googlesynchandler.cpp
-@@ -3,7 +3,7 @@
- * This file is a part of the rekonq project
- *
- * Copyright (C) 2012 by Siteshwar Vashisht siteshwar at gmail dot com
--* Copyright (C) 2011 by Andrea Diamantini adjam7 at gmail dot com
-+* Copyright (C) 2011-2013 by Andrea Diamantini adjam7 at gmail dot com
- *
- *
- * This program is free software; you can redistribute it and/or
-@@ -172,24 +172,24 @@
- 
- QString path = _webPage.mainFrame()-url().path();
- 
--if (path == /ServiceLogin  _doLogin == true)
-+if ( (path == QL1S(/ServiceLogin) || path == QL1S(/Login))  
_doLogin == true)
- {
- // Let's login to our Google account
- QWebFrame *frame = _webPage.mainFrame();
- 
--QWebElement email = frame-findFirstElement(#Email);
--QWebElement passwd = frame-findFirstElement(#Passwd);
--QWebElement form = frame-findFirstElement(#gaia_loginform);
--
--email.setAttribute(value, ReKonfig::syncUser());
--passwd.setAttribute(value, ReKonfig::syncPass());
--form.evaluateJavaScript(this.submit(););
-+QWebElement email = frame-findFirstElement( QL1S(#Email) );
-+QWebElement passwd = frame-findFirstElement( QL1S(#Passwd) );
-+QWebElement form = frame-findFirstElement( QL1S(#gaia_loginform) );
-+
-+email.setAttribute( QL1S(value), ReKonfig::syncUser());
-+passwd.setAttribute( QL1S(value), ReKonfig::syncPass());
-+form.evaluateJavaScript( QL1S(this.submit();) );
- emit syncStatus(Rekonq::Bookmarks, true, i18n(Signing in...));
- 
- // Login only once
- _doLogin = false;
- }
--else if (path == /bookmarks/)
-+else if (path == QL1S(/bookmarks/) )
- {
- // We get to this page after successful login, let's fetch the 
bookmark list in Xml format.
- QNetworkAccessManager *qnam = _webPage.networkAccessManager();
-@@ -199,16 +199,16 @@
- emit syncStatus(Rekonq::Bookmarks, true, i18n(Fetching bookmarks 
from server...));
- connect(_reply, SIGNAL(finished()), this, 
SLOT(fetchingBookmarksFinished()));
- }
--else if (path == /ServiceLoginAuth)
-+else if (path == QL1S(/ServiceLoginAuth) )
- {
- emit syncStatus(Rekonq::Bookmarks, false, i18n(Login failed!));
- _isSyncing = false;
- }
--else if (path == /bookmarks/mark)
-+else if (path == QL1S(/bookmarks/mark) )
- {
- QWebFrame *frame = _webPage.mainFrame();
- 
--QString sigKey = 
frame-findFirstElement(input[name=sig]).attribute(value);
-+QString sigKey = frame-findFirstElement( QL1S(input[name=sig]) 
).attribute( QL1S(value) );
- kDebug()  Signature Key is :   sigKey;
- 
- 

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

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 11:02:41
  Author: andrea
Revision: 83068

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

Added:
  rekonq/repos/community-i686/PKGBUILD
(from rev 83067, rekonq/trunk/PKGBUILD)
  rekonq/repos/community-i686/rekonq.install
(from rev 83067, rekonq/trunk/rekonq.install)
  rekonq/repos/community-x86_64/PKGBUILD
(from rev 83067, rekonq/trunk/PKGBUILD)
  rekonq/repos/community-x86_64/rekonq.install
(from rev 83067, rekonq/trunk/rekonq.install)
Deleted:
  rekonq/repos/community-i686/PKGBUILD
  rekonq/repos/community-i686/fix-google-sync.patch
  rekonq/repos/community-i686/rekonq.install
  rekonq/repos/community-x86_64/PKGBUILD
  rekonq/repos/community-x86_64/fix-google-sync.patch
  rekonq/repos/community-x86_64/rekonq.install

+
 community-i686/PKGBUILD|   70 ++
 community-i686/fix-google-sync.patch   |  155 ---
 community-i686/rekonq.install  |   24 ++--
 community-x86_64/PKGBUILD  |   70 ++
 community-x86_64/fix-google-sync.patch |  155 ---
 community-x86_64/rekonq.install|   24 ++--
 6 files changed, 88 insertions(+), 410 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-27 10:02:30 UTC (rev 83067)
+++ community-i686/PKGBUILD 2013-01-27 10:02:41 UTC (rev 83068)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Panagiotis Papadopoulos pano_90 AT gmx DOT net
-
-pkgname=rekonq
-pkgver=2.0
-pkgrel=2
-pkgdesc='A WebKit based web browser for KDE'
-arch=('i686' 'x86_64')
-url='http://rekonq.kde.org/'
-license=('GPL')
-depends=('kdebase-keditbookmarks' 'qoauth')
-makedepends=('cmake' 'automoc4')
-optdepends=('qca-ossl: to use the sync handler')
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'fix-google-sync.patch')
-sha256sums=('380aa337b561ee0c5eb1aa8401f7bd8d98a2b18e645e92f3387baae06d501d84'
-'7360746d3668c1353e0b30351d33014c41d3171d64a43fed5178207883291001')
-
-build(){
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/fix-google-sync.patch
-  cd ../
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: rekonq/repos/community-i686/PKGBUILD (from rev 83067, 
rekonq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 10:02:41 UTC (rev 83068)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Peter Lewis ple...@aur.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Panagiotis Papadopoulos pano_90 AT gmx DOT net
+
+pkgname=rekonq
+pkgver=2.1
+pkgrel=1
+pkgdesc='A WebKit based web browser for KDE'
+arch=('i686' 'x86_64')
+url='http://rekonq.kde.org/'
+license=('GPL')
+depends=('kdebase-keditbookmarks' 'qoauth')
+makedepends=('cmake' 'automoc4')
+optdepends=('qca-ossl: to use the sync handler')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('92640c80b19e88934d5ed618b4a61c767ee7a27e4792e43bd3ccf51a7b5ce664')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/fix-google-sync.patch
===
--- community-i686/fix-google-sync.patch2013-01-27 10:02:30 UTC (rev 
83067)
+++ community-i686/fix-google-sync.patch2013-01-27 10:02:41 UTC (rev 
83068)
@@ -1,155 +0,0 @@
-From: Andrea Diamantini adj...@gmail.com
-Date: Tue, 08 Jan 2013 16:09:03 +
-Subject: Workaround to fix Google Bookmarks sync + minor speed improvement
-X-Git-Url: 
http://quickgit.kde.org/?p=rekonq.gita=commitdiffh=58bd0c195b60c3cf597a8d9296e5725dc4be7c9b

-Workaround to fix Google Bookmarks sync + minor speed improvement
-
-Courtesy patch by Francesco. Thanks :)
-
-BUG: 312824

-
-
 a/src/sync/googlesynchandler.cpp
-+++ b/src/sync/googlesynchandler.cpp
-@@ -3,7 +3,7 @@
- * This file is a part of the rekonq project
- *
- * Copyright (C) 2012 by Siteshwar Vashisht siteshwar at gmail dot com
--* Copyright (C) 2011 by Andrea Diamantini adjam7 at gmail dot com
-+* Copyright (C) 2011-2013 by Andrea Diamantini adjam7 at gmail dot com
- *
- *
- * This program is free software; you can redistribute it and/or
-@@ -172,24 +172,24 @@
- 
- QString path = _webPage.mainFrame()-url().path();
- 
--   

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

2013-01-27 Thread Giovanni Scafora
Date: Sunday, January 27, 2013 @ 11:11:25
  Author: giovanni
Revision: 176073

upgpkg: mtools 4.0.18-1

upstream release

Modified:
  mtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 10:11:09 UTC (rev 176072)
+++ PKGBUILD2013-01-27 10:11:25 UTC (rev 176073)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=mtools
-pkgver=4.0.17
-pkgrel=2
+pkgver=4.0.18
+pkgrel=1
 pkgdesc=A collection of utilities to access MS-DOS disks
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/mtools/;
@@ -16,7 +16,7 @@
 backup=('etc/mtools.conf')
 install=mtools.install
 source=(http://ftp.gnu.org/gnu/mtools/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('15571c615d8f75f5f6d294272f80c7fa')
+md5sums=('a23646617546bf6ad56f061d8b283c85')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-01-27 Thread Giovanni Scafora
Date: Sunday, January 27, 2013 @ 11:11:32
  Author: giovanni
Revision: 176074

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

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

-+
 extra-i686/PKGBUILD |   74 +-
 extra-i686/mtools.install   |   36 ++--
 extra-x86_64/PKGBUILD   |   74 +-
 extra-x86_64/mtools.install |   36 ++--
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-27 10:11:25 UTC (rev 176073)
+++ extra-i686/PKGBUILD 2013-01-27 10:11:32 UTC (rev 176074)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=mtools
-pkgver=4.0.17
-pkgrel=2
-pkgdesc=A collection of utilities to access MS-DOS disks
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/mtools/;
-license=('GPL')
-depends=('sh')
-makedepends=('texinfo' 'libx11' 'libsm')
-optdepends=('libx11: required by floppyd'
-   'libsm:  required by floppyd')
-backup=('etc/mtools.conf')
-install=mtools.install
-source=(http://ftp.gnu.org/gnu/mtools/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('15571c615d8f75f5f6d294272f80c7fa')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i '/^SAMPLE FILE$/s:^:# :' mtools.conf
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
- --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make -j 1 DESTDIR=${pkgdir} install
-  install -Dm644 mtools.conf ${pkgdir}/etc/mtools.conf
-}

Copied: mtools/repos/extra-i686/PKGBUILD (from rev 176073, 
mtools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-27 10:11:32 UTC (rev 176074)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=mtools
+pkgver=4.0.18
+pkgrel=1
+pkgdesc=A collection of utilities to access MS-DOS disks
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/mtools/;
+license=('GPL')
+depends=('sh')
+makedepends=('texinfo' 'libx11' 'libsm')
+optdepends=('libx11: required by floppyd'
+   'libsm:  required by floppyd')
+backup=('etc/mtools.conf')
+install=mtools.install
+source=(http://ftp.gnu.org/gnu/mtools/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a23646617546bf6ad56f061d8b283c85')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i '/^SAMPLE FILE$/s:^:# :' mtools.conf
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+ --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make -j 1 DESTDIR=${pkgdir} install
+  install -Dm644 mtools.conf ${pkgdir}/etc/mtools.conf
+}

Deleted: extra-i686/mtools.install
===
--- extra-i686/mtools.install   2013-01-27 10:11:25 UTC (rev 176073)
+++ extra-i686/mtools.install   2013-01-27 10:11:32 UTC (rev 176074)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(mtools.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 $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: mtools/repos/extra-i686/mtools.install (from rev 176073, 
mtools/trunk/mtools.install)
===
--- extra-i686/mtools.install   (rev 0)
+++ extra-i686/mtools.install   2013-01-27 10:11:32 UTC (rev 176074)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(mtools.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 $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-27 

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

2013-01-27 Thread Bartłomiej Piotrowski
Date: Sunday, January 27, 2013 @ 11:16:24
  Author: bpiotrowski
Revision: 83069

upgpkg: lxpanel 0.5.12-1

- create and mirror source tarball (because upstream doesn't care about 
releasing such)
- patch autogen.sh to support newer automake

Added:
  lxpanel/trunk/lxpanel-0.5.12-automake-1.13-support.patch
Modified:
  lxpanel/trunk/PKGBUILD

+
 PKGBUILD   |   20 ++--
 lxpanel-0.5.12-automake-1.13-support.patch |   15 +++
 2 files changed, 29 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 10:02:41 UTC (rev 83068)
+++ PKGBUILD2013-01-27 10:16:24 UTC (rev 83069)
@@ -4,23 +4,31 @@
 # Contributor: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=lxpanel
-pkgver=0.5.10
-pkgrel=2
+pkgver=0.5.12
+pkgrel=1
 pkgdesc='Lightweight X11 desktop panel for LXDE'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://lxde.org/'
 groups=('lxde')
 depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck')
-makedepends=('wireless_tools')
+makedepends=('docbook-xml' 'docbook-xsl' 'wireless_tools')
 optdepends=('wireless_tools: netstat plugin')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('1bf3cce2a2d01c211f6897c42e8dd0bc')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
+lxpanel-0.5.12-automake-1.13-support.patch)
+sha256sums=('c29997c522f138e4beb02fc549c84136fc840a836c1f69b400d90d2d4e91de1b'
+'a35c786e3cd2977c5cf018e126c7f309b7fc4c15f9b821895e1f6fe25125f68f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+ 
+  patch -Np0 -i $srcdir/lxpanel-0.5.12-automake-1.13-support.patch 
+  ./autogen.sh
 
-  CFLAGS+=' -lgmodule-2.0' ./configure --sysconfdir=/etc --prefix=/usr 
+  CFLAGS+=' -lgmodule-2.0' ./configure \
+--sysconfdir=/etc \
+--prefix=/usr \
+--enable-man 
   make
 }
 

Added: lxpanel-0.5.12-automake-1.13-support.patch
===
--- lxpanel-0.5.12-automake-1.13-support.patch  (rev 0)
+++ lxpanel-0.5.12-automake-1.13-support.patch  2013-01-27 10:16:24 UTC (rev 
83069)
@@ -0,0 +1,15 @@
+--- autogen.sh.orig2013-01-27 10:38:55.0 +0100
 autogen.sh 2013-01-27 10:59:56.897030226 +0100
+@@ -6,9 +6,10 @@
+ 
+ if [ $AM_INSTALLED_VERSION != 1.10 \
+ -a $AM_INSTALLED_VERSION != 1.11 \
+--a $AM_INSTALLED_VERSION != 1.12 ];then
++-a $AM_INSTALLED_VERSION != 1.12 \
++  -a $AM_INSTALLED_VERSION != 1.13 ];then
+   echo
+-  echo You must have automake 1.10, 1.11, or 1.12 installed to compile 
lxpanel.
++  echo You must have automake =1.10 installed to compile lxpanel.
+   echo Install the appropriate package for your distribution,
+   echo or get the source tarball at http://ftp.gnu.org/gnu/automake/;
+   exit 1



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

2013-01-27 Thread Bartłomiej Piotrowski
Date: Sunday, January 27, 2013 @ 11:16:43
  Author: bpiotrowski
Revision: 83070

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

Added:
  lxpanel/repos/community-i686/PKGBUILD
(from rev 83069, lxpanel/trunk/PKGBUILD)
  lxpanel/repos/community-i686/lxpanel-0.5.12-automake-1.13-support.patch
(from rev 83069, lxpanel/trunk/lxpanel-0.5.12-automake-1.13-support.patch)
  lxpanel/repos/community-x86_64/PKGBUILD
(from rev 83069, lxpanel/trunk/PKGBUILD)
  lxpanel/repos/community-x86_64/lxpanel-0.5.12-automake-1.13-support.patch
(from rev 83069, lxpanel/trunk/lxpanel-0.5.12-automake-1.13-support.patch)
Deleted:
  lxpanel/repos/community-i686/PKGBUILD
  lxpanel/repos/community-x86_64/PKGBUILD

-+
 community-i686/PKGBUILD |   68 +-
 community-i686/lxpanel-0.5.12-automake-1.13-support.patch   |   15 ++
 community-x86_64/PKGBUILD   |   68 +-
 community-x86_64/lxpanel-0.5.12-automake-1.13-support.patch |   15 ++
 4 files changed, 106 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-27 10:16:24 UTC (rev 83069)
+++ community-i686/PKGBUILD 2013-01-27 10:16:43 UTC (rev 83070)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=lxpanel
-pkgver=0.5.10
-pkgrel=2
-pkgdesc='Lightweight X11 desktop panel for LXDE'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck')
-makedepends=('wireless_tools')
-optdepends=('wireless_tools: netstat plugin')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('1bf3cce2a2d01c211f6897c42e8dd0bc')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  CFLAGS+=' -lgmodule-2.0' ./configure --sysconfdir=/etc --prefix=/usr 
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lxpanel/repos/community-i686/PKGBUILD (from rev 83069, 
lxpanel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 10:16:43 UTC (rev 83070)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=lxpanel
+pkgver=0.5.12
+pkgrel=1
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck')
+makedepends=('docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
+lxpanel-0.5.12-automake-1.13-support.patch)
+sha256sums=('c29997c522f138e4beb02fc549c84136fc840a836c1f69b400d90d2d4e91de1b'
+'a35c786e3cd2977c5cf018e126c7f309b7fc4c15f9b821895e1f6fe25125f68f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+ 
+  patch -Np0 -i $srcdir/lxpanel-0.5.12-automake-1.13-support.patch 
+  ./autogen.sh
+
+  CFLAGS+=' -lgmodule-2.0' ./configure \
+--sysconfdir=/etc \
+--prefix=/usr \
+--enable-man 
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: lxpanel/repos/community-i686/lxpanel-0.5.12-automake-1.13-support.patch 
(from rev 83069, lxpanel/trunk/lxpanel-0.5.12-automake-1.13-support.patch)
===
--- community-i686/lxpanel-0.5.12-automake-1.13-support.patch   
(rev 0)
+++ community-i686/lxpanel-0.5.12-automake-1.13-support.patch   2013-01-27 
10:16:43 UTC (rev 83070)
@@ -0,0 +1,15 @@
+--- autogen.sh.orig2013-01-27 10:38:55.0 +0100
 autogen.sh 2013-01-27 10:59:56.897030226 +0100
+@@ -6,9 +6,10 @@
+ 
+ if [ $AM_INSTALLED_VERSION != 1.10 \
+ -a $AM_INSTALLED_VERSION != 1.11 \
+--a $AM_INSTALLED_VERSION != 1.12 ];then
++-a $AM_INSTALLED_VERSION != 1.12 \
++  -a $AM_INSTALLED_VERSION != 1.13 ];then
+   echo
+-  echo You must have automake 1.10, 1.11, or 1.12 installed to compile 
lxpanel.
++  echo You must have automake =1.10 installed to compile lxpanel.
+   echo Install the appropriate package for your distribution,
+   echo or get the source tarball at http://ftp.gnu.org/gnu/automake/;
+   exit 1

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-27 10:16:24 UTC (rev 83069)
+++ 

[arch-commits] Commit in (perl-event perl-file-tail perl-unicode-string)

2013-01-27 Thread Andrea Scarpino
Date: Sunday, January 27, 2013 @ 11:28:45
  Author: andrea
Revision: 176078

cleanup

Deleted:
  perl-event/
  perl-file-tail/
  perl-unicode-string/



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

2013-01-27 Thread Giovanni Scafora
Date: Sunday, January 27, 2013 @ 11:59:11
  Author: giovanni
Revision: 176079

upgpkg: live-media 2013.01.25-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 10:28:45 UTC (rev 176078)
+++ PKGBUILD2013-01-27 10:59:11 UTC (rev 176079)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2012.11.30
+pkgver=2013.01.25
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -11,15 +11,13 @@
 url=http://live555.com/liveMedia;
 depends=('gcc-libs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('959941def0dfb7bc795fddcc5175ed9a')
+md5sums=('da78b67d200dcffc47c1e869daf0395c')
 
 build() {
   cd ${srcdir}/live
 
   sed \
   -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
   -i config.linux
   ./genMakefiles linux
   make



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

2013-01-27 Thread Giovanni Scafora
Date: Sunday, January 27, 2013 @ 11:59:18
  Author: giovanni
Revision: 176080

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 176079, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 176079, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   78 +++-
 extra-x86_64/PKGBUILD |   78 +++-
 2 files changed, 76 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-27 10:59:11 UTC (rev 176079)
+++ extra-i686/PKGBUILD 2013-01-27 10:59:18 UTC (rev 176080)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2012.11.30
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('959941def0dfb7bc795fddcc5175ed9a')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 176079, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-27 10:59:18 UTC (rev 176080)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2013.01.25
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('da78b67d200dcffc47c1e869daf0395c')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a ${pkgdir}/usr/lib
+install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-27 10:59:11 UTC (rev 176079)
+++ extra-x86_64/PKGBUILD   2013-01-27 10:59:18 UTC (rev 176080)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2012.11.30
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('959941def0dfb7bc795fddcc5175ed9a')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 176079, 

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

2013-01-27 Thread Tobias Powalowski
Date: Sunday, January 27, 2013 @ 12:14:25
  Author: tpowa
Revision: 176081

upgpkg: samba 3.6.11-1

fix #33268 #33257 #32462 #31957, bump to latest 3.6 series

Added:
  samba/trunk/smbd.socket
  samba/trunk/smbd@.service
  samba/trunk/swat.socket
  samba/trunk/swat@.service
Modified:
  samba/trunk/PKGBUILD
  samba/trunk/nmbd.service
  samba/trunk/samba.conf
  samba/trunk/smbd.service
  samba/trunk/winbindd.service

--+
 PKGBUILD |   35 ---
 nmbd.service |3 +++
 samba.conf   |1 +
 smbd.service |6 --
 smbd.socket  |9 +
 smbd@.service|9 +
 swat.socket  |9 +
 swat@.service|7 +++
 winbindd.service |4 +++-
 9 files changed, 65 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 10:59:18 UTC (rev 176080)
+++ PKGBUILD2013-01-27 11:14:25 UTC (rev 176081)
@@ -3,23 +3,26 @@
 # Contributor: judd jvi...@zeroflux.org
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.10
+pkgver=3.6.11
 # 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=3.6.10
+_realver=3.6.11
 pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')
 makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 
'gamin' 'gnutls=2.4.1' 'talloc' 'tdb')
 source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
-samba samba.logrotate
+samba.logrotate
 swat.xinetd
 samba.pam
-samba.conf.d
 smbd.service
+smbd.socket
+smbd@.service
 nmbd.service
+swat.socket
+swat@.service
 winbindd.service
 samba.conf)
 ### UNINSTALL dmapi package before building!!!
@@ -101,8 +104,6 @@
   rm -rf ${pkgdir}/usr/var
   rm -rf ${pkgdir}/var/run/samba
   (cd script; cp installbin.sh i; cat i | sed 's/\/sbin\///'  installbin.sh)
-  install -D -m755 ../../samba ${pkgdir}/etc/rc.d/samba
-  install -D -m644 ../../samba.conf.d ${pkgdir}/etc/conf.d/samba
   mkdir -p ${pkgdir}/etc/samba
   cat ../examples/smb.conf.default | \
 sed 's|log file = .*$|log file = /var/log/samba/log.%m|g' 
${pkgdir}/etc/samba/smb.conf.default
@@ -150,20 +151,24 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
   # install systemd files
-  for i in smbd nmbd winbindd; do
-  install -D -m644 ${srcdir}/$i.service 
${pkgdir}/usr/lib/systemd/system/$i.service
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system
+  for i in smbd nmbd swat winbindd; do
+install -m644 ${srcdir}/*.service ${pkgdir}/usr/lib/systemd/system/
+install -m644 ${srcdir}/*.socket ${pkgdir}/usr/lib/systemd/system/
   done
   # create ephemeral dirs via tmpfiles rather than shipping them in package
   install -D -m644 ${srcdir}/samba.conf ${pkgdir}/usr/lib/tmpfiles.d/samba.conf
   rm -rf ${pkgdir}/var/run
 }
-md5sums=('b5f0560c216122529b1c3b7f41c62567'
- 'a45a4283723be2b0ae32439dc4496a09'
+md5sums=('9039e0ab3e4fc632ff0a1a8f2433edb4'
  '5697da77590ec092cc8a883bae06093c'
  'a4bbfa39fee95bba2e7ad6b535fae7e6'
  '96f82c38f3f540b53f3e5144900acf17'
- 'f2f2e348acd1ccb566e95fa8a561b828'
- '4b9c54d6fed4d0a225a84963516fc46f'
- '67ce9229c4e343a91d70edba6de29437'
- '617079917cdc84b450d109557b1fe2e1'
- '8e7ed39b54968e427f9506e9107bfb45')
+ '5b7496b1b6706cf5a6e91ef879d9be7b'
+ 'a78b9aa93eb14b0ac445897395693225'
+ '321afbca6665d8f647c2468906452176'
+ '9a49f3ee5afd278d21fcdd34776c5da1'
+ '6db11f3dd2112a4b7a73007b189bef3f'
+ 'b0de262f9c62acd162e873658f33d063'
+ 'de93ae37dd76a2cd2cdab6d342e5baf3'
+ '49abd7b719e3713a3f75a8a50958e381')

Modified: nmbd.service
===
--- nmbd.service2013-01-27 10:59:18 UTC (rev 176080)
+++ nmbd.service2013-01-27 11:14:25 UTC (rev 176081)
@@ -3,7 +3,10 @@
 After=network.target
 
 [Service]
+Type=forking
+PIDFile=/var/run/samba/nmbd.pid
 ExecStart=/usr/sbin/nmbd -F
+ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]
 WantedBy=multi-user.target

Modified: samba.conf
===
--- samba.conf  2013-01-27 10:59:18 UTC (rev 176080)
+++ samba.conf  2013-01-27 11:14:25 UTC (rev 176081)
@@ -1 +1,2 @@
 D /run/samba 0755 - - -
+d /var/log/samba 0755 - - -
\ No newline at end of file

Modified: smbd.service
===
--- smbd.service2013-01-27 10:59:18 UTC (rev 176080)
+++ smbd.service2013-01-27 11:14:25 UTC (rev 176081)
@@ -1,9 

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

2013-01-27 Thread Tobias Powalowski
Date: Sunday, January 27, 2013 @ 12:14:57
  Author: tpowa
Revision: 176082

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 176081, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 176081, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba
(from rev 176081, samba/trunk/samba)
  samba/repos/extra-i686/samba.conf
(from rev 176081, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 176081, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 176081, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 176081, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 176081, samba/trunk/samba.pam)
  samba/repos/extra-i686/smbd.service
(from rev 176081, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 176081, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 176081, samba/trunk/smbd@.service)
  samba/repos/extra-i686/swat.socket
(from rev 176081, samba/trunk/swat.socket)
  samba/repos/extra-i686/swat.xinetd
(from rev 176081, samba/trunk/swat.xinetd)
  samba/repos/extra-i686/swat@.service
(from rev 176081, samba/trunk/swat@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 176081, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 176081, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 176081, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba
(from rev 176081, samba/trunk/samba)
  samba/repos/extra-x86_64/samba.conf
(from rev 176081, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 176081, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 176081, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 176081, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 176081, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/smbd.service
(from rev 176081, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 176081, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 176081, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/swat.socket
(from rev 176081, samba/trunk/swat.socket)
  samba/repos/extra-x86_64/swat.xinetd
(from rev 176081, samba/trunk/swat.xinetd)
  samba/repos/extra-x86_64/swat@.service
(from rev 176081, samba/trunk/swat@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 176081, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba
  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/smbd.service
  samba/repos/extra-i686/swat.xinetd
  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
  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/smbd.service
  samba/repos/extra-x86_64/swat.xinetd
  samba/repos/extra-x86_64/winbindd.service

---+
 extra-i686/PKGBUILD   |  343 
 extra-i686/nmbd.service   |   21 +-
 extra-i686/samba  |  108 ++--
 extra-i686/samba.conf |3 
 extra-i686/samba.conf.d   |   14 -
 extra-i686/samba.install  |   14 -
 extra-i686/samba.logrotate|   18 +-
 extra-i686/samba.pam  |6 
 extra-i686/smbd.service   |   22 +-
 extra-i686/smbd.socket|9 +
 extra-i686/smbd@.service  |9 +
 extra-i686/swat.socket|9 +
 extra-i686/swat.xinetd|   20 +-
 extra-i686/swat@.service  |7 
 extra-i686/winbindd.service   |   22 +-
 extra-x86_64/PKGBUILD |  343 
 extra-x86_64/nmbd.service |   21 +-
 extra-x86_64/samba|  108 ++--
 extra-x86_64/samba.conf   |3 
 extra-x86_64/samba.conf.d |   14 -
 extra-x86_64/samba.install|   14 -
 extra-x86_64/samba.logrotate  |   18 +-
 extra-x86_64/samba.pam|6 
 extra-x86_64/smbd.service |   22 +-
 extra-x86_64/smbd.socket  |9 +
 extra-x86_64/smbd@.service|9 +
 extra-x86_64/swat.socket  |9 +
 extra-x86_64/swat.xinetd  |   20 +-
 extra-x86_64/swat@.service|7 
 extra-x86_64/winbindd.service |   22 +-
 30 files changed, 672 insertions(+), 578 deletions(-)

The diff is longer than the limit of 

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

2013-01-27 Thread Tobias Powalowski
Date: Sunday, January 27, 2013 @ 12:22:09
  Author: tpowa
Revision: 176083

add ZCACHE2, removed ZCACHE, added CONFIGFS and RAMSTER

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

---+
 config|6 --
 config.x86_64 |6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

Modified: config
===
--- config  2013-01-27 11:14:57 UTC (rev 176082)
+++ config  2013-01-27 11:22:09 UTC (rev 176083)
@@ -5152,7 +5152,8 @@
 CONFIG_DX_SEP=m
 CONFIG_ZRAM=m
 # CONFIG_ZRAM_DEBUG is not set
-CONFIG_ZCACHE=y
+# CONFIG_ZCACHE is not set
+CONFIG_ZCACHE2=y
 CONFIG_ZSMALLOC=y
 CONFIG_WLAGS49_H2=m
 CONFIG_WLAGS49_H25=m
@@ -5449,7 +5450,8 @@
 CONFIG_TMPFS_XATTR=y
 CONFIG_HUGETLBFS=y
 CONFIG_HUGETLB_PAGE=y
-CONFIG_CONFIGFS_FS=m
+CONFIG_CONFIGFS_FS=y
+CONFIG_RAMSTER=y
 CONFIG_MISC_FILESYSTEMS=y
 # CONFIG_ADFS_FS is not set
 CONFIG_AFFS_FS=m

Modified: config.x86_64
===
--- config.x86_64   2013-01-27 11:14:57 UTC (rev 176082)
+++ config.x86_64   2013-01-27 11:22:09 UTC (rev 176083)
@@ -4919,7 +4919,8 @@
 CONFIG_DX_SEP=m
 CONFIG_ZRAM=m
 # CONFIG_ZRAM_DEBUG is not set
-CONFIG_ZCACHE=y
+# CONFIG_ZCACHE is not setup
+CONFIG_ZCACHE2=y
 CONFIG_ZSMALLOC=y
 CONFIG_WLAGS49_H2=m
 CONFIG_WLAGS49_H25=m
@@ -5217,7 +5218,8 @@
 CONFIG_TMPFS_XATTR=y
 CONFIG_HUGETLBFS=y
 CONFIG_HUGETLB_PAGE=y
-CONFIG_CONFIGFS_FS=m
+CONFIG_CONFIGFS_FS=y
+CONFIG_RAMSTER=y
 CONFIG_MISC_FILESYSTEMS=y
 # CONFIG_ADFS_FS is not set
 CONFIG_AFFS_FS=m



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

2013-01-27 Thread Allan McRae
Date: Sunday, January 27, 2013 @ 13:02:36
  Author: allan
Revision: 176086

upgpkg: file 5.11-2

add to base-devel, be less fancy adjusting paths that do not matter

Modified:
  file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 11:24:27 UTC (rev 176085)
+++ PKGBUILD2013-01-27 12:02:36 UTC (rev 176086)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=file
-pkgver=5.12
-pkgrel=1
+pkgver=5.11
+pkgrel=2
 pkgdesc=File type identification utility
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,7 +13,7 @@
 depends=('glibc' 'zlib')
 options=('!libtool')
 source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1d7d85cb9354f79e5e351deef36be6ba')
+md5sums=('16a407bd66d6c7a832f3a5c0d609c27b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-01-27 Thread Allan McRae
Date: Sunday, January 27, 2013 @ 13:03:40
  Author: allan
Revision: 176087

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

Added:
  file/repos/testing-i686/
  file/repos/testing-i686/PKGBUILD
(from rev 176086, file/trunk/PKGBUILD)
  file/repos/testing-x86_64/
  file/repos/testing-x86_64/PKGBUILD
(from rev 176086, file/trunk/PKGBUILD)

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

Copied: file/repos/testing-i686/PKGBUILD (from rev 176086, file/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-27 12:03:40 UTC (rev 176087)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=file
+pkgver=5.11
+pkgrel=2
+pkgdesc=File type identification utility
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url=http://www.darwinsys.com/file/;
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('16a407bd66d6c7a832f3a5c0d609c27b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make 
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: file/repos/testing-x86_64/PKGBUILD (from rev 176086, 
file/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-27 12:03:40 UTC (rev 176087)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=file
+pkgver=5.11
+pkgrel=2
+pkgdesc=File type identification utility
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url=http://www.darwinsys.com/file/;
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('16a407bd66d6c7a832f3a5c0d609c27b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make 
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2013-01-27 Thread Allan McRae
Date: Sunday, January 27, 2013 @ 13:07:13
  Author: allan
Revision: 176088

upgpkg: gzip 1.5-2

add to base-devel

Modified:
  gzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 12:03:40 UTC (rev 176087)
+++ PKGBUILD2013-01-27 12:07:13 UTC (rev 176088)
@@ -4,7 +4,7 @@
 
 pkgname=gzip
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc=GNU compression utility
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/gzip/;



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

2013-01-27 Thread Allan McRae
Date: Sunday, January 27, 2013 @ 13:08:18
  Author: allan
Revision: 176089

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

Added:
  gzip/repos/testing-i686/
  gzip/repos/testing-i686/PKGBUILD
(from rev 176088, gzip/trunk/PKGBUILD)
  gzip/repos/testing-i686/gzip.install
(from rev 176088, gzip/trunk/gzip.install)
  gzip/repos/testing-x86_64/
  gzip/repos/testing-x86_64/PKGBUILD
(from rev 176088, gzip/trunk/PKGBUILD)
  gzip/repos/testing-x86_64/gzip.install
(from rev 176088, gzip/trunk/gzip.install)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-i686/gzip.install   |   15 +++
 testing-x86_64/PKGBUILD |   33 +
 testing-x86_64/gzip.install |   15 +++
 4 files changed, 96 insertions(+)

Copied: gzip/repos/testing-i686/PKGBUILD (from rev 176088, gzip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-27 12:08:18 UTC (rev 176089)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=gzip
+pkgver=1.5
+pkgrel=2
+pkgdesc=GNU compression utility
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gzip/;
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'bash')
+install=gzip.install
+source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig})
+md5sums=('2a431e169b6f62f7332ef6d47cc53bae'
+ '2de95937a3f65137acf9c55d4ad0447a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+}

Copied: gzip/repos/testing-i686/gzip.install (from rev 176088, 
gzip/trunk/gzip.install)
===
--- testing-i686/gzip.install   (rev 0)
+++ testing-i686/gzip.install   2013-01-27 12:08:18 UTC (rev 176089)
@@ -0,0 +1,15 @@
+infodir=usr/share/info
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  usr/bin/install-info $infodir/gzip.info.gz $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  usr/bin/install-info --delete $infodir/gzip.info.gz $infodir/dir 2 /dev/null
+}

Copied: gzip/repos/testing-x86_64/PKGBUILD (from rev 176088, 
gzip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-27 12:08:18 UTC (rev 176089)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=gzip
+pkgver=1.5
+pkgrel=2
+pkgdesc=GNU compression utility
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gzip/;
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'bash')
+install=gzip.install
+source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig})
+md5sums=('2a431e169b6f62f7332ef6d47cc53bae'
+ '2de95937a3f65137acf9c55d4ad0447a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+}

Copied: gzip/repos/testing-x86_64/gzip.install (from rev 176088, 
gzip/trunk/gzip.install)
===
--- testing-x86_64/gzip.install (rev 0)
+++ testing-x86_64/gzip.install 2013-01-27 12:08:18 UTC (rev 176089)
@@ -0,0 +1,15 @@
+infodir=usr/share/info
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  usr/bin/install-info $infodir/gzip.info.gz $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  usr/bin/install-info --delete $infodir/gzip.info.gz $infodir/dir 2 /dev/null
+}



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

2013-01-27 Thread Allan McRae
Date: Sunday, January 27, 2013 @ 13:11:34
  Author: allan
Revision: 176090

upgpkg: grep 2.14-2

rebuild to add to base-devel

Modified:
  grep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 12:08:18 UTC (rev 176089)
+++ PKGBUILD2013-01-27 12:11:34 UTC (rev 176090)
@@ -4,7 +4,7 @@
 
 pkgname=grep
 pkgver=2.14
-pkgrel=1
+pkgrel=2
 pkgdesc=A string search utility
 arch=('i686' 'x86_64')
 license=('GPL3')



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

2013-01-27 Thread Allan McRae
Date: Sunday, January 27, 2013 @ 13:12:47
  Author: allan
Revision: 176091

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

Added:
  grep/repos/testing-i686/
  grep/repos/testing-i686/PKGBUILD
(from rev 176090, grep/trunk/PKGBUILD)
  grep/repos/testing-i686/grep-2.11-exclude-dir-crash.patch
(from rev 176090, grep/trunk/grep-2.11-exclude-dir-crash.patch)
  grep/repos/testing-i686/grep.install
(from rev 176090, grep/trunk/grep.install)
  grep/repos/testing-x86_64/
  grep/repos/testing-x86_64/PKGBUILD
(from rev 176090, grep/trunk/PKGBUILD)
  grep/repos/testing-x86_64/grep-2.11-exclude-dir-crash.patch
(from rev 176090, grep/trunk/grep-2.11-exclude-dir-crash.patch)
  grep/repos/testing-x86_64/grep.install
(from rev 176090, grep/trunk/grep.install)

--+
 testing-i686/PKGBUILD|   34 
 testing-i686/grep-2.11-exclude-dir-crash.patch   |   44 +
 testing-i686/grep.install|   17 
 testing-x86_64/PKGBUILD  |   34 
 testing-x86_64/grep-2.11-exclude-dir-crash.patch |   44 +
 testing-x86_64/grep.install  |   17 
 6 files changed, 190 insertions(+)

Copied: grep/repos/testing-i686/PKGBUILD (from rev 176090, grep/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-27 12:12:47 UTC (rev 176091)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=grep
+pkgver=2.14
+pkgrel=2
+pkgdesc=A string search utility
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/grep/grep.html;
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre' 'sh')
+makedepends=('texinfo')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('d4a3f03849d1e17ce56ab76aa5a24cab'
+ 'b94fdcaa058b47a9a25099c26cd2e4c3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: grep/repos/testing-i686/grep-2.11-exclude-dir-crash.patch (from rev 
176090, grep/trunk/grep-2.11-exclude-dir-crash.patch)
===
--- testing-i686/grep-2.11-exclude-dir-crash.patch  
(rev 0)
+++ testing-i686/grep-2.11-exclude-dir-crash.patch  2013-01-27 12:12:47 UTC 
(rev 176091)
@@ -0,0 +1,44 @@
+From 12c957f786b12a4dd116f9c40a715d671d17fa16 Mon Sep 17 00:00:00 2001
+From: Allan McRae al...@archlinux.org
+Date: Mon, 12 Mar 2012 09:28:01 +0100
+Subject: [PATCH] grep: fix segfault with -r --exclude-dir and no file operand
+
+* src/main.c (grepdir): Don't invoke excluded_file_name on NULL.
+* NEWS (Bug fixes): Mention it.
+---
+ NEWS   |5 +
+ src/main.c |2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/NEWS b/NEWS
+index d0a63d5..d4d70f5 100644
+--- a/NEWS
 b/NEWS
+@@ -2,6 +2,11 @@ GNU grep NEWS-*- outline 
-*-
+ 
+ * Noteworthy changes in release ?.? (-??-??) [?]
+ 
++** Bug fixes
++
++   grep no longer segfaults with -r --exclude-dir and no file operand.
++   I.e., :|grep -r --exclude-dir=D PAT would segfault.
++
+ 
+ * Noteworthy changes in release 2.11 (2012-03-02) [stable]
+ 
+diff --git a/src/main.c b/src/main.c
+index 2f6c761..f4f1235 100644
+--- a/src/main.c
 b/src/main.c
+@@ -1361,7 +1361,7 @@ grepdir (char const *dir, struct stats const *stats)
+   struct stats const *ancestor;
+   char *name_space;
+   int status = 1;
+-  if (excluded_directory_patterns
++  if (dir  excluded_directory_patterns
+excluded_file_name (excluded_directory_patterns, dir))
+ return 1;
+ 
+-- 
+1.7.9.3
+

Copied: grep/repos/testing-i686/grep.install (from rev 176090, 
grep/trunk/grep.install)
===
--- testing-i686/grep.install   (rev 0)
+++ testing-i686/grep.install   2013-01-27 12:12:47 UTC (rev 176091)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+}
+

Copied: grep/repos/testing-x86_64/PKGBUILD (from rev 176090, 
grep/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 

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

2013-01-27 Thread Tobias Powalowski
Date: Sunday, January 27, 2013 @ 13:21:53
  Author: tpowa
Revision: 176092

upgpkg: samba 3.6.11-2

fix inclusion of wbclient.h in libwbclient for cifs-utils

Modified:
  samba/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 12:12:47 UTC (rev 176091)
+++ PKGBUILD2013-01-27 12:21:53 UTC (rev 176092)
@@ -8,7 +8,7 @@
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
 _realver=3.6.11
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')
@@ -62,6 +62,8 @@
   for i in libwbclient*; do
   cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
   done
+  install -D -m644 pkgconfig/wbclient.pc 
${pkgdir}/usr/lib/pkgconfig/wbclient.pc
+  install -D -m644 ../nsswitch/libwbclient/wbclient.h 
${pkgdir}/usr/include/wbclient.h
 }
 
 package_smbclient () {
@@ -139,6 +141,7 @@
   done
   rm -f ${pkgdir}/usr/sbin/cifs.upcall
   rm -f ${pkgdir}/usr/include/netapi.h
+  rm -f ${pkgdir}/usr/include/wbclient.h
   for man in rpcclient smbcacls smbclient smbcquotas \
   smbtree smbtar nmblookup smbget; do
   rm -f ${pkgdir}/usr/share/man/man1/${man}.1



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

2013-01-27 Thread Tobias Powalowski
Date: Sunday, January 27, 2013 @ 13:22:21
  Author: tpowa
Revision: 176093

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

Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba
  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/smbd.service
  samba/repos/extra-i686/swat.xinetd
  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
  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/smbd.service
  samba/repos/extra-x86_64/swat.xinetd
  samba/repos/extra-x86_64/winbindd.service

---+
 extra-i686/PKGBUILD   |  174 
 extra-i686/nmbd.service   |   12 --
 extra-i686/samba  |   54 
 extra-i686/samba.conf |2 
 extra-i686/samba.conf.d   |7 -
 extra-i686/samba.install  |7 -
 extra-i686/samba.logrotate|9 --
 extra-i686/samba.pam  |3 
 extra-i686/smbd.service   |   12 --
 extra-i686/swat.xinetd|   10 --
 extra-i686/winbindd.service   |   12 --
 extra-x86_64/PKGBUILD |  174 
 extra-x86_64/nmbd.service |   12 --
 extra-x86_64/samba|   54 
 extra-x86_64/samba.conf   |2 
 extra-x86_64/samba.conf.d |7 -
 extra-x86_64/samba.install|7 -
 extra-x86_64/samba.logrotate  |9 --
 extra-x86_64/samba.pam|3 
 extra-x86_64/smbd.service |   12 --
 extra-x86_64/swat.xinetd  |   10 --
 extra-x86_64/winbindd.service |   12 --
 22 files changed, 604 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-27 12:21:53 UTC (rev 176092)
+++ extra-i686/PKGBUILD 2013-01-27 12:22:21 UTC (rev 176093)
@@ -1,174 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.11
-# 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=3.6.11
-pkgrel=1
-arch=(i686 x86_64)
-url=http://www.samba.org;
-license=('GPL3')
-makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 
'gamin' 'gnutls=2.4.1' 'talloc' 'tdb')
-source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
-samba.logrotate
-swat.xinetd
-samba.pam
-smbd.service
-smbd.socket
-smbd@.service
-nmbd.service
-swat.socket
-swat@.service
-winbindd.service
-samba.conf)
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib/ \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-piddir=/var/run/samba \
-  --with-fhs \
-  --with-pam \
-  --with-pam_smbpass \
-  --with-pammodulesdir=/usr/lib/security \
-  --with-dnsupdate \
-  --with-automount \
-  --with-quotas \
-  --with-ads \
-  --with-acl-support \
-  --with-libsmbclient \
-  --with-syslog \
-  --enable-external-libtalloc \
-  --disable-dnssd \
-  --disable-avahi \
-  
--with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash,idmap_tdb2 \
-  --enable-external-libtdb
-  make
-}
-
-package_libwbclient () {
-pkgdesc=Samba winbind client library
-depends=('glibc')
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  mkdir -p ${pkgdir}/usr/lib  
-  for i in libwbclient*; do
-  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
-  done
-}
-
-package_smbclient () {
-pkgdesc=Tools to access a server's filespace and printers via SMB
-depends=('readline' 'popt' 'libldap' 'cifs-utils' 'libcap' 'krb5' 'db' 
'e2fsprogs' 'tdb' 'talloc' 'libwbclient')
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/lib
-  install -m755 
bin/{smbclient,rpcclient,smbspool,smbtree,smbcacls,smbcquotas,smbget,net,nmblookup}
 ${pkgdir}/usr/bin/
-  for i in libnetapi* libsmbclient*;do
-  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
-  done
-  install -m755 script/smbtar ${pkgdir}/usr/bin/
-  mkdir -p 

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

2013-01-27 Thread Allan McRae
Date: Sunday, January 27, 2013 @ 13:23:30
  Author: allan
Revision: 176094

upgpkg: sed 4.2.2-2

rebuild to add to base-devel

Modified:
  sed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 12:22:21 UTC (rev 176093)
+++ PKGBUILD2013-01-27 12:23:30 UTC (rev 176094)
@@ -4,7 +4,7 @@
 
 pkgname=sed
 pkgver=4.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=GNU stream editor
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/sed;



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

2013-01-27 Thread Allan McRae
Date: Sunday, January 27, 2013 @ 13:24:26
  Author: allan
Revision: 176095

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

Added:
  sed/repos/testing-i686/
  sed/repos/testing-i686/PKGBUILD
(from rev 176094, sed/trunk/PKGBUILD)
  sed/repos/testing-i686/sed.install
(from rev 176094, sed/trunk/sed.install)
  sed/repos/testing-x86_64/
  sed/repos/testing-x86_64/PKGBUILD
(from rev 176094, sed/trunk/PKGBUILD)
  sed/repos/testing-x86_64/sed.install
(from rev 176094, sed/trunk/sed.install)

+
 testing-i686/PKGBUILD  |   38 ++
 testing-i686/sed.install   |   20 
 testing-x86_64/PKGBUILD|   38 ++
 testing-x86_64/sed.install |   20 
 4 files changed, 116 insertions(+)

Copied: sed/repos/testing-i686/PKGBUILD (from rev 176094, sed/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-27 12:24:26 UTC (rev 176095)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=sed
+pkgver=4.2.2
+pkgrel=2
+pkgdesc=GNU stream editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/sed;
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('acl' 'sh')
+makedepends=('gettext')
+install=sed.install
+source=(ftp://ftp.gnu.org/pub/gnu/sed/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('4111de4faa3b9848a0686b2f260c5056'
+ '86a5ab72f414d4cb38126e8e27cf0101')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  mkdir $pkgdir/bin
+  ln -s ../usr/bin/sed $pkgdir/bin
+  
+}

Copied: sed/repos/testing-i686/sed.install (from rev 176094, 
sed/trunk/sed.install)
===
--- testing-i686/sed.install(rev 0)
+++ testing-i686/sed.install2013-01-27 12:24:26 UTC (rev 176095)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(sed.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
+}

Copied: sed/repos/testing-x86_64/PKGBUILD (from rev 176094, sed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-27 12:24:26 UTC (rev 176095)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=sed
+pkgver=4.2.2
+pkgrel=2
+pkgdesc=GNU stream editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/sed;
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('acl' 'sh')
+makedepends=('gettext')
+install=sed.install
+source=(ftp://ftp.gnu.org/pub/gnu/sed/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('4111de4faa3b9848a0686b2f260c5056'
+ '86a5ab72f414d4cb38126e8e27cf0101')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  mkdir $pkgdir/bin
+  ln -s ../usr/bin/sed $pkgdir/bin
+  
+}

Copied: sed/repos/testing-x86_64/sed.install (from rev 176094, 
sed/trunk/sed.install)
===
--- testing-x86_64/sed.install  (rev 0)
+++ testing-x86_64/sed.install  2013-01-27 12:24:26 UTC (rev 176095)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(sed.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
+}



[arch-commits] Commit in cifs-utils/trunk (PKGBUILD fix-5.9-credentials.patch)

2013-01-27 Thread Tobias Powalowski
Date: Sunday, January 27, 2013 @ 13:25:40
  Author: tpowa
Revision: 176096

upgpkg: cifs-utils 5.9-1

bump to latest version, added cifs.idmap

Added:
  cifs-utils/trunk/fix-5.9-credentials.patch
Modified:
  cifs-utils/trunk/PKGBUILD

---+
 PKGBUILD  |9 +++--
 fix-5.9-credentials.patch |   16 
 2 files changed, 23 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 12:24:26 UTC (rev 176095)
+++ PKGBUILD2013-01-27 12:25:40 UTC (rev 176096)
@@ -1,17 +1,20 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=cifs-utils
-pkgver=5.8
+pkgver=5.9
 pkgrel=1
 pkgdesc=CIFS filesystem user-space tools
 arch=(i686 x86_64)
 url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
 license=('GPL')
 depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
-source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
+source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2
+fix-5.9-credentials.patch)
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  # fix credentials
+  patch -Np1 -i ../fix-5.9-credentials.patch
   # systemd support is broken in mount.cifs
   # https://bugs.archlinux.org/task/30958
   ./configure --prefix=/usr --disable-systemd
@@ -25,3 +28,5 @@
   chmod +s $pkgdir/usr/bin/mount.cifs
 }
 md5sums=('6aa9c4347780872fefe5823ac06a8ff3')
+md5sums=('7164ad6f7963a31fcbffbe4f14a7cfc6'
+ '2550d43af5bb734307cae22a09cd7710')

Added: fix-5.9-credentials.patch
===
--- fix-5.9-credentials.patch   (rev 0)
+++ fix-5.9-credentials.patch   2013-01-27 12:25:40 UTC (rev 176096)
@@ -0,0 +1,16 @@
+X-Git-Url: 
https://git.samba.org/?p=cifs-utils.git;a=blobdiff_plain;f=mount.cifs.c;h=40b77e92e3f734c606f522ccf279a0508ad64eab;hp=c7c3055cb890764937193b1d50d1f0fb7ae18826;hb=1a01f7c4b90695211d12291d7a24bec05b1f2922;hpb=739289ad3ce915e1ee2705ecd7ac4e907cd91405
+
+diff --git a/mount.cifs.c b/mount.cifs.c
+index c7c3055..40b77e9 100644
+--- a/mount.cifs.c
 b/mount.cifs.c
+@@ -581,7 +581,8 @@ static int open_cred_file(char *file_name,
+   switch (parse_cred_line(line_buf + i, temp_val)) {
+   case CRED_USER:
+   strlcpy(parsed_info-username, temp_val,
+-  sizeof(parsed_info-domain));
++  sizeof(parsed_info-username));
++  parsed_info-got_user = 1;
+   break;
+   case CRED_PASS:
+   i = set_password(parsed_info, temp_val);



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

2013-01-27 Thread Tobias Powalowski
Date: Sunday, January 27, 2013 @ 13:26:02
  Author: tpowa
Revision: 176097

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

Added:
  cifs-utils/repos/extra-i686/PKGBUILD
(from rev 176096, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-i686/fix-5.9-credentials.patch
(from rev 176096, cifs-utils/trunk/fix-5.9-credentials.patch)
  cifs-utils/repos/extra-x86_64/PKGBUILD
(from rev 176096, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch
(from rev 176096, cifs-utils/trunk/fix-5.9-credentials.patch)
Deleted:
  cifs-utils/repos/extra-i686/PKGBUILD
  cifs-utils/repos/extra-x86_64/PKGBUILD

+
 extra-i686/PKGBUILD|   59 ---
 extra-i686/fix-5.9-credentials.patch   |   16 
 extra-x86_64/PKGBUILD  |   59 ---
 extra-x86_64/fix-5.9-credentials.patch |   16 
 4 files changed, 96 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-27 12:25:40 UTC (rev 176096)
+++ extra-i686/PKGBUILD 2013-01-27 12:26:02 UTC (rev 176097)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=cifs-utils
-pkgver=5.8
-pkgrel=1
-pkgdesc=CIFS filesystem user-space tools
-arch=(i686 x86_64)
-url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
-license=('GPL')
-depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
-source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  # systemd support is broken in mount.cifs
-  # https://bugs.archlinux.org/task/30958
-  ./configure --prefix=/usr --disable-systemd
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir ROOTSBINDIR=/usr/bin install
-  # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s $pkgdir/usr/bin/mount.cifs
-}
-md5sums=('6aa9c4347780872fefe5823ac06a8ff3')

Copied: cifs-utils/repos/extra-i686/PKGBUILD (from rev 176096, 
cifs-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-27 12:26:02 UTC (rev 176097)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=cifs-utils
+pkgver=5.9
+pkgrel=1
+pkgdesc=CIFS filesystem user-space tools
+arch=(i686 x86_64)
+url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
+source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2
+fix-5.9-credentials.patch)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # fix credentials
+  patch -Np1 -i ../fix-5.9-credentials.patch
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  ./configure --prefix=/usr --disable-systemd
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir ROOTSBINDIR=/usr/bin install
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s $pkgdir/usr/bin/mount.cifs
+}
+md5sums=('6aa9c4347780872fefe5823ac06a8ff3')
+md5sums=('7164ad6f7963a31fcbffbe4f14a7cfc6'
+ '2550d43af5bb734307cae22a09cd7710')

Copied: cifs-utils/repos/extra-i686/fix-5.9-credentials.patch (from rev 176096, 
cifs-utils/trunk/fix-5.9-credentials.patch)
===
--- extra-i686/fix-5.9-credentials.patch(rev 0)
+++ extra-i686/fix-5.9-credentials.patch2013-01-27 12:26:02 UTC (rev 
176097)
@@ -0,0 +1,16 @@
+X-Git-Url: 
https://git.samba.org/?p=cifs-utils.git;a=blobdiff_plain;f=mount.cifs.c;h=40b77e92e3f734c606f522ccf279a0508ad64eab;hp=c7c3055cb890764937193b1d50d1f0fb7ae18826;hb=1a01f7c4b90695211d12291d7a24bec05b1f2922;hpb=739289ad3ce915e1ee2705ecd7ac4e907cd91405
+
+diff --git a/mount.cifs.c b/mount.cifs.c
+index c7c3055..40b77e9 100644
+--- a/mount.cifs.c
 b/mount.cifs.c
+@@ -581,7 +581,8 @@ static int open_cred_file(char *file_name,
+   switch (parse_cred_line(line_buf + i, temp_val)) {
+   case CRED_USER:
+   strlcpy(parsed_info-username, temp_val,
+-  sizeof(parsed_info-domain));
++  sizeof(parsed_info-username));
++  parsed_info-got_user = 1;
+   break;
+   case CRED_PASS:
+   i = set_password(parsed_info, temp_val);

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-27 12:25:40 UTC (rev 176096)
+++ extra-x86_64/PKGBUILD   2013-01-27 12:26:02 UTC (rev 176097)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org

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

2013-01-27 Thread Allan McRae
Date: Sunday, January 27, 2013 @ 13:27:55
  Author: allan
Revision: 176098

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

Added:
  sed/repos/testing-i686/PKGBUILD
(from rev 176097, sed/trunk/PKGBUILD)
  sed/repos/testing-i686/sed.install
(from rev 176097, sed/trunk/sed.install)
  sed/repos/testing-x86_64/PKGBUILD
(from rev 176097, sed/trunk/PKGBUILD)
  sed/repos/testing-x86_64/sed.install
(from rev 176097, sed/trunk/sed.install)
Deleted:
  sed/repos/testing-i686/PKGBUILD
  sed/repos/testing-i686/sed.install
  sed/repos/testing-x86_64/PKGBUILD
  sed/repos/testing-x86_64/sed.install

+
 testing-i686/PKGBUILD  |   76 +--
 testing-i686/sed.install   |   40 +++---
 testing-x86_64/PKGBUILD|   76 +--
 testing-x86_64/sed.install |   40 +++---
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-01-27 12:26:02 UTC (rev 176097)
+++ testing-i686/PKGBUILD   2013-01-27 12:27:55 UTC (rev 176098)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=sed
-pkgver=4.2.2
-pkgrel=2
-pkgdesc=GNU stream editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/sed;
-license=('GPL3')
-groups=('base' 'base-devel')
-depends=('acl' 'sh')
-makedepends=('gettext')
-install=sed.install
-source=(ftp://ftp.gnu.org/pub/gnu/sed/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('4111de4faa3b9848a0686b2f260c5056'
- '86a5ab72f414d4cb38126e8e27cf0101')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  mkdir $pkgdir/bin
-  ln -s ../usr/bin/sed $pkgdir/bin
-  
-}

Copied: sed/repos/testing-i686/PKGBUILD (from rev 176097, sed/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-27 12:27:55 UTC (rev 176098)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=sed
+pkgver=4.2.2
+pkgrel=2
+pkgdesc=GNU stream editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/sed;
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('acl' 'sh')
+makedepends=('gettext')
+install=sed.install
+source=(ftp://ftp.gnu.org/pub/gnu/sed/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('4111de4faa3b9848a0686b2f260c5056'
+ '86a5ab72f414d4cb38126e8e27cf0101')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  mkdir $pkgdir/bin
+  ln -s ../usr/bin/sed $pkgdir/bin
+  
+}

Deleted: testing-i686/sed.install
===
--- testing-i686/sed.install2013-01-27 12:26:02 UTC (rev 176097)
+++ testing-i686/sed.install2013-01-27 12:27:55 UTC (rev 176098)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(sed.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
-}

Copied: sed/repos/testing-i686/sed.install (from rev 176097, 
sed/trunk/sed.install)
===
--- testing-i686/sed.install(rev 0)
+++ testing-i686/sed.install2013-01-27 12:27:55 UTC (rev 176098)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(sed.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
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-01-27 12:26:02 UTC (rev 176097)
+++ testing-x86_64/PKGBUILD 2013-01-27 12:27:55 UTC (rev 176098)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=sed
-pkgver=4.2.2
-pkgrel=2
-pkgdesc=GNU 

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

2013-01-27 Thread Allan McRae
Date: Sunday, January 27, 2013 @ 13:31:30
  Author: allan
Revision: 176099

upgpkg: which 2.20-6

rebuild to add to base-devel

Modified:
  which/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 12:27:55 UTC (rev 176098)
+++ PKGBUILD2013-01-27 12:31:30 UTC (rev 176099)
@@ -4,7 +4,7 @@
 
 pkgname=which
 pkgver=2.20
-pkgrel=5
+pkgrel=6
 pkgdesc=A utility to show the full path of commands
 arch=('i686' 'x86_64')
 url=http://www.xs4all.nl/~carlo17/which;



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

2013-01-27 Thread Allan McRae
Date: Sunday, January 27, 2013 @ 13:32:31
  Author: allan
Revision: 176100

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

Added:
  which/repos/testing-i686/
  which/repos/testing-i686/PKGBUILD
(from rev 176099, which/trunk/PKGBUILD)
  which/repos/testing-i686/which.install
(from rev 176099, which/trunk/which.install)
  which/repos/testing-x86_64/
  which/repos/testing-x86_64/PKGBUILD
(from rev 176099, which/trunk/PKGBUILD)
  which/repos/testing-x86_64/which.install
(from rev 176099, which/trunk/which.install)

--+
 testing-i686/PKGBUILD|   27 +++
 testing-i686/which.install   |   20 
 testing-x86_64/PKGBUILD  |   27 +++
 testing-x86_64/which.install |   20 
 4 files changed, 94 insertions(+)

Copied: which/repos/testing-i686/PKGBUILD (from rev 176099, 
which/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-27 12:32:31 UTC (rev 176100)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=which
+pkgver=2.20
+pkgrel=6
+pkgdesc=A utility to show the full path of commands
+arch=('i686' 'x86_64')
+url=http://www.xs4all.nl/~carlo17/which;
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'sh')
+install=which.install
+source=(http://www.xs4all.nl/~carlo17/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('95be0501a466e515422cde4af46b2744')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: which/repos/testing-i686/which.install (from rev 176099, 
which/trunk/which.install)
===
--- testing-i686/which.install  (rev 0)
+++ testing-i686/which.install  2013-01-27 12:32:31 UTC (rev 176100)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(which.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 $infodir/dir 2 /dev/null
+  done
+}

Copied: which/repos/testing-x86_64/PKGBUILD (from rev 176099, 
which/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-27 12:32:31 UTC (rev 176100)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=which
+pkgver=2.20
+pkgrel=6
+pkgdesc=A utility to show the full path of commands
+arch=('i686' 'x86_64')
+url=http://www.xs4all.nl/~carlo17/which;
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'sh')
+install=which.install
+source=(http://www.xs4all.nl/~carlo17/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('95be0501a466e515422cde4af46b2744')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: which/repos/testing-x86_64/which.install (from rev 176099, 
which/trunk/which.install)
===
--- testing-x86_64/which.install(rev 0)
+++ testing-x86_64/which.install2013-01-27 12:32:31 UTC (rev 176100)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(which.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 $infodir/dir 2 /dev/null
+  done
+}



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

2013-01-27 Thread Tobias Powalowski
Date: Sunday, January 27, 2013 @ 13:37:46
  Author: tpowa
Revision: 176101

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

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

---+
 extra-i686/PKGBUILD   |  177 
 extra-i686/nmbd.service   |   12 ++
 extra-i686/samba  |   54 
 extra-i686/samba.conf |2 
 extra-i686/samba.conf.d   |7 +
 extra-i686/samba.install  |7 +
 extra-i686/samba.logrotate|9 ++
 extra-i686/samba.pam  |3 
 extra-i686/smbd.service   |   12 ++
 extra-i686/smbd.socket|   18 ++--
 extra-i686/smbd@.service  |   18 ++--
 extra-i686/swat.socket|   18 ++--
 extra-i686/swat.xinetd|   10 ++
 extra-i686/swat@.service  |   14 +--
 extra-i686/winbindd.service   |   12 ++
 extra-x86_64/PKGBUILD |  177 
 extra-x86_64/nmbd.service |   12 ++
 extra-x86_64/samba|   54 
 extra-x86_64/samba.conf   |2 
 extra-x86_64/samba.conf.d |7 +
 extra-x86_64/samba.install|7 +
 extra-x86_64/samba.logrotate  |9 ++
 extra-x86_64/samba.pam|3 
 extra-x86_64/smbd.service |   12 ++
 extra-x86_64/smbd.socket  |   18 ++--
 extra-x86_64/smbd@.service|   18 ++--
 extra-x86_64/swat.socket  |   18 ++--
 extra-x86_64/swat.xinetd  |   10 ++
 extra-x86_64/swat@.service|   14 +--
 extra-x86_64/winbindd.service |   12 ++
 30 files changed, 678 insertions(+), 68 deletions(-)

Copied: samba/repos/extra-i686/PKGBUILD (from rev 176100, samba/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-27 12:37:46 UTC (rev 176101)
@@ -0,0 +1,177 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+pkgbase=samba
+pkgname=('libwbclient' 'smbclient' 'samba')
+pkgver=3.6.11
+# We use the 'A' to fake out pacman's version comparators.  Samba chooses
+# to 

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

2013-01-27 Thread Allan McRae
Date: Sunday, January 27, 2013 @ 14:11:27
  Author: allan
Revision: 176102

upgpkg: findutils 4.4.2-5

rebuild to add to base-devel

Modified:
  findutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 12:37:46 UTC (rev 176101)
+++ PKGBUILD2013-01-27 13:11:27 UTC (rev 176102)
@@ -3,16 +3,17 @@
 
 pkgname=findutils
 pkgver=4.4.2
-pkgrel=4
+pkgrel=5
 pkgdesc=GNU utilities to locate files
 arch=('i686' 'x86_64')
 license=('GPL3')
 groups=('base' 'base-devel')
 depends=('glibc' 'sh')
 url=http://www.gnu.org/software/findutils;
-source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz)
+source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz{,.sig})
 install=findutils.install
-sha1sums=('e8dd88fa2cc58abffd0bfc1eddab9020231bb024')
+sha1sums=('e8dd88fa2cc58abffd0bfc1eddab9020231bb024'
+  '77d9585d9feea0814752a31bf109fe287f528243')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-01-27 Thread Allan McRae
Date: Sunday, January 27, 2013 @ 14:12:35
  Author: allan
Revision: 176103

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

Added:
  findutils/repos/testing-i686/
  findutils/repos/testing-i686/PKGBUILD
(from rev 176102, findutils/trunk/PKGBUILD)
  findutils/repos/testing-i686/findutils.install
(from rev 176102, findutils/trunk/findutils.install)
  findutils/repos/testing-x86_64/
  findutils/repos/testing-x86_64/PKGBUILD
(from rev 176102, findutils/trunk/PKGBUILD)
  findutils/repos/testing-x86_64/findutils.install
(from rev 176102, findutils/trunk/findutils.install)

--+
 testing-i686/PKGBUILD|   37 +
 testing-i686/findutils.install   |   22 ++
 testing-x86_64/PKGBUILD  |   37 +
 testing-x86_64/findutils.install |   22 ++
 4 files changed, 118 insertions(+)

Copied: findutils/repos/testing-i686/PKGBUILD (from rev 176102, 
findutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-27 13:12:35 UTC (rev 176103)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+
+pkgname=findutils
+pkgver=4.4.2
+pkgrel=5
+pkgdesc=GNU utilities to locate files
+arch=('i686' 'x86_64')
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'sh')
+url=http://www.gnu.org/software/findutils;
+source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz{,.sig})
+install=findutils.install
+sha1sums=('e8dd88fa2cc58abffd0bfc1eddab9020231bb024'
+  '77d9585d9feea0814752a31bf109fe287f528243')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Don't build or install locate because we use mlocate,
+  # which is a secure version of locate.
+  sed -i '/^SUBDIRS/s/locate//' Makefile.in
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}

Copied: findutils/repos/testing-i686/findutils.install (from rev 176102, 
findutils/trunk/findutils.install)
===
--- testing-i686/findutils.install  (rev 0)
+++ testing-i686/findutils.install  2013-01-27 13:12:35 UTC (rev 176103)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(find-maint.info find.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: findutils/repos/testing-x86_64/PKGBUILD (from rev 176102, 
findutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-27 13:12:35 UTC (rev 176103)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+
+pkgname=findutils
+pkgver=4.4.2
+pkgrel=5
+pkgdesc=GNU utilities to locate files
+arch=('i686' 'x86_64')
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'sh')
+url=http://www.gnu.org/software/findutils;
+source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz{,.sig})
+install=findutils.install
+sha1sums=('e8dd88fa2cc58abffd0bfc1eddab9020231bb024'
+  '77d9585d9feea0814752a31bf109fe287f528243')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Don't build or install locate because we use mlocate,
+  # which is a secure version of locate.
+  sed -i '/^SUBDIRS/s/locate//' Makefile.in
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}

Copied: findutils/repos/testing-x86_64/findutils.install (from rev 176102, 
findutils/trunk/findutils.install)
===
--- testing-x86_64/findutils.install(rev 0)
+++ testing-x86_64/findutils.install2013-01-27 13:12:35 UTC (rev 176103)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(find-maint.info find.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:



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

2013-01-27 Thread Alexander Rødseth
Date: Sunday, January 27, 2013 @ 14:59:11
  Author: arodseth
Revision: 83071

upgpkg: mosh 1.2.3-3

Modified:
  mosh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 10:16:43 UTC (rev 83070)
+++ PKGBUILD2013-01-27 13:59:11 UTC (rev 83071)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
   ./autogen.sh
   ./configure --prefix=/usr
@@ -24,13 +24,13 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
-  make DESTDIR=$pkgdir install
-  install -Dm644 conf/bash_completion.d/$pkgname \
-$pkgdir/usr/share/bash-completion/completions/$pkgname
-  install -Dm644 conf/ufw/applications.d/$pkgname \
-$pkgdir/etc/ufw/applications.d/ufw-$pkgname
+  make DESTDIR=$pkgdir install
+  install -Dm644 conf/bash_completion.d/$pkgname \
+$pkgdir/usr/share/bash-completion/completions/$pkgname
+  install -Dm644 conf/ufw/applications.d/$pkgname \
+$pkgdir/usr/share/mosh/ufw-${pkgname}.example
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-01-27 Thread Alexander Rødseth
Date: Sunday, January 27, 2013 @ 14:59:25
  Author: arodseth
Revision: 83072

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

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

---+
 community-i686/PKGBUILD   |   72 ++--
 community-x86_64/PKGBUILD |   72 ++--
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-27 13:59:11 UTC (rev 83071)
+++ community-i686/PKGBUILD 2013-01-27 13:59:25 UTC (rev 83072)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Christian Neukirchen chneukirc...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
-
-pkgname=mosh
-pkgver=1.2.3
-pkgrel=2
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64' 'i686')
-url='http://mosh.mit.edu/'
-license=('GPL3')
-depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
-source=(https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz;)
-sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
-options=('!emptydirs')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 conf/bash_completion.d/$pkgname \
-$pkgdir/usr/share/bash-completion/completions/$pkgname
-  install -Dm644 conf/ufw/applications.d/$pkgname \
-$pkgdir/etc/ufw/applications.d/ufw-$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mosh/repos/community-i686/PKGBUILD (from rev 83071, mosh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 13:59:25 UTC (rev 83072)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Christian Neukirchen chneukirc...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
+
+pkgname=mosh
+pkgver=1.2.3
+pkgrel=3
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=('x86_64' 'i686')
+url='http://mosh.mit.edu/'
+license=('GPL3')
+depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
+source=(https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz;)
+sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
+options=('!emptydirs')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 conf/bash_completion.d/$pkgname \
+$pkgdir/usr/share/bash-completion/completions/$pkgname
+  install -Dm644 conf/ufw/applications.d/$pkgname \
+$pkgdir/usr/share/mosh/ufw-${pkgname}.example
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-27 13:59:11 UTC (rev 83071)
+++ community-x86_64/PKGBUILD   2013-01-27 13:59:25 UTC (rev 83072)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Christian Neukirchen chneukirc...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
-
-pkgname=mosh
-pkgver=1.2.3
-pkgrel=2
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64' 'i686')
-url='http://mosh.mit.edu/'
-license=('GPL3')
-depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
-source=(https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz;)
-sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
-options=('!emptydirs')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 conf/bash_completion.d/$pkgname \
-$pkgdir/usr/share/bash-completion/completions/$pkgname
-  install -Dm644 conf/ufw/applications.d/$pkgname \
-$pkgdir/etc/ufw/applications.d/ufw-$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mosh/repos/community-x86_64/PKGBUILD (from rev 83071, 
mosh/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)

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

2013-01-27 Thread Alexander Rødseth
Date: Sunday, January 27, 2013 @ 16:26:23
  Author: arodseth
Revision: 83115

upgpkg: pdns 3.2-1

Modified:
  pdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 14:31:33 UTC (rev 83114)
+++ PKGBUILD2013-01-27 15:26:23 UTC (rev 83115)
@@ -4,13 +4,13 @@
 # Contributor: Kevin Mihelich ke...@archlinuxarm.org
 
 pkgname=pdns
-pkgver=3.1
-pkgrel=6
+pkgver=3.2
+pkgrel=1
 pkgdesc='Modern, advanced and high performance authoritative-only nameserver'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'
 license=('GPL')
-depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite' 
'libldap' 'lua' 'boost-libs')
+depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite' 
'libldap' 'lua51' 'boost-libs')
 makedepends=('boost')
 provides=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
 replaces=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
@@ -22,7 +22,7 @@
 'pdns.service'
 'pdns.rc'
 'pdns.conf')
-sha256sums=('1400f7bd659207c0b1f4b8296092e559a7b7bf6a2434951970217d9af06922a1'
+sha256sums=('d1895aba065446dc68e5d7cc792d5303626c71759f61a455531ed65d59c06572'
 '2a60c4407bcfe19026ae77d3e3b7b477d5a0c6323c0bc78892e9d907003b442a'
 '0457ffa2baa40518a03393e4f76964d9452c16aebbcb925582814f88367d62c2'
 '91c8889f41fe9d6bc9478c3ad53a10f6725e36e10f05e8e9257f9d35c9e2bab6')



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

2013-01-27 Thread Alexander Rødseth
Date: Sunday, January 27, 2013 @ 16:26:55
  Author: arodseth
Revision: 83116

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

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

---+
 community-i686/PKGBUILD   |  116 
 community-i686/pdns.conf  |  562 
 community-i686/pdns.install   |   22 -
 community-i686/pdns.rc|   70 ++--
 community-i686/pdns.service   |   24 -
 community-x86_64/PKGBUILD |  116 
 community-x86_64/pdns.conf|  562 
 community-x86_64/pdns.install |   22 -
 community-x86_64/pdns.rc  |   70 ++--
 community-x86_64/pdns.service |   24 -
 10 files changed, 794 insertions(+), 794 deletions(-)

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


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

2013-01-27 Thread Alexander Rødseth
Date: Sunday, January 27, 2013 @ 16:43:54
  Author: arodseth
Revision: 83117

upgpkg: waf 1.7.9-1

Modified:
  waf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 15:26:55 UTC (rev 83116)
+++ PKGBUILD2013-01-27 15:43:54 UTC (rev 83117)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet bi...@cern.ch
 
 pkgname=waf
-pkgver=1.7.8
+pkgver=1.7.9
 pkgrel=1
 pkgdesc='General-purpose build system modelled after Scons'
 url='http://code.google.com/p/waf/'
@@ -12,7 +12,7 @@
 depends=('python')
 provides=('python-waf')
 source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('8f550efe93998d3075eb23bb9fe0b2c862996910236906dc9880b7100af68898')
+sha256sums=('59d2ab56238aadc3f80c8d7114a42f621df0567740a9700e736a60325d8b0f93')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-27 Thread Alexander Rødseth
Date: Sunday, January 27, 2013 @ 16:44:24
  Author: arodseth
Revision: 83118

archrelease: copy trunk to community-any

Added:
  waf/repos/community-any/PKGBUILD
(from rev 83117, waf/trunk/PKGBUILD)
Deleted:
  waf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-27 15:43:54 UTC (rev 83117)
+++ PKGBUILD2013-01-27 15:44:24 UTC (rev 83118)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sebastien Binet bi...@cern.ch
-
-pkgname=waf
-pkgver=1.7.8
-pkgrel=1
-pkgdesc='General-purpose build system modelled after Scons'
-url='http://code.google.com/p/waf/'
-arch=('any')
-license=('BSD')
-depends=('python')
-provides=('python-waf')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('8f550efe93998d3075eb23bb9fe0b2c862996910236906dc9880b7100af68898')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  msg2 Building...
-  ./waf-light configure --prefix=/usr
-  ./waf-light --make-waf
-  ./waf-light install -f --destdir=$pkgdir \
---tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8'
-
-  msg2 Extracting license...
-  head -n 30 waf | tail -n 25  LICENSE
-
-  sed -i '0,/env python/s//python3/' waf
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  msg2 Packaging binaries...
-  install -Dm755 waf $pkgdir/usr/bin/waf
-  # Force the generation of .waf.admin files
-  cd demos/c
-  $pkgdir/usr/bin/waf configure build  /dev/null
-  cd ../..
-
-  msg2 Setting permissions...
-  chmod -R 0644 $pkgdir/usr/bin/.waf*/waflib/Tools/*
-  chown -R root:root $pkgdir/usr/*
-
-  msg2 Packaging license...
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: waf/repos/community-any/PKGBUILD (from rev 83117, waf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-27 15:44:24 UTC (rev 83118)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sebastien Binet bi...@cern.ch
+
+pkgname=waf
+pkgver=1.7.9
+pkgrel=1
+pkgdesc='General-purpose build system modelled after Scons'
+url='http://code.google.com/p/waf/'
+arch=('any')
+license=('BSD')
+depends=('python')
+provides=('python-waf')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('59d2ab56238aadc3f80c8d7114a42f621df0567740a9700e736a60325d8b0f93')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  msg2 Building...
+  ./waf-light configure --prefix=/usr
+  ./waf-light --make-waf
+  ./waf-light install -f --destdir=$pkgdir \
+--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8'
+
+  msg2 Extracting license...
+  head -n 30 waf | tail -n 25  LICENSE
+
+  sed -i '0,/env python/s//python3/' waf
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  msg2 Packaging binaries...
+  install -Dm755 waf $pkgdir/usr/bin/waf
+  # Force the generation of .waf.admin files
+  cd demos/c
+  $pkgdir/usr/bin/waf configure build  /dev/null
+  cd ../..
+
+  msg2 Setting permissions...
+  chmod -R 0644 $pkgdir/usr/bin/.waf*/waflib/Tools/*
+  chown -R root:root $pkgdir/usr/*
+
+  msg2 Packaging license...
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 16:51:30
  Author: pierre
Revision: 83119

extra2community: Moving avfs from extra to community

Added:
  avfs/
  avfs/repos/
  avfs/trunk/
  avfs/trunk/PKGBUILD

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

Added: avfs/trunk/PKGBUILD
===
--- avfs/trunk/PKGBUILD (rev 0)
+++ avfs/trunk/PKGBUILD 2013-01-27 15:51:30 UTC (rev 83119)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: K. Piche kpi...@rogers.com
+
+pkgname=avfs
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=A virtual filesystem that allows browsing of compressed files
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url=http://avf.sourceforge.net/;
+depends=('fuse' 'xz' 'perl')
+options=('!emptydirs' '!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/avf/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('f0f254d092e54da14bbf3ea22b76da99'
+ 'd71607de21819f3d67246473f0bc21f3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --enable-library \
+  --enable-fuse \
+  --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


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


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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 16:51:39
  Author: pierre
Revision: 83120

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

Added:
  avfs/repos/community-i686/
  avfs/repos/community-i686/PKGBUILD
(from rev 83119, avfs/trunk/PKGBUILD)
  avfs/repos/community-x86_64/
  avfs/repos/community-x86_64/PKGBUILD
(from rev 83119, avfs/trunk/PKGBUILD)

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

Copied: avfs/repos/community-i686/PKGBUILD (from rev 83119, avfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 15:51:39 UTC (rev 83120)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: K. Piche kpi...@rogers.com
+
+pkgname=avfs
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=A virtual filesystem that allows browsing of compressed files
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url=http://avf.sourceforge.net/;
+depends=('fuse' 'xz' 'perl')
+options=('!emptydirs' '!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/avf/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('f0f254d092e54da14bbf3ea22b76da99'
+ 'd71607de21819f3d67246473f0bc21f3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --enable-library \
+  --enable-fuse \
+  --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: avfs/repos/community-x86_64/PKGBUILD (from rev 83119, 
avfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 15:51:39 UTC (rev 83120)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: K. Piche kpi...@rogers.com
+
+pkgname=avfs
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=A virtual filesystem that allows browsing of compressed files
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url=http://avf.sourceforge.net/;
+depends=('fuse' 'xz' 'perl')
+options=('!emptydirs' '!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/avf/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('f0f254d092e54da14bbf3ea22b76da99'
+ 'd71607de21819f3d67246473f0bc21f3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --enable-library \
+  --enable-fuse \
+  --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in (avfs)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 16:51:57
  Author: pierre
Revision: 176123

extra2community: Moving avfs from extra to community

Deleted:
  avfs/



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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:07:34
  Author: pierre
Revision: 176124

upgpkg: devtools 20130127-1

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 15:51:57 UTC (rev 176123)
+++ PKGBUILD2013-01-27 16:07:34 UTC (rev 176124)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=devtools
-pkgver=20130122
+pkgver=20130127
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('9db17c9de76c6e5cf7ed5a98ed47c991'
- '0ad1088165f0ffe50ba95ce19077b8e6')
+md5sums=('a133e9e2c2c79d3250f960c7c1d94bb0'
+ '9a6237ce15fab92a2b2352114a8793e6')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:07:40
  Author: pierre
Revision: 176125

archrelease: copy trunk to extra-any

Added:
  devtools/repos/extra-any/PKGBUILD
(from rev 176124, devtools/trunk/PKGBUILD)
Deleted:
  devtools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-27 16:07:34 UTC (rev 176124)
+++ PKGBUILD2013-01-27 16:07:40 UTC (rev 176125)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=devtools
-pkgver=20130122
-pkgrel=1
-pkgdesc='Tools for Arch Linux package maintainers'
-arch=('any')
-license=('GPL')
-url='http://projects.archlinux.org/devtools.git/'
-depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('9db17c9de76c6e5cf7ed5a98ed47c991'
- '0ad1088165f0ffe50ba95ce19077b8e6')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: devtools/repos/extra-any/PKGBUILD (from rev 176124, 
devtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-27 16:07:40 UTC (rev 176125)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=devtools
+pkgver=20130127
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('a133e9e2c2c79d3250f960c7c1d94bb0'
+ '9a6237ce15fab92a2b2352114a8793e6')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in (4 files)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:08:29
  Author: pierre
Revision: 83121

extra2community: Moving bmp-musepack from extra to community

Added:
  bmp-musepack/
  bmp-musepack/repos/
  bmp-musepack/trunk/
  bmp-musepack/trunk/PKGBUILD

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

Added: bmp-musepack/trunk/PKGBUILD
===
--- bmp-musepack/trunk/PKGBUILD (rev 0)
+++ bmp-musepack/trunk/PKGBUILD 2013-01-27 16:08:29 UTC (rev 83121)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: damir da...@archlinux.org
+# Contributor: Nikos Kouremenos n...@ebox.gr
+
+pkgname=bmp-musepack
+pkgver=1.2
+pkgrel=4
+pkgdesc=A BMP plugin for playing sounds in Musepack (MPC) format
+arch=('i686' 'x86_64')
+url=http://musepack.net/;
+license=('BSD')
+depends=('bmp' 'libmpcdec' 'taglib')
+groups=('bmp-plugins' 'bmp-io-plugins')
+options=('!libtool')
+source=(http://files.musepack.net/linux/plugins/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('5fe0c9d341ca37d05c780a478f829a5f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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


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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:08:38
  Author: pierre
Revision: 83122

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

Added:
  bmp-musepack/repos/community-i686/
  bmp-musepack/repos/community-i686/PKGBUILD
(from rev 83121, bmp-musepack/trunk/PKGBUILD)
  bmp-musepack/repos/community-x86_64/
  bmp-musepack/repos/community-x86_64/PKGBUILD
(from rev 83121, bmp-musepack/trunk/PKGBUILD)

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

Copied: bmp-musepack/repos/community-i686/PKGBUILD (from rev 83121, 
bmp-musepack/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 16:08:38 UTC (rev 83122)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: damir da...@archlinux.org
+# Contributor: Nikos Kouremenos n...@ebox.gr
+
+pkgname=bmp-musepack
+pkgver=1.2
+pkgrel=4
+pkgdesc=A BMP plugin for playing sounds in Musepack (MPC) format
+arch=('i686' 'x86_64')
+url=http://musepack.net/;
+license=('BSD')
+depends=('bmp' 'libmpcdec' 'taglib')
+groups=('bmp-plugins' 'bmp-io-plugins')
+options=('!libtool')
+source=(http://files.musepack.net/linux/plugins/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('5fe0c9d341ca37d05c780a478f829a5f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: bmp-musepack/repos/community-x86_64/PKGBUILD (from rev 83121, 
bmp-musepack/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 16:08:38 UTC (rev 83122)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: damir da...@archlinux.org
+# Contributor: Nikos Kouremenos n...@ebox.gr
+
+pkgname=bmp-musepack
+pkgver=1.2
+pkgrel=4
+pkgdesc=A BMP plugin for playing sounds in Musepack (MPC) format
+arch=('i686' 'x86_64')
+url=http://musepack.net/;
+license=('BSD')
+depends=('bmp' 'libmpcdec' 'taglib')
+groups=('bmp-plugins' 'bmp-io-plugins')
+options=('!libtool')
+source=(http://files.musepack.net/linux/plugins/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('5fe0c9d341ca37d05c780a478f829a5f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in (bmp-musepack)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:08:56
  Author: pierre
Revision: 176128

extra2community: Moving bmp-musepack from extra to community

Deleted:
  bmp-musepack/



[arch-commits] Commit in (5 files)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:09:02
  Author: pierre
Revision: 83123

extra2community: Moving bmp-wma from extra to community

Added:
  bmp-wma/
  bmp-wma/repos/
  bmp-wma/trunk/
  bmp-wma/trunk/PKGBUILD
  bmp-wma/trunk/bmp-wma-gcc4.patch

+
 PKGBUILD   |   34 +
 bmp-wma-gcc4.patch |   98 +++
 2 files changed, 132 insertions(+)

Added: bmp-wma/trunk/PKGBUILD
===
--- bmp-wma/trunk/PKGBUILD  (rev 0)
+++ bmp-wma/trunk/PKGBUILD  2013-01-27 16:09:02 UTC (rev 83123)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Ewoud Nuyts ewoud.nu...@gmail.com
+
+pkgname=bmp-wma
+pkgver=0.1.1
+pkgrel=4
+pkgdesc=WMA plugin for Beep Media Player
+url=http://bmp-plugins.berlios.de/novelian/project.php?p=bmp-wma;
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('bmp')
+groups=('bmp-plugins' 'bmp-io-plugins')
+options=('!libtool' '!emptydirs')
+source=(http://download.berlios.de/bmp-plugins/${pkgname}-${pkgver}.tar.gz;
+'bmp-wma-gcc4.patch')
+md5sums=('8dcf3fcdb10e8e2e386f70745812412b'
+ '730eba8f41e989dd8b56c18bcc826cc4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/bmp-wma-gcc4.patch
+  if [ ${CARCH} = x86_64 ]; then
+export CFLAGS=${CFLAGS} -fPIC
+  fi
+  ./configure --prefix=/usr --disable-static
+  echo '#define HAVE_LRINTF 1'  config.h
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


Property changes on: bmp-wma/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: bmp-wma/trunk/bmp-wma-gcc4.patch
===
--- bmp-wma/trunk/bmp-wma-gcc4.patch(rev 0)
+++ bmp-wma/trunk/bmp-wma-gcc4.patch2013-01-27 16:09:02 UTC (rev 83123)
@@ -0,0 +1,98 @@
+--- src/libffwma/avcodec.h.orig2005-10-07 11:49:36.0 -0400
 src/libffwma/avcodec.h 2005-10-07 11:51:09.0 -0400
+@@ -11,6 +11,43 @@
+ extern C {
+ #endif
+ 
++
++/**
++ * AVOption.
++ */
++typedef struct AVOption {
++/** options' name */
++const char *name; /* if name is NULL, it indicates a link to next */
++/** short English text help or const struct AVOption* subpointer */
++const char *help; //  const struct AVOption* sub;
++/** offset to context structure where the parsed value should be stored */
++int offset;
++/** options' type */
++int type;
++#define FF_OPT_TYPE_BOOL 1  /// boolean - true,1,on  (or simply presence)
++#define FF_OPT_TYPE_DOUBLE 2/// double
++#define FF_OPT_TYPE_INT 3   /// integer
++#define FF_OPT_TYPE_STRING 4/// string (finished with \0)
++#define FF_OPT_TYPE_MASK 0x1f /// mask for types - upper bits are various 
flags
++//#define FF_OPT_TYPE_EXPERT 0x20 // flag for expert option
++#define FF_OPT_TYPE_FLAG (FF_OPT_TYPE_BOOL | 0x40)
++#define FF_OPT_TYPE_RCOVERRIDE (FF_OPT_TYPE_STRING | 0x80)
++/** min value  (min == max   -  no limits) */
++double min;
++/** maximum value for double/int */
++double max;
++/** default boo [0,1]l/double/int value */
++double defval;
++/**
++ * default string value (with optional semicolon delimited extra 
option-list
++ * i.e.   option1;option2;option3
++ * defval might select other then first argument as default
++ */
++const char *defstr;
++#define FF_OPT_MAX_DEPTH 10
++} AVOption;
++
++
+ #include common.h
+ #include sys/types.h /* size_t */
+ 
+@@ -1396,41 +1433,6 @@
+ 
+ 
+ /**
+- * AVOption.
+- */
+-typedef struct AVOption {
+-/** options' name */
+-const char *name; /* if name is NULL, it indicates a link to next */
+-/** short English text help or const struct AVOption* subpointer */
+-const char *help; //  const struct AVOption* sub;
+-/** offset to context structure where the parsed value should be stored */
+-int offset;
+-/** options' type */
+-int type;
+-#define FF_OPT_TYPE_BOOL 1  /// boolean - true,1,on  (or simply presence)
+-#define FF_OPT_TYPE_DOUBLE 2/// double
+-#define FF_OPT_TYPE_INT 3   /// integer
+-#define FF_OPT_TYPE_STRING 4/// string (finished with \0)
+-#define FF_OPT_TYPE_MASK 0x1f /// mask for types - upper bits are various 
flags
+-//#define FF_OPT_TYPE_EXPERT 0x20 // flag for expert option
+-#define FF_OPT_TYPE_FLAG (FF_OPT_TYPE_BOOL | 0x40)
+-#define FF_OPT_TYPE_RCOVERRIDE (FF_OPT_TYPE_STRING | 0x80)
+-/** min value  (min == max   -  no limits) */
+-double min;
+-/** maximum value for double/int */
+-double max;
+-/** default boo [0,1]l/double/int value */
+-double defval;
+-/**
+- * default string value (with optional semicolon delimited extra 

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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:09:09
  Author: pierre
Revision: 83124

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

Added:
  bmp-wma/repos/community-i686/
  bmp-wma/repos/community-i686/PKGBUILD
(from rev 83123, bmp-wma/trunk/PKGBUILD)
  bmp-wma/repos/community-i686/bmp-wma-gcc4.patch
(from rev 83123, bmp-wma/trunk/bmp-wma-gcc4.patch)
  bmp-wma/repos/community-x86_64/
  bmp-wma/repos/community-x86_64/PKGBUILD
(from rev 83123, bmp-wma/trunk/PKGBUILD)
  bmp-wma/repos/community-x86_64/bmp-wma-gcc4.patch
(from rev 83123, bmp-wma/trunk/bmp-wma-gcc4.patch)

-+
 community-i686/PKGBUILD |   34 +++
 community-i686/bmp-wma-gcc4.patch   |   98 ++
 community-x86_64/PKGBUILD   |   34 +++
 community-x86_64/bmp-wma-gcc4.patch |   98 ++
 4 files changed, 264 insertions(+)

Copied: bmp-wma/repos/community-i686/PKGBUILD (from rev 83123, 
bmp-wma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 16:09:09 UTC (rev 83124)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Ewoud Nuyts ewoud.nu...@gmail.com
+
+pkgname=bmp-wma
+pkgver=0.1.1
+pkgrel=4
+pkgdesc=WMA plugin for Beep Media Player
+url=http://bmp-plugins.berlios.de/novelian/project.php?p=bmp-wma;
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('bmp')
+groups=('bmp-plugins' 'bmp-io-plugins')
+options=('!libtool' '!emptydirs')
+source=(http://download.berlios.de/bmp-plugins/${pkgname}-${pkgver}.tar.gz;
+'bmp-wma-gcc4.patch')
+md5sums=('8dcf3fcdb10e8e2e386f70745812412b'
+ '730eba8f41e989dd8b56c18bcc826cc4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/bmp-wma-gcc4.patch
+  if [ ${CARCH} = x86_64 ]; then
+export CFLAGS=${CFLAGS} -fPIC
+  fi
+  ./configure --prefix=/usr --disable-static
+  echo '#define HAVE_LRINTF 1'  config.h
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: bmp-wma/repos/community-i686/bmp-wma-gcc4.patch (from rev 83123, 
bmp-wma/trunk/bmp-wma-gcc4.patch)
===
--- community-i686/bmp-wma-gcc4.patch   (rev 0)
+++ community-i686/bmp-wma-gcc4.patch   2013-01-27 16:09:09 UTC (rev 83124)
@@ -0,0 +1,98 @@
+--- src/libffwma/avcodec.h.orig2005-10-07 11:49:36.0 -0400
 src/libffwma/avcodec.h 2005-10-07 11:51:09.0 -0400
+@@ -11,6 +11,43 @@
+ extern C {
+ #endif
+ 
++
++/**
++ * AVOption.
++ */
++typedef struct AVOption {
++/** options' name */
++const char *name; /* if name is NULL, it indicates a link to next */
++/** short English text help or const struct AVOption* subpointer */
++const char *help; //  const struct AVOption* sub;
++/** offset to context structure where the parsed value should be stored */
++int offset;
++/** options' type */
++int type;
++#define FF_OPT_TYPE_BOOL 1  /// boolean - true,1,on  (or simply presence)
++#define FF_OPT_TYPE_DOUBLE 2/// double
++#define FF_OPT_TYPE_INT 3   /// integer
++#define FF_OPT_TYPE_STRING 4/// string (finished with \0)
++#define FF_OPT_TYPE_MASK 0x1f /// mask for types - upper bits are various 
flags
++//#define FF_OPT_TYPE_EXPERT 0x20 // flag for expert option
++#define FF_OPT_TYPE_FLAG (FF_OPT_TYPE_BOOL | 0x40)
++#define FF_OPT_TYPE_RCOVERRIDE (FF_OPT_TYPE_STRING | 0x80)
++/** min value  (min == max   -  no limits) */
++double min;
++/** maximum value for double/int */
++double max;
++/** default boo [0,1]l/double/int value */
++double defval;
++/**
++ * default string value (with optional semicolon delimited extra 
option-list
++ * i.e.   option1;option2;option3
++ * defval might select other then first argument as default
++ */
++const char *defstr;
++#define FF_OPT_MAX_DEPTH 10
++} AVOption;
++
++
+ #include common.h
+ #include sys/types.h /* size_t */
+ 
+@@ -1396,41 +1433,6 @@
+ 
+ 
+ /**
+- * AVOption.
+- */
+-typedef struct AVOption {
+-/** options' name */
+-const char *name; /* if name is NULL, it indicates a link to next */
+-/** short English text help or const struct AVOption* subpointer */
+-const char *help; //  const struct AVOption* sub;
+-/** offset to context structure where the parsed value should be stored */
+-int offset;
+-/** options' type */
+-int type;
+-#define FF_OPT_TYPE_BOOL 1  /// boolean - true,1,on  (or simply presence)
+-#define FF_OPT_TYPE_DOUBLE 2/// double
+-#define FF_OPT_TYPE_INT 3   /// integer
+-#define FF_OPT_TYPE_STRING 4/// string (finished with \0)
+-#define FF_OPT_TYPE_MASK 0x1f /// mask for types - upper bits are various 
flags
+-//#define 

[arch-commits] Commit in (bmp-wma)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:09:27
  Author: pierre
Revision: 176131

extra2community: Moving bmp-wma from extra to community

Deleted:
  bmp-wma/



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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:09:32
  Author: pierre
Revision: 83125

extra2community: Moving bochs from extra to community

Added:
  bochs/
  bochs/repos/
  bochs/trunk/
  bochs/trunk/PKGBUILD

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

Added: bochs/trunk/PKGBUILD
===
--- bochs/trunk/PKGBUILD(rev 0)
+++ bochs/trunk/PKGBUILD2013-01-27 16:09:32 UTC (rev 83125)
@@ -0,0 +1,27 @@
+# $Id$
+#Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: Kevin Piche ke...@archlinux.org
+
+pkgname=bochs
+pkgver=2.6
+pkgrel=1
+pkgdesc=A portable x86 PC emulation software package
+arch=('i686' 'x86_64')
+url=http://bochs.sourceforge.net/;
+license=('LGPL')
+depends=('gcc-libs' 'libxrandr')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('7e25e1a4d2f7e0464e8d6381f38741d9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-wx --enable-cpu-level=6 \
+  --enable-fpu --enable-3dnow --enable-disasm
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m 644 .bochsrc ${pkgdir}/etc/bochsrc-sample.txt
+}


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


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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:09:41
  Author: pierre
Revision: 83126

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

Added:
  bochs/repos/community-i686/
  bochs/repos/community-i686/PKGBUILD
(from rev 83125, bochs/trunk/PKGBUILD)
  bochs/repos/community-x86_64/
  bochs/repos/community-x86_64/PKGBUILD
(from rev 83125, bochs/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   27 +++
 community-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: bochs/repos/community-i686/PKGBUILD (from rev 83125, 
bochs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 16:09:41 UTC (rev 83126)
@@ -0,0 +1,27 @@
+# $Id$
+#Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: Kevin Piche ke...@archlinux.org
+
+pkgname=bochs
+pkgver=2.6
+pkgrel=1
+pkgdesc=A portable x86 PC emulation software package
+arch=('i686' 'x86_64')
+url=http://bochs.sourceforge.net/;
+license=('LGPL')
+depends=('gcc-libs' 'libxrandr')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('7e25e1a4d2f7e0464e8d6381f38741d9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-wx --enable-cpu-level=6 \
+  --enable-fpu --enable-3dnow --enable-disasm
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m 644 .bochsrc ${pkgdir}/etc/bochsrc-sample.txt
+}

Copied: bochs/repos/community-x86_64/PKGBUILD (from rev 83125, 
bochs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 16:09:41 UTC (rev 83126)
@@ -0,0 +1,27 @@
+# $Id$
+#Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: Kevin Piche ke...@archlinux.org
+
+pkgname=bochs
+pkgver=2.6
+pkgrel=1
+pkgdesc=A portable x86 PC emulation software package
+arch=('i686' 'x86_64')
+url=http://bochs.sourceforge.net/;
+license=('LGPL')
+depends=('gcc-libs' 'libxrandr')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('7e25e1a4d2f7e0464e8d6381f38741d9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-wx --enable-cpu-level=6 \
+  --enable-fpu --enable-3dnow --enable-disasm
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m 644 .bochsrc ${pkgdir}/etc/bochsrc-sample.txt
+}



[arch-commits] Commit in (bochs)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:10:02
  Author: pierre
Revision: 176134

extra2community: Moving bochs from extra to community

Deleted:
  bochs/



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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:10:10
  Author: pierre
Revision: 83127

extra2community: Moving botan from extra to community

Added:
  botan/
  botan/repos/
  botan/trunk/
  botan/trunk/PKGBUILD

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

Added: botan/trunk/PKGBUILD
===
--- botan/trunk/PKGBUILD(rev 0)
+++ botan/trunk/PKGBUILD2013-01-27 16:10:10 UTC (rev 83127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: d'Ronin daro...@2600.com
+
+pkgname=botan
+pkgver=1.10.3
+pkgrel=1
+pkgdesc=Crypto library written in C++
+license=('BSD')
+arch=('i686' 'x86_64')
+url=http://botan.randombit.net/;
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz{,.asc})
+sha1sums=('9f929101bf75c19432f49f57c80d2d26eec91dcb'
+  'd03b220849e3d3b3a49363a0debc266b615d9fca')
+
+build() {
+  cd ${srcdir}/Botan-${pkgver}
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' configure.py
+  ./configure.py --prefix=/usr
+  make 
+}
+
+package() {
+  cd ${srcdir}/Botan-${pkgver}
+  make DESTDIR=${pkgdir}/usr install
+  install -D -m644 doc/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  find ${pkgdir}/usr/share/doc -type f -exec chmod 0644 {} \;
+}
+


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


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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:10:24
  Author: pierre
Revision: 83128

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

Added:
  botan/repos/community-i686/
  botan/repos/community-i686/PKGBUILD
(from rev 83127, botan/trunk/PKGBUILD)
  botan/repos/community-x86_64/
  botan/repos/community-x86_64/PKGBUILD
(from rev 83127, botan/trunk/PKGBUILD)

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

Copied: botan/repos/community-i686/PKGBUILD (from rev 83127, 
botan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 16:10:24 UTC (rev 83128)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: d'Ronin daro...@2600.com
+
+pkgname=botan
+pkgver=1.10.3
+pkgrel=1
+pkgdesc=Crypto library written in C++
+license=('BSD')
+arch=('i686' 'x86_64')
+url=http://botan.randombit.net/;
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz{,.asc})
+sha1sums=('9f929101bf75c19432f49f57c80d2d26eec91dcb'
+  'd03b220849e3d3b3a49363a0debc266b615d9fca')
+
+build() {
+  cd ${srcdir}/Botan-${pkgver}
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' configure.py
+  ./configure.py --prefix=/usr
+  make 
+}
+
+package() {
+  cd ${srcdir}/Botan-${pkgver}
+  make DESTDIR=${pkgdir}/usr install
+  install -D -m644 doc/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  find ${pkgdir}/usr/share/doc -type f -exec chmod 0644 {} \;
+}
+

Copied: botan/repos/community-x86_64/PKGBUILD (from rev 83127, 
botan/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 16:10:24 UTC (rev 83128)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: d'Ronin daro...@2600.com
+
+pkgname=botan
+pkgver=1.10.3
+pkgrel=1
+pkgdesc=Crypto library written in C++
+license=('BSD')
+arch=('i686' 'x86_64')
+url=http://botan.randombit.net/;
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz{,.asc})
+sha1sums=('9f929101bf75c19432f49f57c80d2d26eec91dcb'
+  'd03b220849e3d3b3a49363a0debc266b615d9fca')
+
+build() {
+  cd ${srcdir}/Botan-${pkgver}
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' configure.py
+  ./configure.py --prefix=/usr
+  make 
+}
+
+package() {
+  cd ${srcdir}/Botan-${pkgver}
+  make DESTDIR=${pkgdir}/usr install
+  install -D -m644 doc/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  find ${pkgdir}/usr/share/doc -type f -exec chmod 0644 {} \;
+}
+



[arch-commits] Commit in (botan)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:10:46
  Author: pierre
Revision: 176137

extra2community: Moving botan from extra to community

Deleted:
  botan/



[arch-commits] Commit in (5 files)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:10:53
  Author: pierre
Revision: 83129

extra2community: Moving cdargs from extra to community

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

+
 PKGBUILD   |   36 
 cdargs.install |3 +++
 2 files changed, 39 insertions(+)

Added: cdargs/trunk/PKGBUILD
===
--- cdargs/trunk/PKGBUILD   (rev 0)
+++ cdargs/trunk/PKGBUILD   2013-01-27 16:10:53 UTC (rev 83129)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=cdargs
+pkgver=1.35
+pkgrel=3
+pkgdesc=A replacement for 'cd' that includes bookmarks/browsing for faster 
navigation
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.skamphausen.de/cgi-bin/ska/CDargs;
+depends=('ncurses' 'gcc-libs')
+install=cdargs.install
+source=(http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('50be618d67f0b9f2439526193c69c567')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+  
+  cd contrib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # install helper scripts
+  cd contrib
+  make DESTDIR=${pkgdir} install
+  
+  install -d ${pkgdir}/usr/share/cdargs
+  install $pkgname-{tcsh.csh,bash.sh} ${pkgdir}/usr/share/cdargs
+}


Property changes on: cdargs/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: cdargs/trunk/cdargs.install
===
--- cdargs/trunk/cdargs.install (rev 0)
+++ cdargs/trunk/cdargs.install 2013-01-27 16:10:53 UTC (rev 83129)
@@ -0,0 +1,3 @@
+post_install() {
+  echo cdargs: helper scripts are in /usr/share/cdargs/
+}



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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:11:01
  Author: pierre
Revision: 83130

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

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

-+
 community-i686/PKGBUILD |   36 
 community-i686/cdargs.install   |3 +++
 community-x86_64/PKGBUILD   |   36 
 community-x86_64/cdargs.install |3 +++
 4 files changed, 78 insertions(+)

Copied: cdargs/repos/community-i686/PKGBUILD (from rev 83129, 
cdargs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 16:11:01 UTC (rev 83130)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=cdargs
+pkgver=1.35
+pkgrel=3
+pkgdesc=A replacement for 'cd' that includes bookmarks/browsing for faster 
navigation
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.skamphausen.de/cgi-bin/ska/CDargs;
+depends=('ncurses' 'gcc-libs')
+install=cdargs.install
+source=(http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('50be618d67f0b9f2439526193c69c567')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+  
+  cd contrib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # install helper scripts
+  cd contrib
+  make DESTDIR=${pkgdir} install
+  
+  install -d ${pkgdir}/usr/share/cdargs
+  install $pkgname-{tcsh.csh,bash.sh} ${pkgdir}/usr/share/cdargs
+}

Copied: cdargs/repos/community-i686/cdargs.install (from rev 83129, 
cdargs/trunk/cdargs.install)
===
--- community-i686/cdargs.install   (rev 0)
+++ community-i686/cdargs.install   2013-01-27 16:11:01 UTC (rev 83130)
@@ -0,0 +1,3 @@
+post_install() {
+  echo cdargs: helper scripts are in /usr/share/cdargs/
+}

Copied: cdargs/repos/community-x86_64/PKGBUILD (from rev 83129, 
cdargs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 16:11:01 UTC (rev 83130)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=cdargs
+pkgver=1.35
+pkgrel=3
+pkgdesc=A replacement for 'cd' that includes bookmarks/browsing for faster 
navigation
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.skamphausen.de/cgi-bin/ska/CDargs;
+depends=('ncurses' 'gcc-libs')
+install=cdargs.install
+source=(http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('50be618d67f0b9f2439526193c69c567')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+  
+  cd contrib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # install helper scripts
+  cd contrib
+  make DESTDIR=${pkgdir} install
+  
+  install -d ${pkgdir}/usr/share/cdargs
+  install $pkgname-{tcsh.csh,bash.sh} ${pkgdir}/usr/share/cdargs
+}

Copied: cdargs/repos/community-x86_64/cdargs.install (from rev 83129, 
cdargs/trunk/cdargs.install)
===
--- community-x86_64/cdargs.install (rev 0)
+++ community-x86_64/cdargs.install 2013-01-27 16:11:01 UTC (rev 83130)
@@ -0,0 +1,3 @@
+post_install() {
+  echo cdargs: helper scripts are in /usr/share/cdargs/
+}



[arch-commits] Commit in (cdargs)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:11:23
  Author: pierre
Revision: 176140

extra2community: Moving cdargs from extra to community

Deleted:
  cdargs/



[arch-commits] Commit in (5 files)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:11:31
  Author: pierre
Revision: 83131

extra2community: Moving cx_freeze from extra to community

Added:
  cx_freeze/
  cx_freeze/repos/
  cx_freeze/trunk/
  cx_freeze/trunk/FreezePython.sh
  cx_freeze/trunk/PKGBUILD

-+
 FreezePython.sh |4 
 PKGBUILD|   31 +++
 2 files changed, 35 insertions(+)

Added: cx_freeze/trunk/FreezePython.sh
===
--- cx_freeze/trunk/FreezePython.sh (rev 0)
+++ cx_freeze/trunk/FreezePython.sh 2013-01-27 16:11:31 UTC (rev 83131)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /usr/share/cx-freeze
+./FreezePython $@

Added: cx_freeze/trunk/PKGBUILD
===
--- cx_freeze/trunk/PKGBUILD(rev 0)
+++ cx_freeze/trunk/PKGBUILD2013-01-27 16:11:31 UTC (rev 83131)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=cx_freeze
+_tarname=cx_Freeze
+pkgver=4.2.3
+pkgrel=2
+pkgdesc=A set of utilities for freezing Python scripts into executables
+arch=('i686' 'x86_64')
+url=http://www.python.net/crew/atuining/cx_Freeze/;
+license=('custom')
+depends=('python2')
+provides=('cxfreeze')
+source=(http://downloads.sourceforge.net/cx-freeze/$_tarname-$pkgver.tar.gz;
+'FreezePython.sh')
+md5sums=('a524cfd23de5d37e0ec9400ba1ccd6ad'
+ '5cc60d1644eba12a57c22cc1348a4afd')
+
+package() {
+  cd $srcdir/$_tarname-$pkgver
+
+  python2 setup.py install --root $pkgdir/ --optimize 1
+
+  install -d $pkgdir/usr/share/cx-freeze/{bases,initscripts}
+  install -m755 source/bases/* $pkgdir/usr/share/cx-freeze/bases
+  install -m644 initscripts/* $pkgdir/usr/share/cx-freeze/initscripts
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/cx_freeze/COPYING
+}


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


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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:11:45
  Author: pierre
Revision: 83132

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

Added:
  cx_freeze/repos/community-i686/
  cx_freeze/repos/community-i686/FreezePython.sh
(from rev 83131, cx_freeze/trunk/FreezePython.sh)
  cx_freeze/repos/community-i686/PKGBUILD
(from rev 83131, cx_freeze/trunk/PKGBUILD)
  cx_freeze/repos/community-x86_64/
  cx_freeze/repos/community-x86_64/FreezePython.sh
(from rev 83131, cx_freeze/trunk/FreezePython.sh)
  cx_freeze/repos/community-x86_64/PKGBUILD
(from rev 83131, cx_freeze/trunk/PKGBUILD)

--+
 community-i686/FreezePython.sh   |4 
 community-i686/PKGBUILD  |   31 +++
 community-x86_64/FreezePython.sh |4 
 community-x86_64/PKGBUILD|   31 +++
 4 files changed, 70 insertions(+)

Copied: cx_freeze/repos/community-i686/FreezePython.sh (from rev 83131, 
cx_freeze/trunk/FreezePython.sh)
===
--- community-i686/FreezePython.sh  (rev 0)
+++ community-i686/FreezePython.sh  2013-01-27 16:11:45 UTC (rev 83132)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /usr/share/cx-freeze
+./FreezePython $@

Copied: cx_freeze/repos/community-i686/PKGBUILD (from rev 83131, 
cx_freeze/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 16:11:45 UTC (rev 83132)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=cx_freeze
+_tarname=cx_Freeze
+pkgver=4.2.3
+pkgrel=2
+pkgdesc=A set of utilities for freezing Python scripts into executables
+arch=('i686' 'x86_64')
+url=http://www.python.net/crew/atuining/cx_Freeze/;
+license=('custom')
+depends=('python2')
+provides=('cxfreeze')
+source=(http://downloads.sourceforge.net/cx-freeze/$_tarname-$pkgver.tar.gz;
+'FreezePython.sh')
+md5sums=('a524cfd23de5d37e0ec9400ba1ccd6ad'
+ '5cc60d1644eba12a57c22cc1348a4afd')
+
+package() {
+  cd $srcdir/$_tarname-$pkgver
+
+  python2 setup.py install --root $pkgdir/ --optimize 1
+
+  install -d $pkgdir/usr/share/cx-freeze/{bases,initscripts}
+  install -m755 source/bases/* $pkgdir/usr/share/cx-freeze/bases
+  install -m644 initscripts/* $pkgdir/usr/share/cx-freeze/initscripts
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/cx_freeze/COPYING
+}

Copied: cx_freeze/repos/community-x86_64/FreezePython.sh (from rev 83131, 
cx_freeze/trunk/FreezePython.sh)
===
--- community-x86_64/FreezePython.sh(rev 0)
+++ community-x86_64/FreezePython.sh2013-01-27 16:11:45 UTC (rev 83132)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /usr/share/cx-freeze
+./FreezePython $@

Copied: cx_freeze/repos/community-x86_64/PKGBUILD (from rev 83131, 
cx_freeze/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 16:11:45 UTC (rev 83132)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=cx_freeze
+_tarname=cx_Freeze
+pkgver=4.2.3
+pkgrel=2
+pkgdesc=A set of utilities for freezing Python scripts into executables
+arch=('i686' 'x86_64')
+url=http://www.python.net/crew/atuining/cx_Freeze/;
+license=('custom')
+depends=('python2')
+provides=('cxfreeze')
+source=(http://downloads.sourceforge.net/cx-freeze/$_tarname-$pkgver.tar.gz;
+'FreezePython.sh')
+md5sums=('a524cfd23de5d37e0ec9400ba1ccd6ad'
+ '5cc60d1644eba12a57c22cc1348a4afd')
+
+package() {
+  cd $srcdir/$_tarname-$pkgver
+
+  python2 setup.py install --root $pkgdir/ --optimize 1
+
+  install -d $pkgdir/usr/share/cx-freeze/{bases,initscripts}
+  install -m755 source/bases/* $pkgdir/usr/share/cx-freeze/bases
+  install -m644 initscripts/* $pkgdir/usr/share/cx-freeze/initscripts
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/cx_freeze/COPYING
+}



[arch-commits] Commit in (cx_freeze)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:12:04
  Author: pierre
Revision: 176143

extra2community: Moving cx_freeze from extra to community

Deleted:
  cx_freeze/



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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:12:14
  Author: pierre
Revision: 83133

extra2community: Moving dcfldd from extra to community

Added:
  dcfldd/
  dcfldd/repos/
  dcfldd/trunk/
  dcfldd/trunk/PKGBUILD

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

Added: dcfldd/trunk/PKGBUILD
===
--- dcfldd/trunk/PKGBUILD   (rev 0)
+++ dcfldd/trunk/PKGBUILD   2013-01-27 16:12:14 UTC (rev 83133)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Paul Mattal pjmat...@elys.com
+# Maintainer: Paul Mattal pjmat...@elys.com
+
+pkgname=dcfldd
+pkgver=1.3.4.1
+pkgrel=3
+pkgdesc=DCFL (DoD Computer Forensics Lab) dd replacement with hashing
+arch=('i686' 'x86_64')
+url=http://dcfldd.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver%.*}-${pkgver##*.}.tar.gz;)
+md5sums=('952026c872f11b53ce0ec6681a3eef0a')
+sha1sums=('fb1c55f107a6af5ef8703a44d33476e508815913')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver%.*}-${pkgver##*.}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=$pkgdir install
+}


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


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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:12:28
  Author: pierre
Revision: 83134

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

Added:
  dcfldd/repos/community-i686/
  dcfldd/repos/community-i686/PKGBUILD
(from rev 83133, dcfldd/trunk/PKGBUILD)
  dcfldd/repos/community-x86_64/
  dcfldd/repos/community-x86_64/PKGBUILD
(from rev 83133, dcfldd/trunk/PKGBUILD)

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

Copied: dcfldd/repos/community-i686/PKGBUILD (from rev 83133, 
dcfldd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 16:12:28 UTC (rev 83134)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Paul Mattal pjmat...@elys.com
+# Maintainer: Paul Mattal pjmat...@elys.com
+
+pkgname=dcfldd
+pkgver=1.3.4.1
+pkgrel=3
+pkgdesc=DCFL (DoD Computer Forensics Lab) dd replacement with hashing
+arch=('i686' 'x86_64')
+url=http://dcfldd.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver%.*}-${pkgver##*.}.tar.gz;)
+md5sums=('952026c872f11b53ce0ec6681a3eef0a')
+sha1sums=('fb1c55f107a6af5ef8703a44d33476e508815913')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver%.*}-${pkgver##*.}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=$pkgdir install
+}

Copied: dcfldd/repos/community-x86_64/PKGBUILD (from rev 83133, 
dcfldd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 16:12:28 UTC (rev 83134)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Paul Mattal pjmat...@elys.com
+# Maintainer: Paul Mattal pjmat...@elys.com
+
+pkgname=dcfldd
+pkgver=1.3.4.1
+pkgrel=3
+pkgdesc=DCFL (DoD Computer Forensics Lab) dd replacement with hashing
+arch=('i686' 'x86_64')
+url=http://dcfldd.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver%.*}-${pkgver##*.}.tar.gz;)
+md5sums=('952026c872f11b53ce0ec6681a3eef0a')
+sha1sums=('fb1c55f107a6af5ef8703a44d33476e508815913')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver%.*}-${pkgver##*.}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in (dcfldd)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:12:45
  Author: pierre
Revision: 176146

extra2community: Moving dcfldd from extra to community

Deleted:
  dcfldd/



[arch-commits] Commit in (4 files)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:12:51
  Author: pierre
Revision: 83135

extra2community: Moving devilspie from extra to community

Added:
  devilspie/
  devilspie/repos/
  devilspie/trunk/
  devilspie/trunk/PKGBUILD

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

Added: devilspie/trunk/PKGBUILD
===
--- devilspie/trunk/PKGBUILD(rev 0)
+++ devilspie/trunk/PKGBUILD2013-01-27 16:12:51 UTC (rev 83135)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=devilspie
+pkgver=0.22
+pkgrel=5
+pkgdesc=x11 window matching utility
+arch=('i686' 'x86_64')
+url=http://www.burtonini.com/blog/computers/devilspie;
+license=('GPL')
+depends=('libwnck')
+makedepends=('pkgconfig' 'intltool' 'gnome-common')
+source=(http://www.burtonini.com/computing/$pkgname-$pkgver.tar.gz;)
+md5sums=('4190e12f99ab92c0427e457d9fbfe231')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am
+  export LIBS=-lX11
+  ./autogen.sh
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+  # Make and install blank config
+  mkdir -p $pkgdir/etc/devilspie
+  echo '(debug)'  $pkgdir/etc/devilspie/example.ds
+}


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


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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:13:00
  Author: pierre
Revision: 83136

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

Added:
  devilspie/repos/community-i686/
  devilspie/repos/community-i686/PKGBUILD
(from rev 83135, devilspie/trunk/PKGBUILD)
  devilspie/repos/community-x86_64/
  devilspie/repos/community-x86_64/PKGBUILD
(from rev 83135, devilspie/trunk/PKGBUILD)

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

Copied: devilspie/repos/community-i686/PKGBUILD (from rev 83135, 
devilspie/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 16:13:00 UTC (rev 83136)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=devilspie
+pkgver=0.22
+pkgrel=5
+pkgdesc=x11 window matching utility
+arch=('i686' 'x86_64')
+url=http://www.burtonini.com/blog/computers/devilspie;
+license=('GPL')
+depends=('libwnck')
+makedepends=('pkgconfig' 'intltool' 'gnome-common')
+source=(http://www.burtonini.com/computing/$pkgname-$pkgver.tar.gz;)
+md5sums=('4190e12f99ab92c0427e457d9fbfe231')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am
+  export LIBS=-lX11
+  ./autogen.sh
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+  # Make and install blank config
+  mkdir -p $pkgdir/etc/devilspie
+  echo '(debug)'  $pkgdir/etc/devilspie/example.ds
+}

Copied: devilspie/repos/community-x86_64/PKGBUILD (from rev 83135, 
devilspie/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 16:13:00 UTC (rev 83136)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca 
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=devilspie
+pkgver=0.22
+pkgrel=5
+pkgdesc=x11 window matching utility
+arch=('i686' 'x86_64')
+url=http://www.burtonini.com/blog/computers/devilspie;
+license=('GPL')
+depends=('libwnck')
+makedepends=('pkgconfig' 'intltool' 'gnome-common')
+source=(http://www.burtonini.com/computing/$pkgname-$pkgver.tar.gz;)
+md5sums=('4190e12f99ab92c0427e457d9fbfe231')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am
+  export LIBS=-lX11
+  ./autogen.sh
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+  # Make and install blank config
+  mkdir -p $pkgdir/etc/devilspie
+  echo '(debug)'  $pkgdir/etc/devilspie/example.ds
+}



[arch-commits] Commit in (devilspie)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:13:18
  Author: pierre
Revision: 176149

extra2community: Moving devilspie from extra to community

Deleted:
  devilspie/



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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:13:23
  Author: pierre
Revision: 83137

extra2community: Moving emelfm2 from extra to community

Added:
  emelfm2/
  emelfm2/repos/
  emelfm2/trunk/
  emelfm2/trunk/PKGBUILD

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

Added: emelfm2/trunk/PKGBUILD
===
--- emelfm2/trunk/PKGBUILD  (rev 0)
+++ emelfm2/trunk/PKGBUILD  2013-01-27 16:13:23 UTC (rev 83137)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: contrasutra
+
+pkgname=emelfm2
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=A file manager that implements the popular two-pane design
+arch=('i686' 'x86_64')
+url=http://emelfm2.net/;
+depends=('gtk2')
+license=('GPL3')
+source=(http://emelfm2.net/rel/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('d4498285ae77f0d524ce9be11d50a0aae9569e5f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=${pkgdir}/usr install install_i18n
+
+  install -m 755 ${pkgdir}/usr/share/pixmaps/emelfm2/emelfm2_48.png \
+  ${pkgdir}/usr/share/pixmaps/emelfm2.png
+  sed -e '/Icon=/ s^emelfm2/emelfm2_48.png^emelfm2.png^' \
+  -e '/Categories=/ s^;$^;Application;Utility;^' \
+  -i ${pkgdir}/usr/share/applications/emelfm2.desktop
+}


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


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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:13:32
  Author: pierre
Revision: 83138

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

Added:
  emelfm2/repos/community-i686/
  emelfm2/repos/community-i686/PKGBUILD
(from rev 83137, emelfm2/trunk/PKGBUILD)
  emelfm2/repos/community-x86_64/
  emelfm2/repos/community-x86_64/PKGBUILD
(from rev 83137, emelfm2/trunk/PKGBUILD)

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

Copied: emelfm2/repos/community-i686/PKGBUILD (from rev 83137, 
emelfm2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 16:13:32 UTC (rev 83138)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: contrasutra
+
+pkgname=emelfm2
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=A file manager that implements the popular two-pane design
+arch=('i686' 'x86_64')
+url=http://emelfm2.net/;
+depends=('gtk2')
+license=('GPL3')
+source=(http://emelfm2.net/rel/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('d4498285ae77f0d524ce9be11d50a0aae9569e5f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=${pkgdir}/usr install install_i18n
+
+  install -m 755 ${pkgdir}/usr/share/pixmaps/emelfm2/emelfm2_48.png \
+  ${pkgdir}/usr/share/pixmaps/emelfm2.png
+  sed -e '/Icon=/ s^emelfm2/emelfm2_48.png^emelfm2.png^' \
+  -e '/Categories=/ s^;$^;Application;Utility;^' \
+  -i ${pkgdir}/usr/share/applications/emelfm2.desktop
+}

Copied: emelfm2/repos/community-x86_64/PKGBUILD (from rev 83137, 
emelfm2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 16:13:32 UTC (rev 83138)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: contrasutra
+
+pkgname=emelfm2
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=A file manager that implements the popular two-pane design
+arch=('i686' 'x86_64')
+url=http://emelfm2.net/;
+depends=('gtk2')
+license=('GPL3')
+source=(http://emelfm2.net/rel/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('d4498285ae77f0d524ce9be11d50a0aae9569e5f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=${pkgdir}/usr install install_i18n
+
+  install -m 755 ${pkgdir}/usr/share/pixmaps/emelfm2/emelfm2_48.png \
+  ${pkgdir}/usr/share/pixmaps/emelfm2.png
+  sed -e '/Icon=/ s^emelfm2/emelfm2_48.png^emelfm2.png^' \
+  -e '/Categories=/ s^;$^;Application;Utility;^' \
+  -i ${pkgdir}/usr/share/applications/emelfm2.desktop
+}



[arch-commits] Commit in (emelfm2)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:13:50
  Author: pierre
Revision: 176152

extra2community: Moving emelfm2 from extra to community

Deleted:
  emelfm2/



[arch-commits] Commit in (7 files)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:14:01
  Author: pierre
Revision: 83139

extra2community: Moving fssos-nsvs from extra to community

Added:
  fssos-nsvs/
  fssos-nsvs/repos/
  fssos-nsvs/trunk/
  fssos-nsvs/trunk/PKGBUILD
  fssos-nsvs/trunk/fssos-nsvs.install
  fssos-nsvs/trunk/nsvsd
  fssos-nsvs/trunk/nsvsd.service

+
 PKGBUILD   |   33 +
 fssos-nsvs.install |   17 +
 nsvsd  |   36 
 nsvsd.service  |8 
 4 files changed, 94 insertions(+)

Added: fssos-nsvs/trunk/PKGBUILD
===
--- fssos-nsvs/trunk/PKGBUILD   (rev 0)
+++ fssos-nsvs/trunk/PKGBUILD   2013-01-27 16:14:01 UTC (rev 83139)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Dale Blount d...@archlinux.org
+
+pkgname=fssos-nsvs
+pkgver=0.5
+pkgrel=9
+pkgdesc=NSVS for FSSOS
+arch=('i686' 'x86_64')
+url=http://fssos.sourceforge.net/;
+license=('GPL')
+depends=('bash' 'mysql')
+backup=('etc/nsvsd.conf')
+options=('!libtool' '!makeflags')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/fssos/nsvs-$pkgver.tar.gz;
+'nsvsd'
+   'nsvsd.service')
+
+build() {
+  cd $srcdir/nsvs-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make CFLAGS=${CFLAGS} -D_GNU_SOURCE
+}
+
+package() {
+  cd $srcdir/nsvs-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m755 $srcdir/nsvsd $pkgdir/etc/rc.d/nsvsd
+  install -D -m644 $srcdir/nsvsd.service 
$pkgdir/usr/lib/systemd/system/nsvsd.service
+}
+md5sums=('3f17c2f6339f1a322b712b467023d825'
+ '4dfd9dc0d69b375587e39ab2621d9ea9'
+ '61e970d0704875b1da83cb4e9fc0eef5')


Property changes on: fssos-nsvs/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: fssos-nsvs/trunk/fssos-nsvs.install
===
--- fssos-nsvs/trunk/fssos-nsvs.install (rev 0)
+++ fssos-nsvs/trunk/fssos-nsvs.install 2013-01-27 16:14:01 UTC (rev 83139)
@@ -0,0 +1,17 @@
+post_install() {
+if [ -z `grep '^nsvsd::' /etc/group` ]; then
+   groupadd -g 83 nsvsd
+fi
+if [ -z `grep '^nsvsd:' /etc/passwd` ]; then
+   useradd -u 83 -d /tmp -g nsvsd -s /bin/false nsvsd
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+pre_remove() {
+userdel nsvsd  /dev/null
+groupdel nsvsd  /dev/null
+}

Added: fssos-nsvs/trunk/nsvsd
===
--- fssos-nsvs/trunk/nsvsd  (rev 0)
+++ fssos-nsvs/trunk/nsvsd  2013-01-27 16:14:01 UTC (rev 83139)
@@ -0,0 +1,36 @@
+#!/bin/bash
+
+# general config
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+  start)
+stat_busy Starting nsvsd
+   /usr/sbin/nsvsd -f /etc/nsvsd.conf
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  add_daemon nsvsd
+  stat_done
+fi
+;;
+  stop)
+stat_busy Stopping nsvsd
+kill `cat /var/run/nsvsd.pid` /dev/null
+rm -f /var/run/nsvsd.pid
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  rm_daemon nsvsd
+  stat_done
+fi
+;;
+  restart)
+$0 stop
+sleep 3
+$0 start
+;;
+  *)
+echo usage: $0 {start|stop|restart}  
+esac


Property changes on: fssos-nsvs/trunk/nsvsd
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: fssos-nsvs/trunk/nsvsd.service
===
--- fssos-nsvs/trunk/nsvsd.service  (rev 0)
+++ fssos-nsvs/trunk/nsvsd.service  2013-01-27 16:14:01 UTC (rev 83139)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Name Service Via Sockets Daemon
+
+[Service]
+ExecStart=/usr/sbin/nsvsd -f /etc/nsvsd.conf
+
+[Install]
+WantedBy=multi-user.target



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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:14:12
  Author: pierre
Revision: 83140

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

Added:
  fssos-nsvs/repos/community-i686/
  fssos-nsvs/repos/community-i686/PKGBUILD
(from rev 83139, fssos-nsvs/trunk/PKGBUILD)
  fssos-nsvs/repos/community-i686/fssos-nsvs.install
(from rev 83139, fssos-nsvs/trunk/fssos-nsvs.install)
  fssos-nsvs/repos/community-i686/nsvsd
(from rev 83139, fssos-nsvs/trunk/nsvsd)
  fssos-nsvs/repos/community-i686/nsvsd.service
(from rev 83139, fssos-nsvs/trunk/nsvsd.service)
  fssos-nsvs/repos/community-x86_64/
  fssos-nsvs/repos/community-x86_64/PKGBUILD
(from rev 83139, fssos-nsvs/trunk/PKGBUILD)
  fssos-nsvs/repos/community-x86_64/fssos-nsvs.install
(from rev 83139, fssos-nsvs/trunk/fssos-nsvs.install)
  fssos-nsvs/repos/community-x86_64/nsvsd
(from rev 83139, fssos-nsvs/trunk/nsvsd)
  fssos-nsvs/repos/community-x86_64/nsvsd.service
(from rev 83139, fssos-nsvs/trunk/nsvsd.service)

-+
 community-i686/PKGBUILD |   33 +++
 community-i686/fssos-nsvs.install   |   17 
 community-i686/nsvsd|   36 ++
 community-i686/nsvsd.service|8 +++
 community-x86_64/PKGBUILD   |   33 +++
 community-x86_64/fssos-nsvs.install |   17 
 community-x86_64/nsvsd  |   36 ++
 community-x86_64/nsvsd.service  |8 +++
 8 files changed, 188 insertions(+)

Copied: fssos-nsvs/repos/community-i686/PKGBUILD (from rev 83139, 
fssos-nsvs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 16:14:12 UTC (rev 83140)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Dale Blount d...@archlinux.org
+
+pkgname=fssos-nsvs
+pkgver=0.5
+pkgrel=9
+pkgdesc=NSVS for FSSOS
+arch=('i686' 'x86_64')
+url=http://fssos.sourceforge.net/;
+license=('GPL')
+depends=('bash' 'mysql')
+backup=('etc/nsvsd.conf')
+options=('!libtool' '!makeflags')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/fssos/nsvs-$pkgver.tar.gz;
+'nsvsd'
+   'nsvsd.service')
+
+build() {
+  cd $srcdir/nsvs-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make CFLAGS=${CFLAGS} -D_GNU_SOURCE
+}
+
+package() {
+  cd $srcdir/nsvs-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m755 $srcdir/nsvsd $pkgdir/etc/rc.d/nsvsd
+  install -D -m644 $srcdir/nsvsd.service 
$pkgdir/usr/lib/systemd/system/nsvsd.service
+}
+md5sums=('3f17c2f6339f1a322b712b467023d825'
+ '4dfd9dc0d69b375587e39ab2621d9ea9'
+ '61e970d0704875b1da83cb4e9fc0eef5')

Copied: fssos-nsvs/repos/community-i686/fssos-nsvs.install (from rev 83139, 
fssos-nsvs/trunk/fssos-nsvs.install)
===
--- community-i686/fssos-nsvs.install   (rev 0)
+++ community-i686/fssos-nsvs.install   2013-01-27 16:14:12 UTC (rev 83140)
@@ -0,0 +1,17 @@
+post_install() {
+if [ -z `grep '^nsvsd::' /etc/group` ]; then
+   groupadd -g 83 nsvsd
+fi
+if [ -z `grep '^nsvsd:' /etc/passwd` ]; then
+   useradd -u 83 -d /tmp -g nsvsd -s /bin/false nsvsd
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+pre_remove() {
+userdel nsvsd  /dev/null
+groupdel nsvsd  /dev/null
+}

Copied: fssos-nsvs/repos/community-i686/nsvsd (from rev 83139, 
fssos-nsvs/trunk/nsvsd)
===
--- community-i686/nsvsd(rev 0)
+++ community-i686/nsvsd2013-01-27 16:14:12 UTC (rev 83140)
@@ -0,0 +1,36 @@
+#!/bin/bash
+
+# general config
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+  start)
+stat_busy Starting nsvsd
+   /usr/sbin/nsvsd -f /etc/nsvsd.conf
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  add_daemon nsvsd
+  stat_done
+fi
+;;
+  stop)
+stat_busy Stopping nsvsd
+kill `cat /var/run/nsvsd.pid` /dev/null
+rm -f /var/run/nsvsd.pid
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  rm_daemon nsvsd
+  stat_done
+fi
+;;
+  restart)
+$0 stop
+sleep 3
+$0 start
+;;
+  *)
+echo usage: $0 {start|stop|restart}  
+esac

Copied: fssos-nsvs/repos/community-i686/nsvsd.service (from rev 83139, 
fssos-nsvs/trunk/nsvsd.service)
===
--- community-i686/nsvsd.service(rev 0)
+++ community-i686/nsvsd.service2013-01-27 16:14:12 UTC (rev 83140)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Name Service Via Sockets Daemon
+
+[Service]
+ExecStart=/usr/sbin/nsvsd -f /etc/nsvsd.conf
+
+[Install]
+WantedBy=multi-user.target

Copied: 

[arch-commits] Commit in (fssos-nsvs)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:14:30
  Author: pierre
Revision: 176155

extra2community: Moving fssos-nsvs from extra to community

Deleted:
  fssos-nsvs/



[arch-commits] Commit in (4 files)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:14:36
  Author: pierre
Revision: 83141

extra2community: Moving gimp-dbp from extra to community

Added:
  gimp-dbp/
  gimp-dbp/repos/
  gimp-dbp/trunk/
  gimp-dbp/trunk/PKGBUILD

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

Added: gimp-dbp/trunk/PKGBUILD
===
--- gimp-dbp/trunk/PKGBUILD (rev 0)
+++ gimp-dbp/trunk/PKGBUILD 2013-01-27 16:14:36 UTC (rev 83141)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gimp-dbp
+pkgver=1.1.9
+pkgrel=3
+pkgdesc=David's batch processor for the GIMP
+arch=('i686' 'x86_64')
+url=http://members.ozemail.com.au/~hodsond/dbp.html;
+license=('GPL')
+depends=('gimp')
+source=(http://www.ozemail.com.au/~hodsond/dbpSrc-${pkgver//./-}.tgz)
+md5sums=('1106625707798ab8ea1317ac6bece1c5')
+
+build() {
+  cd ${srcdir}/dbp-${pkgver}
+  sed -i s|string|cstring| op.h
+  make
+}
+
+package() {
+  cd ${srcdir}/dbp-${pkgver}
+  install -D -m755 dbp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/dbp
+}


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


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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:14:44
  Author: pierre
Revision: 83142

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

Added:
  gimp-dbp/repos/community-i686/
  gimp-dbp/repos/community-i686/PKGBUILD
(from rev 83141, gimp-dbp/trunk/PKGBUILD)
  gimp-dbp/repos/community-x86_64/
  gimp-dbp/repos/community-x86_64/PKGBUILD
(from rev 83141, gimp-dbp/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   25 +
 community-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: gimp-dbp/repos/community-i686/PKGBUILD (from rev 83141, 
gimp-dbp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 16:14:44 UTC (rev 83142)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gimp-dbp
+pkgver=1.1.9
+pkgrel=3
+pkgdesc=David's batch processor for the GIMP
+arch=('i686' 'x86_64')
+url=http://members.ozemail.com.au/~hodsond/dbp.html;
+license=('GPL')
+depends=('gimp')
+source=(http://www.ozemail.com.au/~hodsond/dbpSrc-${pkgver//./-}.tgz)
+md5sums=('1106625707798ab8ea1317ac6bece1c5')
+
+build() {
+  cd ${srcdir}/dbp-${pkgver}
+  sed -i s|string|cstring| op.h
+  make
+}
+
+package() {
+  cd ${srcdir}/dbp-${pkgver}
+  install -D -m755 dbp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/dbp
+}

Copied: gimp-dbp/repos/community-x86_64/PKGBUILD (from rev 83141, 
gimp-dbp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 16:14:44 UTC (rev 83142)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gimp-dbp
+pkgver=1.1.9
+pkgrel=3
+pkgdesc=David's batch processor for the GIMP
+arch=('i686' 'x86_64')
+url=http://members.ozemail.com.au/~hodsond/dbp.html;
+license=('GPL')
+depends=('gimp')
+source=(http://www.ozemail.com.au/~hodsond/dbpSrc-${pkgver//./-}.tgz)
+md5sums=('1106625707798ab8ea1317ac6bece1c5')
+
+build() {
+  cd ${srcdir}/dbp-${pkgver}
+  sed -i s|string|cstring| op.h
+  make
+}
+
+package() {
+  cd ${srcdir}/dbp-${pkgver}
+  install -D -m755 dbp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/dbp
+}



[arch-commits] Commit in (gimp-dbp)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:15:03
  Author: pierre
Revision: 176158

extra2community: Moving gimp-dbp from extra to community

Deleted:
  gimp-dbp/



[arch-commits] Commit in (4 files)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:15:09
  Author: pierre
Revision: 83143

extra2community: Moving gimp-gap from extra to community

Added:
  gimp-gap/
  gimp-gap/repos/
  gimp-gap/trunk/
  gimp-gap/trunk/PKGBUILD

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

Added: gimp-gap/trunk/PKGBUILD
===
--- gimp-gap/trunk/PKGBUILD (rev 0)
+++ gimp-gap/trunk/PKGBUILD 2013-01-27 16:15:09 UTC (rev 83143)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gimp-gap
+pkgver=2.6.0
+pkgrel=3
+pkgdesc=A Plug-In collection to edit and create animations for the Gimp
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gimp.org/downloads/;
+depends=('gimp' 'xvidcore' 'bash' 'libjpeg')
+makedepends=('intltool')
+options=('!makeflags')
+source=(ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/$pkgname-$pkgver.tar.bz2)
+md5sums=('249ed829de8b78675c0fe4ef4212089f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ $CARCH = x86_64 ]  CFLAGS+=-fPIC
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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


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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:15:18
  Author: pierre
Revision: 83144

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

Added:
  gimp-gap/repos/community-i686/
  gimp-gap/repos/community-i686/PKGBUILD
(from rev 83143, gimp-gap/trunk/PKGBUILD)
  gimp-gap/repos/community-x86_64/
  gimp-gap/repos/community-x86_64/PKGBUILD
(from rev 83143, gimp-gap/trunk/PKGBUILD)

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

Copied: gimp-gap/repos/community-i686/PKGBUILD (from rev 83143, 
gimp-gap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 16:15:18 UTC (rev 83144)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gimp-gap
+pkgver=2.6.0
+pkgrel=3
+pkgdesc=A Plug-In collection to edit and create animations for the Gimp
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gimp.org/downloads/;
+depends=('gimp' 'xvidcore' 'bash' 'libjpeg')
+makedepends=('intltool')
+options=('!makeflags')
+source=(ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/$pkgname-$pkgver.tar.bz2)
+md5sums=('249ed829de8b78675c0fe4ef4212089f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ $CARCH = x86_64 ]  CFLAGS+=-fPIC
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gimp-gap/repos/community-x86_64/PKGBUILD (from rev 83143, 
gimp-gap/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 16:15:18 UTC (rev 83144)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gimp-gap
+pkgver=2.6.0
+pkgrel=3
+pkgdesc=A Plug-In collection to edit and create animations for the Gimp
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gimp.org/downloads/;
+depends=('gimp' 'xvidcore' 'bash' 'libjpeg')
+makedepends=('intltool')
+options=('!makeflags')
+source=(ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/$pkgname-$pkgver.tar.bz2)
+md5sums=('249ed829de8b78675c0fe4ef4212089f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ $CARCH = x86_64 ]  CFLAGS+=-fPIC
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in (gimp-gap)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:15:38
  Author: pierre
Revision: 176161

extra2community: Moving gimp-gap from extra to community

Deleted:
  gimp-gap/



[arch-commits] Commit in (5 files)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:15:43
  Author: pierre
Revision: 83145

extra2community: Moving gimp-ufraw from extra to community

Added:
  gimp-ufraw/
  gimp-ufraw/repos/
  gimp-ufraw/trunk/
  gimp-ufraw/trunk/PKGBUILD
  gimp-ufraw/trunk/gimp-ufraw.install

+
 PKGBUILD   |   34 ++
 gimp-ufraw.install |   11 +++
 2 files changed, 45 insertions(+)

Added: gimp-ufraw/trunk/PKGBUILD
===
--- gimp-ufraw/trunk/PKGBUILD   (rev 0)
+++ gimp-ufraw/trunk/PKGBUILD   2013-01-27 16:15:43 UTC (rev 83145)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=5
+pkgdesc=Standalone or gimp plugin converter for raw files
+url=http://ufraw.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
+sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
+
+build() {
+  cd ${srcdir}/ufraw-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-extras \
+  --enable-mime \
+  --enable-openmp
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/ufraw-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/bin/dcraw
+}


Property changes on: gimp-ufraw/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gimp-ufraw/trunk/gimp-ufraw.install
===
--- gimp-ufraw/trunk/gimp-ufraw.install (rev 0)
+++ gimp-ufraw/trunk/gimp-ufraw.install 2013-01-27 16:15:43 UTC (rev 83145)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:15:51
  Author: pierre
Revision: 83146

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

Added:
  gimp-ufraw/repos/community-i686/
  gimp-ufraw/repos/community-i686/PKGBUILD
(from rev 83145, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
(from rev 83145, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/community-x86_64/
  gimp-ufraw/repos/community-x86_64/PKGBUILD
(from rev 83145, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install
(from rev 83145, gimp-ufraw/trunk/gimp-ufraw.install)

-+
 community-i686/PKGBUILD |   34 ++
 community-i686/gimp-ufraw.install   |   11 +++
 community-x86_64/PKGBUILD   |   34 ++
 community-x86_64/gimp-ufraw.install |   11 +++
 4 files changed, 90 insertions(+)

Copied: gimp-ufraw/repos/community-i686/PKGBUILD (from rev 83145, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 16:15:51 UTC (rev 83146)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=5
+pkgdesc=Standalone or gimp plugin converter for raw files
+url=http://ufraw.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
+sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
+
+build() {
+  cd ${srcdir}/ufraw-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-extras \
+  --enable-mime \
+  --enable-openmp
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/ufraw-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/bin/dcraw
+}

Copied: gimp-ufraw/repos/community-i686/gimp-ufraw.install (from rev 83145, 
gimp-ufraw/trunk/gimp-ufraw.install)
===
--- community-i686/gimp-ufraw.install   (rev 0)
+++ community-i686/gimp-ufraw.install   2013-01-27 16:15:51 UTC (rev 83146)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Copied: gimp-ufraw/repos/community-x86_64/PKGBUILD (from rev 83145, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 16:15:51 UTC (rev 83146)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=5
+pkgdesc=Standalone or gimp plugin converter for raw files
+url=http://ufraw.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
+sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
+
+build() {
+  cd ${srcdir}/ufraw-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-extras \
+  --enable-mime \
+  --enable-openmp
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/ufraw-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/bin/dcraw
+}

Copied: gimp-ufraw/repos/community-x86_64/gimp-ufraw.install (from rev 83145, 
gimp-ufraw/trunk/gimp-ufraw.install)
===
--- community-x86_64/gimp-ufraw.install (rev 0)
+++ community-x86_64/gimp-ufraw.install 2013-01-27 16:15:51 UTC (rev 83146)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



[arch-commits] Commit in (gimp-ufraw)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:16:10
  Author: pierre
Revision: 176164

extra2community: Moving gimp-ufraw from extra to community

Deleted:
  gimp-ufraw/



  1   2   >