[arch-commits] Commit in qtscriptgenerator/trunk (7 files)

2012-05-01 Thread Andrea Scarpino
Date: Tuesday, May 1, 2012 @ 02:49:50
  Author: andrea
Revision: 158021

Upstream release

Added:
  qtscriptgenerator/trunk/no-phonon.patch
  qtscriptgenerator/trunk/phonon.patch
Modified:
  qtscriptgenerator/trunk/PKGBUILD
Deleted:
  qtscriptgenerator/trunk/gcc44.patch
  qtscriptgenerator/trunk/no-phonon.patch
  qtscriptgenerator/trunk/phonon.patch
  qtscriptgenerator/trunk/qt48.patch

-+
 PKGBUILD|   22 +++--
 gcc44.patch |   15 --
 no-phonon.patch |   68 +++---
 phonon.patch|  122 +++---
 qt48.patch  |   22 -
 5 files changed, 103 insertions(+), 146 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 05:58:27 UTC (rev 158020)
+++ PKGBUILD2012-05-01 06:49:50 UTC (rev 158021)
@@ -2,31 +2,25 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=qtscriptgenerator
-pkgver=0.1.0
-pkgrel=5
+pkgver=0.2.0
+pkgrel=1
 pkgdesc=A tool that generates Qt bindings for Qt Script
 arch=(i686 x86_64)
 url=https://code.google.com/p/qtscriptgenerator/;
 license=('GPL')
-depends=('qt' 'phonon' 'qtwebkit')
+depends=('phonon' 'qtwebkit')
 makedepends=('pkgconfig' 'mesa')
 
source=(https://qtscriptgenerator.googlecode.com/files/${pkgname}-src-${pkgver}.tar.gz;
-'no-phonon.patch'
-'gcc44.patch'
-'qt48.patch'
-'phonon.patch')
-sha1sums=('eeae733106369e289f257b754822bc372fd6ba75'
-  'c50b26e6504f5c981a916860d9c3929e436e1067'
-  '87cd599403fa9bb441ddc27c77e0b6242e2cc150'
-  '5487e2ed1ce4d35b48b3433dc5cc2a1752a03ff1'
-  'cca1cd546628a10a91475a82fe12ad2e4066a7d0')
+'phonon.patch'
+'no-phonon.patch')
+sha1sums=('4c1078f26b196156e857c17c9d11a66cfea66f00'
+  'cca1cd546628a10a91475a82fe12ad2e4066a7d0'
+  'c50b26e6504f5c981a916860d9c3929e436e1067')
 
 build() {
   cd ${srcdir}/$pkgname-src-$pkgver
 
-  patch -p0 -i ${srcdir}/gcc44.patch
   patch -p1 -i ${srcdir}/phonon.patch
-  patch -p1 -i ${srcdir}/qt48.patch
   patch -p1 -i ${srcdir}/no-phonon.patch
 
   # prepare plugins

Deleted: gcc44.patch
===
--- gcc44.patch 2012-05-01 05:58:27 UTC (rev 158020)
+++ gcc44.patch 2012-05-01 06:49:50 UTC (rev 158021)
@@ -1,15 +0,0 @@
-# Patch from upstream bug tracker:
-# http://code.google.com/p/qtscriptgenerator/issues/detail?id=37
-# So far (2009-06-12) this has not been applied at upstream git repo
-
-diff -uNr generator.orig/parser/rpp/pp.h generator/parser/rpp/pp.h
 generator.orig/parser/rpp/pp.h 2008-12-05 11:01:44.0 +0100
-+++ generator/parser/rpp/pp.h  2008-12-13 10:42:22.0 +0100
-@@ -30,6 +30,7 @@
- #include cctype
-
- #include fcntl.h
-+#include cstdio
-
- #ifdef HAVE_MMAP
- #  include sys/mman.h

Deleted: no-phonon.patch
===
--- no-phonon.patch 2012-05-01 05:58:27 UTC (rev 158020)
+++ no-phonon.patch 2012-05-01 06:49:50 UTC (rev 158021)
@@ -1,34 +0,0 @@
-diff -up qtscriptgenerator-src-0.1.0/generator/build_all.txt.no_phonon 
qtscriptgenerator-src-0.1.0/generator/build_all.txt
 qtscriptgenerator-src-0.1.0/generator/build_all.txt.no_phonon  
2010-10-26 02:53:53.0 -0500
-+++ qtscriptgenerator-src-0.1.0/generator/build_all.txt2010-12-21 
12:43:23.717989854 -0600
-@@ -6,7 +6,6 @@
-   load-typesystem name=typesystem_svg.xml generate=yes /
-   load-typesystem name=typesystem_network.xml generate=yes /
-   load-typesystem name=typesystem_xml.xml generate=yes /
--  load-typesystem name=typesystem_phonon.xml generate=yes /
-   load-typesystem name=typesystem_webkit.xml generate=yes /
-   load-typesystem name=typesystem_xmlpatterns.xml generate=yes /
-   load-typesystem name=typesystem_uitools.xml generate=yes /
-diff -up qtscriptgenerator-src-0.1.0/generator/generate.sh.no_phonon 
qtscriptgenerator-src-0.1.0/generator/generate.sh
 qtscriptgenerator-src-0.1.0/generator/generate.sh.no_phonon
2010-10-26 02:53:53.0 -0500
-+++ qtscriptgenerator-src-0.1.0/generator/generate.sh  2010-12-21 
12:43:23.717989854 -0600
-@@ -12,8 +12,6 @@ xsltproc --stringparam source $PWD/types
- 
- xsltproc --stringparam source $PWD/typesystem_sql-qtscript.xml merge.xsl 
typesystem_sql-common.xml  typesystem_sql.xml
- 
--xsltproc --stringparam source $PWD/typesystem_phonon-qtscript.xml merge.xsl 
typesystem_phonon-common.xml  typesystem_phonon.xml
--
- xsltproc --stringparam source $PWD/typesystem_webkit-qtscript.xml merge.xsl 
typesystem_webkit-common.xml  typesystem_webkit.xml
- 
- xsltproc --stringparam source $PWD/typesystem_xmlpatterns-qtscript.xml 
merge.xsl typesystem_xmlpatterns-common.xml  typesystem_xmlpatterns.xml
-diff -up qtscriptgenerator-src-0.1.0/qtbindings/qtbindings.pro.no_phonon 
qtscriptgenerator-src-0.1.0/qtbindings/qtbindings.pro
 

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

2012-05-01 Thread Andrea Scarpino
Date: Tuesday, May 1, 2012 @ 03:17:19
  Author: andrea
Revision: 158022

We disabled phonon support, so there is no need of phonon

Modified:
  qtscriptgenerator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 06:49:50 UTC (rev 158021)
+++ PKGBUILD2012-05-01 07:17:19 UTC (rev 158022)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 url=https://code.google.com/p/qtscriptgenerator/;
 license=('GPL')
-depends=('phonon' 'qtwebkit')
+depends=('qtwebkit')
 makedepends=('pkgconfig' 'mesa')
 
source=(https://qtscriptgenerator.googlecode.com/files/${pkgname}-src-${pkgver}.tar.gz;
 'phonon.patch'
@@ -39,6 +39,6 @@
   cd ${srcdir}/$pkgname-src-$pkgver/qtbindings
   # move plugins to correct directory
   install -d ${pkgdir}/usr/lib/qt/plugins/script
-  mv ${srcdir}/$pkgname-src-$pkgver/plugins/script/* \
+  cp -a ${srcdir}/$pkgname-src-$pkgver/plugins/script/* \
 ${pkgdir}/usr/lib/qt/plugins/script/
 }



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

2012-05-01 Thread Andrea Scarpino
Date: Tuesday, May 1, 2012 @ 03:24:53
  Author: andrea
Revision: 158023

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

Added:
  qtscriptgenerator/repos/extra-i686/PKGBUILD
(from rev 158022, qtscriptgenerator/trunk/PKGBUILD)
  qtscriptgenerator/repos/extra-i686/no-phonon.patch
(from rev 158022, qtscriptgenerator/trunk/no-phonon.patch)
  qtscriptgenerator/repos/extra-i686/phonon.patch
(from rev 158022, qtscriptgenerator/trunk/phonon.patch)
  qtscriptgenerator/repos/extra-x86_64/PKGBUILD
(from rev 158022, qtscriptgenerator/trunk/PKGBUILD)
  qtscriptgenerator/repos/extra-x86_64/no-phonon.patch
(from rev 158022, qtscriptgenerator/trunk/no-phonon.patch)
  qtscriptgenerator/repos/extra-x86_64/phonon.patch
(from rev 158022, qtscriptgenerator/trunk/phonon.patch)
Deleted:
  qtscriptgenerator/repos/extra-i686/PKGBUILD
  qtscriptgenerator/repos/extra-i686/gcc44.patch
  qtscriptgenerator/repos/extra-i686/no-phonon.patch
  qtscriptgenerator/repos/extra-i686/phonon.patch
  qtscriptgenerator/repos/extra-i686/qt48.patch
  qtscriptgenerator/repos/extra-x86_64/PKGBUILD
  qtscriptgenerator/repos/extra-x86_64/gcc44.patch
  qtscriptgenerator/repos/extra-x86_64/no-phonon.patch
  qtscriptgenerator/repos/extra-x86_64/phonon.patch
  qtscriptgenerator/repos/extra-x86_64/qt48.patch

--+
 extra-i686/PKGBUILD  |   94 ++-
 extra-i686/gcc44.patch   |   15 -
 extra-i686/no-phonon.patch   |   68 +++---
 extra-i686/phonon.patch  |  122 -
 extra-i686/qt48.patch|   22 ---
 extra-x86_64/PKGBUILD|   94 ++-
 extra-x86_64/gcc44.patch |   15 -
 extra-x86_64/no-phonon.patch |   68 +++---
 extra-x86_64/phonon.patch|  122 -
 extra-x86_64/qt48.patch  |   22 ---
 10 files changed, 278 insertions(+), 364 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-01 07:17:19 UTC (rev 158022)
+++ extra-i686/PKGBUILD 2012-05-01 07:24:53 UTC (rev 158023)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=qtscriptgenerator
-pkgver=0.1.0
-pkgrel=5
-pkgdesc=A tool that generates Qt bindings for Qt Script
-arch=(i686 x86_64)
-url=https://code.google.com/p/qtscriptgenerator/;
-license=('GPL')
-depends=('qt' 'phonon' 'qtwebkit')
-makedepends=('pkgconfig' 'mesa')
-source=(https://qtscriptgenerator.googlecode.com/files/${pkgname}-src-${pkgver}.tar.gz;
-'no-phonon.patch'
-'gcc44.patch'
-'qt48.patch'
-'phonon.patch')
-sha1sums=('eeae733106369e289f257b754822bc372fd6ba75'
-  'c50b26e6504f5c981a916860d9c3929e436e1067'
-  '87cd599403fa9bb441ddc27c77e0b6242e2cc150'
-  '5487e2ed1ce4d35b48b3433dc5cc2a1752a03ff1'
-  'cca1cd546628a10a91475a82fe12ad2e4066a7d0')
-
-build() {
-  cd ${srcdir}/$pkgname-src-$pkgver
-
-  patch -p0 -i ${srcdir}/gcc44.patch
-  patch -p1 -i ${srcdir}/phonon.patch
-  patch -p1 -i ${srcdir}/qt48.patch
-  patch -p1 -i ${srcdir}/no-phonon.patch
-
-  # prepare plugins
-  cd generator
-  qmake
-  make
-  ./generator --include-paths=/usr/include
-
-  # build plugins
-  cd ${srcdir}/$pkgname-src-$pkgver/qtbindings
-  qmake
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-src-$pkgver/qtbindings
-  # move plugins to correct directory
-  install -d ${pkgdir}/usr/lib/qt/plugins/script
-  mv ${srcdir}/$pkgname-src-$pkgver/plugins/script/* \
-${pkgdir}/usr/lib/qt/plugins/script/
-}

Copied: qtscriptgenerator/repos/extra-i686/PKGBUILD (from rev 158022, 
qtscriptgenerator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-01 07:24:53 UTC (rev 158023)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=qtscriptgenerator
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=A tool that generates Qt bindings for Qt Script
+arch=(i686 x86_64)
+url=https://code.google.com/p/qtscriptgenerator/;
+license=('GPL')
+depends=('qtwebkit')
+makedepends=('pkgconfig' 'mesa')
+source=(https://qtscriptgenerator.googlecode.com/files/${pkgname}-src-${pkgver}.tar.gz;
+'phonon.patch'
+'no-phonon.patch')
+sha1sums=('4c1078f26b196156e857c17c9d11a66cfea66f00'
+  'cca1cd546628a10a91475a82fe12ad2e4066a7d0'
+  'c50b26e6504f5c981a916860d9c3929e436e1067')
+
+build() {
+  cd ${srcdir}/$pkgname-src-$pkgver
+
+  patch -p1 -i ${srcdir}/phonon.patch
+  patch -p1 -i ${srcdir}/no-phonon.patch
+
+  # prepare plugins
+  cd generator
+  qmake
+  make
+  ./generator --include-paths=/usr/include
+
+  # build plugins
+  cd ${srcdir}/$pkgname-src-$pkgver/qtbindings
+  qmake
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-src-$pkgver/qtbindings
+  # move plugins to 

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

2012-05-01 Thread Andrea Scarpino
Date: Tuesday, May 1, 2012 @ 04:34:55
  Author: andrea
Revision: 158024

startkde4 calls xmessage when it fails

Modified:
  kdebase-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 07:24:53 UTC (rev 158023)
+++ PKGBUILD2012-05-01 08:34:55 UTC (rev 158024)
@@ -18,7 +18,7 @@
  'qimageblitz' 'polkit-kde' 'consolekit' 'xorg-xprop' 'libxdamage'
  'libxklavier' 'xorg-xsetroot' 'libxcomposite' 'libxinerama'
  'xorg-xrdb' 'libgles' 'libegl' 'kactivities' 'libxres' 'libxtst'
- 'xorg-xrandr')
+ 'xorg-xrandr' 'xorg-xmessage')
 makedepends=('cmake' 'automoc4' 'boost' 'kdebindings-python2' 'networkmanager')
 optdepends=('kde-wallpapers: wallpapers for KDE Plasma Workspaces')
 replaces=('kdmtheme' 'kde-common' 'guidance-power-manager' 'policykit-kde'



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

2012-05-01 Thread Giovanni Scafora
Date: Tuesday, May 1, 2012 @ 06:12:30
  Author: giovanni
Revision: 158025

upgpkg: link-grammar 4.7.6-1

upstream release

Modified:
  link-grammar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 08:34:55 UTC (rev 158024)
+++ PKGBUILD2012-05-01 10:12:30 UTC (rev 158025)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=link-grammar
-pkgver=4.7.5
+pkgver=4.7.6
 pkgrel=1
 pkgdesc=A Grammar Checking library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=('!libtool' '!makeflags')
 
source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('598e531d8f213e0a2b211631e5c7e5bb')
+md5sums=('1213bc22b2239b1abe0edee25ef38823')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-05-01 Thread Giovanni Scafora
Date: Tuesday, May 1, 2012 @ 06:12:56
  Author: giovanni
Revision: 158026

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

Added:
  link-grammar/repos/extra-i686/PKGBUILD
(from rev 158025, link-grammar/trunk/PKGBUILD)
  link-grammar/repos/extra-x86_64/PKGBUILD
(from rev 158025, link-grammar/trunk/PKGBUILD)
Deleted:
  link-grammar/repos/extra-i686/PKGBUILD
  link-grammar/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-01 10:12:30 UTC (rev 158025)
+++ extra-i686/PKGBUILD 2012-05-01 10:12:56 UTC (rev 158026)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=link-grammar
-pkgver=4.7.5
-pkgrel=1
-pkgdesc=A Grammar Checking library
-arch=('i686' 'x86_64')
-url=http://www.abisource.com/downloads/link-grammar/;
-license=('BSD')
-depends=('glibc')
-options=('!libtool' '!makeflags')
-source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('598e531d8f213e0a2b211631e5c7e5bb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/link-grammar/LICENSE
-}

Copied: link-grammar/repos/extra-i686/PKGBUILD (from rev 158025, 
link-grammar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-01 10:12:56 UTC (rev 158026)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=link-grammar
+pkgver=4.7.6
+pkgrel=1
+pkgdesc=A Grammar Checking library
+arch=('i686' 'x86_64')
+url=http://www.abisource.com/downloads/link-grammar/;
+license=('BSD')
+depends=('glibc')
+options=('!libtool' '!makeflags')
+source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1213bc22b2239b1abe0edee25ef38823')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/link-grammar/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-01 10:12:30 UTC (rev 158025)
+++ extra-x86_64/PKGBUILD   2012-05-01 10:12:56 UTC (rev 158026)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=link-grammar
-pkgver=4.7.5
-pkgrel=1
-pkgdesc=A Grammar Checking library
-arch=('i686' 'x86_64')
-url=http://www.abisource.com/downloads/link-grammar/;
-license=('BSD')
-depends=('glibc')
-options=('!libtool' '!makeflags')
-source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('598e531d8f213e0a2b211631e5c7e5bb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/link-grammar/LICENSE
-}

Copied: link-grammar/repos/extra-x86_64/PKGBUILD (from rev 158025, 
link-grammar/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-05-01 10:12:56 UTC (rev 158026)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=link-grammar
+pkgver=4.7.6
+pkgrel=1
+pkgdesc=A Grammar Checking library
+arch=('i686' 'x86_64')
+url=http://www.abisource.com/downloads/link-grammar/;
+license=('BSD')
+depends=('glibc')
+options=('!libtool' '!makeflags')
+source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1213bc22b2239b1abe0edee25ef38823')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/link-grammar/LICENSE
+}



[arch-commits] Commit in perl-net-ssleay/trunk (PKGBUILD)

2012-05-01 Thread Giovanni Scafora
Date: Tuesday, May 1, 2012 @ 06:31:48
  Author: giovanni
Revision: 158027

upgpkg: perl-net-ssleay 1.48-1

upstream release

Modified:
  perl-net-ssleay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 10:12:56 UTC (rev 158026)
+++ PKGBUILD2012-05-01 10:31:48 UTC (rev 158027)
@@ -4,7 +4,7 @@
 
 pkgname=perl-net-ssleay
 _cpanname=Net-SSLeay
-pkgver=1.47
+pkgver=1.48
 pkgrel=1
 pkgdesc=Perl extension for using OpenSSL
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('net-ssleay')
 provides=('net-ssleay')
 
source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('5488d82a8e9291d6a7de5202a95cbbed')
+md5sums=('4e10d9da28f26732e37807820bf72af5')
 
 build() {
   cd ${srcdir}/${_cpanname}-${pkgver}



[arch-commits] Commit in perl-net-ssleay/repos (4 files)

2012-05-01 Thread Giovanni Scafora
Date: Tuesday, May 1, 2012 @ 06:32:13
  Author: giovanni
Revision: 158028

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

Added:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
(from rev 158027, perl-net-ssleay/trunk/PKGBUILD)
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD
(from rev 158027, perl-net-ssleay/trunk/PKGBUILD)
Deleted:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-01 10:31:48 UTC (rev 158027)
+++ extra-i686/PKGBUILD 2012-05-01 10:32:13 UTC (rev 158028)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.47
-pkgrel=1
-pkgdesc=Perl extension for using OpenSSL
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url=http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('5488d82a8e9291d6a7de5202a95cbbed')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
-  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: perl-net-ssleay/repos/extra-i686/PKGBUILD (from rev 158027, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-01 10:32:13 UTC (rev 158028)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.48
+pkgrel=1
+pkgdesc=Perl extension for using OpenSSL
+arch=('i686' 'x86_64')
+license=('custom:BSD')
+url=http://search.cpan.org/dist/${_cpanname}/;
+depends=('openssl')
+options=(!emptydirs)
+replaces=('net-ssleay')
+provides=('net-ssleay')
+source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
+md5sums=('4e10d9da28f26732e37807820bf72af5')
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  make install DESTDIR=${pkgdir} 
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+
+  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-01 10:31:48 UTC (rev 158027)
+++ extra-x86_64/PKGBUILD   2012-05-01 10:32:13 UTC (rev 158028)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.47
-pkgrel=1
-pkgdesc=Perl extension for using OpenSSL
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url=http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('5488d82a8e9291d6a7de5202a95cbbed')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
-  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: perl-net-ssleay/repos/extra-x86_64/PKGBUILD (from rev 158027, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-05-01 10:32:13 UTC (rev 158028)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.48
+pkgrel=1
+pkgdesc=Perl extension 

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

2012-05-01 Thread Giovanni Scafora
Date: Tuesday, May 1, 2012 @ 06:41:10
  Author: giovanni
Revision: 158029

upgpkg: whois 5.0.16-1

upstream release

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 10:32:13 UTC (rev 158028)
+++ PKGBUILD2012-05-01 10:41:10 UTC (rev 158029)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=whois
-pkgver=5.0.15
+pkgver=5.0.16
 pkgrel=1
 pkgdesc=The whois client by Marco d'Itri
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libidn')
 makedepends=('perl')
 
source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('3ff3d7a13f51152c2a6b5f59c00765f0')
+md5sums=('6d689965473c23db6be890c7e5260c67')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-05-01 Thread Giovanni Scafora
Date: Tuesday, May 1, 2012 @ 06:41:36
  Author: giovanni
Revision: 158030

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-01 10:41:10 UTC (rev 158029)
+++ extra-i686/PKGBUILD 2012-05-01 10:41:36 UTC (rev 158030)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.0.15
-pkgrel=1
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('3ff3d7a13f51152c2a6b5f59c00765f0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-}

Copied: whois/repos/extra-i686/PKGBUILD (from rev 158029, whois/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-01 10:41:36 UTC (rev 158030)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.0.16
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+md5sums=('6d689965473c23db6be890c7e5260c67')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-01 10:41:10 UTC (rev 158029)
+++ extra-x86_64/PKGBUILD   2012-05-01 10:41:36 UTC (rev 158030)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.0.15
-pkgrel=1
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('3ff3d7a13f51152c2a6b5f59c00765f0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 158029, 
whois/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-05-01 10:41:36 UTC (rev 158030)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.0.16
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+md5sums=('6d689965473c23db6be890c7e5260c67')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+}



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

2012-05-01 Thread Andrea Scarpino
Date: Tuesday, May 1, 2012 @ 07:59:04
  Author: andrea
Revision: 158031

Only libltdl is needed

Modified:
  xmlsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 10:41:36 UTC (rev 158030)
+++ PKGBUILD2012-05-01 11:59:04 UTC (rev 158031)
@@ -10,7 +10,7 @@
 license=('custom')
 arch=(i686 x86_64)
 url=http://www.aleksey.com/xmlsec/index.html;
-depends=('libxslt=1.1.26' 'openssl=1.0.0' 'gnutls' 'nss=3.12.10' 'libtool')
+depends=('libxslt=1.1.26' 'openssl=1.0.0' 'gnutls' 'nss=3.12.10' 'libltdl')
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(http://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz)



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

2012-05-01 Thread Tom Gundersen
Date: Tuesday, May 1, 2012 @ 12:04:29
  Author: tomegun
Revision: 158032

upgpkg: alsa-firmware 1.0.25-2

move /lib/* to /usr/lib
remove broken symlinks
remove empty dir

Modified:
  alsa-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 11:59:04 UTC (rev 158031)
+++ PKGBUILD2012-05-01 16:04:29 UTC (rev 158032)
@@ -1,9 +1,9 @@
 # $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
 # Contributor: Jochen Immendörfer jochen dot immendoerfer at gmail dot com
-# Package Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=alsa-firmware
 pkgver=1.0.25
-pkgrel=1
+pkgrel=2
 pkgdesc=ALSA firmware package
 arch=('i686' 'x86_64')
 url=http://alsa-project.org/;
@@ -13,25 +13,18 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-hotplug-dir=/usr/lib/firmware
   make
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
-  # remove files which conflicts with kernel26-firmware
-  rm -rf ${pkgdir}/lib/firmware/ess/maestro3_assp_kernel.fw
-  rm -rf ${pkgdir}/lib/firmware/ess/maestro3_assp_minisrc.fw
-  rm -rf ${pkgdir}/lib/firmware/korg/k1212.dsp
-  rm -rf ${pkgdir}/lib/firmware/sb16/alaw_main.csp
-  rm -rf ${pkgdir}/lib/firmware/sb16/ima_adpcm_capture.csp
-  rm -rf ${pkgdir}/lib/firmware/sb16/ima_adpcm_init.csp
-  rm -rf ${pkgdir}/lib/firmware/sb16/ima_adpcm_playback.csp
-  rm -rf ${pkgdir}/lib/firmware/sb16/mulaw_main.csp
-  rm -rf ${pkgdir}/lib/firmware/yamaha/ds1_ctrl.fw
-  rm -rf ${pkgdir}/lib/firmware/yamaha/ds1_dsp.fw
-  rm -rf ${pkgdir}/lib/firmware/yamaha/ds1e_ctrl.fw
-  rm -rf ${pkgdir}/lib/firmware/yamaha/yss225_registers.bin
+  # remove files which conflicts with linux-firmware
+  rm -rf ${pkgdir}/usr/lib/firmware/{ess,korg,sb16,yamaha}
+  # remove broken symlinks (broken upstream)
+  rm -rf ${pkgdir}/usr/lib/firmware/turtlebeach
+  # remove empty dir
+  rm -rf ${pkgdir}/usr/bin
 }
 md5sums=('f1939da45b162c83a726c54a470ef139')



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

2012-05-01 Thread Tom Gundersen
Date: Tuesday, May 1, 2012 @ 12:04:51
  Author: tomegun
Revision: 158033

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

Added:
  alsa-firmware/repos/testing-i686/
  alsa-firmware/repos/testing-i686/PKGBUILD
(from rev 158032, alsa-firmware/trunk/PKGBUILD)
  alsa-firmware/repos/testing-x86_64/
  alsa-firmware/repos/testing-x86_64/PKGBUILD
(from rev 158032, alsa-firmware/trunk/PKGBUILD)

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

Copied: alsa-firmware/repos/testing-i686/PKGBUILD (from rev 158032, 
alsa-firmware/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-01 16:04:51 UTC (rev 158033)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Jochen Immendörfer jochen dot immendoerfer at gmail dot com
+pkgname=alsa-firmware
+pkgver=1.0.25
+pkgrel=2
+pkgdesc=ALSA firmware package
+arch=('i686' 'x86_64')
+url=http://alsa-project.org/;
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/firmware/$pkgname-$pkgver.tar.bz2)
+options=(!strip)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-hotplug-dir=/usr/lib/firmware
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # remove files which conflicts with linux-firmware
+  rm -rf ${pkgdir}/usr/lib/firmware/{ess,korg,sb16,yamaha}
+  # remove broken symlinks (broken upstream)
+  rm -rf ${pkgdir}/usr/lib/firmware/turtlebeach
+  # remove empty dir
+  rm -rf ${pkgdir}/usr/bin
+}
+md5sums=('f1939da45b162c83a726c54a470ef139')

Copied: alsa-firmware/repos/testing-x86_64/PKGBUILD (from rev 158032, 
alsa-firmware/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-01 16:04:51 UTC (rev 158033)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Jochen Immendörfer jochen dot immendoerfer at gmail dot com
+pkgname=alsa-firmware
+pkgver=1.0.25
+pkgrel=2
+pkgdesc=ALSA firmware package
+arch=('i686' 'x86_64')
+url=http://alsa-project.org/;
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/firmware/$pkgname-$pkgver.tar.bz2)
+options=(!strip)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-hotplug-dir=/usr/lib/firmware
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # remove files which conflicts with linux-firmware
+  rm -rf ${pkgdir}/usr/lib/firmware/{ess,korg,sb16,yamaha}
+  # remove broken symlinks (broken upstream)
+  rm -rf ${pkgdir}/usr/lib/firmware/turtlebeach
+  # remove empty dir
+  rm -rf ${pkgdir}/usr/bin
+}
+md5sums=('f1939da45b162c83a726c54a470ef139')



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

2012-05-01 Thread Tom Gundersen
Date: Tuesday, May 1, 2012 @ 12:33:43
  Author: tomegun
Revision: 158034

upgpkg: qemu 1.0.1-2

move /lib/* to /usr/lib

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 16:04:51 UTC (rev 158033)
+++ PKGBUILD2012-05-01 16:33:43 UTC (rev 158034)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=qemu
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
@@ -42,7 +42,7 @@
   cp ${srcdir}/seabios/out/bios.bin ${pkgdir}/usr/share/qemu/bios.bin
 
   install -D -m644 ${srcdir}/65-kvm.rules \
-   ${pkgdir}/lib/udev/rules.d/65-kvm.rules
+   ${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
   # strip scripts directory
 find ${pkgdir}/usr/src/linux-${_kernver}/scripts  -type f -perm -u+w 
2/dev/null | while read binary ; do
   case $(file -bi $binary) in



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

2012-05-01 Thread Tom Gundersen
Date: Tuesday, May 1, 2012 @ 12:34:16
  Author: tomegun
Revision: 158035

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

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

-+
 testing-i686/65-kvm.rules   |1 
 testing-i686/PKGBUILD   |   56 ++
 testing-i686/qemu.install   |   23 +
 testing-x86_64/65-kvm.rules |1 
 testing-x86_64/PKGBUILD |   56 ++
 testing-x86_64/qemu.install |   23 +
 6 files changed, 160 insertions(+)

Copied: qemu/repos/testing-i686/65-kvm.rules (from rev 158034, 
qemu/trunk/65-kvm.rules)
===
--- testing-i686/65-kvm.rules   (rev 0)
+++ testing-i686/65-kvm.rules   2012-05-01 16:34:16 UTC (rev 158035)
@@ -0,0 +1 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660

Copied: qemu/repos/testing-i686/PKGBUILD (from rev 158034, qemu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-01 16:34:16 UTC (rev 158035)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=qemu
+pkgver=1.0.1
+pkgrel=2
+pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url=http://wiki.qemu.org/Index.html;
+makedepends=('iasl' 'git' 'texi2html' 'perl' 'python2')
+depends=('libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls=2.4.1' 
'bluez' 'vde2' 'util-linux' 'curl' 'libsasl' 'libgl' 'libpulse')
+backup=('etc/qemu/target-x86_64.conf')
+install=qemu.install
+source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.gz
+65-kvm.rules)
+options=(!strip)
+
+build()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e 's/lib64/lib/g' x86_64.ld
+  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,pa 
\
+  --python=/usr/bin/python2 \
+  --audio-card-list=ac97,sb16,es1370,hda \
+  --enable-docs
+  make
+  # Use latest seabios version
+  # https://bugs.archlinux.org/task/27616
+  cd ${srcdir}/
+  git clone git://git.seabios.org/seabios.git
+  cd seabios
+  #find 'tools/' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+  make clean
+  make PYTHON=python2
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # Use latest seabios version
+  # https://bugs.archlinux.org/task/27616
+  cp ${srcdir}/seabios/out/bios.bin ${pkgdir}/usr/share/qemu/bios.bin
+
+  install -D -m644 ${srcdir}/65-kvm.rules \
+   ${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
+  # strip scripts directory
+find ${pkgdir}/usr/src/linux-${_kernver}/scripts  -type f -perm -u+w 
2/dev/null | while read binary ; do
+  case $(file -bi $binary) in
+*application/x-executable*) # Binaries
+/usr/bin/strip $STRIP_BINARIES $binary;;
+  esac
+done
+
+}
+md5sums=('5efd1091f01e3bc31bfdec27b8edeb00'
+ 'b316a066d2f1bb57d8f5b7ea1d0d1caf')

Copied: qemu/repos/testing-i686/qemu.install (from rev 158034, 
qemu/trunk/qemu.install)
===
--- testing-i686/qemu.install   (rev 0)
+++ testing-i686/qemu.install   2012-05-01 16:34:16 UTC (rev 158035)
@@ -0,0 +1,23 @@
+# kvm:  the new package version
+post_install() {
+  #
+  groupadd kvm -f -g 78
+  echo  PLEASE READ FOR KVM USAGE!
+  echo   Load the correct KVM module, you will need a KVM capable CPU!
+  echo   Add yourself to the group 'kvm'.
+  echo 
+  if [ $(vercmp $2 0.11) -lt 0 ]; then
+echo With the release of qemu and qemu-kvm 0.12.X, the kqemu kernel 
module
+echo is no longer supported and will be removed from the repositories. 
You
+echo can safely uninstall it from your system.
+  fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  #
+  groupdel kvm
+}

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 158034, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2012-05-01 16:34:16 UTC (rev 158035)
@@ -0,0 +1 @@
+KERNEL==kvm, GROUP=kvm, 

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

2012-05-01 Thread Tom Gundersen
Date: Tuesday, May 1, 2012 @ 12:34:25
  Author: tomegun
Revision: 158036

upgpkg: qemu-kvm 1.0.1-2

move /lib/* to /usr/lib/

Modified:
  qemu-kvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 16:34:16 UTC (rev 158035)
+++ PKGBUILD2012-05-01 16:34:25 UTC (rev 158036)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=qemu-kvm
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Latest KVM QEMU is a generic and open source processor emulator which 
achieves a good emulation speed by using dynamic translation.
 arch=(i686 x86_64)
 license=('GPL2' 'LGPL2.1')
@@ -61,7 +61,7 @@
  ${pkgdir}/usr/share/man/man1/qemu-kvm.1
 # install udev rules
 install -D -m644 ${srcdir}/65-kvm.rules \
- ${pkgdir}/lib/udev/rules.d/65-kvm.rules
+ ${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
 # strip scripts directory
 find ${pkgdir}/usr/bin  -type f -perm -u+w 2/dev/null | while read 
binary ; do
   case $(file -bi $binary) in



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

2012-05-01 Thread Tom Gundersen
Date: Tuesday, May 1, 2012 @ 12:34:50
  Author: tomegun
Revision: 158037

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

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

-+
 testing-i686/65-kvm.rules   |1 
 testing-i686/PKGBUILD   |   74 ++
 testing-i686/qemu-kvm.install   |   15 +++
 testing-x86_64/65-kvm.rules |1 
 testing-x86_64/PKGBUILD |   74 ++
 testing-x86_64/qemu-kvm.install |   15 +++
 6 files changed, 180 insertions(+)

Copied: qemu-kvm/repos/testing-i686/65-kvm.rules (from rev 158036, 
qemu-kvm/trunk/65-kvm.rules)
===
--- testing-i686/65-kvm.rules   (rev 0)
+++ testing-i686/65-kvm.rules   2012-05-01 16:34:50 UTC (rev 158037)
@@ -0,0 +1 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660

Copied: qemu-kvm/repos/testing-i686/PKGBUILD (from rev 158036, 
qemu-kvm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-01 16:34:50 UTC (rev 158037)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=qemu-kvm
+pkgver=1.0.1
+pkgrel=2
+pkgdesc=Latest KVM QEMU is a generic and open source processor emulator which 
achieves a good emulation speed by using dynamic translation.
+arch=(i686 x86_64)
+license=('GPL2' 'LGPL2.1')
+url=http://www.linux-kvm.org;
+depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 
'gnutls=2.4.1' 'bluez' 'vde2' 'util-linux' 'libpulse')
+makedepends=('git' 'iasl' 'texi2html' 'perl' 'python2')
+backup=('etc/qemu/target-x86_64.conf')
+install=qemu-kvm.install
+conflicts=('qemu')
+provides=('qemu')
+replaces=('kvm')
+source=(http://downloads.sourceforge.net/kvm/${pkgname}-${pkgver}.tar.gz
+65-kvm.rules)
+options=(!strip)
+
+build()
+{
+cd ${srcdir}/${pkgname}-${pkgver}
+# fix esound building
+./configure --prefix=/usr \
+--python=/usr/bin/python2 \
+--sysconfdir=/etc \
+--audio-drv-list=alsa,sdl,oss,pa \
+--audio-card-list=ac97,sb16,es1370,hda \
+--enable-docs
+make
+
+# Use latest seabios version
+# https://bugs.archlinux.org/task/27616
+cd ${srcdir}/
+git clone git://git.seabios.org/seabios.git
+cd seabios
+#find 'tools/' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+sed -i -e 's/python/python2/g' Makefile
+make clean
+make
+}
+
+package()
+{
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+
+# Use latest seabios version
+# https://bugs.archlinux.org/task/27616
+cp ${srcdir}/seabios/out/bios.bin ${pkgdir}/usr/share/qemu/bios.bin
+
+# symbolic link for backwards compatibility
+ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/qemu-kvm
+# symbolic link for to qemu binary for emulator apps
+ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/qemu
+# symbolic link for to qemu binary for emulator apps
+ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/kvm
+# fix man page
+mv ${pkgdir}/usr/share/man/man1/qemu.1 \
+ ${pkgdir}/usr/share/man/man1/qemu-kvm.1
+# install udev rules
+install -D -m644 ${srcdir}/65-kvm.rules \
+ ${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
+# strip scripts directory
+find ${pkgdir}/usr/bin  -type f -perm -u+w 2/dev/null | while read 
binary ; do
+  case $(file -bi $binary) in
+*application/x-executable*) # Binaries
+/usr/bin/strip $STRIP_BINARIES $binary;;
+  esac
+done
+}
+md5sums=('f23711fb9f3c70f802829b109ba9aa27'
+ 'b316a066d2f1bb57d8f5b7ea1d0d1caf')

Copied: qemu-kvm/repos/testing-i686/qemu-kvm.install (from rev 158036, 
qemu-kvm/trunk/qemu-kvm.install)
===
--- testing-i686/qemu-kvm.install   (rev 0)
+++ testing-i686/qemu-kvm.install   2012-05-01 16:34:50 UTC (rev 158037)
@@ -0,0 +1,15 @@
+post_install() {
+  groupadd kvm -f -g 78
+  echo  PLEASE READ FOR KVM USAGE!
+  echo   Load the correct KVM module, you will need a KVM capable CPU!
+  echo   Add yourself to the 

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

2012-05-01 Thread Tom Gundersen
Date: Tuesday, May 1, 2012 @ 13:23:12
  Author: tomegun
Revision: 158038

upgpkg: samba 3.6.5-1

move /lib/* to /usr/lib/

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 16:34:50 UTC (rev 158037)
+++ PKGBUILD2012-05-01 17:23:12 UTC (rev 158038)
@@ -3,12 +3,12 @@
 # Contributor: judd jvi...@zeroflux.org
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.4
+pkgver=3.6.5
 # 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.4
-pkgrel=3
+_realver=3.6.5
+pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')
@@ -114,10 +114,10 @@
   # fix logrotate
   sed -i -e 's|log.%m|%m.log|g' ${pkgdir}/etc/samba/smb.conf.default
   # nsswitch libraries
-  install -D -m755 ${srcdir}/samba-${_realver}/nsswitch/libnss_wins.so 
${pkgdir}/lib/libnss_wins.so
-  ln -s libnss_wins.so ${pkgdir}/lib/libnss_wins.so.2
-  install -D -m755 ${srcdir}/samba-${_realver}/nsswitch/libnss_winbind.so 
${pkgdir}/lib/libnss_winbind.so
-  ln -s libnss_winbind.so ${pkgdir}/lib/libnss_winbind.so.2
+  install -D -m755 ${srcdir}/samba-${_realver}/nsswitch/libnss_wins.so 
${pkgdir}/usr/lib/libnss_wins.so
+  ln -s libnss_wins.so ${pkgdir}/usr/lib/libnss_wins.so.2
+  install -D -m755 ${srcdir}/samba-${_realver}/nsswitch/libnss_winbind.so 
${pkgdir}/usr/lib/libnss_winbind.so
+  ln -s libnss_winbind.so ${pkgdir}/usr/lib/libnss_winbind.so.2
   # winbind krb5 locator
   mkdir -p ${pkgdir}/usr/lib/krb5/plugins/libkrb5
   install -d -m 0755 ${pkgdir}/usr/lib/krb5/plugins/libkrb5
@@ -154,7 +154,7 @@
   done
   install -D -m644 ${srcdir}/smbd.conf ${pkgdir}/usr/lib/tmpfiles.d/samba.conf 
 }
-md5sums=('d8e070e2a3b12f202f347e4427469bc2'
+md5sums=('2f0c14547333c1b48fd4728b031e7040'
  'dfc6f9018c556b9783c7140de183727f'
  '5697da77590ec092cc8a883bae06093c'
  'a4bbfa39fee95bba2e7ad6b535fae7e6'



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

2012-05-01 Thread Tom Gundersen
Date: Tuesday, May 1, 2012 @ 13:23:30
  Author: tomegun
Revision: 158039

upgpkg: xfsprogs 3.1.8-2

move /lib/* to /usr/lib/

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 17:23:12 UTC (rev 158038)
+++ PKGBUILD2012-05-01 17:23:30 UTC (rev 158039)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Paul Mattal p...@archlinux.org
+#
 pkgname=xfsprogs
 pkgver=3.1.8
-pkgrel=1
+pkgrel=2
 pkgdesc=XFS filesystem utilities
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -18,6 +18,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   export OPTIMIZER=-march=${CARCH/_/-} -O1
   export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr
   make
 }
 
@@ -26,4 +27,7 @@
   make DIST_ROOT=${pkgdir} install install-dev
   chown -R root $pkgdir
   chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
+  rm -rf ${pkgdir}/lib
 }



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

2012-05-01 Thread Tom Gundersen
Date: Tuesday, May 1, 2012 @ 13:23:55
  Author: tomegun
Revision: 158040

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

Added:
  xfsprogs/repos/testing-i686/
  xfsprogs/repos/testing-i686/PKGBUILD
(from rev 158039, xfsprogs/trunk/PKGBUILD)
  xfsprogs/repos/testing-x86_64/
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 158039, xfsprogs/trunk/PKGBUILD)

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

Copied: xfsprogs/repos/testing-i686/PKGBUILD (from rev 158039, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-01 17:23:55 UTC (rev 158040)
@@ -0,0 +1,33 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.1.8
+pkgrel=2
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('util-linux')
+options=('!makeflags' '!libtool')
+# We mirror the sources as upstream tends to move them once a new release is 
out
+source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('f70b2e7200d4c29f0af1cf70e7be1db6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export OPTIMIZER=-march=${CARCH/_/-} -O1
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DIST_ROOT=${pkgdir} install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
+  rm -rf ${pkgdir}/lib
+}

Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 158039, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-01 17:23:55 UTC (rev 158040)
@@ -0,0 +1,33 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.1.8
+pkgrel=2
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('util-linux')
+options=('!makeflags' '!libtool')
+# We mirror the sources as upstream tends to move them once a new release is 
out
+source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('f70b2e7200d4c29f0af1cf70e7be1db6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export OPTIMIZER=-march=${CARCH/_/-} -O1
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DIST_ROOT=${pkgdir} install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
+  rm -rf ${pkgdir}/lib
+}



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

2012-05-01 Thread Tom Gundersen
Date: Tuesday, May 1, 2012 @ 13:24:23
  Author: tomegun
Revision: 158041

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

Added:
  samba/repos/testing-i686/PKGBUILD
(from rev 158039, samba/trunk/PKGBUILD)
  samba/repos/testing-i686/nmbd.service
(from rev 158039, samba/trunk/nmbd.service)
  samba/repos/testing-i686/samba
(from rev 158039, samba/trunk/samba)
  samba/repos/testing-i686/samba.conf.d
(from rev 158039, samba/trunk/samba.conf.d)
  samba/repos/testing-i686/samba.logrotate
(from rev 158039, samba/trunk/samba.logrotate)
  samba/repos/testing-i686/samba.pam
(from rev 158039, samba/trunk/samba.pam)
  samba/repos/testing-i686/smbd.conf
(from rev 158039, samba/trunk/smbd.conf)
  samba/repos/testing-i686/smbd.service
(from rev 158039, samba/trunk/smbd.service)
  samba/repos/testing-i686/swat.xinetd
(from rev 158039, samba/trunk/swat.xinetd)
  samba/repos/testing-i686/winbindd.service
(from rev 158039, samba/trunk/winbindd.service)
  samba/repos/testing-x86_64/PKGBUILD
(from rev 158040, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 158040, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba
(from rev 158040, samba/trunk/samba)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 158040, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 158040, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 158040, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/smbd.conf
(from rev 158040, samba/trunk/smbd.conf)
  samba/repos/testing-x86_64/smbd.service
(from rev 158040, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/swat.xinetd
(from rev 158040, samba/trunk/swat.xinetd)
  samba/repos/testing-x86_64/winbindd.service
(from rev 158040, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-i686/PKGBUILD
  samba/repos/testing-i686/nmbd.service
  samba/repos/testing-i686/samba
  samba/repos/testing-i686/samba.conf.d
  samba/repos/testing-i686/samba.logrotate
  samba/repos/testing-i686/samba.pam
  samba/repos/testing-i686/smbd.conf
  samba/repos/testing-i686/smbd.service
  samba/repos/testing-i686/swat.xinetd
  samba/repos/testing-i686/winbindd.service
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/smbd.conf
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/swat.xinetd
  samba/repos/testing-x86_64/winbindd.service

-+
 testing-i686/PKGBUILD   |  332 +++---
 testing-i686/nmbd.service   |   16 -
 testing-i686/samba  |  114 ++---
 testing-i686/samba.conf.d   |   14 -
 testing-i686/samba.logrotate|   18 +-
 testing-i686/samba.pam  |6 
 testing-i686/smbd.conf  |2 
 testing-i686/smbd.service   |   18 +-
 testing-i686/swat.xinetd|   20 +-
 testing-i686/winbindd.service   |   18 +-
 testing-x86_64/PKGBUILD |  332 +++---
 testing-x86_64/nmbd.service |   16 -
 testing-x86_64/samba|  114 ++---
 testing-x86_64/samba.conf.d |   14 -
 testing-x86_64/samba.logrotate  |   18 +-
 testing-x86_64/samba.pam|6 
 testing-x86_64/smbd.conf|2 
 testing-x86_64/smbd.service |   18 +-
 testing-x86_64/swat.xinetd  |   20 +-
 testing-x86_64/winbindd.service |   18 +-
 20 files changed, 558 insertions(+), 558 deletions(-)

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


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

2012-05-01 Thread Eric Bélanger
Date: Tuesday, May 1, 2012 @ 14:19:38
  Author: eric
Revision: 158042

Add distribution logos (close FS#26521)

Modified:
  linux_logo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 17:24:23 UTC (rev 158041)
+++ PKGBUILD2012-05-01 18:19:38 UTC (rev 158042)
@@ -14,6 +14,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  find ./logos -type f | sort  logo_config
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in syslog-ng/repos (11 files)

2012-05-01 Thread Dave Reisner
Date: Tuesday, May 1, 2012 @ 15:46:20
  Author: dreisner
Revision: 158044

db-move: moved syslog-ng from [testing] to [core] (x86_64)

Added:
  syslog-ng/repos/core-x86_64/PKGBUILD
(from rev 158042, syslog-ng/repos/testing-x86_64/PKGBUILD)
  syslog-ng/repos/core-x86_64/syslog-ng.conf
(from rev 158042, syslog-ng/repos/testing-x86_64/syslog-ng.conf)
  syslog-ng/repos/core-x86_64/syslog-ng.conf.d
(from rev 158042, syslog-ng/repos/testing-x86_64/syslog-ng.conf.d)
  syslog-ng/repos/core-x86_64/syslog-ng.logrotate
(from rev 158042, syslog-ng/repos/testing-x86_64/syslog-ng.logrotate)
  syslog-ng/repos/core-x86_64/syslog-ng.rc
(from rev 158042, syslog-ng/repos/testing-x86_64/syslog-ng.rc)
Deleted:
  syslog-ng/repos/core-x86_64/PKGBUILD
  syslog-ng/repos/core-x86_64/syslog-ng.conf
  syslog-ng/repos/core-x86_64/syslog-ng.conf.d
  syslog-ng/repos/core-x86_64/syslog-ng.logrotate
  syslog-ng/repos/core-x86_64/syslog-ng.rc
  syslog-ng/repos/testing-x86_64/

-+
 PKGBUILD|  128 +-
 syslog-ng.conf  |  184 +-
 syslog-ng.conf.d|   20 ++---
 syslog-ng.logrotate |   14 +--
 syslog-ng.rc|  134 ++--
 5 files changed, 241 insertions(+), 239 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-05-01 19:46:19 UTC (rev 158043)
+++ core-x86_64/PKGBUILD2012-05-01 19:46:20 UTC (rev 158044)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Eric Bélanger e...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=syslog-ng
-pkgver=3.3.4
-pkgrel=5
-pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
-arch=('i686' 'x86_64')
-license=('GPL2')
-groups=('base')
-url=http://www.balabit.com/network-security/syslog-ng/;
-depends=('glib2' 'eventlog' 'openssl' 'libcap' 'awk')
-makedepends=('flex' 'pkg-config')
-optdepends=('logrotate: for rotating log files')
-provides=('logger')
-options=('!libtool')
-backup=('etc/syslog-ng/modules.conf'
-'etc/syslog-ng/scl.conf'
-'etc/syslog-ng/syslog-ng.conf'
-'etc/conf.d/syslog-ng'
-'etc/logrotate.d/syslog-ng')
-source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz;
-syslog-ng.conf
-syslog-ng.conf.d
-syslog-ng.logrotate
-syslog-ng.rc)
-sha1sums=('3437a50af027f281747087ab47a45aa5fbabbf14'
-  '98074e0facfc6ef036202662cc86d04b38a2c142'
-  '9b2eb6ea9e27c9f1b6c1c855be211ec3da51d3c8'
-  '949128fe3d7f77a7aab99048061f885bc758000c'
-  '94af81a84e3add6653755122cdd5080694de059d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/syslog-ng \
---libexecdir=/usr/lib \
---localstatedir=/var/lib/syslog-ng \
---datadir=/usr/share/syslog-ng \
---with-pidfile-dir=/run \
---disable-spoof-source \
---enable-systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-
-  install -dm755 $pkgdir/var/lib/syslog-ng 
$pkgdir/etc/syslog-ng/patterndb.d
-  install -Dm644 $srcdir/syslog-ng.conf 
$pkgdir/etc/syslog-ng/syslog-ng.conf
-  install -Dm644 $srcdir/syslog-ng.logrotate 
$pkgdir/etc/logrotate.d/syslog-ng
-  install -Dm755 $srcdir/syslog-ng.rc $pkgdir/etc/rc.d/syslog-ng
-  install -Dm644 $srcdir/syslog-ng.conf.d $pkgdir/etc/conf.d/syslog-ng
-
-  # fix location of systemctl
-  sed -i 's@/bin/systemctl@/usr@' 
$pkgdir/usr/lib/systemd/system/syslog-ng.service
-}

Copied: syslog-ng/repos/core-x86_64/PKGBUILD (from rev 158042, 
syslog-ng/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-05-01 19:46:20 UTC (rev 158044)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=syslog-ng
+pkgver=3.3.5
+pkgrel=1
+pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+groups=('base')
+url=http://www.balabit.com/network-security/syslog-ng/;
+depends=('glib2' 'eventlog' 'openssl' 'libcap' 'awk')
+makedepends=('flex' 'pkg-config')
+optdepends=('logrotate: for rotating log files')
+provides=('logger')
+options=('!libtool')
+backup=('etc/syslog-ng/modules.conf'
+'etc/syslog-ng/scl.conf'
+'etc/syslog-ng/syslog-ng.conf'
+'etc/conf.d/syslog-ng'
+'etc/logrotate.d/syslog-ng')
+source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz;
+

[arch-commits] Commit in syslog-ng/repos (11 files)

2012-05-01 Thread Dave Reisner
Date: Tuesday, May 1, 2012 @ 15:46:19
  Author: dreisner
Revision: 158043

db-move: moved syslog-ng from [testing] to [core] (i686)

Added:
  syslog-ng/repos/core-i686/PKGBUILD
(from rev 158042, syslog-ng/repos/testing-i686/PKGBUILD)
  syslog-ng/repos/core-i686/syslog-ng.conf
(from rev 158042, syslog-ng/repos/testing-i686/syslog-ng.conf)
  syslog-ng/repos/core-i686/syslog-ng.conf.d
(from rev 158042, syslog-ng/repos/testing-i686/syslog-ng.conf.d)
  syslog-ng/repos/core-i686/syslog-ng.logrotate
(from rev 158042, syslog-ng/repos/testing-i686/syslog-ng.logrotate)
  syslog-ng/repos/core-i686/syslog-ng.rc
(from rev 158042, syslog-ng/repos/testing-i686/syslog-ng.rc)
Deleted:
  syslog-ng/repos/core-i686/PKGBUILD
  syslog-ng/repos/core-i686/syslog-ng.conf
  syslog-ng/repos/core-i686/syslog-ng.conf.d
  syslog-ng/repos/core-i686/syslog-ng.logrotate
  syslog-ng/repos/core-i686/syslog-ng.rc
  syslog-ng/repos/testing-i686/

-+
 PKGBUILD|  128 +-
 syslog-ng.conf  |  184 +-
 syslog-ng.conf.d|   20 ++---
 syslog-ng.logrotate |   14 +--
 syslog-ng.rc|  134 ++--
 5 files changed, 241 insertions(+), 239 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-05-01 18:19:38 UTC (rev 158042)
+++ core-i686/PKGBUILD  2012-05-01 19:46:19 UTC (rev 158043)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Eric Bélanger e...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=syslog-ng
-pkgver=3.3.4
-pkgrel=5
-pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
-arch=('i686' 'x86_64')
-license=('GPL2')
-groups=('base')
-url=http://www.balabit.com/network-security/syslog-ng/;
-depends=('glib2' 'eventlog' 'openssl' 'libcap' 'awk')
-makedepends=('flex' 'pkg-config')
-optdepends=('logrotate: for rotating log files')
-provides=('logger')
-options=('!libtool')
-backup=('etc/syslog-ng/modules.conf'
-'etc/syslog-ng/scl.conf'
-'etc/syslog-ng/syslog-ng.conf'
-'etc/conf.d/syslog-ng'
-'etc/logrotate.d/syslog-ng')
-source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz;
-syslog-ng.conf
-syslog-ng.conf.d
-syslog-ng.logrotate
-syslog-ng.rc)
-sha1sums=('3437a50af027f281747087ab47a45aa5fbabbf14'
-  '98074e0facfc6ef036202662cc86d04b38a2c142'
-  '9b2eb6ea9e27c9f1b6c1c855be211ec3da51d3c8'
-  '949128fe3d7f77a7aab99048061f885bc758000c'
-  '94af81a84e3add6653755122cdd5080694de059d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/syslog-ng \
---libexecdir=/usr/lib \
---localstatedir=/var/lib/syslog-ng \
---datadir=/usr/share/syslog-ng \
---with-pidfile-dir=/run \
---disable-spoof-source \
---enable-systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-
-  install -dm755 $pkgdir/var/lib/syslog-ng 
$pkgdir/etc/syslog-ng/patterndb.d
-  install -Dm644 $srcdir/syslog-ng.conf 
$pkgdir/etc/syslog-ng/syslog-ng.conf
-  install -Dm644 $srcdir/syslog-ng.logrotate 
$pkgdir/etc/logrotate.d/syslog-ng
-  install -Dm755 $srcdir/syslog-ng.rc $pkgdir/etc/rc.d/syslog-ng
-  install -Dm644 $srcdir/syslog-ng.conf.d $pkgdir/etc/conf.d/syslog-ng
-
-  # fix location of systemctl
-  sed -i 's@/bin/systemctl@/usr@' 
$pkgdir/usr/lib/systemd/system/syslog-ng.service
-}

Copied: syslog-ng/repos/core-i686/PKGBUILD (from rev 158042, 
syslog-ng/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-05-01 19:46:19 UTC (rev 158043)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=syslog-ng
+pkgver=3.3.5
+pkgrel=1
+pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+groups=('base')
+url=http://www.balabit.com/network-security/syslog-ng/;
+depends=('glib2' 'eventlog' 'openssl' 'libcap' 'awk')
+makedepends=('flex' 'pkg-config')
+optdepends=('logrotate: for rotating log files')
+provides=('logger')
+options=('!libtool')
+backup=('etc/syslog-ng/modules.conf'
+'etc/syslog-ng/scl.conf'
+'etc/syslog-ng/syslog-ng.conf'
+'etc/conf.d/syslog-ng'
+'etc/logrotate.d/syslog-ng')
+source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz;
+syslog-ng.conf
+syslog-ng.conf.d
+syslog-ng.logrotate
+

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

2012-05-01 Thread Evangelos Foutras
Date: Tuesday, May 1, 2012 @ 15:51:04
  Author: foutrelis
Revision: 158045

upgpkg: xfdesktop 4.10.0-3

Fix FS#29697: xfce4-panel not a dependency

Modified:
  xfdesktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 19:46:20 UTC (rev 158044)
+++ PKGBUILD2012-05-01 19:51:04 UTC (rev 158045)
@@ -4,15 +4,14 @@
 
 pkgname=xfdesktop
 pkgver=4.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A desktop manager for Xfce
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
 license=('GPL2')
 groups=('xfce4')
 depends=('libxfce4ui' 'thunar' 'garcon' 'hicolor-icon-theme' 'libwnck')
-makedepends=('intltool' 'xfce4-panel')
-optdepends=('xfce4-panel: panel menu plugin')
+makedepends=('intltool')
 conflicts=('xfce4-menueditor')
 replaces=('xfce4-menueditor')
 options=('!libtool')



[arch-commits] Commit in xfdesktop/repos/extra-x86_64 (8 files)

2012-05-01 Thread Evangelos Foutras
Date: Tuesday, May 1, 2012 @ 15:51:23
  Author: foutrelis
Revision: 158046

archrelease: copy trunk to extra-x86_64

Added:
  xfdesktop/repos/extra-x86_64/PKGBUILD
(from rev 158045, xfdesktop/trunk/PKGBUILD)
  xfdesktop/repos/extra-x86_64/add-backgrounds-xfce-to-search-path.patch
(from rev 158045, xfdesktop/trunk/add-backgrounds-xfce-to-search-path.patch)
  xfdesktop/repos/extra-x86_64/implement-paste-on-desktop.patch
(from rev 158045, xfdesktop/trunk/implement-paste-on-desktop.patch)
  xfdesktop/repos/extra-x86_64/xfdesktop.install
(from rev 158045, xfdesktop/trunk/xfdesktop.install)
Deleted:
  xfdesktop/repos/extra-x86_64/PKGBUILD
  xfdesktop/repos/extra-x86_64/add-backgrounds-xfce-to-search-path.patch
  xfdesktop/repos/extra-x86_64/implement-paste-on-desktop.patch
  xfdesktop/repos/extra-x86_64/xfdesktop.install

---+
 PKGBUILD  |   99 ++---
 add-backgrounds-xfce-to-search-path.patch |   72 ++--
 implement-paste-on-desktop.patch  |  472 ++--
 xfdesktop.install |   26 -
 4 files changed, 334 insertions(+), 335 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-05-01 19:51:04 UTC (rev 158045)
+++ PKGBUILD2012-05-01 19:51:23 UTC (rev 158046)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfdesktop
-pkgver=4.10.0
-pkgrel=2
-pkgdesc=A desktop manager for Xfce
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'thunar' 'garcon' 'hicolor-icon-theme' 'libwnck')
-makedepends=('intltool' 'xfce4-panel')
-optdepends=('xfce4-panel: panel menu plugin')
-conflicts=('xfce4-menueditor')
-replaces=('xfce4-menueditor')
-options=('!libtool')
-install=xfdesktop.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
-add-backgrounds-xfce-to-search-path.patch)
-sha256sums=('897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b'
-'fcb27e24abfd50cfe01ae946a2bc5a133d3f5cee076eef517ccc5f668dd5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Add backgrounds/xfce/ to the single image list in the settings app
-  # https://bugzilla.xfce.org/show_bug.cgi?id=8799
-  patch -Np1 -i $srcdir/add-backgrounds-xfce-to-search-path.patch
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gio-unix \
---enable-thunarx \
---enable-notifications \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfdesktop/repos/extra-x86_64/PKGBUILD (from rev 158045, 
xfdesktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-05-01 19:51:23 UTC (rev 158046)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfdesktop
+pkgver=4.10.0
+pkgrel=3
+pkgdesc=A desktop manager for Xfce
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'thunar' 'garcon' 'hicolor-icon-theme' 'libwnck')
+makedepends=('intltool')
+conflicts=('xfce4-menueditor')
+replaces=('xfce4-menueditor')
+options=('!libtool')
+install=xfdesktop.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
+add-backgrounds-xfce-to-search-path.patch)
+sha256sums=('897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b'
+'fcb27e24abfd50cfe01ae946a2bc5a133d3f5cee076eef517ccc5f668dd5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Add backgrounds/xfce/ to the single image list in the settings app
+  # https://bugzilla.xfce.org/show_bug.cgi?id=8799
+  patch -Np1 -i $srcdir/add-backgrounds-xfce-to-search-path.patch
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gio-unix \
+--enable-thunarx \
+--enable-notifications \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: add-backgrounds-xfce-to-search-path.patch
===
--- add-backgrounds-xfce-to-search-path.patch   2012-05-01 19:51:04 UTC (rev 
158045)
+++ add-backgrounds-xfce-to-search-path.patch   2012-05-01 19:51:23 UTC (rev 
158046)
@@ -1,36 +0,0 @@
-@@ -, +, @@ 
- settings app. (Bug #8799)

- settings/main.c |   14 ++
- 1 file changed, 14 insertions(+)
 a/settings/main.c  
-+++ 

[arch-commits] Commit in xfdesktop/repos/extra-i686 (8 files)

2012-05-01 Thread Evangelos Foutras
Date: Tuesday, May 1, 2012 @ 15:55:17
  Author: foutrelis
Revision: 158047

archrelease: copy trunk to extra-i686

Added:
  xfdesktop/repos/extra-i686/PKGBUILD
(from rev 158046, xfdesktop/trunk/PKGBUILD)
  xfdesktop/repos/extra-i686/add-backgrounds-xfce-to-search-path.patch
(from rev 158046, xfdesktop/trunk/add-backgrounds-xfce-to-search-path.patch)
  xfdesktop/repos/extra-i686/implement-paste-on-desktop.patch
(from rev 158046, xfdesktop/trunk/implement-paste-on-desktop.patch)
  xfdesktop/repos/extra-i686/xfdesktop.install
(from rev 158046, xfdesktop/trunk/xfdesktop.install)
Deleted:
  xfdesktop/repos/extra-i686/PKGBUILD
  xfdesktop/repos/extra-i686/add-backgrounds-xfce-to-search-path.patch
  xfdesktop/repos/extra-i686/implement-paste-on-desktop.patch
  xfdesktop/repos/extra-i686/xfdesktop.install

---+
 PKGBUILD  |   99 ++---
 add-backgrounds-xfce-to-search-path.patch |   72 ++--
 implement-paste-on-desktop.patch  |  472 ++--
 xfdesktop.install |   26 -
 4 files changed, 334 insertions(+), 335 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-05-01 19:51:23 UTC (rev 158046)
+++ PKGBUILD2012-05-01 19:55:17 UTC (rev 158047)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfdesktop
-pkgver=4.10.0
-pkgrel=2
-pkgdesc=A desktop manager for Xfce
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'thunar' 'garcon' 'hicolor-icon-theme' 'libwnck')
-makedepends=('intltool' 'xfce4-panel')
-optdepends=('xfce4-panel: panel menu plugin')
-conflicts=('xfce4-menueditor')
-replaces=('xfce4-menueditor')
-options=('!libtool')
-install=xfdesktop.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
-add-backgrounds-xfce-to-search-path.patch)
-sha256sums=('897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b'
-'fcb27e24abfd50cfe01ae946a2bc5a133d3f5cee076eef517ccc5f668dd5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Add backgrounds/xfce/ to the single image list in the settings app
-  # https://bugzilla.xfce.org/show_bug.cgi?id=8799
-  patch -Np1 -i $srcdir/add-backgrounds-xfce-to-search-path.patch
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gio-unix \
---enable-thunarx \
---enable-notifications \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfdesktop/repos/extra-i686/PKGBUILD (from rev 158046, 
xfdesktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-05-01 19:55:17 UTC (rev 158047)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfdesktop
+pkgver=4.10.0
+pkgrel=3
+pkgdesc=A desktop manager for Xfce
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'thunar' 'garcon' 'hicolor-icon-theme' 'libwnck')
+makedepends=('intltool')
+conflicts=('xfce4-menueditor')
+replaces=('xfce4-menueditor')
+options=('!libtool')
+install=xfdesktop.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
+add-backgrounds-xfce-to-search-path.patch)
+sha256sums=('897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b'
+'fcb27e24abfd50cfe01ae946a2bc5a133d3f5cee076eef517ccc5f668dd5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Add backgrounds/xfce/ to the single image list in the settings app
+  # https://bugzilla.xfce.org/show_bug.cgi?id=8799
+  patch -Np1 -i $srcdir/add-backgrounds-xfce-to-search-path.patch
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gio-unix \
+--enable-thunarx \
+--enable-notifications \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: add-backgrounds-xfce-to-search-path.patch
===
--- add-backgrounds-xfce-to-search-path.patch   2012-05-01 19:51:23 UTC (rev 
158046)
+++ add-backgrounds-xfce-to-search-path.patch   2012-05-01 19:55:17 UTC (rev 
158047)
@@ -1,36 +0,0 @@
-@@ -, +, @@ 
- settings app. (Bug #8799)

- settings/main.c |   14 ++
- 1 file changed, 14 insertions(+)
 a/settings/main.c  
-+++ a/settings/main.c  
-@@ 

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

2012-05-01 Thread Evangelos Foutras
Date: Tuesday, May 1, 2012 @ 16:04:13
  Author: foutrelis
Revision: 158048

Remove libsm dependency. (FS#29698)

Modified:
  xfce4-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 19:55:17 UTC (rev 158047)
+++ PKGBUILD2012-05-01 20:04:13 UTC (rev 158048)
@@ -10,7 +10,7 @@
 url=http://www.xfce.org/;
 license=('GPL2')
 groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'libwnck' 'libsm' 'hicolor-icon-theme'
+depends=('exo' 'garcon' 'libxfce4ui' 'libwnck' 'hicolor-icon-theme'
  'desktop-file-utils')
 makedepends=('intltool' 'gtk-doc')
 options=('!libtool')



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

2012-05-01 Thread Daniel Isenmann
Date: Tuesday, May 1, 2012 @ 17:13:05
  Author: daniel
Revision: 158049

upgpkg: wicd 1.7.2.4-1

New upstream release

Modified:
  wicd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 20:04:13 UTC (rev 158048)
+++ PKGBUILD2012-05-01 21:13:05 UTC (rev 158049)
@@ -4,7 +4,7 @@
 
 pkgbase=wicd
 pkgname=('wicd' 'wicd-gtk')
-pkgver=1.7.2.3
+pkgver=1.7.2.4
 pkgrel=1
 arch=(any)
 url=http://wicd.sourceforge.net/;
@@ -15,7 +15,7 @@
 wicd.desktop)
 makedepends=('python2' 'python-babel' 'python2-distribute' 'gettext')
 options=('emptydirs')
-md5sums=('9c7b2eaa9048aaf5cd0cbc17fb84a68b'
+md5sums=('c2435ddfdef0b9898852d72a85a45f0f'
  'f40e5f59998d0829707a7c9976afa8f8'
  '326df163a5732d38741371baa4fce9e5')
 



[arch-commits] Commit in wicd/repos/extra-any (20 files)

2012-05-01 Thread Daniel Isenmann
Date: Tuesday, May 1, 2012 @ 17:13:39
  Author: daniel
Revision: 158050

archrelease: copy trunk to extra-any

Added:
  wicd/repos/extra-any/ChangeLog
(from rev 158049, wicd/trunk/ChangeLog)
  wicd/repos/extra-any/PKGBUILD
(from rev 158049, wicd/trunk/PKGBUILD)
  wicd/repos/extra-any/deepcopy+python27-fixes.patch
(from rev 158049, wicd/trunk/deepcopy+python27-fixes.patch)
  wicd/repos/extra-any/net-tools.patch
(from rev 158049, wicd/trunk/net-tools.patch)
  wicd/repos/extra-any/wicd-daemon
(from rev 158049, wicd/trunk/wicd-daemon)
  wicd/repos/extra-any/wicd-locale.patch
(from rev 158049, wicd/trunk/wicd-locale.patch)
  wicd/repos/extra-any/wicd-scripts-execution.patch
(from rev 158049, wicd/trunk/wicd-scripts-execution.patch)
  wicd/repos/extra-any/wicd.desktop
(from rev 158049, wicd/trunk/wicd.desktop)
  wicd/repos/extra-any/wicd.install
(from rev 158049, wicd/trunk/wicd.install)
  wicd/repos/extra-any/wicd_in_usr.patch
(from rev 158049, wicd/trunk/wicd_in_usr.patch)
Deleted:
  wicd/repos/extra-any/ChangeLog
  wicd/repos/extra-any/PKGBUILD
  wicd/repos/extra-any/deepcopy+python27-fixes.patch
  wicd/repos/extra-any/net-tools.patch
  wicd/repos/extra-any/wicd-daemon
  wicd/repos/extra-any/wicd-locale.patch
  wicd/repos/extra-any/wicd-scripts-execution.patch
  wicd/repos/extra-any/wicd.desktop
  wicd/repos/extra-any/wicd.install
  wicd/repos/extra-any/wicd_in_usr.patch

---+
 ChangeLog |   80 +++
 PKGBUILD  |  192 +-
 deepcopy+python27-fixes.patch |  144 ++---
 net-tools.patch   |   22 +-
 wicd-daemon   |   54 ++---
 wicd-locale.patch |   24 +-
 wicd-scripts-execution.patch  |   48 ++--
 wicd.desktop  |   22 +-
 wicd.install  |   46 ++--
 wicd_in_usr.patch |  416 
 10 files changed, 524 insertions(+), 524 deletions(-)

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


[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2012-05-01 Thread Eric Bélanger
Date: Tuesday, May 1, 2012 @ 20:37:17
  Author: eric
Revision: 158051

upgpkg: perl-io-socket-ssl 1.66-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-01 21:13:39 UTC (rev 158050)
+++ PKGBUILD2012-05-02 00:37:17 UTC (rev 158051)
@@ -5,20 +5,19 @@
 
 pkgname=perl-io-socket-ssl
 _cpanname=IO-Socket-SSL
-pkgver=1.59
+pkgver=1.66
 pkgrel=1
 pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
 arch=('any')
 license=('GPL' 'PerlArtistic')
 url=http://search.cpan.org/dist/${_cpanname}/;
 depends=('perl-net-ssleay' 'perl=5.10.0')
-options=(!emptydirs)
+options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
-md5sums=('2da0994ed9b23fc3c33175372494e2b1')
+sha1sums=('89d506e1241e9bb132599b7bbacb8b9e40d8dfe2')
 
 build() {
   cd ${srcdir}/${_cpanname}-${pkgver}
-  # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }



[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2012-05-01 Thread Eric Bélanger
Date: Tuesday, May 1, 2012 @ 20:37:27
  Author: eric
Revision: 158052

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 158051, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-05-02 00:37:17 UTC (rev 158051)
+++ PKGBUILD2012-05-02 00:37:27 UTC (rev 158052)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: Manolis Tzanidakis
-# Contributor: Francois Charette francois.archlinux.org
-
-pkgname=perl-io-socket-ssl
-_cpanname=IO-Socket-SSL
-pkgver=1.59
-pkgrel=1
-pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_cpanname}/;
-depends=('perl-net-ssleay' 'perl=5.10.0')
-options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
-md5sums=('2da0994ed9b23fc3c33175372494e2b1')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 158051, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-05-02 00:37:27 UTC (rev 158052)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+# Contributor: Francois Charette francois.archlinux.org
+
+pkgname=perl-io-socket-ssl
+_cpanname=IO-Socket-SSL
+pkgver=1.66
+pkgrel=1
+pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_cpanname}/;
+depends=('perl-net-ssleay' 'perl=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
+sha1sums=('89d506e1241e9bb132599b7bbacb8b9e40d8dfe2')
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



[arch-commits] Commit in bzip2/repos (5 files)

2012-05-01 Thread Allan McRae
Date: Tuesday, May 1, 2012 @ 21:12:56
  Author: allan
Revision: 158053

db-move: moved bzip2 from [testing] to [core] (i686)

Added:
  bzip2/repos/core-i686/PKGBUILD
(from rev 158052, bzip2/repos/testing-i686/PKGBUILD)
  bzip2/repos/core-i686/bzip2-1.0.4-bzip2recover.patch
(from rev 158052, bzip2/repos/testing-i686/bzip2-1.0.4-bzip2recover.patch)
Deleted:
  bzip2/repos/core-i686/PKGBUILD
  bzip2/repos/core-i686/bzip2-1.0.4-bzip2recover.patch
  bzip2/repos/testing-i686/

+
 PKGBUILD   |  134 ++-
 bzip2-1.0.4-bzip2recover.patch |   24 +++---
 2 files changed, 77 insertions(+), 81 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-05-02 00:37:27 UTC (rev 158052)
+++ core-i686/PKGBUILD  2012-05-02 01:12:56 UTC (rev 158053)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Judd jvi...@zeroflux.org 
-
-pkgname=bzip2
-pkgver=1.0.6
-pkgrel=3
-pkgdesc=A high-quality data compression program
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://sources.redhat.com/bzip2;
-groups=('base')
-depends=('glibc')
-source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
-bzip2-1.0.4-bzip2recover.patch)
-sha1sums=('3f89f861209ce81a6bab1fd1998c0ef311712002'
-  '85ce76fdb67f52f152bba368c1de81132dcdbdb5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # add large-file support
-  sed -e 's/^CFLAGS=\(.*\)$/CFLAGS=\1 \$(BIGFILES)/' -i ./Makefile-libbz2_so
-
-  # use our optimization
-  sed -i s|-O2|${CFLAGS}|g Makefile
-  sed -i s|-O2|${CFLAGS}|g Makefile-libbz2_so
-
-  patch -Np1  ../bzip2-1.0.4-bzip2recover.patch
-
-  make -f Makefile-libbz2_so
-  make bzip2 bzip2recover libbz2.a
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make test
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -dm755 $pkgdir/bin
-  install -m755 bzip2-shared $pkgdir/bin/bzip2
-  install -m755 bzip2recover $pkgdir/bin
-  ln -sf bzip2 $pkgdir/bin/bunzip2
-  ln -sf bzip2 $pkgdir/bin/bzcat
-
-  install -dm755 $pkgdir/usr/bin
-  install -m755 bzdiff bzgrep bzmore $pkgdir/usr/bin
-
-  install -Dm755 libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1.0.6
-  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so
-  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1
-  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1.0
-
-  install -Dm644 libbz2.a ${pkgdir}/usr/lib/libbz2.a
-  ln -sf ../../lib/libbz2.so ${pkgdir}/usr/lib/libbz2.so
-
-  install -Dm644 bzlib.h $pkgdir/usr/include/bzlib.h
-
-  install -Dm644 bzip2.1 $pkgdir/usr/share/man/man1/bzip2.1
-  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bunzip2.1
-  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzcat.1
-  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzip2recover.1
-
-  install -Dm644 $srcdir/${pkgname}-${pkgver}/LICENSE \
- $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: bzip2/repos/core-i686/PKGBUILD (from rev 158052, 
bzip2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-05-02 01:12:56 UTC (rev 158053)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd jvi...@zeroflux.org 
+
+pkgname=bzip2
+pkgver=1.0.6
+pkgrel=4
+pkgdesc=A high-quality data compression program
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://sources.redhat.com/bzip2;
+groups=('base')
+depends=('glibc')
+source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
+bzip2-1.0.4-bzip2recover.patch)
+sha1sums=('3f89f861209ce81a6bab1fd1998c0ef311712002'
+  '85ce76fdb67f52f152bba368c1de81132dcdbdb5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # add large-file support
+  sed -e 's/^CFLAGS=\(.*\)$/CFLAGS=\1 \$(BIGFILES)/' -i ./Makefile-libbz2_so
+
+  # use our optimization
+  sed -i s|-O2|${CFLAGS}|g Makefile
+  sed -i s|-O2|${CFLAGS}|g Makefile-libbz2_so
+
+  patch -Np1  ../bzip2-1.0.4-bzip2recover.patch
+
+  make -f Makefile-libbz2_so
+  make bzip2 bzip2recover libbz2.a
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/usr/{bin,lib,include,share/man/man1}
+
+  install -m755 bzip2-shared $pkgdir/usr/bin/bzip2
+  install -m755 bzip2recover bzdiff bzgrep bzmore $pkgdir/usr/bin
+  ln -sf bzip2 $pkgdir/usr/bin/bunzip2
+  ln -sf bzip2 $pkgdir/usr/bin/bzcat
+
+  install -m755 libbz2.so.1.0.6 $pkgdir/usr/lib
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1.0
+  install -m644 libbz2.a ${pkgdir}/usr/lib/libbz2.a
+
+  install -m644 bzlib.h $pkgdir/usr/include/
+
+  install -m644 bzip2.1 $pkgdir/usr/share/man/man1/
+  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bunzip2.1
+  ln -sf bzip2.1 

[arch-commits] Commit in bzip2/repos (5 files)

2012-05-01 Thread Allan McRae
Date: Tuesday, May 1, 2012 @ 21:12:57
  Author: allan
Revision: 158054

db-move: moved bzip2 from [testing] to [core] (x86_64)

Added:
  bzip2/repos/core-x86_64/PKGBUILD
(from rev 158052, bzip2/repos/testing-x86_64/PKGBUILD)
  bzip2/repos/core-x86_64/bzip2-1.0.4-bzip2recover.patch
(from rev 158052, bzip2/repos/testing-x86_64/bzip2-1.0.4-bzip2recover.patch)
Deleted:
  bzip2/repos/core-x86_64/PKGBUILD
  bzip2/repos/core-x86_64/bzip2-1.0.4-bzip2recover.patch
  bzip2/repos/testing-x86_64/

+
 PKGBUILD   |  134 ++-
 bzip2-1.0.4-bzip2recover.patch |   24 +++---
 2 files changed, 77 insertions(+), 81 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-05-02 01:12:56 UTC (rev 158053)
+++ core-x86_64/PKGBUILD2012-05-02 01:12:57 UTC (rev 158054)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Judd jvi...@zeroflux.org 
-
-pkgname=bzip2
-pkgver=1.0.6
-pkgrel=3
-pkgdesc=A high-quality data compression program
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://sources.redhat.com/bzip2;
-groups=('base')
-depends=('glibc')
-source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
-bzip2-1.0.4-bzip2recover.patch)
-sha1sums=('3f89f861209ce81a6bab1fd1998c0ef311712002'
-  '85ce76fdb67f52f152bba368c1de81132dcdbdb5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # add large-file support
-  sed -e 's/^CFLAGS=\(.*\)$/CFLAGS=\1 \$(BIGFILES)/' -i ./Makefile-libbz2_so
-
-  # use our optimization
-  sed -i s|-O2|${CFLAGS}|g Makefile
-  sed -i s|-O2|${CFLAGS}|g Makefile-libbz2_so
-
-  patch -Np1  ../bzip2-1.0.4-bzip2recover.patch
-
-  make -f Makefile-libbz2_so
-  make bzip2 bzip2recover libbz2.a
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make test
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -dm755 $pkgdir/bin
-  install -m755 bzip2-shared $pkgdir/bin/bzip2
-  install -m755 bzip2recover $pkgdir/bin
-  ln -sf bzip2 $pkgdir/bin/bunzip2
-  ln -sf bzip2 $pkgdir/bin/bzcat
-
-  install -dm755 $pkgdir/usr/bin
-  install -m755 bzdiff bzgrep bzmore $pkgdir/usr/bin
-
-  install -Dm755 libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1.0.6
-  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so
-  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1
-  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1.0
-
-  install -Dm644 libbz2.a ${pkgdir}/usr/lib/libbz2.a
-  ln -sf ../../lib/libbz2.so ${pkgdir}/usr/lib/libbz2.so
-
-  install -Dm644 bzlib.h $pkgdir/usr/include/bzlib.h
-
-  install -Dm644 bzip2.1 $pkgdir/usr/share/man/man1/bzip2.1
-  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bunzip2.1
-  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzcat.1
-  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzip2recover.1
-
-  install -Dm644 $srcdir/${pkgname}-${pkgver}/LICENSE \
- $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: bzip2/repos/core-x86_64/PKGBUILD (from rev 158052, 
bzip2/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-05-02 01:12:57 UTC (rev 158054)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd jvi...@zeroflux.org 
+
+pkgname=bzip2
+pkgver=1.0.6
+pkgrel=4
+pkgdesc=A high-quality data compression program
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://sources.redhat.com/bzip2;
+groups=('base')
+depends=('glibc')
+source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
+bzip2-1.0.4-bzip2recover.patch)
+sha1sums=('3f89f861209ce81a6bab1fd1998c0ef311712002'
+  '85ce76fdb67f52f152bba368c1de81132dcdbdb5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # add large-file support
+  sed -e 's/^CFLAGS=\(.*\)$/CFLAGS=\1 \$(BIGFILES)/' -i ./Makefile-libbz2_so
+
+  # use our optimization
+  sed -i s|-O2|${CFLAGS}|g Makefile
+  sed -i s|-O2|${CFLAGS}|g Makefile-libbz2_so
+
+  patch -Np1  ../bzip2-1.0.4-bzip2recover.patch
+
+  make -f Makefile-libbz2_so
+  make bzip2 bzip2recover libbz2.a
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/usr/{bin,lib,include,share/man/man1}
+
+  install -m755 bzip2-shared $pkgdir/usr/bin/bzip2
+  install -m755 bzip2recover bzdiff bzgrep bzmore $pkgdir/usr/bin
+  ln -sf bzip2 $pkgdir/usr/bin/bunzip2
+  ln -sf bzip2 $pkgdir/usr/bin/bzcat
+
+  install -m755 libbz2.so.1.0.6 $pkgdir/usr/lib
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1.0
+  install -m644 libbz2.a ${pkgdir}/usr/lib/libbz2.a
+
+  install -m644 bzlib.h $pkgdir/usr/include/
+
+  install -m644 bzip2.1 $pkgdir/usr/share/man/man1/
+  ln -sf bzip2.1 

[arch-commits] Commit in e2fsprogs/repos (9 files)

2012-05-01 Thread Allan McRae
Date: Tuesday, May 1, 2012 @ 21:12:58
  Author: allan
Revision: 158055

db-move: moved e2fsprogs from [testing] to [core] (i686)

Added:
  e2fsprogs/repos/core-i686/MIT-LICENSE
(from rev 158052, e2fsprogs/repos/testing-i686/MIT-LICENSE)
  e2fsprogs/repos/core-i686/PKGBUILD
(from rev 158052, e2fsprogs/repos/testing-i686/PKGBUILD)
  e2fsprogs/repos/core-i686/e2fsprogs.install
(from rev 158052, e2fsprogs/repos/testing-i686/e2fsprogs.install)
  e2fsprogs/repos/core-i686/mke2fs.conf
(from rev 158052, e2fsprogs/repos/testing-i686/mke2fs.conf)
Deleted:
  e2fsprogs/repos/core-i686/MIT-LICENSE
  e2fsprogs/repos/core-i686/PKGBUILD
  e2fsprogs/repos/core-i686/e2fsprogs.install
  e2fsprogs/repos/core-i686/mke2fs.conf
  e2fsprogs/repos/testing-i686/

---+
 MIT-LICENSE   |   50 +--
 PKGBUILD  |   96 ++--
 e2fsprogs.install |   40 ++---
 mke2fs.conf   |   52 ++--
 4 files changed, 119 insertions(+), 119 deletions(-)

Deleted: core-i686/MIT-LICENSE
===
--- core-i686/MIT-LICENSE   2012-05-02 01:12:57 UTC (rev 158054)
+++ core-i686/MIT-LICENSE   2012-05-02 01:12:58 UTC (rev 158055)
@@ -1,25 +0,0 @@
-Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
-Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
-Copyright (c) 2001 Alcove http://www.alcove.com/
-Copyright (c) 1997 Klee Dienes
-Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject
-to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
-KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
-IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: e2fsprogs/repos/core-i686/MIT-LICENSE (from rev 158052, 
e2fsprogs/repos/testing-i686/MIT-LICENSE)
===
--- core-i686/MIT-LICENSE   (rev 0)
+++ core-i686/MIT-LICENSE   2012-05-02 01:12:58 UTC (rev 158055)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
+Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
+Copyright (c) 2001 Alcove http://www.alcove.com/
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+Software), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-05-02 01:12:57 UTC (rev 158054)
+++ core-i686/PKGBUILD  2012-05-02 01:12:58 UTC (rev 158055)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org 
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=e2fsprogs
-pkgver=1.42.2
-pkgrel=1
-pkgdesc=Ext2/3/4 filesystem utilities
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'MIT')
-url=http://e2fsprogs.sourceforge.net;
-groups=('base')
-depends=('sh' 'util-linux-ng')
-makedepends=('bc')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'MIT-LICENSE')
-backup=('etc/mke2fs.conf')
-install=${pkgname}.install

[arch-commits] Commit in e2fsprogs/repos (9 files)

2012-05-01 Thread Allan McRae
Date: Tuesday, May 1, 2012 @ 21:13:00
  Author: allan
Revision: 158056

db-move: moved e2fsprogs from [testing] to [core] (x86_64)

Added:
  e2fsprogs/repos/core-x86_64/MIT-LICENSE
(from rev 158052, e2fsprogs/repos/testing-x86_64/MIT-LICENSE)
  e2fsprogs/repos/core-x86_64/PKGBUILD
(from rev 158052, e2fsprogs/repos/testing-x86_64/PKGBUILD)
  e2fsprogs/repos/core-x86_64/e2fsprogs.install
(from rev 158052, e2fsprogs/repos/testing-x86_64/e2fsprogs.install)
  e2fsprogs/repos/core-x86_64/mke2fs.conf
(from rev 158052, e2fsprogs/repos/testing-x86_64/mke2fs.conf)
Deleted:
  e2fsprogs/repos/core-x86_64/MIT-LICENSE
  e2fsprogs/repos/core-x86_64/PKGBUILD
  e2fsprogs/repos/core-x86_64/e2fsprogs.install
  e2fsprogs/repos/core-x86_64/mke2fs.conf
  e2fsprogs/repos/testing-x86_64/

---+
 MIT-LICENSE   |   50 +--
 PKGBUILD  |   96 ++--
 e2fsprogs.install |   40 ++---
 mke2fs.conf   |   52 ++--
 4 files changed, 119 insertions(+), 119 deletions(-)

Deleted: core-x86_64/MIT-LICENSE
===
--- core-x86_64/MIT-LICENSE 2012-05-02 01:12:58 UTC (rev 158055)
+++ core-x86_64/MIT-LICENSE 2012-05-02 01:13:00 UTC (rev 158056)
@@ -1,25 +0,0 @@
-Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
-Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
-Copyright (c) 2001 Alcove http://www.alcove.com/
-Copyright (c) 1997 Klee Dienes
-Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject
-to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
-KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
-IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: e2fsprogs/repos/core-x86_64/MIT-LICENSE (from rev 158052, 
e2fsprogs/repos/testing-x86_64/MIT-LICENSE)
===
--- core-x86_64/MIT-LICENSE (rev 0)
+++ core-x86_64/MIT-LICENSE 2012-05-02 01:13:00 UTC (rev 158056)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
+Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
+Copyright (c) 2001 Alcove http://www.alcove.com/
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+Software), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-05-02 01:12:58 UTC (rev 158055)
+++ core-x86_64/PKGBUILD2012-05-02 01:13:00 UTC (rev 158056)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org 
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=e2fsprogs
-pkgver=1.42.2
-pkgrel=1
-pkgdesc=Ext2/3/4 filesystem utilities
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'MIT')
-url=http://e2fsprogs.sourceforge.net;
-groups=('base')
-depends=('sh' 'util-linux-ng')
-makedepends=('bc')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'MIT-LICENSE')

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

2012-05-01 Thread Eric Bélanger
Date: Wednesday, May 2, 2012 @ 01:57:22
  Author: eric
Revision: 158057

upgpkg: lvm2 2.02.95-4

Fix dmeventd path (for good)

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-02 01:13:00 UTC (rev 158056)
+++ PKGBUILD2012-05-02 05:57:22 UTC (rev 158057)
@@ -5,7 +5,7 @@
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
 pkgver=2.02.95
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url=http://sourceware.org/lvm2/;
 license=('GPL2' 'LGPL2.1')
@@ -23,8 +23,8 @@
 build() {
   cd ${srcdir}/LVM2.${pkgver}
   unset LDFLAGS
-  ./configure --exec_prefix=/ --prefix=/usr --sbindir=/sbin --sysconfdir=/etc \
---libdir=/usr/lib --localstatedir=/var --with-udev-prefix=/usr 
--with-dmeventd-path=/sbin \
+  ./configure --prefix=/ --sysconfdir=/etc --localstatedir=/var 
--datarootdir=/usr/share \
+--includedir=/usr/include --with-usrlibdir=/usr/lib  --libdir=/usr/lib 
--with-udev-prefix=/usr \
 --enable-pkgconfig --enable-readline --enable-dmeventd --enable-cmdlib 
--enable-applib \
 --enable-udev_sync --enable-udev_rules
   make



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

2012-05-01 Thread Eric Bélanger
Date: Wednesday, May 2, 2012 @ 01:57:42
  Author: eric
Revision: 158058

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

Added:
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 158057, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 158057, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 158057, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 158057, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 158057, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 158057, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 158057, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 158057, lvm2/trunk/lvm2_install)
Deleted:
  lvm2/repos/testing-i686/11-dm-initramfs.rules
  lvm2/repos/testing-i686/PKGBUILD
  lvm2/repos/testing-i686/lvm2_hook
  lvm2/repos/testing-i686/lvm2_install
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
  lvm2/repos/testing-x86_64/PKGBUILD
  lvm2/repos/testing-x86_64/lvm2_hook
  lvm2/repos/testing-x86_64/lvm2_install

--+
 testing-i686/11-dm-initramfs.rules   |6 -
 testing-i686/PKGBUILD|  120 -
 testing-i686/lvm2_hook   |   50 ++---
 testing-i686/lvm2_install|   58 +++
 testing-x86_64/11-dm-initramfs.rules |6 -
 testing-x86_64/PKGBUILD  |  120 -
 testing-x86_64/lvm2_hook |   50 ++---
 testing-x86_64/lvm2_install  |   58 +++
 8 files changed, 234 insertions(+), 234 deletions(-)

Deleted: testing-i686/11-dm-initramfs.rules
===
--- testing-i686/11-dm-initramfs.rules  2012-05-02 05:57:22 UTC (rev 158057)
+++ testing-i686/11-dm-initramfs.rules  2012-05-02 05:57:42 UTC (rev 158058)
@@ -1,3 +0,0 @@
-# needed with new udev/mkinitcpio and as implemented in dracut:
-# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
-SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 158057, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2012-05-02 05:57:42 UTC (rev 158058)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
+SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-05-02 05:57:22 UTC (rev 158057)
+++ testing-i686/PKGBUILD   2012-05-02 05:57:42 UTC (rev 158058)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgbase=lvm2
-pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.95
-pkgrel=3
-arch=('i686' 'x86_64')
-url=http://sourceware.org/lvm2/;
-license=('GPL2' 'LGPL2.1')
-groups=('base')
-source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
-lvm2_install
-lvm2_hook
-11-dm-initramfs.rules)
-sha1sums=('f61dfbd8e9219291d11de3d70f0b3d20a29fae85'
-  '45f5e31045065e7bdf5d6f2e21c857b4978024b4'
-  '08007f13cf1a9caf6e4aca76dd2ed6a4ab037601'
-  '7d63aa838703c9f986531a78164b556f765f5cce'
-  'f6a554eea9557c3c236df2943bb6e7e723945c41')
-
-build() {
-  cd ${srcdir}/LVM2.${pkgver}
-  unset LDFLAGS
-  ./configure --exec_prefix=/ --prefix=/usr --sbindir=/sbin --sysconfdir=/etc \
---libdir=/usr/lib --localstatedir=/var --with-udev-prefix=/usr 
--with-dmeventd-path=/sbin \
---enable-pkgconfig --enable-readline --enable-dmeventd --enable-cmdlib 
--enable-applib \
---enable-udev_sync --enable-udev_rules
-  make
-}
-
-package_device-mapper() {
-  pkgdesc=Device mapper userspace library and tools
-  url=http://sourceware.org/dm/;
-  depends=('glibc' 'udev')
-
-  cd ${srcdir}/LVM2.${pkgver}
-  make DESTDIR=${pkgdir} install_device-mapper
-  # extra udev rule for device-mapper in initramfs
-  install -D -m644 ${srcdir}/11-dm-initramfs.rules 
${pkgdir}/usr/lib/initcpio/udev/11-dm-initramfs.rules
-}
-
-package_lvm2() {
-  pkgdesc=Logical Volume Manager 2 utilities
-  depends=('bash' device-mapper=${pkgver} 'udev' 'readline')
-  conflicts=('lvm' 'mkinitcpio0.7')
-  backup=('etc/lvm/lvm.conf')
-  options=('!makeflags')
-
-  cd ${srcdir}/LVM2.${pkgver}
-  make DESTDIR=${pkgdir} install_lvm2
-  # install applib
-  make -C liblvm DESTDIR=${pkgdir} install
-  # /etc